pkgname: xed pkgver: '3.8.9' pkgrel: '1' pkgdesc: X-Apps Text Editor url: 'https://github.com/linuxmint/xed' arch: x86_64 license: - GPL2 depends: - gspell - gtksourceview4 - libpeas - xapp makedepends: - gzip - meson - samurai - gobject-introspection - intltool - itstool source: - 'https://github.com/linuxmint/xed/archive/${pkgver}.tar.gz' - libxml-2.12.patch sha256sums: - 59b7e75297b55a8330c89ff79b31fbd3129818b2149a7f13721d6333b442186a - SKIP build: | cd ${pkgname}-${pkgver} patch -Np1 -i ../libxml-2.12.patch meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true . builddir meson compile -C builddir DESTDIR=${PKGDIR} meson install -C builddir package: | install -Dm644 ${pkgname}-${pkgver}/COPYING \ ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING