Date: Sunday, February 28, 2021 @ 21:54:46 Author: foutrelis Revision: 408929
archrelease: copy trunk to extra-x86_64 Added: xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD (from rev 408928, xfce4-time-out-plugin/trunk/PKGBUILD) Deleted: xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-02-28 21:54:42 UTC (rev 408928) +++ PKGBUILD 2021-02-28 21:54:46 UTC (rev 408929) @@ -1,36 +0,0 @@ -# Maintainer: Evangelos Foutras <evange...@foutrelis.com> -# Contributor: AndyRTR <andy...@archlinux.org> -# Contributor: Abhishek Dasgupta <abh...@gmail.com> - -pkgname=xfce4-time-out-plugin -pkgver=1.1.1 -pkgrel=1 -pkgdesc="Take a break from your computer with this plugin for Xfce4" -arch=('x86_64') -url="https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin" -groups=('xfce4-goodies') -license=('GPL') -depends=('xfce4-panel') -makedepends=('intltool') -source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('194dbeb8751d8aaedf3850a7a9c770f09d32316a99683cde34d7d0fc5bdba31d') - -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-time-out-plugin/repos/extra-x86_64/PKGBUILD (from rev 408928, xfce4-time-out-plugin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-02-28 21:54:46 UTC (rev 408929) @@ -0,0 +1,36 @@ +# Maintainer: Evangelos Foutras <evange...@foutrelis.com> +# Contributor: AndyRTR <andy...@archlinux.org> +# Contributor: Abhishek Dasgupta <abh...@gmail.com> + +pkgname=xfce4-time-out-plugin +pkgver=1.1.2 +pkgrel=1 +pkgdesc="Take a break from your computer with this plugin for Xfce4" +arch=('x86_64') +url="https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin" +groups=('xfce4-goodies') +license=('GPL') +depends=('xfce4-panel') +makedepends=('intltool') +source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('3dd8eba694ff3ba5c25bd7f5cd70dc22175fb2c0a759213f05ab8f0e629d82d4') + +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: