Date: Wednesday, August 3, 2016 @ 20:07:16
  Author: jgc
Revision: 272988

upgpkg: genius 1.0.21-1

Modified:
  genius/trunk/PKGBUILD
Deleted:
  genius/trunk/genius.install

----------------+
 PKGBUILD       |   11 ++++++-----
 genius.install |   13 -------------
 2 files changed, 6 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-08-03 19:51:41 UTC (rev 272987)
+++ PKGBUILD    2016-08-03 20:07:16 UTC (rev 272988)
@@ -3,8 +3,8 @@
 # Contributor: Arjan Timmerman <ar...@soulfly.nl>
 
 pkgname=genius
-pkgver=1.0.20
-pkgrel=2
+pkgver=1.0.21
+pkgrel=1
 pkgdesc="Advanced calculator including a mathematical programming language"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,17 +12,18 @@
 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')
+source=(https://download.gnome.org/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f8c06a4d0aefc1bc934e993aaf8f913451d06c2bae378da1071c3bacf39ed934')
 
 build() {
   cd $pkgname-$pkgver
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/genius \
       --localstatedir=/var --disable-static \
       --enable-gtksourceview --disable-scrollkeeper \
       --disable-update-mimedb
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Deleted: genius.install
===================================================================
--- genius.install      2016-08-03 19:51:41 UTC (rev 272987)
+++ genius.install      2016-08-03 20:07:16 UTC (rev 272988)
@@ -1,13 +0,0 @@
-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
-}

Reply via email to