xfce4-settings: change default icon theme to Tango, bumprev.
--HG-- extra : convert_revision : a95600ef255d196aa53c295fe85ae1301d43bfca
This commit is contained in:
parent
0bb54ba02b
commit
c8ec12eff6
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'xfce4-settings'
|
# Template file for 'xfce4-settings'
|
||||||
pkgname=xfce4-settings
|
pkgname=xfce4-settings
|
||||||
version=4.6.3
|
version=4.6.3
|
||||||
|
revision=1
|
||||||
distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.6/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.6/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --enable-libxklavier
|
configure_args="--localstatedir=/var --enable-libxklavier
|
||||||
|
@ -27,3 +28,10 @@ Add_dependency full libwnck
|
||||||
Add_dependency full libxfcegui4
|
Add_dependency full libxfcegui4
|
||||||
Add_dependency full libXrandr
|
Add_dependency full libXrandr
|
||||||
Add_dependency full libXcursor
|
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}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue