cross/busybox-static-*: upgrade to 1.32.0-r4
This commit is contained in:
parent
2216ae0c83
commit
787c730c1b
4 changed files with 47 additions and 6 deletions
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
pkgname=busybox-static-aarch64
|
||||
pkgver=1.32.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
|
||||
_arch="aarch64"
|
||||
_mirror="http://dl-2.alpinelinux.org/alpine/"
|
||||
|
@ -31,4 +31,4 @@ package() {
|
|||
rm .PKGINFO .SIGN.*
|
||||
}
|
||||
|
||||
sha512sums="0c02a3697a64570ebc435edf1d23557fcc0976165420f77d56ce508bd0eaaf7a1c5a0c86d42e12ca701cc9d21ced206f1dfba336bb9c06c9a120d04f6b270d7d busybox-static-1.32.0-r3-aarch64-edge.apk"
|
||||
sha512sums="c101e490becccf14381bece807738bf29827d53f7d803b198068f7ecf420d46b77701185da98faa3cc19ea2b6a2ac6b564665e0dedb5aa56cb59f1a4931f278b busybox-static-1.32.0-r4-aarch64-edge.apk"
|
||||
|
|
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
pkgname=busybox-static-armhf
|
||||
pkgver=1.32.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
|
||||
_arch="armhf"
|
||||
_mirror="http://dl-2.alpinelinux.org/alpine/"
|
||||
|
@ -31,4 +31,4 @@ package() {
|
|||
rm .PKGINFO .SIGN.*
|
||||
}
|
||||
|
||||
sha512sums="d519eae1a2c25ffe484aaeca61e80cd3eefc8bdab362a69f1bb076b04d4301ad434c6fa6f435e08190ea61dbcd429e72c84722a49ded4e290c461cff4a7b139f busybox-static-1.32.0-r3-armhf-edge.apk"
|
||||
sha512sums="52acbc4b39adf80b5c31cc221aee96666327803c1b5eb70377e245b3cdc4da05bd81d095b4a8e7d01a8c2e379198e5ae4df0c7d21dc7fa6a7843b3e64460b382 busybox-static-1.32.0-r4-armhf-edge.apk"
|
||||
|
|
|
@ -8,7 +8,7 @@ fi
|
|||
|
||||
pkgname=busybox-static-armv7
|
||||
pkgver=1.32.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
|
||||
_arch="armv7"
|
||||
_mirror="http://dl-2.alpinelinux.org/alpine/"
|
||||
|
@ -31,4 +31,4 @@ package() {
|
|||
rm .PKGINFO .SIGN.*
|
||||
}
|
||||
|
||||
sha512sums="ee1fe2b90c1c05a805a3a915ef39264e2d977952edffb67cc6386aa1481d85c4b42e2196ef002e3429afd9fae55c980f946addacc6e92e3b75e1ce19056a8b22 busybox-static-1.32.0-r3-armv7-edge.apk"
|
||||
sha512sums="fcc7619f591b44992b03268dff2c0cfade24577bcb277006794c628f8de7093107a0c191f320e7d2e307aa0680be3b93d2e433a1d1527c035f966ecdb8ed7b0f busybox-static-1.32.0-r4-armv7-edge.apk"
|
||||
|
|
41
device/testing/device-bq-paella/APKBUILD
Normal file
41
device/testing/device-bq-paella/APKBUILD
Normal file
|
@ -0,0 +1,41 @@
|
|||
# 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"
|
Loading…
Reference in a new issue