Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sway: update to 1.1.1
@ 2019-06-04 10:51 voidlinux-github
  2019-06-04 12:56 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-04 10:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From c4c525e1ab3e017d76f0149afb7ff329de7c0656 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/2] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..810001a1b63 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,8 +1,7 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
-revision=2
+version=0.6.0
+revision=1
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
  -Dxcb-errors=enabled -Dxcb-icccm=enabled -Dxwayland=enabled
@@ -12,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

From c84db57aba1bca375930c99965f48356563daca0 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/2] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
  2019-06-04 12:56 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-04 12:56 ` voidlinux-github
  2019-06-05 18:25 ` voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-04 12:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From 6b3bde12b2ab0933dc868064c1b6d4259611438e Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From 659738eac9813facc056c80181361ce3f8ab7425 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

From 9a364f981a6a89d95d7c26a287fa136d50f9782a Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 3/3] wayfire: broken package

---
 srcpkgs/wayfire/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..81440556853 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -11,6 +11,7 @@ license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
 checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+broken="The new wlroots API is not yet implemented in wayfire"
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
@ 2019-06-04 12:56 ` voidlinux-github
  2019-06-04 12:56 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-04 12:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From 6b3bde12b2ab0933dc868064c1b6d4259611438e Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From 659738eac9813facc056c80181361ce3f8ab7425 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

From 9a364f981a6a89d95d7c26a287fa136d50f9782a Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 3/3] wayfire: broken package

---
 srcpkgs/wayfire/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..81440556853 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -11,6 +11,7 @@ license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
 checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+broken="The new wlroots API is not yet implemented in wayfire"
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

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

* Re: sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
  2019-06-04 12:56 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-04 12:56 ` voidlinux-github
@ 2019-06-05 18:25 ` voidlinux-github
  2019-06-05 18:26 ` voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-05 18:25 UTC (permalink / raw)
  To: ml

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

New comment by tjg1 on void-packages repository

https://github.com/void-linux/void-packages/pull/12121#issuecomment-499200121
Comment:
wayfire is already fixed in their git master, I poked them to tag a release WayfireWM/wayfire#232

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

* Re: sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-05 18:25 ` voidlinux-github
@ 2019-06-05 18:26 ` voidlinux-github
  2019-06-25  6:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-05 18:26 UTC (permalink / raw)
  To: ml

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

New comment by tjg1 on void-packages repository

