[arch-commits] Commit in xfsprogs/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Tobias Powalowski
tpowa at gemini.archlinux.org
Tue Dec 7 08:36:34 UTC 2021
Date: Tuesday, December 7, 2021 @ 08:36:34
Author: tpowa
Revision: 430772
archrelease: copy trunk to testing-x86_64
Added:
xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 430771, xfsprogs/trunk/PKGBUILD)
Deleted:
xfsprogs/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-07 08:36:25 UTC (rev 430771)
+++ PKGBUILD 2021-12-07 08:36:34 UTC (rev 430772)
@@ -1,34 +0,0 @@
-# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
-pkgname=xfsprogs
-pkgver=5.14.1
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('x86_64')
-license=('LGPL')
-url="https://xfs.org"
-depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih' 'liburcu')
-optdepends=('python: for xfs_scrub_all script'
- 'smtp-forwarder: for xfs_scrub_fail script')
-makedepends=('git')
-options=('!makeflags')
-source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
-md5sums=('SKIP')
-
-build() {
- cd ${pkgname}-dev
- make configure
- export OPTIMIZER="-march=${CARCH/_/-} -O1"
- export DEBUG=-DNDEBUG
- ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system
- make
-}
-
-package() {
- cd ${pkgname}-dev
- make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
- chown -R root "$pkgdir"
- chgrp -R root "$pkgdir"
- # add hack as we cannot set rootlibdir
- mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
- rm -rf "${pkgdir}/lib"
-}
Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 430771, xfsprogs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-07 08:36:34 UTC (rev 430772)
@@ -0,0 +1,34 @@
+# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
+pkgname=xfsprogs
+pkgver=5.14.2
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('x86_64')
+license=('LGPL')
+url="https://xfs.org"
+depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih' 'liburcu')
+optdepends=('python: for xfs_scrub_all script'
+ 'smtp-forwarder: for xfs_scrub_fail script')
+makedepends=('git')
+options=('!makeflags')
+source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
+md5sums=('SKIP')
+
+build() {
+ cd ${pkgname}-dev
+ make configure
+ export OPTIMIZER="-march=${CARCH/_/-} -O1"
+ export DEBUG=-DNDEBUG
+ ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd-unit-dir=/usr/lib/systemd/system
+ make
+}
+
+package() {
+ cd ${pkgname}-dev
+ make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
+ chown -R root "$pkgdir"
+ chgrp -R root "$pkgdir"
+ # add hack as we cannot set rootlibdir
+ mv "${pkgdir}"/lib/libhandle.so* "${pkgdir}/usr/lib/"
+ rm -rf "${pkgdir}/lib"
+}
More information about the arch-commits
mailing list