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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:52:02
  Author: arodseth
Revision: 147409

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

Added:
  nemiver/repos/community-i686/PKGBUILD
(from rev 147408, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-i686/nemiver.install
(from rev 147408, nemiver/trunk/nemiver.install)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 147408, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/nemiver.install
(from rev 147408, nemiver/trunk/nemiver.install)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 /PKGBUILD|   98 +
 /nemiver.install |   28 ++
 community-i686/PKGBUILD  |   49 --
 community-i686/nemiver.install   |   14 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/nemiver.install |   14 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 20:51:50 UTC (rev 147408)
+++ community-i686/PKGBUILD 2015-11-22 20:52:02 UTC (rev 147409)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: jordz 
-
-pkgname=nemiver
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install="$pkgname.install"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
-options=('!emptydirs')
-sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./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
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# getver: git.gnome.org/browse/nemiver/plain/configure.ac
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 147408, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 20:52:02 UTC (rev 147409)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: jordz 
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install="$pkgname.install"
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
+options=('!emptydirs')
+sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./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
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# getver: git.gnome.org/browse/nemiver/plain/configure.ac
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2015-11-22 20:51:50 UTC (rev 147408)
+++ community-i686/nemiver.install  2015-11-22 20:52:02 UTC (rev 147409)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 147408, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install   

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

2014-09-28 Thread Jan Steffens
Date: Monday, September 29, 2014 @ 00:05:18
  Author: heftig
Revision: 119718

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 119717, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-testing-i686/nemiver.install
(from rev 119717, nemiver/trunk/nemiver.install)
  nemiver/repos/community-testing-i686/vte2.91.patch
(from rev 119717, nemiver/trunk/vte2.91.patch)
  nemiver/repos/community-testing-x86_64/
  nemiver/repos/community-testing-x86_64/PKGBUILD
(from rev 119717, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-testing-x86_64/nemiver.install
(from rev 119717, nemiver/trunk/nemiver.install)
  nemiver/repos/community-testing-x86_64/vte2.91.patch
(from rev 119717, nemiver/trunk/vte2.91.patch)

--+
 community-testing-i686/PKGBUILD  |   52 ++
 community-testing-i686/nemiver.install   |   14 +
 community-testing-i686/vte2.91.patch |  227 +
 community-testing-x86_64/PKGBUILD|   52 ++
 community-testing-x86_64/nemiver.install |   14 +
 community-testing-x86_64/vte2.91.patch   |  227 +
 6 files changed, 586 insertions(+)

Copied: nemiver/repos/community-testing-i686/PKGBUILD (from rev 119717, 
nemiver/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-28 22:05:18 UTC (rev 119718)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.5
+pkgrel=3
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;
+vte2.91.patch)
+options=('!emptydirs')
+sha256sums=('33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9'
+'25b7b6d81fac0d465ac8ac854a99135702fef49d1fba214c0f72b4d4674d52eb')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Consolidated from patches on git master for 
https://bugzilla.gnome.org/show_bug.cgi?id=730243
+  patch -Np1 -i ../vte2.91.patch
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+}
+
+build() {  
+  cd $pkgname-$pkgver
+
+  ./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
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-testing-i686/nemiver.install (from rev 119717, 
nemiver/trunk/nemiver.install)
===
--- community-testing-i686/nemiver.install  (rev 0)
+++ community-testing-i686/nemiver.install  2014-09-28 22:05:18 UTC (rev 
119718)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-testing-i686/vte2.91.patch (from rev 119717, 
nemiver/trunk/vte2.91.patch)
===
--- community-testing-i686/vte2.91.patch(rev 0)
+++ community-testing-i686/vte2.91.patch2014-09-28 22:05:18 UTC (rev 
119718)
@@ -0,0 +1,227 @@
+diff -u -r nemiver-0.9.5/configure.ac nemiver-0.9.5-vte2.91/configure.ac
+--- nemiver-0.9.5/configure.ac 2013-05-20 21:04:42.0 +0200
 nemiver-0.9.5-vte2.91/configure.ac 2014-09-28 23:52:45.123979923 +0200
+@@ -353,7 +353,7 @@
+ DEP_UICOMMON= gtkmm-3.0 = $LIBGTKMM_VERSION \
+gtk+-3.0 = $LIBGTK_VERSION \
+gtksourceviewmm-3.0 = $LIBGTKSOURCEVIEWMM_VERSION \
+-   vte-2.90 = $LIBVTE_VERSION
++   vte-2.91 = $LIBVTE_VERSION
+ 
+ PKG_CHECK_MODULES(NEMIVERUICOMMON, $DEP_UICOMMON $DEP_COMMON $DEP_MEMORYVIEW)
+ NEMIVERUICOMMON_CFLAGS=$NEMIVERUICOMMON_CFLAGS $CPPUNIT_CFLAGS
+@@ -376,7 +376,7 @@
+ 
+ dnl library dependencies for the nemiver debug perspective plugin
+ DEP_PERSP=gtksourceviewmm-3.0 = $LIBGTKSOURCEVIEWMM_VERSION \
+-   vte-2.90 = $LIBVTE_VERSION
++   vte-2.91 = $LIBVTE_VERSION
+ 
+ PKG_CHECK_MODULES(NEMIVERDBGPERSP, $DEP_UICOMMON $DEP_VFS 

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

2014-01-11 Thread Alexander Rødseth
Date: Saturday, January 11, 2014 @ 13:23:34
  Author: arodseth
Revision: 103761

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

Added:
  nemiver/repos/community-i686/PKGBUILD
(from rev 103760, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-i686/nemiver.install
(from rev 103760, nemiver/trunk/nemiver.install)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 103759, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/nemiver.install
(from rev 103759, nemiver/trunk/nemiver.install)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 /PKGBUILD|   84 +
 /nemiver.install |   28 
 community-i686/PKGBUILD  |   42 --
 community-i686/nemiver.install   |   14 --
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/nemiver.install |   14 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-11 12:23:28 UTC (rev 103760)
+++ community-i686/PKGBUILD 2014-01-11 12:23:34 UTC (rev 103761)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=5
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install=$pkgname.install
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'itstool')
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
-options=('!emptydirs')
-sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
-
-build() {  
-  cd $pkgname-$pkgver
-
-  ./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
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 103760, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-11 12:23:34 UTC (rev 103761)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.5
+pkgrel=1
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
+options=('!emptydirs')
+sha256sums=('33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9')
+
+build() {  
+  cd $pkgname-$pkgver
+
+  ./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
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2014-01-11 12:23:28 UTC (rev 103760)
+++ community-i686/nemiver.install  2014-01-11 12:23:34 UTC (rev 103761)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 103760, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install  (rev 0)
+++ community-i686/nemiver.install  2014-01-11 12:23:34 UTC (rev 103761)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2013-08-15 Thread Alexander Rødseth
Date: Thursday, August 15, 2013 @ 22:25:40
  Author: arodseth
Revision: 95708

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

Added:
  nemiver/repos/community-i686/PKGBUILD
(from rev 95707, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-i686/nemiver.install
(from rev 95707, nemiver/trunk/nemiver.install)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 95707, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/nemiver.install
(from rev 95707, nemiver/trunk/nemiver.install)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 /PKGBUILD|   84 +
 /nemiver.install |   28 
 community-i686/PKGBUILD  |   42 --
 community-i686/nemiver.install   |   14 --
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/nemiver.install |   14 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 20:16:47 UTC (rev 95707)
+++ community-i686/PKGBUILD 2013-08-15 20:25:40 UTC (rev 95708)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=4
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install=$pkgname.install
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'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 \
---enable-gsettings=yes \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 95707, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 20:25:40 UTC (rev 95708)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=5
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'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 $pkgname-$pkgver
+
+  ./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
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2013-08-15 20:16:47 UTC (rev 95707)
+++ community-i686/nemiver.install  2013-08-15 20:25:40 UTC (rev 95708)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 95707, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install  (rev 0)
+++ community-i686/nemiver.install  2013-08-15 20:25:40 UTC (rev 95708)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2013-05-09 Thread Alexander Rødseth
Date: Friday, May 10, 2013 @ 01:52:58
  Author: arodseth
Revision: 90245

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

Added:
  nemiver/repos/community-i686/PKGBUILD
(from rev 90244, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-i686/nemiver.install
(from rev 90244, nemiver/trunk/nemiver.install)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 90244, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/nemiver.install
(from rev 90244, nemiver/trunk/nemiver.install)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 /PKGBUILD|   84 +
 /nemiver.install |   28 
 community-i686/PKGBUILD  |   42 --
 community-i686/nemiver.install   |   14 --
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/nemiver.install |   14 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-09 23:52:45 UTC (rev 90244)
+++ community-i686/PKGBUILD 2013-05-09 23:52:58 UTC (rev 90245)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=3
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install=$pkgname.install
-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 \
---enable-gsettings=yes
-#--disable-schemas-compile \
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 90244, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-09 23:52:58 UTC (rev 90245)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=4
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install=$pkgname.install
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'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 \
+--enable-gsettings=yes \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2013-05-09 23:52:45 UTC (rev 90244)
+++ community-i686/nemiver.install  2013-05-09 23:52:58 UTC (rev 90245)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 90244, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install  (rev 0)
+++ community-i686/nemiver.install  2013-05-09 23:52:58 UTC (rev 90245)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2013-04-21 Thread Jan Steffens
Date: Monday, April 22, 2013 @ 00:17:15
  Author: heftig
Revision: 88693

db-move: moved nemiver from [community-testing] to [community] (i686, x86_64)

Added:
  nemiver/repos/community-i686/PKGBUILD
(from rev 88672, nemiver/repos/community-testing-i686/PKGBUILD)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 88672, nemiver/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-testing-i686/
  nemiver/repos/community-testing-x86_64/
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 /PKGBUILD|   82 +
 community-i686/PKGBUILD  |   42 --
 community-i686/nemiver.install   |   15 --
 community-x86_64/PKGBUILD|   42 --
 community-x86_64/nemiver.install |   15 --
 5 files changed, 82 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-21 22:17:13 UTC (rev 88692)
+++ community-i686/PKGBUILD 2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=1
-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' 'itstool')
-makedepends=('boost' 'intltool' 'gnome-doc-utils')
-install=nemiver.install
-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-i686/PKGBUILD (from rev 88672, 
nemiver/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-21 22:17:15 UTC (rev 88693)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@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:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2013-04-21 22:17:13 UTC (rev 88692)
+++ community-i686/nemiver.install  2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  #update-desktop-database -q
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-21 22:17:13 UTC (rev 88692)
+++ community-x86_64/PKGBUILD   2013-04-21 22:17:15 UTC (rev 88693)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.4
-pkgrel=1
-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' 

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

2013-01-25 Thread Alexander Rødseth
Date: Friday, January 25, 2013 @ 13:43:46
  Author: arodseth
Revision: 82907

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

Added:
  nemiver/repos/community-i686/PKGBUILD
(from rev 82906, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-i686/nemiver.install
(from rev 82906, nemiver/trunk/nemiver.install)
  nemiver/repos/community-x86_64/PKGBUILD
(from rev 82906, nemiver/trunk/PKGBUILD)
  nemiver/repos/community-x86_64/nemiver.install
(from rev 82906, nemiver/trunk/nemiver.install)
Deleted:
  nemiver/repos/community-i686/PKGBUILD
  nemiver/repos/community-i686/nemiver.install
  nemiver/repos/community-x86_64/PKGBUILD
  nemiver/repos/community-x86_64/nemiver.install

--+
 community-i686/PKGBUILD  |   84 ++---
 community-i686/nemiver.install   |   30 ++---
 community-x86_64/PKGBUILD|   84 ++---
 community-x86_64/nemiver.install |   30 ++---
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-25 12:43:33 UTC (rev 82906)
+++ community-i686/PKGBUILD 2013-01-25 12:43:46 UTC (rev 82907)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: jordz jo...@archlinux.us
-
-pkgname=nemiver
-pkgver=0.9.3
-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' 'gnome-doc-utils')
-install=nemiver.install
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
-options=('!libtool' '!emptydirs')
-sha256sums=('27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d')
-
-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-i686/PKGBUILD (from rev 82906, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-25 12:43:46 UTC (rev 82907)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: jordz jo...@archlinux.us
+
+pkgname=nemiver
+pkgver=0.9.4
+pkgrel=1
+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' 'itstool')
+makedepends=('boost' 'intltool' 'gnome-doc-utils')
+install=nemiver.install
+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:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2013-01-25 12:43:33 UTC (rev 82906)
+++ community-i686/nemiver.install  2013-01-25 12:43:46 UTC (rev 82907)
@@ -1,15 +0,0 @@
-post_upgrade() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  #update-desktop-database -q
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 82906, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install  (rev 0)
+++ community-i686/nemiver.install  2013-01-25 12:43:46 UTC (rev 82907)
@@ -0,0 +1,15 @@
+post_upgrade() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  #update-desktop-database -q
+  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+#