https://github.com/void-linux/void-packages/pull/12121#issuecomment-499200121
Comment:
wayfire is already fixed in upstream git master, I poked them to tag a release WayfireWM/wayfire#232

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-25  6:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-25  6:32 ` voidlinux-github
  2019-06-25  6:56 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  6:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From 6b3bde12b2ab0933dc868064c1b6d4259611438e Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From 659738eac9813facc056c80181361ce3f8ab7425 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

From b2ac2ed755d0b3db38dd816417c9262b24a4a65c Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 3/3] wayfire: update to 0.2

---
 srcpkgs/wayfire/patches/ulong.patch       | 22 ------
 srcpkgs/wayfire/patches/wlroots-041.patch | 92 -----------------------
 srcpkgs/wayfire/template                  |  6 +-
 3 files changed, 3 insertions(+), 117 deletions(-)
 delete mode 100644 srcpkgs/wayfire/patches/ulong.patch
 delete mode 100644 srcpkgs/wayfire/patches/wlroots-041.patch

diff --git a/srcpkgs/wayfire/patches/ulong.patch b/srcpkgs/wayfire/patches/ulong.patch
deleted file mode 100644
index e7ba060856a..00000000000
--- a/srcpkgs/wayfire/patches/ulong.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/api/img.hpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:35.302813580 +0100
-@@ -5,8 +5,6 @@
- #include <GLES2/gl2.h>
- #include <string>
- 
--#define ulong unsigned long
--
- namespace image_io
- {
-     /* Load the image from the given file, binding it to the given GL texture target
---- src/core/img.cpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:57.760169039 +0100
-@@ -19,7 +19,7 @@
- 
- namespace image_io {
-     using Loader = std::function<bool(const char *, GLuint)>;
--    using Writer = std::function<void(const char *name, uint8_t *pixels, ulong, ulong)>;
-+    using Writer = std::function<void(const char *name, uint8_t *pixels, unsigned long, unsigned long)>;
-     namespace {
-         std::unordered_map<std::string, Loader> loaders;
-         std::unordered_map<std::string, Writer> writers;
diff --git a/srcpkgs/wayfire/patches/wlroots-041.patch b/srcpkgs/wayfire/patches/wlroots-041.patch
deleted file mode 100644
index 35d9e1f6b33..00000000000
--- a/srcpkgs/wayfire/patches/wlroots-041.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From 76a7bc32f4c2960a6e55436a79983cc4c5cef611 Mon Sep 17 00:00:00 2001
-From: Greg V <greg@unrelenting.technology>
-Date: Sat, 23 Feb 2019 23:42:46 +0300
-Subject: [PATCH] Track wlroots: new drag'n'drop handling
-
----
- src/core/seat/input-manager.hpp |  5 +++--
- src/core/seat/seat.cpp          | 38 +++++++++++++++++++++++++++------
- 2 files changed, 34 insertions(+), 9 deletions(-)
-
-diff --git a/src/core/seat/input-manager.hpp b/src/core/seat/input-manager.hpp
-index 6585d29..9d5a7b0 100644
---- src/core/seat/input-manager.hpp
-+++ src/core/seat/input-manager.hpp
-@@ -62,8 +62,9 @@ class input_manager
-         wayfire_grab_interface active_grab = nullptr;
-         bool session_active = true;
- 
--        wl_listener input_device_created, new_drag_icon, request_set_cursor,
--                    request_set_selection, request_set_primary_selection;
-+        wl_listener input_device_created, request_start_drag, start_drag,
-+                    request_set_cursor, request_set_selection,
-+                    request_set_primary_selection;
- 
- 
-         signal_callback_t config_updated;
-diff --git a/src/core/seat/seat.cpp b/src/core/seat/seat.cpp
-index b00866b..fbcd254 100644
---- src/core/seat/seat.cpp
-+++ src/core/seat/seat.cpp
-@@ -56,8 +56,8 @@ wf_drag_icon::wf_drag_icon(wlr_drag_icon *ic)
- 
- wf_point wf_drag_icon::get_output_position()
- {
--    auto pos = icon->is_pointer ?
--        core->get_cursor_position() : core->get_touch_position(icon->touch_id);
-+    auto pos = icon->drag->grab_type == WLR_DRAG_GRAB_KEYBOARD_TOUCH ?
-+        core->get_touch_position(icon->drag->touch_id) : core->get_cursor_position();
- 
-     GetTuple(x, y, pos);
- 
-@@ -97,11 +97,32 @@ void wf_drag_icon::damage(const wlr_box& box)
-     });
- }
- 
--static void handle_new_drag_icon_cb(wl_listener*, void *data)
-+static void handle_request_start_drag_cb(wl_listener*, void *data)
- {
--    auto di = static_cast<wlr_drag_icon*> (data);
-+    auto ev = static_cast<wlr_seat_request_start_drag_event*> (data);
-+    auto seat = core->get_current_seat();
- 
--    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(di));
-+    if (wlr_seat_validate_pointer_grab_serial(seat, ev->origin, ev->serial)) {
-+        wlr_seat_start_pointer_drag(seat, ev->drag, ev->serial);
-+        return;
-+    }
-+
-+    struct wlr_touch_point *point;
-+    if (wlr_seat_validate_touch_grab_serial(seat, ev->origin, ev->serial, &point)) {
-+        wlr_seat_start_touch_drag(seat, ev->drag, ev->serial, point);
-+        return;
-+    }
-+
-+    log_debug("Ignoring start_drag request: "
-+            "could not validate pointer or touch serial %" PRIu32, ev->serial);
-+    wlr_data_source_destroy(ev->drag->source);
-+}
-+
-+static void handle_start_drag_cb(wl_listener*, void *data)
-+{
-+    auto d = static_cast<wlr_drag*> (data);
-+
-+    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(d->icon));
-     core->input->drag_icons.push_back(std::move(icon));
- }
- 
-@@ -139,8 +160,11 @@ void input_manager::create_seat()
-     request_set_cursor.notify = handle_request_set_cursor;
-     wl_signal_add(&seat->events.request_set_cursor, &request_set_cursor);
- 
--    new_drag_icon.notify      = handle_new_drag_icon_cb;
--    wl_signal_add(&seat->events.new_drag_icon, &new_drag_icon);
-+    request_start_drag.notify = handle_request_start_drag_cb;
-+    wl_signal_add(&seat->events.request_start_drag, &request_start_drag);
-+
-+    start_drag.notify         = handle_start_drag_cb;
-+    wl_signal_add(&seat->events.start_drag, &start_drag);
- 
-     request_set_selection.notify = handle_request_set_selection_cb;
-     wl_signal_add(&seat->events.request_set_selection, &request_set_selection);
-
diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..2ee4bd17ae9 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.1
-revision=3
+version=0.2
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wlroots-devel glm cairo-devel wf-config"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
-checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-05 18:26 ` voidlinux-github
@ 2019-06-25  6:32 ` voidlinux-github
  2019-06-25  6:32 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  6:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From 6b3bde12b2ab0933dc868064c1b6d4259611438e Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From 659738eac9813facc056c80181361ce3f8ab7425 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

From b2ac2ed755d0b3db38dd816417c9262b24a4a65c Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 3/3] wayfire: update to 0.2

---
 srcpkgs/wayfire/patches/ulong.patch       | 22 ------
 srcpkgs/wayfire/patches/wlroots-041.patch | 92 -----------------------
 srcpkgs/wayfire/template                  |  6 +-
 3 files changed, 3 insertions(+), 117 deletions(-)
 delete mode 100644 srcpkgs/wayfire/patches/ulong.patch
 delete mode 100644 srcpkgs/wayfire/patches/wlroots-041.patch

diff --git a/srcpkgs/wayfire/patches/ulong.patch b/srcpkgs/wayfire/patches/ulong.patch
deleted file mode 100644
index e7ba060856a..00000000000
--- a/srcpkgs/wayfire/patches/ulong.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/api/img.hpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:35.302813580 +0100
-@@ -5,8 +5,6 @@
- #include <GLES2/gl2.h>
- #include <string>
- 
--#define ulong unsigned long
--
- namespace image_io
- {
-     /* Load the image from the given file, binding it to the given GL texture target
---- src/core/img.cpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:57.760169039 +0100
-@@ -19,7 +19,7 @@
- 
- namespace image_io {
-     using Loader = std::function<bool(const char *, GLuint)>;
--    using Writer = std::function<void(const char *name, uint8_t *pixels, ulong, ulong)>;
-+    using Writer = std::function<void(const char *name, uint8_t *pixels, unsigned long, unsigned long)>;
-     namespace {
-         std::unordered_map<std::string, Loader> loaders;
-         std::unordered_map<std::string, Writer> writers;
diff --git a/srcpkgs/wayfire/patches/wlroots-041.patch b/srcpkgs/wayfire/patches/wlroots-041.patch
deleted file mode 100644
index 35d9e1f6b33..00000000000
--- a/srcpkgs/wayfire/patches/wlroots-041.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From 76a7bc32f4c2960a6e55436a79983cc4c5cef611 Mon Sep 17 00:00:00 2001
-From: Greg V <greg@unrelenting.technology>
-Date: Sat, 23 Feb 2019 23:42:46 +0300
-Subject: [PATCH] Track wlroots: new drag'n'drop handling
-
----
- src/core/seat/input-manager.hpp |  5 +++--
- src/core/seat/seat.cpp          | 38 +++++++++++++++++++++++++++------
- 2 files changed, 34 insertions(+), 9 deletions(-)
-
-diff --git a/src/core/seat/input-manager.hpp b/src/core/seat/input-manager.hpp
-index 6585d29..9d5a7b0 100644
---- src/core/seat/input-manager.hpp
-+++ src/core/seat/input-manager.hpp
-@@ -62,8 +62,9 @@ class input_manager
-         wayfire_grab_interface active_grab = nullptr;
-         bool session_active = true;
- 
--        wl_listener input_device_created, new_drag_icon, request_set_cursor,
--                    request_set_selection, request_set_primary_selection;
-+        wl_listener input_device_created, request_start_drag, start_drag,
-+                    request_set_cursor, request_set_selection,
-+                    request_set_primary_selection;
- 
- 
-         signal_callback_t config_updated;
-diff --git a/src/core/seat/seat.cpp b/src/core/seat/seat.cpp
-index b00866b..fbcd254 100644
---- src/core/seat/seat.cpp
-+++ src/core/seat/seat.cpp
-@@ -56,8 +56,8 @@ wf_drag_icon::wf_drag_icon(wlr_drag_icon *ic)
- 
- wf_point wf_drag_icon::get_output_position()
- {
--    auto pos = icon->is_pointer ?
--        core->get_cursor_position() : core->get_touch_position(icon->touch_id);
-+    auto pos = icon->drag->grab_type == WLR_DRAG_GRAB_KEYBOARD_TOUCH ?
-+        core->get_touch_position(icon->drag->touch_id) : core->get_cursor_position();
- 
-     GetTuple(x, y, pos);
- 
-@@ -97,11 +97,32 @@ void wf_drag_icon::damage(const wlr_box& box)
-     });
- }
- 
--static void handle_new_drag_icon_cb(wl_listener*, void *data)
-+static void handle_request_start_drag_cb(wl_listener*, void *data)
- {
--    auto di = static_cast<wlr_drag_icon*> (data);
-+    auto ev = static_cast<wlr_seat_request_start_drag_event*> (data);
-+    auto seat = core->get_current_seat();
- 
--    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(di));
-+    if (wlr_seat_validate_pointer_grab_serial(seat, ev->origin, ev->serial)) {
-+        wlr_seat_start_pointer_drag(seat, ev->drag, ev->serial);
-+        return;
-+    }
-+
-+    struct wlr_touch_point *point;
-+    if (wlr_seat_validate_touch_grab_serial(seat, ev->origin, ev->serial, &point)) {
-+        wlr_seat_start_touch_drag(seat, ev->drag, ev->serial, point);
-+        return;
-+    }
-+
-+    log_debug("Ignoring start_drag request: "
-+            "could not validate pointer or touch serial %" PRIu32, ev->serial);
-+    wlr_data_source_destroy(ev->drag->source);
-+}
-+
-+static void handle_start_drag_cb(wl_listener*, void *data)
-+{
-+    auto d = static_cast<wlr_drag*> (data);
-+
-+    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(d->icon));
-     core->input->drag_icons.push_back(std::move(icon));
- }
- 
-@@ -139,8 +160,11 @@ void input_manager::create_seat()
-     request_set_cursor.notify = handle_request_set_cursor;
-     wl_signal_add(&seat->events.request_set_cursor, &request_set_cursor);
- 
--    new_drag_icon.notify      = handle_new_drag_icon_cb;
--    wl_signal_add(&seat->events.new_drag_icon, &new_drag_icon);
-+    request_start_drag.notify = handle_request_start_drag_cb;
-+    wl_signal_add(&seat->events.request_start_drag, &request_start_drag);
-+
-+    start_drag.notify         = handle_start_drag_cb;
-+    wl_signal_add(&seat->events.start_drag, &start_drag);
- 
-     request_set_selection.notify = handle_request_set_selection_cb;
-     wl_signal_add(&seat->events.request_set_selection, &request_set_selection);
-
diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..2ee4bd17ae9 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.1
-revision=3
+version=0.2
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wlroots-devel glm cairo-devel wf-config"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
-checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-25  6:56 ` voidlinux-github
@ 2019-06-25  6:56 ` voidlinux-github
  2019-06-25  7:18 ` voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  6:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From 6b3bde12b2ab0933dc868064c1b6d4259611438e Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From 659738eac9813facc056c80181361ce3f8ab7425 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

