summaryrefslogtreecommitdiffstats
path: root/x11-libs/cairo/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/cairo/DETAILS')
-rwxr-xr-xx11-libs/cairo/DETAILS13
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-libs/cairo/DETAILS b/x11-libs/cairo/DETAILS
index f373302938..8cbd691d6c 100755
--- a/x11-libs/cairo/DETAILS
+++ b/x11-libs/cairo/DETAILS
@@ -1,24 +1,21 @@
. ${GRIMOIRE}/FUNCTIONS &&
SPELL=cairo
-case "$CAIRO_BRANCH" in
- scm)
+if [[ "${CAIRO_BRANCH}" == "scm" ]]; then
VERSION=$(get_scm_version)
SOURCE=$SPELL-git.tar.bz2
SOURCE_URL[0]=git://anongit.freedesktop.org/git/cairo:cairo-git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" ;;
-
+else
# There is 1.14.x stable, but it does not work anymore for the OSS
# infrastructure. 1.15 is de facto stable.
- devel|stable)
- VERSION=1.15.12
- SOURCE_HASH=sha1:4e64c6a48789edb4c60bc3fa95bd3992cc388b88:UPSTREAM_HASH
+ VERSION=1.15.14
+ SOURCE_HASH=sha1:62ebffbaf4cc81c412f0ad3f87dc20499f85d046:UPSTREAM_HASH
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;;
-
-esac
+fi
WEB_SITE=http://cairographics.org/
LICENSE[0]=MIT
ENTERED=20040617