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: 15
Popularity: 0.87
First Submitted: 2018-10-07 13:17 (UTC)
Last Updated: 2025-06-07 13:50 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

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

fred118 commented on 2022-05-06 10:48 (UTC)

Installing vala made it compile again. Shouldn't vala be installed through dependencies of this project?

UndiedGamer commented on 2022-05-04 14:55 (UTC) (edited on 2022-05-04 14:55 (UTC) by UndiedGamer)

@draig29 even i am facing the same issue, my vala version is Vala 0.44.11

drarig29 commented on 2022-04-16 19:53 (UTC)

@peter.kehl what's your vala --version?

peter.lyonskehl commented on 2022-04-16 19:36 (UTC)

The most recent update keeps failing in Manjaro: https://pastebin.com/Y56PPUvk

drarig29 commented on 2022-04-13 21:38 (UTC) (edited on 2022-04-13 21:39 (UTC) by drarig29)

@mnabid oh yes, Fedora for the win! Thanks for the help.

It's funny because this patch is exactly the same as the one I came up with on my own in this old commit: https://aur.archlinux.org/cgit/aur.git/commit/?h=libunity&id=c6a50ece4247f880ee0e21481428595418d6c38e

But I had to remove it because of a downgrade... :(

Anyway, everything should work fine now, simply with vala and dee.

Strixpyrr commented on 2022-04-03 21:29 (UTC)

For anyone facing the same issue I was, I was able to successfully build:

Install "vala0.52" and build "dee" (with gcc; clang doesn't work). Install "vala" from the official repo, replace "icu69-bin" and "vala0.44" in the "libunity" PKGBUILD with "icu" and "vala" respectively, and build using makepkg -si.