diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 11:00:45 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-20 11:03:09 +0100 |
commit | b28198b4cdfcf5e954988b1fcdb9ffa967d8dea8 (patch) | |
tree | 6f43d1b4e924c260667482ff67d1bcea19e6c530 /community/libgweather/APKBUILD | |
parent | 6b738a488f519bb5ea7afd63fa8a42fd234418df (diff) | |
download | aports-b28198b4cdfcf5e954988b1fcdb9ffa967d8dea8.tar.bz2 aports-b28198b4cdfcf5e954988b1fcdb9ffa967d8dea8.tar.xz |
community/libgweather: fix tests
Diffstat (limited to 'community/libgweather/APKBUILD')
-rw-r--r-- | community/libgweather/APKBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index 739a8dc53a..41566d12de 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -13,7 +13,9 @@ makedepends="gtk+3.0-dev libsoup-dev libxml2-dev vala glib-dev geocode-glib-dev gobject-introspection-dev libxml2-utils gtk-doc py-six glade-dev meson ninja" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather-$pkgver.tar.xz" +source="https://download.gnome.org/sources/libgweather/${pkgver%.*}/libgweather-$pkgver.tar.xz + fix-test.patch + " build() { meson \ @@ -35,4 +37,5 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba libgweather-3.34.0.tar.xz" +sha512sums="44451837039965251d86f6f538c943a771ab1944d9190ddb2c6bdb34b3ed0e33756c537e84f24487fd5f28b107e8d3af05a6c20a68f83734ac26ff69a8bd0aba libgweather-3.34.0.tar.xz +ad9e4bf0d7cc12dfab6ed2870c4f7d52f78b04eaa3cd440f8f85da67106060854364f213d2052ce77158ac2e54be9e33a206bf1dfb634a9bdc17d98505588de7 fix-test.patch" |