Search Criteria
Package Details: links-g-directfb 2.30-4
Package Actions
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. This version also supports SVGALIB) |
Upstream URL: | http://links.twibright.com/ |
Licenses: | GPL-2.0-or-later |
Conflicts: | links |
Provides: | links, links-g |
Replaces: | links |
Submitter: | Duologic |
Maintainer: | RAMChYLD |
Last Packager: | RAMChYLD |
Votes: | 77 |
Popularity: | 0.063967 |
First Submitted: | 2009-01-24 19:10 (UTC) |
Last Updated: | 2025-04-24 13:04 (UTC) |
Dependencies (25)
- brotli (brotli-gitAUR)
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- directfbAUR (directfb2-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gpm (gpm-vmAUR, gpm-gitAUR)
- libavif (libavif-gitAUR)
- libbsd (libbsd-gitAUR)
- libevent (libevent-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- librsvg (librsvg-gitAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR)
- lzlib
- openssl (openssl-gitAUR, openssl-staticAUR)
- xz (xz-gitAUR)
- Show 5 more dependencies...
Required by (14)
- arch-wiki-cli (requires links) (optional)
- gt5 (requires links) (optional)
- hunter (requires links) (optional)
- mailwizard (requires links) (optional)
- mailwizard-git (requires links) (optional)
- mutt-wizard (requires links) (optional)
- mutt-wizard-git (requires links) (optional)
- nb (requires links) (optional)
- pgtcl-ng (requires links) (make)
- python-h5py-docs (requires links) (make)
- rdrview (requires links) (optional)
- termius-deb (requires links) (make)
- tradingview (requires links) (make)
- xdg-su-git (requires links) (make)
Latest Comments
1 2 3 4 Next › Last »
RAMChYLD commented on 2025-04-23 14:01 (UTC)
Added the missing dependencies and changed the license to GNU GPL 2.0 or later. Hopefully this will fix all problems.
dreieck commented on 2025-03-28 11:20 (UTC)
Missing dependencies, according to
namcap
:Also, you need to make the license identifier SPDX compliant:
Regards and thanks for the package!
dreieck commented on 2025-03-28 10:50 (UTC)
You need to add
conflicts=("links")
:Regards and thanks for the package!
Baerbeisser commented on 2025-03-05 13:19 (UTC) (edited on 2025-03-05 13:24 (UTC) by Baerbeisser)
Edit: right, i go complain to directfb.
RAMChYLD commented on 2024-12-20 05:45 (UTC) (edited on 2025-01-01 15:58 (UTC) by RAMChYLD)
So sorry, but I'm away from my computers again :( next window is end of February 2025 :(
EDIT: Your DirectFB issue appears to be a problem with DirectFB and not links. Please contact the AUR maintainer of DirectFB instead, thanks.
Frestein commented on 2024-12-09 03:58 (UTC) (edited on 2025-02-07 22:14 (UTC) by Frestein)
Problem with the directfb build.
UPD: https://github.com/acxz/pkgbuilds/issues/280
RAMChYLD commented on 2024-10-31 02:59 (UTC)
OK, finally back at my computers and I have a chance to update my AUR projects.
Links has been upgraded to 2.30 in the 4 months I could not access my computers. The latest version fixes the issue with gcc14. I've updated the AUR.
Tetrapyle commented on 2024-06-20 07:37 (UTC)
Thanks @RAMChYLD. Thanks @mgualdron, with gcc, using -Wno-implicit-int should also work. Maybe it should be cared of upstream?
RAMChYLD commented on 2024-06-17 01:06 (UTC) (edited on 2024-06-17 01:07 (UTC) by RAMChYLD)
Hi guys, due to new commitments and a big move, I will be unable to update any of my AUR packages for the time being. If anyone is interested in stepping up as a co-maintainer I'd be delighted as I cannot have access to my Arch machine again for the foreseeable future.
Thanks.
mgualdron commented on 2024-06-14 05:26 (UTC) (edited on 2024-06-14 05:27 (UTC) by mgualdron)
Under gcc-14.1.1, I got the following error during the configure step: C compiler cannot create executables. The fix was to add the following line to the PKGBUILD file as the 3rd line in the prepare() block: sed -i "/^main(){return(0);}/s/main()/int main()/" configure
1 2 3 4 Next › Last »