Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (732a157e575bbb95b3f22dd6adca64bb64ca3db6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (732a157e575bbb95b3f22dd6adca64bb64ca3db6)
  • Date: Sun, 30 Jun 2024 07:34:20 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics/gexiv2/DETAILS | 6 +++---
graphics/gexiv2/HISTORY | 4 ++++
graphics/kicad/CONFIGURE | 1 +
graphics/kicad/DEPENDS | 2 +-
graphics/kicad/DETAILS | 1 +
graphics/kicad/HISTORY | 3 +++
6 files changed, 13 insertions(+), 4 deletions(-)

New commits:
commit 732a157e575bbb95b3f22dd6adca64bb64ca3db6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kicad: Fix CMake usage

commit 4e52f5dbe801ba7719a79c43ce329d805cb37665
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gexiv2 0.14.3

diff --git a/graphics/gexiv2/DETAILS b/graphics/gexiv2/DETAILS
index 7f9b6af..c4e10c4 100755
--- a/graphics/gexiv2/DETAILS
+++ b/graphics/gexiv2/DETAILS
@@ -1,11 +1,11 @@
# Watch: https://download.gnome.org/sources/gexiv2/0.14/
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=gexiv2
- VERSION=0.14.2
-
SOURCE_HASH=sha512:16536be5180d5f13f549a68f5b701343a1246eca99083e43e6fc700b151614ea80696f931fcbc721b05955173e3206819b593e5b0fcd8ad4fd7d3b287d9c1441
+ VERSION=0.14.3
+
SOURCE_HASH=sha512:24c97fa09b9ee32cb98da4637ea78eb72ae7e2d1792f9ebb31d63e305b3e0e1f6935b8647589c76c39ba631a15c1d8d2f3879c7dff81433786e9533b6348b6a0
SOURCE=${SPELL}-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://trac.yorba.org/wiki/gexiv2
+ WEB_SITE=https://gitlab.gnome.org/GNOME/gexiv2/

SOURCE_URL[0]=https://download.gnome.org/sources/gexiv2/${VERSION%.*}/$SOURCE
LICENSE[0]=GPL
ENTERED=20100709
diff --git a/graphics/gexiv2/HISTORY b/graphics/gexiv2/HISTORY
index fc64c2b..10e2bdf 100644
--- a/graphics/gexiv2/HISTORY
+++ b/graphics/gexiv2/HISTORY
@@ -1,3 +1,7 @@
+2024-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.3
+ fixed WEB_SITE
+
2023-10-17 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version 0.14.2
* DEPENDS: disable vapi and python without gobject-introspection
diff --git a/graphics/kicad/CONFIGURE b/graphics/kicad/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/graphics/kicad/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/graphics/kicad/DEPENDS b/graphics/kicad/DEPENDS
index 9757876..bdeb468 100755
--- a/graphics/kicad/DEPENDS
+++ b/graphics/kicad/DEPENDS
@@ -1,4 +1,4 @@
-depends cmake &&
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
depends WXWIDGET -DKICAD_USE_EGL=ON &&
depends OPENGL &&
depends glew &&
diff --git a/graphics/kicad/DETAILS b/graphics/kicad/DETAILS
index 2bfc68e..5ee77a8 100755
--- a/graphics/kicad/DETAILS
+++ b/graphics/kicad/DETAILS
@@ -1,3 +1,4 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=kicad
VERSION=7.0.5

SOURCE_HASH=sha512:72f35bca74f29f9e8066fa15564d58bc14d8a196c762406e68ee1dac99ccc2d69056e1d4005ecf7aaed97f0be4c33a49065f5bfc03b4fc713ee5f12edacf3d6a
diff --git a/graphics/kicad/HISTORY b/graphics/kicad/HISTORY
index 10fdc27..4065a99 100644
--- a/graphics/kicad/HISTORY
+++ b/graphics/kicad/HISTORY
@@ -1,3 +1,6 @@
+2024-06-30 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: fixed CMake usage
+
2023-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: updated spell to 7.0.5
fixed WEB_SITE


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (732a157e575bbb95b3f22dd6adca64bb64ca3db6), Ismael Luceno, 06/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page