summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorFlorian Franzmann2018-11-17 11:41:18 +0100
committerFlorian Franzmann2018-12-08 15:26:29 +0100
commit19f1622a43b119c642c0e7a27afa61c018834c2c (patch)
tree8019eda546aa6540d03559b983d7948bcde81346 /x11-toolkits
parente648dd3f66014247b189bb9025827334eea92afe (diff)
x11-toolkits/lablgtk2: version 2.18.6
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/lablgtk2/DETAILS8
-rw-r--r--x11-toolkits/lablgtk2/HISTORY4
-rwxr-xr-xx11-toolkits/lablgtk2/INSTALL7
3 files changed, 13 insertions, 6 deletions
diff --git a/x11-toolkits/lablgtk2/DETAILS b/x11-toolkits/lablgtk2/DETAILS
index 84adf114e0..963f24a6a6 100755
--- a/x11-toolkits/lablgtk2/DETAILS
+++ b/x11-toolkits/lablgtk2/DETAILS
@@ -1,10 +1,10 @@
SPELL=lablgtk2
- VERSION=2.14.2
- SOURCE_HASH=sha512:3a68a353dd5833f2dd9ff4fc3f09662a1bc9dc804014114e8bead163b5eaabf89725a11affe307316c40d0720cf4dd5e019923e621fb88070caeaa01b32979da
+ VERSION=2.18.6
+ SOURCE_HASH=sha512:0d30da0e4a93b1693ac6d63161d40c8cd6d9337e105a65f3cc01b013ce7ca04aa5e1a013527cb0728a9b7b7af20d0f4c8b0cc7f9102e553dff3cf8bc83a14e5e
SOURCE=lablgtk-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/lablgtk-$VERSION
- SOURCE_URL[0]=http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/$SOURCE
- WEB_SITE=http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
+ SOURCE_URL[0]=http://forge.ocamlcore.org/frs/download.php/1726/$SOURCE
+ WEB_SITE=http://forge.ocamlcore.org/projects/lablgtk/
ENTERED=20040926
LICENSE[0]=GPL
KEYWORDS="x11 libs"
diff --git a/x11-toolkits/lablgtk2/HISTORY b/x11-toolkits/lablgtk2/HISTORY
index 932b171efc..1b0d97429f 100644
--- a/x11-toolkits/lablgtk2/HISTORY
+++ b/x11-toolkits/lablgtk2/HISTORY
@@ -1,3 +1,7 @@
+2018-11-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.18.6
+ * INSTALL: use the old-install target if findlib is not installed
+
2010-11-20 Bor Kraljič <pyrobor@ver.si>
* DETAILS: updated spell to 2.14.2
diff --git a/x11-toolkits/lablgtk2/INSTALL b/x11-toolkits/lablgtk2/INSTALL
index 154909bba9..8fbc6c518e 100755
--- a/x11-toolkits/lablgtk2/INSTALL
+++ b/x11-toolkits/lablgtk2/INSTALL
@@ -1,6 +1,9 @@
-default_install &&
+cd $SOURCE_DIRECTORY &&
+
if spell_ok findlib
then
- cd $SOURCE_DIRECTORY &&
+ default_install &&
ocamlfind install lablgtk2 META
+else
+ make old-install
fi