Date: Saturday, April 22, 2017 @ 01:16:25 Author: heftig Revision: 293876
3.24.1-1 Modified: gpaste/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-22 01:12:10 UTC (rev 293875) +++ PKGBUILD 2017-04-22 01:16:25 UTC (rev 293876) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gpaste -pkgver=3.22.3 +pkgver=3.24.1 pkgrel=1 pkgdesc="Clipboard management system" url="http://www.imagination-land.org/tags/GPaste.html" @@ -12,7 +12,7 @@ makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell gnome-control-center git) optdepends=("wgetpaste: Upload clipboard contents") options=(!emptydirs) -_commit=d60d15e1686495b04b9b9fa0bb5bb01d6733d7d6 # tags/v3.22.3^0 +_commit=0f5eac25151af8874f3bd415b209de2c0efb473d # tags/v3.24.1^0 source=("git+https://github.com/keruspe/gpaste#commit=$_commit") sha256sums=('SKIP') @@ -29,7 +29,7 @@ build() { cd $pkgname ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \ - --enable-vala --enable-applet + --enable-vala make } @@ -46,7 +46,4 @@ "$pkgdir/usr/share/bash-completion/completions/gpaste-client" install -Dm644 data/completions/_gpaste-client \ "$pkgdir/usr/share/zsh/site-functions/_gpaste-client" - - # Don't autostart the applet, ever - rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop" }
