Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mpd-rich-presence-discord-20180930
@ 2019-10-17 19:13 voidlinux-github
  2019-10-26 20:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-17 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/redoste/void-packages mpd-rich-presence-discord
https://github.com/void-linux/void-packages/pull/15577

New package: mpd-rich-presence-discord-20180930


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpd-rich-presence-discord-15577.patch --]
[-- Type: text/x-diff, Size: 3462 bytes --]

From f121a04a2599f640b6942a3441e02fd2dd192400 Mon Sep 17 00:00:00 2001
From: redoste <jub.csc@gmail.com>
Date: Thu, 17 Oct 2019 21:05:54 +0200
Subject: [PATCH 1/2] New package: discord-rpc-3.4.0

---
 common/shlibs                |  1 +
 srcpkgs/discord-rpc-devel    |  1 +
 srcpkgs/discord-rpc/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/discord-rpc-devel
 create mode 100644 srcpkgs/discord-rpc/template

diff --git a/common/shlibs b/common/shlibs
index 2aedb6fdda6..905471441ec 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3518,3 +3518,4 @@ libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
+libdiscord-rpc.so discord-rpc-3.4.0_1
diff --git a/srcpkgs/discord-rpc-devel b/srcpkgs/discord-rpc-devel
new file mode 120000
index 00000000000..63480017229
--- /dev/null
+++ b/srcpkgs/discord-rpc-devel
@@ -0,0 +1 @@
+discord-rpc
\ No newline at end of file
diff --git a/srcpkgs/discord-rpc/template b/srcpkgs/discord-rpc/template
new file mode 100644
index 00000000000..b622af6e6b8
--- /dev/null
+++ b/srcpkgs/discord-rpc/template
@@ -0,0 +1,29 @@
+# Template file for 'discord-rpc'
+pkgname=discord-rpc
+version=3.4.0
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF"
+short_desc="Libraries for Discord Rich Presence"
+maintainer="redoste <redoste@redoste.xyz>"
+license="MIT"
+homepage="https://github.com/discordapp/discord-rpc"
+distfiles="https://github.com/discordapp/discord-rpc/archive/v${version}.tar.gz"
+checksum=e13427019027acd187352dacba6c65953af66fdf3c35fcf38fc40b454a9d7855
+
+do_install() {
+	vlicense "LICENSE"
+	cd ${cmake_builddir:=build}
+	vmkdir /usr/lib 755
+	vcopy "src/libdiscord-rpc.so" "/usr/lib/"
+}
+
+discord-rpc-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmkdir /usr/include 755
+		vcopy include/*.h /usr/include
+	}
+}

From 83634480f9ff36839b446b84a06c7200762aa151 Mon Sep 17 00:00:00 2001
From: redoste <jub.csc@gmail.com>
Date: Thu, 17 Oct 2019 21:07:22 +0200
Subject: [PATCH 2/2] New package: mpd-rich-presence-discord-20180930

---
 srcpkgs/mpd-rich-presence-discord/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/mpd-rich-presence-discord/template

diff --git a/srcpkgs/mpd-rich-presence-discord/template b/srcpkgs/mpd-rich-presence-discord/template
new file mode 100644
index 00000000000..6c6b72023cf
--- /dev/null
+++ b/srcpkgs/mpd-rich-presence-discord/template
@@ -0,0 +1,22 @@
+# Template file for 'mpd-rich-presence-discord'
+pkgname=mpd-rich-presence-discord
+version=20180930
+revision=1
+_commit=26a5c4a08f4765791978df5e80d1a0379df7732b
+archs="x86_64"
+wrksrc="${pkgname}-${_commit}"
+build_style=cmake
+makedepends="discord-rpc-devel libmpdclient-devel"
+short_desc="Broadcast your MPD state using discord rich presence!"
+maintainer="redoste <redoste@redoste.xyz>"
+license="MIT"
+homepage="https://github.com/SSStormy/mpd-rich-presence-discord"
+distfiles="https://github.com/SSStormy/mpd-rich-presence-discord/archive/${_commit}.tar.gz"
+checksum=af8e7cefbf3676ff7dfec050ce76e2a23ce1bf59898bd2d276a9cf252dbc9305
+
+do_install() {
+	vlicense "LICENSE"
+	cd ${cmake_builddir:=build}
+	vmkdir /usr/bin 755
+	vcopy "mpd_discord_richpresence" "/usr/bin/"
+}

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

* Re: [PR PATCH] [Updated] New package: mpd-rich-presence-discord-20180930
  2019-10-17 19:13 [PR PATCH] New package: mpd-rich-presence-discord-20180930 voidlinux-github
  2019-10-26 20:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-26 20:13 ` voidlinux-github
  2019-10-26 20:14 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-26 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/redoste/void-packages mpd-rich-presence-discord
https://github.com/void-linux/void-packages/pull/15577

New package: mpd-rich-presence-discord-20180930


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpd-rich-presence-discord-15577.patch --]
[-- Type: text/x-diff, Size: 3462 bytes --]

From f121a04a2599f640b6942a3441e02fd2dd192400 Mon Sep 17 00:00:00 2001
From: redoste <jub.csc@gmail.com>
Date: Thu, 17 Oct 2019 21:05:54 +0200
Subject: [PATCH 1/2] New package: discord-rpc-3.4.0

---
 common/shlibs                |  1 +
 srcpkgs/discord-rpc-devel    |  1 +
 srcpkgs/discord-rpc/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/discord-rpc-devel
 create mode 100644 srcpkgs/discord-rpc/template

diff --git a/common/shlibs b/common/shlibs
index 2aedb6fdda6..905471441ec 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3518,3 +3518,4 @@ libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
+libdiscord-rpc.so discord-rpc-3.4.0_1
diff --git a/srcpkgs/discord-rpc-devel b/srcpkgs/discord-rpc-devel
new file mode 120000
index 00000000000..63480017229
--- /dev/null
+++ b/srcpkgs/discord-rpc-devel
@@ -0,0 +1 @@
+discord-rpc
\ No newline at end of file
diff --git a/srcpkgs/discord-rpc/template b/srcpkgs/discord-rpc/template
new file mode 100644
index 00000000000..b622af6e6b8
--- /dev/null
+++ b/srcpkgs/discord-rpc/template
@@ -0,0 +1,29 @@
+# Template file for 'discord-rpc'
+pkgname=discord-rpc
+version=3.4.0
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF"
+short_desc="Libraries for Discord Rich Presence"
+maintainer="redoste <redoste@redoste.xyz>"
+license="MIT"
+homepage="https://github.com/discordapp/discord-rpc"
+distfiles="https://github.com/discordapp/discord-rpc/archive/v${version}.tar.gz"
+checksum=e13427019027acd187352dacba6c65953af66fdf3c35fcf38fc40b454a9d7855
+
+do_install() {
+	vlicense "LICENSE"
+	cd ${cmake_builddir:=build}
+	vmkdir /usr/lib 755
+	vcopy "src/libdiscord-rpc.so" "/usr/lib/"
+}
+
+discord-rpc-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmkdir /usr/include 755
+		vcopy include/*.h /usr/include
+	}
+}

From 83634480f9ff36839b446b84a06c7200762aa151 Mon Sep 17 00:00:00 2001
From: redoste <jub.csc@gmail.com>
Date: Thu, 17 Oct 2019 21:07:22 +0200
Subject: [PATCH 2/2] New package: mpd-rich-presence-discord-20180930

---
 srcpkgs/mpd-rich-presence-discord/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/mpd-rich-presence-discord/template

diff --git a/srcpkgs/mpd-rich-presence-discord/template b/srcpkgs/mpd-rich-presence-discord/template
new file mode 100644
index 00000000000..6c6b72023cf
--- /dev/null
+++ b/srcpkgs/mpd-rich-presence-discord/template
@@ -0,0 +1,22 @@
+# Template file for 'mpd-rich-presence-discord'
+pkgname=mpd-rich-presence-discord
+version=20180930
+revision=1
+_commit=26a5c4a08f4765791978df5e80d1a0379df7732b
+archs="x86_64"
+wrksrc="${pkgname}-${_commit}"
+build_style=cmake
+makedepends="discord-rpc-devel libmpdclient-devel"
+short_desc="Broadcast your MPD state using discord rich presence!"
+maintainer="redoste <redoste@redoste.xyz>"
+license="MIT"
+homepage="https://github.com/SSStormy/mpd-rich-presence-discord"
+distfiles="https://github.com/SSStormy/mpd-rich-presence-discord/archive/${_commit}.tar.gz"
+checksum=af8e7cefbf3676ff7dfec050ce76e2a23ce1bf59898bd2d276a9cf252dbc9305
+
+do_install() {
+	vlicense "LICENSE"
+	cd ${cmake_builddir:=build}
+	vmkdir /usr/bin 755
+	vcopy "mpd_discord_richpresence" "/usr/bin/"
+}

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

* Re: [PR PATCH] [Updated] New package: mpd-rich-presence-discord-20180930
  2019-10-17 19:13 [PR PATCH] New package: mpd-rich-presence-discord-20180930 voidlinux-github
@ 2019-10-26 20:13 ` voidlinux-github
  2019-10-26 20:13 ` voidlinux-github
  2019-10-26 20:14 ` [PR PATCH] [Closed]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-26 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/redoste/void-packages mpd-rich-presence-discord
https://github.com/void-linux/void-packages/pull/15577

New package: mpd-rich-presence-discord-20180930


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpd-rich-presence-discord-15577.patch --]
[-- Type: text/x-diff, Size: 3462 bytes --]

From f121a04a2599f640b6942a3441e02fd2dd192400 Mon Sep 17 00:00:00 2001
From: redoste <jub.csc@gmail.com>
Date: Thu, 17 Oct 2019 21:05:54 +0200
Subject: [PATCH 1/2] New package: discord-rpc-3.4.0

---
 common/shlibs                |  1 +
 srcpkgs/discord-rpc-devel    |  1 +
 srcpkgs/discord-rpc/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 120000 srcpkgs/discord-rpc-devel
 create mode 100644 srcpkgs/discord-rpc/template

diff --git a/common/shlibs b/common/shlibs
index 2aedb6fdda6..905471441ec 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3518,3 +3518,4 @@ libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
 libluv.so.1 libluv-1.30.1.0_1
 libarmadillo.so.9 armadillo-9.700.2_1
 libvarnishapi.so.2 libvarnishapi-6.3.0_1
+libdiscord-rpc.so discord-rpc-3.4.0_1
diff --git a/srcpkgs/discord-rpc-devel b/srcpkgs/discord-rpc-devel
new file mode 120000
index 00000000000..63480017229
--- /dev/null
+++ b/srcpkgs/discord-rpc-devel
@@ -0,0 +1 @@
+discord-rpc
\ No newline at end of file
diff --git a/srcpkgs/discord-rpc/template b/srcpkgs/discord-rpc/template
new file mode 100644
index 00000000000..b622af6e6b8
--- /dev/null
+++ b/srcpkgs/discord-rpc/template
@@ -0,0 +1,29 @@
+# Template file for 'discord-rpc'
+pkgname=discord-rpc
+version=3.4.0
+revision=1
+archs="x86_64"
+build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_EXAMPLES=OFF"
+short_desc="Libraries for Discord Rich Presence"
+maintainer="redoste <redoste@redoste.xyz>"
+license="MIT"
+homepage="https://github.com/discordapp/discord-rpc"
+distfiles="https://github.com/discordapp/discord-rpc/archive/v${version}.tar.gz"
+checksum=e13427019027acd187352dacba6c65953af66fdf3c35fcf38fc40b454a9d7855
+
+do_install() {
+	vlicense "LICENSE"
+	cd ${cmake_builddir:=build}
+	vmkdir /usr/lib 755
+	vcopy "src/libdiscord-rpc.so" "/usr/lib/"
+}
+
+discord-rpc-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmkdir /usr/include 755
+		vcopy include/*.h /usr/include
+	}
+}

From 83634480f9ff36839b446b84a06c7200762aa151 Mon Sep 17 00:00:00 2001
From: redoste <jub.csc@gmail.com>
Date: Thu, 17 Oct 2019 21:07:22 +0200
Subject: [PATCH 2/2] New package: mpd-rich-presence-discord-20180930

---
 srcpkgs/mpd-rich-presence-discord/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/mpd-rich-presence-discord/template

diff --git a/srcpkgs/mpd-rich-presence-discord/template b/srcpkgs/mpd-rich-presence-discord/template
new file mode 100644
index 00000000000..6c6b72023cf
--- /dev/null
+++ b/srcpkgs/mpd-rich-presence-discord/template
@@ -0,0 +1,22 @@
+# Template file for 'mpd-rich-presence-discord'
+pkgname=mpd-rich-presence-discord
+version=20180930
+revision=1
+_commit=26a5c4a08f4765791978df5e80d1a0379df7732b
+archs="x86_64"
+wrksrc="${pkgname}-${_commit}"
+build_style=cmake
+makedepends="discord-rpc-devel libmpdclient-devel"
+short_desc="Broadcast your MPD state using discord rich presence!"
+maintainer="redoste <redoste@redoste.xyz>"
+license="MIT"
+homepage="https://github.com/SSStormy/mpd-rich-presence-discord"
+distfiles="https://github.com/SSStormy/mpd-rich-presence-discord/archive/${_commit}.tar.gz"
+checksum=af8e7cefbf3676ff7dfec050ce76e2a23ce1bf59898bd2d276a9cf252dbc9305
+
+do_install() {
+	vlicense "LICENSE"
+	cd ${cmake_builddir:=build}
+	vmkdir /usr/bin 755
+	vcopy "mpd_discord_richpresence" "/usr/bin/"
+}

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

* Re: [PR PATCH] [Closed]: New package: mpd-rich-presence-discord-20180930
  2019-10-17 19:13 [PR PATCH] New package: mpd-rich-presence-discord-20180930 voidlinux-github
  2019-10-26 20:13 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-26 20:13 ` voidlinux-github
@ 2019-10-26 20:14 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-26 20:14 UTC (permalink / raw)
  To: ml

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

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

New package: mpd-rich-presence-discord-20180930
https://github.com/void-linux/void-packages/pull/15577

Description:


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

end of thread, other threads:[~2019-10-26 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 19:13 [PR PATCH] New package: mpd-rich-presence-discord-20180930 voidlinux-github
2019-10-26 20:13 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26 20:13 ` voidlinux-github
2019-10-26 20:14 ` [PR PATCH] [Closed]: " voidlinux-github

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