Date: Tuesday, June 14, 2016 @ 20:41:31 Author: heftig Revision: 269965
archrelease: copy trunk to extra-i686, extra-x86_64 Added: gspell/repos/extra-i686/PKGBUILD (from rev 269964, gspell/trunk/PKGBUILD) gspell/repos/extra-x86_64/PKGBUILD (from rev 269964, gspell/trunk/PKGBUILD) Deleted: gspell/repos/extra-i686/PKGBUILD gspell/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 24 ------------------------ extra-x86_64/PKGBUILD | 24 ------------------------ 3 files changed, 48 insertions(+), 48 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-06-14 20:40:48 UTC (rev 269964) +++ extra-i686/PKGBUILD 2016-06-14 20:41:31 UTC (rev 269965) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> -pkgname=gspell -pkgver=1.0.1 -pkgrel=1 -pkgdesc="a flexible API to implement the spell checking in a GTK+ application" -arch=('i686' 'x86_64') -url="https://wiki.gnome.org/Projects/gspell" -license=('GPL2') -depends=('gtk3' 'enchant' 'libxml2' 'iso-codes') -makedepends=('intltool' 'gobject-introspection' 'vala') -source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz") -sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} -package(){ - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gspell/repos/extra-i686/PKGBUILD (from rev 269964, gspell/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 20:41:31 UTC (rev 269965) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +pkgname=gspell +pkgver=1.0.2 +pkgrel=1 +pkgdesc="a flexible API to implement the spell checking in a GTK+ application" +arch=('i686' 'x86_64') +url="https://wiki.gnome.org/Projects/gspell" +license=('GPL2') +depends=('gtk3' 'enchant' 'libxml2' 'iso-codes') +makedepends=('intltool' 'gobject-introspection' 'vala') +source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz") +sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} +package(){ + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-06-14 20:40:48 UTC (rev 269964) +++ extra-x86_64/PKGBUILD 2016-06-14 20:41:31 UTC (rev 269965) @@ -1,24 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> -pkgname=gspell -pkgver=1.0.1 -pkgrel=1 -pkgdesc="a flexible API to implement the spell checking in a GTK+ application" -arch=('i686' 'x86_64') -url="https://wiki.gnome.org/Projects/gspell" -license=('GPL2') -depends=('gtk3' 'enchant' 'libxml2' 'iso-codes') -makedepends=('intltool' 'gobject-introspection' 'vala') -source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz") -sha256sums=('22cd0545351801a83c0da8da5baa6755b9032654c1bea95e116458066f7bc71b') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make -} -package(){ - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gspell/repos/extra-x86_64/PKGBUILD (from rev 269964, gspell/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 20:41:31 UTC (rev 269965) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +pkgname=gspell +pkgver=1.0.2 +pkgrel=1 +pkgdesc="a flexible API to implement the spell checking in a GTK+ application" +arch=('i686' 'x86_64') +url="https://wiki.gnome.org/Projects/gspell" +license=('GPL2') +depends=('gtk3' 'enchant' 'libxml2' 'iso-codes') +makedepends=('intltool' 'gobject-introspection' 'vala') +source=("https://download.gnome.org/sources/gspell/${pkgver:0:3}/gspell-${pkgver}.tar.xz") +sha256sums=('80d859a2ee7cf5184bd2b3dc696a0ec1b899ff67b606177e1ef87ef945ff92bb') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make +} +package(){ + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}