Github messages for voidlinux
 help / color / mirror / Atom feed
From: raitonoberu <raitonoberu@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ags-1.7.4
Date: Fri, 09 Feb 2024 14:32:32 +0100	[thread overview]
Message-ID: <20240209133232.A3DA924B18@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48462@inbox.vuxu.org>

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

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

https://github.com/raitonoberu/void-packages master
https://github.com/void-linux/void-packages/pull/48462

New package: ags-1.7.4
#### Testing the changes
- I tested the changes in this PR: **YES**

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

I used to build it successfully using this template, but now it crashes during compilation of `python3-3.12.1_1` as a Meson dependency, [full log](https://prcl.dev/iu3wedr70k55d8c). UPD: fixed by merging upstream

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

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

From be29bd1823c8320ad7131bf8cb6d0ad69b12e633 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 15 Dec 2023 18:52:04 +0500
Subject: [PATCH 01/17] New package: aylurs-gtk-shell-1.5.4

---
 srcpkgs/aylurs-gtk-shell/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/aylurs-gtk-shell/template

diff --git a/srcpkgs/aylurs-gtk-shell/template b/srcpkgs/aylurs-gtk-shell/template
new file mode 100644
index 0000000000000..96cff03541bf2
--- /dev/null
+++ b/srcpkgs/aylurs-gtk-shell/template
@@ -0,0 +1,20 @@
+# Template file for 'aylurs-gtk-shell'
+pkgname=aylurs-gtk-shell
+version=1.5.4
+revision=1
+build_style=meson
+hostmakedepends="nodejs pkg-config"
+makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel"
+depends="gjs gtk-layer-shell"
+short_desc="A customizable and extensible shell"
+maintainer="raitonoberu <raitonoberu@mail.ru>"
+license="GPL-3.0-only"
+homepage="https://github.com/Aylur/ags"
+changelog="https://github.com/Aylur/ags/releases"
+distfiles="https://github.com/Aylur/ags/releases/download/v${version}-beta/ags-v${version}-beta.tar.gz"
+checksum=ee1d9b18cebbbb7461ff13b63ee7c7e69248c69d2c233d930ad17c1b6f32807a
+
+pre_configure() {
+    npm install
+    npm install -g typescript
+}

From f14682675c56362630a18191e9cd2722e7d5577d Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Sun, 17 Dec 2023 00:38:57 +0500
Subject: [PATCH 02/17] Update: aylurs-gtk-shell-1.5.5

---
 srcpkgs/aylurs-gtk-shell/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/aylurs-gtk-shell/template b/srcpkgs/aylurs-gtk-shell/template
index 96cff03541bf2..e13b9b3bef10d 100644
--- a/srcpkgs/aylurs-gtk-shell/template
+++ b/srcpkgs/aylurs-gtk-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'aylurs-gtk-shell'
 pkgname=aylurs-gtk-shell
-version=1.5.4
+version=1.5.5
 revision=1
 build_style=meson
 hostmakedepends="nodejs pkg-config"
@@ -12,7 +12,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/Aylur/ags"
 changelog="https://github.com/Aylur/ags/releases"
 distfiles="https://github.com/Aylur/ags/releases/download/v${version}-beta/ags-v${version}-beta.tar.gz"
-checksum=ee1d9b18cebbbb7461ff13b63ee7c7e69248c69d2c233d930ad17c1b6f32807a
+checksum=571fbe57140b30ab59d3b3a810d47b45145ba8f1772838e02ecc6bc24f74f39b
 
 pre_configure() {
     npm install

From 359f4d2203b8eb34618c40a088d5d760d859dd54 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Sat, 23 Dec 2023 16:04:52 +0500
Subject: [PATCH 03/17] Update: aylurs-gtk-shell-1.6.3

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

diff --git a/srcpkgs/aylurs-gtk-shell/template b/srcpkgs/aylurs-gtk-shell/template
index e13b9b3bef10d..d3560580bf312 100644
--- a/srcpkgs/aylurs-gtk-shell/template
+++ b/srcpkgs/aylurs-gtk-shell/template
@@ -1,18 +1,18 @@
 # Template file for 'aylurs-gtk-shell'
 pkgname=aylurs-gtk-shell
-version=1.5.5
+version=1.6.3
 revision=1
 build_style=meson
 hostmakedepends="nodejs pkg-config"
 makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel"
-depends="gjs gtk-layer-shell"
+depends="gjs gtk-layer-shell libsoup3"
 short_desc="A customizable and extensible shell"
 maintainer="raitonoberu <raitonoberu@mail.ru>"
 license="GPL-3.0-only"
 homepage="https://github.com/Aylur/ags"
 changelog="https://github.com/Aylur/ags/releases"
 distfiles="https://github.com/Aylur/ags/releases/download/v${version}-beta/ags-v${version}-beta.tar.gz"
-checksum=571fbe57140b30ab59d3b3a810d47b45145ba8f1772838e02ecc6bc24f74f39b
+checksum=d2c67265977c5b497244e62e3dadcfe7b0fbc694ca732f7b6de8e84c0a989f20
 
 pre_configure() {
     npm install

From a7b06f1daac2ba16ded62cab52ca3258ecdfdb59 Mon Sep 17 00:00:00 2001
From: Denis <raitonoberu@mail.ru>
Date: Wed, 31 Jan 2024 23:17:58 +0500
Subject: [PATCH 04/17] Update: aylurs-gtk-shell-1.7.4

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

diff --git a/srcpkgs/aylurs-gtk-shell/template b/srcpkgs/aylurs-gtk-shell/template
index d3560580bf312..24839ad0259ef 100644
--- a/srcpkgs/aylurs-gtk-shell/template
+++ b/srcpkgs/aylurs-gtk-shell/template
@@ -1,6 +1,6 @@
 # Template file for 'aylurs-gtk-shell'
 pkgname=aylurs-gtk-shell
-version=1.6.3
+version=1.7.4
 revision=1
 build_style=meson
 hostmakedepends="nodejs pkg-config"
@@ -11,8 +11,8 @@ maintainer="raitonoberu <raitonoberu@mail.ru>"
 license="GPL-3.0-only"
 homepage="https://github.com/Aylur/ags"
 changelog="https://github.com/Aylur/ags/releases"
-distfiles="https://github.com/Aylur/ags/releases/download/v${version}-beta/ags-v${version}-beta.tar.gz"
-checksum=d2c67265977c5b497244e62e3dadcfe7b0fbc694ca732f7b6de8e84c0a989f20
+distfiles="https://github.com/Aylur/ags/releases/download/v${version}/ags-v${version}.tar.gz"
+checksum=437618de6e75e032d887a3958d7e2eac1986381b634e9c9130813ba3089f55df
 
 pre_configure() {
     npm install

From f445f6ff9fa2d3b0e45b56911dd250647c166cfd Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Thu, 1 Feb 2024 00:04:12 +0500
Subject: [PATCH 05/17] aylurs-gtk-shell: fix missing dependency & linter
 issues

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

diff --git a/srcpkgs/aylurs-gtk-shell/template b/srcpkgs/aylurs-gtk-shell/template
index 24839ad0259ef..43714e2d2c21b 100644
--- a/srcpkgs/aylurs-gtk-shell/template
+++ b/srcpkgs/aylurs-gtk-shell/template
@@ -4,9 +4,9 @@ version=1.7.4
 revision=1
 build_style=meson
 hostmakedepends="nodejs pkg-config"
-makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel"
+makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
-short_desc="A customizable and extensible shell"
+short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"
 license="GPL-3.0-only"
 homepage="https://github.com/Aylur/ags"
@@ -15,6 +15,6 @@ distfiles="https://github.com/Aylur/ags/releases/download/v${version}/ags-v${ver
 checksum=437618de6e75e032d887a3958d7e2eac1986381b634e9c9130813ba3089f55df
 
 pre_configure() {
-    npm install
-    npm install -g typescript
+	npm install
+	npm install -g typescript
 }

From d9089e5320038aa8172dc0ab910462077f554788 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 19:52:54 +0500
Subject: [PATCH 06/17] aylurs-gtk-shell: rename to ags

---
 srcpkgs/{aylurs-gtk-shell => ags}/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename srcpkgs/{aylurs-gtk-shell => ags}/template (91%)

diff --git a/srcpkgs/aylurs-gtk-shell/template b/srcpkgs/ags/template
similarity index 91%
rename from srcpkgs/aylurs-gtk-shell/template
rename to srcpkgs/ags/template
index 43714e2d2c21b..57d1eec65acb0 100644
--- a/srcpkgs/aylurs-gtk-shell/template
+++ b/srcpkgs/ags/template
@@ -1,5 +1,5 @@
-# Template file for 'aylurs-gtk-shell'
-pkgname=aylurs-gtk-shell
+# Template file for 'ags'
+pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson

From 6fce3f9d4eb2f55486affdfeda1e52142c9f0bd5 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 19:55:40 +0500
Subject: [PATCH 07/17] ags: move glib-devel to hostmakedepends

---
 srcpkgs/ags/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 57d1eec65acb0..8c388f0f5222a 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -3,8 +3,8 @@ pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson
-hostmakedepends="nodejs pkg-config"
-makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
+hostmakedepends="nodejs pkg-config glib-devel"
+makedepends="gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"

From ed067a2f142fa347e32ef743f1026dec860de676 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 20:03:02 +0500
Subject: [PATCH 08/17] ags: move gjs-devel to hostmakedepends

---
 srcpkgs/ags/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 8c388f0f5222a..96aaba66df951 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -3,8 +3,8 @@ pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson
-hostmakedepends="nodejs pkg-config glib-devel"
-makedepends="gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
+hostmakedepends="nodejs pkg-config glib-devel gjs-devel"
+makedepends="gobject-introspection gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"

From df34405af1e089448b517efbeffa9eb92826e5e2 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 20:31:49 +0500
Subject: [PATCH 09/17] ags: copy gjs-devel to makedepends

---
 srcpkgs/ags/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 96aaba66df951..3933f7dc5af2b 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -4,7 +4,7 @@ version=1.7.4
 revision=1
 build_style=meson
 hostmakedepends="nodejs pkg-config glib-devel gjs-devel"
-makedepends="gobject-introspection gtk+3-devel pulseaudio-devel pam-devel"
+makedepends="gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"

From db04c7331df4f701e5df76259743d83305c69dd0 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 20:47:32 +0500
Subject: [PATCH 10/17] ags: copy gobject-introspection to hostmakedepends

---
 srcpkgs/ags/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 3933f7dc5af2b..4b88418a5559c 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -3,7 +3,7 @@ pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson
-hostmakedepends="nodejs pkg-config glib-devel gjs-devel"
+hostmakedepends="nodejs pkg-config glib-devel gjs-devel gobject-introspection"
 makedepends="gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"

From fe2696484e8f573af673a1aa2deee1cc76e5ec4b Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 21:38:01 +0500
Subject: [PATCH 11/17] ags: use gir build_helper

---
 srcpkgs/ags/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 4b88418a5559c..cd2c926ff61e3 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -3,8 +3,9 @@ pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson
-hostmakedepends="nodejs pkg-config glib-devel gjs-devel gobject-introspection"
-makedepends="gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
+build_helper=gir
+hostmakedepends="nodejs pkg-config"
+makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"

From efe9a8f30e07b293c374342e382e4836228da5a8 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 21:52:06 +0500
Subject: [PATCH 12/17] ags: add glib-devel when cross-compiling

---
 srcpkgs/ags/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index cd2c926ff61e3..da096c7e88ebd 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -5,7 +5,7 @@ revision=1
 build_style=meson
 build_helper=gir
 hostmakedepends="nodejs pkg-config"
-makedepends="glib-devel gobject-introspection gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
+makedepends="glib-devel gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"
@@ -15,6 +15,10 @@ changelog="https://github.com/Aylur/ags/releases"
 distfiles="https://github.com/Aylur/ags/releases/download/v${version}/ags-v${version}.tar.gz"
 checksum=437618de6e75e032d887a3958d7e2eac1986381b634e9c9130813ba3089f55df
 
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel"
+fi
+
 pre_configure() {
 	npm install
 	npm install -g typescript

From 1b7f17a33b0b778a8b6217acc4a1b207ba11bcc4 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 2 Feb 2024 21:57:45 +0500
Subject: [PATCH 13/17] ags: add gjs-devel when cross-compiling

---
 srcpkgs/ags/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index da096c7e88ebd..8c8e9ab591b66 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -16,7 +16,7 @@ distfiles="https://github.com/Aylur/ags/releases/download/v${version}/ags-v${ver
 checksum=437618de6e75e032d887a3958d7e2eac1986381b634e9c9130813ba3089f55df
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" glib-devel"
+	hostmakedepends+=" glib-devel gjs-devel"
 fi
 
 pre_configure() {

From bcabd34aa47208abc28238578b087d45fa37eca5 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 9 Feb 2024 18:16:52 +0500
Subject: [PATCH 14/17] ags: change libdir & enable build_types

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

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 8c8e9ab591b66..6f3a286c60d09 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -3,6 +3,7 @@ pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson
+configure_args="--libdir /usr/lib/ags -Dbuild_types=true"
 build_helper=gir
 hostmakedepends="nodejs pkg-config"
 makedepends="glib-devel gjs-devel gtk+3-devel pulseaudio-devel pam-devel"

From ce6b2a8d5915bc29f276540a2dc178d5a2164401 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 9 Feb 2024 18:18:43 +0500
Subject: [PATCH 15/17] ags: fix broken symlink

---
 srcpkgs/ags/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 6f3a286c60d09..38c6ae0878971 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -24,3 +24,7 @@ pre_configure() {
 	npm install
 	npm install -g typescript
 }
+
+post_install() {
+	ln -sf /usr/share/com.github.Aylur.ags/com.github.Aylur.ags ${DESTDIR}/usr/bin/ags
+}

From 94591c3c79b70d4dbbc20f94e4e9fca7f3b798ba Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 9 Feb 2024 18:19:42 +0500
Subject: [PATCH 16/17] ags: update license

---
 srcpkgs/ags/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index 38c6ae0878971..f1e6e5013e83c 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -10,7 +10,7 @@ makedepends="glib-devel gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"
 short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
 maintainer="raitonoberu <raitonoberu@mail.ru>"
-license="GPL-3.0-only"
+license="GPL-3.0-or-later"
 homepage="https://github.com/Aylur/ags"
 changelog="https://github.com/Aylur/ags/releases"
 distfiles="https://github.com/Aylur/ags/releases/download/v${version}/ags-v${version}.tar.gz"

From 25ceaf24eaa4ba633ae703e291538933fe9a925a Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Fri, 9 Feb 2024 18:32:23 +0500
Subject: [PATCH 17/17] ags: fix linter issue

---
 srcpkgs/ags/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
index f1e6e5013e83c..70940fc52eb39 100644
--- a/srcpkgs/ags/template
+++ b/srcpkgs/ags/template
@@ -3,8 +3,8 @@ pkgname=ags
 version=1.7.4
 revision=1
 build_style=meson
-configure_args="--libdir /usr/lib/ags -Dbuild_types=true"
 build_helper=gir
+configure_args="--libdir /usr/lib/ags -Dbuild_types=true"
 hostmakedepends="nodejs pkg-config"
 makedepends="glib-devel gjs-devel gtk+3-devel pulseaudio-devel pam-devel"
 depends="gjs gtk-layer-shell libsoup3"

  parent reply	other threads:[~2024-02-09 13:32 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-31 18:53 [PR PATCH] New package: aylurs-gtk-shell-1.7.4 raitonoberu
2024-01-31 19:04 ` [PR PATCH] [Updated] " raitonoberu
2024-01-31 19:08 ` ahesford
2024-01-31 19:14 ` raitonoberu
2024-01-31 19:16 ` raitonoberu
2024-01-31 19:21 ` raitonoberu
2024-01-31 19:22 ` raitonoberu
2024-01-31 20:02 ` raitonoberu
2024-02-02 14:55 ` [PR PATCH] [Updated] " raitonoberu
2024-02-02 15:03 ` [PR PATCH] [Updated] New package: ags-1.7.4 raitonoberu
2024-02-02 15:32 ` raitonoberu
2024-02-02 15:47 ` raitonoberu
2024-02-02 16:38 ` raitonoberu
2024-02-02 16:52 ` raitonoberu
2024-02-02 16:57 ` raitonoberu
2024-02-02 17:34 ` raitonoberu
2024-02-08 21:17 ` kotontrion
2024-02-08 21:35 ` kotontrion
2024-02-09  7:44 ` [PR PATCH] [Updated] " raitonoberu
2024-02-09 13:23 ` raitonoberu
2024-02-09 13:32 ` raitonoberu [this message]
2024-02-09 14:04 ` raitonoberu
2024-02-09 15:07 ` kotontrion
2024-02-13  7:24 ` [PR PATCH] [Updated] " raitonoberu
2024-02-13  7:28 ` [PR PATCH] [Closed]: " raitonoberu
2024-02-13  7:28 ` [PR PATCH] [Updated] " raitonoberu
2024-02-13  7:32 ` raitonoberu
2024-02-13  7:38 ` raitonoberu
2024-02-13  7:40 ` raitonoberu
2024-02-13  8:56 ` raitonoberu
2024-02-13  9:33 ` raitonoberu
2024-02-20  9:24 ` raitonoberu
2024-02-25 11:31 ` [PR PATCH] [Updated] New package: ags-1.7.6 raitonoberu
2024-03-04 10:31 ` [PR PATCH] [Updated] New package: ags-1.7.7 raitonoberu

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=20240209133232.A3DA924B18@inbox.vuxu.org \
    --to=raitonoberu@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).