[arch-commits] Commit in nemiver/repos (4 files)

Jan de Groot jgc at archlinux.org
Thu Sep 28 12:08:04 UTC 2017


    Date: Thursday, September 28, 2017 @ 12:08:02
  Author: jgc
Revision: 260778

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  nemiver/repos/community-testing-i686/
  nemiver/repos/community-testing-i686/PKGBUILD
    (from rev 260777, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-testing-x86_64/
  nemiver/repos/community-testing-x86_64/PKGBUILD
    (from rev 260777, nemiver/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   47 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   47 ++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

Copied: nemiver/repos/community-testing-i686/PKGBUILD (from rev 260777, nemiver/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-28 12:08:02 UTC (rev 260778)
@@ -0,0 +1,47 @@
+# $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-testing-x86_64/PKGBUILD (from rev 260777, nemiver/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-28 12:08:02 UTC (rev 260778)
@@ -0,0 +1,47 @@
+# $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:



More information about the arch-commits mailing list