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

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:45:31
  Author: bisson
Revision: 139030

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 139029, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-i686/geany-plugins.install
(from rev 139029, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-staging-i686/libgit2-0.23.patch
(from rev 139029, geany-plugins/trunk/libgit2-0.23.patch)
  geany-plugins/repos/community-staging-x86_64/
  geany-plugins/repos/community-staging-x86_64/PKGBUILD
(from rev 139029, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-staging-x86_64/geany-plugins.install
(from rev 139029, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-staging-x86_64/libgit2-0.23.patch
(from rev 139029, geany-plugins/trunk/libgit2-0.23.patch)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/geany-plugins.install   |   14 +++
 community-staging-i686/libgit2-0.23.patch  |   12 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/geany-plugins.install |   14 +++
 community-staging-x86_64/libgit2-0.23.patch|   12 ++
 6 files changed, 138 insertions(+)

Copied: geany-plugins/repos/community-staging-i686/PKGBUILD (from rev 139029, 
geany-plugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-31 19:45:31 UTC (rev 139030)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
+'libgit2-0.23.patch')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
+'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -p1 -i ../libgit2-0.23.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-staging-i686/geany-plugins.install (from 
rev 139029, geany-plugins/trunk/geany-plugins.install)
===
--- community-staging-i686/geany-plugins.install
(rev 0)
+++ community-staging-i686/geany-plugins.install2015-08-31 19:45:31 UTC 
(rev 139030)
@@ -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-i686/libgit2-0.23.patch (from rev 
139029, geany-plugins/trunk/libgit2-0.23.patch)
===
--- community-staging-i686/libgit2-0.23.patch   (rev 0)
+++ community-staging-i686/libgit2-0.23.patch   2015-08-31 19:45:31 UTC (rev 
139030)
@@ -0,0 +1,12 @@
+diff -Naur old/git-changebar/src/gcb-plugin.c 
new/git-changebar/src/gcb-plugin.c
+--- old/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:32.343517032 -1000
 new/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:56.677041414 -1000
+@@ -656,7 +656,7 @@
+   opts.flags = GIT_DIFF_FORCE_TEXT;
+   
+   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
+-  buf, len, NULL, , NULL, hunk_cb, NULL, 
payload);
++  buf, len, NULL, , NULL, NULL, hunk_cb, NULL, 
payload);
+   
+   if (free_buf) {
+ g_free (buf);

Copied: geany-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 139029, 
geany-plugins/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-31 19:45:31 

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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 19:48:50
  Author: arodseth
Revision: 137742

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

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

+
 /PKGBUILD  |   72 +++
 /geany-plugins.install |   28 
 community-i686/PKGBUILD|   38 
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/geany-plugins.install |   14 --
 6 files changed, 100 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-02 17:48:38 UTC (rev 137741)
+++ community-i686/PKGBUILD 2015-08-02 17:48:50 UTC (rev 137742)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.25
-pkgrel=1
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib
-#--disable-geanypy \
-#--disable-debugger
-  make 
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 137741, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 17:48:50 UTC (rev 137742)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=2
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2015-08-02 17:48:38 UTC (rev 
137741)
+++ community-i686/geany-plugins.install2015-08-02 17:48:50 UTC (rev 
137742)
@@ -1,14 +0,0 @@
-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-i686/geany-plugins.install (from rev 
137741, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2015-08-02 17:48:50 UTC (rev 
137742)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t 

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

2015-07-26 Thread Alexander Rødseth
Date: Monday, July 27, 2015 @ 00:58:47
  Author: arodseth
Revision: 137461

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

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

+
 /PKGBUILD  |   76 +++
 /geany-plugins.install |   28 +++
 community-i686/PKGBUILD|   39 ---
 community-i686/geany-plugins.install   |   14 -
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/geany-plugins.install |   14 -
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-26 22:58:35 UTC (rev 137460)
+++ community-i686/PKGBUILD 2015-07-26 22:58:47 UTC (rev 137461)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.24
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Disabling geanypy because it doesn't compile
-  # Disabling debugger because it makes geany crash, see FS#42417
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-geanypy \
---disable-debugger
-  make 
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 137460, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-26 22:58:47 UTC (rev 137461)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.25
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+#--disable-geanypy \
+#--disable-debugger
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2015-07-26 22:58:35 UTC (rev 
137460)
+++ community-i686/geany-plugins.install2015-07-26 22:58:47 UTC (rev 
137461)
@@ -1,14 +0,0 @@
-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-i686/geany-plugins.install (from rev 
137460, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2015-07-26 22:58:47 UTC (rev 
137461)
@@ 

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

2014-10-20 Thread Alexander Rødseth
Date: Monday, October 20, 2014 @ 15:36:34
  Author: arodseth
Revision: 121066

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

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

+
 /PKGBUILD  |   78 +++
 /geany-plugins.install |   28 +++
 community-i686/PKGBUILD|   33 -
 community-i686/geany-plugins.install   |   14 -
 community-x86_64/PKGBUILD  |   33 -
 community-x86_64/geany-plugins.install |   14 -
 6 files changed, 106 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-20 13:36:24 UTC (rev 121065)
+++ community-i686/PKGBUILD 2014-10-20 13:36:34 UTC (rev 121066)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.24
-pkgrel=1
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 121065, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-20 13:36:34 UTC (rev 121066)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.24
+pkgrel=2
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Disabling geanypy because it doesn't compile
+  # Disabling debugger because it makes geany crash, see FS#42417
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-geanypy \
+--disable-debugger
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2014-10-20 13:36:24 UTC (rev 
121065)
+++ community-i686/geany-plugins.install2014-10-20 13:36:34 UTC (rev 
121066)
@@ -1,14 +0,0 @@
-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-i686/geany-plugins.install (from rev 
121065, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2014-10-20 13:36:34 UTC (rev 
121066)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  

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

2014-04-13 Thread Alexander Rødseth
Date: Sunday, April 13, 2014 @ 22:12:27
  Author: arodseth
Revision: 109348

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

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

+
 /PKGBUILD  |   66 +++
 /geany-plugins.install |   28 +
 community-i686/PKGBUILD|   35 
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   35 
 community-x86_64/geany-plugins.install |   14 --
 6 files changed, 94 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-13 20:12:15 UTC (rev 109347)
+++ community-i686/PKGBUILD 2014-04-13 20:12:27 UTC (rev 109348)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.23
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
-optdepends=('hspell: hebrew spell checker')
-install=$pkgname.install
-source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./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-i686/PKGBUILD (from rev 109347, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-13 20:12:27 UTC (rev 109348)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.24
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
+optdepends=('hspell: hebrew spell checker')
+install=$pkgname.install
+source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2014-04-13 20:12:15 UTC (rev 
109347)
+++ community-i686/geany-plugins.install2014-04-13 20:12:27 UTC (rev 
109348)
@@ -1,14 +0,0 @@
-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-i686/geany-plugins.install (from rev 
109347, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2014-04-13 20:12:27 UTC (rev 
109348)
@@ -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:

Deleted: community-x86_64/PKGBUILD

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

2013-05-20 Thread Alexander Rødseth
Date: Monday, May 20, 2013 @ 21:14:00
  Author: arodseth
Revision: 91272

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

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

+
 /PKGBUILD  |   72 +++
 /geany-plugins.install |   28 
 community-i686/PKGBUILD|   36 ---
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   36 ---
 community-x86_64/geany-plugins.install |   14 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-20 19:11:49 UTC (rev 91271)
+++ community-i686/PKGBUILD 2013-05-20 19:14:00 UTC (rev 91272)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@patrickmelo.eti.br
-
-pkgname=geany-plugins
-pkgver=1.23
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' '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
-
-  ./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-i686/PKGBUILD (from rev 91271, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-20 19:14:00 UTC (rev 91272)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.23
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' '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
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2013-05-20 19:11:49 UTC (rev 
91271)
+++ community-i686/geany-plugins.install2013-05-20 19:14:00 UTC (rev 
91272)
@@ -1,14 +0,0 @@
-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-i686/geany-plugins.install (from rev 
91271, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2013-05-20 19:14:00 UTC (rev 
91272)
@@ -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:

Deleted: 

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

2013-05-09 Thread Alexander Rødseth
Date: Friday, May 10, 2013 @ 01:30:17
  Author: arodseth
Revision: 90241

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

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

+
 /PKGBUILD  |   72 +++
 /geany-plugins.install |   28 
 community-i686/PKGBUILD|   37 ---
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/geany-plugins.install |   14 --
 6 files changed, 100 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-09 23:30:04 UTC (rev 90240)
+++ community-i686/PKGBUILD 2013-05-09 23:30:17 UTC (rev 90241)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
-# Contributor: djgera
-# Contributor: Patrick Melo patr...@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-i686/PKGBUILD (from rev 90240, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-09 23:30:17 UTC (rev 90241)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve  
+# Contributor: djgera
+# Contributor: Patrick Melo patr...@patrickmelo.eti.br
+
+pkgname=geany-plugins
+pkgver=1.23
+pkgrel=2
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=(geany=$pkgver 'gtkspell' 'webkitgtk2' '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
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2013-05-09 23:30:04 UTC (rev 
90240)
+++ community-i686/geany-plugins.install2013-05-09 23:30:17 UTC (rev 
90241)
@@ -1,14 +0,0 @@
-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-i686/geany-plugins.install (from rev 
90240, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ community-i686/geany-plugins.install2013-05-09 23:30:17 UTC (rev 
90241)
@@ -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() {
+