[arch-commits] Commit in gphpedit/trunk (PKGBUILD gphpedit.install)

Balló György bgyorgy at nymeria.archlinux.org
Tue Apr 16 02:33:55 UTC 2013


    Date: Tuesday, April 16, 2013 @ 04:33:55
  Author: bgyorgy
Revision: 88294

upgpkg: gphpedit 0.9.98RC1-4

Remove unused dependencies

Modified:
  gphpedit/trunk/PKGBUILD
  gphpedit/trunk/gphpedit.install

------------------+
 PKGBUILD         |   10 +++-------
 gphpedit.install |    1 +
 2 files changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 02:22:14 UTC (rev 88293)
+++ PKGBUILD	2013-04-16 02:33:55 UTC (rev 88294)
@@ -5,11 +5,11 @@
 
 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,15 +19,11 @@
 
 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
 }

Modified: gphpedit.install
===================================================================
--- gphpedit.install	2013-04-16 02:22:14 UTC (rev 88293)
+++ gphpedit.install	2013-04-16 02:33:55 UTC (rev 88294)
@@ -1,5 +1,6 @@
 post_install() {
   update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_upgrade() {




More information about the arch-commits mailing list