Date: Sunday, January 31, 2016 @ 20:58:38 Author: arodseth Revision: 159695
Fix FS#47305 Modified: geany/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-31 19:52:30 UTC (rev 159694) +++ PKGBUILD 2016-01-31 19:58:38 UTC (rev 159695) @@ -1,6 +1,6 @@ # $Id$ # Maintainer: Alexander Rødseth <[email protected]> -# Contributor: Angel Velasquez <[email protected]> +# Contributor: Angel Velasquez <[email protected]> # Contributor: Ionut Biru <[email protected]> # Contributor: William Rea <[email protected]> # Contributor: Allan McRae <[email protected]> @@ -7,13 +7,13 @@ pkgname=geany pkgver=1.26 -pkgrel=2 +pkgrel=3 pkgdesc='Fast and lightweight IDE' arch=('x86_64' 'i686') url='http://www.geany.org/' license=('GPL') depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('perl-xml-parser' 'setconf' 'intltool') +makedepends=('perl-xml-parser' 'intltool') optdepends=('geany-plugins: various extra features' 'vte: terminal support' 'python2') @@ -36,9 +36,6 @@ ./configure --prefix=/usr make - - # Fix for FS#10318 - setconf geany.desktop MimeType '' } package() {
