mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
parent
318e7a150c
commit
a3c2924e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452398
3 changed files with 23 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,10 +1,19 @@
|
|||
bin/xfce4-notifyd-config
|
||||
lib/xfce4/notifyd/xfce4-notifyd
|
||||
man/man1/xfce4-notifyd-config.1.gz
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue