[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-12-23 Thread Evangelos Foutras via arch-commits
Date: Wednesday, December 23, 2020 @ 15:25:40
  Author: foutrelis
Revision: 404945

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 404944, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 +
 1 file changed, 35 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-23 15:25:37 UTC (rev 404944)
+++ PKGBUILD2020-12-23 15:25:40 UTC (rev 404945)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.7
-pkgrel=2
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="https://docs.xfce.org/apps/screenshooter/start;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('0f7161053a23a6413376f4d17db6b774d4849384a9b1ffe01fdb2b0035a070d1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 404944, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-23 15:25:40 UTC (rev 404945)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.8
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="https://docs.xfce.org/apps/screenshooter/start;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6f029d614ad3b63fbcf742984dc6c976f3008e7d88fa487d49ed544f56f62c50')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-11-03 Thread Evangelos Foutras via arch-commits
Date: Sunday, November 3, 2019 @ 16:57:24
  Author: foutrelis
Revision: 366550

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 366549, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-03 16:57:20 UTC (rev 366549)
+++ PKGBUILD2019-11-03 16:57:24 UTC (rev 366550)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.6
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('88c174ce687d1f7ba5470d6ab5784d33dc215f8f220211e892e268189dbea658')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 366549, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-03 16:57:24 UTC (rev 366550)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.7
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('0f7161053a23a6413376f4d17db6b774d4849384a9b1ffe01fdb2b0035a070d1')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-08-26 Thread Evangelos Foutras via arch-commits
Date: Monday, August 26, 2019 @ 12:05:34
  Author: foutrelis
Revision: 361233

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 361232, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-26 12:05:29 UTC (rev 361232)
+++ PKGBUILD2019-08-26 12:05:34 UTC (rev 361233)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.5
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('bf35b5432cb920987c6d7ff193600e5dd4d73422b6aa02b4ec5288744053b38c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 361232, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-26 12:05:34 UTC (rev 361233)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.6
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('88c174ce687d1f7ba5470d6ab5784d33dc215f8f220211e892e268189dbea658')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 30, 2019 @ 21:24:58
  Author: foutrelis
Revision: 349459

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 349458, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-30 21:24:53 UTC (rev 349458)
+++ PKGBUILD2019-03-30 21:24:58 UTC (rev 349459)
@@ -1,37 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('c4f3225b3f73f1feb1869807b8b27aec4c32a3e9c2954915a5fb39d18d3a60f2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 349458, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-30 21:24:58 UTC (rev 349459)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.5
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('bf35b5432cb920987c6d7ff193600e5dd4d73422b6aa02b4ec5288744053b38c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-09 Thread Evangelos Foutras via arch-commits
Date: Saturday, March 9, 2019 @ 09:44:35
  Author: foutrelis
Revision: 347470

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 347469, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-09 09:44:29 UTC (rev 347469)
+++ PKGBUILD2019-03-09 09:44:35 UTC (rev 347470)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('364ebddc4c9971b4023aa8019d4e3bd08f091b65dc98b218beb55851f69ceda2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 347469, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-09 09:44:35 UTC (rev 347470)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.4
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('c4f3225b3f73f1feb1869807b8b27aec4c32a3e9c2954915a5fb39d18d3a60f2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-08-11 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 11, 2018 @ 07:51:17
  Author: foutrelis
Revision: 331374

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 331373, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 07:51:11 UTC (rev 331373)
+++ PKGBUILD2018-08-11 07:51:17 UTC (rev 331374)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('904f3a61417ace55a3b144187565335f8ad5e530ca23b397ce90ed61708c6091')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 331373, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 07:51:17 UTC (rev 331374)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('364ebddc4c9971b4023aa8019d4e3bd08f091b65dc98b218beb55851f69ceda2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-01 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 1, 2018 @ 16:42:58
  Author: foutrelis
Revision: 323213

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD
(from rev 323212, xfce4-screenshooter/trunk/PKGBUILD)
Deleted:
  xfce4-screenshooter/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 16:42:50 UTC (rev 323212)
+++ PKGBUILD2018-05-01 16:42:58 UTC (rev 323213)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-screenshooter
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="Plugin that makes screenshots for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-conflicts=('xfce4-screenshooter-plugin')
-replaces=('xfce4-screenshooter-plugin')
-sha256sums=('e62b31d9cf06a7414a26400c2ebe7a2ae7c2b22aa60f997f25145ea9ebe6e0db')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-screenshooter/repos/extra-x86_64/PKGBUILD (from rev 323212, 
xfce4-screenshooter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 16:42:58 UTC (rev 323213)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-screenshooter
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="Plugin that makes screenshots for the Xfce panel"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libsoup' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+conflicts=('xfce4-screenshooter-plugin')
+replaces=('xfce4-screenshooter-plugin')
+sha256sums=('904f3a61417ace55a3b144187565335f8ad5e530ca23b397ce90ed61708c6091')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-screenshooter/repos (extra-x86_64)

2011-08-07 Thread andyrtr
Date: Sunday, August 7, 2011 @ 12:24:04
  Author: andyrtr
Revision: 134709

archrelease: remove extra-x86_64

Deleted:
  xfce4-screenshooter/repos/extra-x86_64/



[arch-commits] Commit in xfce4-screenshooter/repos (extra-x86_64)

2011-08-07 Thread andyrtr
Date: Sunday, August 7, 2011 @ 12:24:20
  Author: andyrtr
Revision: 134710

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/



[arch-commits] Commit in xfce4-screenshooter/repos (extra-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:02:23
  Author: andyrtr
Revision: 106625

db-move: xfce4-screenshooter removed by andyrtr for move to [extra] (x86_64)

Deleted:
  xfce4-screenshooter/repos/extra-x86_64/



[arch-commits] Commit in xfce4-screenshooter/repos (extra-x86_64 testing-x86_64)

2011-01-17 Thread andyrtr
Date: Monday, January 17, 2011 @ 13:02:23
  Author: andyrtr
Revision: 106626

db-move: moved xfce4-screenshooter from [testing] to [extra] (x86_64)

Added:
  xfce4-screenshooter/repos/extra-x86_64/
Deleted:
  xfce4-screenshooter/repos/testing-x86_64/



[arch-commits] Commit in xfce4-screenshooter/repos (extra-x86_64)

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:31:43
  Author: andyrtr
Revision: 79308

archrelease: remove extra-x86_64

Deleted:
  xfce4-screenshooter/repos/extra-x86_64/



[arch-commits] Commit in xfce4-screenshooter/repos (extra-x86_64)

2010-05-02 Thread andyrtr
Date: Sunday, May 2, 2010 @ 13:32:06
  Author: andyrtr
Revision: 79309

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-screenshooter/repos/extra-x86_64/