[arch-commits] Commit in nemiver/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat May 28 19:56:29 UTC 2016
Date: Saturday, May 28, 2016 @ 21:56:29
Author: arodseth
Revision: 177382
archrelease: copy trunk to community-x86_64, community-i686
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 | 49 -------------------------------------
community-i686/nemiver.install | 14 ----------
community-x86_64/PKGBUILD | 49 -------------------------------------
community-x86_64/nemiver.install | 14 ----------
4 files changed, 126 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-28 19:56:23 UTC (rev 177381)
+++ community-i686/PKGBUILD 2016-05-28 19:56:29 UTC (rev 177382)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: jordz <jordz at archlinux.us>
-
-pkgname=nemiver
-pkgver=0.9.6
-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")
-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 2016-05-28 19:56:23 UTC (rev 177381)
+++ community-i686/nemiver.install 2016-05-28 19:56:29 UTC (rev 177382)
@@ -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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-28 19:56:23 UTC (rev 177381)
+++ community-x86_64/PKGBUILD 2016-05-28 19:56:29 UTC (rev 177382)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: jordz <jordz at archlinux.us>
-
-pkgname=nemiver
-pkgver=0.9.6
-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")
-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-x86_64/nemiver.install
===================================================================
--- community-x86_64/nemiver.install 2016-05-28 19:56:23 UTC (rev 177381)
+++ community-x86_64/nemiver.install 2016-05-28 19:56:29 UTC (rev 177382)
@@ -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:
More information about the arch-commits
mailing list