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

Levente Polyak anthraxx at archlinux.org
Tue May 30 22:57:18 UTC 2017


    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 <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"
-}

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 <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+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 <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"
-}

Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 231418, scrot/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-30 22:57:17 UTC (rev 231419)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+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:



More information about the arch-commits mailing list