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

2017-06-01 Thread Levente Polyak
Date: Thursday, June 1, 2017 @ 23:47:37
  Author: anthraxx
Revision: 232655

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   39 
 community-x86_64/PKGBUILD |   39 
 3 files changed, 82 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-01 23:47:26 UTC (rev 232654)
+++ community-i686/PKGBUILD 2017-06-01 23:47:37 UTC (rev 232655)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgname=scrot
-pkgver=0.8.17
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='http://scrot.sourcearchive.com/'
-arch=('i686' 'x86_64')
-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;)
-sha256sums=('613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2'
-'c0929e9ce56e2e6965d43745f0b07787a12fb7d9d98a61027a37a1151a0ccd87')
-sha512sums=('cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c'
-
'ba7372cb4cb6a54863f15ed50c5d67c1f4e6109a51f8612a95c10b99e282249323369fef295d0e283af6d357ff09368c4da2b94390a6b651f24ae9d62cc14554')
-
-prepare(){
-for patch in $(<"${srcdir}/debian/patches/series"); do
-patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i 
"${srcdir}/debian/patches/${patch}"
-done
-}
-build() {
-  cd ${pkgname}-${pkgver%.*}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver%.*}
-  make DESTDIR=${pkgdir} docsdir=/usr/share/doc/scrot install
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scrot/repos/community-i686/PKGBUILD (from rev 232654, 
scrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-01 23:47:37 UTC (rev 232655)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgname=scrot
+pkgver=0.8.17
+pkgrel=2
+pkgdesc='Simple command-line screenshot utility for X'
+url='http://scrot.sourcearchive.com/'
+arch=('i686' 'x86_64')
+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.xz;)
+sha256sums=('613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2'
+'a7dfe8d07351809b6597d623421fcb80e4ecab320f5dbea34005c8efc6ad1431')
+sha512sums=('cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c'
+
'a5185a2f76b24af3ad5e8b0eac4bc5fcbcbf35e340c808f920c1557b81bfd10bdd953945cc9dd651c132acdb155049e329a4ab2d1b0b05ff2b0aeaa9f8f684dc')
+
+prepare(){
+for patch in $(<"${srcdir}/debian/patches/series"); do
+msg2 "Applying ${patch}..."
+patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i 
"${srcdir}/debian/patches/${patch}"
+done
+}
+
+build() {
+  cd ${pkgname}-${pkgver%.*}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver%.*}
+  make DESTDIR=${pkgdir} docsdir=/usr/share/doc/scrot install
+  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-01 23:47:26 UTC (rev 232654)
+++ community-x86_64/PKGBUILD   2017-06-01 23:47:37 UTC (rev 232655)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgname=scrot
-pkgver=0.8.17
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='http://scrot.sourcearchive.com/'
-arch=('i686' 'x86_64')
-license=('MIT')

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

2017-05-30 Thread Levente Polyak
Date: Tuesday, May 30, 2017 @ 22:57:17
  Author: anthraxx
Revision: 231419

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-30 22:57:06 UTC (rev 231418)
+++ community-i686/PKGBUILD 2017-05-30 22:57:17 UTC (rev 231419)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-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"
-}

Copied: scrot/repos/community-i686/PKGBUILD (from rev 231418, 
scrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-30 22:57:17 UTC (rev 231419)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgname=scrot
+pkgver=0.8.17
+pkgrel=1
+pkgdesc='Simple command-line screenshot utility for X'
+url='http://scrot.sourcearchive.com/'
+arch=('i686' 'x86_64')
+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;)
+sha256sums=('613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2'
+'c0929e9ce56e2e6965d43745f0b07787a12fb7d9d98a61027a37a1151a0ccd87')
+sha512sums=('cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c'
+
'ba7372cb4cb6a54863f15ed50c5d67c1f4e6109a51f8612a95c10b99e282249323369fef295d0e283af6d357ff09368c4da2b94390a6b651f24ae9d62cc14554')
+
+prepare(){
+for patch in $(<"${srcdir}/debian/patches/series"); do
+patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i 
"${srcdir}/debian/patches/${patch}"
+done
+}
+build() {
+  cd ${pkgname}-${pkgver%.*}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver%.*}
+  make DESTDIR=${pkgdir} docsdir=/usr/share/doc/scrot install
+  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-30 22:57:06 UTC (rev 231418)
+++ community-x86_64/PKGBUILD   2017-05-30 22:57:17 UTC (rev 231419)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-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
-}

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

