[arch-commits] Commit in nemiver/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Sat Sep 8 12:32:58 UTC 2018


    Date: Saturday, September 8, 2018 @ 12:32:58
  Author: bgyorgy
Revision: 378809

archrelease: copy trunk to community-x86_64

Added:
  nemiver/repos/community-x86_64/PKGBUILD
    (from rev 378808, nemiver/trunk/PKGBUILD)
Deleted:
  nemiver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 12:32:53 UTC (rev 378808)
+++ PKGBUILD	2018-09-08 12:32:58 UTC (rev 378809)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: jordz <jordz at archlinux.us>
-
-pkgname=nemiver
-pkgver=0.9.6
-pkgrel=6
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-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+https://git.gnome.org/browse/nemiver#commit=1ef54607bfb463")
-options=('!emptydirs')
-sha256sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --disable-static \
-    --with-boost \
-    --disable-scrollkeeper \
-    --enable-symsvis=yes \
-    --enable-memoryview=yes \
-    --enable-gsettings=yes \
-    --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# getver: git.gnome.org/browse/nemiver/plain/configure.ac
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-x86_64/PKGBUILD (from rev 378808, nemiver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-08 12:32:58 UTC (rev 378809)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=7
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64')
+license=('GPL')
+url='https://projects.gnome.org/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'gnome-common' 'yelp-tools' 'git')
+source=("git+https://git.gnome.org/browse/nemiver#commit=1ef54607bfb463")
+options=('!emptydirs')
+sha256sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --with-boost \
+    --enable-symsvis=yes \
+    --enable-memoryview=yes \
+    --enable-gsettings=yes \
+    --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# getver: git.gnome.org/browse/nemiver/plain/configure.ac
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list