From 9feffb5fd23f7d102c1cc648ad41f0530d8fec02 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 17 May 2022 16:51:44 +0200 Subject: Remove mobile-broadband-provider-info I didn't do pacman -Sy before checking so now there is a mobile-broadband-provider-info pacage for ARM. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/mobile-broadband-provider-info/PKGBUILD | 54 ----------------------------- 1 file changed, 54 deletions(-) delete mode 100644 pcr/mobile-broadband-provider-info/PKGBUILD (limited to 'pcr') diff --git a/pcr/mobile-broadband-provider-info/PKGBUILD b/pcr/mobile-broadband-provider-info/PKGBUILD deleted file mode 100644 index 5047c0578..000000000 --- a/pcr/mobile-broadband-provider-info/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# Maintainer (Arch): Jan Alexander Steffens (heftig) -# Contributor (Arch): Jan de Groot -# Maintainers: Parabola hackers - -# This package is in Parabola only for architectures that don't have -# mobile-broadband-provider-info in their feed. Here is the status of -# mobile-broadband-provider-info in the various upstream GNU/Linux -# distributions Parabola is based on: -# +--------------+----------------+---------------+ -# | Architecture | Upstream | Upstream repo | -# +--------------+----------------+---------------+ -# | armv7h | Arch Linux ARM | None | -# | i686 | Arch Linux 32 | community | -# | x86_64 | Arch Linux | community | -# +--------------+----------------+---------------+ - -pkgname=mobile-broadband-provider-info -pkgver=20220511 -pkgrel=1 -pkgdesc="Network Management daemon" -url="https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info" -arch=('armv7h') -license=(custom) -makedepends=(git libxslt) -_commit=3d5c8d0f7e0264768a2c000d0fd4b4d4a991e041 # tags/20220511^0 -source=("git+https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' -} - -prepare() { - cd $pkgname - NOCONFIGURE=1 ./autogen.sh -} - -check() { - cd $pkgname - make check -} - -build() { - cd $pkgname - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname - make DESTDIR="$pkgdir" install - install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING -} -- cgit v1.2.3