~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] main/aspell-*: Rebuild affected aspell dictionaries with updated aspell

Details
Message ID
<1447167422-24238-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1447167422
DKIM signature
missing
Download raw message
Patch: +15 -20
---
 main/aspell-de/APKBUILD | 7 +++----
 main/aspell-en/APKBUILD | 7 +++----
 main/aspell-fr/APKBUILD | 7 +++----
 main/aspell-ru/APKBUILD | 7 +++----
 main/aspell-uk/APKBUILD | 7 +++----
 5 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/main/aspell-de/APKBUILD b/main/aspell-de/APKBUILD
index d85adaa..7990c46 100644
--- a/main/aspell-de/APKBUILD
+++ b/main/aspell-de/APKBUILD
@@ -1,20 +1,19 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=aspell-de
pkgver=20030222
pkgrel=0
pkgrel=1
pkgdesc="German dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="GPL2"
depends="aspell"
depends=""
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-$pkgver-1.tar.bz2"

_builddir="$srcdir"/aspell6-de-$pkgver-1
build () {
	cd "$_builddir"
	./configure \
		|| return 1
	./configure || return 1
	make || return 1
}

diff --git a/main/aspell-en/APKBUILD b/main/aspell-en/APKBUILD
index ea10f0b..56c2233 100644
--- a/main/aspell-en/APKBUILD
+++ b/main/aspell-en/APKBUILD
@@ -1,20 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=aspell-en
pkgver=2015.04.24
pkgrel=0
pkgrel=1
pkgdesc="English dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="custom"
depends="aspell"
depends=""
makedepends="aspell-dev"
source="http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2"

_builddir="$srcdir"/aspell6-en-$pkgver-0
build () {
	cd "$_builddir"
	./configure \
		|| return 1
	./configure || return 1
	make || return 1
}

diff --git a/main/aspell-fr/APKBUILD b/main/aspell-fr/APKBUILD
index f5974e3..cbd8aa4 100644
--- a/main/aspell-fr/APKBUILD
+++ b/main/aspell-fr/APKBUILD
@@ -2,20 +2,19 @@
pkgname=aspell-fr
pkgver=0.50_p3
_ver=${pkgver/_p/-}
pkgrel=0
pkgrel=1
pkgdesc="French dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="GPL2"
depends="aspell"
depends=""
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-$_ver.tar.bz2"

_builddir="$srcdir"/aspell-fr-$_ver
build () {
	cd "$_builddir"
	./configure \
		|| return 1
	./configure || return 1
	make || return 1
}

diff --git a/main/aspell-ru/APKBUILD b/main/aspell-ru/APKBUILD
index 6a1ae80..035b379 100644
--- a/main/aspell-ru/APKBUILD
+++ b/main/aspell-ru/APKBUILD
@@ -1,20 +1,19 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=aspell-ru
pkgver=0.99f7
pkgrel=0
pkgrel=1
pkgdesc="Russian dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="GPL2"
depends="aspell"
depends=""
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-$pkgver-1.tar.bz2"

_builddir="$srcdir"/aspell6-ru-$pkgver-1
build () {
	cd "$_builddir"
	./configure \
		|| return 1
	./configure || return 1
	make || return 1
}

diff --git a/main/aspell-uk/APKBUILD b/main/aspell-uk/APKBUILD
index 24940b8..f7ee7e2 100644
--- a/main/aspell-uk/APKBUILD
+++ b/main/aspell-uk/APKBUILD
@@ -1,20 +1,19 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=aspell-uk
pkgver=1.4.0
pkgrel=0
pkgrel=1
pkgdesc="Ukrainian dictionary for aspell"
url="http://aspell.net/"
arch="noarch"
license="GPL2"
depends="aspell"
depends=""
makedepends="aspell-dev"
source="ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-$pkgver-0.tar.bz2"

_builddir="$srcdir"/aspell6-uk-$pkgver-0
build () {
	cd "$_builddir"
	./configure \
		|| return 1
	./configure || return 1
	make || return 1
}

-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20151111092432.61c6dc67@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1447167422-24238-1-git-send-email-valery.kartel@gmail.com> (view parent)
Sender timestamp
1447230272
DKIM signature
missing
Download raw message
On Tue, 10 Nov 2015 16:57:02 +0200
Valery Kartel <valery.kartel@gmail.com> wrote:

> ---
>  main/aspell-de/APKBUILD | 7 +++----
>  main/aspell-en/APKBUILD | 7 +++----
>  main/aspell-fr/APKBUILD | 7 +++----
>  main/aspell-ru/APKBUILD | 7 +++----
>  main/aspell-uk/APKBUILD | 7 +++----
>  5 files changed, 15 insertions(+), 20 deletions(-)
> 
> diff --git a/main/aspell-de/APKBUILD b/main/aspell-de/APKBUILD
> index d85adaa..7990c46 100644
> --- a/main/aspell-de/APKBUILD
> +++ b/main/aspell-de/APKBUILD
> @@ -1,20 +1,19 @@
>  # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
>  pkgname=aspell-de
>  pkgver=20030222
> -pkgrel=0
> +pkgrel=1
>  pkgdesc="German dictionary for aspell"
>  url="http://aspell.net/"
>  arch="noarch"
>  license="GPL2"
> -depends="aspell"
> +depends=""
>  makedepends="aspell-dev"

aspell-dev will not pull in aspell as dependency, so those builds fails.

I wonder if we should add it to makedepends?

care to send a v2 patch?

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)