aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <ollieparanoid@postmarketos.org>2020-10-23 13:16:22 +0200
committerOliver Smith <ollieparanoid@postmarketos.org>2020-10-23 13:24:23 +0200
commitd7a6392bf789fab2ebcd5bdf91f39507b140b923 (patch)
tree26abcc11509fafe827d82888d0e894020e25b14f
parentbc5ce519281dc9e4ccd10fc2d4a836f4537dfda7 (diff)
community/nemo: add -dev subpackage
-rw-r--r--community/nemo/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nemo/APKBUILD b/community/nemo/APKBUILD
index 9f26b158af5..96f3fb632e3 100644
--- a/community/nemo/APKBUILD
+++ b/community/nemo/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=nemo
pkgver=4.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="File manager for the Cinnamon desktop environment"
-arch="all !s390x !mips !mips64" # exempi not available for all archs
+arch="all !s390x !mips !mips64 !ppc64le" # exempi, libexif-dev not available for all archs
url="https://github.com/linuxmint/nemo"
license="GPL-2.0-only"
makedepends="
@@ -24,7 +24,7 @@ checkdepends="xvfb-run"
source="
https://github.com/linuxmint/nemo/archive/$pkgver/nemo-$pkgver.tar.gz
ce0c83a9fe28ca09ecf51c8d3338e784907633d6.patch"
-subpackages="$pkgname-doc"
+subpackages="$pkgname-doc $pkgname-dev"
options="!check" # tests are broken: https://github.com/linuxmint/nemo/issues/2501
build() {