[arch-commits] Commit in aspell/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 21:44:50 UTC 2015


    Date: Sunday, September 6, 2015 @ 23:44:50
  Author: foutrelis
Revision: 245414

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  aspell/repos/staging-i686/
  aspell/repos/staging-i686/PKGBUILD
    (from rev 245413, aspell/trunk/PKGBUILD)
  aspell/repos/staging-i686/aspell.install
    (from rev 245413, aspell/trunk/aspell.install)
  aspell/repos/staging-x86_64/
  aspell/repos/staging-x86_64/PKGBUILD
    (from rev 245413, aspell/trunk/PKGBUILD)
  aspell/repos/staging-x86_64/aspell.install
    (from rev 245413, aspell/trunk/aspell.install)

-------------------------------+
 staging-i686/PKGBUILD         |   33 +++++++++++++++++++++++++++++++++
 staging-i686/aspell.install   |   24 ++++++++++++++++++++++++
 staging-x86_64/PKGBUILD       |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/aspell.install |   24 ++++++++++++++++++++++++
 4 files changed, 114 insertions(+)

Copied: aspell/repos/staging-i686/PKGBUILD (from rev 245413, aspell/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=3
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-i686/aspell.install (from rev 245413, aspell/trunk/aspell.install)
===================================================================
--- staging-i686/aspell.install	                        (rev 0)
+++ staging-i686/aspell.install	2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: aspell/repos/staging-x86_64/PKGBUILD (from rev 245413, aspell/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Jochem Kossen <j.kossen at home.nl>
+# Contributor: dorphell <dorphell at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=3
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-x86_64/aspell.install (from rev 245413, aspell/trunk/aspell.install)
===================================================================
--- staging-x86_64/aspell.install	                        (rev 0)
+++ staging-x86_64/aspell.install	2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



More information about the arch-commits mailing list