From c8ec12eff6558a26eb8c2071bd572729a3e2b607 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 2 Dec 2009 06:09:43 +0100 Subject: [PATCH] xfce4-settings: change default icon theme to Tango, bumprev. --HG-- extra : convert_revision : a95600ef255d196aa53c295fe85ae1301d43bfca --- srcpkgs/xfce4-settings/template | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/srcpkgs/xfce4-settings/template b/srcpkgs/xfce4-settings/template index 54e9a4f55a..48b96c52f3 100644 --- a/srcpkgs/xfce4-settings/template +++ b/srcpkgs/xfce4-settings/template @@ -1,6 +1,7 @@ # Template file for 'xfce4-settings' pkgname=xfce4-settings version=4.6.3 +revision=1 distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.6/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--localstatedir=/var --enable-libxklavier @@ -27,3 +28,10 @@ Add_dependency full libwnck Add_dependency full libxfcegui4 Add_dependency full libXrandr Add_dependency full libXcursor + +post_install() +{ + # Change default icon them to tango, until xfce4-icon-theme + # is updated for >=4.6. + sed -i -e "s|Rodent|Tango|" ${DESTDIR}${conf_files} +}