diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-05-07 11:41:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-05-07 11:41:47 +0000 |
commit | 83fc21eadfb918065914e9cbd3bf692c97c4e2e7 (patch) | |
tree | 407c3bb82b0bea0caa5fc176d4be9e0179806bfe /deskutils | |
parent | e2abf215d63e09e4690a3a2c9022a2661a08f80f (diff) | |
download | ports-83fc21eadfb918065914e9cbd3bf692c97c4e2e7.tar.gz ports-83fc21eadfb918065914e9cbd3bf692c97c4e2e7.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 10 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/distinfo | 6 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/pkg-descr | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index e5508f563877..9d8cf7b47210 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -6,7 +6,7 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -21,17 +21,17 @@ LIB_DEPENDS= libnotify.so:devel/libnotify USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool +INSTALLS_ICONS= yes USE_XFCE= libutil panel USE_XORG= ice sm x11 GNU_CONFIGURE= yes -INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk> diff --git a/deskutils/xfce4-notifyd/distinfo b/deskutils/xfce4-notifyd/distinfo index edddf43e9379..921d2d29503f 100644 --- a/deskutils/xfce4-notifyd/distinfo +++ b/deskutils/xfce4-notifyd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586416019 -SHA256 (xfce4/xfce4-notifyd-0.6.0.tar.bz2) = c1d126a81604ff967e4655f06427763bf559c338ba629c95cb9aa7f5d6dc8ba6 -SIZE (xfce4/xfce4-notifyd-0.6.0.tar.bz2) = 539371 +TIMESTAMP = 1588843924 +SHA256 (xfce4/xfce4-notifyd-0.6.1.tar.bz2) = 9b5274999c89bf296a7de03b375e8233eef37940b7444502130b92dfb6a089b4 +SIZE (xfce4/xfce4-notifyd-0.6.1.tar.bz2) = 539209 diff --git a/deskutils/xfce4-notifyd/pkg-descr b/deskutils/xfce4-notifyd/pkg-descr index 707b99785ddc..bbae82ddf300 100644 --- a/deskutils/xfce4-notifyd/pkg-descr +++ b/deskutils/xfce4-notifyd/pkg-descr @@ -6,4 +6,4 @@ Features: * Visually appealing: rounded corners, shaped windows * Supports transparency and fade effects -WWW: https://git.xfce.org/apps/xfce4-notifyd/about/ +WWW: https://gitlab.xfce.org/apps/xfce4-notifyd |