gnome-icon-theme-symbolic: depend on gnome-icon-theme>=3.10.0, instead of 3.10.1 for now.
This commit is contained in:
parent
b60a5a2c26
commit
1e8aa02f56
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gnome-icon-theme-symbolic'.
|
||||
pkgname=gnome-icon-theme-symbolic
|
||||
version=3.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="GTK_UPDATE_ICON_CACHE=/bin/true"
|
||||
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
|
||||
|
||||
gnome-icon-theme-symbolic_package() {
|
||||
depends="gnome-icon-theme>=${version}"
|
||||
depends="gnome-icon-theme>=3.10.0" # hasn't been updated yet
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
|
|
Loading…
Reference in New Issue