Search Criteria
Package Details: python-desktop-entry-lib 5.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-desktop-entry-lib.git (read-only, click to copy) |
|---|---|
| Package Base: | python-desktop-entry-lib |
| Description: | A library for working with .desktop files |
| Upstream URL: | https://codeberg.org/JakobDev/desktop-entry-lib |
| Keywords: | desktop freedesktop python |
| Licenses: | BSD |
| Submitter: | JakobDev |
| Maintainer: | JakobDev |
| Last Packager: | JakobDev |
| Votes: | 5 |
| Popularity: | 1.06 |
| First Submitted: | 2022-11-28 17:28 (UTC) |
| Last Updated: | 2026-07-20 14:24 (UTC) |
Dependencies (12)
- desktop-file-utils (desktop-file-utils-gitAUR)
- python
- xdg-user-dirs
- make (make-gitAUR, make-staticAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx-copybutton (make)
- python-sphinx-furo (make)
- python-wheel (make)
- python-jeepney (optional) – Install desktop entries using xdg-desktop-portal
Latest Comments
MrFrownyFace commented on 2026-07-20 20:59 (UTC)
Oh interesting, didn't realize there was a back end change as I was going "there hasn't been a release in a while..." Cheers for the fix and verifying I wasn't going insane!
JakobDev commented on 2026-07-20 14:25 (UTC)
The checksum change was caused by https://codeberg.org/Codeberg/changelog/issues/2#issuecomment-19104626. I've updated the PKBUILD to the new checksum.
MrFrownyFace commented on 2026-07-20 03:07 (UTC)
Not exactly sure what changed, but this failed to install due to the signature. I downloaded the source .tar.gz 3-4 times and consistently got a the following SHA which differs from the PKGBUILD: 2189a34f209782bd7c0d392c13093f764e00aacc3b9c49c74a69194cfb9e439b
Swapping that around I was able to get this installed. Again confused as this hasn't been touched in a good while but I don't think it is a bad download as I was always getting the same checksum and gearlever runs perfectly fine.
feydreva commented on 2025-12-05 08:40 (UTC)
Hello, The package is not installing because of some locale issue. I have theses 2 locales generated to my system : en_US.UTF-8 UTF-8 fr_FR.UTF-8 UTF-8
To get the package installed, I had to add
export LC_ALL=C to the PGBUILD
JakobDev commented on 2023-06-11 17:05 (UTC)
I have now added python-setuptools to makedepends. Thanks for your report.
D3vil0p3r commented on 2023-06-11 10:32 (UTC)
@JakobDev the package failed to build in clean chroot environment. It should happen because on makedepends the "python-setuptools" dependency is missing. Could you please update it and check in clean chroot environment if it builds correctly? Thanks