upg busybox gcr-4

This commit is contained in:
joborun linux 2024-03-03 11:51:09 +02:00
parent 7f3f7010fb
commit 51e5ab926e
5 changed files with 21 additions and 13 deletions

View File

@ -7,7 +7,7 @@
pkgname=busybox
pkgver=1.36.1
pkgrel=01
pkgrel=02
pkgdesc="Utilities for rescue and embedded systems"
url="https://www.busybox.net"
makedepends=("ncurses" "musl" "kernel-headers-musl")
@ -30,6 +30,8 @@ package() {
# docs
install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
cp -a examples "$pkgdir"/usr/share/doc/$pkgname/
for doc in BusyBox.html BusyBox.txt; do
install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
done
@ -47,4 +49,5 @@ sha256sums=(b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314 #
7b1dc3e59fa767c0e0b216ffacb070b3587607655dfa0336ccf41a48ae32c3c1 # busybox-1.36.1.tar.bz2.sig
82e934fbdf143028ffb19b195e34c2171dd3b2c17d1c5e37499068ade4d5b28f) # config
## ac37b91c98a613fb07d95fadd5c0f7592c608e12b24cad3dfe28e8712942aeef busybox-1.36.1-01-x86_64.pkg.tar.lz
## cccf2aee9affbfc0d322dabd534bb2bdc3007ceaf0d4987fa928e99a07eeefed busybox-1.36.1-02-x86_64.pkg.tar.lz

View File

@ -3,8 +3,8 @@
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
pkgname=busybox
pkgver=1.34.1
pkgrel=1
pkgver=1.36.1
pkgrel=2
pkgdesc="Utilities for rescue and embedded systems"
arch=("x86_64")
url="https://www.busybox.net"
@ -13,12 +13,12 @@ makedepends=("ncurses" "musl" "kernel-headers-musl")
validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
"config")
sha256sums=('415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549'
sha256sums=('b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314'
'SKIP'
'82e934fbdf143028ffb19b195e34c2171dd3b2c17d1c5e37499068ade4d5b28f')
b2sums=('1f45f58db26ae0bae2eb728db3a7d49680d611f489c4633d1fdf2827d3c33285721e232f722ac1f80f2ad7616352df9fd6b8880bcb5fa0dc6787b70c897dd033'
'239001693b58e471c594952b9805c24b0d8174ba2cab245cd624e4423d993cd3')
b2sums=('e515825cb3ab1c520e16b9c2512e9fc72947366a72a0466bff59b507fdffbc78fc9d16b44a26116175fc7a429d849ad944b1bc379d36c6d3a0eb20969997336e'
'SKIP'
'ec7ab659d02bda59be7e0eaae532e5a3e1a53f630559fe66ddadadbdebe5baf31f9f9897e73a6a6f11aa9523158331eac74803035bf84ffab27d8941c181cc61')
'7d4759036db05d7e0c06571e8fd24db488edf87a9b82a5382eee3fb43fc5318bbd75398e43c9b30c88b78630e910ee9a5316aaa824b5ab26f93fc1b3f834f07d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@ -36,6 +36,8 @@ package() {
# docs
install -Dm644 docs/busybox.1 "$pkgdir"/usr/share/man/man1/busybox.1
install -dm0755 "$pkgdir"/usr/share/doc/$pkgname
cp -a examples "$pkgdir"/usr/share/doc/$pkgname/
for doc in BusyBox.html BusyBox.txt; do
install -Dm644 docs/$doc "$pkgdir"/usr/share/doc/$pkgname/$doc
done

View File

@ -1,2 +1,4 @@
musl
kernel-headers-musl

View File

@ -8,13 +8,14 @@
#pkgbase=gcr-4
#pkgname=(gcr-4 gcr-4-docs)
pkgname=(gcr-4)
pkgver=4.2.0
pkgver=4.2.1
pkgrel=01
pkgdesc="A library for bits of crypto UI and parsing w/o systemd"
url="https://gitlab.gnome.org/GNOME/gcr"
depends=(glib2 libgcrypt p11-kit libsecret openssh)
makedepends=(gobject-introspection vala git gi-docgen meson gtk4)
_commit=0c1317470eeb426d30e50b0b2b13b90006f5ec2d # tags/4.2.0^0
#_commit=0c1317470eeb426d30e50b0b2b13b90006f5ec2d # tags/4.2.0^0
_commit=7f9dfb291ac475beac911c3868bebd4561267a82 # tags/4.2.1^0
source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit")
pkgver() {
@ -63,5 +64,5 @@ license=(LGPL-2.1-or-later)
sha256sums=(SKIP)
## ec8c56906fd0e3abfa9570c8b2bcd50da2c6ebfb3c80c205125391927126bc00 gcr-4-4.2.0-01-x86_64.pkg.tar.lz
## 876c55cfae5b6b481dbff655365831037ea5f03c1017cc568559fece6b4b5557 gcr-4-4.2.1-01-x86_64.pkg.tar.lz

View File

@ -6,7 +6,7 @@ pkgname=(
gcr-4
gcr-4-docs
)
pkgver=4.2.0
pkgver=4.2.1
pkgrel=1
pkgdesc="A library for bits of crypto UI and parsing"
url="https://gitlab.gnome.org/GNOME/gcr"
@ -28,7 +28,7 @@ makedepends=(
meson
vala
)
_commit=0c1317470eeb426d30e50b0b2b13b90006f5ec2d # tags/4.2.0^0
_commit=7f9dfb291ac475beac911c3868bebd4561267a82 # tags/4.2.1^0
source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit")
b2sums=('SKIP')