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 =================================================================== --- PKGBUILD 2019-08-26 12:05:29 UTC (rev 361232) +++ PKGBUILD 2019-08-26 12:05:34 UTC (rev 361233) @@ -1,37 +0,0 @@ -# Maintainer: Evangelos Foutras <evange...@foutrelis.com> -# Contributor: Tobias Kieslich <tobias (at) archlinux.org> - -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) +++ PKGBUILD 2019-08-26 12:05:34 UTC (rev 361233) @@ -0,0 +1,37 @@ +# Maintainer: Evangelos Foutras <evange...@foutrelis.com> +# Contributor: Tobias Kieslich <tobias (at) archlinux.org> + +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: