summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:04:18 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:04:18 +0200
commit4e6930df908f62560e845837aa6c83c7ba4876cb (patch)
treef674e0cf462a775054e056e405a9429fa841ce95 /xfce
parentd85b2702844436e2f3e23ff8d094ca63f9704319 (diff)
downloadnutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.tar.gz
nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.tar.bz2
nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.tar.xz
nutyx-extra-4e6930df908f62560e845837aa6c83c7ba4876cb.zip
Ajout de xfce4-places-plugin#1.1.0-5
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-places-plugin/.footprint16
-rw-r--r--xfce/xfce4-places-plugin/.md5sum1
-rwxr-xr-xxfce/xfce4-places-plugin/Pkgfile22
3 files changed, 39 insertions, 0 deletions
diff --git a/xfce/xfce4-places-plugin/.footprint b/xfce/xfce4-places-plugin/.footprint
new file mode 100644
index 000000000..5fc6fa7cb
--- /dev/null
+++ b/xfce/xfce4-places-plugin/.footprint
@@ -0,0 +1,16 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xfce4-popup-places
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/xfce4/
+drwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/xfce4-places-plugin
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/xfce4-places-plugin.mo
+drwxr-xr-x root/root usr/share/xfce4/
+drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
+-rw-r--r-- root/root usr/share/xfce4/panel-plugins/places.desktop
diff --git a/xfce/xfce4-places-plugin/.md5sum b/xfce/xfce4-places-plugin/.md5sum
new file mode 100644
index 000000000..652cd00c1
--- /dev/null
+++ b/xfce/xfce4-places-plugin/.md5sum
@@ -0,0 +1 @@
+b26019e355c52b4a4254ebdcf1c904ee xfce4-places-plugin-1.1.0.tar.bz2
diff --git a/xfce/xfce4-places-plugin/Pkgfile b/xfce/xfce4-places-plugin/Pkgfile
new file mode 100755
index 000000000..3f5a7b5e2
--- /dev/null
+++ b/xfce/xfce4-places-plugin/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Raccourcis vers documents, dossiers et medias amovibles
+# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: thunar, xfce4-panel
+
+name=xfce4-places-plugin
+version=1.1.0
+release=5
+source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+