[arch-commits] Commit in genius/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Jan 18 21:01:41 UTC 2018
Date: Thursday, January 18, 2018 @ 21:01:39
Author: bpiotrowski
Revision: 315104
archrelease: copy trunk to staging-x86_64
Added:
genius/repos/staging-x86_64/
genius/repos/staging-x86_64/PKGBUILD
(from rev 315103, genius/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: genius/repos/staging-x86_64/PKGBUILD (from rev 315103, genius/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-01-18 21:01:39 UTC (rev 315104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=genius
+pkgver=1.0.23
+pkgrel=2
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('x86_64')
+license=('GPL')
+url="http://www.jirka.org/genius.html"
+depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!makeflags')
+source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
+
+build() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/genius \
+ --localstatedir=/var --disable-static \
+ --enable-gtksourceview --disable-scrollkeeper \
+ --disable-update-mimedb
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list