[arch-commits] Commit in quilt/repos/community-any (PKGBUILD PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Mon Apr 8 20:55:43 UTC 2019


    Date: Monday, April 8, 2019 @ 20:55:43
  Author: zorun
Revision: 450457

archrelease: copy trunk to community-any

Added:
  quilt/repos/community-any/PKGBUILD
    (from rev 450456, quilt/trunk/PKGBUILD)
Deleted:
  quilt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 50 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 20:55:29 UTC (rev 450456)
+++ PKGBUILD	2019-04-08 20:55:43 UTC (rev 450457)
@@ -1,44 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
-
-pkgname=quilt
-pkgver=0.65
-pkgrel=2
-pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
-arch=('any')
-url='https://savannah.nongnu.org/projects/quilt/'
-license=('GPL2')
-depends=(
-  'bash'
-  'bzip2'
-  'diffstat'
-  'diffutils'
-  'findutils'
-  'gawk'
-  'gettext'
-  'gzip'
-  'patch'
-  'perl'
-)
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
-source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('c67ba0228f5b7b8bbe469474661f92d6'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make BUILD_ROOT="$pkgdir" install
-  # move bash completion in right place
-  install -d -m 755 "$pkgdir/usr/share/bash-completion"
-  mv "$pkgdir/etc/bash_completion.d" "$pkgdir/usr/share/bash-completion/completions"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: quilt/repos/community-any/PKGBUILD (from rev 450456, quilt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-08 20:55:43 UTC (rev 450457)
@@ -0,0 +1,50 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
+
+pkgname=quilt
+pkgver=0.66
+pkgrel=1
+pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
+arch=('any')
+url='https://savannah.nongnu.org/projects/quilt/'
+license=('GPL2')
+depends=(
+  'bash'
+  'bzip2'
+  'diffstat'
+  'diffutils'
+  'findutils'
+  'gawk'
+  'gettext'
+  'gzip'
+  'patch'
+  'perl'
+)
+checkdepends=('ed')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
+source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('6800c2404a2c0598ab2eff92a636ba70'
+         'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make BUILD_ROOT="$pkgdir" install
+  # move bash completion in right place
+  install -d -m 755 "$pkgdir/usr/share/bash-completion"
+  mv "$pkgdir/etc/bash_completion.d" "$pkgdir/usr/share/bash-completion/completions"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list