[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2020-10-26 Thread Alexander Rødseth via arch-commits
Date: Monday, October 26, 2020 @ 20:18:57
  Author: arodseth
Revision: 734048

upgpkg: geany-plugins 1.37-2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 20:11:59 UTC (rev 734047)
+++ PKGBUILD2020-10-26 20:18:57 UTC (rev 734048)
@@ -5,7 +5,7 @@
 
 pkgname=geany-plugins
 pkgver=1.37
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2020-10-26 Thread Alexander Rødseth via arch-commits
Date: Monday, October 26, 2020 @ 20:05:02
  Author: arodseth
Revision: 734043

upgpkg: geany-plugins 1.37-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 20:00:09 UTC (rev 734042)
+++ PKGBUILD2020-10-26 20:05:02 UTC (rev 734043)
@@ -4,33 +4,27 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.36
-pkgrel=6
+pkgver=1.37
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
 license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 lua51 python vte3 webkit2gtk 
libgit2)
+depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python vte3
+ webkit2gtk)
 makedepends=(cppcheck intltool)
-source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
-9497d829e1b207eb83575dc6f617feecfb89bc16.patch)
-sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
-'SKIP'
-'ecf3c6725c3d9f482274ecdbce66459d168162690beec2c8ff5b6ae9e0e8b318')
-validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('c98f9b1303f4ab9bed7587e749cd0b5594d9136a1bf8ba110900d46a17fa9cd8'
+'SKIP')
+validpgpkeys=('6BEC027CD44552A5B566F28DB7A4039D0630EA07') # Frank Lanitz 

 
 prepare() {
-  cd $pkgname-$pkgver
-
-  # 
https://github.com/geany/geany-plugins/commit/9497d829e1b207eb83575dc6f617feecfb89bc16
-  patch -Np1 -i ../9497d829e1b207eb83575dc6f617feecfb89bc16.patch
-
+  cd "$pkgname-$pkgver"
   autoreconf -fi
 }
 
 build() {
   cd "$pkgname-$pkgver"
-
   export PYTHON=/usr/bin/python
   ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -42,4 +36,3 @@
 }
 
 # getver: plugins.geany.org/downloads.html
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2020-10-17 Thread Felix Yan via arch-commits
Date: Saturday, October 17, 2020 @ 11:10:34
  Author: felixonmars
Revision: 725379

upgpkg: geany-plugins 1.36-6: rebuild with libgit2 1.1.0

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 11:10:28 UTC (rev 725378)
+++ PKGBUILD2020-10-17 11:10:34 UTC (rev 725379)
@@ -5,7 +5,7 @@
 
 pkgname=geany-plugins
 pkgver=1.36
-pkgrel=5
+pkgrel=6
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2020-02-28 Thread Alexander Rødseth via arch-commits
Date: Friday, February 28, 2020 @ 10:59:46
  Author: arodseth
Revision: 585769

temporarily dropping support for libgit2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-28 10:59:06 UTC (rev 585768)
+++ PKGBUILD2020-02-28 10:59:46 UTC (rev 585769)
@@ -5,12 +5,12 @@
 
 pkgname=geany-plugins
 pkgver=1.36
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
 license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3 
webkit2gtk)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 lua51 python vte3 webkit2gtk)
 makedepends=(cppcheck intltool)
 source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
 sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2020-02-24 Thread Alexander Rødseth via arch-commits
Date: Monday, February 24, 2020 @ 17:14:12
  Author: arodseth
Revision: 580661

upgpkg: geany-plugins 1.36-3

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-24 17:12:11 UTC (rev 580660)
+++ PKGBUILD2020-02-24 17:14:12 UTC (rev 580661)
@@ -5,14 +5,14 @@
 
 pkgname=geany-plugins
 pkgver=1.36
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
 license=(GPL)
-depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3 
webkit2gtk)
 makedepends=(cppcheck intltool)
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+source=("$url$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
 sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
 'SKIP')
 validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 



[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2019-10-08 Thread Alexander Rødseth via arch-commits
Date: Tuesday, October 8, 2019 @ 08:06:40
  Author: arodseth
Revision: 514186

upgpkg: geany-plugins 1.36-2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 07:43:50 UTC (rev 514185)
+++ PKGBUILD2019-10-08 08:06:40 UTC (rev 514186)
@@ -5,12 +5,12 @@
 
 pkgname=geany-plugins
 pkgver=1.36
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
 license=(GPL)
-depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python)
+depends=("geany>=$pkgver" ctpl gpgme gtkspell3 libgit2 lua51 python vte3)
 makedepends=(cppcheck intltool)
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
 sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2019-09-29 Thread Alexander Rødseth via arch-commits
