From 5fc992cf52e82758b8ed7c11744b0de6a33c9306 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 13 Nov 2020 13:28:42 +0100 Subject: [PATCH] device/testing/device-bq-paella: drop, not sure how that ended up there --- device/testing/device-bq-paella/APKBUILD | 41 ------------------------ 1 file changed, 41 deletions(-) delete mode 100644 device/testing/device-bq-paella/APKBUILD diff --git a/device/testing/device-bq-paella/APKBUILD b/device/testing/device-bq-paella/APKBUILD deleted file mode 100644 index 4c50df87d..000000000 --- a/device/testing/device-bq-paella/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Forked from Alpine to apply Purism's mobile patches -pkgname=gnome-contacts -pkgver=9999_git20200619 -pkgrel=1 -_commit="334f9cdb5173358221da9be5b83a796b1c285904" -pkgdesc="A contacts manager for GNOME" -url="https://wiki.gnome.org/Apps/Contacts" -arch="all !s390x !mips !mips64" # libhandy is missing -license="GPL-2.0-or-later" -makedepends="meson vala folks-dev libgee-dev glib-dev gnome-desktop-dev - gnome-online-accounts-dev cheese-dev evolution-data-server-dev telepathy-glib-dev - libhandy-dev gtk+3.0-dev" -checkdepends="appstream-glib desktop-file-utils" -subpackages="$pkgname-lang $pkgname-doc" -source=" - https://source.puri.sm/Librem5/gnome-contacts/-/archive/$_commit/gnome-contacts-$_commit.tar.bz2 - Dont-use-unsupported-vala-syntax.patch - " -builddir="$srcdir/$pkgname-$_commit" - -build() { - meson \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - --buildtype=plain \ - . output - ninja -C output -} - -check() { - ninja -C output test -} - -package() { - DESTDIR="$pkgdir" ninja -C output install -} - -sha512sums="c984391a9fe4fab76da168a521a08b3c2798d152266dfe1af7172dcb74c9fe3a0c41534dc55f41ebfca16ab24d928e12b19fd5b278136c5ab2945d810bd42cb8 gnome-contacts-334f9cdb5173358221da9be5b83a796b1c285904.tar.bz2 -9b01a7ac134b254a4f240d77cb40384c59d47881b6dafaa53092ba8b254e58cb5e23f3e27c077d10c135c2648aff732b5708879485ac79310a49250c3116eba7 Dont-use-unsupported-vala-syntax.patch"