svn commit: r452398 - head/deskutils/xfce4-notifyd
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Oct 19 07:13:07 UTC 2017
Author: ehaupt
Date: Thu Oct 19 07:13:05 2017
New Revision: 452398
URL: https://svnweb.freebsd.org/changeset/ports/452398
Log:
Update to 0.4.0
PR: 223079
Submitted by: duchateau.olivier at gmail.com
Modified:
head/deskutils/xfce4-notifyd/Makefile
head/deskutils/xfce4-notifyd/distinfo
head/deskutils/xfce4-notifyd/pkg-plist
Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile Thu Oct 19 06:28:40 2017 (r452397)
+++ head/deskutils/xfce4-notifyd/Makefile Thu Oct 19 07:13:05 2017 (r452398)
@@ -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 Xf
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
Modified: head/deskutils/xfce4-notifyd/distinfo
==============================================================================
--- head/deskutils/xfce4-notifyd/distinfo Thu Oct 19 06:28:40 2017 (r452397)
+++ head/deskutils/xfce4-notifyd/distinfo Thu Oct 19 07:13:05 2017 (r452398)
@@ -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
Modified: head/deskutils/xfce4-notifyd/pkg-plist
==============================================================================
--- head/deskutils/xfce4-notifyd/pkg-plist Thu Oct 19 06:28:40 2017 (r452397)
+++ head/deskutils/xfce4-notifyd/pkg-plist Thu Oct 19 07:13:05 2017 (r452398)
@@ -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
More information about the svn-ports-head
mailing list