maemo/gtk+2.0-maemo: remove version from provides (!853)
With this patch and pmbootstrap!1851, finally resolve the long-standing issue that gtk+2.0-maemo would get installed by pmbootstrap whenever something depends on gtk+2.0. (Currently on x86_64 only, because maemo is disabled for other arches, but still very annoying.) I've verified that doing 'pmbootstrap install' with qemu-amd64 and hildon as selected UI still results in gtk+2.0-maemo getting installed. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
685f838c8b
commit
5ca275d1ef
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
pkgname=gtk+2.0-maemo
|
pkgname=gtk+2.0-maemo
|
||||||
pkgver=2.24.31
|
pkgver=2.24.31
|
||||||
_tag=2.24.25
|
_tag=2.24.25
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
subpkg=gtk-update-icon-cache
|
subpkg=gtk-update-icon-cache
|
||||||
pkgdesc="The GTK+ Toolkit (v2)"
|
pkgdesc="The GTK+ Toolkit (v2)"
|
||||||
url="http://www.gtk.org/"
|
url="http://www.gtk.org/"
|
||||||
|
@ -17,7 +17,7 @@ subpackages="$pkgname-dev $subpkg:icon_cache"
|
||||||
depends="shared-mime-info gtk-update-icon-cache"
|
depends="shared-mime-info gtk-update-icon-cache"
|
||||||
|
|
||||||
replaces="gtk+ gtk+-dev gtk+-doc"
|
replaces="gtk+ gtk+-dev gtk+-doc"
|
||||||
provides="gtk+2.0=$pkgver"
|
provides="gtk+2.0"
|
||||||
|
|
||||||
depends_dev="
|
depends_dev="
|
||||||
atk-dev
|
atk-dev
|
||||||
|
|
Loading…
Reference in a new issue