Skip to content

Commit

Permalink
fix: armcord (#1996) (#2002)
Browse files Browse the repository at this point in the history
* fix: armcord

Signed-off-by: madomado <[email protected]>

* pnpm?

Signed-off-by: madomado <[email protected]>

* license

Signed-off-by: madomado <[email protected]>

* Update armcord.spec

Signed-off-by: madomado <[email protected]>

* indentation

Signed-off-by: madomado <[email protected]>

---------

Signed-off-by: madomado <[email protected]>
(cherry picked from commit 694757d)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Aug 26, 2024
1 parent 73c6c12 commit b4f8195
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions anda/apps/armcord/armcord.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Requires: electron xdg-utils
BuildRequires: nodejs-npm git add-determinism
BuildRequires: git-core add-determinism pnpm
Conflicts: armcord-bin
BuildArch: noarch

Expand Down Expand Up @@ -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
Expand All @@ -50,18 +51,20 @@ 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 <[email protected]> - 3.3.0-1
- Update to license.txt

* Sat Jun 17 2023 windowsboy111 <[email protected]> - 3.2.0-2
- Remove libnotify dependency.
- Fix desktop entry.
- Set as noarch package because there are not binary files.

* Sat May 6 2023 windowsboy111 <[email protected]> - 3.1.7-1
- Initial package

0 comments on commit b4f8195

Please sign in to comment.