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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Mar 10 22:27:40 UTC 2013


    Date: Sunday, March 10, 2013 @ 23:27:40
  Author: arodseth
Revision: 85999

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

Added:
  geany-plugins/repos/community-staging-i686/
  geany-plugins/repos/community-staging-i686/PKGBUILD
    (from rev 85998, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-i686/geany-plugins.install
    (from rev 85998, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-staging-x86_64/
  geany-plugins/repos/community-staging-x86_64/PKGBUILD
    (from rev 85998, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-x86_64/geany-plugins.install
    (from rev 85998, geany-plugins/trunk/geany-plugins.install)

------------------------------------------------+
 community-staging-i686/PKGBUILD                |   37 +++++++++++++++++++++++
 community-staging-i686/geany-plugins.install   |   14 ++++++++
 community-staging-x86_64/PKGBUILD              |   37 +++++++++++++++++++++++
 community-staging-x86_64/geany-plugins.install |   14 ++++++++
 4 files changed, 102 insertions(+)

Copied: geany-plugins/repos/community-staging-i686/PKGBUILD (from rev 85998, geany-plugins/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-03-10 22:27:40 UTC (rev 85999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
+# Contributor: djgera
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=geany-plugins
+pkgver=1.23
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany=$pkgver" 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte'
+         'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+options=('!libtool')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # The geanylua plugin currently doesn't work with lua 5.2, only 5.1
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-i686/geany-plugins.install (from rev 85998, geany-plugins/trunk/geany-plugins.install)
===================================================================
--- community-staging-i686/geany-plugins.install	                        (rev 0)
+++ community-staging-i686/geany-plugins.install	2013-03-10 22:27:40 UTC (rev 85999)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 85998, geany-plugins/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-03-10 22:27:40 UTC (rev 85999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
+# Contributor: djgera
+# Contributor: Patrick Melo <patrick at patrickmelo.eti.br>
+
+pkgname=geany-plugins
+pkgver=1.23
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany=$pkgver" 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte'
+         'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+options=('!libtool')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # The geanylua plugin currently doesn't work with lua 5.2, only 5.1
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-x86_64/geany-plugins.install (from rev 85998, geany-plugins/trunk/geany-plugins.install)
===================================================================
--- community-staging-x86_64/geany-plugins.install	                        (rev 0)
+++ community-staging-x86_64/geany-plugins.install	2013-03-10 22:27:40 UTC (rev 85999)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list