diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-23 19:30:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-23 19:30:43 +0000 |
commit | 9b27aae0e02046e61597df5f19e8957a89f95dab (patch) | |
tree | d6c7a1968f9c308a9cabd2fd06be351fc9c7b02a /sysutils/xfce4-places-plugin | |
parent | 201c182af8ab01a3a4b36f0e0c3530cc36eb7d94 (diff) | |
download | ports-9b27aae0e02046e61597df5f19e8957a89f95dab.tar.gz ports-9b27aae0e02046e61597df5f19e8957a89f95dab.zip |
Notes
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 000000000000..5d4ef14df0dc --- /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 000000000000..d114a431db4b --- /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 000000000000..c76c8352c994 --- /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 000000000000..17a9ed8b1017 --- /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 |