Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: byte-0.3.1
@ 2020-04-10 12:30 LinArcX
  2020-04-11  7:16 ` [PR PATCH] [Updated] " LinArcX
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: LinArcX @ 2020-04-10 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages byte
https://github.com/void-linux/void-packages/pull/20838

New package: byte-0.3.1
[Closes](https://github.com/void-linux/void-packages/issues/20826)

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

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

From 9e46fc31c3f15b9e8fff1277ff271b7aaae55a9d Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 10 Apr 2020 16:58:53 +0430
Subject: [PATCH] New package: byte-0.3.1

---
 .../files/com.github.alainm23.byte.desktop    | 29 +++++++++++++++++++
 srcpkgs/byte/template                         | 18 ++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/byte/files/com.github.alainm23.byte.desktop
 create mode 100644 srcpkgs/byte/template

diff --git a/srcpkgs/byte/files/com.github.alainm23.byte.desktop b/srcpkgs/byte/files/com.github.alainm23.byte.desktop
new file mode 100644
index 00000000000..f069694c2d6
--- /dev/null
+++ b/srcpkgs/byte/files/com.github.alainm23.byte.desktop
@@ -0,0 +1,29 @@
+[Desktop Entry]
+Name=Byte
+GenericName=Byte
+Comment=Rediscover your music
+Keywords=music;radio;playlist;mp3;player;
+Exec=com.github.alainm23.byte %U
+Icon=com.github.alainm23.byte
+Terminal=false
+Type=Application
+Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+MimeType=x-content/audio-player;x-content/audio-cdda;application/ogg;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-ogg;audio/3gpp;audio/aac;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/flac;audio/midi;audio/mp2;audio/mp4;audio/mpeg;audio/ogg;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-opus+ogg;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-sbc;audio/x-scpls;audio/x-speex;audio/x-tta;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;audio/x-wavpack;audio/x-xm;
+X-GNOME-Gettext-Domain=com.github.alainm23.byte
+X-GNOME-UsesNotifications=true
+Actions=Toggle;Next;Prev;
+
+[Desktop Action Toggle]
+Name=Play/Pause
+Exec=com.github.alainm23.byte --play
+Icon=media-playback-start-symbolic
+
+[Desktop Action Next]
+Name=Next
+Exec=com.github.alainm23.byte --next
+Icon=media-skip-forward-symbolic
+
+[Desktop Action Prev]
+Name=Previous
+Exec=com.github.alainm23.byte --prev
+Icon=media-skip-backward-symbolic
diff --git a/srcpkgs/byte/template b/srcpkgs/byte/template
new file mode 100644
index 00000000000..b4a066d9d46
--- /dev/null
+++ b/srcpkgs/byte/template
@@ -0,0 +1,18 @@
+# Template file for 'byte'
+pkgname=byte
+version=0.3.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="libgee08-devel granite-devel sqlite-devel libsoup-devel
+ json-glib-devel gst-plugins-base1-devel taglib-devel"
+short_desc="Music Player designed for pantheon"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alainm23/byte"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a55449f7869b999517495154bdb31474e9b04c1e30ba8f8b8b0f6eef6306527c
+
+post_install() {
+	vinstall ${FILESDIR}/com.github.alainm23.byte.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: byte-0.3.1
  2020-04-10 12:30 [PR PATCH] New package: byte-0.3.1 LinArcX
@ 2020-04-11  7:16 ` LinArcX
  2020-04-11  7:17 ` LinArcX
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: LinArcX @ 2020-04-11  7:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages byte
https://github.com/void-linux/void-packages/pull/20838

New package: byte-0.3.1
[Closes](https://github.com/void-linux/void-packages/issues/20826)

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

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

From 007fb07ce2c59beb7a55ebe7356a501de92c8a3c Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 10 Apr 2020 16:58:53 +0430
Subject: [PATCH] New package: byte-0.3.1

---
 .../files/com.github.alainm23.byte.desktop    | 29 +++++++++++++++++++
 srcpkgs/byte/template                         | 18 ++++++++++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/byte/files/com.github.alainm23.byte.desktop
 create mode 100644 srcpkgs/byte/template

diff --git a/srcpkgs/byte/files/com.github.alainm23.byte.desktop b/srcpkgs/byte/files/com.github.alainm23.byte.desktop
new file mode 100644
index 00000000000..f069694c2d6
--- /dev/null
+++ b/srcpkgs/byte/files/com.github.alainm23.byte.desktop
@@ -0,0 +1,29 @@
+[Desktop Entry]
+Name=Byte
+GenericName=Byte
+Comment=Rediscover your music
+Keywords=music;radio;playlist;mp3;player;
+Exec=com.github.alainm23.byte %U
+Icon=com.github.alainm23.byte
+Terminal=false
+Type=Application
+Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+MimeType=x-content/audio-player;x-content/audio-cdda;application/ogg;application/x-extension-m4a;application/x-extension-mp4;application/x-flac;application/x-ogg;audio/3gpp;audio/aac;audio/ac3;audio/AMR;audio/AMR-WB;audio/basic;audio/flac;audio/midi;audio/mp2;audio/mp4;audio/mpeg;audio/ogg;audio/vnd.rn-realaudio;audio/x-aiff;audio/x-ape;audio/x-flac;audio/x-gsm;audio/x-it;audio/x-m4a;audio/x-matroska;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;audio/x-ms-wma;audio/x-musepack;audio/x-opus+ogg;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-realaudio;audio/x-pn-realaudio-plugin;audio/x-pn-wav;audio/x-pn-windows-acm;audio/x-realaudio;audio/x-real-audio;audio/x-sbc;audio/x-scpls;audio/x-speex;audio/x-tta;audio/x-vorbis;audio/x-vorbis+ogg;audio/x-wav;audio/x-wavpack;audio/x-xm;
+X-GNOME-Gettext-Domain=com.github.alainm23.byte
+X-GNOME-UsesNotifications=true
+Actions=Toggle;Next;Prev;
+
+[Desktop Action Toggle]
+Name=Play/Pause
+Exec=com.github.alainm23.byte --play
+Icon=media-playback-start-symbolic
+
+[Desktop Action Next]
+Name=Next
+Exec=com.github.alainm23.byte --next
+Icon=media-skip-forward-symbolic
+
+[Desktop Action Prev]
+Name=Previous
+Exec=com.github.alainm23.byte --prev
+Icon=media-skip-backward-symbolic
diff --git a/srcpkgs/byte/template b/srcpkgs/byte/template
new file mode 100644
index 00000000000..1a4da388baa
--- /dev/null
+++ b/srcpkgs/byte/template
@@ -0,0 +1,18 @@
+# Template file for 'byte'
+pkgname=byte
+version=0.3.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="libgee08-devel granite-devel sqlite-devel libsoup-devel
+ json-glib-devel gst-plugins-base1-devel taglib-devel"
+short_desc="Music Player designed for pantheon"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alainm23/byte"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a55449f7869b999517495154bdb31474e9b04c1e30ba8f8b8b0f6eef6306527c
+
+post_install() {
+	vinstall ${wrksrc}/data/com.github.alainm23.byte.desktop.in 644 usr/share/applications com.github.alainm23.byte.desktop
+}

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

* Re: [PR PATCH] [Updated] New package: byte-0.3.1
  2020-04-10 12:30 [PR PATCH] New package: byte-0.3.1 LinArcX
  2020-04-11  7:16 ` [PR PATCH] [Updated] " LinArcX
