upg pciutils sudo e2fsprogs
This commit is contained in:
parent
c3e2b89577
commit
243403112f
8 changed files with 27 additions and 18 deletions
|
@ -8,12 +8,15 @@
|
|||
pkgbase=e2fsprogs
|
||||
pkgname=('e2fsprogs' 'fuse2fs')
|
||||
pkgver=1.46.5
|
||||
pkgrel=03
|
||||
pkgrel=04
|
||||
pkgdesc='Ext2/3/4 filesystem utilities w/o systemd'
|
||||
arch=('x86_64')
|
||||
url='http://e2fsprogs.sourceforge.net'
|
||||
makedepends=('util-linux' 'fuse2' 'gettext')
|
||||
#options=('debug')
|
||||
optdepends=('lvm2: for e2scrub'
|
||||
'util-linux: for e2scrub'
|
||||
'smtp-forwarder: for e2scrub_fail script')
|
||||
source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgbase}/v${pkgver}/${pkgbase}-${pkgver}.tar."{xz,sign}
|
||||
'MIT-LICENSE')
|
||||
|
||||
|
@ -62,8 +65,8 @@ package_e2fsprogs() {
|
|||
sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
|
||||
|
||||
# remove references to build directory
|
||||
sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
|
||||
sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
|
||||
sed -i -e 's#^DIR=.*#DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
|
||||
sed -i -e 's#^DIR=.*#DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
|
||||
|
||||
# remove static libraries with a shared counterpart
|
||||
rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
|
||||
|
@ -97,3 +100,5 @@ validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o <tytso
|
|||
sha256sums=(2f16c9176704cf645dc69d5b15ff704ae722d665df38b2ed3cfc249757d8d81e # e2fsprogs-1.46.5.tar.xz
|
||||
1bb45dcbadd2aceb23b29813fe5f7d821ee520d4e6cd706aafdaa41261367078 # e2fsprogs-1.46.5.tar.sign
|
||||
cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb) # MIT-LICENSE
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
pkgbase=e2fsprogs
|
||||
pkgname=('e2fsprogs' 'fuse2fs')
|
||||
pkgver=1.46.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='Ext2/3/4 filesystem utilities'
|
||||
arch=('x86_64')
|
||||
license=('GPL' 'LGPL' 'MIT')
|
||||
|
@ -48,6 +48,9 @@ build() {
|
|||
|
||||
package_e2fsprogs() {
|
||||
depends=('sh' 'util-linux-libs')
|
||||
optdepends=('lvm2: for e2scrub'
|
||||
'util-linux: for e2scrub'
|
||||
'smtp-forwarder: for e2scrub_fail script')
|
||||
provides=('libcom_err.so'
|
||||
'libe2p.so'
|
||||
'libext2fs.so'
|
||||
|
@ -64,8 +67,8 @@ package_e2fsprogs() {
|
|||
sed -i -e 's/^AWK=.*/AWK=awk/' "${pkgdir}/usr/bin/compile_et"
|
||||
|
||||
# remove references to build directory
|
||||
sed -i -e 's#^SS_DIR=.*#SS_DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
|
||||
sed -i -e 's#^ET_DIR=.*#ET_DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
|
||||
sed -i -e 's#^DIR=.*#DIR="/usr/share/ss"#' "${pkgdir}/usr/bin/mk_cmds"
|
||||
sed -i -e 's#^DIR=.*#DIR="/usr/share/et"#' "${pkgdir}/usr/bin/compile_et"
|
||||
|
||||
# remove static libraries with a shared counterpart
|
||||
rm "${pkgdir}"/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
fuse2
|
||||
gettext
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=pciutils
|
||||
pkgver=3.8.0
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
arch=(x86_64)
|
||||
url="https://mj.ucw.cz/sw/pciutils/"
|
||||
|
@ -27,8 +27,7 @@ build() {
|
|||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
|
||||
# this is now supplied by the hwids --> hwdata package
|
||||
rm -rf "$pkgdir"/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
|
||||
rm -rf "$pkgdir"/usr/share/hwdata
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
|
@ -39,3 +38,4 @@ validpgpkeys=('5558F9399CD7836850553C6EC28E7847ED70F82D') # Martin Mares <mj@ucw
|
|||
|
||||
sha256sums=(3f398d983aab42f3872e4e0ee9ecb1f0fd68f028e00246aa2ca7c3a7408d6fab # pciutils-3.8.0.tar.gz
|
||||
d726843b20502b14963f8f05da8528ccbab06cf5e39c9098542650df0cbd2ec5) # pciutils-3.8.0.tar.gz.sign
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=pciutils
|
||||
pkgver=3.8.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PCI bus configuration space access library and tools"
|
||||
arch=(x86_64)
|
||||
license=('GPL2')
|
||||
|
@ -28,6 +28,5 @@ build() {
|
|||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
|
||||
# this is now supplied by the hwids package
|
||||
rm -rf "$pkgdir"/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
|
||||
rm -rf "$pkgdir"/usr/share/hwdata
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
git
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=sudo
|
||||
_sudover=1.9.11p1
|
||||
_sudover=1.9.11p2
|
||||
pkgrel=01
|
||||
pkgver=${_sudover/p/.p}
|
||||
pkgdesc="Give certain users the ability to run some commands as root w/o systemd"
|
||||
|
@ -78,8 +78,7 @@ license=('custom')
|
|||
|
||||
validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB') # "Todd C. Miller <Todd.Miller@sudo.ws>"
|
||||
|
||||
sha256sums=(eb8b6c1a69a9adf4b82030b66d99d79214d7cba5031a0be43103a6176b16254b # sudo-1.9.11p1.tar.gz
|
||||
9afde6ea51f346963fdece12fe3190a8c321f68146c3215924ba4fcde596a624 # sudo-1.9.11p1.tar.gz.sig
|
||||
sha256sums=(a21918eb9fc0063794f6887464fa2d924ab6d192e19063191a429605c22791d2 # sudo-1.9.11p2.tar.gz
|
||||
2b5cd49a5b3bcc49f2138e3a656a7c5b7bb34ebc532d15979296a00ac40557a3 # sudo-1.9.11p2.tar.gz.sig
|
||||
d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2) # sudo.pam
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
pkgname=sudo
|
||||
_sudover=1.9.11p1
|
||||
_sudover=1.9.11p2
|
||||
pkgrel=1
|
||||
pkgver=${_sudover/p/.p}
|
||||
pkgdesc="Give certain users the ability to run some commands as root"
|
||||
|
@ -20,7 +20,7 @@ install=$pkgname.install
|
|||
source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
|
||||
sudo_logsrvd.service
|
||||
sudo.pam)
|
||||
sha256sums=('eb8b6c1a69a9adf4b82030b66d99d79214d7cba5031a0be43103a6176b16254b'
|
||||
sha256sums=('a21918eb9fc0063794f6887464fa2d924ab6d192e19063191a429605c22791d2'
|
||||
'SKIP'
|
||||
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
|
||||
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
|
||||
|
|
Loading…
Reference in a new issue