Skip to Content.
Sympa Menu

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

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 (4290fd0a2e61417abd26c37ab98c914e0c0c1bea)
  • Date: Fri, 24 Jun 2022 08:21:10 +0000

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

xorg-app/weston/DETAILS | 4 -
xorg-app/weston/HISTORY | 5 +
xorg-app/weston/patches/0002-meson-fix-fbdev-usage.patch | 39
---------------
3 files changed, 7 insertions(+), 41 deletions(-)

New commits:
commit 4290fd0a2e61417abd26c37ab98c914e0c0c1bea
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

weston: => 10.0.1

diff --git a/xorg-app/weston/DETAILS b/xorg-app/weston/DETAILS
index a692952..854d711 100755
--- a/xorg-app/weston/DETAILS
+++ b/xorg-app/weston/DETAILS
@@ -1,11 +1,11 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=weston
- VERSION=10.0.0
+ VERSION=10.0.1
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://wayland.freedesktop.org
- SOURCE_URL[0]=$WEB_SITE/releases/$SOURCE
+
SOURCE_URL[0]=https://gitlab.freedesktop.org/wayland/weston/-/releases/$VERSION/downloads/$SOURCE
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
SOURCE_GPG=freedesktop.gpg:$SOURCE.sig:UPSTREAM_KEY
diff --git a/xorg-app/weston/HISTORY b/xorg-app/weston/HISTORY
index 8dd518e..98c84ee 100644
--- a/xorg-app/weston/HISTORY
+++ b/xorg-app/weston/HISTORY
@@ -1,3 +1,8 @@
+2022-06-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 10.0.1
+ new url
+ * patches/0002-meson-fix-fbdev-usage.patch: deleted
+
2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: use MESON_DEPENDS

diff --git a/xorg-app/weston/patches/0002-meson-fix-fbdev-usage.patch
b/xorg-app/weston/patches/0002-meson-fix-fbdev-usage.patch
deleted file mode 100644
index 1e807f5..0000000
--- a/xorg-app/weston/patches/0002-meson-fix-fbdev-usage.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 825b70ac11282df1065cd7d1a968bdcc0d524938 Mon Sep 17 00:00:00 2001
-From: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Thu, 27 Jan 2022 14:20:59 +0100
-Subject: [PATCH 2/2] meson - fix fbdev usage
-
----
- meson.build | 2 +-
- meson_options.txt | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index afadcb2c..61ab239f 100644
---- a/meson.build
-+++ b/meson.build
-@@ -121,7 +121,7 @@ config_h.set10('TEST_GL_RENDERER',
get_option('test-gl-renderer'))
-
- backend_default = get_option('backend-default')
- if backend_default == 'auto'
-- foreach b : [ 'headless', 'fbdev', 'x11', 'wayland', 'drm' ]
-+ foreach b : [ 'headless', 'x11', 'wayland', 'drm' ]
- if get_option('backend-' + b)
- backend_default = b
- endif
-diff --git a/meson_options.txt b/meson_options.txt
-index 8a527d74..f8a715d8 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -53,7 +53,7 @@ option(
- option(
- 'backend-default',
- type: 'combo',
-- choices: [ 'auto', 'drm', 'wayland', 'x11', 'fbdev', 'headless' ],
-+ choices: [ 'auto', 'drm', 'wayland', 'x11', 'headless' ],
- value: 'drm',
- description: 'Default backend when no parent display server detected'
- )
---
-2.35.1
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4290fd0a2e61417abd26c37ab98c914e0c0c1bea), Treeve Jelbert, 06/24/2022

Archive powered by MHonArc 2.6.24.

Top of Page