From b9cbcc894202fa3090a1095c1bf88eead38d998d Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Fri, 3 Sep 2021 18:54:30 +0200 Subject: [PATCH] main/gpodder-adaptive: remove, upstreamed (MR 2484) [ci:skip-build] already built successfully in CI --- main/gpodder-adaptive/APKBUILD | 44 ---------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 main/gpodder-adaptive/APKBUILD diff --git a/main/gpodder-adaptive/APKBUILD b/main/gpodder-adaptive/APKBUILD deleted file mode 100644 index 1221b79a6..000000000 --- a/main/gpodder-adaptive/APKBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# Maintainer: Johannes Marbach -# Move to Alpine when there's a proper release (#1068) -pkgname=gpodder-adaptive -pkgver=3.10.17_git20210307 -_commit=825e21ff17c19d0ec109896e28d3bd5d0f973e64 -pkgrel=0 -pkgdesc="Podcast aggregator" -url="https://github.com/gpodder/gpodder/tree/adaptive" -arch="noarch" -license="GPL-3.0-or-later" -depends=" - adwaita-icon-theme - libhandy1 - py3-cairo - py3-dbus - py3-gobject3 - py3-html5lib - py3-mygpoclient - py3-podcastparser - py3-requests - python3 - xdg-utils -" -makedepends="py3-setuptools intltool help2man" -checkdepends="py3-pytest py3-pytest-httpserver py3-pytest-cov py3-minimock desktop-file-utils" -subpackages="$pkgname-doc $pkgname-lang" -source="https://github.com/gpodder/gpodder/archive/$_commit.tar.gz" -builddir="$srcdir/gpodder-$_commit" - -# Temporarily disable tests for armv7, as py3-podcastparser and probably others -# are not yet rebuilt against python 3.9 in Alpine edge (2021-04-09). -if [ "$CARCH" = "armv7" ]; then - options="$options !check" -fi - -check() { - make unittest -} - -package() { - make install PREFIX=/usr DESTDIR=$pkgdir -} - -sha512sums="bf853e707fb721c2ae15417812c58e874397da36f3ed5226e7528af9f548b4ddd25af5b0d03057846f98c9208e51a66b4a03bcab9dd706d4d9747bf8b7eb7732 825e21ff17c19d0ec109896e28d3bd5d0f973e64.tar.gz"