wok diff bazaar/receipt @ rev 6957

Added girepository-1.0 folder into pango instead of -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:18:43 2010 +0000 (2010-10-25)
parents 38d232c76a55
children 7237c993389a
line diff
     1.1 --- a/bazaar/receipt	Sat May 01 11:50:43 2010 +0000
     1.2 +++ b/bazaar/receipt	Mon Oct 25 22:18:43 2010 +0000
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  PACKAGE="bazaar"
     1.6  SOURCE="bzr"
     1.7 -VERSION="2.1.0"
     1.8 +VERSION="2.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A free distributed version control system."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -10,8 +10,8 @@
    1.13  BUILD_DEPENDS="python python-dev"
    1.14  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://bazaar-vcs.org/"
    1.16 -WGET_URL="http://launchpad.net/$SOURCE/2.1/$VERSION/+download/$TARBALL"
    1.17 -TAGS="version-control versioning"
    1.18 +WGET_URL="http://launchpad.net/$SOURCE/${VERSION%.*}/$VERSION/+download/$TARBALL"
    1.19 +TAGS="dvcs version-control versioning"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()