xfce4-mount-plugin: updated to 0.6.0

This commit is contained in:
Jose V Beneyto 2012-04-19 10:56:06 +02:00
parent 676395ed9d
commit 7c08af5c89
3 changed files with 10 additions and 10 deletions

View File

@ -1,17 +1,17 @@
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-mount-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/libmount.la
-rw-r--r-- root/root usr/lib/xfce4/panel/plugins/libmount.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/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce-mount.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce-mount.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/xfce4-mount-plugin.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/xfce4-mount-plugin.desktop

View File

@ -1 +1 @@
1d237468fe23e4e8c29195d9b99c4c5d xfce4-mount-plugin-0.5.5.tar.bz2
60920562c9ab02cd7c7172e8703c3134 xfce4-mount-plugin-0.6.0.tar.bz2

View File

@ -6,7 +6,7 @@
# Group: xfce4
name=xfce4-mount-plugin
version=0.5.5
version=0.6.0
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 {} \;
}