Skip to Content.
Sympa Menu

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

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 (449636cde98aa67354e51c0d4c4b7c6bf2b99116)
  • Date: Sat, 7 Apr 2018 21:31:15 +0000

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

gnome2-libs/pango/BUILD | 3 ---
gnome2-libs/pango/DEPENDS | 17 +++++++----------
gnome2-libs/pango/DETAILS | 5 +++--
gnome2-libs/pango/HISTORY | 5 +++++
gnome2-libs/pango/SUB_DEPENDS | 4 ++--
5 files changed, 17 insertions(+), 17 deletions(-)

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

gnome2-libs/pango: version 1.42.1

diff --git a/gnome2-libs/pango/BUILD b/gnome2-libs/pango/BUILD
deleted file mode 100755
index 9dfab36..0000000
--- a/gnome2-libs/pango/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="$PANGO_OPTS $OPTS" &&
-
-default_build
diff --git a/gnome2-libs/pango/DEPENDS b/gnome2-libs/pango/DEPENDS
index 0b73a66..24d4f46 100755
--- a/gnome2-libs/pango/DEPENDS
+++ b/gnome2-libs/pango/DEPENDS
@@ -1,6 +1,7 @@
. "$GRIMOIRE/FUNCTIONS" &&

-depends automake &&
+depends ninja-build-system &&
+depends meson &&
depends cairo &&
depends expat &&
depends fontconfig &&
@@ -14,10 +15,7 @@ depends pcre &&
depends pixman &&
depends python &&

-optional_depends libxft \
- "--with-xft" \
- "--without-xft" \
- "for XFT and X11 support" &&
+optional_depends libxft "" "" "for XFT and X11 support" &&

if is_depends_enabled $SPELL libxft; then
depends libpthread-stubs &&
@@ -32,9 +30,8 @@ if is_depends_enabled $SPELL libxft; then
fi
fi &&

-optional_depends gtk-doc "" "" "to build documentation with gtk-doc" &&
+optional_depends gtk-doc "enable_docs=true" "enable_docs=false" \
+ "to build documentation with gtk-doc" &&

-optional_depends gobject-introspection \
- "--enable-introspection=yes" \
- "--enable-introspection=no" \
- "to enable introspection"
+optional_depends gobject-introspection "gir=true" "gir=false" \
+ "to enable introspection"
diff --git a/gnome2-libs/pango/DETAILS b/gnome2-libs/pango/DETAILS
index 8956324..41f0b79 100755
--- a/gnome2-libs/pango/DETAILS
+++ b/gnome2-libs/pango/DETAILS
@@ -1,6 +1,7 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="pango"
- VERSION="1.42.0"
-
SOURCE_HASH="sha256:9924d88a3dcedff753f0763814a1605307c5c9c931413b8b47ea7267d1b19446:UPSTREAM_HASH"
+ VERSION="1.42.1"
+
SOURCE_HASH="sha256:915a6756b298578ff27c7a6393f8c2e62e6e382f9411f2504d7af1a13c7bce32:UPSTREAM_HASH"
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="${GNOME_URL}/sources/${SPELL}/${VERSION%.*}/${SOURCE}"
diff --git a/gnome2-libs/pango/HISTORY b/gnome2-libs/pango/HISTORY
index 5a3f0a0..605c099 100644
--- a/gnome2-libs/pango/HISTORY
+++ b/gnome2-libs/pango/HISTORY
@@ -1,3 +1,8 @@
+2018-04-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.42.1, converted to meson build system
+ * BUILD: removed
+ * *DEPENDS: converted to meson build system
+
2018-03-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.42.0

diff --git a/gnome2-libs/pango/SUB_DEPENDS b/gnome2-libs/pango/SUB_DEPENDS
index 57727c7..1608db9 100755
--- a/gnome2-libs/pango/SUB_DEPENDS
+++ b/gnome2-libs/pango/SUB_DEPENDS
@@ -1,9 +1,9 @@
case $THIS_SUB_DEPENDS in
GI) message "Pango with GI requested, forcing gobject-instrospection
dependency" &&
- depends gobject-introspection
+ depends gobject-introspection "gir=true"
;;
X) message "Pango with XFT support requested, forcing libxft dependency" &&
- depends libxft "--with-xft" &&
+ depends libxft &&
depends libx11 &&
depends libxau &&
depends libxdmcp &&



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (449636cde98aa67354e51c0d4c4b7c6bf2b99116), Pavel Vinogradov, 04/07/2018

Archive powered by MHonArc 2.6.24.

Top of Page