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

Alexander Rødseth arodseth at archlinux.org
Sun Jan 31 19:58:38 UTC 2016


    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 <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Ionut Biru  <ibiru at archlinux.ro>
 # Contributor: William Rea <sillywilly at gmail.com>
 # Contributor: Allan McRae <mcrae_allan at hotmail.com>
@@ -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() {



More information about the arch-commits mailing list