Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wlroots0.14: remove package
@ 2023-11-26 15:27 tranzystorekk
  2023-11-26 18:08 ` [PR REVIEW] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tranzystorekk @ 2023-11-26 15:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages remove-wlroots0.14
https://github.com/void-linux/void-packages/pull/47415

wlroots0.14: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

I don't expect any new wlroots0.14 packages to spring up hopefully.

cc @ifreund

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove-wlroots0.14-47415.patch --]
[-- Type: text/x-diff, Size: 3271 bytes --]

From 1e673805bc4e86a063f789fb12808124e9fe3c44 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 26 Nov 2023 16:18:06 +0100
Subject: [PATCH] wlroots0.14: remove package

---
 common/shlibs                     |  1 -
 srcpkgs/removed-packages/template |  1 +
 srcpkgs/wlroots0.14-devel         |  1 -
 srcpkgs/wlroots0.14/template      | 38 -------------------------------
 4 files changed, 1 insertion(+), 40 deletions(-)
 delete mode 120000 srcpkgs/wlroots0.14-devel
 delete mode 100644 srcpkgs/wlroots0.14/template

diff --git a/common/shlibs b/common/shlibs
index 90018a5616f86..a1e923068c5be 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3487,7 +3487,6 @@ libswitchboard-2.0.so.0 switchboard-2.3.2_1
 libcodecore.so.0 libio.elementary.code-3.0_1
 libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
 libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
-libwlroots.so.9 wlroots0.14-0.14.1_1
 libwlroots.so.10 wlroots0.15-0.15.1_1
 libwlroots.so.11 wlroots0.16-0.16.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index e3af23ee31cb5..da0cfc79199d6 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -697,6 +697,7 @@ replaces="
  wicd-gtk<=1.7.4_6
  wireguard-go<=0.0.20181222_2
  wireshark-gtk<=3.0.7_1
+ wlroots0.14<=0.14.1_1
  wmii<=3.9.2_8
  xcdroast<=1.19_1
  xdebug8.0<=3.2.1_1
diff --git a/srcpkgs/wlroots0.14-devel b/srcpkgs/wlroots0.14-devel
deleted file mode 120000
index 06618e9d46acd..0000000000000
--- a/srcpkgs/wlroots0.14-devel
+++ /dev/null
@@ -1 +0,0 @@
-wlroots0.14
\ No newline at end of file
diff --git a/srcpkgs/wlroots0.14/template b/srcpkgs/wlroots0.14/template
deleted file mode 100644
index 647c43b1bee53..0000000000000
--- a/srcpkgs/wlroots0.14/template
+++ /dev/null
@@ -1,38 +0,0 @@
-# Template file for 'wlroots0.14'
-pkgname=wlroots0.14
-version=0.14.1
-revision=1
-build_style=meson
-# Follow upstream packaging recommendations:
-# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
-configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
- -Db_ndebug=false"
-hostmakedepends="pkg-config wayland-devel"
-_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
- libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
- wayland-protocols xcb-util-errors-devel xcb-util-wm-devel
- xcb-util-renderutil-devel"
-makedepends="${_devel_depends}
- libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
- xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
-short_desc="Modular Wayland compositor library"
-maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="MIT"
-homepage="https://github.com/swaywm/wlroots"
-distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
-checksum=448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db
-
-post_install() {
-	vlicense LICENSE
-}
-
-wlroots0.14-devel_package() {
-	conflicts="wlroots-devel"
-	depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-	}
-}

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

* Re: [PR REVIEW] wlroots0.14: remove package
  2023-11-26 15:27 [PR PATCH] wlroots0.14: remove package tranzystorekk
@ 2023-11-26 18:08 ` mhmdanas
  2023-11-26 18:33 ` [PR PATCH] [Updated] " tranzystorekk
  2023-12-02  7:22 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-11-26 18:08 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47415#discussion_r1405450335

Comment:
```suggestion
 wlroots0.14-devel<=0.14.1_1
 wlroots0.14<=0.14.1_1
```

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

* Re: [PR PATCH] [Updated] wlroots0.14: remove package
  2023-11-26 15:27 [PR PATCH] wlroots0.14: remove package tranzystorekk
  2023-11-26 18:08 ` [PR REVIEW] " mhmdanas
