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

Jan de Groot jgc at archlinux.org
Thu Apr 13 21:14:28 UTC 2017


    Date: Thursday, April 13, 2017 @ 21:14:28
  Author: jgc
Revision: 292837

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gspell/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292836, gspell/trunk/PKGBUILD)
  gspell/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292836, gspell/trunk/PKGBUILD)
Deleted:
  gspell/repos/gnome-unstable-i686/PKGBUILD
  gspell/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |   70 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   35 -------------------
 gnome-unstable-x86_64/PKGBUILD |   35 -------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2017-04-13 21:14:23 UTC (rev 292836)
+++ gnome-unstable-i686/PKGBUILD	2017-04-13 21:14:28 UTC (rev 292837)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=gspell
-pkgver=1.4.0+4+g79640e6
-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=79640e6673722d5cabd3acb9af9fccb85451ac17  # gspell-1-4
-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/gnome-unstable-i686/PKGBUILD (from rev 292836, gspell/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-13 21:14:28 UTC (rev 292837)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=gspell
+pkgver=1.4.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' gtk-doc autoconf-archive git)
+_commit=55bcf50713b3665935ef2e842d097238dc54e977  # tags/1.4.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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2017-04-13 21:14:23 UTC (rev 292836)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-13 21:14:28 UTC (rev 292837)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=gspell
-pkgver=1.4.0+4+g79640e6
-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=79640e6673722d5cabd3acb9af9fccb85451ac17  # gspell-1-4
-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/gnome-unstable-x86_64/PKGBUILD (from rev 292836, gspell/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-13 21:14:28 UTC (rev 292837)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=gspell
+pkgver=1.4.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' gtk-doc autoconf-archive git)
+_commit=55bcf50713b3665935ef2e842d097238dc54e977  # tags/1.4.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