Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] i3: update to 4.22.
Date: Tue, 03 Jan 2023 04:11:22 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41418@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages i3-4.22.0
https://github.com/void-linux/void-packages/pull/41418

i3: update to 4.22.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - i686


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-i3-4.22.0-41418.patch --]
[-- Type: text/x-diff, Size: 2741 bytes --]

From 532fbf94f4724e369c16a3c5857d9f0df8ea1bb9 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Mon, 2 Jan 2023 20:52:25 -0600
Subject: [PATCH] i3: update to 4.22.

---
 srcpkgs/i3-gaps          |  1 +
 srcpkgs/i3-gaps/template | 31 -------------------------------
 srcpkgs/i3/template      | 10 ++++++++--
 3 files changed, 9 insertions(+), 33 deletions(-)
 create mode 120000 srcpkgs/i3-gaps
 delete mode 100644 srcpkgs/i3-gaps/template

diff --git a/srcpkgs/i3-gaps b/srcpkgs/i3-gaps
new file mode 120000
index 000000000000..41a6cd964752
--- /dev/null
+++ b/srcpkgs/i3-gaps
@@ -0,0 +1 @@
+i3
\ No newline at end of file
diff --git a/srcpkgs/i3-gaps/template b/srcpkgs/i3-gaps/template
deleted file mode 100644
index b7069a7f9fb7..000000000000
--- a/srcpkgs/i3-gaps/template
+++ /dev/null
@@ -1,31 +0,0 @@
-# Template file for 'i3-gaps'
-pkgname=i3-gaps
-version=4.21.1
-revision=1
-build_style=meson
-configure_args="-Dmans=true"
-hostmakedepends="pkg-config perl autoconf automake asciidoc pod2mdoc xmlto"
-makedepends="pcre2-devel yajl-devel libxcb-devel libev-devel
- pango-devel startup-notification-devel libxkbcommon-devel
- xcb-util-keysyms-devel xcb-util-wm-devel xcb-util-cursor-devel
- xcb-util-xrm-devel"
-depends="perl-AnyEvent-I3"
-conf_files="/etc/i3/config /etc/i3/config.keycodes"
-short_desc="Improved tiling window manager - i3 fork with more features"
-maintainer="ian c. <ian@airmail.cc>"
-license="BSD-3-Clause"
-homepage="https://github.com/Airblader/i3"
-distfiles="${homepage}/archive/${version}.tar.gz>${version}.tar.gz"
-checksum=83f9b375c70f015611216cfa56956945c5b731c9943c53f4e3d6dee305de54f6
-
-provides="i3-${version}_${revision}"
-replaces="i3>=0"
-
-do_check() {
-	:
-}
-
-post_install() {
-	rm -rf ${DESTDIR}/usr/include
-	vlicense LICENSE
-}
diff --git a/srcpkgs/i3/template b/srcpkgs/i3/template
index 74a8ac62743d..8aa47657e556 100644
--- a/srcpkgs/i3/template
+++ b/srcpkgs/i3/template
@@ -1,6 +1,6 @@
 # Template file for 'i3'
 pkgname=i3
-version=4.21.1
+version=4.22
 revision=1
 build_style=meson
 hostmakedepends="pkg-config perl"
@@ -15,7 +15,7 @@ license="BSD-3-Clause"
 homepage="https://i3wm.org/"
 changelog="https://i3wm.org/downloads/RELEASE-NOTES-${version}.txt"
 distfiles="https://i3wm.org/downloads/i3-${version}.tar.xz"
-checksum=edfd781285c654a05dc6db272ce0300c4428e6fbd875d99964e57de25b41bc1e
+checksum=28639911e59d95639f092642a982f5e1dea592250c2b5ce98eda100833513e4b
 make_check=no # Michael disables tests in Debian rules, too
 
 post_install() {
@@ -28,3 +28,9 @@ i3-devel_package() {
 		vmove usr/include
 	}
 }
+
+i3-gaps_package() {
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+	depends="${sourcepkg}>=${version}_${revision}"
+}

             reply	other threads:[~2023-01-03  3:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03  3:11 abenson [this message]
2023-01-03 15:44 ` [PR REVIEW] " mdkcore0
2023-01-03 16:23 ` abenson
2023-01-03 16:50 ` mdkcore0
2023-01-05  1:28 ` [PR PATCH] [Merged]: " abenson
2023-01-03  4:34 [PR PATCH] " mdkcore0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41418@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).