summaryrefslogtreecommitdiffstats
path: root/x11-libs
diff options
context:
space:
mode:
authorThomas Orgis2018-09-20 16:30:44 +0200
committerThomas Orgis2018-09-21 08:33:48 +0200
commitef352f81be3138aaec60eeed318f4a6f06ea5bfd (patch)
treea0fbc2ebdcb8389866d23d56f1022dcd17864dec /x11-libs
parent28ec58b3f3f45300fac308c9f899fda91cf83029 (diff)
cairo: use 1.15.x also as stable
Other spells require 1.15.x and break unless user opts for devel cairo. Nobody uses 1.14.x anymore. The cairo project intends to release 1.15 as stable soon, anyway.
Diffstat (limited to 'x11-libs')
-rwxr-xr-xx11-libs/cairo/DETAILS10
-rw-r--r--x11-libs/cairo/HISTORY3
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-libs/cairo/DETAILS b/x11-libs/cairo/DETAILS
index eabb2b7508..f373302938 100755
--- a/x11-libs/cairo/DETAILS
+++ b/x11-libs/cairo/DETAILS
@@ -9,19 +9,15 @@ case "$CAIRO_BRANCH" in
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git" ;;
- devel)
+ # 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
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=http://cairographics.org/snapshots/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;;
- stable)
- VERSION=1.14.12
- SOURCE_HASH=sha1:490025a0ba0622a853010f49fb6343f29fb70b9b:UPSTREAM_HASH
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=http://cairographics.org/releases/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" ;;
esac
WEB_SITE=http://cairographics.org/
LICENSE[0]=MIT
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index 9328c5153d..d439715dc4 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2018-09-20 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: stable==devel, as 1.15.x is required by others
+
2018-04-12 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: versions 1.14.12 and 1.15.12