Date: Wednesday, July 29, 2015 @ 14:31:22
  Author: jgc
Revision: 242834

upgpkg: genius 1.0.20-1

Modified:
  genius/trunk/PKGBUILD
Deleted:
  genius/trunk/readline-fix.patch

--------------------+
 PKGBUILD           |   17 +++++------------
 readline-fix.patch |   35 -----------------------------------
 2 files changed, 5 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-07-29 12:20:54 UTC (rev 242833)
+++ PKGBUILD    2015-07-29 12:31:22 UTC (rev 242834)
@@ -3,26 +3,19 @@
 # Contributor: Arjan Timmerman <ar...@soulfly.nl>
 
 pkgname=genius
-pkgver=1.0.17
-pkgrel=2
+pkgver=1.0.20
+pkgrel=1
 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' 
'hicolor-icon-theme')
+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
-        readline-fix.patch)
-sha256sums=('2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f'
-            '9f340c99b9f428bf476350f54d1f75556f630bc750c629da89ac6b8fe411b7d6')
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3994e414578fd494f02d89d0840ea86eff51a53e0a3fe1ae6d31d6c328b0d787')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../readline-fix.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \

Deleted: readline-fix.patch
===================================================================
--- readline-fix.patch  2015-07-29 12:20:54 UTC (rev 242833)
+++ readline-fix.patch  2015-07-29 12:31:22 UTC (rev 242834)
@@ -1,35 +0,0 @@
-From 5292545265af6ae4e8140b1af89369f7ae9be554 Mon Sep 17 00:00:00 2001
-From: "Jiri (George) Lebl" <jiri.l...@gmail.com>
-Date: Thu, 3 Apr 2014 08:02:02 -0500
-Subject: Thu Apr 03 08:01:49 2014  Jiri (George) Lebl <ji...@5z.com>
-
-       * src/inter.c, src/genius-readline-helper.c: apply patch from Felipe
-         Sateler of debian to fix build with new readline.
-
-diff --git a/src/genius-readline-helper.c b/src/genius-readline-helper.c
-index 7e9e84b..dbf8fd2 100644
---- a/src/genius-readline-helper.c
-+++ b/src/genius-readline-helper.c
-@@ -183,7 +183,7 @@ main(int argc, char *argv[])
-       rl_terminal_name = "xterm";
-       rl_readline_name = "Genius";
-       rl_attempted_completion_function =
--              (CPPFunction *)tab_completion;
-+              (rl_completion_func_t *)tab_completion;
- 
-       while(fgets(buf,4096,infp)) {
-               int count;
-diff --git a/src/inter.c b/src/inter.c
-index 915f115..f0d2558 100644
---- a/src/inter.c
-+++ b/src/inter.c
-@@ -367,5 +367,5 @@ init_inter(void)
- {
-       rl_readline_name = "Genius";
-       rl_attempted_completion_function =
--              (CPPFunction *)tab_completion;
-+              (rl_completion_func_t *)tab_completion;
- }
--- 
-cgit v0.10.1
-

Reply via email to