pkgname: accountsservice pkgver: '26.27.3' pkgrel: '2' pkgdesc: 'Accessing the list of user accounts and information attached to those accounts.' url: 'https://gitlab.freedesktop.org/accountsservice/accountsservice' arch: x86_64 depends: [] makedepends: - meson - ninja - xmlto - libxslt - polkit - libxcrypt - 'gobject-introspection' - vala - 'json-c' source: - 'https://gitlab.freedesktop.org/accountsservice/accountsservice/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2' sha256sums: - SKIP # ... (tutaj sekcje footprint pozostają bez zmian) ... hooks: 'post-install': | name=accountsservice version=26.27.3 release=2 systemctl enable accounts-daemon build: | meson setup --prefix /usr \ --buildtype plain \ --libexecdir lib \ --sbindir bin \ -D b_pie=true \ -D admin_group=wheel \ -D vapi=false \ -D introspection=true \ accountsservice-26.27.3 builddir meson compile -C builddir package: | # Właściwa instalacja skompilowanych plików do struktury paczki DESTDIR=${PKGDIR} meson install -C builddir # Dodatkowe katalogi wymagane przez footprint install -d ${PKGDIR}/var/lib/polkit-1 install -d ${PKGDIR}/var/run/polkit-1 install -d ${PKGDIR}/usr/share/accountsservice/interfaces