Skip to Content.
Sympa Menu

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

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 (7e2fff41c15cb3d9cf4aed626399e47004b76553)
  • Date: Fri, 11 Jan 2019 16:09:58 +0000

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

graphics-libs/graphite2/BUILD | 3 ---
graphics-libs/graphite2/CONFIGURE | 1 +
graphics-libs/graphite2/DEPENDS | 2 +-
graphics-libs/graphite2/DETAILS | 5 +++--
graphics-libs/graphite2/HISTORY | 6 ++++++
5 files changed, 11 insertions(+), 6 deletions(-)

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

graphics-libs/graphite2: version 1.3.13

diff --git a/graphics-libs/graphite2/BUILD b/graphics-libs/graphite2/BUILD
deleted file mode 100755
index ee02cb9..0000000
--- a/graphics-libs/graphite2/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr \
- -DSYSCONFDIR=$INSTALLROOT/etc . &&
-make
diff --git a/graphics-libs/graphite2/CONFIGURE
b/graphics-libs/graphite2/CONFIGURE
new file mode 100755
index 0000000..12db82b
--- /dev/null
+++ b/graphics-libs/graphite2/CONFIGURE
@@ -0,0 +1 @@
+source "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/graphics-libs/graphite2/DEPENDS b/graphics-libs/graphite2/DEPENDS
index 1c5d9a6..85ac41f 100755
--- a/graphics-libs/graphite2/DEPENDS
+++ b/graphics-libs/graphite2/DEPENDS
@@ -1,3 +1,3 @@
-depends cmake &&
+source "${GRIMOIRE}/CMAKE_DEPENDS" &&
depends freetype2 &&
depends glib2
diff --git a/graphics-libs/graphite2/DETAILS b/graphics-libs/graphite2/DETAILS
index e02c552..31ceb9c 100755
--- a/graphics-libs/graphite2/DETAILS
+++ b/graphics-libs/graphite2/DETAILS
@@ -1,10 +1,11 @@
+source "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=graphite2
- VERSION=1.3.11
+ VERSION=1.3.13
+
SOURCE_HASH="sha1:bd3494575a1ff1c5b4ea796444274dab1e5992c9:UPSTREAM_HASH"
SECURITY_PATCH=2
SOURCE="${SPELL}-${VERSION}.tgz"

SOURCE_URL[0]="http://downloads.sourceforge.net/project/silgraphite/${SPELL}/${SOURCE}";

SOURCE_URL[1]="https://github.com/silnrsi/graphite/releases/download/${VERSION}/${SOURCE}";
-
SOURCE_HASH="sha1:26b70897bac68868d964ef70002c384ec10b6572:UPSTREAM_HASH"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://graphite.sil.org";
LICENSE[0]=LGPL
diff --git a/graphics-libs/graphite2/HISTORY b/graphics-libs/graphite2/HISTORY
index 23e0005..c38effd 100644
--- a/graphics-libs/graphite2/HISTORY
+++ b/graphics-libs/graphite2/HISTORY
@@ -1,3 +1,9 @@
+2019-01-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.3.13, converted to cmake build system
+ * BUILD: removed
+ * CONFIGURE: added default cmake queries
+ * DEPENDS: cmakeify
+
2018-03-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.3.11




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7e2fff41c15cb3d9cf4aed626399e47004b76553), Pavel Vinogradov, 01/11/2019

Archive powered by MHonArc 2.6.24.

Top of Page