garcon: updated to 0.2.1

This commit is contained in:
Jose V Beneyto 2013-05-06 07:05:06 +02:00
parent bfa8dcc6fe
commit ffeae06800
2 changed files with 2 additions and 7 deletions

View File

@ -1 +1 @@
301e7b8015060dd30407b68dd8c4bdb7 garcon-0.2.0.tar.bz2
c3cf89c836be0ddb281c81e4808fb68b garcon-0.2.1.tar.bz2

View File

@ -6,7 +6,7 @@
# Group: xfce4
name=garcon
version=0.2.0
version=0.2.1
release=1
source=(http://archive.xfce.org/src/libs/$name/${version%.*}/$name-$version.tar.bz2)
@ -23,9 +23,4 @@ build () {
rm -r $PKG/usr/share/{locale,gtk-doc}
find $PKG/usr/share/desktop-directories -type f -name '*.directory' \
-exec sed -r '/\[.+\]=/d' -i {} \;
# fix to avoid conflicts with xfce4-appfinder >= 4.9.3
# xfce4-run will dissapear from xfce-utils on next XFCE 4.10
sed '/xfrun4/d' -i $PKG/usr/etc/xdg/menus/xfce-applications.menu
}