Date: Friday, April 8, 2016 @ 15:38:53 Author: bgyorgy Revision: 169739
archrelease: copy trunk to community-i686, community-x86_64 Added: gtkspell3/repos/community-i686/PKGBUILD (from rev 169737, gtkspell3/trunk/PKGBUILD) gtkspell3/repos/community-x86_64/PKGBUILD (from rev 169738, gtkspell3/trunk/PKGBUILD) Deleted: gtkspell3/repos/community-i686/PKGBUILD gtkspell3/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 27 ------------------- community-x86_64/PKGBUILD | 27 ------------------- 3 files changed, 62 insertions(+), 54 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-04-08 13:38:48 UTC (rev 169738) +++ community-i686/PKGBUILD 2016-04-08 13:38:53 UTC (rev 169739) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Roman Kyrylych <ro...@archlinux.org> -# Contributor: Ben <b...@benmazer.net> - -pkgname=gtkspell3 -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" -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) -md5sums=('f15a7c29b71d6ae343c783af3571c8d2') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gtkspell3/repos/community-i686/PKGBUILD (from rev 169737, gtkspell3/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-04-08 13:38:53 UTC (rev 169739) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Roman Kyrylych <ro...@archlinux.org> +# Contributor: Ben <b...@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 +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-04-08 13:38:48 UTC (rev 169738) +++ community-x86_64/PKGBUILD 2016-04-08 13:38:53 UTC (rev 169739) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Roman Kyrylych <ro...@archlinux.org> -# Contributor: Ben <b...@benmazer.net> - -pkgname=gtkspell3 -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" -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) -md5sums=('f15a7c29b71d6ae343c783af3571c8d2') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: gtkspell3/repos/community-x86_64/PKGBUILD (from rev 169738, gtkspell3/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-04-08 13:38:53 UTC (rev 169739) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Roman Kyrylych <ro...@archlinux.org> +# Contributor: Ben <b...@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 +}