summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-12-14 09:45:30 +0100
committerwillemw122021-12-14 09:46:49 +0100
commit00a4ad6f2f40c06606ebc6bd91043dc5a9326f6f (patch)
treea0e56159450cb095d1313a973c127db8768fbc58
parentd3c05451f1305fe726eaf93440cf475cf0993afb (diff)
downloadaur-00a4ad6f2f40c06606ebc6bd91043dc5a9326f6f.tar.gz
Fix build error...
Ignore Arch build flags by adding "options=(!buildflags)". Remove 'desktop-file-utils'.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c428d65b2dd..a5866523ed16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = ted
pkgdesc = Lightweight RTF text processor
pkgver = 2.23
- pkgrel = 9
+ pkgrel = 10
url = https://www.nllgg.nl/Ted/
arch = x86_64
license = GPL
makedepends = inetutils
makedepends = lsb-release
- depends = desktop-file-utils
depends = freetype2
depends = ghostscript
depends = gtk2
@@ -18,6 +17,7 @@ pkgbase = ted
depends = libxpm
depends = pcre
depends = zlib
+ options = !buildflags
source = https://ftp.nluug.nl/pub/editors/ted/ted-2.23.src.tar.gz
source = https://ftp.nluug.nl/pub/editors/ted/ted_nl_NL.tar.gz
source = https://ftp.nluug.nl/pub/editors/ted/ted_en_GB.tar.gz
@@ -70,4 +70,3 @@ pkgbase = ted
md5sums = 63b39a2bd36790f2164cf80dfab603aa
pkgname = ted
-
diff --git a/PKGBUILD b/PKGBUILD
index 9b0100220745..012e5af27fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=ted
pkgver=2.23
-pkgrel=9
+pkgrel=10
pkgdesc="Lightweight RTF text processor"
arch=('x86_64')
url="https://www.nllgg.nl/Ted/"
-depends=('desktop-file-utils' 'freetype2' 'ghostscript' 'gtk2' 'libjpeg' 'libpaper' 'libpng' 'libtiff' 'libxpm' 'pcre' 'zlib')
+depends=('freetype2' 'ghostscript' 'gtk2' 'libjpeg' 'libpaper' 'libpng' 'libtiff' 'libxpm' 'pcre' 'zlib')
license=('GPL')
makedepends=('inetutils' 'lsb-release') # hostname and lsb_release commands
+options=(!buildflags)
source=(https://ftp.nluug.nl/pub/editors/$pkgname/$pkgname-$pkgver.src.tar.gz
https://ftp.nluug.nl/pub/editors/ted/ted_nl_NL.tar.gz
https://ftp.nluug.nl/pub/editors/ted/ted_en_GB.tar.gz