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

2019-12-10 Thread Jelle van der Waa via arch-commits
Date: Tuesday, December 10, 2019 @ 09:06:38
  Author: jelle
Revision: 536493

upgpkg: gtkspell3 3.0.10-2

Remove python2 build dep

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 08:52:16 UTC (rev 536492)
+++ PKGBUILD2019-12-10 09:06:38 UTC (rev 536493)
@@ -4,13 +4,13 @@
 
 pkgname=gtkspell3
 pkgver=3.0.10
-pkgrel=1
+pkgrel=2
 url="http://gtkspell.sourceforge.net/;
 pkgdesc="Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget"
 arch=('x86_64')
 license=('GPL')
 depends=('gtk3' 'enchant')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+makedepends=('intltool' 'gobject-introspection' 'vala')
 source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
 sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732')
 


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

2018-12-11 Thread Balló György via arch-commits
Date: Tuesday, December 11, 2018 @ 14:52:22
  Author: bgyorgy
Revision: 415352

upgpkg: gtkspell3 3.0.10-1

Update to new version

Modified:
  gtkspell3/trunk/PKGBUILD
Deleted:
  gtkspell3/trunk/enchant-2.patch

-+
 PKGBUILD|   17 -
 enchant-2.patch |   20 
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 14:48:29 UTC (rev 415351)
+++ PKGBUILD2018-12-11 14:52:22 UTC (rev 415352)
@@ -3,8 +3,8 @@
 # Contributor: Ben 
 
 pkgname=gtkspell3
-pkgver=3.0.9
-pkgrel=3
+pkgver=3.0.10
+pkgrel=1
 url="http://gtkspell.sourceforge.net/;
 pkgdesc="Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget"
 arch=('x86_64')
@@ -11,18 +11,9 @@
 license=('GPL')
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz
-enchant-2.patch)
-sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26'
-'17355439e8540e02591e398bc8fd2abfce708157cc116bfd93feab214613cbd3')
+source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
+sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../enchant-2.patch
-  sed -e 's/enchant/enchant-2/g' -i configure.ac
-  autoreconf -vi
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Deleted: enchant-2.patch
===
--- enchant-2.patch 2018-12-11 14:48:29 UTC (rev 415351)
+++ enchant-2.patch 2018-12-11 14:52:22 UTC (rev 415352)
@@ -1,20 +0,0 @@
 gtkspell3-3.0.9/gtkspell/gtkspell.c.orig   2016-08-06 09:43:17.0 
+
-+++ gtkspell3-3.0.9/gtkspell/gtkspell.c2017-11-22 12:07:52.716086700 
+
-@@ -353,7 +353,7 @@
-   get_word_extents_from_mark (spell->priv->buffer, , , 
spell->priv->mark_click);
-   word = gtk_text_buffer_get_text (spell->priv->buffer, , , FALSE);
- 
--  enchant_dict_add_to_pwl (spell->priv->speller, word, strlen (word));
-+  enchant_dict_add (spell->priv->speller, word, strlen (word));
- 
-   gtk_spell_checker_recheck_all (spell);
- 
-@@ -1246,7 +1246,7 @@
- void
- gtk_spell_checker_add_to_dictionary (GtkSpellChecker *spell, const gchar 
*word)
- {
--  enchant_dict_add_to_pwl (spell->priv->speller, word, strlen (word));
-+  enchant_dict_add (spell->priv->speller, word, strlen (word));
-   gtk_spell_checker_recheck_all (spell);
- }
- 


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

2018-01-15 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 16, 2018 @ 07:56:00
  Author: arojas
Revision: 283041

enchant 2.2.1 rebuild

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-16 07:53:14 UTC (rev 283040)
+++ PKGBUILD2018-01-16 07:56:00 UTC (rev 283041)
@@ -5,7 +5,7 @@
 
 pkgname=gtkspell3
 pkgver=3.0.9
-pkgrel=2
+pkgrel=3
 url="http://gtkspell.sourceforge.net/;
 pkgdesc="Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget"
 arch=('x86_64')
@@ -20,6 +20,8 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../enchant-2.patch
+  sed -e 's/enchant/enchant-2/g' -i configure.ac
+  autoreconf -vi
 }
 
 build() {


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

2017-11-22 Thread Jan de Groot
Date: Wednesday, November 22, 2017 @ 12:13:21
  Author: jgc
Revision: 267944

upgpkg: gtkspell3 3.0.9-2

Added:
  gtkspell3/trunk/enchant-2.patch
Modified:
  gtkspell3/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 enchant-2.patch |   20 
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-22 12:12:34 UTC (rev 267943)
+++ PKGBUILD2017-11-22 12:13:21 UTC (rev 267944)
@@ -5,7 +5,7 @@
 
 pkgname=gtkspell3
 pkgver=3.0.9
-pkgrel=1
+pkgrel=2
 url="http://gtkspell.sourceforge.net/;
 pkgdesc="Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget"
 arch=('x86_64')
@@ -12,9 +12,16 @@
 license=('GPL')
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
-sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26')
+source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz
+enchant-2.patch)
+sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26'
+'17355439e8540e02591e398bc8fd2abfce708157cc116bfd93feab214613cbd3')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../enchant-2.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Added: enchant-2.patch
===
--- enchant-2.patch (rev 0)
+++ enchant-2.patch 2017-11-22 12:13:21 UTC (rev 267944)
@@ -0,0 +1,20 @@
+--- gtkspell3-3.0.9/gtkspell/gtkspell.c.orig   2016-08-06 09:43:17.0 
+
 gtkspell3-3.0.9/gtkspell/gtkspell.c2017-11-22 12:07:52.716086700 
