Package Details: kde-cdemu-manager 0.9-2

Git Clone URL: https://aur.archlinux.org/kde-cdemu-manager.git (read-only, click to copy)
Package Base: kde-cdemu-manager
Description: KDE CDEmu Manager is a simple frontend for CDEmu.
Upstream URL: https://github.com/marcelh83/kde-cdemu-manager
Licenses: GPL-3.0-or-later
Conflicts: kde-cdemu-manager
Provides: kde-cdemu-manager
Submitter: ReNoM
Maintainer: marcel83
Last Packager: marcel83
Votes: 59
Popularity: 0.000120
First Submitted: 2009-03-29 11:19 (UTC)
Last Updated: 2024-04-21 09:10 (UTC)

Latest Comments

1 2 3 4 Next › Last »

marcel83 commented on 2024-04-21 09:17 (UTC)

Well, obviously hard-coding the path works, unless you use a custom KDE build. It still would be nice if the guidelines were a bit clearer on this. Most packages in the AUR seem to ignore them anyway.

I've updated the PKGBUILD to use qtpaths6 for now.

katt commented on 2024-04-21 08:52 (UTC) (edited on 2024-04-21 08:52 (UTC) by katt)

The same article also mentions

When a package is moved to extra that line must be changed to:

-DCMAKE_INSTALL_PREFIX=/usr

in this case, I'd say replace "extra" with "AUR" here. Doing so myself does indeed work great.

qtpaths --install-prefix literally just outputs /usr anyway..

marcel83 commented on 2024-04-21 08:39 (UTC)

Using qtpaths (replacing kf5-config for KF6) should be the correct way to go for AUR packages (see https://wiki.archlinux.org/title/KDE_package_guidelines#Install_prefix and https://man.archlinux.org/man/kf5-config.1.en#DESCRIPTION).

Since the guidelines haven't been updated for KF6 yet, I don't know what the official recommendation would be.

I realized, however, that /usr/bin/qtpaths is currently still part of qt5-tools which isn't in the "depends" list, while the version from qt6-base is under /usr/lib/qt6/bin/qtpaths.

Try replacing qtpaths in the PKGBUILD with the full path to the Qt6 version and see if that works.

katt commented on 2024-04-20 23:07 (UTC) (edited on 2024-04-20 23:10 (UTC) by katt)

error: failed to commit transaction (conflicting files)
kde-cdemu-manager: /bin exists in filesystem (owned by filesystem)
Errors occurred, no packages were upgraded.

supposed to be in /usr/bin

I see you're trying to fancy(?) by using qtpaths --install-prefix, but I guess that just isn't being set when in a chroot.

tmn505 commented on 2023-10-26 14:50 (UTC)

Following on what @katt said, please append name to the source link or use direct link https://downloads.sourceforge.net/project/${pkgname}/${_pkgname}-${pkgver}.tar.zst.

katt commented on 2023-10-22 14:14 (UTC)

Please fix the downloaded filename, it currently isn't unique and thus fails when the package updates..

==> Making package: kde-cdemu-manager 0.8.1-1 (Sun Oct 22 16:10:06 2023)
==> Retrieving sources...
  -> Found download
==> Validating source files with sha256sums...
    download ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Could not download sources.

See https://wiki.archlinux.org/title/Arch_package_guidelines#Package_sources

katt commented on 2023-10-19 11:26 (UTC)

Looks like the plasma 5 packages are slowly dropping the "provides" for the old names: https://gitlab.archlinux.org/archlinux/packaging/packages/knotifications5/-/commit/67204ebf2241433ce711c8d793f6916cf04ee45d

PKGBUILD needs to be updated and replace all k dependencies with k5 ones.

diff --git a/PKGBUILD b/PKGBUILD
index c09927f..7c824c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="KDE CDEmu Manager is a simple frontend for CDEmu."
 arch=('i686' 'x86_64')
 url="https://www.linux-apps.com/p/998461"
 license=('GPL')
-depends=('qt5-base' 'kconfigwidgets' 'kdbusaddons' 'ki18n' 'knotifications' 'kxmlgui' 'cdemu-daemon>=2.0')
+depends=('qt5-base' 'kconfigwidgets5' 'kdbusaddons5' 'ki18n5' 'knotifications5' 'kxmlgui5' 'cdemu-daemon>=2.0')
 provides=('kde-cdemu-manager')
 conflicts=('kde-cdemu-manager')
 makedepends=('cmake' 'extra-cmake-modules')

myself600 commented on 2023-09-09 17:09 (UTC)

audiocd-kio should be in optdepends as it's needed for accessing mounted CD-DA tracks

RealGecko commented on 2020-09-21 09:38 (UTC)

Oh wow! I thought project is unsupported that's why I adopted it. Glad to see that original author is here (just realized that :D). There were some translation updates pushed by various people to my fork https://github.com/Real-Gecko/KDE-CDEmu/commits/master. I think we can port those translations. The only question is I have: where to contribute? Sorry maybe I missed something, but I do not see source repo on SourceForge.

marcel83 commented on 2020-09-20 17:33 (UTC)

Hi. I just released a new version and updated the PKGBUILD.

@RealGecko: I guess you're referring to kde-cdemu-manager-kf5. I had assumed that fork was obsolete since kde-cdemu-manager has had history support since version 0.7. Are there other features you think should be added? In any case patches are always welcome!