diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-23 19:30:43 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-23 19:30:43 +0000 |
commit | 7e97b6502ed4ac8375122854a63957fed28cba8a (patch) | |
tree | af08d438b282563015547105e36aa6764e945392 /sysutils/xfce4-places-plugin | |
parent | 7d31fc5a4aa31f81b6607e391225c795b6f4cc10 (diff) | |
download | FreeBSD-ports-7e97b6502ed4ac8375122854a63957fed28cba8a.zip FreeBSD-ports-7e97b6502ed4ac8375122854a63957fed28cba8a.tar.gz |
The xfce4-places-plugin brings much of the functionality of the GNOME Places
menu to Xfce. The plugin looks a lot like a launcher with multiple items in a
menu. The main "launcher" button opens up Thunar at the user's home directory.
The arrow button opens up a menu with two sections: system- and user-defined
locations. The system-defined locations are consistent with Thunar (including
their icons). For user-defined bookmarks, the ~/.gtk-bookmarks file is being
read in order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc.
WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
Diffstat (limited to 'sysutils/xfce4-places-plugin')
-rw-r--r-- | sysutils/xfce4-places-plugin/Makefile | 24 | ||||
-rw-r--r-- | sysutils/xfce4-places-plugin/distinfo | 3 | ||||
-rw-r--r-- | sysutils/xfce4-places-plugin/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/xfce4-places-plugin/pkg-plist | 6 |
4 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/xfce4-places-plugin/Makefile b/sysutils/xfce4-places-plugin/Makefile new file mode 100644 index 0000000..5d4ef14 --- /dev/null +++ b/sysutils/xfce4-places-plugin/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xfce4-places-plugin +# Date created: 2007-03-23 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-places-plugin +PORTVERSION= 0.0.9 +CATEGORIES= sysutils xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A file browser launcher for XFce4 panel plugin + +GNU_CONFIGURE= 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> diff --git a/sysutils/xfce4-places-plugin/distinfo b/sysutils/xfce4-places-plugin/distinfo new file mode 100644 index 0000000..d114a43 --- /dev/null +++ b/sysutils/xfce4-places-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-places-plugin-0.0.9.tar.gz) = 36a71776525a5f8168d77dba4427c5f1 +SHA256 (xfce4/xfce4-places-plugin-0.0.9.tar.gz) = 5e036a92d58a5b2764a32539712671e87a6512a207c3901833f98a10063f9531 +SIZE (xfce4/xfce4-places-plugin-0.0.9.tar.gz) = 210515 diff --git a/sysutils/xfce4-places-plugin/pkg-descr b/sysutils/xfce4-places-plugin/pkg-descr new file mode 100644 index 0000000..c76c835 --- /dev/null +++ b/sysutils/xfce4-places-plugin/pkg-descr @@ -0,0 +1,9 @@ +The xfce4-places-plugin brings much of the functionality of the GNOME Places +menu to Xfce. The plugin looks a lot like a launcher with multiple items in a +menu. The main "launcher" button opens up Thunar at the user's home directory. +The arrow button opens up a menu with two sections: system- and user-defined +locations. The system-defined locations are consistent with Thunar (including +their icons). For user-defined bookmarks, the ~/.gtk-bookmarks file is being +read in order to share bookmarks with Thunar, Nautilus, the GNOME Panel, etc. + +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin diff --git a/sysutils/xfce4-places-plugin/pkg-plist b/sysutils/xfce4-places-plugin/pkg-plist new file mode 100644 index 0000000..17a9ed8 --- /dev/null +++ b/sysutils/xfce4-places-plugin/pkg-plist @@ -0,0 +1,6 @@ +libexec/xfce4/panel-plugins/xfce4-places-plugin +share/xfce4/panel-plugins/places.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrm libexec/xfce4/panel-plugins +@dirrm libexec/xfce4 |