[arch-commits] Commit in scrot/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Jun 2 18:40:59 UTC 2019


    Date: Sunday, June 2, 2019 @ 18:40:59
  Author: anthraxx
Revision: 476656

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-02 18:40:54 UTC (rev 476655)
+++ PKGBUILD	2019-06-02 18:40:59 UTC (rev 476656)
@@ -1,41 +0,0 @@
-# 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.18
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='https://tracker.debian.org/pkg/scrot'
-arch=('x86_64')
-license=('MIT')
-depends=('giblib')
-source=(http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}.orig.tar.gz
-        http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.xz)
-sha256sums=('613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2'
-            'ea000f1f824a57e3058ef83de8d11112d4930cddeb51fb68253fc0756ed3a95d')
-sha512sums=('cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c'
-            '225a857c2586a0eaaa17e8f3dacdb01c395cefac99be80665c3a26be25b6cc9785a26f16de464829eb26e0e51d7d5420fe7ed79c1bbbd6931043d01a72d9d832')
-
-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:

Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 476655, scrot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-02 18:40:59 UTC (rev 476656)
@@ -0,0 +1,43 @@
+# 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.9.1
+pkgrel=1
+pkgdesc='Simple command-line screenshot utility for X'
+url='https://tracker.debian.org/pkg/scrot'
+arch=('x86_64')
+license=('MIT')
+depends=('giblib')
+source=(http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}.orig.tar.gz
+        http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.xz)
+sha256sums=('d9b6141c652f4c4c1a9d412d6d57d2045b515e70cd726e4787f5f066c837269e'
+            'e3313362fae895d393f7b7d26e087c45f61ccaee4e31251af616604e77258547')
+sha512sums=('e449b951fcbe2124fe874e5516d397a2d7ebb99ec8fceeb30c55cbee2596dec39ef5dff9db9acf1ff2930bc3752d4c1c1fbe0a28bc284481676370f330046f7b'
+            'fbd33ae9b6c500b000baf01564d912ea05185651d9eac8e052c945aa7c03b11b550fbaafa0a655d499028e653b6517220f16a514613853e37cda8009b4b79db4')
+
+prepare(){
+    for patch in $(<"${srcdir}/debian/patches/series"); do
+        msg2 "Applying ${patch}..."
+        patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i "${srcdir}/debian/patches/${patch}"
+    done
+  cd ${pkgname}-${pkgver%.*}
+    autoreconf -fiv
+}
+
+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