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

Jan de Groot jgc at archlinux.org
Thu Sep 28 12:07:56 UTC 2017


    Date: Thursday, September 28, 2017 @ 12:07:55
  Author: jgc
Revision: 260777

upgpkg: nemiver 0.9.6-6

Rebuild for libgtop

Modified:
  nemiver/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-28 11:48:43 UTC (rev 260776)
+++ PKGBUILD	2017-09-28 12:07:55 UTC (rev 260777)
@@ -4,7 +4,7 @@
 
 pkgname=nemiver
 pkgver=0.9.6
-pkgrel=5
+pkgrel=6
 pkgdesc='C/C++ debugger for GNOME'
 arch=('x86_64' 'i686')
 license=('GPL')
@@ -11,7 +11,7 @@
 url='https://projects.gnome.org/nemiver/'
 depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gsettings-desktop-schemas')
 makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools' 'git')
-source=("git://git.gnome.org/nemiver#commit=1ef54607bfb463") # no https
+source=("git+https://git.gnome.org/browse/nemiver#commit=1ef54607bfb463")
 options=('!emptydirs')
 sha256sums=('SKIP')
 
@@ -35,6 +35,7 @@
     --enable-memoryview=yes \
     --enable-gsettings=yes \
     --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list