From 3bea94928a1b6474fdd259d1a92e9706d553ca8b Mon Sep 17 00:00:00 2001 From: mio Date: Mon, 18 Apr 2022 21:01:32 +0000 Subject: community/blanket: move from testing Closes #13695 --- community/blanket/APKBUILD | 33 +++++++++++++++++++++++++++++++++ testing/blanket/APKBUILD | 33 --------------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 community/blanket/APKBUILD delete mode 100644 testing/blanket/APKBUILD diff --git a/community/blanket/APKBUILD b/community/blanket/APKBUILD new file mode 100644 index 00000000000..7dbfa9eea4b --- /dev/null +++ b/community/blanket/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: mio +# Maintainer: mio +pkgname=blanket +pkgver=0.6.0 +pkgrel=0 +pkgdesc="Listen to different sounds to improve focus and increase productivity" +url="https://github.com/rafaelmardojai/blanket" +license="GPL-3.0-or-later" +# s390x: limited by libhandy +# riscv64: limited by gst-plugins-bad +arch="noarch !s390x !riscv64" +depends="gst-plugins-bad gst-plugins-base gst-plugins-good libadwaita + python3 py3-gst py3-gobject3" +makedepends="appstream-glib-dev meson" +subpackages="$pkgname-lang" +source="https://github.com/rafaelmardojai/blanket/archive/$pkgver/blanket-$pkgver.tar.gz" + +build() { + abuild-meson . output + meson compile ${JOBS:+-j ${JOBS}} -C output +} + +check() { + meson test --no-rebuild -v -C output +} + +package() { + DESTDIR="$pkgdir" meson install --no-rebuild -C output +} + +sha512sums=" +8269f6f4e5f805bbb52ca06035d469765c3115f841a8b57fda4db9c387ab50db5207ee57cd329173ce0f3e41abfc459e76af615fbb6f979f8e911ee73f74e861 blanket-0.6.0.tar.gz +" diff --git a/testing/blanket/APKBUILD b/testing/blanket/APKBUILD deleted file mode 100644 index 7dbfa9eea4b..00000000000 --- a/testing/blanket/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: mio -# Maintainer: mio -pkgname=blanket -pkgver=0.6.0 -pkgrel=0 -pkgdesc="Listen to different sounds to improve focus and increase productivity" -url="https://github.com/rafaelmardojai/blanket" -license="GPL-3.0-or-later" -# s390x: limited by libhandy -# riscv64: limited by gst-plugins-bad -arch="noarch !s390x !riscv64" -depends="gst-plugins-bad gst-plugins-base gst-plugins-good libadwaita - python3 py3-gst py3-gobject3" -makedepends="appstream-glib-dev meson" -subpackages="$pkgname-lang" -source="https://github.com/rafaelmardojai/blanket/archive/$pkgver/blanket-$pkgver.tar.gz" - -build() { - abuild-meson . output - meson compile ${JOBS:+-j ${JOBS}} -C output -} - -check() { - meson test --no-rebuild -v -C output -} - -package() { - DESTDIR="$pkgdir" meson install --no-rebuild -C output -} - -sha512sums=" -8269f6f4e5f805bbb52ca06035d469765c3115f841a8b57fda4db9c387ab50db5207ee57cd329173ce0f3e41abfc459e76af615fbb6f979f8e911ee73f74e861 blanket-0.6.0.tar.gz -" -- cgit v1.2.3