Github messages for voidlinux
 help / color / mirror / Atom feed
From: michalszmidt <michalszmidt@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: supersonic-0.8.2
Date: Fri, 29 Dec 2023 18:24:06 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47986@inbox.vuxu.org> (raw)

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

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

https://github.com/michalszmidt/void-packages new_supersonic
https://github.com/void-linux/void-packages/pull/47986

New package: supersonic-0.8.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
- Works great with secret service and appindicator on KDE 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**

<!-- 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, (x86-64-glibc)
<!--
- 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/47986.patch is attached

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

From f91538895f6c295199e00efb7acc2c1d4062e659 Mon Sep 17 00:00:00 2001
From: michalszmidt <michal.sz@disroot.org>
Date: Fri, 29 Dec 2023 18:19:50 +0100
Subject: [PATCH] New package: supersonic-0.8.2

---
 srcpkgs/supersonic/files/supersonic.desktop | 10 ++++++++++
 srcpkgs/supersonic/template                 | 20 ++++++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/supersonic/files/supersonic.desktop
 create mode 100644 srcpkgs/supersonic/template

diff --git a/srcpkgs/supersonic/files/supersonic.desktop b/srcpkgs/supersonic/files/supersonic.desktop
new file mode 100644
index 0000000000000..932a02f899d2f
--- /dev/null
+++ b/srcpkgs/supersonic/files/supersonic.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Supersonic
+Comment=A lightweight cross-platform desktop client for Subsonic music servers
+Path=/usr/bin
+Exec=supersonic
+Terminal=false
+Icon=/usr/share/pixmaps/supersonic/appicon.png
+Categories=Audio;AudioVideo
diff --git a/srcpkgs/supersonic/template b/srcpkgs/supersonic/template
new file mode 100644
index 0000000000000..930d7e0838d39
--- /dev/null
+++ b/srcpkgs/supersonic/template
@@ -0,0 +1,20 @@
+# Template file for 'supersonic'
+pkgname=supersonic
+version=0.8.2
+revision=1
+build_style=go
+go_import_path="github.com/dweymouth/supersonic"
+hostmakedepends="pkg-config gcc"
+makedepends="libglvnd-devel mpv-devel libX11-devel libappindicator-devel libsecret-devel libXxf86vm-devel" 
+depends="libsecret libappindicator"
+short_desc="A lightweight and full-featured cross-platform desktop client for self-hosted music servers"
+maintainer="Michał Szmidt <michal.sz@disroot.org>"
+license="GPL-3.0"
+homepage="https://github.com/dweymouth/supersonic"
+distfiles="https://github.com/dweymouth/supersonic/archive/refs/tags/v${version}.tar.gz"
+checksum=55ce49566d3350fe789934310509763dc2646ea09cc5c8d364daca49d692b185
+
+post_install(){
+	vinstall res/appicon.png 644 usr/share/pixmaps/${pkgname}
+	vinstall "${FILESDIR}/supersonic.desktop" 644 usr/share/applications
+}

             reply	other threads:[~2023-12-29 17:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29 17:24 michalszmidt [this message]
2023-12-29 17:44 ` [PR REVIEW] " classabbyamp
2023-12-29 19:01 ` michalszmidt
2023-12-29 19:03 ` classabbyamp
2023-12-29 19:04 ` classabbyamp
2023-12-29 19:43 ` [PR PATCH] [Updated] " michalszmidt
2023-12-29 19:43 ` michalszmidt
2023-12-29 19:47 ` [PR REVIEW] New package: supersonic-desktop-0.8.2 michalszmidt
2023-12-29 19:48 ` [PR PATCH] [Updated] " michalszmidt
2023-12-29 20:04 ` [PR REVIEW] " classabbyamp
2023-12-29 20:04 ` classabbyamp
2023-12-29 22:06 ` [PR PATCH] [Updated] " michalszmidt
2023-12-29 22:07 ` [PR REVIEW] " michalszmidt
2023-12-29 22:07 ` michalszmidt
2024-01-01 23:50 ` Johnnynator
2024-01-01 23:53 ` Johnnynator
2024-01-08  1:10 ` [PR PATCH] [Updated] " michalszmidt
2024-01-08  1:15 ` [PR REVIEW] " michalszmidt
2024-01-08 17:26 ` [PR PATCH] [Updated] " michalszmidt
2024-01-09  2:20 ` michalszmidt
2024-04-09  1:45 ` github-actions
2024-04-23  1:46 ` [PR PATCH] [Closed]: " github-actions

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-47986@inbox.vuxu.org \
    --to=michalszmidt@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).