aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitg
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/gitg
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/gitg')
-rw-r--r--community/gitg/APKBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD
index 33dff015c6..23839c5958 100644
--- a/community/gitg/APKBUILD
+++ b/community/gitg/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gitg
pkgver=3.32.1
-pkgrel=4
+pkgrel=5
pkgdesc="gitg is the GNOME GUI client to view git repositories"
url="https://wiki.gnome.org/Apps/Gitg"
arch="all !s390x !mips !mips64" # missing gtksourceview
@@ -33,11 +33,4 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
-dev() {
- default_dev
- mkdir -p "$subpkgdir"/usr/lib "$subpkgdir"/usr/share
- mv "$pkgdir"/usr/lib/glade/modules "$subpkgdir"/usr/lib/
- mv "$pkgdir"/usr/share/glade/catalogs "$subpkgdir"/usr/share/
-}
-
sha512sums="243e630b3e5bb1919dc307e6b3fed1b1b0e3884d2a2507e4526b4af61e86f1cd7004a3dbb96001ffb0280cefe7cdb9b109c39996718913c7410224830c0145a4 gitg-3.32.1.tar.xz"