[arch-commits] Commit in nemiver/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:46:48 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:46:47
Author: felixonmars
Revision: 658590
archrelease: copy trunk to community-staging-x86_64
Added:
nemiver/repos/community-staging-x86_64/
nemiver/repos/community-staging-x86_64/PKGBUILD
(from rev 658589, nemiver/trunk/PKGBUILD)
----------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
Copied: nemiver/repos/community-staging-x86_64/PKGBUILD (from rev 658589, nemiver/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:46:47 UTC (rev 658590)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: jordz <jordz at archlinux.us>
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=8
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64')
+license=('GPL')
+url='https://projects.gnome.org/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'gnome-common' 'yelp-tools' 'git')
+source=("git+https://git.gnome.org/browse/nemiver#commit=1ef54607bfb463")
+options=('!emptydirs')
+sha256sums=('SKIP')
+
+prepare() {
+ cd "$pkgname"
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --with-boost \
+ --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