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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Jan 25 12:43:46 UTC 2013


    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 <rodseth at gmail.com>
-# Contributor: jordz <jordz at 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 <rodseth at gmail.com>
+# Contributor: jordz <jordz at 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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-25 12:43:33 UTC (rev 82906)
+++ community-x86_64/PKGBUILD	2013-01-25 12:43:46 UTC (rev 82907)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: jordz <jordz at 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-x86_64/PKGBUILD (from rev 82906, nemiver/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-25 12:43:46 UTC (rev 82907)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: jordz <jordz at 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-x86_64/nemiver.install
===================================================================
--- community-x86_64/nemiver.install	2013-01-25 12:43:33 UTC (rev 82906)
+++ community-x86_64/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-x86_64/nemiver.install (from rev 82906, nemiver/trunk/nemiver.install)
===================================================================
--- community-x86_64/nemiver.install	                        (rev 0)
+++ community-x86_64/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
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list