diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-01-17 00:12:47 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-01-17 00:12:47 +0800 |
commit | 4ae3db05b673f0c9daf3ae7710dac37f73db759f (patch) | |
tree | 5756180485c54cb8a6c341f4a593f3d47ea188f2 /deskutils | |
parent | 018a8a9a54c5ed5458493f7b55e7a13304e550bf (diff) | |
download | freebsd-ports-gnome-4ae3db05b673f0c9daf3ae7710dac37f73db759f.tar.gz freebsd-ports-gnome-4ae3db05b673f0c9daf3ae7710dac37f73db759f.tar.zst freebsd-ports-gnome-4ae3db05b673f0c9daf3ae7710dac37f73db759f.zip |
Update to 0.9.34
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notify-osd/Makefile | 10 | ||||
-rw-r--r-- | deskutils/notify-osd/distinfo | 5 | ||||
-rw-r--r-- | deskutils/notify-osd/pkg-plist | 2 |
3 files changed, 10 insertions, 7 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile index bb0597e09d6c..3e4aedec7674 100644 --- a/deskutils/notify-osd/Makefile +++ b/deskutils/notify-osd/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= notify-osd -PORTVERSION= 0.9.29 -PORTREVISION= 8 +PORTVERSION= 0.9.34 CATEGORIES= deskutils -MASTER_SITES= http://launchpadlibrarian.net/43419242/ \ +MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org @@ -17,14 +16,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libfreetype.so:print/freetype2 \ libnotify.so:devel/libnotify \ - libfontconfig.so:x11-fonts/fontconfig + libfontconfig.so:x11-fonts/fontconfig \ + libwnck-3.so:x11-toolkits/libwnck3 RUN_DEPENDS= dbus-daemon:devel/dbus CONFLICTS= xfce4-notification-daemon-[0-9]* GNU_CONFIGURE= yes USES= gettext-runtime gmake libtool pkgconfig -USE_GNOME= cairo gconf2 gdkpixbuf2 libwnck +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= pixman x11 LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11 diff --git a/deskutils/notify-osd/distinfo b/deskutils/notify-osd/distinfo index 58fd922406f2..e5d78a7f0b91 100644 --- a/deskutils/notify-osd/distinfo +++ b/deskutils/notify-osd/distinfo @@ -1,2 +1,3 @@ -SHA256 (notify-osd-0.9.29.tar.gz) = 7b8d79fc6dce7002fb3639ae7e9ad85e5f5063fbcc62fe27b80700142a0d7fd7 -SIZE (notify-osd-0.9.29.tar.gz) = 607576 +TIMESTAMP = 1484580111 +SHA256 (notify-osd-0.9.34.tar.gz) = 12080deeaa5e1e10b420117351c2bd5db3421b0d1efcab8ee8052c808c3aaa3c +SIZE (notify-osd-0.9.34.tar.gz) = 635387 diff --git a/deskutils/notify-osd/pkg-plist b/deskutils/notify-osd/pkg-plist index bdb9023249e7..3b90e5dcce00 100644 --- a/deskutils/notify-osd/pkg-plist +++ b/deskutils/notify-osd/pkg-plist @@ -1,5 +1,7 @@ libexec/notify-osd share/dbus-1/services/org.freedesktop.Notifications.service +share/GConf/gsettings/notify-osd.convert +share/glib-2.0/schemas/com.canonical.NotifyOSD.gschema.xml %%DATADIR%%/icons/hicolor/scalable/status/README %%DATADIR%%/icons/hicolor/scalable/status/notification-audio-next.svg %%DATADIR%%/icons/hicolor/scalable/status/notification-audio-play.svg |