[arch-commits] Commit in scrot/repos (4 files)

Daniel Wallace dwallace at archlinux.org
Thu Sep 11 00:22:09 UTC 2014


    Date: Thursday, September 11, 2014 @ 02:22:09
  Author: dwallace
Revision: 118780

archrelease: copy trunk to community-i686, community-x86_64

Added:
  scrot/repos/community-i686/PKGBUILD
    (from rev 118779, scrot/trunk/PKGBUILD)
  scrot/repos/community-x86_64/PKGBUILD
    (from rev 118779, scrot/trunk/PKGBUILD)
Deleted:
  scrot/repos/community-i686/PKGBUILD
  scrot/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ------------------
 community-x86_64/PKGBUILD |   29 ------------------
 3 files changed, 70 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-11 00:20:38 UTC (rev 118779)
+++ community-i686/PKGBUILD	2014-09-11 00:22:09 UTC (rev 118780)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=7
-pkgdesc="A simple command-line screenshot utility for X"
-arch=('i686' 'x86_64')
-url="http://scrot.sourcearchive.com/"
-license=('MIT')
-depends=('giblib')
-source=("http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('ccae904d225609571bdd3b03445c1e88')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: scrot/repos/community-i686/PKGBUILD (from rev 118779, scrot/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-11 00:22:09 UTC (rev 118780)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=scrot
+pkgver=0.8.13
+pkgrel=1
+pkgdesc="A simple command-line screenshot utility for X"
+arch=('i686' 'x86_64')
+url="http://scrot.sourcearchive.com/"
+license=('MIT')
+depends=('giblib')
+source=("http://scrot.sourcearchive.com/downloads/${pkgver%.*}-${pkgver##*.}/${pkgname}_${pkgver%.*}.orig.tar.gz"
+        "http://scrot.sourcearchive.com/downloads/${pkgver%.*}-${pkgver##*.}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.gz")
+md5sums=('ccae904d225609571bdd3b03445c1e88'
+         '8b725c26660abc1ffd613903f2d7b0c2')
+
+prepare(){
+    for patch in $(<$srcdir/debian/patches/series); do
+        patch -Np1 -d $srcdir/$pkgname-${pkgver%.*} -i $srcdir/debian/patches/$patch
+    done
+}
+build() {
+  cd $srcdir/$pkgname-${pkgver%.*}
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver%.*}
+
+  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-11 00:20:38 UTC (rev 118779)
+++ community-x86_64/PKGBUILD	2014-09-11 00:22:09 UTC (rev 118780)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=7
-pkgdesc="A simple command-line screenshot utility for X"
-arch=('i686' 'x86_64')
-url="http://scrot.sourcearchive.com/"
-license=('MIT')
-depends=('giblib')
-source=("http://linuxbrit.co.uk/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('ccae904d225609571bdd3b03445c1e88')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 118779, scrot/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-11 00:22:09 UTC (rev 118780)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=scrot
+pkgver=0.8.13
+pkgrel=1
+pkgdesc="A simple command-line screenshot utility for X"
+arch=('i686' 'x86_64')
+url="http://scrot.sourcearchive.com/"
+license=('MIT')
+depends=('giblib')
+source=("http://scrot.sourcearchive.com/downloads/${pkgver%.*}-${pkgver##*.}/${pkgname}_${pkgver%.*}.orig.tar.gz"
+        "http://scrot.sourcearchive.com/downloads/${pkgver%.*}-${pkgver##*.}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.gz")
+md5sums=('ccae904d225609571bdd3b03445c1e88'
+         '8b725c26660abc1ffd613903f2d7b0c2')
+
+prepare(){
+    for patch in $(<$srcdir/debian/patches/series); do
+        patch -Np1 -d $srcdir/$pkgname-${pkgver%.*} -i $srcdir/debian/patches/$patch
+    done
+}
+build() {
+  cd $srcdir/$pkgname-${pkgver%.*}
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver%.*}
+
+  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list