Package Details: libayatana-common 0.9.10-1

Git Clone URL: https://aur.archlinux.org/libayatana-common.git (read-only, click to copy)
Package Base: libayatana-common
Description: Ayatana System Indicators' common API functions
Upstream URL: https://github.com/AyatanaIndicators/libayatana-common
Licenses: GPL-3.0-or-later
Submitter: tari01
Maintainer: tari01 (sunweaver)
Last Packager: tari01
Votes: 2
Popularity: 0.000168
First Submitted: 2021-03-30 20:57 (UTC)
Last Updated: 2024-06-26 12:07 (UTC)

Latest Comments

tari01 commented on 2022-09-20 22:05 (UTC)

@kalj

Thanks, updated the whole Ayatana stack.

kalj commented on 2022-09-20 20:05 (UTC) (edited on 2022-09-20 20:08 (UTC) by kalj)

Got the same problem here as in https://aur.archlinux.org/packages/cmake-extras Possible fix:

diff --git a/PKGBUILD b/PKGBUILD
index 5930929..9961ffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,14 +15,12 @@ md5sums=("28150f38786e44c2485fa3bea6476b3d")
 build()
 {
     cd ${pkgname}-${pkgver}
-    mkdir build
-    cd build
-    cmake ..
-    make
+    cmake -S . -B build
+    cmake --build build
 }

 package()
 {
-    cd ${pkgname}-${pkgver}/build
-    make DESTDIR="${pkgdir}" install
+    cd ${pkgname}-${pkgver}
+    DESTDIR="${pkgdir}" cmake --install build
 }

yochananmarqos commented on 2021-03-30 22:55 (UTC)

@tari01: Ah, I see. Don't mind me, then.

tari01 commented on 2021-03-30 22:47 (UTC)

@yochananmarqos

We have just released it today. The pull requests are in the pipeline, in the coming weeks some of the system indicators will be updated to depend on it.

yochananmarqos commented on 2021-03-30 22:42 (UTC)

"...required by the Ayatana System Indicators."

This package is pointless unless something requires it.