diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-10-19 07:13:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-10-19 07:13:05 +0000 |
commit | a3c2924e856bd28bb35b04f990b703f7a0ff7dda (patch) | |
tree | d3ceb767e24ce353a4ea12bc023bc22dc723574e /deskutils/xfce4-notifyd | |
parent | 318e7a150cf7efe2a8ced959a51d5d636704f416 (diff) | |
download | ports-a3c2924e856bd28bb35b04f990b703f7a0ff7dda.tar.gz ports-a3c2924e856bd28bb35b04f990b703f7a0ff7dda.zip |
Notes
Diffstat (limited to 'deskutils/xfce4-notifyd')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 16 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/distinfo | 6 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/pkg-plist | 12 |
3 files changed, 22 insertions, 12 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 559ad89e84d1..1854191021f6 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -6,8 +6,7 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -17,16 +16,17 @@ COMMENT= Visually-appealing notification daemon for Xfce LICENSE= GPLv3 -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libnotify.so:devel/libnotify \ - libdbus-glib-1.so:devel/dbus-glib +LIB_DEPENDS= libnotify.so:devel/libnotify \ + libdbus-glib-1.so:devel/dbus-glib \ + libdbus-1.so:devel/dbus -USES= gmake gettext-tools libtool pkgconfig tar:bzip2 xfce:gtk3 +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 cairo intltool -USE_XFCE= libmenu -INSTALLS_ICONS= yes +USE_XFCE= libutil panel USE_XORG= ice sm x11 +INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS NLS_USES= gettext-runtime diff --git a/deskutils/xfce4-notifyd/distinfo b/deskutils/xfce4-notifyd/distinfo index 2efe9b361f98..4350f35e0f31 100644 --- a/deskutils/xfce4-notifyd/distinfo +++ b/deskutils/xfce4-notifyd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490087129 -SHA256 (xfce4/xfce4-notifyd-0.3.6.tar.bz2) = f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9 -SIZE (xfce4/xfce4-notifyd-0.3.6.tar.bz2) = 458536 +TIMESTAMP = 1508306244 +SHA256 (xfce4/xfce4-notifyd-0.4.0.tar.bz2) = 2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9 +SIZE (xfce4/xfce4-notifyd-0.4.0.tar.bz2) = 519355 diff --git a/deskutils/xfce4-notifyd/pkg-plist b/deskutils/xfce4-notifyd/pkg-plist index b5ea49ff77d7..8bef9e8ba015 100644 --- a/deskutils/xfce4-notifyd/pkg-plist +++ b/deskutils/xfce4-notifyd/pkg-plist @@ -1,10 +1,19 @@ bin/xfce4-notifyd-config +lib/systemd/user/xfce4-notifyd.service lib/xfce4/notifyd/xfce4-notifyd +lib/xfce4/panel/plugins/libnotification-plugin.so man/man1/xfce4-notifyd-config.1.gz -lib/systemd/user/xfce4-notifyd.service share/applications/xfce4-notifyd-config.desktop share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service +share/icons/hicolor/16x16/apps/xfce4-notifyd.png +share/icons/hicolor/24x24/apps/xfce4-notifyd.png +share/icons/hicolor/32x32/apps/xfce4-notifyd.png share/icons/hicolor/48x48/apps/xfce4-notifyd.png +share/icons/hicolor/scalable/apps/xfce4-notifyd.svg +share/icons/hicolor/scalable/status/notification-disabled-new-symbolic.svg +share/icons/hicolor/scalable/status/notification-disabled-symbolic.svg +share/icons/hicolor/scalable/status/notification-new-symbolic.svg +share/icons/hicolor/scalable/status/notification-symbolic.svg %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-notifyd.mo @@ -59,3 +68,4 @@ share/themes/Default/xfce-notify-4.0/gtk.css share/themes/Retro/xfce-notify-4.0/gtk.css share/themes/Smoke/xfce-notify-4.0/gtk.css share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css +share/xfce4/panel/plugins/notification-plugin.desktop |