aboutsummaryrefslogtreecommitdiffstats
path: root/community/libpeas/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-24 11:04:06 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-04-24 11:31:47 +0000
commit6a447d36f5f69569400b3c05fd4dea6d36b06912 (patch)
tree83313d867845e238d5dea2b1b5d443f7ccd4f7cf /community/libpeas/APKBUILD
parenteb1e0684fa13bd8302878c7ad1a28b6c0303ee3d (diff)
downloadaports-6a447d36f5f69569400b3c05fd4dea6d36b06912.tar.bz2
aports-6a447d36f5f69569400b3c05fd4dea6d36b06912.tar.xz
community/*: stop manually moving usr/{lib,share}/glade to -dev subpkg
abuild 3.6.x does this for us, so this will lead to build failures. Also rebuild since we moved things to the wrong places (e.g. /usr/lib instead of /usr/lib/glade) in most APKBUILDs
Diffstat (limited to 'community/libpeas/APKBUILD')
-rw-r--r--community/libpeas/APKBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/community/libpeas/APKBUILD b/community/libpeas/APKBUILD
index 61ff3333e7..a79a46b36e 100644
--- a/community/libpeas/APKBUILD
+++ b/community/libpeas/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libpeas
pkgver=1.26.0
-pkgrel=0
+pkgrel=1
pkgdesc="GObject-based plugin system"
url="https://wiki.gnome.org/Projects/Libpeas"
arch="all"
@@ -40,10 +40,4 @@ py3() {
mv "$pkgdir"/usr/lib/libpeas-1.0/loaders/libpython3loader.* "$subpkgdir"/usr/lib/libpeas-1.0/loaders/
}
-dev() {
- default_dev
- mkdir -p "$subpkgdir"/usr/share
- mv "$pkgdir"/usr/share/glade/catalogs "$subpkgdir"/usr/share/
-}
-
sha512sums="86157da14d17c16df2ef3f44ab48822ea1a8be8aec8f5419bc421bd475113f686cd16f9616ac53cbf3dc6f31f521384ac63eb8e9f1a46ea21b5cda8ba21e855f libpeas-1.26.0.tar.xz"