aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2014-01-08 21:22:56 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2014-01-08 21:22:56 +0000
commit0d4c6c7b8cabfb4e40e004b89c80745c4daecd11 (patch)
tree2e413eaa90f098a85d7a96da4f33282df5ddd0ed /x11/xfce4-taskmanager
parentb5028779b892710af6b6815c9a12c35344f14068 (diff)
downloadports-0d4c6c7b8cabfb4e40e004b89c80745c4daecd11.tar.gz
ports-0d4c6c7b8cabfb4e40e004b89c80745c4daecd11.zip
- Update to 1.0.1
- Replace LIB_DEPENDS by GNOME components - Add license blob - Update WWW entry (pkg-descr) - Add patch, which replaces 'xfce4-appfinder' image by generic icon in menu item
Notes
Notes: svn path=/head/; revision=339178
Diffstat (limited to 'x11/xfce4-taskmanager')
-rw-r--r--x11/xfce4-taskmanager/Makefile11
-rw-r--r--x11/xfce4-taskmanager/distinfo4
-rw-r--r--x11/xfce4-taskmanager/files/patch-src__exec-tool-button.c14
-rw-r--r--x11/xfce4-taskmanager/pkg-descr2
-rw-r--r--x11/xfce4-taskmanager/pkg-plist17
5 files changed, 40 insertions, 8 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index 8344cf9dc653..f482628703c6 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-taskmanager
-PORTVERSION= 1.0.0
-PORTREVISION= 3
+PORTVERSION= 1.0.1
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -12,13 +11,15 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Task manager for the Xfce desktop
-LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
- libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck
+LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext gmake pkgconfig
-USE_GNOME= gtk20 intltool intlhack
+USE_GNOME= gtk20 cairo libwnck intltool intlhack
+
+CONFIGURE_ARGS= --enable-wnck \
+ --disable-gksu
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
diff --git a/x11/xfce4-taskmanager/distinfo b/x11/xfce4-taskmanager/distinfo
index 41e445c74173..f21f0329d882 100644
--- a/x11/xfce4-taskmanager/distinfo
+++ b/x11/xfce4-taskmanager/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-taskmanager-1.0.0.tar.bz2) = c0ef9f9c98b045be45af54850082b03977d35d3cae710bdba5f259220f7fa9ee
-SIZE (xfce4/xfce4-taskmanager-1.0.0.tar.bz2) = 339854
+SHA256 (xfce4/xfce4-taskmanager-1.0.1.tar.bz2) = f5aa2796dd9971f8ae400238bfcdd9fa1322dba1466d1e6fd5bf8ee7e88bee86
+SIZE (xfce4/xfce4-taskmanager-1.0.1.tar.bz2) = 368495
diff --git a/x11/xfce4-taskmanager/files/patch-src__exec-tool-button.c b/x11/xfce4-taskmanager/files/patch-src__exec-tool-button.c
new file mode 100644
index 000000000000..56e32f07155c
--- /dev/null
+++ b/x11/xfce4-taskmanager/files/patch-src__exec-tool-button.c
@@ -0,0 +1,14 @@
+Use generic icon to avoid menu item without icon (especially with GNOME icons
+theme).
+
+--- ./src/exec-tool-button.c.orig 2014-01-08 18:42:02.000000000 +0000
++++ ./src/exec-tool-button.c 2014-01-08 21:43:47.000000000 +0000
+@@ -179,7 +179,7 @@
+ menu_append_item (GTK_MENU (menu), _("Run Program..."), "gexec", "gtk-execute");
+ /* Find an applications-listing program */
+ if (program_exists ("xfce4-appfinder"))
+- menu_append_item (GTK_MENU (menu), _("Application Finder"), "xfce4-appfinder", "xfce4-appfinder");
++ menu_append_item (GTK_MENU (menu), _("Application Finder"), "xfce4-appfinder", "utilities-system-monitor");
+ /* Find a terminal emulator */
+ if (program_exists ("exo-open"))
+ menu_append_item (GTK_MENU (menu), _("Terminal emulator"), "exo-open --launch TerminalEmulator", "terminal");
diff --git a/x11/xfce4-taskmanager/pkg-descr b/x11/xfce4-taskmanager/pkg-descr
index 98bd00bf9ea9..7b116d2e4aae 100644
--- a/x11/xfce4-taskmanager/pkg-descr
+++ b/x11/xfce4-taskmanager/pkg-descr
@@ -1,4 +1,4 @@
This is a port of the xfce-goodies plugin that adds a task
manager to Xfce.
-WWW: http://www.xfce.org/
+WWW: http://goodies.xfce.org/projects/applications/xfce4-taskmanager
diff --git a/x11/xfce4-taskmanager/pkg-plist b/x11/xfce4-taskmanager/pkg-plist
index 665134ce5715..55ce83a999bb 100644
--- a/x11/xfce4-taskmanager/pkg-plist
+++ b/x11/xfce4-taskmanager/pkg-plist
@@ -3,26 +3,33 @@ share/applications/xfce4-taskmanager.desktop
share/locale/ar/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/ast/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/be/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/bg/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/ca/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/cs/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/da/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/de/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/el/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/en_AU/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/en_GB/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/es/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/eu/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/fi/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/fr/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/gl/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/he/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/hr/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/hu/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/id/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/is/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/it/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/ja/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/kk/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/ko/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/lv/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/lt/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/nb/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/nl/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/oc/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/pa/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/pl/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/pt/LC_MESSAGES/xfce4-taskmanager.mo
@@ -30,8 +37,11 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/ru/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/si/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/sk/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/sl/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/sq/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/sr/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/sv/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/te/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/tr/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/ug/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/uk/LC_MESSAGES/xfce4-taskmanager.mo
@@ -39,15 +49,22 @@ share/locale/ur/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/ur_PK/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/vi/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-taskmanager.mo
+share/locale/zh_HK/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-taskmanager.mo
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ur_PK/LC_MESSAGES
@dirrmtry share/locale/ur_PK
@dirrmtry share/locale/ur/LC_MESSAGES
@dirrmtry share/locale/ur
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
@dirrmtry share/locale/kk/LC_MESSAGES
@dirrmtry share/locale/kk
@dirrmtry share/locale/ast/LC_MESSAGES