[Lunar-commits] <moonbase> links: Unicode support patch (UTF-8 I/O) added
Duncan Gibson
engelsman at lunar-linux.org
Mon Apr 25 17:43:20 CEST 2011
commit 95d01eb583f8be96de982fa2cfb521fcbc1d8f88
Author: Alexander Scherbakov <neocrust at gmail.com>
Date: Mon Apr 25 17:43:20 2011 +0200
links: Unicode support patch (UTF-8 I/O) added
NOTE: downloads, compiles and installs OK, but as I am a native
English speaker with locale set to en_US, I have no idea
how to test this - engelsman
---
web/links/BUILD | 7 +++++++
web/links/DETAILS | 7 +++++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/web/links/BUILD b/web/links/BUILD
new file mode 100644
index 0000000..1a4e52d
--- /dev/null
+++ b/web/links/BUILD
@@ -0,0 +1,7 @@
+# Unicode support patch.
+
+bzip2 -d $SOURCE_CACHE/links-2.1pre33-utf8.diff.bz2
+cp $SOURCE_CACHE/links-2.1pre33-utf8.diff $BUILD_DIRECTORY/
+patch_it links-2.1pre33-utf8.diff 1
+cd $SOURCE_DIRECTORY/intl && ./gen-intl && cd ..
+default_build
\ No newline at end of file
diff --git a/web/links/DETAILS b/web/links/DETAILS
index bf5aeb2..4dbe560 100644
--- a/web/links/DETAILS
+++ b/web/links/DETAILS
@@ -1,14 +1,17 @@
MODULE=links
VERSION=2.2
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-2.1pre33-utf8.diff.bz2
SOURCE_URL=http://links.twibright.com/download
SOURCE_VFY=sha1:7588c151e98057f83a2e0b81b3f467e7eee9f824
+ SOURCE2_URL=http://mirror.yandex.ru/gentoo-distfiles/distfiles
WEB_SITE=http://links.twibright.com
ENTERED=20020523
- UPDATED=20080801
+ UPDATED=20110418
+ MAINTAINER=neocrust at gmail.com
SHORT="graphics and text mode web browser"
cat << EOF
Links is a graphics and text mode web browser. Graphics mode is
-supported via SVGA, Framebuffer, X and DirectFB.
+supported via SVGA, Framebuffer, X and DirectFB. With unicode support patch.
EOF
More information about the Lunar-commits
mailing list