aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/libgweather/APKBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD
index b27b9aa11c..08629c5e83 100644
--- a/community/libgweather/APKBUILD
+++ b/community/libgweather/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=libgweather
pkgver=3.34.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME weather library"
url="https://wiki.gnome.org/Projects/LibGWeather"
arch="all"
@@ -37,5 +37,11 @@ package() {
DESTDIR="$pkgdir" ninja -C output install
}
+dev() {
+ default_dev
+ mkdir -p "$subpkgdir"/usr/share
+ mv "$pkgdir"/usr/share/glade/catalogs "$subpkgdir"/usr/share/
+}
+
sha512sums="44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba libgweather-3.34.0.tar.xz
ad9e4bf0d7cc12dfab6ed2870c4f7d52f78b04eaa3cd440f8f85da67106060854364f213d2052ce77158ac2e54be9e33a206bf1dfb634a9bdc17d98505588de7 fix-test.patch"