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

Jan Steffens heftig at archlinux.org
Wed Sep 20 20:47:28 UTC 2017


    Date: Wednesday, September 20, 2017 @ 20:47:28
  Author: heftig
Revision: 306004

3.26.0-1

Modified:
  gpaste/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-20 20:41:59 UTC (rev 306003)
+++ PKGBUILD	2017-09-20 20:47:28 UTC (rev 306004)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gpaste
-pkgver=3.24.2
+pkgver=3.26.0
 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=9f37f3be3747ee66738d0806ef3466aabe26c3d1  # tags/v3.24.2^0
+_commit=d064ab11e51f56caa32a21a5784b7580ee570303  # tags/v3.26.0^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,6 +30,7 @@
   cd $pkgname
   ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
     --enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
@@ -41,9 +42,5 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-
-  install -Dm644 data/completions/gpaste-client \
-    "$pkgdir/usr/share/bash-completion/completions/gpaste-client"
-  install -Dm644 data/completions/_gpaste-client \
-    "$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list