summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-07-02 13:46:15 +0200
committerJose V Beneyto <sepen@crux.nu>2012-07-02 13:46:15 +0200
commit88deeb8f931ec33bba0f2bcaee743e5c9c6724a3 (patch)
treeed9684659cbd7b1a4406847c5538770680ccd5a4
parentb22c919d8cca2875f531822e79722f0d8fcd4a67 (diff)
downloadxfce-88deeb8f931ec33bba0f2bcaee743e5c9c6724a3.tar.gz
xfce-88deeb8f931ec33bba0f2bcaee743e5c9c6724a3.tar.xz
xfce4-fsguard-plugin: updated to 1.0.1
-rw-r--r--xfce4-fsguard-plugin/.footprint11
-rw-r--r--xfce4-fsguard-plugin/.md5sum2
-rw-r--r--xfce4-fsguard-plugin/Pkgfile4
3 files changed, 10 insertions, 7 deletions
diff --git a/xfce4-fsguard-plugin/.footprint b/xfce4-fsguard-plugin/.footprint
index be7dc5d..1cac269 100644
--- a/xfce4-fsguard-plugin/.footprint
+++ b/xfce4-fsguard-plugin/.footprint
@@ -1,8 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
-drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
--rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-fsguard-plugin
+drwxr-xr-x root/root usr/lib/xfce4/panel/
+drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
+-rw-r--r-- root/root usr/lib/xfce4/panel/plugins/libfsguard.la
+-rw-r--r-- root/root usr/lib/xfce4/panel/plugins/libfsguard.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
@@ -42,5 +44,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin-warning.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-fsguard-plugin.svg
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/fsguard.desktop
+drwxr-xr-x root/root usr/share/xfce4/panel/
+drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
+-rw-r--r-- root/root usr/share/xfce4/panel/plugins/fsguard.desktop
diff --git a/xfce4-fsguard-plugin/.md5sum b/xfce4-fsguard-plugin/.md5sum
index dc13da5..77bb4ad 100644
--- a/xfce4-fsguard-plugin/.md5sum
+++ b/xfce4-fsguard-plugin/.md5sum
@@ -1 +1 @@
-8378f922b59a0d5a378af5e45a18c4a3 xfce4-fsguard-plugin-1.0.0.tar.bz2
+9c179371475e2837004cc208026e30c1 xfce4-fsguard-plugin-1.0.1.tar.bz2
diff --git a/xfce4-fsguard-plugin/Pkgfile b/xfce4-fsguard-plugin/Pkgfile
index 002f7ba..4e938cb 100644
--- a/xfce4-fsguard-plugin/Pkgfile
+++ b/xfce4-fsguard-plugin/Pkgfile
@@ -6,7 +6,7 @@
# Group: xfce4
name=xfce4-fsguard-plugin
-version=1.0.0
+version=1.0.1
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
@@ -18,6 +18,6 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
- find $PKG/usr/share/xfce4/panel-plugins -type f -name '*.desktop' \
+ find $PKG/usr/share/xfce4/panel/plugins -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}

Generated by cgit