upg nilfs-utils hdparm elfutils efibootmgr

This commit is contained in:
joborun linux 2022-07-19 22:58:30 +03:00
parent 87463a7717
commit 7ea57a005d
11 changed files with 56 additions and 81 deletions

View File

@ -1,51 +1,36 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
# upstream only signs commits
_commit=e067160ecef8208e1944002e5d50b275733211fb # 17
pkgname=efibootmgr
pkgver=17
pkgrel=02
_commit=712aeb81311de28a3fcfea7465dcb93743f07a53 # refs/tags/18
pkgver=18
pkgrel=01
pkgdesc="Linux user-space application to modify the EFI Boot Manager"
arch=('x86_64')
arch=(x86_64)
url="https://github.com/rhboot/efibootmgr"
depends=('glibc' 'popt')
makedepends=('efivar' 'git')
source=("${pkgname}::git+https://github.com/rhboot/efibootmgr#tag=${pkgver}?signed")
prepare() {
mv -v "${pkgname}" "${pkgname}-${pkgver}"
cd "${pkgname}-${pkgver}"
# removing hotfix function declaration:
# https://github.com/rhboot/efibootmgr/issues/128
sed -e '/extern int efi_set_verbose/d' -i "src/${pkgname}.c"
}
depends=(glibc popt)
makedepends=(efivar git)
source=($pkgname::git+https://github.com/rhboot/efibootmgr#tag=$_commit?signed)
build() {
cd "${pkgname}-${pkgver}"
make libdir='/usr/lib' sbindir='/usr/bin' EFIDIR='arch'
make libdir=/usr/lib sbindir=/usr/bin EFIDIR=arch -C $pkgname
}
package() {
depends+=('libefiboot.so' 'libefivar.so')
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" \
libdir='/usr/lib' \
sbindir='/usr/bin' \
EFIDIR='arch' \
install
install -vDm 644 {AUTHORS,README,README.md,TODO} \
-t "${pkgdir}/usr/share/doc/${pkgname}"
depends+=(libefiboot.so libefivar.so)
make DESTDIR="$pkgdir" libdir=/usr/lib sbindir=/usr/bin EFIDIR=arch install -C $pkgname
install -vDm 644 $pkgname/{AUTHORS,README,README.md,TODO} -t "$pkgdir/usr/share/doc/$pkgname/"
}
#---- license gpg-key sha256sums ----
license=('GPL2')
validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones <pjones@redhat.com>
license=(GPL2)
validpgpkeys=(B00B48BC731AA8840FED9FB0EED266B70F4FEF10 # Peter Jones <pjones@redhat.com>
039A9CEA19DE9508C36875AA2532F9176A95A442) # Robbie Harwood (work) <rharwood@redhat.com>
sha256sums=(SKIP)

View File

@ -3,42 +3,30 @@
# Contributor: Murtuza Akhtari <inxsible at gmail dot com>
# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# upstream only signs commits
_commit=e067160ecef8208e1944002e5d50b275733211fb # 17
pkgname=efibootmgr
pkgver=17
pkgrel=2
_commit=712aeb81311de28a3fcfea7465dcb93743f07a53 # refs/tags/18
pkgver=18
pkgrel=1
pkgdesc="Linux user-space application to modify the EFI Boot Manager"
arch=('x86_64')
arch=(x86_64)
url="https://github.com/rhboot/efibootmgr"
license=('GPL2')
depends=('glibc' 'popt')
makedepends=('efivar' 'git')
source=("${pkgname}::git+https://github.com/rhboot/efibootmgr#tag=${pkgver}?signed")
license=(GPL2)
depends=(glibc popt)
makedepends=(efivar git)
source=($pkgname::git+https://github.com/rhboot/efibootmgr#tag=$_commit?signed)
sha512sums=('SKIP')
validpgpkeys=('B00B48BC731AA8840FED9FB0EED266B70F4FEF10') # Peter Jones <pjones@redhat.com>
prepare() {
mv -v "${pkgname}" "${pkgname}-${pkgver}"
cd "${pkgname}-${pkgver}"
# removing hotfix function declaration:
# https://github.com/rhboot/efibootmgr/issues/128
sed -e '/extern int efi_set_verbose/d' -i "src/${pkgname}.c"
}
validpgpkeys=(
'B00B48BC731AA8840FED9FB0EED266B70F4FEF10' # Peter Jones <pjones@redhat.com>
'039A9CEA19DE9508C36875AA2532F9176A95A442' # Robbie Harwood (work) <rharwood@redhat.com>
)
build() {
cd "${pkgname}-${pkgver}"
make libdir='/usr/lib' sbindir='/usr/bin' EFIDIR='arch'
make libdir=/usr/lib sbindir=/usr/bin EFIDIR=arch -C $pkgname
}
package() {
depends+=('libefiboot.so' 'libefivar.so')
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" \
libdir='/usr/lib' \
sbindir='/usr/bin' \
EFIDIR='arch' \
install
install -vDm 644 {AUTHORS,README,README.md,TODO} \
-t "${pkgdir}/usr/share/doc/${pkgname}"
depends+=(libefiboot.so libefivar.so)
make DESTDIR="$pkgdir" libdir=/usr/lib sbindir=/usr/bin EFIDIR=arch install -C $pkgname
install -vDm 644 $pkgname/{AUTHORS,README,README.md,TODO} -t "$pkgdir/usr/share/doc/$pkgname/"
}

View File

@ -1,3 +1,5 @@
popt
efivar
git

View File

@ -1 +1,2 @@
gpg -v --recv-key EED266B70F4FEF10
gpg --recv-keys 2532F9176A95A442

View File

@ -3,3 +3,5 @@ autoconf
libmicrohttpd
automake

View File

@ -1,17 +1,17 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=hdparm
pkgver=9.63
pkgrel=02
pkgver=9.64
pkgrel=01
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(x86_64)
depends=('glibc')
source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver}.tar.gz
# wiper.sh.2_6.max-ranges.patch
pass-ldflags.patch)
url="https://sourceforge.net/projects/hdparm/"
options=('emptydirs')
@ -48,9 +48,5 @@ package() {
license=('BSD')
sha512sums=('1d09dc2c79c31f45fa242dd5bf259e84281d1464e49ada9fd53bb6d58cb0458046e534a93f9d6de18478ca5db50b6d36ecbe5b784c0c681a1db29f15fadd525c'
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
sha256sums=(70785deaebba5877a89c123568b41dee990da55fc51420f13f609a1072899691 # hdparm-9.63.tar.gz
# f34b28395fbddfa4f7e156314ba5dbadf71f9418e73fad8bdab4e45bd5ae3cb8 # wiper.sh.2_6.max-ranges.patch
sha256sums=(315b956951c3fea027287de204381534217c0bd0f37b4935877fe2db0cab859a # hdparm-9.64.tar.gz
77ffdda10ff4006d873ef71f00e562992e1f256d3d6d14bfcc10c57d7e4449c1) # pass-ldflags.patch

View File

@ -1,8 +1,8 @@
# Maintainer: Paul Mattal <paul@archlinux.org>
pkgname=hdparm
pkgver=9.63
pkgrel=2
pkgver=9.64
pkgrel=1
pkgdesc="A shell utility for manipulating Linux IDE drive/driver parameters"
arch=(x86_64)
depends=('glibc')
@ -10,7 +10,7 @@ source=(https://downloads.sourceforge.net/sourceforge/hdparm/${pkgname}-${pkgver
pass-ldflags.patch)
license=('BSD')
url="https://sourceforge.net/projects/hdparm/"
sha512sums=('1d09dc2c79c31f45fa242dd5bf259e84281d1464e49ada9fd53bb6d58cb0458046e534a93f9d6de18478ca5db50b6d36ecbe5b784c0c681a1db29f15fadd525c'
sha512sums=('c561825143d8872cc2940bd6ba72162f91792bd63b6a8511058e79cc96feb6a4a9d22275581ef2eefab64a4035587b3a63175ccc58fa46f1059b4680d9d58ec4'
'4103276304a858a9540ce173f22c5eb64cadac36b5cd38d9396d63fa721a579e16d4d0f84e3c627d0620c42815c437abf14c9657fdb1a28e8263a52a0bb26c4f')
prepare() {

View File

@ -1 +1,2 @@

View File

@ -2,11 +2,12 @@
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=nilfs-utils
pkgver=2.2.8
pkgrel=02
pkgver=2.2.9
pkgrel=01
pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)"
arch=('x86_64')
url="http://nilfs.sourceforge.net/"
@ -30,6 +31,4 @@ package() {
license=('GPL2' 'LGPL2.1')
md5sums=('feb4fbf72679cb6449935d720b161aec')
sha256sums=(5a29f8f59db03edf8dd1e68dfd80ff4713e0aa184cfa83a6326ac8af93d9bda6) # nilfs-utils-2.2.8.tar.bz2
sha256sums=(5df63998c2084182c8c608a29b47b1771b825b4b5fa7916c12cca2fcb7577a97) # nilfs-utils-2.2.9.tar.bz2

View File

@ -2,8 +2,8 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=nilfs-utils
pkgver=2.2.8
pkgrel=2
pkgver=2.2.9
pkgrel=1
pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)"
arch=('x86_64')
url="http://nilfs.sourceforge.net/"
@ -11,7 +11,7 @@ license=('GPL2' 'LGPL2.1')
backup=('etc/nilfs_cleanerd.conf')
depends=('util-linux')
source=(http://nilfs.sourceforge.net/download/$pkgname-$pkgver.tar.bz2)
md5sums=('feb4fbf72679cb6449935d720b161aec')
md5sums=('914cd9b876b090377504e1184c7b8ca0')
build() {
cd $pkgname-$pkgver

View File

@ -1 +1,2 @@