[arch-commits] Commit in genius/repos (6 files)
Allan McRae
allan at archlinux.org
Thu Sep 10 04:56:09 UTC 2015
Date: Thursday, September 10, 2015 @ 06:56:08
Author: allan
Revision: 245679
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
genius/repos/staging-i686/
genius/repos/staging-i686/PKGBUILD
(from rev 245678, genius/trunk/PKGBUILD)
genius/repos/staging-i686/genius.install
(from rev 245678, genius/trunk/genius.install)
genius/repos/staging-x86_64/
genius/repos/staging-x86_64/PKGBUILD
(from rev 245678, genius/trunk/PKGBUILD)
genius/repos/staging-x86_64/genius.install
(from rev 245678, genius/trunk/genius.install)
-------------------------------+
staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
staging-i686/genius.install | 13 +++++++++++++
staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
staging-x86_64/genius.install | 13 +++++++++++++
4 files changed, 90 insertions(+)
Copied: genius/repos/staging-i686/PKGBUILD (from rev 245678, genius/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-09-10 04:56:08 UTC (rev 245679)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=genius
+pkgver=1.0.20
+pkgrel=2
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('i686' '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')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3994e414578fd494f02d89d0840ea86eff51a53e0a3fe1ae6d31d6c328b0d787')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/genius \
+ --localstatedir=/var --disable-static \
+ --enable-gtksourceview --disable-scrollkeeper \
+ --disable-update-mimedb
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Copied: genius/repos/staging-i686/genius.install (from rev 245678, genius/trunk/genius.install)
===================================================================
--- staging-i686/genius.install (rev 0)
+++ staging-i686/genius.install 2015-09-10 04:56:08 UTC (rev 245679)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Copied: genius/repos/staging-x86_64/PKGBUILD (from rev 245678, genius/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-10 04:56:08 UTC (rev 245679)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan Timmerman <arjan at soulfly.nl>
+
+pkgname=genius
+pkgver=1.0.20
+pkgrel=2
+pkgdesc="Advanced calculator including a mathematical programming language"
+arch=('i686' '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')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3994e414578fd494f02d89d0840ea86eff51a53e0a3fe1ae6d31d6c328b0d787')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/genius \
+ --localstatedir=/var --disable-static \
+ --enable-gtksourceview --disable-scrollkeeper \
+ --disable-update-mimedb
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="${pkgdir}" install
+}
Copied: genius/repos/staging-x86_64/genius.install (from rev 245678, genius/trunk/genius.install)
===================================================================
--- staging-x86_64/genius.install (rev 0)
+++ staging-x86_64/genius.install 2015-09-10 04:56:08 UTC (rev 245679)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list