Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: aylurs-gtk-shell-1.7.4
@ 2024-01-31 18:53 raitonoberu
  2024-01-31 19:04 ` [PR PATCH] [Updated] " raitonoberu
                   ` (32 more replies)
  0 siblings, 33 replies; 34+ messages in thread
From: raitonoberu @ 2024-01-31 18:53 UTC (permalink / raw)
  To: ml

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

There is a new 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: aylurs-gtk-shell-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).

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: 5022 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 1/4] 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 2/4] 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 3/4] 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 4/4] 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

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

end of thread, other threads:[~2024-03-04 10:31 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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