aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-17 13:04:37 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-24 18:56:34 +0000
commit79dc82039f07ca937515ddc605de3d1e732273b6 (patch)
tree701dc8600b00589da0faf25a94787590abe9ba1a /community
parent4d0481d8913381621a1b56debdc903688c56987d (diff)
community/tint2: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community')
-rw-r--r--community/tint2/APKBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/community/tint2/APKBUILD b/community/tint2/APKBUILD
index f7e88f1b59c..5066b28c59a 100644
--- a/community/tint2/APKBUILD
+++ b/community/tint2/APKBUILD
@@ -6,20 +6,19 @@ pkgver=16.7
pkgrel=0
pkgdesc="tint2 is a simple unintrusive panel/taskbar"
url="https://gitlab.com/o9000/tint2"
-arch="all"
+arch="all !s390x" # librsvg
license="GPL-2.0"
options="!check"
depends="imlib2 glib pango cairo libxcomposite libxdamage
libxinerama libxrandr gtk+"
makedepends="cmake imlib2-dev glib-dev pango-dev cairo-dev
- libxcomposite-dev libxdamage-dev libxinerama-dev libxrandr-dev
- gtk+-dev librsvg-dev startup-notification-dev linux-headers"
+ libxcomposite-dev libxdamage-dev libxinerama-dev libxrandr-dev
+ gtk+-dev librsvg-dev startup-notification-dev linux-headers"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://gitlab.com/o9000/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.bz2"
-builddir="$srcdir"/$pkgname-v${pkgver}
+source="https://gitlab.com/o9000/tint2/-/archive/v$pkgver/tint2-v$pkgver.tar.bz2"
+builddir="$srcdir/$pkgname-v$pkgver"
prepare() {
- cd "$builddir"
mkdir -p build
}
@@ -38,7 +37,7 @@ build() {
package() {
cd "$builddir"/build
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
sha512sums="92d3bb3b26fe356553b711727d86c46ab1530990e972791b10ddde57c7479ce983dda97bacb5dd37be1e846c767b00a0e36388271d5e6618552243c8e2a7fa43 tint2-v16.7.tar.bz2"