diff options
author | oliver <oliver@FreeBSD.org> | 2007-01-23 00:45:10 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-01-23 00:45:10 +0800 |
commit | ece43d49726e1fe13a95dc4f28353faf36dce1d0 (patch) | |
tree | 555dc2b1a093e9c80e4daa22b395dfe53aa9b178 /sysutils/xfce4-minicmd-plugin | |
parent | fd57b294b88da34811c61d674eb0b28a716d2d4f (diff) | |
download | freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.tar.gz freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.tar.zst freebsd-ports-gnome-ece43d49726e1fe13a95dc4f28353faf36dce1d0.zip |
Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
(otherwise they won't compile with 4.4)
Diffstat (limited to 'sysutils/xfce4-minicmd-plugin')
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/Makefile | 19 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/distinfo | 6 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/pkg-plist | 5 |
4 files changed, 21 insertions, 11 deletions
diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile index 14e17358af1f..d99c613bffc9 100644 --- a/sysutils/xfce4-minicmd-plugin/Makefile +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -6,19 +6,22 @@ # PORTNAME= xfce4-minicmd-plugin -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= sysutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ DIST_SUBDIR= xfce4 MAINTAINER= demon@FreeBSD.org COMMENT= Displays a mini-command line on the xfce4-panel -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel - GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv panel +USE_XLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/sysutils/xfce4-minicmd-plugin/distinfo b/sysutils/xfce4-minicmd-plugin/distinfo index 57f7ff1b1c2a..932e99f6bee6 100644 --- a/sysutils/xfce4-minicmd-plugin/distinfo +++ b/sysutils/xfce4-minicmd-plugin/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-minicmd-plugin-0.3.0.tar.gz) = fe52a8ed8451ed41366d5b4abb2dbf9e -SHA256 (xfce4/xfce4-minicmd-plugin-0.3.0.tar.gz) = 2d4e3709d015d00965047998429071f6940746ccd69c3a7637e74c1d72ce948c -SIZE (xfce4/xfce4-minicmd-plugin-0.3.0.tar.gz) = 329376 +MD5 (xfce4/xfce4-minicmd-plugin-0.4.tar.bz2) = 8739e1b25432b2866efa078551c444fc +SHA256 (xfce4/xfce4-minicmd-plugin-0.4.tar.bz2) = 6783a22725240984c45eef1ff34c28a65cf16a4fc90fa58ef3df60cbe1923951 +SIZE (xfce4/xfce4-minicmd-plugin-0.4.tar.bz2) = 326565 diff --git a/sysutils/xfce4-minicmd-plugin/pkg-descr b/sysutils/xfce4-minicmd-plugin/pkg-descr index 183683a1ca0c..c510215e398a 100644 --- a/sysutils/xfce4-minicmd-plugin/pkg-descr +++ b/sysutils/xfce4-minicmd-plugin/pkg-descr @@ -1,3 +1,5 @@ Displays a mini-command line on the xfce4-panel. Uses the same history file as xfrun4. Use <Up> and <Down> to scroll through history. <Enter> executes the command and <Ctrl>-<Enter> executes the command in a terminal. + +WWW: http://www.xfce.org/ diff --git a/sysutils/xfce4-minicmd-plugin/pkg-plist b/sysutils/xfce4-minicmd-plugin/pkg-plist index 11e3dcabb4d1..7fb9426edf79 100644 --- a/sysutils/xfce4-minicmd-plugin/pkg-plist +++ b/sysutils/xfce4-minicmd-plugin/pkg-plist @@ -1,3 +1,8 @@ lib/xfce4/panel-plugins/libminicmd.a lib/xfce4/panel-plugins/libminicmd.la lib/xfce4/panel-plugins/libminicmd.so +share/xfce4/panel-plugins/minicmd.desktop +@dirrmtry share/xfce4/panel-plugins +@dirrmtry share/xfce4 +@dirrmtry lib/xfce4/panel-plugins +@dirrmtry lib/xfce4 |