[arch-commits] Commit in xfsprogs/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Tue Nov 23 11:24:10 UTC 2021


    Date: Tuesday, November 23, 2021 @ 11:24:10
  Author: tpowa
Revision: 428982

archrelease: copy trunk to testing-x86_64

Added:
  xfsprogs/repos/testing-x86_64/PKGBUILD
    (from rev 428981, xfsprogs/trunk/PKGBUILD)
Deleted:
  xfsprogs/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-23 11:24:04 UTC (rev 428981)
+++ PKGBUILD	2021-11-23 11:24:10 UTC (rev 428982)
@@ -1,34 +0,0 @@
-# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
-pkgname=xfsprogs
-pkgver=5.13.0
-pkgrel=2
-pkgdesc="XFS filesystem utilities"
-arch=('x86_64')
-license=('LGPL')
-url="https://xfs.org"
-depends=('sh' 'util-linux-libs' 'icu' 'device-mapper' 'libinih')
-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 428981, xfsprogs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-23 11:24:10 UTC (rev 428982)
@@ -0,0 +1,34 @@
+# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
+pkgname=xfsprogs
+pkgver=5.14.0
+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