@ 2020-04-11  7:17 ` LinArcX
  2020-04-11 11:17 ` LinArcX
  2021-02-15  5:34 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: LinArcX @ 2020-04-11  7:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages byte
https://github.com/void-linux/void-packages/pull/20838

New package: byte-0.3.1
[Closes](https://github.com/void-linux/void-packages/issues/20826)

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

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

From a18007e6c6c8ad43fa2d75b8cf59ad6de1195a3b Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 10 Apr 2020 16:58:53 +0430
Subject: [PATCH] New package: byte-0.3.1

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

diff --git a/srcpkgs/byte/template b/srcpkgs/byte/template
new file mode 100644
index 00000000000..1a4da388baa
--- /dev/null
+++ b/srcpkgs/byte/template
@@ -0,0 +1,18 @@
+# Template file for 'byte'
+pkgname=byte
+version=0.3.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="libgee08-devel granite-devel sqlite-devel libsoup-devel
+ json-glib-devel gst-plugins-base1-devel taglib-devel"
+short_desc="Music Player designed for pantheon"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alainm23/byte"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a55449f7869b999517495154bdb31474e9b04c1e30ba8f8b8b0f6eef6306527c
+
+post_install() {
+	vinstall ${wrksrc}/data/com.github.alainm23.byte.desktop.in 644 usr/share/applications com.github.alainm23.byte.desktop
+}

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

* Re: [PR PATCH] [Updated] New package: byte-0.3.1
  2020-04-10 12:30 [PR PATCH] New package: byte-0.3.1 LinArcX
  2020-04-11  7:16 ` [PR PATCH] [Updated] " LinArcX
  2020-04-11  7:17 ` LinArcX
@ 2020-04-11 11:17 ` LinArcX
  2021-02-15  5:34 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: LinArcX @ 2020-04-11 11:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LinArcX/void-packages byte
https://github.com/void-linux/void-packages/pull/20838

New package: byte-0.3.1
[Closes](https://github.com/void-linux/void-packages/issues/20826)

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

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

From faa49566b3ecf4df11b85a635081fd1ec81ac7ec Mon Sep 17 00:00:00 2001
From: linarcx <linarcx@riseup.net>
Date: Fri, 10 Apr 2020 16:58:53 +0430
Subject: [PATCH] New package: byte-0.3.1

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

diff --git a/srcpkgs/byte/template b/srcpkgs/byte/template
new file mode 100644
index 00000000000..3283e5e9848
--- /dev/null
+++ b/srcpkgs/byte/template
@@ -0,0 +1,18 @@
+# Template file for 'byte'
+pkgname=byte
+version=0.3.1
+revision=1
+build_style=meson
+hostmakedepends="pkg-config vala glib-devel"
+makedepends="libgee08-devel granite-devel sqlite-devel libsoup-devel
+ json-glib-devel gst-plugins-base1-devel taglib-devel"
+short_desc="Music Player designed for pantheon"
+maintainer="linarcx <linarcx@riseup.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alainm23/byte"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=a55449f7869b999517495154bdb31474e9b04c1e30ba8f8b8b0f6eef6306527c
+
+post_install() {
+	vinstall data/com.github.alainm23.byte.desktop.in 644 usr/share/applications com.github.alainm23.byte.desktop
+}

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

* Re: [PR PATCH] [Closed]: New package: byte-0.3.1
  2020-04-10 12:30 [PR PATCH] New package: byte-0.3.1 LinArcX
                   ` (2 preceding siblings ...)
  2020-04-11 11:17 ` LinArcX
@ 2021-02-15  5:34 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-15  5:34 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: byte-0.3.1
https://github.com/void-linux/void-packages/pull/20838

Description:
[Closes](https://github.com/void-linux/void-packages/issues/20826)

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

end of thread, other threads:[~2021-02-15  5:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 12:30 [PR PATCH] New package: byte-0.3.1 LinArcX
2020-04-11  7:16 ` [PR PATCH] [Updated] " LinArcX
2020-04-11  7:17 ` LinArcX
2020-04-11 11:17 ` LinArcX
2021-02-15  5:34 ` [PR PATCH] [Closed]: " ericonr

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