summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Perevozchikov2019-03-19 12:33:56 +0300
committerVictor Perevozchikov2019-03-19 12:33:56 +0300
commitb6ac323b3611345e0aceff1146b8f41b250657b5 (patch)
treedd4cddda4d8087fc326f33754acbe75c73cc6c74
parent93538ed89f23edc0d079fa81ec6bb55352ed5868 (diff)
downloadaur-b6ac323b3611345e0aceff1146b8f41b250657b5.tar.gz
Add directfb support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c65388f596ae..98e2e2cd597d 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 = 1
+ pkgrel = 2
url = http://links.twibright.com/
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ 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 ee890ec4f19f..88d172c5df90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,15 @@
_pkgname=links
pkgname=links-g-directfb
pkgver=2.18
-pkgrel=1
+pkgrel=2
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' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
+depends=('bzip2' 'directfb' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff'
+'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
makedepends=('libxt')
provides=('links' 'links-g')
conflicts=('links' 'links-g')