Package Details: cosmic-applibrary-git 1.0.0.alpha.3.r0.g3dd148d-1

Git Clone URL: https://aur.archlinux.org/cosmic-applibrary-git.git (read-only, click to copy)
Package Base: cosmic-applibrary-git
Description: An application launcher for the COSMIC desktop
Upstream URL: https://github.com/pop-os/cosmic-applibrary
Licenses: GPL-3.0-or-later
Conflicts: cosmic-app-library, cosmic-applibrary
Provides: cosmic-app-library, cosmic-applibrary
Submitter: soloturn
Maintainer: soloturn (yochananmarqos)
Last Packager: yochananmarqos
Votes: 3
Popularity: 1.04
First Submitted: 2023-11-06 05:31 (UTC)
Last Updated: 2024-11-12 16:27 (UTC)

Latest Comments

soloturn commented on 2024-11-16 10:09 (UTC)

created cosmic-app-library-git and requested merge of this one in the hope this would be the correct procedure to rename. i find it easier if both ABS and AUR package have same name apart from -git suffix.

yochananmarqos commented on 2024-11-15 23:56 (UTC) (edited on 2024-11-15 23:59 (UTC) by yochananmarqos)

@vosjedev:

As far as the package naming, thank you for letting me know. Somehow I missed that.

I have no idea why the Arch PM invented different package names that neither match the repo name nor the official package names.

Rule of thumb: Do not mix repo and AUR packages. Use one or the other.

FYI, I build the COSMIC AUR packages very often, have them installed on my build / test machine and do the best I can.

vosjedev commented on 2024-11-12 09:56 (UTC)

Hi, currently some things break with this package when using a mix of repo and aur packages (I have to - there are issues building cosmic-greeter-git which is a dependency of cosmic-session-git, but that's another story). The reason is that the repo package equivalent to this package is cosmic-app-library, but this package provides/conflicts with cosmic-applibrary.

So I thought I'd write a patch to solve that (it's a two line change, it adds cosmic-app-library in both the provides and conficts arrays):

diff --git a/PKGBUILD b/PKGBUILD
index 5250fc9..cb3a8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ makedepends=(
   'just'
   'mold'
 )
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}" "cosmic-app-library")
+conflicts=("${pkgname%-git}" "cosmic-app-library")
 source=('git+https://github.com/pop-os/cosmic-applibrary.git')
 sha256sums=('SKIP')

soloturn commented on 2024-04-20 20:54 (UTC)

done yochananmarqos

yochananmarqos commented on 2024-02-20 22:33 (UTC)

@soloturn: Please add me as a Co-Maintainer.