# HG changeset patch # User Eric Joseph-Alexandre # Date 1279289520 -7200 # Node ID 6d9678038002342047e42fb2c83c1e3928fc0d17 # Parent 93d42efe85bee7d58c0b39c21f466e28e50ec15d xfce4-panel: Fix config and clean receipt. diff -r 93d42efe85be -r 6d9678038002 xfce4-panel/receipt --- a/xfce4-panel/receipt Fri Jul 16 16:00:31 2010 +0200 +++ b/xfce4-panel/receipt Fri Jul 16 16:12:00 2010 +0200 @@ -15,8 +15,7 @@ # Rules to configure and make the package. compile_rules() { - #patch -p0 -i stuff/launcher-8.rc.in.u - + cd $src ./configure --prefix=/usr \ --sysconfdir=/etc \ @@ -43,6 +42,8 @@ cp -a $_pkg/usr/share/icons $fs/usr/share cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 + [ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \ + sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc # Strip evrythings find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;