temp/gnome-software-plugin-apk: drop (MR 2653)
The plugin now is linked dynamically against gnome-software and pmos fork does not touch the library, only the ui, so it should be save to drop this fork
This commit is contained in:
parent
087126db0b
commit
425d18f38e
1 changed files with 0 additions and 35 deletions
|
@ -1,35 +0,0 @@
|
|||
# Forked from Alpine to rebuild against gnome-software with mobile patches
|
||||
pkgname=gnome-software-plugin-apk
|
||||
pkgver=9999
|
||||
_pkgver=0.8.1
|
||||
pkgrel=3
|
||||
pkgdesc="APK plugin for GNOME Software"
|
||||
url="https://github.com/Cogitri/gnome-software-plugin-apk"
|
||||
arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="meson gnome-software-dev gnome-software-static apk-polkit-rs-dev"
|
||||
options="!check" # no tests
|
||||
source="gnome-software-plugin-apk-$_pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugin-apk/archive/refs/tags/v$_pkgver.tar.gz"
|
||||
|
||||
# override builddir, because "$_pkgver" != "$pkgver"
|
||||
builddir="$srcdir/$pkgname-$_pkgver"
|
||||
|
||||
# We can't depend on gnome-software-plugin-apk directly in gnome-software
|
||||
# since that causes a circular dep:
|
||||
# gnome-software -> gnome-software-plugin-apk -> gnome-software-dev
|
||||
case "$CARCH" in
|
||||
x86_64|armv7|armhf|aarch64|x86|ppc64le) install_if="gnome-software" ;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
843387b54d846a7262175a9397811f1495870744f72b896e356321467d772f2b3b50dcdba402f528f32323f86d3a26e48a13ac15bb4ad59915d0f8659de94e22 gnome-software-plugin-apk-0.8.1.tar.gz
|
||||
"
|
Loading…
Reference in a new issue