@m00nw4tch3r a lot has been changing in the upstream repo, the patches keep failing more and more with every update
Search Criteria
Package Details: replugged-electron-git r1997.4fa35914-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/replugged-electron-git.git (read-only, click to copy) |
---|---|
Package Base: | replugged-electron-git |
Description: | A fork of Powercord, the lightweight discord client mod focused on simplicity and performance. |
Upstream URL: | https://github.com/replugged-org/replugged |
Licenses: | MIT |
Conflicts: | replugged |
Provides: | replugged |
Submitter: | m00nw4tch3r |
Maintainer: | None |
Last Packager: | m00nw4tch3r |
Votes: | 5 |
Popularity: | 0.000046 |
First Submitted: | 2022-08-08 04:12 (UTC) |
Last Updated: | 2022-12-11 12:43 (UTC) |
Dependencies (4)
- discord-canary-electron-binAUR
- electron19AUR (electron19-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR) (make)
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 2
jdemille commented on 2022-08-26 21:15 (UTC)
simonzack commented on 2022-08-20 11:08 (UTC) (edited on 2022-08-21 13:01 (UTC) by simonzack)
Need to update replugged.patch
to have:
@@ -220,27 +220,10 @@ class Updater {
...
- .then(r => r.stdout.toString().match(/github\.com[:/]([\w-_]+\/[\w-_]+)/)?.[1] ||
- r.stdout.toString().trim().match(/(.*):(.*\/.*)/)[2])
This still doesn't start for me though. It hangs at:
$ /usr/bin/replugged
Hello from Replugged!
Loading Discord
[EDIT] Using electron15-bin
works. You can update the dependencies.
m00nw4tch3r commented on 2022-08-18 02:10 (UTC)
Should (mostly) work now.
m00nw4tch3r commented on 2022-08-17 14:35 (UTC) (edited on 2022-08-17 20:57 (UTC) by m00nw4tch3r)
As a workaround you can build an earlier version of replugged, add #commit=86ae1cb8
(instead of branch
) to the source url. I'll try to find a fix soon:tm:
AkechiShiro commented on 2022-08-15 16:32 (UTC)
Hey, thanks for this package but currently it fails at the prepare
step at this line : https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=replugged-electron-git#n51
Hunk #1 succeeded at 82 (offset -1 lines).
patching file src/Powercord/plugins/pc-updater/components/Update.jsx
patching file src/Powercord/plugins/pc-updater/index.js
patching file src/Powercord/apis/commands.js
patching file src/Powercord/managers/plugins.js
Auto-merging src/fake_node_modules/powercord/webpack/index.js
CONFLICT (content): Merge conflict in src/fake_node_modules/powercord/webpack/index.js
error: could not revert 8dbf24d9... Remove "new" webpack backend (#53)
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
==> ERROR: A failure occurred in prepare().
Aborting...
error: failed to build 'replugged-electron-git-r1543.86ae1cb8-1':
error: packages failed to build: replugged-electron-git-r1543.86ae1cb8-1
Pinned Comments
m00nw4tch3r commented on 2022-12-11 12:47 (UTC) (edited on 2022-12-11 12:47 (UTC) by m00nw4tch3r)
I don't think the rewrite is quite there yet, but here's the updated package.
You can now use the
_discord
var to change the discord location, as long as it's in/usr/lib/$_discord/app.asar
, see:discord_arch_electron
for a compatible stable discord package.