Date: Tuesday, December 10, 2019 @ 09:06:45 Author: jelle Revision: 536494
archrelease: copy trunk to community-x86_64 Added: gtkspell3/repos/community-x86_64/PKGBUILD (from rev 536493, gtkspell3/trunk/PKGBUILD) Deleted: gtkspell3/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-12-10 09:06:38 UTC (rev 536493) +++ PKGBUILD 2019-12-10 09:06:45 UTC (rev 536494) @@ -1,30 +0,0 @@ -# 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.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') -license=('GPL') -depends=('gtk3' 'enchant') -makedepends=('intltool' 'gobject-introspection' 'vala' 'python2') -source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz) -sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732') - -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 -} Copied: gtkspell3/repos/community-x86_64/PKGBUILD (from rev 536493, gtkspell3/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-12-10 09:06:45 UTC (rev 536494) @@ -0,0 +1,30 @@ +# 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.10 +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') +source=(https://downloads.sourceforge.net/gtkspell/$pkgname-$pkgver.tar.xz) +sha256sums=('b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732') + +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 +}