Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: armcord-3.1.4
@ 2022-12-31 18:21 Zoh-j02r
  2022-12-31 20:13 ` Duncaen
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: Zoh-j02r @ 2022-12-31 18:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zoh-j02r/void-packages armcord-testing
https://github.com/void-linux/void-packages/pull/41385

New package: armcord-3.1.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**
 

#### 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):
  - i686*
  - aarch64*
  - armv7l*

🤮electron

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

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

From da22f4df2eb8390e2482c8b49a98e9ec11846a20 Mon Sep 17 00:00:00 2001
From: Zoh-j02r <saulobruno@usp.br>
Date: Sat, 31 Dec 2022 15:10:30 -0300
Subject: [PATCH] New package: armcord-3.1.4

---
 srcpkgs/armcord/files/armcord.desktop |  8 ++++++
 srcpkgs/armcord/template              | 38 +++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/armcord/files/armcord.desktop
 create mode 100644 srcpkgs/armcord/template

diff --git a/srcpkgs/armcord/files/armcord.desktop b/srcpkgs/armcord/files/armcord.desktop
new file mode 100644
index 000000000000..c60304830d2a
--- /dev/null
+++ b/srcpkgs/armcord/files/armcord.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=ArmCord
+Comment=Custom client designed to enhance Discord experience"
+Exec=/usr/bin/armcord
+Icon=armcord
+Terminal=false
+Type=Application
+Categories=Network;Chat;
diff --git a/srcpkgs/armcord/template b/srcpkgs/armcord/template
new file mode 100644
index 000000000000..b765c7275f13
--- /dev/null
+++ b/srcpkgs/armcord/template
@@ -0,0 +1,38 @@
+# Template file for 'armcord'
+pkgname=armcord
+version=3.1.4
+revision=1
+archs="x86_64* i686* aarch64* armv7l*"
+hostmakedepends="nodejs"
+depends="alsa-lib dbus-glib libnotify atk gtk+3 nss xdg-utils webrtc-audio-processing"
+short_desc="A custom client designed to enhance your Discord experience"
+maintainer="Zoh-j02r <saulobruno@usp.br>"
+license="custom:OSL-3.0"
+homepage="https://github.com/ArmCord/ArmCord"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum="4b40b58a73b0c81b0fa75e40ae0167ee5d7f35fc09b94e4a993bc09cd2e41974"
+
+do_build() {
+	npx --yes pnpm install --frozen-lockfile --ignore-scripts
+	npm run packageQuick
+}
+
+do_install() {
+	local package_location="usr/lib/$pkgname" item
+	vmkdir ${package_location}
+	vinstall build/icon.png 644 /usr/share/pixmaps/ armcord.png
+	cd dist/linux-unpacked/
+	for item in locales resources armcord libffmpeg.so snapshot_blob.bin icudtl.dat\
+	libEGL.so libGLESv2.so libvulkan.so.1 chrome_100_percent.pak chrome_200_percent.pak \
+	chrome-sandbox resources.pak vk_swiftshader_icd.json v8_context_snapshot.bin \
+	chrome_crashpad_handler libvk_swiftshader.so; do
+		vcopy "${item}" "${package_location}"
+	vmkdir usr/bin
+	ln -sfr $DESTDIR/$package_location/armcord $DESTDIR/usr/bin/armcord
+	vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
+	done;
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2023-03-22 23:42 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-31 18:21 [PR PATCH] New package: armcord-3.1.4 Zoh-j02r
2022-12-31 20:13 ` Duncaen
2022-12-31 20:55 ` paper42
2023-01-01 15:55 ` [PR PATCH] [Updated] " Zoh-j02r
2023-01-01 16:07 ` Zoh-j02r
2023-01-01 16:23 ` Zoh-j02r
2023-01-01 18:59 ` [PR REVIEW] " Vendicated
2023-01-01 19:03 ` Vendicated
2023-01-03  1:06 ` [PR PATCH] [Updated] " Zoh-j02r
2023-01-03  1:08 ` Zoh-j02r
2023-01-03  1:13 ` Zoh-j02r
2023-01-03  1:14 ` Zoh-j02r
2023-01-03 18:21 ` Zoh-j02r
2023-01-03 18:27 ` [PR PATCH] [Updated] " Zoh-j02r
2023-01-03 18:28 ` Zoh-j02r
2023-01-03 18:32 ` Zoh-j02r
2023-01-07 17:40 ` yurifuko
2023-01-08  0:49 ` [PR PATCH] [Updated] " Zoh-j02r
2023-01-08  1:10 ` Zoh-j02r
2023-01-08  1:12 ` Zoh-j02r
2023-01-08  9:46 ` paper42
2023-01-08  9:46 ` [PR REVIEW] " paper42
2023-01-08 13:49 ` Zoh-j02r
2023-03-08 23:22 ` [PR PATCH] [Updated] " Zoh-j02r
2023-03-20  7:54 ` paper42
2023-03-20 11:13 ` Zoh-j02r
2023-03-22 23:42 ` paper42
2023-03-22 23:42 ` [PR PATCH] [Closed]: " paper42

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