Search Criteria
Package Details: links-g-directfb 2.20-1
Git Clone URL: | https://aur.archlinux.org/links-g-directfb.git (read-only, click to copy) |
---|---|
Package Base: | links-g-directfb |
Description: | A text WWW browser, similar to Lynx (with directfb, X and fb graphics) |
Upstream URL: | http://links.twibright.com/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | Duologic |
Maintainer: | peace885 |
Last Packager: | peace885 |
Votes: | 75 |
Popularity: | 0.015459 |
First Submitted: | 2009-01-24 19:10 |
Last Updated: | 2019-10-21 17:32 |
Dependencies (11)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- gpm (gpm-vm, gpm-git)
- libevent (libevent-git, libevent-fb)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- librsvg (librsvg-git, librsvg-minimal-git)
- libtiff (libtiff-git, libtiff-minimal-git)
- libx11 (libx11-git, libx11-threadsafe)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- xz (xz-git, xz-static-git)
- libxt (make)
Required by (13)
- alkasir-client (requires links) (make)
- arch-wiki-cli (requires links) (optional)
- gt5 (requires links) (optional)
- hunter (requires links) (optional)
- hunter-git (requires links) (optional)
- mailwizard (requires links) (optional)
- mailwizard-git (requires links) (optional)
- mutt-wizard (requires links) (optional)
- mutt-wizard-git (requires links) (optional)
- mutt-wizard-zi-git (requires links) (optional)
- pgtcl-ng (requires links) (make)
- w3watch-links (requires links)
- xdg-su-git (requires links) (make)
Latest Comments
1 2 3 Next › Last »
yenlegion commented on 2020-01-15 12:21
@djringjr Is the link still necessary since the last update?
djringjr commented on 2019-09-19 21:35
To make it work, you have to do this:
sudo ln -s /usr/lib/libevent-2.1.so.7.0.0 /usr/lib/libevent-2.1.so.6
Then it works.
victor3d commented on 2019-04-25 09:23
Now I'm using links from official repositories. I can't get it working with directfb. Feel free to adopt.
lks commented on 2019-03-01 17:06
directfb is also available in the aur.
I am no longer using archlinux (maybe I will in the future).
So feel free to update the package.
Anonymous comment on 2018-02-18 01:49
@lks @Duologic
FYI, directfb no longer exists. And directfb-rbp is for x86 only (no 64 bit).
Workaround: Manually download latest directfb from the archive: https://archive.archlinux.org/packages/d/directfb/
Install it: sudo pacman -U directfb-xxxx.pkg.tar.xz
Then install links-g-directfb like you would normally do. I used Yaourt.
Works great. Thank you for making this package :^)
lks commented on 2016-07-18 11:24
@djringjr
Thank you for your comment, I will update the package to the current version 2.13 (on thursday). But I haven't noticed that the source was down so far. At this time the sources are accessible:
http://links.twibright.com/download/links-2.12.tar.bz2
http://links.twibright.com/download/links-2.13.tar.bz2
Perhaps, the server was offline during maintenance?
djringjr commented on 2016-07-13 13:19
# SAVE THIS FILE AS PKGBUILD and use it instead!
# Source is down - so use archive org copy and change this PKGBUILD
# To make use sudo makepkg ./PKGBUILD with this file as PKGBUILD
# Maintainer: lks <lukas dot graetz at web dot de>
# Contributor: JokerBoy <jokerboy at punctweb dot ro>
# Contributor: sqwishy <sqwishybon@gmail.com>
# Contributor: Duologic
# Contributor: djringjr <n1ea@arrl.net>
_pkgname=links
pkgname=links-g-directfb
pkgver=2.12
pkgrel=1
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' 'directfb' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
makedepends=('libxt')
provides=('links' 'links-g')
conflicts=('links' 'links-g')
replaces=('links-g')
source=(https://web.archive.org/web/20151226070312/http://links.twibright.com/download/${_pkgname}-${pkgver}.tar.bz2
links.desktop)
sha1sums=('952dfecded9496ff1a73184ce538d08dbbb5152b'
'a2084166ef252175f14805f2e6a4467c45c51477')
prepare() {
cd ${_pkgname}-${pkgver}
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
}
build() {
cd ${_pkgname}-${pkgver}
(cd intl; ./gen-intl; ./synclang)
./configure --prefix=/usr --mandir=/usr/share/man \
--enable-graphics --with-x --with-fb --with-directfb
make
}
package() {
cd ${_pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}/links.desktop" "${pkgdir}/usr/share/applications/links.desktop"
install -d "${pkgdir}/usr/share/pixmaps"
install -m644 links_16x16_1.xpm links_16x16_2.xpm links_32x32.xpm "${pkgdir}/usr/share/pixmaps/"
install -d "${pkgdir}/usr/share/doc/links/calibration"
install -m644 doc/links_cal/* "${pkgdir}/usr/share/doc/links/calibration/"
}
dag commented on 2013-07-19 18:07
after some research...
put
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
above ./configure
and it builds
dag commented on 2013-07-19 17:59
I had this issue and after some research...
put
[code]
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
[/code]
above ./configure
dag commented on 2013-07-19 17:59
I had this issue and after some research...
put
[code]
sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
[/code]
above ./configure