[arch-commits] Commit in archivetools/repos/extra-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Feb 8 20:43:00 UTC 2022


    Date: Tuesday, February 8, 2022 @ 20:43:00
  Author: foutrelis
Revision: 436605

archrelease: copy trunk to extra-any

Added:
  archivetools/repos/extra-any/PKGBUILD
    (from rev 436604, archivetools/trunk/PKGBUILD)
Deleted:
  archivetools/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 20:42:55 UTC (rev 436604)
+++ PKGBUILD	2022-02-08 20:43:00 UTC (rev 436605)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=3
-pkgrel=2
-pkgdesc='Arch Linux Archive Tools'
-arch=('any')
-url='https://github.com/archlinux/archivetools'
-license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
-makedepends=('git')
-backup=('etc/archive.conf')
-source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
-  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
-  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
-  # systemd stuff
-  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
-  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
-  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
-    install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: archivetools/repos/extra-any/PKGBUILD (from rev 436604, archivetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-08 20:43:00 UTC (rev 436605)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=3
+pkgrel=3
+pkgdesc='Arch Linux Archive Tools'
+arch=('any')
+url='https://gitlab.archlinux.org/archlinux/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
+makedepends=('git')
+backup=('etc/archive.conf')
+source=("git+https://gitlab.archlinux.org/archlinux/archivetools.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  # archive.sh: Exclude debug packages during repo sync
+  git format-patch -1 --stdout 35e4faa80cb6 | patch -Np1
+}
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+    install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list