Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (aefcd6c91e8820c32c2b1f90e071fe61368fb911)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (aefcd6c91e8820c32c2b1f90e071fe61368fb911)
  • Date: Mon, 11 Apr 2016 19:51:33 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

x11-libs/fontconfig/DETAILS | 5 +++++
x11-libs/fontconfig/HISTORY | 3 +++
x11-libs/fontconfig/PREPARE | 1 +
3 files changed, 9 insertions(+)

New commits:
commit aefcd6c91e8820c32c2b1f90e071fe61368fb911
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-libs/fontconfig: added devel branch

diff --git a/x11-libs/fontconfig/DETAILS b/x11-libs/fontconfig/DETAILS
index 5172d25..24a3146 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 e38f52c..07771f7 100644
--- a/x11-libs/fontconfig/HISTORY
+++ b/x11-libs/fontconfig/HISTORY
@@ -1,3 +1,6 @@
+2016-04-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PREPARE: added devel branch
+
2014-09-09 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: added missing dependencies

diff --git a/x11-libs/fontconfig/PREPARE b/x11-libs/fontconfig/PREPARE
new file mode 100755
index 0000000..22fbb5b
--- /dev/null
+++ b/x11-libs/fontconfig/PREPARE
@@ -0,0 +1 @@
+config_query_list FONTCONFIG_BRANCH 'What branch?' stable devel



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (aefcd6c91e8820c32c2b1f90e071fe61368fb911), Pavel Vinogradov, 04/11/2016

Archive powered by MHonArc 2.6.24.

Top of Page