@ 2023-11-26 18:33 ` tranzystorekk
  2023-12-02  7:22 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: tranzystorekk @ 2023-11-26 18:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages remove-wlroots0.14
https://github.com/void-linux/void-packages/pull/47415

wlroots0.14: remove package
<!-- Uncomment relevant sections and delete options which are not applicable -->

I don't expect any new wlroots0.14 packages to spring up hopefully.

cc @ifreund

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove-wlroots0.14-47415.patch --]
[-- Type: text/x-diff, Size: 3303 bytes --]

From 5a5e1c7b4166415dfa3d71703add7f1ef32ee90d Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sun, 26 Nov 2023 16:18:06 +0100
Subject: [PATCH] wlroots0.14: remove package

---
 common/shlibs                     |  1 -
 srcpkgs/removed-packages/template |  2 ++
 srcpkgs/wlroots0.14-devel         |  1 -
 srcpkgs/wlroots0.14/template      | 38 -------------------------------
 4 files changed, 2 insertions(+), 40 deletions(-)
 delete mode 120000 srcpkgs/wlroots0.14-devel
 delete mode 100644 srcpkgs/wlroots0.14/template

diff --git a/common/shlibs b/common/shlibs
index 90018a5616f86..a1e923068c5be 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3487,7 +3487,6 @@ libswitchboard-2.0.so.0 switchboard-2.3.2_1
 libcodecore.so.0 libio.elementary.code-3.0_1
 libpantheon-files-core.so.6 libio.elementary.files-6.0.0_1
 libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
-libwlroots.so.9 wlroots0.14-0.14.1_1
 libwlroots.so.10 wlroots0.15-0.15.1_1
 libwlroots.so.11 wlroots0.16-0.16.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index e3af23ee31cb5..512d1bce049bc 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -697,6 +697,8 @@ replaces="
  wicd-gtk<=1.7.4_6
  wireguard-go<=0.0.20181222_2
  wireshark-gtk<=3.0.7_1
+ wlroots0.14-devel<=0.14.1_1
+ wlroots0.14<=0.14.1_1
  wmii<=3.9.2_8
  xcdroast<=1.19_1
  xdebug8.0<=3.2.1_1
diff --git a/srcpkgs/wlroots0.14-devel b/srcpkgs/wlroots0.14-devel
deleted file mode 120000
index 06618e9d46acd..0000000000000
--- a/srcpkgs/wlroots0.14-devel
+++ /dev/null
@@ -1 +0,0 @@
-wlroots0.14
\ No newline at end of file
diff --git a/srcpkgs/wlroots0.14/template b/srcpkgs/wlroots0.14/template
deleted file mode 100644
index 647c43b1bee53..0000000000000
--- a/srcpkgs/wlroots0.14/template
+++ /dev/null
@@ -1,38 +0,0 @@
-# Template file for 'wlroots0.14'
-pkgname=wlroots0.14
-version=0.14.1
-revision=1
-build_style=meson
-# Follow upstream packaging recommendations:
-# https://github.com/swaywm/wlroots/wiki/Packaging-recommendations
-configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
- -Db_ndebug=false"
-hostmakedepends="pkg-config wayland-devel"
-_devel_depends="libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
- libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
- wayland-protocols xcb-util-errors-devel xcb-util-wm-devel
- xcb-util-renderutil-devel"
-makedepends="${_devel_depends}
- libxcb-devel xcb-util-cursor-devel xcb-util-devel xcb-util-image-devel
- xcb-util-keysyms-devel xcb-util-xrm-devel xorg-server-xwayland"
-short_desc="Modular Wayland compositor library"
-maintainer="Isaac Freund <mail@isaacfreund.com>"
-license="MIT"
-homepage="https://github.com/swaywm/wlroots"
-distfiles="https://github.com/swaywm/wlroots/archive/${version}.tar.gz"
-checksum=448a83d579ac280357c8a4e902b9477bacbab81cc4d9c140e443642d458869db
-
-post_install() {
-	vlicense LICENSE
-}
-
-wlroots0.14-devel_package() {
-	conflicts="wlroots-devel"
-	depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-		vmove usr/lib/pkgconfig
-		vmove "usr/lib/*.so"
-	}
-}

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

* Re: [PR PATCH] [Merged]: wlroots0.14: remove package
  2023-11-26 15:27 [PR PATCH] wlroots0.14: remove package tranzystorekk
  2023-11-26 18:08 ` [PR REVIEW] " mhmdanas
  2023-11-26 18:33 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-12-02  7:22 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-12-02  7:22 UTC (permalink / raw)
  To: ml

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

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

wlroots0.14: remove package
https://github.com/void-linux/void-packages/pull/47415

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

I don't expect any new wlroots0.14 packages to spring up hopefully.

cc @ifreund

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-12-02  7:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26 15:27 [PR PATCH] wlroots0.14: remove package tranzystorekk
2023-11-26 18:08 ` [PR REVIEW] " mhmdanas
2023-11-26 18:33 ` [PR PATCH] [Updated] " tranzystorekk
2023-12-02  7:22 ` [PR PATCH] [Merged]: " classabbyamp

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).