Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wlroots: update to 0.6.0.
@ 2019-05-03 21:29 voidlinux-github
  2019-05-03 22:33 ` [PR PATCH] [Merged]: " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-03 21:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is a new pull request by Derriick against master on the void-packages repository

https://github.com/Derriick/void-packages wlroots
https://github.com/void-linux/void-packages/pull/11473

wlroots: update to 0.6.0.


A patch file from https://github.com/void-linux/void-packages/pull/11473.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wlroots-11473.patch --]
[-- Type: application/text/x-diff, Size: 2064 bytes --]

From 583c53710aee3adc0c20b4221b5c2143cef087c0 Mon Sep 17 00:00:00 2001
From: Derriick <derriick.ensiie@yahoo.com>
Date: Fri, 3 May 2019 21:55:01 +0200
Subject: [PATCH] wlroots: update to 0.6.0.

---
 common/shlibs            | 2 +-
 srcpkgs/wlroots/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 5bdd8d9832a..f1add2425c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3319,7 +3319,7 @@ libcodecore.so.0 libio.elementary.code-3.0_1
 libio.elementary.music-core.so.0 libio.elementary.music-5.0_1
 libpantheon-files-core.so.4 libio.elementary.files-4.1.4_1
 libpantheon-files-widgets.so.4 libio.elementary.files-4.1.4_1
-libwlroots.so.2 wlroots-0.5.0_1
+libwlroots.so.3 wlroots-0.6.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
 libcotp.so.12 libcotp-1.2.1_1
 libunarr.so.1 libunarr-1.0.1_1
diff --git a/srcpkgs/wlroots/template b/srcpkgs/wlroots/template
index 0f3c97866c9..810001a1b63 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,6 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-version=0.5.0
+version=0.6.0
 revision=1
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -11,13 +11,13 @@ makedepends="elogind-devel libcap-devel wayland-devel wayland-protocols
  MesaLib-devel libinput-devel libxkbcommon-devel libdrm-devel pixman-devel
  libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
  xcb-util-keysyms-devel xcb-util-renderutil-devel xcb-util-wm-devel
- xcb-util-errors-devel xcb-util-xrm-devel"
+ xcb-util-errors-devel xcb-util-xrm-devel freerdp-devel"
 short_desc="Module Wayland compositor library"
 maintainer="maxice8 <thinkabit.ukim@gmail.com>"
 license="MIT"
 homepage="https://github.com/swaywm/wlroots"
 distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
-checksum=3c6d422aaa7ac09a1e4a88d93f07a4d6ef6c5e4d76c3422c240a5783265ed0e3
+checksum=9cf3716f3683d800df8b150f256ff66dad65faf13a9d67c284f67a9444d28c70
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: wlroots: update to 0.6.0.
  2019-05-03 21:29 [PR PATCH] wlroots: update to 0.6.0 voidlinux-github
@ 2019-05-03 22:33 ` voidlinux-github
  2019-05-04  0:58 ` voidlinux-github
  2019-05-04  8:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-03 22:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

wlroots: update to 0.6.0.
https://github.com/void-linux/void-packages/pull/11473
Description: 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wlroots: update to 0.6.0.
  2019-05-03 21:29 [PR PATCH] wlroots: update to 0.6.0 voidlinux-github
  2019-05-03 22:33 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-05-04  0:58 ` voidlinux-github
  2019-05-04  8:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-04  0:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/11473#issuecomment-489279936
Comment:
This breaks shlibs for `sway` and `sway` does not build with this version.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: wlroots: update to 0.6.0.
  2019-05-03 21:29 [PR PATCH] wlroots: update to 0.6.0 voidlinux-github
  2019-05-03 22:33 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-05-04  0:58 ` voidlinux-github
@ 2019-05-04  8:45 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-04  8:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/11473#issuecomment-489307730
Comment:
Sorry, missed that.
@Derriick please include all necessary updates in the same PR if you bump a soname in the future.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-04  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03 21:29 [PR PATCH] wlroots: update to 0.6.0 voidlinux-github
2019-05-03 22:33 ` [PR PATCH] [Merged]: " voidlinux-github
2019-05-04  0:58 ` voidlinux-github
2019-05-04  8:45 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).