+
+@@ -353,7 +353,7 @@
+   get_word_extents_from_mark (spell->priv->buffer, , , 
spell->priv->mark_click);
+   word = gtk_text_buffer_get_text (spell->priv->buffer, , , FALSE);
+ 
+-  enchant_dict_add_to_pwl (spell->priv->speller, word, strlen (word));
++  enchant_dict_add (spell->priv->speller, word, strlen (word));
+ 
+   gtk_spell_checker_recheck_all (spell);
+ 
+@@ -1246,7 +1246,7 @@
+ void
+ gtk_spell_checker_add_to_dictionary (GtkSpellChecker *spell, const gchar 
*word)
+ {
+-  enchant_dict_add_to_pwl (spell->priv->speller, word, strlen (word));
++  enchant_dict_add (spell->priv->speller, word, strlen (word));
+   gtk_spell_checker_recheck_all (spell);
+ }
+ 


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

2016-12-07 Thread Balló György
Date: Wednesday, December 7, 2016 @ 18:22:20
  Author: bgyorgy
Revision: 198342

Use https source

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 18:21:45 UTC (rev 198341)
+++ PKGBUILD2016-12-07 18:22:20 UTC (rev 198342)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-source=(http://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
+source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
 sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26')
 
 build() {


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

2016-09-27 Thread Jan Steffens
Date: Tuesday, September 27, 2016 @ 14:24:19
  Author: heftig
Revision: 190673

3.0.9-1

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 13:56:24 UTC (rev 190672)
+++ PKGBUILD2016-09-27 14:24:19 UTC (rev 190673)
@@ -4,7 +4,7 @@
 # Contributor: Ben 
 
 pkgname=gtkspell3
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 url="http://gtkspell.sourceforge.net/;
 pkgdesc="Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget"
@@ -12,8 +12,8 @@
 license=('GPL')
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('011a0ce3f7c2f4b3a5b8f54c55927cdd73e1abf591a284a6d66cfb4cfe2d3fff')
+source=(http://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
+sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26')
 
 build() {
   cd $pkgname-$pkgver


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

2015-03-08 Thread Balló György
Date: Sunday, March 8, 2015 @ 20:31:01
  Author: bgyorgy
Revision: 128950

upgpkg: gtkspell3 3.0.7-1

Update to version 3.0.7

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-08 19:20:54 UTC (rev 128949)
+++ PKGBUILD2015-03-08 19:31:01 UTC (rev 128950)
@@ -4,7 +4,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
@@ -13,17 +13,15 @@
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('cdc550a06dc424c8c497672bc54649db')
+md5sums=('f15a7c29b71d6ae343c783af3571c8d2')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }


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

2014-05-09 Thread Balló György
Date: Friday, May 9, 2014 @ 13:42:26
  Author: bgyorgy
Revision: 110900

upgpkg: gtkspell3 3.0.6-1

Update to version 3.0.6

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-09 11:37:14 UTC (rev 110899)
+++ PKGBUILD2014-05-09 11:42:26 UTC (rev 110900)
@@ -4,7 +4,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-pkgver=3.0.4
+pkgver=3.0.6
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
@@ -13,7 +13,7 @@
 depends=('gtk3' 'enchant')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('d25b547507940738cf016936c3452113')
+md5sums=('cdc550a06dc424c8c497672bc54649db')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-09-27 Thread Balló György
Date: Friday, September 27, 2013 @ 22:04:30
  Author: bgyorgy
Revision: 97713

upgpkg: gtkspell3 3.0.4-1

Update to version 3.0.4

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-27 20:01:35 UTC (rev 97712)
+++ PKGBUILD2013-09-27 20:04:30 UTC (rev 97713)
@@ -4,7 +4,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection' 'vala')
 options=('!libtool')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('58f68a0fe9007d9a3d6092b222689320')
+md5sums=('d25b547507940738cf016936c3452113')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-06-11 Thread Balló György
Date: Wednesday, June 12, 2013 @ 06:09:46
  Author: bgyorgy
Revision: 92676

upgpkg: gtkspell3 3.0.3-1

Update to version 3.0.3

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-11 17:35:58 UTC (rev 92675)
+++ PKGBUILD2013-06-12 04:09:46 UTC (rev 92676)
@@ -4,7 +4,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection' 'vala')
 options=('!libtool')
 source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('5db501ead123ffbe8aad7d5f76c44c71')
+md5sums=('58f68a0fe9007d9a3d6092b222689320')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-28 Thread Balló György
Date: Thursday, March 28, 2013 @ 22:25:05
  Author: bgyorgy
Revision: 87234

upgpkg: gtkspell3 3.0.2-1

Uptdate to version 3.0.2

Modified:
  gtkspell3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-28 21:20:42 UTC (rev 87233)
+++ PKGBUILD2013-03-28 21:25:05 UTC (rev 87234)
@@ -4,29 +4,27 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=gtkspell3
-_pkgname=gtkspell
-pkgver=3.0.0.hg20110814
-_pkgver=3.0.0~hg20110814
+pkgver=3.0.2
 pkgrel=1
 url=http://gtkspell.sourceforge.net/;
 pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3' 'enchant')
-makedepends=('intltool')
+makedepends=('intltool' 'gobject-introspection' 'vala')
 options=('!libtool')
-source=(http://pkgbuild.com/~bgyorgy/sources/${pkgname}_$_pkgver.orig.tar.gz)
-md5sums=('7cebcfa281f1f21fcb419f559a3e9e56')
+source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+md5sums=('5db501ead123ffbe8aad7d5f76c44c71')
 
 build() {
-  cd $srcdir/$_pkgname-3.0.0+dev
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd $srcdir/$_pkgname-3.0.0+dev
+  cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 }