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

Allan McRae allan at archlinux.org
Sun Dec 6 20:38:22 UTC 2015


    Date: Sunday, December 6, 2015 @ 21:38:22
  Author: allan
Revision: 149184

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

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

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   30 ++++++++++++++++++++++++++++
 community-staging-i686/gphpedit.install   |   12 +++++++++++
 community-staging-x86_64/PKGBUILD         |   30 ++++++++++++++++++++++++++++
 community-staging-x86_64/gphpedit.install |   12 +++++++++++
 4 files changed, 84 insertions(+)

Copied: gphpedit/repos/community-staging-i686/PKGBUILD (from rev 149183, gphpedit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 20:38:22 UTC (rev 149184)
@@ -0,0 +1,30 @@
+# $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=5
+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)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/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
+}

Copied: gphpedit/repos/community-staging-i686/gphpedit.install (from rev 149183, gphpedit/trunk/gphpedit.install)
===================================================================
--- community-staging-i686/gphpedit.install	                        (rev 0)
+++ community-staging-i686/gphpedit.install	2015-12-06 20:38:22 UTC (rev 149184)
@@ -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
+}

Copied: gphpedit/repos/community-staging-x86_64/PKGBUILD (from rev 149183, gphpedit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 20:38:22 UTC (rev 149184)
@@ -0,0 +1,30 @@
+# $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=5
+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)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/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
+}

Copied: gphpedit/repos/community-staging-x86_64/gphpedit.install (from rev 149183, gphpedit/trunk/gphpedit.install)
===================================================================
--- community-staging-x86_64/gphpedit.install	                        (rev 0)
+++ community-staging-x86_64/gphpedit.install	2015-12-06 20:38:22 UTC (rev 149184)
@@ -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