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

Sébastien Luttringer seblu at archlinux.org
Thu Nov 10 16:25:09 UTC 2016


    Date: Thursday, November 10, 2016 @ 16:25:08
  Author: seblu
Revision: 195298

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   88 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 45 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-10 16:24:56 UTC (rev 195297)
+++ PKGBUILD	2016-11-10 16:25:08 UTC (rev 195298)
@@ -1,43 +0,0 @@
-# $Id$
-# 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.64
-pkgrel=1
-pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
-arch=('any')
-url='http://savannah.nongnu.org/projects/quilt'
-license=('GPL2')
-depends=(
-  'bash'
-  'bzip2'
-  'diffstat'
-  'diffutils'
-  'findutils'
-  'gawk'
-  'gettext'
-  'gzip'
-  'patch'
-  'perl'
-)
-source=("http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fc0310db5868a0873d602d4332a76d43')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --without-rpmbuild
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" 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 195297, quilt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-10 16:25:08 UTC (rev 195298)
@@ -0,0 +1,45 @@
+# $Id$
+# 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=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'
+)
+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:



More information about the arch-commits mailing list