[arch-commits] Commit in gphpedit/repos (8 files)

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


    Date: Tuesday, April 16, 2013 @ 04:34:03
  Author: bgyorgy
Revision: 88295

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gphpedit/repos/community-i686/PKGBUILD
    (from rev 88294, gphpedit/trunk/PKGBUILD)
  gphpedit/repos/community-i686/gphpedit.install
    (from rev 88294, gphpedit/trunk/gphpedit.install)
  gphpedit/repos/community-x86_64/PKGBUILD
    (from rev 88294, gphpedit/trunk/PKGBUILD)
  gphpedit/repos/community-x86_64/gphpedit.install
    (from rev 88294, gphpedit/trunk/gphpedit.install)
Deleted:
  gphpedit/repos/community-i686/PKGBUILD
  gphpedit/repos/community-i686/gphpedit.install
  gphpedit/repos/community-x86_64/PKGBUILD
  gphpedit/repos/community-x86_64/gphpedit.install

-----------------------------------+
 /PKGBUILD                         |   58 ++++++++++++++++++++++++++++++++++++
 /gphpedit.install                 |   24 ++++++++++++++
 community-i686/PKGBUILD           |   29 ------------------
 community-i686/gphpedit.install   |   11 ------
 community-x86_64/PKGBUILD         |   29 ------------------
 community-x86_64/gphpedit.install |   11 ------
 6 files changed, 82 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-16 02:33:55 UTC (rev 88294)
+++ community-i686/PKGBUILD	2013-04-16 02:34:03 UTC (rev 88295)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=gphpedit
-pkgver=0.9.98RC1
-pkgrel=3
-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')
-makedepends=('intltool')
-url="http://www.gphpedit.org/"
-options=('!makeflags')
-install=gphpedit.install
-source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz)
-md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
-
-build() {
-  cd ${srcdir}/*$pkgname*
-  ./autogen.sh
-  LDFLAGS=`pkg-config --libs gtk+-2.0` ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-  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
-}

Copied: gphpedit/repos/community-i686/PKGBUILD (from rev 88294, gphpedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-16 02:34:03 UTC (rev 88295)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gphpedit
+pkgver=0.9.98RC1
+pkgrel=4
+pkgdesc="a scintilla/gnome based editor specialized on php-files"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'webkitgtk2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url="http://www.gphpedit.org/"
+options=('!makeflags')
+install=gphpedit.install
+source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz)
+md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
+
+build() {
+  cd ${srcdir}/*$pkgname*
+  LDFLAGS=`pkg-config --libs gmodule-2.0` ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/*$pkgname*
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gphpedit.install
===================================================================
--- community-i686/gphpedit.install	2013-04-16 02:33:55 UTC (rev 88294)
+++ community-i686/gphpedit.install	2013-04-16 02:34:03 UTC (rev 88295)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}

Copied: gphpedit/repos/community-i686/gphpedit.install (from rev 88294, gphpedit/trunk/gphpedit.install)
===================================================================
--- community-i686/gphpedit.install	                        (rev 0)
+++ community-i686/gphpedit.install	2013-04-16 02:34:03 UTC (rev 88295)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-16 02:33:55 UTC (rev 88294)
+++ community-x86_64/PKGBUILD	2013-04-16 02:34:03 UTC (rev 88295)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=gphpedit
-pkgver=0.9.98RC1
-pkgrel=3
-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')
-makedepends=('intltool')
-url="http://www.gphpedit.org/"
-options=('!makeflags')
-install=gphpedit.install
-source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz)
-md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
-
-build() {
-  cd ${srcdir}/*$pkgname*
-  ./autogen.sh
-  LDFLAGS=`pkg-config --libs gtk+-2.0` ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-  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
-}

Copied: gphpedit/repos/community-x86_64/PKGBUILD (from rev 88294, gphpedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-16 02:34:03 UTC (rev 88295)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gphpedit
+pkgver=0.9.98RC1
+pkgrel=4
+pkgdesc="a scintilla/gnome based editor specialized on php-files"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'webkitgtk2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url="http://www.gphpedit.org/"
+options=('!makeflags')
+install=gphpedit.install
+source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz)
+md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
+
+build() {
+  cd ${srcdir}/*$pkgname*
+  LDFLAGS=`pkg-config --libs gmodule-2.0` ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/*$pkgname*
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/gphpedit.install
===================================================================
--- community-x86_64/gphpedit.install	2013-04-16 02:33:55 UTC (rev 88294)
+++ community-x86_64/gphpedit.install	2013-04-16 02:34:03 UTC (rev 88295)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}

Copied: gphpedit/repos/community-x86_64/gphpedit.install (from rev 88294, gphpedit/trunk/gphpedit.install)
===================================================================
--- community-x86_64/gphpedit.install	                        (rev 0)
+++ community-x86_64/gphpedit.install	2013-04-16 02:34:03 UTC (rev 88295)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list