Date: Monday, December 28, 2020 @ 06:43:55 Author: foutrelis Revision: 405056
archrelease: copy trunk to extra-x86_64 Added: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD (from rev 405055, xfce4-fsguard-plugin/trunk/PKGBUILD) Deleted: xfce4-fsguard-plugin/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-12-28 06:43:51 UTC (rev 405055) +++ PKGBUILD 2020-12-28 06:43:55 UTC (rev 405056) @@ -1,36 +0,0 @@ -# Maintainer: Evangelos Foutras <evange...@foutrelis.com> -# Contributor: AndyRTR <andy...@archlinux.org> -# Contributor: Ben <b...@benmazer.net> - -pkgname=xfce4-fsguard-plugin -pkgver=1.1.1 -pkgrel=2 -pkgdesc="File system usage monitor plugin for the Xfce4 panel" -arch=('x86_64') -license=('GPL2') -url="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('d6d05d0a90a68453d65cdceec5ca7eeaef864393ab62eef532a7ba58f374d516') - -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-fsguard-plugin/repos/extra-x86_64/PKGBUILD (from rev 405055, xfce4-fsguard-plugin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-12-28 06:43:55 UTC (rev 405056) @@ -0,0 +1,36 @@ +# Maintainer: Evangelos Foutras <evange...@foutrelis.com> +# Contributor: AndyRTR <andy...@archlinux.org> +# Contributor: Ben <b...@benmazer.net> + +pkgname=xfce4-fsguard-plugin +pkgver=1.1.2 +pkgrel=1 +pkgdesc="File system usage monitor plugin for the Xfce4 panel" +arch=('x86_64') +license=('GPL2') +url="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin" +groups=('xfce4-goodies') +depends=('xfce4-panel') +makedepends=('intltool') +source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('67d8e6a219a7117c59693adbc59c39a6eba31e3f18a5499189ef4ef28b554105') + +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: