Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wlroots0.18-0.18.0
@ 2024-07-18 11:53 tranzystorekk
  2024-07-18 13:19 ` [PR PATCH] [Merged]: " tranzystorekk
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-07-18 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages wlroots0.18
https://github.com/void-linux/void-packages/pull/51323

New package: wlroots0.18-0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (useful for upstream `labwc` development at least)

<!--
#### 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/51323.patch is attached

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

From 1298841594305453345fe7c28d52e4d382b8cf5f Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Wed, 17 Jul 2024 19:08:38 +0200
Subject: [PATCH] New package: wlroots0.18-0.18.0

---
 common/shlibs                |  1 +
 srcpkgs/wlroots0.18-devel    |  1 +
 srcpkgs/wlroots0.18/template | 36 ++++++++++++++++++++++++++++++++++++
 srcpkgs/wlroots0.18/update   |  1 +
 4 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/wlroots0.18-devel
 create mode 100644 srcpkgs/wlroots0.18/template
 create mode 100644 srcpkgs/wlroots0.18/update

diff --git a/common/shlibs b/common/shlibs
index 4131964398e40f..127fd6a5453137 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3614,6 +3614,7 @@ libpantheon-files-widgets.so.6 libio.elementary.files-6.0.0_1
 libwlroots.so.10 wlroots0.15-0.15.1_1
 libwlroots.so.11 wlroots0.16-0.16.0_1
 libwlroots.so.12 wlroots0.17-0.17.0_1
+libwlroots-0.18.so wlroots0.18-0.18.0_1
 libbaseencode.so.1 libbaseencode-1.0.9_1
 libcotp.so.3 libcotp-3.0.0_1
 libunarr.so.1 libunarr-1.0.1_1
diff --git a/srcpkgs/wlroots0.18-devel b/srcpkgs/wlroots0.18-devel
new file mode 120000
index 00000000000000..0f3a780ce84b4d
--- /dev/null
+++ b/srcpkgs/wlroots0.18-devel
@@ -0,0 +1 @@
+wlroots0.18
\ No newline at end of file
diff --git a/srcpkgs/wlroots0.18/template b/srcpkgs/wlroots0.18/template
new file mode 100644
index 00000000000000..8c6a3da75f99f0
--- /dev/null
+++ b/srcpkgs/wlroots0.18/template
@@ -0,0 +1,36 @@
+# Template file for 'wlroots0.18'
+pkgname=wlroots0.18
+version=0.18.0
+revision=1
+build_style=meson
+# Follow upstream packaging recommendations:
+# https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/Packaging-recommendations
+configure_args="--auto-features=enabled -Dexamples=false -Dwerror=false
+ -Db_ndebug=false"
+hostmakedepends="pkg-config wayland-devel glslang hwids"
+_devel_depends="lcms2-devel libgbm-devel libglvnd-devel libseat-devel eudev-libudev-devel
+ libdrm-devel libinput-devel libxkbcommon-devel pixman-devel wayland-devel
+ wayland-protocols vulkan-loader-devel xcb-util-errors-devel
+ xcb-util-wm-devel xcb-util-renderutil-devel libdisplay-info-devel libliftoff-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 ${pkgname#wlroots}"
+maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://gitlab.freedesktop.org/wlroots/wlroots"
+distfiles="${homepage}/-/releases/${version}/downloads/wlroots-${version}.tar.gz"
+checksum=89e13735d83b02f0fa519268b1fe893f7843499a5ea34d2bbda054a011722e53
+
+post_install() {
+	vlicense LICENSE
+}
+
+wlroots0.18-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision} ${_devel_depends}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+	}
+}
diff --git a/srcpkgs/wlroots0.18/update b/srcpkgs/wlroots0.18/update
new file mode 100644
index 00000000000000..29ccd1295c60c8
--- /dev/null
+++ b/srcpkgs/wlroots0.18/update
@@ -0,0 +1 @@
+pattern="/wlroots-\K0\.18\.[\d.]+(?=\.tar\.gz)"

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

* Re: [PR PATCH] [Merged]: New package: wlroots0.18-0.18.0
  2024-07-18 11:53 [PR PATCH] New package: wlroots0.18-0.18.0 tranzystorekk
@ 2024-07-18 13:19 ` tranzystorekk
  0 siblings, 0 replies; 2+ messages in thread
From: tranzystorekk @ 2024-07-18 13:19 UTC (permalink / raw)
  To: ml

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

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

New package: wlroots0.18-0.18.0
https://github.com/void-linux/void-packages/pull/51323

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

#### Testing the changes
- I tested the changes in this PR: **NO** (useful for upstream `labwc` development at least)

<!--
#### 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] 2+ messages in thread

end of thread, other threads:[~2024-07-18 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-18 11:53 [PR PATCH] New package: wlroots0.18-0.18.0 tranzystorekk
2024-07-18 13:19 ` [PR PATCH] [Merged]: " tranzystorekk

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