[arch-commits] Commit in genius/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Feb 14 20:40:01 UTC 2022
Date: Monday, February 14, 2022 @ 20:40:01
Author: heftig
Revision: 437238
1.0.27-1: remove unnnecessary amtk dep
Modified:
genius/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-14 20:38:39 UTC (rev 437237)
+++ PKGBUILD 2022-02-14 20:40:01 UTC (rev 437238)
@@ -1,4 +1,4 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
# Contributor: Arjan Timmerman <arjan at soulfly.nl>
pkgname=genius
@@ -5,18 +5,21 @@
pkgver=1.0.27
pkgrel=1
pkgdesc="Advanced calculator including a mathematical programming language"
+url="https://www.jirka.org/genius.html"
arch=('x86_64')
license=('GPL')
-url="https://www.jirka.org/genius.html"
-depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk3' 'amtk' 'vte3' 'gtksourceview4')
+depends=('mpfr' 'glib2' 'hicolor-icon-theme' 'gtk3' 'vte3' 'gtksourceview4')
makedepends=('intltool' 'gtk-update-icon-cache' 'python')
-options=('!makeflags')
source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
sha256sums=('0243b7c36b5f9e930c62778acd52deb188deeca704a5e195337018435d9e7bb5')
+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
build() {
cd $pkgname-$pkgver
- autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/genius \
--localstatedir=/var --disable-static \
More information about the arch-commits
mailing list