aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-05 11:51:31 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-07 07:45:56 +0100
commitb3c2e671005461a5720d85bd6769c44833f1c3a4 (patch)
treeda55d6f760b22c40f7cfae08cf09fdadff5e368a
parent108246cbfdaea83250c14476b2f2ff16dcf122a8 (diff)
downloadaports-b3c2e671005461a5720d85bd6769c44833f1c3a4.tar.bz2
aports-b3c2e671005461a5720d85bd6769c44833f1c3a4.tar.xz
community/evolution: move glade modules and catalogs to -dev
-rw-r--r--community/evolution/APKBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/community/evolution/APKBUILD b/community/evolution/APKBUILD
index 7ee80b44e0..0bc9898c10 100644
--- a/community/evolution/APKBUILD
+++ b/community/evolution/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=evolution
pkgver=3.34.2
-pkgrel=0
+pkgrel=1
pkgdesc="evolution mail client"
url="https://projects.gnome.org/evolution"
arch="all !s390x" # Limited by gnome-autoar
@@ -45,4 +45,11 @@ package() {
make -C build DESTDIR="$pkgdir" 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="196cebac1d4c26a8570b5942ebb9eec5612a3dee8ddb5fe8ea06ae4b6c570448607ba43df19ea6a2f9e982b64f271432f18506df04bef590c71c9463dc902368 evolution-3.34.2.tar.xz"