[arch-commits] Commit in gtkspell3/repos (4 files)

Jan Steffens heftig at archlinux.org
Tue Sep 27 14:29:10 UTC 2016


    Date: Tuesday, September 27, 2016 @ 14:29:09
  Author: heftig
Revision: 190674

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

Added:
  gtkspell3/repos/community-i686/PKGBUILD
    (from rev 190673, gtkspell3/trunk/PKGBUILD)
  gtkspell3/repos/community-x86_64/PKGBUILD
    (from rev 190673, gtkspell3/trunk/PKGBUILD)
Deleted:
  gtkspell3/repos/community-i686/PKGBUILD
  gtkspell3/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-09-27 14:24:19 UTC (rev 190673)
+++ community-i686/PKGBUILD	2016-09-27 14:29:09 UTC (rev 190674)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gtkspell3
-pkgver=3.0.8
-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' 'gobject-introspection' 'vala' 'python2')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('011a0ce3f7c2f4b3a5b8f54c55927cdd73e1abf591a284a6d66cfb4cfe2d3fff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkspell3/repos/community-i686/PKGBUILD (from rev 190673, gtkspell3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-09-27 14:29:09 UTC (rev 190674)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gtkspell3
+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"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+source=(http://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
+sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-09-27 14:24:19 UTC (rev 190673)
+++ community-x86_64/PKGBUILD	2016-09-27 14:29:09 UTC (rev 190674)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=gtkspell3
-pkgver=3.0.8
-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' 'gobject-introspection' 'vala' 'python2')
-source=(http://gtkspell.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('011a0ce3f7c2f4b3a5b8f54c55927cdd73e1abf591a284a6d66cfb4cfe2d3fff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gtkspell3/repos/community-x86_64/PKGBUILD (from rev 190673, gtkspell3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-09-27 14:29:09 UTC (rev 190674)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=gtkspell3
+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"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+source=(http://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz)
+sha256sums=('a4f4a4a2789f7499563e26d96b22d8085222ebe278da47d026b2de782b8b4d26')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list