[arch-commits] Commit in genius/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 11 08:26:36 UTC 2019


    Date: Friday, January 11, 2019 @ 08:26:35
  Author: felixonmars
Revision: 343594

archrelease: copy trunk to staging-x86_64

Added:
  genius/repos/staging-x86_64/
  genius/repos/staging-x86_64/PKGBUILD
    (from rev 343593, genius/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: genius/repos/staging-x86_64/PKGBUILD (from rev 343593, genius/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-01-11 08:26:35 UTC (rev 343594)
@@ -0,0 +1,31 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=genius
+pkgver=1.0.24
+pkgrel=2
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('x86_64')
+license=('GPL')
+url="http://www.jirka.org/genius.html"
+depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk2' 'gtksourceview2')
+makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache' 'python')
+options=('!makeflags')
+source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('772f95f6ae4716d39bb180cd50e8b6b9b074107bee0cd083b825e1e6e55916b6')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/genius \
+      --localstatedir=/var --disable-static \
+      --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