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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Apr 12 11:15:35 UTC 2013


    Date: Friday, April 12, 2013 @ 13:15:34
  Author: arodseth
Revision: 88131

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 88130, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-testing-x86_64/
  nemiver/repos/community-testing-x86_64/PKGBUILD
    (from rev 88130, nemiver/trunk/PKGBUILD)

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

Copied: nemiver/repos/community-testing-i686/PKGBUILD (from rev 88130, nemiver/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-04-12 11:15:34 UTC (rev 88131)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {	
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --with-boost \
+    --disable-scrollkeeper \
+    --enable-symsvis=yes \
+    --enable-memoryview=yes \
+    --disable-schemas-compile \
+    --enable-gsettings=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-testing-x86_64/PKGBUILD (from rev 88130, nemiver/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-04-12 11:15:34 UTC (rev 88131)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
+options=('!libtool' '!emptydirs')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
+
+build() {	
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --disable-static \
+    --with-boost \
+    --disable-scrollkeeper \
+    --enable-symsvis=yes \
+    --enable-memoryview=yes \
+    --disable-schemas-compile \
+    --enable-gsettings=yes
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list