| xfce4-fsguard-plugin/.footprint | patch | blob | history | |
| xfce4-fsguard-plugin/.md5sum | patch | blob | history | |
| xfce4-fsguard-plugin/Pkgfile | patch | blob | history |
@@ -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
@@ -1 +1 @@
-8378f922b59a0d5a378af5e45a18c4a3 xfce4-fsguard-plugin-1.0.0.tar.bz2
+9c179371475e2837004cc208026e30c1 xfce4-fsguard-plugin-1.0.1.tar.bz2
@@ -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 {} \;
}