gnome-themes: update to 3.0.0.
--HG-- branch : gnome3
This commit is contained in:
parent
ef0d62c070
commit
7b5fad91e9
1 changed files with 14 additions and 5 deletions
|
@ -1,16 +1,25 @@
|
||||||
# Template file for 'gnome-themes'
|
# Template file for 'gnome-themes'
|
||||||
pkgname=gnome-themes
|
pkgname=gnome-themes
|
||||||
version=2.91.90
|
version=3.0.0
|
||||||
revision=1
|
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.91/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var"
|
configure_args="--localstatedir=/var"
|
||||||
short_desc="Default themes for GNOME"
|
short_desc="Default themes for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1e65f0d7eb0fa14320b532599ba20f5594654077a47ed423efc0e64863e62b31
|
checksum=b277b605185651571b7225a92e10755cb8ceb0d4e3eef0e85135312f0981f1c9
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains the default themes for the GNOME desktop."
|
This package contains the default themes for the GNOME desktop."
|
||||||
|
|
||||||
|
gtk_iconcache_dirs="
|
||||||
|
/usr/share/icons/Crux
|
||||||
|
/usr/share/icons/HighContrast
|
||||||
|
/usr/share/icons/HighContrastInverse
|
||||||
|
/usr/share/icons/HighContrastLargePrint
|
||||||
|
/usr/share/icons/HighContrastLargePrintInverse
|
||||||
|
/usr/share/icons/HighContrast-SVG
|
||||||
|
/usr/share/icons/LargePrint
|
||||||
|
/usr/share/icons/Mist"
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
@ -21,5 +30,5 @@ Add_dependency full librsvg
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
# {High,Low}Contrast themes are already in gnome-themes-standard.
|
# {High,Low}Contrast themes are already in gnome-themes-standard.
|
||||||
rm -rf ${DESTDIR}/usr/share/themes/{High,Low}Contrast*/index.theme
|
rm -f ${DESTDIR}/usr/share/themes/{High,Low}Contrast*/index.theme
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue