summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor3D2019-04-09 12:27:16 +0000
committerVictor3D2019-04-09 12:27:16 +0000
commitc371e2914d9e28875a4e92d163b1f93c2de4cdf2 (patch)
tree476a5251b4c2facc8c4ac85f2251876f00c109d3
parentb6ac323b3611345e0aceff1146b8f41b250657b5 (diff)
downloadaur-c371e2914d9e28875a4e92d163b1f93c2de4cdf2.tar.gz
Remove directfb
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e2e2cd597d..40770f893041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = links-g-directfb
pkgdesc = A text WWW browser, similar to Lynx (with directfb, X and fb graphics)
pkgver = 2.18
- pkgrel = 2
+ pkgrel = 3
url = http://links.twibright.com/
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = links-g-directfb
license = GPL
makedepends = libxt
depends = bzip2
- depends = directfb
depends = xz
depends = openssl
depends = gpm
diff --git a/PKGBUILD b/PKGBUILD
index 88d172c5df90..aeeed2eeec59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
_pkgname=links
pkgname=links-g-directfb
pkgver=2.18
-pkgrel=2
+pkgrel=3
pkgdesc="A text WWW browser, similar to Lynx (with directfb, X and fb graphics)"
arch=('i686' 'x86_64' 'armv7h')
url="http://links.twibright.com/"
license=('GPL')
# 'libx11' 'libxt' packages are for the x11 backend
# 'directfb' package is for the directfb backend
-depends=('bzip2' 'directfb' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff'
+depends=('bzip2' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff'
'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
makedepends=('libxt')
provides=('links' 'links-g')
@@ -33,7 +33,7 @@ build() {
cd ${_pkgname}-${pkgver}
(cd intl; ./gen-intl; ./synclang)
./configure --prefix=/usr --mandir=/usr/share/man \
- --enable-graphics --with-x --with-fb --with-directfb
+ --enable-graphics --with-x --with-fb
make
}