summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2018-09-21 03:48:40 -0400
committerPavel Vinogradov2018-09-21 03:48:40 -0400
commiteb8636e6c32b0584b88cae8fe19ea8ff71e67c55 (patch)
tree0ccb3a1361e394be295669fff2ab168ec9d4d7d6
parentd5c25ecb00db92f97c9821b61a26887f74daf7ff (diff)
x11-libs/cairo: version 1.15.14
-rwxr-xr-xx11-libs/cairo/DETAILS13
-rw-r--r--x11-libs/cairo/HISTORY3
2 files changed, 8 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
diff --git a/x11-libs/cairo/HISTORY b/x11-libs/cairo/HISTORY
index d439715dc4..6953c232c8 100644
--- a/x11-libs/cairo/HISTORY
+++ b/x11-libs/cairo/HISTORY
@@ -1,3 +1,6 @@
+2018-09-21 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 1.15.14, case -> if
+
2018-09-20 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: stable==devel, as 1.15.x is required by others