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.7
Date: Mon, 04 Mar 2024 11:31:44 +0100	[thread overview]
Message-ID: <20240304103144.365032BC97@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.7
#### 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: 1510 bytes --]

From a52533e0ea8fbcacaa6f2f227a7a6002f2e9e3a8 Mon Sep 17 00:00:00 2001
From: raitonoberu <raitonoberu@mail.ru>
Date: Tue, 13 Feb 2024 12:30:46 +0500
Subject: [PATCH] New package: ags-1.8.0

---
 srcpkgs/ags/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ags/template

diff --git a/srcpkgs/ags/template b/srcpkgs/ags/template
new file mode 100644
index 00000000000000..b16a9772058dd5
--- /dev/null
+++ b/srcpkgs/ags/template
@@ -0,0 +1,30 @@
+# Template file for 'ags'
+pkgname=ags
+version=1.8.0
+revision=1
+build_style=meson
+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"
+short_desc="Aylurs's Gtk Shell (AGS), An eww inspired gtk widget system"
+maintainer="raitonoberu <raitonoberu@mail.ru>"
+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"
+checksum=c36f4ebc48caaf0cea4399dd870bcad939995a9d4805f79fdd431236f9de7d2e
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" glib-devel gjs-devel"
+fi
+
+pre_configure() {
+	npm install
+	export PATH="$PATH:$wrksrc/node_modules/typescript/bin"
+}
+
+post_install() {
+	ln -sf /usr/share/com.github.Aylur.ags/com.github.Aylur.ags ${DESTDIR}/usr/bin/ags
+}

      parent reply	other threads:[~2024-03-04 10:31 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
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 ` raitonoberu
2024-02-13  7:28 ` [PR PATCH] [Closed]: " raitonoberu
2024-02-13  7:32 ` [PR PATCH] [Updated] " 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 ` raitonoberu [this message]

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=20240304103144.365032BC97@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).