Package Details: packagekit-git 1.2.5-2

Git Clone URL: https://aur.archlinux.org/packagekit-git.git (read-only, click to copy)
Package Base: packagekit-git
Description: A system designed to make installation and updates of packages easier
Upstream URL: https://www.freedesktop.org/software/PackageKit/
Licenses: GPL
Replaces: packagekit
Submitter: apol
Maintainer: apol
Last Packager: apol
Votes: 0
Popularity: 0.000000
First Submitted: 2016-11-22 18:42 (UTC)
Last Updated: 2022-11-11 18:36 (UTC)

Latest Comments

apol commented on 2021-04-08 13:26 (UTC)

Looks good to me, want me to mark you as maintainer so you can submit the changes?

barzog commented on 2021-04-08 07:06 (UTC) (edited on 2021-04-08 07:07 (UTC) by barzog)

Does not compile agains latest packagekit due to changed compile flags. Here's patch:


--- PKGBUILD.orig       2021-04-07 12:30:11.523337104 +0300
+++ PKGBUILD    2021-04-07 12:35:36.747901560 +0300
@@ -7,7 +7,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-       'networkmanager' 'bash-completion' 'vala' 'meson')
+       'networkmanager' 'bash-completion' 'vala' 'meson' 'cmake')
 optdepends=('networkmanager: detect connection status'
        'bash-completion: command completion in bash')
 backup=('var/lib/PackageKit/transactions.db'
@@ -21,12 +21,11 @@
        cd "${srcdir}"

        arch-meson PackageKit --prefix=/usr \
-               -Ddbus-sys=/usr/share/dbus-1/system.d \
-               -Dgtk-doc=false \
+               -Ddbus_sys=/usr/share/dbus-1/system.d \
+               -Dgtk_doc=false \
                -Dlocal_checkout=false \
-               -Dbrowser-plugin=false \
-               -Dgstreamer-plugin=false \
-               -Dgtk-module=false \
+               -Dgstreamer_plugin=false \
+               -Dgtk_module=false \
                -Dbash_command_not_found=false \
                -Dcron=false \
                -Ddaemon_tests=false \

appadeia commented on 2020-03-29 21:43 (UTC)

Should be updated to use meson.build instead of autotools