summaryrefslogtreecommitdiffstats
path: root/x11-libs
diff options
context:
space:
mode:
authorPavel Vinogradov2016-04-11 15:50:21 -0400
committerPavel Vinogradov2016-04-11 15:50:21 -0400
commitaefcd6c91e8820c32c2b1f90e071fe61368fb911 (patch)
tree119f95f48e644deb7451a2f478ec294da69cba0f /x11-libs
parent6330dd89166b7298b3c46f7b3a8947b78afb5892 (diff)
x11-libs/fontconfig: added devel branch
Diffstat (limited to 'x11-libs')
-rwxr-xr-xx11-libs/fontconfig/DETAILS5
-rw-r--r--x11-libs/fontconfig/HISTORY3
-rwxr-xr-xx11-libs/fontconfig/PREPARE1
3 files changed, 9 insertions, 0 deletions
diff --git a/x11-libs/fontconfig/DETAILS b/x11-libs/fontconfig/DETAILS
index 5172d2595f..24a3146f27 100755
--- a/x11-libs/fontconfig/DETAILS
+++ b/x11-libs/fontconfig/DETAILS
@@ -1,6 +1,11 @@
SPELL=fontconfig
+if [[ "$FONTCONFIG_BRANCH" == "devel" ]]; then
+ VERSION=2.11.95
+ SOURCE_HASH=sha512:e3d7696814b585512bbe191ae4e5a4fe5a645895b4b1f5783dc575efe3f0a2b725daa48eb9c43168d2cd2fc752bf114be41c58a4ae81f2db49f431984e134b54
+else
VERSION=2.11.1
SOURCE_HASH=sha512:acf4e6293e0e5521e4b8f29f4b48860ecd1d39744d0eab21c7332e56bfc3ccc63548e459243c5e425b8e5ef265f2cf065eece02460725e794041219d41188149
+fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.fontconfig.org/release/$SOURCE
diff --git a/x11-libs/fontconfig/HISTORY b/x11-libs/fontconfig/HISTORY
index e38f52cd46..07771f7870 100644
--- a/x11-libs/fontconfig/HISTORY
+++ b/x11-libs/fontconfig/HISTORY
@@ -1,3 +1,6 @@
+2016-04-11 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS, PREPARE: added devel branch
+
2014-09-09 Remko van der Vossen <wich@sourcemage.org>
* DEPENDS: added missing dependencies
diff --git a/x11-libs/fontconfig/PREPARE b/x11-libs/fontconfig/PREPARE
new file mode 100755
index 0000000000..22fbb5b136
--- /dev/null
+++ b/x11-libs/fontconfig/PREPARE
@@ -0,0 +1 @@
+config_query_list FONTCONFIG_BRANCH 'What branch?' stable devel