summaryrefslogtreecommitdiff
path: root/community/gphpedit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
committerroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
commit0f02baec6afdab918d86a226ee9a984482b5a534 (patch)
tree15cb1e77a0a46bc218404a4725caeda3089039f8 /community/gphpedit
parent975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff)
Wed Apr 17 00:05:54 PDT 2013
Diffstat (limited to 'community/gphpedit')
-rw-r--r--community/gphpedit/PKGBUILD16
-rw-r--r--community/gphpedit/gphpedit.install1
2 files changed, 9 insertions, 8 deletions
diff --git a/community/gphpedit/PKGBUILD b/community/gphpedit/PKGBUILD
index 8bd94d706..589ee4afe 100644
--- a/community/gphpedit/PKGBUILD
+++ b/community/gphpedit/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 65586 2012-02-21 09:11:19Z spupykin $
+# $Id: PKGBUILD 88295 2013-04-16 02:34:03Z bgyorgy $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=gphpedit
pkgver=0.9.98RC1
-pkgrel=3
+pkgrel=4
pkgdesc="a scintilla/gnome based editor specialized on php-files"
arch=(i686 x86_64)
license=('GPL')
-depends=('libgnomeui>=2.18.1-2' 'libgtkhtml>=2.11.0' 'desktop-file-utils' 'libwebkit')
+depends=('gconf' 'webkitgtk2' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('intltool')
url="http://www.gphpedit.org/"
options=('!makeflags')
@@ -19,11 +19,11 @@ md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
build() {
cd ${srcdir}/*$pkgname*
- ./autogen.sh
- LDFLAGS=`pkg-config --libs gtk+-2.0` ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ LDFLAGS=`pkg-config --libs gmodule-2.0` ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
+}
+
+package() {
+ cd ${srcdir}/*$pkgname*
make DESTDIR=$pkgdir install
- # extend MimeType declaration
- echo "MimeType=application/x-php;text-x-php-text/x-php-source;" >> \
- $pkgdir/usr/share/applications/gphpedit.desktop
}
diff --git a/community/gphpedit/gphpedit.install b/community/gphpedit/gphpedit.install
index 39bc96919..8e46769be 100644
--- a/community/gphpedit/gphpedit.install
+++ b/community/gphpedit/gphpedit.install
@@ -1,5 +1,6 @@
post_install() {
update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {