Package Details: libunity 7.1.4-15

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://launchpad.net/libunity
Licenses: LGPL
Submitter: adsun
Maintainer: drarig29
Last Packager: drarig29
Votes: 15
Popularity: 0.38
First Submitted: 2018-10-07 13:17 (UTC)
Last Updated: 2022-04-13 21:34 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

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.kehl 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.

mnabid commented on 2022-02-07 21:52 (UTC)

@draig29

This patch from Fedora Rawhide fixes building against vala 0.54.

icu69-bin isn't needed anymore. The one in the official repo works fine.

drarig29 commented on 2022-01-09 21:59 (UTC)

@leo_sk you are right! And it indeed compiles with icu69-bin. I'm going to add it as a make dependency.