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

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 23:00:25 UTC 2016


    Date: Thursday, April 28, 2016 @ 01:00:24
  Author: spupykin
Revision: 172263

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

Added:
  gphpedit/repos/community-i686/PKGBUILD
    (from rev 172262, gphpedit/trunk/PKGBUILD)
  gphpedit/repos/community-x86_64/PKGBUILD
    (from rev 172262, gphpedit/trunk/PKGBUILD)
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 ++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD           |   30 ------------------
 community-i686/gphpedit.install   |   12 -------
 community-x86_64/PKGBUILD         |   30 ------------------
 community-x86_64/gphpedit.install |   12 -------
 5 files changed, 58 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 23:00:06 UTC (rev 172262)
+++ community-i686/PKGBUILD	2016-04-27 23:00:24 UTC (rev 172263)
@@ -1,30 +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=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-i686/PKGBUILD (from rev 172262, gphpedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 23:00:24 UTC (rev 172263)
@@ -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=6
+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')
+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
+}

Deleted: community-i686/gphpedit.install
===================================================================
--- community-i686/gphpedit.install	2016-04-27 23:00:06 UTC (rev 172262)
+++ community-i686/gphpedit.install	2016-04-27 23:00:24 UTC (rev 172263)
@@ -1,12 +0,0 @@
-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	2016-04-27 23:00:06 UTC (rev 172262)
+++ community-x86_64/PKGBUILD	2016-04-27 23:00:24 UTC (rev 172263)
@@ -1,30 +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=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-x86_64/PKGBUILD (from rev 172262, gphpedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 23:00:24 UTC (rev 172263)
@@ -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=6
+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')
+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
+}

Deleted: community-x86_64/gphpedit.install
===================================================================
--- community-x86_64/gphpedit.install	2016-04-27 23:00:06 UTC (rev 172262)
+++ community-x86_64/gphpedit.install	2016-04-27 23:00:24 UTC (rev 172263)
@@ -1,12 +0,0 @@
-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