From 765b3a88fb475265249b03ff1c19f599b1076647 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 7 Aug 2011 11:41:19 +0000 Subject: Update to 2.28.2 --- pangomm/build/pangomm.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pangomm/build/pangomm.SlackBuild b/pangomm/build/pangomm.SlackBuild index 914b4999..bd16c2d8 100755 --- a/pangomm/build/pangomm.SlackBuild +++ b/pangomm/build/pangomm.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: # 2.26.2-1: 17/Oct/2010 by Eric Hameleers # * Initial build. +# 2.28.2-1: 07/aug/2011 by Eric Hameleers +# * Update for Slackware 13.37. # # Run 'sh pangomm.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=pangomm -VERSION=${VERSION:-2.26.2} +VERSION=${VERSION:-2.28.2} MAJVER=$(echo $VERSION | cut -d. -f1-2) BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} -- cgit v1.2.3-65-gdbad