PKGNAME=packagekit
PKGSEC=utils
PKGDEP="glib fcron dbus-glib linux-pam sqlite polkit systemd python-3 appstream"
PKGSUG="gtk-3"
BUILDDEP="gobject-introspection intltool vala autoconf-archive ${PKGSUG}"
PKGDES="D-Bus abstraction layer for managing packages in a secure way"

ABTYPE=meson
MESON_AFTER=(
    '-Dpackaging_backend=apt'
    '-Dsystemd=true'
    '-Dsystemdsystemunitdir=/usr/lib/systemd/system'
    '-Dsystemduserunitdir=/usr/lib/systemd/user'
    '-Doffline_update=true'
    '-Dgobject_introspection=true'
    '-Dman_pages=true'
    '-Dgtk_doc=false'
    '-Ddbus_services=/usr/share/dbus-1/system-services'
    '-Ddbus_sys=/usr/share/dbus-1/system.d'
    '-Dbash_completion=true'
    '-Dbash_command_not_found=false'
    '-Dgstreamer_plugin=false'
    '-Dgtk_module=true'
    '-Dcron=true'
)

PKGREP="packagekit-backend-aptcc<=1.1.7"
PKGBREAK="packagekit-backend-aptcc<=1.1.7"
