Merge pull request #192 from xdave/master
gnome-icon-theme-symbolic: depend on gnome-icon-theme>=3.10.0...
This commit is contained in:
commit
dbfcc73e2b
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gnome-icon-theme-symbolic'.
|
# Template build file for 'gnome-icon-theme-symbolic'.
|
||||||
pkgname=gnome-icon-theme-symbolic
|
pkgname=gnome-icon-theme-symbolic
|
||||||
version=3.10.1
|
version=3.10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="GTK_UPDATE_ICON_CACHE=/bin/true"
|
configure_args="GTK_UPDATE_ICON_CACHE=/bin/true"
|
||||||
hostmakedepends="pkg-config intltool icon-naming-utils gnome-icon-theme>=3.8.0"
|
hostmakedepends="pkg-config intltool icon-naming-utils gnome-icon-theme>=3.8.0"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412
|
checksum=344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412
|
||||||
|
|
||||||
gnome-icon-theme-symbolic_package() {
|
gnome-icon-theme-symbolic_package() {
|
||||||
depends="gnome-icon-theme>=${version}"
|
depends="gnome-icon-theme>=3.10.0" # hasn't been updated yet
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
|
|
Loading…
Reference in New Issue