2014-09-10 Thread Daniel Wallace
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 giova...@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 giova...@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 giova...@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 giova...@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;
+

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

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:38:05
  Author: fyan
Revision: 114905

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-04 15:37:32 UTC (rev 114904)
+++ community-i686/PKGBUILD 2014-07-04 15:38:05 UTC (rev 114905)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=6
-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 114904, 
scrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-04 15:38:05 UTC (rev 114905)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-04 15:37:32 UTC (rev 114904)
+++ community-x86_64/PKGBUILD   2014-07-04 15:38:05 UTC (rev 114905)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=6
-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 114904, 
scrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-04 15:38:05 UTC (rev 114905)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@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
+}



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

2011-11-30 Thread Giovanni Scafora
Date: Wednesday, November 30, 2011 @ 17:40:01
  Author: giovanni
Revision: 143963

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

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

---+
 extra-i686/PKGBUILD   |   50 ++--
 extra-x86_64/PKGBUILD |   50 ++--
 2 files changed, 56 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-30 22:39:35 UTC (rev 143962)
+++ extra-i686/PKGBUILD 2011-11-30 22:40:01 UTC (rev 143963)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=4
-pkgdesc=A simple command-line screenshot utility for X
-arch=('i686' 'x86_64')
-url=http://scrot.sourcearchive.com/;
-license=('MIT')
-depends=('giblib')
-source=(ftp://ftp.archlinux.org/other/scrot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6a02df0e3bb26ec578dfeb8f56a7b30d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make || return 1
-  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install || return 1
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: scrot/repos/extra-i686/PKGBUILD (from rev 143962, scrot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-30 22:40:01 UTC (rev 143963)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=scrot
+pkgver=0.8
+pkgrel=5
+pkgdesc=A simple command-line screenshot utility for X
+arch=('i686' 'x86_64')
+url=http://scrot.sourcearchive.com/;
+license=('MIT')
+depends=('giblib')
+source=(ftp://ftp.archlinux.org/other/scrot/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6a02df0e3bb26ec578dfeb8f56a7b30d')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-30 22:39:35 UTC (rev 143962)
+++ extra-x86_64/PKGBUILD   2011-11-30 22:40:01 UTC (rev 143963)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-
-pkgname=scrot
-pkgver=0.8
-pkgrel=4
-pkgdesc=A simple command-line screenshot utility for X
-arch=('i686' 'x86_64')
-url=http://scrot.sourcearchive.com/;
-license=('MIT')
-depends=('giblib')
-source=(ftp://ftp.archlinux.org/other/scrot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6a02df0e3bb26ec578dfeb8f56a7b30d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make || return 1
-  make DESTDIR=$pkgdir docsdir=/usr/share/doc/scrot install || return 1
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: scrot/repos/extra-x86_64/PKGBUILD (from rev 143962, 
scrot/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-30 22:40:01 UTC (rev 143963)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+
+pkgname=scrot
+pkgver=0.8
+pkgrel=5
+pkgdesc=A simple command-line screenshot utility for X
+arch=('i686' 'x86_64')
+url=http://scrot.sourcearchive.com/;
+license=('MIT')
+depends=('giblib')
+source=(ftp://ftp.archlinux.org/other/scrot/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('6a02df0e3bb26ec578dfeb8f56a7b30d')
+
+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
+}