summaryrefslogtreecommitdiff
path: root/x11/xfce4-notifyd
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-04-21 08:56:37 +0000
committerjperkin <jperkin@pkgsrc.org>2015-04-21 08:56:37 +0000
commit79d3242cef99cec8e8de668f9aa51fbb94bb4582 (patch)
treeae790a249f25dd74c81f5e89461d2643574091dc /x11/xfce4-notifyd
parent5a5be857f778521d8843411893666ab07567d5a4 (diff)
downloadpkgsrc-79d3242cef99cec8e8de668f9aa51fbb94bb4582.tar.gz
Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major Xfce releases since 4.6.2, our previous pkgsrc release. For more information about the thousands of changes in each major release since then, please see: Xfce 4.12 announcement: http://www.xfce.org/about/news Xfce 4.12 tour: http://www.xfce.org/about/tour Xfce 4.10 announcement: http://www.xfce.org/about/news/?post=1335571200 Xfce 4.10 tour: http://www.xfce.org/about/tour410 Xfce 4.8 announcement: http://www.xfce.org/about/news/?post=1295136000 Xfce 4.8 tour: http://www.xfce.org/about/tour48 The pkgsrc changes since then are: New packages: archivers/xfce4-thunar-archive graphics/elementary-xfce-icon-theme mail/xfce4-mailwatch-plugin misc/xfce4-time-out-plugin multimedia/xfce4-thunar-media-tags sysutils/xfce4-mount-plugin sysutils/xfce4-taskmanager sysutils/xfce4-thunar-vcs sysutils/xfce4-verve-plugin x11/xfce4-garcon x11/xfce4-notifyd x11/xfce4-tumbler x11/xfce4-whiskermenu-plugin Renamed packages: devel/xfconf to devel/xfce4-conf x11/libxfce4menu to x11/libxfce4ui x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter Updated packages: audio/xfce4-mixer audio/xfce4-xmms-plugin devel/xfce4-dev-tools editors/xfce4-mousepad graphics/ristretto meta-pkgs/xfce4-extras meta-pkgs/xfce4 misc/xfce4-weather-plugin multimedia/xfce4-mpc-plugin net/xfce4-wavelan-plugin sysutils/xfce4-appfinder sysutils/xfce4-battery-plugin sysutils/xfce4-cpugraph-plugin sysutils/xfce4-diskperf-plugin sysutils/xfce4-fsguard-plugin sysutils/xfce4-genmon-plugin sysutils/xfce4-netload-plugin sysutils/xfce4-quicklauncher-plugin sysutils/xfce4-systemload-plugin sysutils/xfce4-thunar sysutils/xfce4-xarchiver sysutils/xfce4-xkb-plugin textproc/xfce4-dict-plugin time/xfce4-datetime-plugin time/xfce4-orage time/xfce4-timer-plugin wm/xfce4-wm-themes wm/xfce4-wm x11/libxfce4gui x11/libxfce4util x11/xfce4-clipman-plugin x11/xfce4-desktop x11/xfce4-exo x11/xfce4-eyes-plugin x11/xfce4-gtk2-engine x11/xfce4-notes-plugin x11/xfce4-panel x11/xfce4-places-plugin x11/xfce4-session x11/xfce4-settings x11/xfce4-terminal Removed packages: sysutils/xfce4-volman x11/xfce4-utils This is based on a huge amount of work by the NetBSDfr team and Youri Mouton, who takes over as MAINTAINER, and has been tested by Youri on a large number of platforms prior to commit. A massive thanks to them. Any issues with the import are mine alone as the committer-by-proxy.
Diffstat (limited to 'x11/xfce4-notifyd')
-rw-r--r--x11/xfce4-notifyd/DESCR9
-rw-r--r--x11/xfce4-notifyd/Makefile20
-rw-r--r--x11/xfce4-notifyd/PLIST53
-rw-r--r--x11/xfce4-notifyd/distinfo5
4 files changed, 87 insertions, 0 deletions
diff --git a/x11/xfce4-notifyd/DESCR b/x11/xfce4-notifyd/DESCR
new file mode 100644
index 00000000000..02201b79057
--- /dev/null
+++ b/x11/xfce4-notifyd/DESCR
@@ -0,0 +1,9 @@
+A simple, visually-appealing notification daemon for Xfce that implements the
+Freedesktop.org Desktop Notifications Specification.
+
+Features:
+ * Themable using the GTK+ theming mechanism
+ * Visually appealing: rounded corners, shaped windows
+ * Supports transparency and fade effects
+
+WWW: http://goodies.xfce.org/projects/applications/xfce4-notifyd
diff --git a/x11/xfce4-notifyd/Makefile b/x11/xfce4-notifyd/Makefile
new file mode 100644
index 00000000000..55d88b59b47
--- /dev/null
+++ b/x11/xfce4-notifyd/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/04/21 08:56:44 jperkin Exp $
+#
+
+.include "../../meta-pkgs/xfce4/Makefile.common"
+
+DISTNAME= xfce4-notifyd-0.2.4
+CATEGORIES= x11
+MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/
+
+HOMEPAGE= http://goodies.xfce.org/projects/applications/xfce4-notifyd
+COMMENT= XFCE Notify daemon
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/libxfce4ui/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xfce4-notifyd/PLIST b/x11/xfce4-notifyd/PLIST
new file mode 100644
index 00000000000..667dbe493d3
--- /dev/null
+++ b/x11/xfce4-notifyd/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/21 08:56:44 jperkin Exp $
+bin/xfce4-notifyd-config
+lib/xfce4/notifyd/xfce4-notifyd
+man/man1/xfce4-notifyd-config.1
+share/applications/xfce4-notifyd-config.desktop
+share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
+share/icons/hicolor/48x48/apps/xfce4-notifyd.png
+share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/bg/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ca/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/cs/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/da/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/de/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/el/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/en_GB/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/es/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/eu/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/fi/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/fr/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/gl/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/he/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/hr/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/hu/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/id/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/it/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ja/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/kk/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ko/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/lt/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/lv/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/nb/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/nl/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/pa/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/pl/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/pt/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/pt_BR/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/pt_PT/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ro/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ru/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/si/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/sk/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/sq/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/sr/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/sv/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/tr/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ug/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/uk/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo
+share/themes/Default/xfce-notify-4.0/gtkrc
+share/themes/Smoke/xfce-notify-4.0/gtkrc
+share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtkrc
diff --git a/x11/xfce4-notifyd/distinfo b/x11/xfce4-notifyd/distinfo
new file mode 100644
index 00000000000..25b80046963
--- /dev/null
+++ b/x11/xfce4-notifyd/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/21 08:56:44 jperkin Exp $
+
+SHA1 (xfce4-notifyd-0.2.4.tar.bz2) = 66458a41f0ddeb350e5fb2e4d7cadfef6a5066f7
+RMD160 (xfce4-notifyd-0.2.4.tar.bz2) = a07e2c12f7d802f08c2787497f66fa5ec6c1aea1
+Size (xfce4-notifyd-0.2.4.tar.bz2) = 361619 bytes