Date: Sunday, September 29, 2019 @ 18:09:47
  Author: arodseth
Revision: 512094

upgpkg: geany-plugins 1.36-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-29 18:02:31 UTC (rev 512093)
+++ PKGBUILD2019-09-29 18:09:47 UTC (rev 512094)
@@ -4,8 +4,8 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.35
-pkgrel=2
+pkgver=1.36
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'
@@ -13,7 +13,7 @@
 depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python)
 makedepends=(cppcheck intltool)
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25'
+sha256sums=('ebe18dd699292174622e8cb8745b020ada8a5be3b604ab980af36e8518df7ce6'
 'SKIP')
 validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

 
@@ -27,7 +27,7 @@
   cd "$pkgname-$pkgver"
 
   export PYTHON=/usr/bin/python
-  ./configure --prefix=/usr --libexecdir=/usr/lib
+  ./configure --prefix=/usr --libexecdir=/usr/lib -enable-all
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2019-06-09 Thread Alexander Rødseth via arch-commits
Date: Sunday, June 9, 2019 @ 16:48:36
  Author: arodseth
Revision: 479051

upgpkg: geany-plugins 1.35-2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 16:45:24 UTC (rev 479050)
+++ PKGBUILD2019-06-09 16:48:36 UTC (rev 479051)
@@ -5,7 +5,7 @@
 
 pkgname=geany-plugins
 pkgver=1.35
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=(x86_64)
 url='https://plugins.geany.org/'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2019-05-07 Thread Alexander Rødseth via arch-commits
Date: Tuesday, May 7, 2019 @ 09:58:54
  Author: arodseth
Revision: 461980

upgpkg: geany-plugins 1.35-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-07 09:56:04 UTC (rev 461979)
+++ PKGBUILD2019-05-07 09:58:54 UTC (rev 461980)
@@ -4,18 +4,18 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.34
+pkgver=1.35
 pkgrel=1
 pkgdesc='Plugins for Geany'
-arch=('x86_64')
+arch=(x86_64)
 url='https://plugins.geany.org/'
-license=('GPL')
-depends=('ctpl' "geany>=$pkgver" 'gpgme' 'gtkspell3' 'libgit2' 'lua51' 
'python')
-makedepends=('cppcheck' 'intltool')
+license=(GPL)
+depends=(ctpl "geany>=$pkgver" gpgme gtkspell3 libgit2 lua51 python)
+makedepends=(cppcheck intltool)
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha256sums=('244417c681636e82a63cf6f9901b5b7f3889168f7d9b5ba9b45601767a589c3b'
+sha256sums=('b3718ad31c02e178aec108045109b456ef81052b0951ae294b0bf7ce3ff2cb25'
 'SKIP')
-validpgpkeys=('6D0E68FCE198824C27C90EB0B507ACD04BA283C9') # Frank Lanitz 

+validpgpkeys=(6D0E68FCE198824C27C90EB0B507ACD04BA283C9) # Frank Lanitz 

 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD enchant-2.patch)

2018-12-18 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 18, 2018 @ 10:44:17
  Author: arodseth
Revision: 416641

upgpkg: geany-plugins 1.34-1

Modified:
  geany-plugins/trunk/PKGBUILD
Deleted:
  geany-plugins/trunk/enchant-2.patch

-+
 PKGBUILD|   19 +++
 enchant-2.patch |   52 
 2 files changed, 7 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 10:16:51 UTC (rev 416640)
+++ PKGBUILD2018-12-18 10:44:17 UTC (rev 416641)
@@ -1,11 +1,11 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Angel 'angvp' Velasquez 
 # Contributor: Gerardo Exequiel Pozzi 
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.33
-pkgrel=3
+pkgver=1.34
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
@@ -12,19 +12,14 @@
 license=('GPL')
 depends=('ctpl' "geany>=$pkgver" 'gpgme' 'gtkspell3' 'libgit2' 'lua51' 
'python')
 makedepends=('cppcheck' 'intltool')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
-
"https://github.com/geany/geany-plugins/commit/3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch;)
-sha256sums=('12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2'
-'SKIP'
-'1e71e3aec1acbfb9a1e5bb803504bf8cc6feaf999dc24fb1e4d30760e3aacb99')
-validpgpkeys=('CD38C008828C2EF1B63A8ED1B5688B006F78F01E') # Frank Lanitz 

