[arch-commits] Commit in geany/trunk (PKGBUILD geany.install)
Alexander Rødseth
arodseth at archlinux.org
Sun May 15 15:30:50 UTC 2016
Date: Sunday, May 15, 2016 @ 17:30:49
Author: arodseth
Revision: 175415
upgpkg: geany 1.27-2
Modified:
geany/trunk/PKGBUILD
Deleted:
geany/trunk/geany.install
---------------+
PKGBUILD | 9 ++++-----
geany.install | 14 --------------
2 files changed, 4 insertions(+), 19 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-15 14:48:16 UTC (rev 175414)
+++ PKGBUILD 2016-05-15 15:30:49 UTC (rev 175415)
@@ -7,7 +7,7 @@
pkgname=geany
pkgver=1.27
-pkgrel=1
+pkgrel=2
pkgdesc='Fast and lightweight IDE'
arch=('x86_64' 'i686')
url='http://www.geany.org/'
@@ -17,16 +17,15 @@
optdepends=('geany-plugins: various extra features'
'vte: terminal support'
'python2')
-install="$pkgname.install"
source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2")
sha256sums=('846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf')
prepare() {
cd "$pkgname-$pkgver"
-
+
# Python2 fix
- sed -i '0,/on/s//on2/' data/templates/files/main.py
-
+ sed -i '0,/on/s//on2/' data/templates/files/main.py
+
# Syntax highlighting for PKGBUILD files
sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
}
Deleted: geany.install
===================================================================
--- geany.install 2016-05-15 14:48:16 UTC (rev 175414)
+++ geany.install 2016-05-15 15:30:49 UTC (rev 175415)
@@ -1,14 +0,0 @@
-post_upgrade() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list