summaryrefslogtreecommitdiff
path: root/pcr/ted
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 19:44:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-21 19:44:18 -0500
commit4d4c8c6af41ce0dd66fc1dced7cfac14598702a5 (patch)
tree884b8d4fc17026277c296c70602b32fa8405f8b8 /pcr/ted
parent81b2cd612fec557e670654795c275886d867a1e2 (diff)
ted-2.23-5: rebuild
Diffstat (limited to 'pcr/ted')
-rw-r--r--pcr/ted/PKGBUILD42
1 files changed, 36 insertions, 6 deletions
diff --git a/pcr/ted/PKGBUILD b/pcr/ted/PKGBUILD
index 765fbf576..0543e80ae 100644
--- a/pcr/ted/PKGBUILD
+++ b/pcr/ted/PKGBUILD
@@ -1,15 +1,15 @@
-# Contributor (Arch): willemw <willemw12@gmail.com>
+# Maintainer (Arch): willemw <willemw12@gmail.com>
# Contributor (Arch): shirokuro <tod dot jackson at gmail dot com>
# Contributor (Arch): sergej
-# Maintainer : Parabola Aurélien DESBRIÈRES <aurelien@xload.IO>
+# Maintainer: Parabola Aurélien DESBRIÈRES <aurelien@xload.IO>
pkgname=ted
pkgver=2.23
-pkgrel=2
-pkgdesc="A lightweight rtf text processor"
-arch=('i686' 'x86_64' 'mips64el')
+pkgrel=5
+pkgdesc="Lightweight RTF text processor"
+arch=('i686' 'x86_64')
url="http://www.nllgg.nl/Ted/"
-depends=('zlib' 'pcre' 'libxpm' 'libjpeg' 'libtiff' 'libpng' 'gtk2' 'libpaper' 'desktop-file-utils')
+depends=('freetype2' 'desktop-file-utils' 'gtk2' 'libjpeg' 'libpaper' 'libpng' 'libtiff' 'libxpm' 'pcre' 'zlib')
license=('GPL')
install=$pkgname.install
source=(http://ftp.nluug.nl/pub/editors/$pkgname/$pkgname-$pkgver.src.tar.gz
@@ -37,7 +37,37 @@ source=(http://ftp.nluug.nl/pub/editors/$pkgname/$pkgname-$pkgver.src.tar.gz
http://ftp.nluug.nl/pub/editors/ted/TedDocument-de_DE.rtf
http://ftp.nluug.nl/pub/editors/ted/TedDocument-fr_FR.rtf
http://ftp.nluug.nl/pub/editors/ted/TedDocument-mg_MG.rtf)
+md5sums=('4199df0deb82a90450135ec3f2b7d915'
+ 'e68939d2d8533491c8c14bd380d6650c'
+ '3f43d0fe3ac66f21943f547f2080e478'
+ '365d845cd318c426354c1743d7104341'
+ '18c278f719f6df68200a15e198c8a88e'
+ '5592f169ce8da6693f0b5ec37be9146a'
+ '4ee2915dd3d3ee6f402ab60212ee235c'
+ '0bef013ea7ae99897b0ae4779257207b'
+ '9ab767df1d476cbe93af9ba07d0b2992'
+ '412034b993f37f0c7bb8dbd4c0200618'
+ '28230070a46ea5a341cfe1600c66704b'
+ 'b72a7444ff831c443152c4eb489263a1'
+ 'e27b02e5196c59c038f4510a608c76df'
+ 'c24cda500db0c8a9a6f9674d4e1e30d1'
+ 'd6e33a8001561bc89becebd006283360'
+ '125791b19f33ed94727008d8563e652f'
+ '7c2db94442f9d1c5b2eb42157a9e01f3'
+ '674ccafc2121288f8d344976308bea4b'
+ '4e488f8025a793e5d171770dfa2f85d7'
+ '4a32b49850244be6ed973e810ca7467e'
+ '888f70f17c5f16c4bd1fc9fb8b954fb2'
+ 'dd1bf4cf1142732a3152899e548101b0'
+ 'fc92fda9a49aa309fefdf6a682028b2d'
+ '4efb63d391b1196983fdcc1bcf751bc7'
+ '63b39a2bd36790f2164cf80dfab603aa')
+prepare() {
+ cd Ted-$pkgver
+ # Freetype2 include patch: remove leading 'freetype' directory path from #include statement
+ sed -i "s|^\(#[ \t]*include[ \t]*<\)freetype/|\1|" appFrame/appFontConfig.c
+}
build() {
cd Ted-$pkgver