[arch-commits] Commit in genius/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Jun 19 21:58:18 UTC 2018


    Date: Tuesday, June 19, 2018 @ 21:58:17
  Author: jgc
Revision: 327292

upgpkg: genius 1.0.24-1

Re-enable GUI

Modified:
  genius/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-19 21:25:56 UTC (rev 327291)
+++ PKGBUILD	2018-06-19 21:58:17 UTC (rev 327292)
@@ -3,17 +3,17 @@
 # Contributor: Arjan Timmerman <arjan at soulfly.nl>
 
 pkgname=genius
-pkgver=1.0.23
-pkgrel=3
+pkgver=1.0.24
+pkgrel=1
 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')
-makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache')
+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=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
+sha256sums=('772f95f6ae4716d39bb180cd50e8b6b9b074107bee0cd083b825e1e6e55916b6')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,7 +21,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/genius \
       --localstatedir=/var --disable-static \
-      --disable-update-mimedb --disable-gnome
+      --disable-update-mimedb
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list