diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 11:49:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 07:45:56 +0100 |
commit | 4b2912699b43d1b3f095fdebbd76700f74c147ab (patch) | |
tree | 215822bc7dd44b8b6fd462ebe1637b32a9cf3048 /community/gitg/APKBUILD | |
parent | 691bdec6c820d5de8deec54c1d50153b59dbd1d8 (diff) | |
download | aports-4b2912699b43d1b3f095fdebbd76700f74c147ab.tar.bz2 aports-4b2912699b43d1b3f095fdebbd76700f74c147ab.tar.xz |
community/gitg: move glade modules and catalogs to -dev
Diffstat (limited to 'community/gitg/APKBUILD')
-rw-r--r-- | community/gitg/APKBUILD | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/community/gitg/APKBUILD b/community/gitg/APKBUILD index d2513aee0a..eb394265d6 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=1 +pkgrel=2 pkgdesc="gitg is the GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" arch="all !s390x" # missing gtksourceview @@ -33,4 +33,11 @@ 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" |