# HG changeset patch # User Christopher Rogers # Date 1302218140 0 # Node ID 45acb69c49672b32fcbaae59dc35179bd8256f28 # Parent f8dea252660388e5a9604df90d452c66108b3ba1 Up: cairomm to 1.9.8. diff -r f8dea2526603 -r 45acb69c4967 cairomm-dev/receipt --- a/cairomm-dev/receipt Thu Apr 07 21:15:46 2011 +0200 +++ b/cairomm-dev/receipt Thu Apr 07 23:15:40 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairomm-dev" -VERSION="1.8.6" +VERSION="1.9.8" CATEGORY="development" SHORT_DESC="Cairomm library devel files." MAINTAINER="pankso@slitaz.org" diff -r f8dea2526603 -r 45acb69c4967 cairomm/receipt --- a/cairomm/receipt Thu Apr 07 21:15:46 2011 +0200 +++ b/cairomm/receipt Thu Apr 07 23:15:40 2011 +0000 @@ -1,12 +1,11 @@ # SliTaz package receipt. PACKAGE="cairomm" -VERSION="1.8.6" +VERSION="1.9.8" CATEGORY="x-window" SHORT_DESC="2D graphics library (mm)." MAINTAINER="pankso@slitaz.org" DEPENDS="pixman cairo libsigc++ xcb-util gcc-lib-base" -BUILD_DEPENDS="pixman-dev cairo-dev libsigc++-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cairographics.org/" WGET_URL="http://cairographics.org/releases/$TARBALL" @@ -15,13 +14,7 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-html-dir=/usr/share/doc \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.