From b4f81958460acd05b62d3d0decf981cc3117fd98 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 25 Aug 2024 22:14:05 -0700 Subject: [PATCH] fix: armcord (#1996) (#2002) * fix: armcord Signed-off-by: madomado * pnpm? Signed-off-by: madomado * license Signed-off-by: madomado * Update armcord.spec Signed-off-by: madomado * indentation Signed-off-by: madomado --------- Signed-off-by: madomado (cherry picked from commit 694757dbb93cc1069449d7c268907d3cf8f044b0) Co-authored-by: madomado --- anda/apps/armcord/armcord.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/anda/apps/armcord/armcord.spec b/anda/apps/armcord/armcord.spec index 7779369ac8..308f6a8c19 100644 --- a/anda/apps/armcord/armcord.spec +++ b/anda/apps/armcord/armcord.spec @@ -8,8 +8,9 @@ Summary: Custom lightweight Discord client designed to enhance your experience URL: https://github.com/ArmCord/ArmCord Group: Applications/Internet Source1: launch.sh +Packager: madonuko Requires: electron xdg-utils -BuildRequires: nodejs-npm git add-determinism +BuildRequires: git-core add-determinism pnpm Conflicts: armcord-bin BuildArch: noarch @@ -37,8 +38,8 @@ EOF %build -npx pnpm@7 install --no-frozen-lockfile -npm run packageQuick +pnpm install --no-frozen-lockfile +pnpm run packageQuick %install @@ -50,13 +51,16 @@ install -Dm644 build/icon.png %buildroot/usr/share/pixmaps/armcord.png %files %doc README.md -%license LICENSE +%license license.txt /usr/bin/armcord /usr/share/applications/ArmCord.desktop /usr/share/pixmaps/armcord.png /usr/share/armcord/app.asar %changelog +* Mon Aug 26 2024 madonuko - 3.3.0-1 +- Update to license.txt + * Sat Jun 17 2023 windowsboy111 - 3.2.0-2 - Remove libnotify dependency. - Fix desktop entry. @@ -64,4 +68,3 @@ install -Dm644 build/icon.png %buildroot/usr/share/pixmaps/armcord.png * Sat May 6 2023 windowsboy111 - 3.1.7-1 - Initial package -