Date: Tuesday, January 19, 2021 @ 00:31:27 Author: foutrelis Revision: 406377
upgpkg: xfce4-notes-plugin 1.9.0-1: new upstream release Modified: xfce4-notes-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-19 00:22:15 UTC (rev 406376) +++ PKGBUILD 2021-01-19 00:31:27 UTC (rev 406377) @@ -3,8 +3,7 @@ # Contributor: Ben Mazer <[email protected]> pkgname=xfce4-notes-plugin -pkgver=1.8.1.r235.g0ad1e5f -_commit=0ad1e5f87831b3d82785dae37789ba5554ba3fcd +pkgver=1.9.0 pkgrel=1 pkgdesc="Notes plugin for the Xfce panel" arch=('x86_64') @@ -12,20 +11,14 @@ url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin" groups=('xfce4-goodies') depends=('xfce4-panel' 'hicolor-icon-theme') -makedepends=('intltool' 'vala' 'git' 'xfce4-dev-tools') -#source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -source=(git+https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin#commit=$_commit) -sha256sums=('SKIP') +makedepends=('intltool') +source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) +sha256sums=('13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088') -pkgver() { - cd "$srcdir/$pkgname" - git describe | sed 's/\([^-]*-g\)/r\1/;s/-/./g' -} - build() { - cd "$srcdir/$pkgname" + cd $pkgname-$pkgver - ./autogen.sh \ + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ @@ -36,7 +29,7 @@ } package() { - cd "$srcdir/$pkgname" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }
