diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-06 23:35:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-01-06 23:35:38 -0500 |
commit | 6c78f68bfa798dff01af567611e51e2e3c769331 (patch) | |
tree | 87580d60c5dd43947378ef0a0daa5829799c05fd /libre/abiword | |
parent | cd4d45b35285e49fb7e7ad6cb7f6b850df3361f9 (diff) | |
download | abslibre-6c78f68bfa798dff01af567611e51e2e3c769331.tar.gz abslibre-6c78f68bfa798dff01af567611e51e2e3c769331.tar.bz2 abslibre-6c78f68bfa798dff01af567611e51e2e3c769331.zip |
abiword-3.0.2-6.parabola1: rebuild
Diffstat (limited to 'libre/abiword')
-rw-r--r-- | libre/abiword/PKGBUILD | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/libre/abiword/PKGBUILD b/libre/abiword/PKGBUILD index 69a11dfa4..2990c6ce4 100644 --- a/libre/abiword/PKGBUILD +++ b/libre/abiword/PKGBUILD @@ -1,17 +1,18 @@ -# Maintainer: Andreas Grapentin <andreas@grapentin.org> # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor (Arch): Giovanni Scafora <giovanni@archlinux.org> # Contributor (Arch): Maël Lavault <moimael@neuf.fr> +# Maintainer: Andreas Grapentin <andreas@grapentin.org> +# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=abiword pkgver=3.0.2 -pkgrel=5.parabola2 +pkgrel=6.parabola1 arch=(i686 x86_64 armv7h) pkgdesc="Fully-featured word processor, without Google search engine and nonfree fonts support" -url="http://www.abisource.com" +url="https://www.abisource.com" license=(GPL) depends=(fribidi wv goffice librsvg enchant desktop-file-utils @@ -22,16 +23,16 @@ conflicts=(abiword-plugins abiword-libre) replaces=(abiword-plugins abiword-libre) options=(!makeflags) -source=(http://abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz +source=(https://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz abiword-3.0.0-librevenge.patch abiword-3.0.1-libwps-0.4.patch aiksaurus-plugin.m4 command-plugin.m4 python-override.patch bug13815.patch - liberation-fonts.patch enchant-2.1.patch - libical-deprecated.patch) + libical-deprecated.patch + liberation-fonts.patch) sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522' '77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f' 'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a' @@ -39,9 +40,9 @@ sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522' '2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be' 'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be' '05f2544a177d6f58424af9045c26e82aca64938d0daf00f43f6b99a2abf64496' - '8a0b6e444e937924743f95c747cbe395a30fb8677a010e60c973b9039e258079' '444dc2aadea3c80310a509b690097541573f6d2652c573d04da66a0f385fcfb2' - 'fe6eec4129777117bbfd5fa12d02208e430c8a3b96a54dcf8574ce800f240489') + 'fe6eec4129777117bbfd5fa12d02208e430c8a3b96a54dcf8574ce800f240489' + '8a0b6e444e937924743f95c747cbe395a30fb8677a010e60c973b9039e258079') prepare() { cd $pkgname-$pkgver @@ -62,10 +63,10 @@ prepare() { # Replace nonfree fonts support to liberation fonts patch -Np1 -i $srcdir/liberation-fonts.patch - # fix build against enchant-2.1 + # Replace deprecated enchant functions patch -Np1 -i $srcdir/enchant-2.1.patch - # fix build against libical + # Replace deprecated libical functions patch -Np1 -i $srcdir/libical-deprecated.patch # Install missing m4 file |