mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/pangomm: Updated for version 2.28.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
494142a851
commit
5071ae4643
3 changed files with 5 additions and 7 deletions
|
@ -1,3 +1 @@
|
||||||
Pangomm is a C++ API for Pango.
|
Pangomm is a C++ API for Pango.
|
||||||
|
|
||||||
This requires cairomm.
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=pangomm
|
PRGNAM=pangomm
|
||||||
VERSION=${VERSION:-2.28.1}
|
VERSION=${VERSION:-2.28.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R a-s,u+rw,go-w+r .
|
chmod -R a-s,u+rw,go-w+r .
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pangomm"
|
PRGNAM="pangomm"
|
||||||
VERSION="2.28.1"
|
VERSION="2.28.4"
|
||||||
HOMEPAGE="http://www.gtkmm.org/"
|
HOMEPAGE="http://www.gtkmm.org/"
|
||||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.28/pangomm-2.28.1.tar.bz2"
|
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/pangomm/2.28/pangomm-2.28.4.tar.xz"
|
||||||
MD5SUM="03e6406bfb311e4018e69ab2a02b489b"
|
MD5SUM="f4fe0905ee56e1ff0205005e61d2a66f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="cairomm"
|
REQUIRES="cairomm"
|
||||||
|
|
Loading…
Reference in a new issue