summaryrefslogtreecommitdiffstats
path: root/xorg-app
diff options
context:
space:
mode:
authorTreeve Jelbert2019-06-25 09:14:18 +0200
committerTreeve Jelbert2019-06-25 09:28:49 +0200
commit9e05d4081e5b548e7e85d8461f30a01cde5b86f7 (patch)
treefcc74fa01de0bebba08f9bcd048369e39231c450 /xorg-app
parentdd98ef38b5bf704963d4e81e590d4636c4c45ef5 (diff)
weston: => 6.0.1
Diffstat (limited to 'xorg-app')
-rwxr-xr-xxorg-app/weston/DEPENDS4
-rwxr-xr-xxorg-app/weston/DETAILS2
-rw-r--r--xorg-app/weston/HISTORY5
-rwxr-xr-xxorg-app/weston/PRE_BUILD4
-rw-r--r--xorg-app/weston/patches/editor-gobject.patch31
5 files changed, 8 insertions, 38 deletions
diff --git a/xorg-app/weston/DEPENDS b/xorg-app/weston/DEPENDS
index 1ae8e49c26..d0e17737ce 100755
--- a/xorg-app/weston/DEPENDS
+++ b/xorg-app/weston/DEPENDS
@@ -37,8 +37,8 @@ optional_depends wayland "backend-wayland=true" \
optional_depends libdrm "backend-drm=true" "backend-drm=false" \
"Build the DRM compositor" &&
optional_depends linux-pam "weston-launch=true" "weston-launch=false" \
- "Build weston-launch"
-optional_depends pango "" "" "" &&
+ "Build weston-launch" &&
+optional_depends pango "" "demo-clients=false" "build demo client" &&
optional_depends -sub "XWAYLAND" XSERVER \
"xwayland=true" \
"xwayland=false" \
diff --git a/xorg-app/weston/DETAILS b/xorg-app/weston/DETAILS
index 6e6dc3d29e..ac7f5beae5 100755
--- a/xorg-app/weston/DETAILS
+++ b/xorg-app/weston/DETAILS
@@ -1,6 +1,6 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=weston
- VERSION=6.0.0
+ VERSION=6.0.1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://wayland.freedesktop.org
diff --git a/xorg-app/weston/HISTORY b/xorg-app/weston/HISTORY
index 66d2125a63..a05888b82a 100644
--- a/xorg-app/weston/HISTORY
+++ b/xorg-app/weston/HISTORY
@@ -1,3 +1,8 @@
+2019-06-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.0.1
+ * PRE_BUILD pathces/*: deleted
+ * DEPENDS: flags for pango
+
2019-03-29 Pavel Vinogradov <public@sourcemage.org>
* DEPENDS, DETAILS: mesonified, updated dependencies
* BUILD: added a workaround flag
diff --git a/xorg-app/weston/PRE_BUILD b/xorg-app/weston/PRE_BUILD
deleted file mode 100755
index 23e683b990..0000000000
--- a/xorg-app/weston/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/xorg-app/weston/patches/editor-gobject.patch b/xorg-app/weston/patches/editor-gobject.patch
deleted file mode 100644
index 151ffa637d..0000000000
--- a/xorg-app/weston/patches/editor-gobject.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From cbffca980b19fd6a6de14d9f2b4dca6a7711d9e0 Mon Sep 17 00:00:00 2001
-From: Pekka Paalanen <pekka.paalanen@collabora.com>
-Date: Fri, 22 Mar 2019 13:58:30 +0200
-Subject: [PATCH] meson: link editor with gobject-2.0
-
-editor.c calls g_clear_object(), so it should link to gobject directly instead
-of relying on pangocairo pulling it in in its pkg-config.
-
-Fixes: https://gitlab.freedesktop.org/wayland/weston/issues/211
-
-Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
----
- clients/meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/clients/meson.build b/clients/meson.build
-index 47e9e8ce..53a94212 100644
---- a/clients/meson.build
-+++ b/clients/meson.build
-@@ -236,7 +236,7 @@ demo_clients = [
- text_input_unstable_v1_client_protocol_h,
- text_input_unstable_v1_protocol_c,
- ],
-- 'deps': [ 'pangocairo' ]
-+ 'deps': [ 'pangocairo', 'gobject-2.0' ]
- },
- { 'basename': 'eventdemo' },
- { 'basename': 'flower' },
---
-2.18.1
-