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

Jan de Groot jgc at archlinux.org
Sat Oct 31 15:43:35 UTC 2009


    Date: Saturday, October 31, 2009 @ 11:43:35
  Author: jgc
Revision: 57446

upgpkg: genius 1.0.7-1
    Update to 1.0.7

Modified:
  genius/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-31 15:36:58 UTC (rev 57445)
+++ PKGBUILD	2009-10-31 15:43:35 UTC (rev 57446)
@@ -3,26 +3,26 @@
 # Contributor: Arjan Timmerman <arjan at soulfly.nl>
 
 pkgname=genius
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc="Advanced calculator including a mathematical programming language"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.jirka.org/genius.html"
-depends=('gmp>=4.2.4' 'vte>=0.20.0' 'gtksourceview2>=2.6.0' 'mpfr>=2.3.2' 'desktop-file-utils' 'shared-mime-info' 'gnome-vfs>=2.24.1')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.16.0')
+depends=('gmp>=4.3.1' 'vte>=0.22.3' 'gtksourceview2>=2.8.1' 'mpfr>=2.4.1' 'desktop-file-utils' 'gnome-vfs>=2.24.2' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.18.0')
 options=('!libtool' '!makeflags')
 install=genius.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9253dfa2490ff5fda0c118d9322c6608')
+sha256sums=('8034a142291beafeca9e94d0449ebcd8f26f27458aa697e745a409469c37fce2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/genius \
-              --localstatedir=/var --disable-static \
-	      --enable-gtksourceview --disable-scrollkeeper \
-	      --disable-update-mimedb || return 1
+      --libexecdir=/usr/lib/genius \
+      --localstatedir=/var --disable-static \
+      --enable-gtksourceview --disable-scrollkeeper \
+      --disable-update-mimedb || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list