From b2ac2ed755d0b3db38dd816417c9262b24a4a65c Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 3/3] wayfire: update to 0.2

---
 srcpkgs/wayfire/patches/ulong.patch       | 22 ------
 srcpkgs/wayfire/patches/wlroots-041.patch | 92 -----------------------
 srcpkgs/wayfire/template                  |  6 +-
 3 files changed, 3 insertions(+), 117 deletions(-)
 delete mode 100644 srcpkgs/wayfire/patches/ulong.patch
 delete mode 100644 srcpkgs/wayfire/patches/wlroots-041.patch

diff --git a/srcpkgs/wayfire/patches/ulong.patch b/srcpkgs/wayfire/patches/ulong.patch
deleted file mode 100644
index e7ba060856a..00000000000
--- a/srcpkgs/wayfire/patches/ulong.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/api/img.hpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:35.302813580 +0100
-@@ -5,8 +5,6 @@
- #include <GLES2/gl2.h>
- #include <string>
- 
--#define ulong unsigned long
--
- namespace image_io
- {
-     /* Load the image from the given file, binding it to the given GL texture target
---- src/core/img.cpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:57.760169039 +0100
-@@ -19,7 +19,7 @@
- 
- namespace image_io {
-     using Loader = std::function<bool(const char *, GLuint)>;
--    using Writer = std::function<void(const char *name, uint8_t *pixels, ulong, ulong)>;
-+    using Writer = std::function<void(const char *name, uint8_t *pixels, unsigned long, unsigned long)>;
-     namespace {
-         std::unordered_map<std::string, Loader> loaders;
-         std::unordered_map<std::string, Writer> writers;
diff --git a/srcpkgs/wayfire/patches/wlroots-041.patch b/srcpkgs/wayfire/patches/wlroots-041.patch
deleted file mode 100644
index 35d9e1f6b33..00000000000
--- a/srcpkgs/wayfire/patches/wlroots-041.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From 76a7bc32f4c2960a6e55436a79983cc4c5cef611 Mon Sep 17 00:00:00 2001
-From: Greg V <greg@unrelenting.technology>
-Date: Sat, 23 Feb 2019 23:42:46 +0300
-Subject: [PATCH] Track wlroots: new drag'n'drop handling
-
----
- src/core/seat/input-manager.hpp |  5 +++--
- src/core/seat/seat.cpp          | 38 +++++++++++++++++++++++++++------
- 2 files changed, 34 insertions(+), 9 deletions(-)
-
-diff --git a/src/core/seat/input-manager.hpp b/src/core/seat/input-manager.hpp
-index 6585d29..9d5a7b0 100644
---- src/core/seat/input-manager.hpp
-+++ src/core/seat/input-manager.hpp
-@@ -62,8 +62,9 @@ class input_manager
-         wayfire_grab_interface active_grab = nullptr;
-         bool session_active = true;
- 
--        wl_listener input_device_created, new_drag_icon, request_set_cursor,
--                    request_set_selection, request_set_primary_selection;
-+        wl_listener input_device_created, request_start_drag, start_drag,
-+                    request_set_cursor, request_set_selection,
-+                    request_set_primary_selection;
- 
- 
-         signal_callback_t config_updated;
-diff --git a/src/core/seat/seat.cpp b/src/core/seat/seat.cpp
-index b00866b..fbcd254 100644
---- src/core/seat/seat.cpp
-+++ src/core/seat/seat.cpp
-@@ -56,8 +56,8 @@ wf_drag_icon::wf_drag_icon(wlr_drag_icon *ic)
- 
- wf_point wf_drag_icon::get_output_position()
- {
--    auto pos = icon->is_pointer ?
--        core->get_cursor_position() : core->get_touch_position(icon->touch_id);
-+    auto pos = icon->drag->grab_type == WLR_DRAG_GRAB_KEYBOARD_TOUCH ?
-+        core->get_touch_position(icon->drag->touch_id) : core->get_cursor_position();
- 
-     GetTuple(x, y, pos);
- 
-@@ -97,11 +97,32 @@ void wf_drag_icon::damage(const wlr_box& box)
-     });
- }
- 
--static void handle_new_drag_icon_cb(wl_listener*, void *data)
-+static void handle_request_start_drag_cb(wl_listener*, void *data)
- {
--    auto di = static_cast<wlr_drag_icon*> (data);
-+    auto ev = static_cast<wlr_seat_request_start_drag_event*> (data);
-+    auto seat = core->get_current_seat();
- 
--    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(di));
-+    if (wlr_seat_validate_pointer_grab_serial(seat, ev->origin, ev->serial)) {
-+        wlr_seat_start_pointer_drag(seat, ev->drag, ev->serial);
-+        return;
-+    }
-+
-+    struct wlr_touch_point *point;
-+    if (wlr_seat_validate_touch_grab_serial(seat, ev->origin, ev->serial, &point)) {
-+        wlr_seat_start_touch_drag(seat, ev->drag, ev->serial, point);
-+        return;
-+    }
-+
-+    log_debug("Ignoring start_drag request: "
-+            "could not validate pointer or touch serial %" PRIu32, ev->serial);
-+    wlr_data_source_destroy(ev->drag->source);
-+}
-+
-+static void handle_start_drag_cb(wl_listener*, void *data)
-+{
-+    auto d = static_cast<wlr_drag*> (data);
-+
-+    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(d->icon));
-     core->input->drag_icons.push_back(std::move(icon));
- }
- 
-@@ -139,8 +160,11 @@ void input_manager::create_seat()
-     request_set_cursor.notify = handle_request_set_cursor;
-     wl_signal_add(&seat->events.request_set_cursor, &request_set_cursor);
- 
--    new_drag_icon.notify      = handle_new_drag_icon_cb;
--    wl_signal_add(&seat->events.new_drag_icon, &new_drag_icon);
-+    request_start_drag.notify = handle_request_start_drag_cb;
-+    wl_signal_add(&seat->events.request_start_drag, &request_start_drag);
-+
-+    start_drag.notify         = handle_start_drag_cb;
-+    wl_signal_add(&seat->events.start_drag, &start_drag);
- 
-     request_set_selection.notify = handle_request_set_selection_cb;
-     wl_signal_add(&seat->events.request_set_selection, &request_set_selection);
-
diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..2ee4bd17ae9 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.1
-revision=3
+version=0.2
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wlroots-devel glm cairo-devel wf-config"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
-checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-25  6:32 ` voidlinux-github
@ 2019-06-25  6:56 ` voidlinux-github
  2019-06-25  6:56 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  6:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From 6b3bde12b2ab0933dc868064c1b6d4259611438e Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index fe557cc4411..9be07e65808 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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From 659738eac9813facc056c80181361ce3f8ab7425 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 2/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index e998f70b04f..1b3218df80b 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
+version=1.1.1
 revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland"
+depends="swaybg xorg-server-xwayland"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 post_install() {
 	vlicense LICENSE

From b2ac2ed755d0b3db38dd816417c9262b24a4a65c Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 3/3] wayfire: update to 0.2

---
 srcpkgs/wayfire/patches/ulong.patch       | 22 ------
 srcpkgs/wayfire/patches/wlroots-041.patch | 92 -----------------------
 srcpkgs/wayfire/template                  |  6 +-
 3 files changed, 3 insertions(+), 117 deletions(-)
 delete mode 100644 srcpkgs/wayfire/patches/ulong.patch
 delete mode 100644 srcpkgs/wayfire/patches/wlroots-041.patch

diff --git a/srcpkgs/wayfire/patches/ulong.patch b/srcpkgs/wayfire/patches/ulong.patch
deleted file mode 100644
index e7ba060856a..00000000000
--- a/srcpkgs/wayfire/patches/ulong.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/api/img.hpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:35.302813580 +0100
-@@ -5,8 +5,6 @@
- #include <GLES2/gl2.h>
- #include <string>
- 
--#define ulong unsigned long
--
- namespace image_io
- {
-     /* Load the image from the given file, binding it to the given GL texture target
---- src/core/img.cpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:57.760169039 +0100
-@@ -19,7 +19,7 @@
- 
- namespace image_io {
-     using Loader = std::function<bool(const char *, GLuint)>;
--    using Writer = std::function<void(const char *name, uint8_t *pixels, ulong, ulong)>;
-+    using Writer = std::function<void(const char *name, uint8_t *pixels, unsigned long, unsigned long)>;
-     namespace {
-         std::unordered_map<std::string, Loader> loaders;
-         std::unordered_map<std::string, Writer> writers;
diff --git a/srcpkgs/wayfire/patches/wlroots-041.patch b/srcpkgs/wayfire/patches/wlroots-041.patch
deleted file mode 100644
index 35d9e1f6b33..00000000000
--- a/srcpkgs/wayfire/patches/wlroots-041.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From 76a7bc32f4c2960a6e55436a79983cc4c5cef611 Mon Sep 17 00:00:00 2001
-From: Greg V <greg@unrelenting.technology>
-Date: Sat, 23 Feb 2019 23:42:46 +0300
-Subject: [PATCH] Track wlroots: new drag'n'drop handling
-
----
- src/core/seat/input-manager.hpp |  5 +++--
- src/core/seat/seat.cpp          | 38 +++++++++++++++++++++++++++------
- 2 files changed, 34 insertions(+), 9 deletions(-)
-
-diff --git a/src/core/seat/input-manager.hpp b/src/core/seat/input-manager.hpp
-index 6585d29..9d5a7b0 100644
---- src/core/seat/input-manager.hpp
-+++ src/core/seat/input-manager.hpp
-@@ -62,8 +62,9 @@ class input_manager
-         wayfire_grab_interface active_grab = nullptr;
-         bool session_active = true;
- 
--        wl_listener input_device_created, new_drag_icon, request_set_cursor,
--                    request_set_selection, request_set_primary_selection;
-+        wl_listener input_device_created, request_start_drag, start_drag,
-+                    request_set_cursor, request_set_selection,
-+                    request_set_primary_selection;
- 
- 
-         signal_callback_t config_updated;
-diff --git a/src/core/seat/seat.cpp b/src/core/seat/seat.cpp
-index b00866b..fbcd254 100644
---- src/core/seat/seat.cpp
-+++ src/core/seat/seat.cpp
-@@ -56,8 +56,8 @@ wf_drag_icon::wf_drag_icon(wlr_drag_icon *ic)
- 
- wf_point wf_drag_icon::get_output_position()
- {
--    auto pos = icon->is_pointer ?
--        core->get_cursor_position() : core->get_touch_position(icon->touch_id);
-+    auto pos = icon->drag->grab_type == WLR_DRAG_GRAB_KEYBOARD_TOUCH ?
-+        core->get_touch_position(icon->drag->touch_id) : core->get_cursor_position();
- 
-     GetTuple(x, y, pos);
- 
-@@ -97,11 +97,32 @@ void wf_drag_icon::damage(const wlr_box& box)
-     });
- }
- 
--static void handle_new_drag_icon_cb(wl_listener*, void *data)
-+static void handle_request_start_drag_cb(wl_listener*, void *data)
- {
--    auto di = static_cast<wlr_drag_icon*> (data);
-+    auto ev = static_cast<wlr_seat_request_start_drag_event*> (data);
-+    auto seat = core->get_current_seat();
- 
--    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(di));
-+    if (wlr_seat_validate_pointer_grab_serial(seat, ev->origin, ev->serial)) {
-+        wlr_seat_start_pointer_drag(seat, ev->drag, ev->serial);
-+        return;
-+    }
-+
-+    struct wlr_touch_point *point;
-+    if (wlr_seat_validate_touch_grab_serial(seat, ev->origin, ev->serial, &point)) {
-+        wlr_seat_start_touch_drag(seat, ev->drag, ev->serial, point);
-+        return;
-+    }
-+
-+    log_debug("Ignoring start_drag request: "
-+            "could not validate pointer or touch serial %" PRIu32, ev->serial);
-+    wlr_data_source_destroy(ev->drag->source);
-+}
-+
-+static void handle_start_drag_cb(wl_listener*, void *data)
-+{
-+    auto d = static_cast<wlr_drag*> (data);
-+
-+    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(d->icon));
-     core->input->drag_icons.push_back(std::move(icon));
- }
- 
-@@ -139,8 +160,11 @@ void input_manager::create_seat()
-     request_set_cursor.notify = handle_request_set_cursor;
-     wl_signal_add(&seat->events.request_set_cursor, &request_set_cursor);
- 
--    new_drag_icon.notify      = handle_new_drag_icon_cb;
--    wl_signal_add(&seat->events.new_drag_icon, &new_drag_icon);
-+    request_start_drag.notify = handle_request_start_drag_cb;
-+    wl_signal_add(&seat->events.request_start_drag, &request_start_drag);
-+
-+    start_drag.notify         = handle_start_drag_cb;
-+    wl_signal_add(&seat->events.start_drag, &start_drag);
- 
-     request_set_selection.notify = handle_request_set_selection_cb;
-     wl_signal_add(&seat->events.request_set_selection, &request_set_selection);
-
diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..2ee4bd17ae9 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.1
-revision=3
+version=0.2
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wlroots-devel glm cairo-devel wf-config"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
-checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-25  7:18 ` voidlinux-github
@ 2019-06-25  7:18 ` voidlinux-github
  2019-06-25  7:20 ` voidlinux-github
  2019-06-25 18:50 ` [PR PATCH] [Merged]: " voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  7:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From c845dbef8cfc1324163ca50061986483652ad2bf Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index 0f6742b2fa4..77788f8779d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3321,7 +3321,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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From a47662706287addf5d3c5b9bccaab93c38fa92aa Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 2/3] wayfire: update to 0.2

---
 srcpkgs/wayfire/patches/ulong.patch       | 22 ------
 srcpkgs/wayfire/patches/wlroots-041.patch | 92 -----------------------
 srcpkgs/wayfire/template                  |  6 +-
 3 files changed, 3 insertions(+), 117 deletions(-)
 delete mode 100644 srcpkgs/wayfire/patches/ulong.patch
 delete mode 100644 srcpkgs/wayfire/patches/wlroots-041.patch

diff --git a/srcpkgs/wayfire/patches/ulong.patch b/srcpkgs/wayfire/patches/ulong.patch
deleted file mode 100644
index e7ba060856a..00000000000
--- a/srcpkgs/wayfire/patches/ulong.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/api/img.hpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:35.302813580 +0100
-@@ -5,8 +5,6 @@
- #include <GLES2/gl2.h>
- #include <string>
- 
--#define ulong unsigned long
--
- namespace image_io
- {
-     /* Load the image from the given file, binding it to the given GL texture target
---- src/core/img.cpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:57.760169039 +0100
-@@ -19,7 +19,7 @@
- 
- namespace image_io {
-     using Loader = std::function<bool(const char *, GLuint)>;
--    using Writer = std::function<void(const char *name, uint8_t *pixels, ulong, ulong)>;
-+    using Writer = std::function<void(const char *name, uint8_t *pixels, unsigned long, unsigned long)>;
-     namespace {
-         std::unordered_map<std::string, Loader> loaders;
-         std::unordered_map<std::string, Writer> writers;
diff --git a/srcpkgs/wayfire/patches/wlroots-041.patch b/srcpkgs/wayfire/patches/wlroots-041.patch
deleted file mode 100644
index 35d9e1f6b33..00000000000
--- a/srcpkgs/wayfire/patches/wlroots-041.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From 76a7bc32f4c2960a6e55436a79983cc4c5cef611 Mon Sep 17 00:00:00 2001
-From: Greg V <greg@unrelenting.technology>
-Date: Sat, 23 Feb 2019 23:42:46 +0300
-Subject: [PATCH] Track wlroots: new drag'n'drop handling
-
----
- src/core/seat/input-manager.hpp |  5 +++--
- src/core/seat/seat.cpp          | 38 +++++++++++++++++++++++++++------
- 2 files changed, 34 insertions(+), 9 deletions(-)
-
-diff --git a/src/core/seat/input-manager.hpp b/src/core/seat/input-manager.hpp
-index 6585d29..9d5a7b0 100644
---- src/core/seat/input-manager.hpp
-+++ src/core/seat/input-manager.hpp
-@@ -62,8 +62,9 @@ class input_manager
-         wayfire_grab_interface active_grab = nullptr;
-         bool session_active = true;
- 
--        wl_listener input_device_created, new_drag_icon, request_set_cursor,
--                    request_set_selection, request_set_primary_selection;
-+        wl_listener input_device_created, request_start_drag, start_drag,
-+                    request_set_cursor, request_set_selection,
-+                    request_set_primary_selection;
- 
- 
-         signal_callback_t config_updated;
-diff --git a/src/core/seat/seat.cpp b/src/core/seat/seat.cpp
-index b00866b..fbcd254 100644
---- src/core/seat/seat.cpp
-+++ src/core/seat/seat.cpp
-@@ -56,8 +56,8 @@ wf_drag_icon::wf_drag_icon(wlr_drag_icon *ic)
- 
- wf_point wf_drag_icon::get_output_position()
- {
--    auto pos = icon->is_pointer ?
--        core->get_cursor_position() : core->get_touch_position(icon->touch_id);
-+    auto pos = icon->drag->grab_type == WLR_DRAG_GRAB_KEYBOARD_TOUCH ?
-+        core->get_touch_position(icon->drag->touch_id) : core->get_cursor_position();
- 
-     GetTuple(x, y, pos);
- 
-@@ -97,11 +97,32 @@ void wf_drag_icon::damage(const wlr_box& box)
-     });
- }
- 
--static void handle_new_drag_icon_cb(wl_listener*, void *data)
-+static void handle_request_start_drag_cb(wl_listener*, void *data)
- {
--    auto di = static_cast<wlr_drag_icon*> (data);
-+    auto ev = static_cast<wlr_seat_request_start_drag_event*> (data);
-+    auto seat = core->get_current_seat();
- 
--    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(di));
-+    if (wlr_seat_validate_pointer_grab_serial(seat, ev->origin, ev->serial)) {
-+        wlr_seat_start_pointer_drag(seat, ev->drag, ev->serial);
-+        return;
-+    }
-+
-+    struct wlr_touch_point *point;
-+    if (wlr_seat_validate_touch_grab_serial(seat, ev->origin, ev->serial, &point)) {
-+        wlr_seat_start_touch_drag(seat, ev->drag, ev->serial, point);
-+        return;
-+    }
-+
-+    log_debug("Ignoring start_drag request: "
-+            "could not validate pointer or touch serial %" PRIu32, ev->serial);
-+    wlr_data_source_destroy(ev->drag->source);
-+}
-+
-+static void handle_start_drag_cb(wl_listener*, void *data)
-+{
-+    auto d = static_cast<wlr_drag*> (data);
-+
-+    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(d->icon));
-     core->input->drag_icons.push_back(std::move(icon));
- }
- 
-@@ -139,8 +160,11 @@ void input_manager::create_seat()
-     request_set_cursor.notify = handle_request_set_cursor;
-     wl_signal_add(&seat->events.request_set_cursor, &request_set_cursor);
- 
--    new_drag_icon.notify      = handle_new_drag_icon_cb;
--    wl_signal_add(&seat->events.new_drag_icon, &new_drag_icon);
-+    request_start_drag.notify = handle_request_start_drag_cb;
-+    wl_signal_add(&seat->events.request_start_drag, &request_start_drag);
-+
-+    start_drag.notify         = handle_start_drag_cb;
-+    wl_signal_add(&seat->events.start_drag, &start_drag);
- 
-     request_set_selection.notify = handle_request_set_selection_cb;
-     wl_signal_add(&seat->events.request_set_selection, &request_set_selection);
-
diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..2ee4bd17ae9 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.1
-revision=3
+version=0.2
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wlroots-devel glm cairo-devel wf-config"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
-checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

From 36b4d96cb7c0c89b7299b848d69a34ce10b04a48 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 3/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 566f0d3cc0d..c2b62da8dd1 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
-revision=2
+version=1.1.1
+revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland $(vopt_if elogind "elogind")"
+depends="swaybg xorg-server-xwayland $(vopt_if elogind "elogind")"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 build_options="elogind"
 desc_option_elogind="Uses elogind instead of setuid for privilege escalation"

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

* Re: [PR PATCH] [Updated] sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-25  6:56 ` voidlinux-github
@ 2019-06-25  7:18 ` voidlinux-github
  2019-06-25  7:18 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  7:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by julio641742 against master on the void-packages repository

https://github.com/julio641742/void-packages sway
https://github.com/void-linux/void-packages/pull/12121

sway: update to 1.1.1
+ wlroots: update to 0.6.0 

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

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

From c845dbef8cfc1324163ca50061986483652ad2bf Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:22 -0700
Subject: [PATCH 1/3] wlroots: update to 0.6.0

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

diff --git a/common/shlibs b/common/shlibs
index 0f6742b2fa4..77788f8779d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3321,7 +3321,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 875cca11243..9a57e9b99d2 100644
--- a/srcpkgs/wlroots/template
+++ b/srcpkgs/wlroots/template
@@ -1,7 +1,6 @@
 # Template file for 'wlroots'
 pkgname=wlroots
-reverts="0.6.0_1"
-version=0.5.0
+version=0.6.0
 revision=2
 build_style=meson
 configure_args="-Dlibcap=enabled -Dlogind=enabled -Dlogind-provider=elogind
@@ -12,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

From a47662706287addf5d3c5b9bccaab93c38fa92aa Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 05:55:52 -0700
Subject: [PATCH 2/3] wayfire: update to 0.2

---
 srcpkgs/wayfire/patches/ulong.patch       | 22 ------
 srcpkgs/wayfire/patches/wlroots-041.patch | 92 -----------------------
 srcpkgs/wayfire/template                  |  6 +-
 3 files changed, 3 insertions(+), 117 deletions(-)
 delete mode 100644 srcpkgs/wayfire/patches/ulong.patch
 delete mode 100644 srcpkgs/wayfire/patches/wlroots-041.patch

diff --git a/srcpkgs/wayfire/patches/ulong.patch b/srcpkgs/wayfire/patches/ulong.patch
deleted file mode 100644
index e7ba060856a..00000000000
--- a/srcpkgs/wayfire/patches/ulong.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/api/img.hpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:35.302813580 +0100
-@@ -5,8 +5,6 @@
- #include <GLES2/gl2.h>
- #include <string>
- 
--#define ulong unsigned long
--
- namespace image_io
- {
-     /* Load the image from the given file, binding it to the given GL texture target
---- src/core/img.cpp	2019-02-05 15:46:42.000000000 +0100
-+++ -	2019-02-13 14:59:57.760169039 +0100
-@@ -19,7 +19,7 @@
- 
- namespace image_io {
-     using Loader = std::function<bool(const char *, GLuint)>;
--    using Writer = std::function<void(const char *name, uint8_t *pixels, ulong, ulong)>;
-+    using Writer = std::function<void(const char *name, uint8_t *pixels, unsigned long, unsigned long)>;
-     namespace {
-         std::unordered_map<std::string, Loader> loaders;
-         std::unordered_map<std::string, Writer> writers;
diff --git a/srcpkgs/wayfire/patches/wlroots-041.patch b/srcpkgs/wayfire/patches/wlroots-041.patch
deleted file mode 100644
index 35d9e1f6b33..00000000000
--- a/srcpkgs/wayfire/patches/wlroots-041.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-From 76a7bc32f4c2960a6e55436a79983cc4c5cef611 Mon Sep 17 00:00:00 2001
-From: Greg V <greg@unrelenting.technology>
-Date: Sat, 23 Feb 2019 23:42:46 +0300
-Subject: [PATCH] Track wlroots: new drag'n'drop handling
-
----
- src/core/seat/input-manager.hpp |  5 +++--
- src/core/seat/seat.cpp          | 38 +++++++++++++++++++++++++++------
- 2 files changed, 34 insertions(+), 9 deletions(-)
-
-diff --git a/src/core/seat/input-manager.hpp b/src/core/seat/input-manager.hpp
-index 6585d29..9d5a7b0 100644
---- src/core/seat/input-manager.hpp
-+++ src/core/seat/input-manager.hpp
-@@ -62,8 +62,9 @@ class input_manager
-         wayfire_grab_interface active_grab = nullptr;
-         bool session_active = true;
- 
--        wl_listener input_device_created, new_drag_icon, request_set_cursor,
--                    request_set_selection, request_set_primary_selection;
-+        wl_listener input_device_created, request_start_drag, start_drag,
-+                    request_set_cursor, request_set_selection,
-+                    request_set_primary_selection;
- 
- 
-         signal_callback_t config_updated;
-diff --git a/src/core/seat/seat.cpp b/src/core/seat/seat.cpp
-index b00866b..fbcd254 100644
---- src/core/seat/seat.cpp
-+++ src/core/seat/seat.cpp
-@@ -56,8 +56,8 @@ wf_drag_icon::wf_drag_icon(wlr_drag_icon *ic)
- 
- wf_point wf_drag_icon::get_output_position()
- {
--    auto pos = icon->is_pointer ?
--        core->get_cursor_position() : core->get_touch_position(icon->touch_id);
-+    auto pos = icon->drag->grab_type == WLR_DRAG_GRAB_KEYBOARD_TOUCH ?
-+        core->get_touch_position(icon->drag->touch_id) : core->get_cursor_position();
- 
-     GetTuple(x, y, pos);
- 
-@@ -97,11 +97,32 @@ void wf_drag_icon::damage(const wlr_box& box)
-     });
- }
- 
--static void handle_new_drag_icon_cb(wl_listener*, void *data)
-+static void handle_request_start_drag_cb(wl_listener*, void *data)
- {
--    auto di = static_cast<wlr_drag_icon*> (data);
-+    auto ev = static_cast<wlr_seat_request_start_drag_event*> (data);
-+    auto seat = core->get_current_seat();
- 
--    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(di));
-+    if (wlr_seat_validate_pointer_grab_serial(seat, ev->origin, ev->serial)) {
-+        wlr_seat_start_pointer_drag(seat, ev->drag, ev->serial);
-+        return;
-+    }
-+
-+    struct wlr_touch_point *point;
-+    if (wlr_seat_validate_touch_grab_serial(seat, ev->origin, ev->serial, &point)) {
-+        wlr_seat_start_touch_drag(seat, ev->drag, ev->serial, point);
-+        return;
-+    }
-+
-+    log_debug("Ignoring start_drag request: "
-+            "could not validate pointer or touch serial %" PRIu32, ev->serial);
-+    wlr_data_source_destroy(ev->drag->source);
-+}
-+
-+static void handle_start_drag_cb(wl_listener*, void *data)
-+{
-+    auto d = static_cast<wlr_drag*> (data);
-+
-+    auto icon = std::unique_ptr<wf_drag_icon>(new wf_drag_icon(d->icon));
-     core->input->drag_icons.push_back(std::move(icon));
- }
- 
-@@ -139,8 +160,11 @@ void input_manager::create_seat()
-     request_set_cursor.notify = handle_request_set_cursor;
-     wl_signal_add(&seat->events.request_set_cursor, &request_set_cursor);
- 
--    new_drag_icon.notify      = handle_new_drag_icon_cb;
--    wl_signal_add(&seat->events.new_drag_icon, &new_drag_icon);
-+    request_start_drag.notify = handle_request_start_drag_cb;
-+    wl_signal_add(&seat->events.request_start_drag, &request_start_drag);
-+
-+    start_drag.notify         = handle_start_drag_cb;
-+    wl_signal_add(&seat->events.start_drag, &start_drag);
- 
-     request_set_selection.notify = handle_request_set_selection_cb;
-     wl_signal_add(&seat->events.request_set_selection, &request_set_selection);
-
diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index c584448ec67..2ee4bd17ae9 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,7 +1,7 @@
 # Template file for 'wayfire'
 pkgname=wayfire
-version=0.1
-revision=3
+version=0.2
+revision=1
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wlroots-devel glm cairo-devel wf-config"
@@ -10,7 +10,7 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
 license="MIT"
 homepage="https://wayfire.org"
 distfiles="https://github.com/WayfireWM/wayfire/archive/v${version}.tar.gz"
-checksum=ce6ed0ba62296992f4a0c05b92d05b33911d1d192346611df845414ffd9a18b8
+checksum=94fe93bb2b86048fd1c7601f97b167767e19618bb6b6226e21c22fbd052540bf
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" libexecinfo-devel"

From 36b4d96cb7c0c89b7299b848d69a34ce10b04a48 Mon Sep 17 00:00:00 2001
From: Julio Galvan <julio@epazote.net>
Date: Tue, 4 Jun 2019 03:50:40 -0700
Subject: [PATCH 3/3] sway: update to 1.1.1

---
 srcpkgs/sway/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/sway/template b/srcpkgs/sway/template
index 566f0d3cc0d..c2b62da8dd1 100644
--- a/srcpkgs/sway/template
+++ b/srcpkgs/sway/template
@@ -1,19 +1,19 @@
 # Template file for 'sway'
 pkgname=sway
-version=1.0
-revision=2
+version=1.1.1
+revision=1
 build_style=meson
 conf_files="/etc/sway/config"
 hostmakedepends="pkg-config wayland-devel scdoc git"
 makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
  json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
-depends="xorg-server-xwayland $(vopt_if elogind "elogind")"
+depends="swaybg xorg-server-xwayland $(vopt_if elogind "elogind")"
 short_desc="Tiling Wayland compositor compatible with i3"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="MIT"
 homepage="https://swaywm.org"
 distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
-checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
+checksum=740bf97556c54da83937a255113d715aaa05e05b44d61fbe85e01b53ff1f9922
 
 build_options="elogind"
 desc_option_elogind="Uses elogind instead of setuid for privilege escalation"

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

* Re: sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-25  7:18 ` voidlinux-github
@ 2019-06-25  7:20 ` voidlinux-github
  2019-06-25 18:50 ` [PR PATCH] [Merged]: " voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25  7:20 UTC (permalink / raw)
  To: ml

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

New comment by julio641742 on void-packages repository

https://github.com/void-linux/void-packages/pull/12121#issuecomment-505320222
Comment:
this pull request is ready for another review

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

* Re: [PR PATCH] [Merged]: sway: update to 1.1.1
  2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-25  7:20 ` voidlinux-github
@ 2019-06-25 18:50 ` voidlinux-github
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-06-25 18:50 UTC (permalink / raw)
  To: ml

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

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

sway: update to 1.1.1
https://github.com/void-linux/void-packages/pull/12121
Description: + wlroots: update to 0.6.0 

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

end of thread, other threads:[~2019-06-25 18:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 10:51 [PR PATCH] sway: update to 1.1.1 voidlinux-github
2019-06-04 12:56 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 12:56 ` voidlinux-github
2019-06-05 18:25 ` voidlinux-github
2019-06-05 18:26 ` voidlinux-github
2019-06-25  6:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-25  6:32 ` voidlinux-github
2019-06-25  6:56 ` voidlinux-github
2019-06-25  6:56 ` voidlinux-github
2019-06-25  7:18 ` voidlinux-github
2019-06-25  7:18 ` voidlinux-github
2019-06-25  7:20 ` voidlinux-github
2019-06-25 18:50 ` [PR PATCH] [Merged]: " 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).