Package Details: libunity 7.2.6-18

Git Clone URL: https://aur.archlinux.org/libunity.git (read-only, click to copy)
Package Base: libunity
Description: Library for instrumenting and integrating with all aspects of the Unity shell
Upstream URL: https://github.com/MercySimp/libunity
Licenses: LGPL3.0
Submitter: adsun
Maintainer: Bronzeapollo
Last Packager: Bronzeapollo
Votes: 17
Popularity: 0.58
First Submitted: 2018-10-07 13:17 (UTC)
Last Updated: 2025-06-07 13:50 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

shymaster101 commented on 2026-02-07 16:53 (UTC)

Ah, that made me realize all I had to do was rebuild dee and now it works again, thanks!

Bronzeapollo commented on 2026-02-07 16:27 (UTC)

Did a refresh install of arch and didn't get any errors when attempting to install the package. Dee has the dependency of icu already so don't think there is any new dependencies needed.

shymaster101 commented on 2026-02-07 15:59 (UTC)

Hi, this package has stopped building, giving me these errors:

/usr/bin/ld: warning: libicui18n.so.76, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libicuuc.so.76, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/libdee-1.0.so, not found (try using -rpath or -rpath-link)

I fixed it by installing icu76 from the AUR, so maybe that's worth adding to the dependency list now?

Bronzeapollo commented on 2025-10-05 10:40 (UTC)

Sorry just got back from vacation the below error seems unrelated to this package but instead a mirror list error. The gobject-introspection and glib2-doc packages were updated the day before your post so would imagine you may need to update your mirror list. Believe should just be sudo pacman -Syyu.

Bronzeapollo commented on 2025-09-23 12:34 (UTC)

I'm on vacation for the next week, will check if I can replicate the error when I get home.

Radu13 commented on 2025-09-23 12:26 (UTC) (edited on 2025-09-23 12:27 (UTC) by Radu13)

Hi, I am trying to install this with yay on my CachyOS, however it fails to find and download the following 2 packages returning 404 errors:

errore: impossibile scaricare il pacchetto 'gobject-introspection-1.84.0-2.1-x86_64_v3.pkg.tar.zst' da mirror.cachyos.org : The requested URL returned error: 404
errore: impossibile scaricare il pacchetto 'glib2-docs-2.84.4-2.1-x86_64_v3.pkg.tar.zst' da mirror.cachyos.org : The requested URL returned error: 404
errore: impossibile scaricare il pacchetto 'gobject-introspection-1.84.0-2.1-x86_64_v3.pkg.tar.zst' da cachyos.doridian.net : The requested URL returned error: 404
errore: impossibile scaricare il pacchetto 'glib2-docs-2.84.4-2.1-x86_64_v3.pkg.tar.zst' da cachyos.doridian.net : The requested URL returned error: 404
errore: impossibile scaricare il pacchetto 'gobject-introspection-1.84.0-2.1-x86_64_v3.pkg.tar.zst' da us.cachyos.org : The requested URL returned error: 404
errore: impossibile scaricare il pacchetto 'glib2-docs-2.84.4-2.1-x86_64_v3.pkg.tar.zst' da us.cachyos.org : The requested URL returned error: 404

Bronzeapollo commented on 2025-06-07 13:58 (UTC)

Thank you, updated, must have added that in while sleep deprived.

qsthy commented on 2025-06-07 12:03 (UTC)

The most recent PKGBUILD resulted for me in a failure to find patches. The following patch fixed that:

--- PKGBUILD.old        2025-06-07 07:58:25.539775865 -0400
+++ PKGBUILD    2025-06-07 07:55:04.164923155 -0400
@@ -22,8 +22,8 @@

 prepare() {
        cd "$srcdir/${pkgname}_${pkgver}"
-       patch -p1 < "$srcdir/0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch"
-       patch -p1 < "$srcdir/libunity-7.1.4-vala-053.patch"
+       patch -p1 < "0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch"
+       patch -p1 < "libunity-7.1.4-vala-053.patch"
 }

 build() {

Good_Days13 commented on 2024-02-22 03:19 (UTC) (edited on 2024-02-22 03:20 (UTC) by Good_Days13)

This compiled for me before, but it stopped working and failed to compile when I tried to recompile it. I'm on Manjaro.

UndiedGamer commented on 2022-05-06 13:34 (UTC)

well this works with Vala 0.56.1