Package Details: dissent-bin 0.0.24-1

Git Clone URL: https://aur.archlinux.org/dissent-bin.git (read-only, click to copy)
Package Base: dissent-bin
Description: Discord client written in go and gtk4 (binary version)
Upstream URL: https://github.com/diamondburned/dissent
Keywords: discord gtk
Licenses: GPL-3.0-only
Conflicts: dissent, dissent-git
Provides: dissent
Submitter: txtsd
Maintainer: txtsd
Last Packager: txtsd
Votes: 5
Popularity: 0.36
First Submitted: 2024-03-04 12:43 (UTC)
Last Updated: 2024-04-27 04:52 (UTC)

Latest Comments

1 2 Next › Last »

txtsd commented on 2024-03-24 20:00 (UTC)

@malcolm You can either install debugedit by yourself, or toggle the debug option in /etc/makepkg.conf.

malcolm commented on 2024-03-24 12:52 (UTC)

I was only able to install it after the debugedit dependency.

Cannot find the debugedit binary required for including source files in debug packages.

txtsd commented on 2023-10-13 06:44 (UTC)

@Shatur Thanks for the report! Forgot to do a clean build when testing earlier.

Shatur commented on 2023-10-12 14:16 (UTC)

Looks like you forgot to update source file name:

diff --git a/PKGBUILD b/PKGBUILD
index 713e92a..f11b29a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ sha256sums_aarch64=('aafdc82a6fface2174e092790dc3c0979bef0fe40fcf3b53c940b1b6d85

 package() {
     install -Dm 755 "${srcdir}/bin/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
-    install -Dm 644 "${srcdir}/share/applications/xyz.diamondb.${_pkgname}.desktop" "${pkgdir}/usr/share/applications/so.libdb.${_pkgname}.desktop"
+    install -Dm 644 "${srcdir}/share/applications/so.libdb.${_pkgname}.desktop" "${pkgdir}/usr/share/applications/so.libdb.${_pkgname}.desktop"
     sed -i "s/Chat;/Chat;InstantMessaging;/" "${pkgdir}/usr/share/applications/so.libdb.${_pkgname}.desktop"
     install -Dm 644 "${srcdir}/share/icons/hicolor/256x256/apps/${_pkgname}.svg" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/${_pkgname}.svg"
 }

esrh commented on 2022-12-15 14:42 (UTC)

Nah, actually I pulled gtkcord4.desktop from @txtsd's gtkcord4-git package. He must've removed that file when a desktop file got added by the author to the upstream repo. I download that file instead now -- should be fixed.

In any case, I've added txtsd as comaintainer, these two packages should follow each other.

txtsd commented on 2022-11-20 09:31 (UTC)

@Alukard I think @esrh must have forgotten to commit gtkcord4.desktop to the git repo.

Alukard commented on 2022-11-20 05:34 (UTC)

getting error with bin packages Failure while downloading https://aur.archlinux.org/cgit/aur.git/plain/gtkcord4.desktop?h=gtkcord4-git

txtsd commented on 2022-11-19 12:55 (UTC)

Can I be co-maintainer here? I maintain gtkcord4-git and I can help push updates.

esrh commented on 2022-08-03 15:28 (UTC)

thank you, please let me know if it works now