diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 11:51:31 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 07:45:56 +0100 |
commit | b3c2e671005461a5720d85bd6769c44833f1c3a4 (patch) | |
tree | da55d6f760b22c40f7cfae08cf09fdadff5e368a /community/evolution | |
parent | 108246cbfdaea83250c14476b2f2ff16dcf122a8 (diff) | |
download | aports-b3c2e671005461a5720d85bd6769c44833f1c3a4.tar.bz2 aports-b3c2e671005461a5720d85bd6769c44833f1c3a4.tar.xz |
community/evolution: move glade modules and catalogs to -dev
Diffstat (limited to 'community/evolution')
-rw-r--r-- | community/evolution/APKBUILD | 9 |
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" |