+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('244417c681636e82a63cf6f9901b5b7f3889168f7d9b5ba9b45601767a589c3b'
+'SKIP')
+validpgpkeys=('6D0E68FCE198824C27C90EB0B507ACD04BA283C9') # Frank Lanitz 

 
 prepare() {
   cd $pkgname-$pkgver
 
-  # backport fix for https://github.com/geany/geany-plugins/pull/729
-  patch -p1 < ../3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch
-
   autoreconf -fi
 }
 

Deleted: enchant-2.patch
===
--- enchant-2.patch 2018-12-18 10:16:51 UTC (rev 416640)
+++ enchant-2.patch 2018-12-18 10:44:17 UTC (rev 416641)
@@ -1,52 +0,0 @@
 geany-plugins-1.32/spellcheck/src/speller.c.orig   2017-10-17 
04:58:25.0 +
-+++ geany-plugins-1.32/spellcheck/src/speller.c2017-11-23 
09:20:27.280196692 +
-@@ -470,7 +470,7 @@
-   g_return_if_fail(sc_speller_dict != NULL);
-   g_return_if_fail(word != NULL);
- 
--  enchant_dict_add_to_pwl(sc_speller_dict, word, -1);
-+  enchant_dict_add(sc_speller_dict, word, -1);
- }
- 
- gboolean sc_speller_dict_check(const gchar *word)
-@@ -518,24 +518,6 @@
-   if (sc_speller_dict != NULL)
-   enchant_broker_free_dict(sc_speller_broker, sc_speller_dict);
- 
--#if HAVE_ENCHANT_1_5
--  {
--  const gchar *old_path;
--  gchar *new_path;
--
--  /* add custom dictionary path for myspell (primarily used on 
Windows) */
--  old_path = enchant_broker_get_param(sc_speller_broker, 
"enchant.myspell.dictionary.path");
--  if (old_path != NULL)
--  new_path = g_strconcat(
--  old_path, G_SEARCHPATH_SEPARATOR_S, 
sc_info->dictionary_dir, NULL);
--  else
--  new_path = sc_info->dictionary_dir;
--
--  enchant_broker_set_param(sc_speller_broker, 
"enchant.myspell.dictionary.path", new_path);
--  if (new_path != sc_info->dictionary_dir)
--  g_free(new_path);
--  }
--#endif
-   create_dicts_array();
- 
-   /* Check if the stored default dictionary is (still) available, fall 
back to the first
 geany-plugins-1.32/build/spellcheck.m4.orig2017-07-16 
19:00:27.0 +
-+++ geany-plugins-1.32/build/spellcheck.m4 2018-01-21 21:56:47.533646705 
+
-@@ -4,11 +4,11 @@
- 
- ENCHANT_VERSION=1.3
- OPT_ENCHANT_VERSION=1.5
--PKG_CHECK_MODULES([ENCHANT], [enchant >= ${OPT_ENCHANT_VERSION}],
-+PKG_CHECK_MODULES([ENCHANT], [enchant-2 >= ${OPT_ENCHANT_VERSION}],
-   have_enchant_1_5=yes,
-   have_enchant_1_5=no)
- GP_CHECK_PLUGIN_DEPS([spellcheck], [ENCHANT],
-- [enchant >= ${ENCHANT_VERSION}])
-+ [enchant-2 >= ${ENCHANT_VERSION}])
- 
- AM_CONDITIONAL([HAVE_ENCHANT_1_5], [test "$have_enchant_1_5" = yes])
- GP_COMMIT_PLUGIN_STATUS([Spellcheck])


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2018-04-05 Thread Alexander Rødseth via arch-commits
Date: Thursday, April 5, 2018 @ 09:13:14
  Author: arodseth
Revision: 314410

upgpkg: geany-plugins 1.33-3

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-05 08:56:53 UTC (rev 314409)
+++ PKGBUILD2018-04-05 09:13:14 UTC (rev 314410)
@@ -6,12 +6,12 @@
 
 pkgname=geany-plugins
 pkgver=1.33
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
 license=('GPL')
-depends=("geany>=$pkgver" 'ctpl' 'gpgme' 'gtkspell3' 'libgit2' 'lua51')
+depends=('ctpl' "geany>=$pkgver" 'gpgme' 'gtkspell3' 'libgit2' 'lua51' 
'python')
 makedepends=('cppcheck' 'intltool')
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
 
"https://github.com/geany/geany-plugins/commit/3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch;)
@@ -32,9 +32,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  # Looking forward to Python 3 being supported
-  export PYTHON=/usr/bin/python2
-
+  export PYTHON=/usr/bin/python
   ./configure --prefix=/usr --libexecdir=/usr/lib
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2018-03-22 Thread Eli Schwartz via arch-commits
Date: Thursday, March 22, 2018 @ 19:11:49
  Author: eschwartz
Revision: 310721

upgpkg: geany-plugins 1.33-2

Add PGP signatures
Fix FS#57917 -- backport patch to fix spellchecker's enchant-2 detection

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-22 18:50:27 UTC (rev 310720)
+++ PKGBUILD2018-03-22 19:11:49 UTC (rev 310721)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.33
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
@@ -13,12 +13,19 @@
 license=('GPL')
 depends=("geany>=$pkgver" 'ctpl' 'gpgme' 'gtkspell3' 'libgit2' 'lua51')
 makedepends=('cppcheck' 'intltool')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2"{,.sig}
+
"https://github.com/geany/geany-plugins/commit/3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch;)
+sha256sums=('12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2'
+'SKIP'
+'1e71e3aec1acbfb9a1e5bb803504bf8cc6feaf999dc24fb1e4d30760e3aacb99')
+validpgpkeys=('CD38C008828C2EF1B63A8ED1B5688B006F78F01E') # Frank Lanitz 

 
 prepare() {
   cd $pkgname-$pkgver
 
+  # backport fix for https://github.com/geany/geany-plugins/pull/729
+  patch -p1 < ../3d02ec2a2b0d3ccfeb28503534b95e60861e6fe8.patch
+
   autoreconf -fi
 }
 


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2018-03-02 Thread Alexander Rødseth via arch-commits
Date: Friday, March 2, 2018 @ 22:25:44
  Author: arodseth
Revision: 301636

upgpkg: geany-plugins 1.33-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-02 22:18:16 UTC (rev 301635)
+++ PKGBUILD2018-03-02 22:25:44 UTC (rev 301636)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.32
-pkgrel=4
+pkgver=1.33
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
@@ -13,14 +13,12 @@
 license=('GPL')
 depends=("geany>=$pkgver" 'ctpl' 'gpgme' 'gtkspell3' 'libgit2' 'lua51')
 makedepends=('cppcheck' 'intltool')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
-enchant-2.patch)
-sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117'
-'094a613b600e42de9b23c3586abf25f3b0695eb62ca2d341e82c0a5633fefeb8')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../enchant-2.patch
+
   autoreconf -fi
 }
 


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2018-01-29 Thread Balló György via arch-commits
Date: Monday, January 29, 2018 @ 14:10:42
  Author: bgyorgy
Revision: 287773

upgpkg: geany-plugins 1.32-4

Build with gtk3, disable incompatible plugins: debugger, geanypy, multiterm, 
scope

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-29 14:08:21 UTC (rev 287772)
+++ PKGBUILD2018-01-29 14:10:42 UTC (rev 287773)
@@ -6,14 +6,13 @@
 
 pkgname=geany-plugins
 pkgver=1.32
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
 license=('GPL')
-depends=("geany>=$pkgver" 'ctpl' 'desktop-file-utils' 'gpgme' 'gtkspell' 
'libgit2' 'lua51' 'pygtk' 'python2' 'vte')
-makedepends=('cppcheck' 'gdb' 'intltool' 'libgit2' 'vala')
-optdepends=('hspell: hebrew spell checker')
+depends=("geany>=$pkgver" 'ctpl' 'gpgme' 'gtkspell3' 'libgit2' 'lua51')
+makedepends=('cppcheck' 'intltool')
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
 enchant-2.patch)
 sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD enchant-2.patch)

2018-01-21 Thread Jan de Groot via arch-commits
Date: Sunday, January 21, 2018 @ 21:59:58
  Author: jgc
Revision: 284801

upgpkg: geany-plugins 1.32-3

Extend patch for enchant-2 library rename

Modified:
  geany-plugins/trunk/PKGBUILD
  geany-plugins/trunk/enchant-2.patch

-+
 PKGBUILD|5 +++--
 enchant-2.patch |   16 
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-21 21:05:25 UTC (rev 284800)
+++ PKGBUILD2018-01-21 21:59:58 UTC (rev 284801)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.32
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
@@ -17,11 +17,12 @@
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
 enchant-2.patch)
 sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117'
-'99f160f002544550294f36366e3037ec2fe9c91efb9365c106a31a46cda6efb0')
+'094a613b600e42de9b23c3586abf25f3b0695eb62ca2d341e82c0a5633fefeb8')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../enchant-2.patch
+  autoreconf -fi
 }
 
 build() {

Modified: enchant-2.patch
===
--- enchant-2.patch 2018-01-21 21:05:25 UTC (rev 284800)
+++ enchant-2.patch 2018-01-21 21:59:58 UTC (rev 284801)
@@ -34,3 +34,19 @@
create_dicts_array();
  
/* Check if the stored default dictionary is (still) available, fall 
back to the first
+--- geany-plugins-1.32/build/spellcheck.m4.orig2017-07-16 
19:00:27.0 +
 geany-plugins-1.32/build/spellcheck.m4 2018-01-21 21:56:47.533646705 
+
+@@ -4,11 +4,11 @@
+ 
+ ENCHANT_VERSION=1.3
+ OPT_ENCHANT_VERSION=1.5
+-PKG_CHECK_MODULES([ENCHANT], [enchant >= ${OPT_ENCHANT_VERSION}],
++PKG_CHECK_MODULES([ENCHANT], [enchant-2 >= ${OPT_ENCHANT_VERSION}],
+   have_enchant_1_5=yes,
+   have_enchant_1_5=no)
+ GP_CHECK_PLUGIN_DEPS([spellcheck], [ENCHANT],
+- [enchant >= ${ENCHANT_VERSION}])
++ [enchant-2 >= ${ENCHANT_VERSION}])
+ 
+ AM_CONDITIONAL([HAVE_ENCHANT_1_5], [test "$have_enchant_1_5" = yes])
+ GP_COMMIT_PLUGIN_STATUS([Spellcheck])


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD enchant-2.patch)

2017-11-23 Thread Jan de Groot
Date: Thursday, November 23, 2017 @ 09:29:33
  Author: jgc
Revision: 268182

upgpkg: geany-plugins 1.32-2

enchant rebuild

Added:
  geany-plugins/trunk/enchant-2.patch
Modified:
  geany-plugins/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 enchant-2.patch |   36 
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 09:25:45 UTC (rev 268181)
+++ PKGBUILD2017-11-23 09:29:33 UTC (rev 268182)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.32
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
@@ -14,9 +14,16 @@
 depends=("geany>=$pkgver" 'ctpl' 'desktop-file-utils' 'gpgme' 'gtkspell' 
'libgit2' 'lua51' 'pygtk' 'python2' 'vte')
 makedepends=('cppcheck' 'gdb' 'intltool' 'libgit2' 'vala')
 optdepends=('hspell: hebrew spell checker')
-source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
+enchant-2.patch)
+sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117'
+'99f160f002544550294f36366e3037ec2fe9c91efb9365c106a31a46cda6efb0')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../enchant-2.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
 
@@ -24,6 +31,7 @@
   export PYTHON=/usr/bin/python2
 
   ./configure --prefix=/usr --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: enchant-2.patch
===
--- enchant-2.patch (rev 0)
+++ enchant-2.patch 2017-11-23 09:29:33 UTC (rev 268182)
@@ -0,0 +1,36 @@
+--- geany-plugins-1.32/spellcheck/src/speller.c.orig   2017-10-17 
04:58:25.0 +
 geany-plugins-1.32/spellcheck/src/speller.c2017-11-23 
09:20:27.280196692 +
+@@ -470,7 +470,7 @@
+   g_return_if_fail(sc_speller_dict != NULL);
+   g_return_if_fail(word != NULL);
+ 
+-  enchant_dict_add_to_pwl(sc_speller_dict, word, -1);
++  enchant_dict_add(sc_speller_dict, word, -1);
+ }
+ 
+ gboolean sc_speller_dict_check(const gchar *word)
+@@ -518,24 +518,6 @@
+   if (sc_speller_dict != NULL)
+   enchant_broker_free_dict(sc_speller_broker, sc_speller_dict);
+ 
+-#if HAVE_ENCHANT_1_5
+-  {
+-  const gchar *old_path;
+-  gchar *new_path;
+-
+-  /* add custom dictionary path for myspell (primarily used on 
Windows) */
+-  old_path = enchant_broker_get_param(sc_speller_broker, 
"enchant.myspell.dictionary.path");
+-  if (old_path != NULL)
+-  new_path = g_strconcat(
+-  old_path, G_SEARCHPATH_SEPARATOR_S, 
sc_info->dictionary_dir, NULL);
+-  else
+-  new_path = sc_info->dictionary_dir;
+-
+-  enchant_broker_set_param(sc_speller_broker, 
"enchant.myspell.dictionary.path", new_path);
+-  if (new_path != sc_info->dictionary_dir)
+-  g_free(new_path);
+-  }
+-#endif
+   create_dicts_array();
+ 
+   /* Check if the stored default dictionary is (still) available, fall 
back to the first


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-11-22 Thread Alexander Rødseth
Date: Wednesday, November 22, 2017 @ 09:06:18
  Author: arodseth
Revision: 267892

upgpkg: geany-plugins 1.32-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 08:57:00 UTC (rev 267891)
+++ PKGBUILD2017-11-22 09:06:18 UTC (rev 267892)
@@ -5,18 +5,17 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.31
+pkgver=1.32
 pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64')
 url='https://plugins.geany.org/'
 license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils'
- 'lua51' 'libgit2' 'python2' 'pygtk')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+depends=("geany>=$pkgver" 'ctpl' 'desktop-file-utils' 'gpgme' 'gtkspell' 
'libgit2' 'lua51' 'pygtk' 'python2' 'vte')
+makedepends=('cppcheck' 'gdb' 'intltool' 'libgit2' 'vala')
 optdepends=('hspell: hebrew spell checker')
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25')
+sha256sums=('78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-07-23 Thread Alexander Rødseth
Date: Sunday, July 23, 2017 @ 22:28:47
  Author: arodseth
Revision: 246151

upgpkg: geany-plugins 1.31-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-23 22:24:55 UTC (rev 246150)
+++ PKGBUILD2017-07-23 22:28:47 UTC (rev 246151)
@@ -21,7 +21,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  # Looking forward to Python 3 being supported instead
+  # Looking forward to Python 3 being supported
   export PYTHON=/usr/bin/python2
 
   ./configure --prefix=/usr --libexecdir=/usr/lib


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-07-19 Thread Alexander Rødseth
Date: Wednesday, July 19, 2017 @ 12:46:46
  Author: arodseth
Revision: 245668

upgpkg: geany-plugins 1.31-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-19 12:15:35 UTC (rev 245667)
+++ PKGBUILD2017-07-19 12:46:46 UTC (rev 245668)
@@ -1,26 +1,29 @@
 # $Id$
 # Maintainer: Alexander F Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: djgera
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Gerardo Exequiel Pozzi 
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.30
-pkgrel=2
+pkgver=1.31
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
+url='https://plugins.geany.org/'
 license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2' 'python2')
+depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils'
+ 'lua51' 'libgit2' 'python2' 'pygtk')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b')
+sha256sums=('76bd9e803db5a626b86669f08330cf95b8cc35057a1cdf65759bc00aef120e25')
 
 build() {
   cd "$pkgname-$pkgver"
 
+  # Looking forward to Python 3 being supported instead
+  export PYTHON=/usr/bin/python2
+
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make
 }


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-07-09 Thread Alexander Rødseth
Date: Sunday, July 9, 2017 @ 13:40:38
  Author: arodseth
Revision: 243406

upgpkg: geany-plugins 1.30-2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-09 13:36:32 UTC (rev 243405)
+++ PKGBUILD2017-07-09 13:40:38 UTC (rev 243406)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.30
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte'
  'desktop-file-utils' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2' 'python2')
 optdepends=('hspell: hebrew spell checker')
 source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
 sha256sums=('8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b')
@@ -30,4 +30,4 @@
 }
 
 # getver: plugins.geany.org/downloads.html
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-03-14 Thread Alexander Rødseth
Date: Tuesday, March 14, 2017 @ 12:00:49
  Author: arodseth
Revision: 216235

upgpkg: geany-plugins 1.30-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 11:49:21 UTC (rev 216234)
+++ PKGBUILD2017-03-14 12:00:49 UTC (rev 216235)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.29
-pkgrel=4
+pkgver=1.30
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -15,8 +15,8 @@
  'desktop-file-utils' 'lua51' 'libgit2')
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7')
+source=("https://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('8adb90645d273d9549e1fa99b69ea87dc1fd612f7467eb18eee11a6b30c9ba5b')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-02-25 Thread Lukas Fleischer
Date: Saturday, February 25, 2017 @ 15:26:00
  Author: lfleischer
Revision: 213776

upgpkg: geany-plugins 1.29-4

libgit2 0.25 rebuild.

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-25 15:22:01 UTC (rev 213775)
+++ PKGBUILD2017-02-25 15:26:00 UTC (rev 213776)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.29
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-01-25 Thread Balló György
Date: Wednesday, January 25, 2017 @ 17:06:30
  Author: bgyorgy
Revision: 209069

upgpkg: geany-plugins 1.29-3

webkit2gtk is not supported, disable webkit support; webhelper, devhelp and 
markdown plugins are no longer available.

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 15:40:29 UTC (rev 209068)
+++ PKGBUILD2017-01-25 17:06:30 UTC (rev 209069)
@@ -6,13 +6,13 @@
 
 pkgname=geany-plugins
 pkgver=1.29
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
 license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkit2gtk' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+depends=("geany>=$pkgver" 'gtkspell' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'lua51' 'libgit2')
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2017-01-25 Thread Alexander Rødseth
Date: Wednesday, January 25, 2017 @ 15:16:29
  Author: arodseth
Revision: 209063

upgpkg: geany-plugins 1.29-2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 15:10:29 UTC (rev 209062)
+++ PKGBUILD2017-01-25 15:16:29 UTC (rev 209063)
@@ -6,12 +6,12 @@
 
 pkgname=geany-plugins
 pkgver=1.29
-pkgrel=1
+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'
+depends=("geany>=$pkgver" 'gtkspell' 'webkit2gtk' 'ctpl' 'gpgme' 'vte'
  'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2016-11-14 Thread Alexander Rødseth
Date: Monday, November 14, 2016 @ 22:37:23
  Author: arodseth
Revision: 195922

upgpkg: geany-plugins 1.29-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 21:56:21 UTC (rev 195921)
+++ PKGBUILD2016-11-14 22:37:23 UTC (rev 195922)
@@ -5,7 +5,7 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('b13471e0a4cb76d04a96bb21c965087b50c16390edee0c6b3bbd920d8ac17745')
+sha256sums=('2827e0cf8f58a45759c82b690af5401dbd3ea0ec8dac310e4caea55547637bd7')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2016-07-11 Thread Alexander Rødseth
Date: Monday, July 11, 2016 @ 17:30:48
  Author: arodseth
Revision: 182663

upgpkg: geany-plugins 1.28-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-11 17:18:30 UTC (rev 182662)
+++ PKGBUILD2016-07-11 17:30:48 UTC (rev 182663)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.27
-pkgrel=3
+pkgver=1.28
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
+sha256sums=('b13471e0a4cb76d04a96bb21c965087b50c16390edee0c6b3bbd920d8ac17745')
 
 build() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD geany-plugins.install)

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:03:14
  Author: arodseth
Revision: 175732

upgpkg: geany-plugins 1.27-3

Modified:
  geany-plugins/trunk/PKGBUILD
Deleted:
  geany-plugins/trunk/geany-plugins.install

---+
 PKGBUILD  |3 +--
 geany-plugins.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 17:46:21 UTC (rev 175731)
+++ PKGBUILD2016-05-19 20:03:14 UTC (rev 175732)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.27
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -15,7 +15,6 @@
  '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=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
 

Deleted: geany-plugins.install
===
--- geany-plugins.install   2016-05-19 17:46:21 UTC (rev 175731)
+++ geany-plugins.install   2016-05-19 20:03:14 UTC (rev 175732)
@@ -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:


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD libgit2-0.23.patch)

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:52:53
  Author: arodseth
Revision: 171663

upgpkg: geany-plugins 1.27-2

Modified:
  geany-plugins/trunk/PKGBUILD
Deleted:
  geany-plugins/trunk/libgit2-0.23.patch

+
 PKGBUILD   |2 +-
 libgit2-0.23.patch |   12 
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 21:46:27 UTC (rev 171662)
+++ PKGBUILD2016-04-23 21:52:53 UTC (rev 171663)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.27
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'

Deleted: libgit2-0.23.patch
===
--- libgit2-0.23.patch  2016-04-23 21:46:27 UTC (rev 171662)
+++ libgit2-0.23.patch  2016-04-23 21:52:53 UTC (rev 171663)
@@ -1,12 +0,0 @@
-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);


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2016-03-13 Thread Alexander Rødseth
Date: Sunday, March 13, 2016 @ 23:09:36
  Author: arodseth
Revision: 166563

upgpkg: geany-plugins 1.27-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 21:41:38 UTC (rev 166562)
+++ PKGBUILD2016-03-13 22:09:36 UTC (rev 166563)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel 'angvp' Velasquez   
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
 # Contributor: djgera
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.26
+pkgver=1.27
 pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
@@ -17,15 +17,13 @@
 optdepends=('hspell: hebrew spell checker')
 install="$pkgname.install"
 source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd')
+sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib
-  make 
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
 }
 
 package() {
@@ -32,5 +30,5 @@
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# getver: plugins.geany.org/downloads.html
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 20:50:58
  Author: arodseth
Revision: 147398

upgpkg: geany-plugins 1.26-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 19:43:26 UTC (rev 147397)
+++ PKGBUILD2015-11-22 19:50:58 UTC (rev 147398)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.25
-pkgrel=3
+pkgver=1.26
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -16,16 +16,9 @@
 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')
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../libgit2-0.23.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
@@ -39,5 +32,5 @@
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD libgit2-0.23.patch)

2015-08-31 Thread Gaetan Bisson
Date: Monday, August 31, 2015 @ 21:44:58
  Author: bisson
Revision: 139029

rebuild for libgit2-0.23

Added:
  geany-plugins/trunk/libgit2-0.23.patch
Modified:
  geany-plugins/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 libgit2-0.23.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-31 19:42:05 UTC (rev 139028)
+++ PKGBUILD2015-08-31 19:44:58 UTC (rev 139029)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.25
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -16,9 +16,16 @@
 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')
+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"
 

Added: libgit2-0.23.patch
===
--- libgit2-0.23.patch  (rev 0)
+++ libgit2-0.23.patch  2015-08-31 19:44:58 UTC (rev 139029)
@@ -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);


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

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

upgpkg: geany-plugins 1.25-2

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 17:47:42 UTC (rev 137740)
+++ PKGBUILD2015-08-02 17:48:38 UTC (rev 137741)
@@ -6,14 +6,14 @@
 
 pkgname=geany-plugins
 pkgver=1.25
-pkgrel=1
+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')
+ '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;)
@@ -25,8 +25,6 @@
   ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib
-#--disable-geanypy \
-#--disable-debugger
   make 
 }
 


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

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

upgpkg: geany-plugins 1.25-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-26 21:32:11 UTC (rev 137459)
+++ PKGBUILD2015-07-26 22:58:35 UTC (rev 137460)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo patr...@patrickmelo.eti.br
 
 pkgname=geany-plugins
-pkgver=1.24
-pkgrel=2
+pkgver=1.25
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -17,18 +17,16 @@
 optdepends=('hspell: hebrew spell checker')
 install=$pkgname.install
 source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
+sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b')
 
 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
+--libexecdir=/usr/lib
+#--disable-geanypy \
+#--disable-debugger
   make 
 }
 
@@ -36,4 +34,5 @@
   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:


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

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

upgpkg: geany-plugins 1.24-2, see FS#42417

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 13:05:26 UTC (rev 121064)
+++ PKGBUILD2014-10-20 13:36:24 UTC (rev 121065)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -22,7 +22,13 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --libexecdir=/usr/lib
+  # 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 
 }
 


[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

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

upgpkg: geany-plugins 1.24-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-13 17:45:28 UTC (rev 109346)
+++ PKGBUILD2014-04-13 20:12:15 UTC (rev 109347)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo patr...@patrickmelo.eti.br
 
 pkgname=geany-plugins
-pkgver=1.23
-pkgrel=3
+pkgver=1.24
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -17,10 +17,10 @@
 optdepends=('hspell: hebrew spell checker')
 install=$pkgname.install
 source=(http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
+sha256sums=('dcc0414b29ae0160fc3a7adb0a1d6cbd5bd6bfb1900dab03e8774b3cebf6f2ec')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
@@ -27,9 +27,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2013-05-20 Thread Alexander Rødseth
Date: Monday, May 20, 2013 @ 21:11:49
  Author: arodseth
Revision: 91271

upgpkg: geany-plugins 1.23-3

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-20 18:58:42 UTC (rev 91270)
+++ PKGBUILD2013-05-20 19:11:49 UTC (rev 91271)
@@ -6,12 +6,12 @@
 
 pkgname=geany-plugins
 pkgver=1.23
-pkgrel=2
+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'
+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')



[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

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

dependency update

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-09 21:10:16 UTC (rev 90239)
+++ PKGBUILD2013-05-09 23:30:04 UTC (rev 90240)
@@ -6,12 +6,12 @@
 
 pkgname=geany-plugins
 pkgver=1.23
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
 license=('GPL')
-depends=(geany=$pkgver 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte'
+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')
@@ -23,7 +23,6 @@
 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 
 }



[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

2013-03-10 Thread Alexander Rødseth
Date: Sunday, March 10, 2013 @ 23:27:29
  Author: arodseth
Revision: 85998

upgpkg: geany-plugins 1.23-1

Modified:
  geany-plugins/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-10 22:03:28 UTC (rev 85997)
+++ PKGBUILD2013-03-10 22:27:29 UTC (rev 85998)
@@ -5,25 +5,26 @@
 # Contributor: Patrick Melo patr...@patrickmelo.eti.br
 
 pkgname=geany-plugins
-pkgver=1.22
-pkgrel=5
-pkgdesc='Combined plugins release for Geany'
+pkgver=1.23
+pkgrel=1
+pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
 license=('GPL')
-depends=('geany=1.22' 'lua51' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 
'desktop-file-utils' 'gtk-update-icon-cache')
+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=geany-plugins.install
-source=(http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce')
+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 # --disable-geanylua
+  # The geanylua plugin currently doesn't work with lua 5.2, only 5.1
+  ./configure --prefix=/usr --libexecdir=/usr/lib
   make 
 }