Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (4973044876e8b76d0ae095609f9a462d7cf97dca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (4973044876e8b76d0ae095609f9a462d7cf97dca)
  • Date: Mon, 5 Feb 2024 09:55:04 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

xorg-lib/libpciaccess/CONFIGURE | 1 +
xorg-lib/libpciaccess/DEPENDS | 1 +
xorg-lib/libpciaccess/DETAILS | 3 ++-
xorg-lib/libpciaccess/HISTORY | 6 ++++++
xorg-lib/libpciaccess/PRE_BUILD | 5 -----
xorg-lib/libxext/DETAILS | 2 +-
xorg-lib/libxext/HISTORY | 3 +++
xorg-lib/libxkbfile/CONFIGURE | 1 +
xorg-lib/libxkbfile/DEPENDS | 11 ++---------
xorg-lib/libxkbfile/DETAILS | 3 ++-
xorg-lib/libxkbfile/HISTORY | 5 +++++
xorg-util/makedepend/DETAILS | 7 +++++--
xorg-util/makedepend/HISTORY | 5 +++++
13 files changed, 34 insertions(+), 19 deletions(-)

New commits:
commit 4973044876e8b76d0ae095609f9a462d7cf97dca
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

makedepend: => 1.0.9

commit 1c809e6796693627b91f09234140c49b717163ed
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxkbfile - meson build

commit 52a3f11202d5c7cf599c0dbd640fad1f33f72bd7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxkbfile: => 1.1.3

commit d4c40e63b6727d506423fd111911336506315e6a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxext: => 1.3.6

commit da55b7bb52c9bf9fb61872fa96c3750e3d792a5a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libpciaccess - meson build

commit 7483a1a8bc7beaeffb755dafe95857b968ec5df4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libpciaccess: => 0.18

diff --git a/xorg-lib/libpciaccess/CONFIGURE b/xorg-lib/libpciaccess/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-lib/libpciaccess/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-lib/libpciaccess/DEPENDS b/xorg-lib/libpciaccess/DEPENDS
new file mode 100755
index 0000000..662c999
--- /dev/null
+++ b/xorg-lib/libpciaccess/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_DEPENDS
diff --git a/xorg-lib/libpciaccess/DETAILS b/xorg-lib/libpciaccess/DETAILS
index cd39edf..551dd65 100755
--- a/xorg-lib/libpciaccess/DETAILS
+++ b/xorg-lib/libpciaccess/DETAILS
@@ -1,5 +1,6 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libpciaccess
- VERSION=0.17
+ VERSION=0.18
PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.xz"

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
diff --git a/xorg-lib/libpciaccess/HISTORY b/xorg-lib/libpciaccess/HISTORY
index 9491f5f..24489e5 100644
--- a/xorg-lib/libpciaccess/HISTORY
+++ b/xorg-lib/libpciaccess/HISTORY
@@ -1,3 +1,9 @@
+2024-02-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.18
+ * PRE_BUILD: deleted
+ * DEPENDS CONFIGUE: added
+ now uses meson build
+
2022-10-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.17

diff --git a/xorg-lib/libpciaccess/PRE_BUILD b/xorg-lib/libpciaccess/PRE_BUILD
deleted file mode 100755
index 2ee8ae4..0000000
--- a/xorg-lib/libpciaccess/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# The lib has no further depenencies, so libtool archives are not needed.
-find . -name Makefile.in \
-| xargs sed -i
's,^\(LIBTOOL[[:space:]]*=[[:space:]]*\),\1'"$GRIMOIRE"'/libtool-nola ,'
diff --git a/xorg-lib/libxext/DETAILS b/xorg-lib/libxext/DETAILS
index e09f770..ae31f58 100755
--- a/xorg-lib/libxext/DETAILS
+++ b/xorg-lib/libxext/DETAILS
@@ -1,6 +1,6 @@
SPELL=libxext
PKG=libXext
- VERSION=1.3.5
+ VERSION=1.3.6
SECURITY_PATCH=1
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
diff --git a/xorg-lib/libxext/HISTORY b/xorg-lib/libxext/HISTORY
index 9a2a86d..fe02fab 100644
--- a/xorg-lib/libxext/HISTORY
+++ b/xorg-lib/libxext/HISTORY
@@ -1,3 +1,6 @@
+2024-02-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.6
+
2022-10-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.5

diff --git a/xorg-lib/libxkbfile/CONFIGURE b/xorg-lib/libxkbfile/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/xorg-lib/libxkbfile/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/xorg-lib/libxkbfile/DEPENDS b/xorg-lib/libxkbfile/DEPENDS
index 7eb0435..5192a96 100755
--- a/xorg-lib/libxkbfile/DEPENDS
+++ b/xorg-lib/libxkbfile/DEPENDS
@@ -1,10 +1,3 @@
+source $GRIMOIRE/MESON_DEPENDS &&
depends xorgproto &&
-depends AWK &&
-depends libpthread-stubs &&
-depends libtool &&
-depends libx11 &&
-depends libxau &&
-depends libxcb &&
-depends libxdmcp &&
-depends PKG-CONFIG &&
-depends util-macros
+depends libx11
diff --git a/xorg-lib/libxkbfile/DETAILS b/xorg-lib/libxkbfile/DETAILS
index d09ae24..ceaa430 100755
--- a/xorg-lib/libxkbfile/DETAILS
+++ b/xorg-lib/libxkbfile/DETAILS
@@ -1,6 +1,7 @@
+source $GRIMOIRE/MESON_FUNCTIONS
SPELL=libxkbfile
PKG=libxkbfile
- VERSION=1.1.2
+ VERSION=1.1.3
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-lib/libxkbfile/HISTORY b/xorg-lib/libxkbfile/HISTORY
index 2fbefc2..de3be1d 100644
--- a/xorg-lib/libxkbfile/HISTORY
+++ b/xorg-lib/libxkbfile/HISTORY
@@ -1,3 +1,8 @@
+2024-02-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.3
+ * CONFIGURE DETAILS DEPENDS: use meson
+ * DEPENDS: cleanup
+
2022-12-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.2

diff --git a/xorg-util/makedepend/DETAILS b/xorg-util/makedepend/DETAILS
index a9c9fc0..9fa2e94 100755
--- a/xorg-util/makedepend/DETAILS
+++ b/xorg-util/makedepend/DETAILS
@@ -1,10 +1,13 @@
SPELL=makedepend
PKG=makedepend
- VERSION=1.0.8
+ VERSION=1.0.9
SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/util/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
-
SOURCE_HASH=sha512:6707b1107c07d4ffbcf008181e877d18a0bcc4aea03860ee1158f5630c7fdce4cf9ad7bee3b38ee420c3a44819ed4b56a6f2428a5b695c0dbd17fb3e60825a6d
WEB_SITE=https://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-util/makedepend/HISTORY b/xorg-util/makedepend/HISTORY
index e5f778d..6d47c9c 100644
--- a/xorg-util/makedepend/HISTORY
+++ b/xorg-util/makedepend/HISTORY
@@ -1,3 +1,8 @@
+2024-02-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.0.9
+ * DEPENDS remove xorgproto
+
2023-08-09 Stephane Fontaine <esselfe16 AT gmail.com>
* DETAILS: updated to 1.0.8
Remove non-working signature and use hash instead


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (4973044876e8b76d0ae095609f9a462d7cf97dca), Treeve Jelbert, 02/05/2024

Archive powered by MHonArc 2.6.24.

Top of Page