[arch-commits] Commit in gpaste/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue May 24 21:05:55 UTC 2016


    Date: Tuesday, May 24, 2016 @ 23:05:52
  Author: heftig
Revision: 268539

3.20.1-1

Modified:
  gpaste/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-24 21:03:49 UTC (rev 268538)
+++ PKGBUILD	2016-05-24 21:05:52 UTC (rev 268539)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gpaste
-pkgver=3.20
+pkgver=3.20.1
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html"
@@ -11,10 +11,10 @@
 depends=(gtk3)
 makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell gnome-control-center)
 optdepends=("wgetpaste: Upload clipboard contents")
-options=('!emptydirs')
+options=(!emptydirs)
 install=gpaste.install
 source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('2d5ffacc8c16f5458282a6a0f60b7fca2a5ef91a7b0ed0f81d120eb96583744b')
+sha256sums=('75edcf6aebe32970f69c2c76e578d7ca56aa868dc88ad762d41158020a6c9c1f')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,7 +21,8 @@
   ./configure --prefix=/usr \
     --libexecdir=/usr/lib \
     --sysconfdir=/etc \
-    --enable-vala
+    --enable-vala \
+    --enable-applet
   make
 }
 
@@ -38,4 +39,7 @@
     "$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"
 }



More information about the arch-commits mailing list