summaryrefslogtreecommitdiffstats
path: root/cairomm
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-08-07 11:36:57 +0000
committer Eric Hameleers <alien@slackware.com>2011-08-07 11:36:57 +0000
commit0cdaad70dc4bc6a658a22b4316f6a9cd3e2357f2 (patch)
tree51be05e50692fd525dd064fea2156b3acca62f7c /cairomm
parent21fba79b194a41144167416b7d5785d42de09e7c (diff)
downloadasb-0cdaad70dc4bc6a658a22b4316f6a9cd3e2357f2.tar.gz
asb-0cdaad70dc4bc6a658a22b4316f6a9cd3e2357f2.tar.xz
Update to 1.10.2
Diffstat (limited to 'cairomm')
-rwxr-xr-xcairomm/build/cairomm.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/cairomm/build/cairomm.SlackBuild b/cairomm/build/cairomm.SlackBuild
index 5c1a01ba..628ab973 100755
--- a/cairomm/build/cairomm.SlackBuild
+++ b/cairomm/build/cairomm.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.8.4-1: 17/Oct/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build. Later versions will not build on Slackware 13.1
+# 1.10.2-1: 07/aug/2011 by Eric Hameleers <alien@slackware.com>
+# * Update for Slackware 13.37.
#
# Run 'sh cairomm.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=cairomm
-VERSION=${VERSION:-1.8.4}
+VERSION=${VERSION:-1.10.2}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}