diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-07 12:36:05 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-07 12:36:05 +0100 |
commit | a56d1a610bd4032e2eae610289333ad112fc5ba1 (patch) | |
tree | 5fa9f42a339b57ef35616c01ac67c1c55c84fc7b /community/geany | |
parent | 9437cdbc03cb103235fa0b043f4cf73882f10f34 (diff) | |
parent | 8e5a0a990a12a59cadb687cae22a1960fce1660b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/augeas/PKGBUILD
community/midori/PKGBUILD
community/ruby-gtk2/PKGBUILD
extra/strigi/PKGBUILD
libre/abiword-libre/PKGBUILD
libre/abiword-libre/abiword-2.8.6-glib-2.31.patch
Diffstat (limited to 'community/geany')
-rw-r--r-- | community/geany/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD index 8cab17da6..2ebf57afe 100644 --- a/community/geany/PKGBUILD +++ b/community/geany/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76751 2012-09-28 23:09:27Z arodseth $ +# $Id: PKGBUILD 83915 2013-02-06 14:27:16Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Ionut Biru <ibiru@archlinux.ro> @@ -7,7 +7,7 @@ pkgname=geany pkgver=1.22 -pkgrel=2 +pkgrel=3 pkgdesc='Fast and lightweight IDE' arch=('i686' 'x86_64' 'mips64el') url="http://www.geany.org/" @@ -31,8 +31,8 @@ build() { sed -i '0,/on/s//on2/' data/templates/files/main.py msg2 "Fixing FS#10318..." setconf geany.desktop MimeType '' - msg2 "Enabling colors for PKGBUILD files..." - setconf data/filetype_extensions.conf Sh PKGBUILD + msg2 "Enabling syntax highlighting for PKGBUILD files..." + sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf } package() { |