🔒 Repository is read-only – file editing is disabled.

recipes/gui/accountsservice/PAGBUILD.yaml main

53 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
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