pkgname: 'd-feet' pkgver: '0.3.16' pkgrel: '5' pkgdesc: 'D-Bus debugger for GNOME' url: 'https://wiki.gnome.org/Apps/DFeet' arch: x86_64 depends: - gtk3 - 'python-gobject' makedepends: - meson - ninja - 'gobject-introspection' - 'yelp-tools' - 'python-codestyle' source: - 'meson.patch' - 'https://download.gnome.org/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.xz' sha256sums: - SKIP - SKIP build: | cd ${pkgname}-${pkgver} patch -Np1 -i ../meson.patch meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir meson compile -C builddir package: | cd ${pkgname}-${pkgver} DESTDIR="${PKGDIR}" meson install -C builddir