Date: Tuesday, January 10, 2023 @ 03:32:58
Author: blakkheim
Revision: 1382305
archrelease: copy trunk to community-x86_64
Added:
scrot/repos/community-x86_64/PKGBUILD
(from rev 1382304, scrot/trunk/PKGBUILD)
Deleted:
scrot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-10 03:32:32 UTC (rev 1382304)
+++ PKGBUILD 2023-01-10 03:32:58 UTC (rev 1382305)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <[email protected]>
-
-pkgname=scrot
-pkgver=1.7
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='https://github.com/resurrecting-open-source-projects/scrot'
-arch=('x86_64')
-license=('MIT')
-depends=('imlib2' 'libxext' 'libxfixes' 'libxcomposite' 'libbsd')
-makedepends=('autoconf-archive')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('9f9a29b69e9c216bad7c6028fe0043b2729393a716dccc1389665cf1e9496a6f1d370b97a7c8432b31af7d69477b4fc1d41dffd4ca2a78a49bb98e908975612f')
-b2sums=('60105771994f2005983a887486c4025d1f99ebc7cfb0b1cf2b9389298561efc430e445151eeb9ff783627f540a456d335947a979a549d09729d36de1293c83e4')
-
-prepare(){
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 README.md ChangeLog -t "${pkgdir}"/usr/share/doc/${pkgname}
- install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:
Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 1382304,
scrot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-10 03:32:58 UTC (rev 1382305)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=scrot
+pkgver=1.8
+pkgrel=1
+pkgdesc='Simple command-line screenshot utility for X'
+url='https://github.com/resurrecting-open-source-projects/scrot'
+arch=('x86_64')
+license=('MIT')
+depends=('imlib2' 'libxext' 'libxinerama' 'libxfixes' 'libxcomposite' 'libbsd')
+makedepends=('autoconf-archive')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('5d2858a70065b717b0ddb91af731c8dcc38293e0c6ad27398e12fcfd5d64135547d924d3aac3dc1be8abed0d876a0899eb361332fd3154cc11052ec3c603cf1c')
+b2sums=('10a8180b3f3b02800e193a46a17cbd2ce17bbf070f8753d5d00c29249c6845c774d5afd927e7f7b8aee5231e21074929f54c186902da0d64ed6c8615ed38608f')
+
+prepare(){
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 README.md ChangeLog -t "${pkgdir}"/usr/share/doc/${pkgname}
+ install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et: