[arch-commits] Commit in gspell/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Oct 29 15:28:42 UTC 2017
Date: Sunday, October 29, 2017 @ 15:28:39
Author: heftig
Revision: 308591
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gspell/repos/extra-i686/PKGBUILD
(from rev 308590, gspell/trunk/PKGBUILD)
gspell/repos/extra-x86_64/PKGBUILD
(from rev 308590, gspell/trunk/PKGBUILD)
Deleted:
gspell/repos/extra-i686/PKGBUILD
gspell/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 35 -----------------------
extra-x86_64/PKGBUILD | 35 -----------------------
3 files changed, 72 insertions(+), 70 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-29 15:27:45 UTC (rev 308590)
+++ extra-i686/PKGBUILD 2017-10-29 15:28:39 UTC (rev 308591)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=gspell
-pkgver=1.6.0
-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' gtk-doc autoconf-archive git)
-_commit=db6fab254c6044cc26820144049ef86fb444aec6 # tags/1.6.0^0
-source=("git+https://git.gnome.org/browse/gspell#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "$pkgname"
- ./configure --prefix=/usr --enable-gtk-doc
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-package(){
- cd "$pkgname"
- make DESTDIR="$pkgdir" install
-}
Copied: gspell/repos/extra-i686/PKGBUILD (from rev 308590, gspell/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-29 15:28:39 UTC (rev 308591)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gspell
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+url="https://wiki.gnome.org/Projects/gspell"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 enchant libxml2 iso-codes)
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
+_commit=f2823c994b9af57d91e75c54bd1ec68a1dee5767 # tags/1.6.1^0
+source=("git+https://git.gnome.org/browse/gspell#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./configure --prefix=/usr --enable-gtk-doc
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+package(){
+ cd "$pkgname"
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-29 15:27:45 UTC (rev 308590)
+++ extra-x86_64/PKGBUILD 2017-10-29 15:28:39 UTC (rev 308591)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=gspell
-pkgver=1.6.0
-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' gtk-doc autoconf-archive git)
-_commit=db6fab254c6044cc26820144049ef86fb444aec6 # tags/1.6.0^0
-source=("git+https://git.gnome.org/browse/gspell#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd "$pkgname"
- ./configure --prefix=/usr --enable-gtk-doc
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-package(){
- cd "$pkgname"
- make DESTDIR="$pkgdir" install
-}
Copied: gspell/repos/extra-x86_64/PKGBUILD (from rev 308590, gspell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-29 15:28:39 UTC (rev 308591)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gspell
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="a flexible API to implement the spell checking in a GTK+ application"
+url="https://wiki.gnome.org/Projects/gspell"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 enchant libxml2 iso-codes)
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
+_commit=f2823c994b9af57d91e75c54bd1ec68a1dee5767 # tags/1.6.1^0
+source=("git+https://git.gnome.org/browse/gspell#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd "$pkgname"
+ ./configure --prefix=/usr --enable-gtk-doc
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+package(){
+ cd "$pkgname"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list