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

Jan de Groot jgc at archlinux.org
Thu Apr 5 22:01:24 UTC 2018


    Date: Thursday, April 5, 2018 @ 22:01:23
  Author: jgc
Revision: 320995

upgpkg: genius 1.0.23-3

Disable gnome interface so we can drop vte

Modified:
  genius/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-05 21:55:11 UTC (rev 320994)
+++ PKGBUILD	2018-04-05 22:01:23 UTC (rev 320995)
@@ -4,13 +4,13 @@
 
 pkgname=genius
 pkgver=1.0.23
-pkgrel=2
+pkgrel=3
 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')
+depends=('mpfr' 'glib2' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils' 'gtk-update-icon-cache')
 options=('!makeflags')
 source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('912e1c1beadee185614036c6808a974157b2009fe315b249efa2aa06a5ac6f4b')
@@ -21,8 +21,7 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/genius \
       --localstatedir=/var --disable-static \
-      --enable-gtksourceview --disable-scrollkeeper \
-      --disable-update-mimedb
+      --disable-update-mimedb --disable-gnome
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list