aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnome-themes-extra/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-06-09 22:19:53 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-09 20:45:59 +0000
commitc98202b3f1a6d247d865b035c72942c856cc1bbe (patch)
tree7bc3db960c41ae4cd62bb11de79eff354e283139 /community/gnome-themes-extra/APKBUILD
parent81e5ea9b5990e2d33e5872980099f3c8dc79531d (diff)
downloadaports-c98202b3f1a6d247d865b035c72942c856cc1bbe.tar.bz2
aports-c98202b3f1a6d247d865b035c72942c856cc1bbe.tar.xz
community/gnome-themes-extra: remove noarch
Turns out we can't have a noarch package with arch specific subpackages Closes GH-8710
Diffstat (limited to 'community/gnome-themes-extra/APKBUILD')
-rw-r--r--community/gnome-themes-extra/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gnome-themes-extra/APKBUILD b/community/gnome-themes-extra/APKBUILD
index c3c0b3119a..13fe4a5a93 100644
--- a/community/gnome-themes-extra/APKBUILD
+++ b/community/gnome-themes-extra/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gnome-themes-extra
pkgver=3.28
-pkgrel=0
+pkgrel=1
pkgdesc="Misc themes and theme-y tidbits"
url="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
-arch="noarch"
+arch="all"
license="LGPL-2.1-only"
depends="ttf-cantarell librsvg adwaita-gtk2-theme"
makedepends="intltool gtk+3.0-dev gtk+2.0-dev librsvg-dev"
options="!check" # no tests
-subpackages="$pkgname-lang adwaita-gtk2-theme:_gtk2:all"
+subpackages="$pkgname-lang adwaita-gtk2-theme:_gtk2"
source="https://download.gnome.org/sources/gnome-themes-extra/${pkgver}/gnome-themes-extra-${pkgver}.tar.xz"
replaces="gnome-themes-standard" # upstream rename
provides="gnome-themes-standard=$pkgver-r$pkgrel"