Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (b4804bcce8bc5e5478a46f00299f013e4d07351d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (b4804bcce8bc5e5478a46f00299f013e4d07351d)
  • Date: Sat, 11 Mar 2023 15:14:41 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

gnome2-libs/pangomm1.4/BUILD | 4 ++--
gnome2-libs/pangomm1.4/CONFIGURE | 1 +
gnome2-libs/pangomm1.4/DEPENDS | 7 ++++---
gnome2-libs/pangomm1.4/DETAILS | 5 +++--
gnome2-libs/pangomm1.4/HISTORY | 6 ++++++
5 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit b4804bcce8bc5e5478a46f00299f013e4d07351d
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

pangomm1.4: => 2.46.3; convert to meson build

diff --git a/gnome2-libs/pangomm1.4/BUILD b/gnome2-libs/pangomm1.4/BUILD
index 9d4a015..c2e93d1 100755
--- a/gnome2-libs/pangomm1.4/BUILD
+++ b/gnome2-libs/pangomm1.4/BUILD
@@ -1,4 +1,4 @@
-OPTS="$OPTS --disable-maintainer-mode" &&
-OPTS="$OPTS --disable-documentation" &&
+OPTS="$OPTS maintainer-mode=false" &&
+OPTS="$OPTS build-documentation=false" &&

default_build
diff --git a/gnome2-libs/pangomm1.4/CONFIGURE
b/gnome2-libs/pangomm1.4/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/gnome2-libs/pangomm1.4/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/gnome2-libs/pangomm1.4/DEPENDS b/gnome2-libs/pangomm1.4/DEPENDS
index fdbb85d..33e9c9f 100755
--- a/gnome2-libs/pangomm1.4/DEPENDS
+++ b/gnome2-libs/pangomm1.4/DEPENDS
@@ -1,4 +1,5 @@
-depends glibmm2.4 &&
-depends cairo &&
-depends pango &&
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends glibmm2.4 &&
+depends cairo &&
+depends pango &&
depends cairomm1.0
diff --git a/gnome2-libs/pangomm1.4/DETAILS b/gnome2-libs/pangomm1.4/DETAILS
index 076ca4a1..8dce7da 100755
--- a/gnome2-libs/pangomm1.4/DETAILS
+++ b/gnome2-libs/pangomm1.4/DETAILS
@@ -1,9 +1,10 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=pangomm1.4
SPELLX=pangomm
- VERSION=2.42.1
+ VERSION=2.46.3
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/$SPELLX/${VERSION%.*}/$SOURCE
-
SOURCE_HASH=sha512:46ba375e61dd32e268397ecb8e69364b642ea3d9a6c4d9e3e52500e1e1c9fa0c6aa822c6d5046f49a2fe4d9a872c6c2b354134d39c17370abcfc6a1d752223b0
+
SOURCE_HASH=sha512:c0925f295b372bca7b5ede28476ed00e691911e041632969e5e4c30fcf338bac069ba031d4f48601877524b90af47f5238e444e2de7501f1ff25dcda9dd9a9c8
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
WEB_SITE=http://www.gtkmm.org/
GATHER_DOCS=off
diff --git a/gnome2-libs/pangomm1.4/HISTORY b/gnome2-libs/pangomm1.4/HISTORY
index caf3932..b32a907 100644
--- a/gnome2-libs/pangomm1.4/HISTORY
+++ b/gnome2-libs/pangomm1.4/HISTORY
@@ -1,3 +1,9 @@
+2023-03-11 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 2.46.3, convert to meson
+ * DEPENDS: add MESON_DEPENDS
+ * CONFIGURE: added, MESON_CONFIGURE
+ * BUILD: convert build opts to meson version
+
2020-09-21 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 2.42.1 to preserver 1.4 ABI, also no
redundant GATHER_DOCS here



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (b4804bcce8bc5e5478a46f00299f013e4d07351d), Conner Clere, 03/11/2023

Archive powered by MHonArc 2.6.24.

Top of Page