Package Details: dissent-bin 0.0.31-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
Provides: dissent
Submitter: txtsd
Maintainer: txtsd
Last Packager: txtsd
Votes: 8
Popularity: 0.91
First Submitted: 2024-03-04 12:43 (UTC)
Last Updated: 2024-11-28 03:35 (UTC)

Pinned Comments

txtsd commented on 2024-10-21 15:29 (UTC) (edited on 2024-11-24 13:06 (UTC) by txtsd)

The build currently breaks with the new libspelling. You should downgrade libspelling to 0.2.1 until upstream fixes this.

See: https://github.com/diamondburned/dissent/issues/313

Latest Comments

1 2 Next › Last »

txtsd commented on 2024-11-28 04:37 (UTC) (edited on 2024-11-28 04:37 (UTC) by txtsd)

@low-key It hasn't been fixed upstream yet. Please downgrade to libspelling 0.2.1.

low-key commented on 2024-11-28 04:31 (UTC)

Even the 0.0.31 build breaks with the following error:
dissent: error while loading shared libraries: libspelling-1.so.1: cannot open shared object file: No such file or directory

txtsd commented on 2024-10-21 15:29 (UTC) (edited on 2024-11-24 13:06 (UTC) by txtsd)

The build currently breaks with the new libspelling. You should downgrade libspelling to 0.2.1 until upstream fixes this.

See: https://github.com/diamondburned/dissent/issues/313

void09 commented on 2024-10-21 15:28 (UTC)

Getting a libspelling-1.so.1 error, i have so.2 on my syste. This needs to be rebuilt I think against the new version.

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"
 }