diff --git a/srcpkgs/neard/patches/install-se-dbus-conf.diff b/srcpkgs/neard/patches/install-se-dbus-conf.diff deleted file mode 100644 index a16cbe6a306..00000000000 --- a/srcpkgs/neard/patches/install-se-dbus-conf.diff +++ /dev/null @@ -1,17 +0,0 @@ -Sent as upstream PR: https://github.com/linux-nfc/neard/pull/15 ---- -diff --git a/Makefile.am b/Makefile.am -index 26aa4ca..1ff5d31 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -111,6 +111,10 @@ dbusdir = ${sysconfdir}/dbus-1/system.d/ - - dist_dbus_DATA = src/org.neard.conf - -+if SE -+dist_dbus_DATA += se/org.neard.se.conf -+endif -+ - if MAINTAINER_MODE - - if SE diff --git a/srcpkgs/neard/template b/srcpkgs/neard/template index ddea4791e8d..e6e6176b05a 100644 --- a/srcpkgs/neard/template +++ b/srcpkgs/neard/template @@ -1,7 +1,7 @@ # Template file for 'neard' pkgname=neard -version=0.18 -revision=2 +version=0.19 +revision=1 build_style=gnu-configure # TODO: add '--enable-test' when updated from python2 & gtk+2 configure_args="--disable-systemd --enable-ese --enable-tools" @@ -12,8 +12,9 @@ short_desc="Near Field Communication (NFC) manager" maintainer="Jami Kettunen " license="GPL-2.0-only" homepage="https://github.com/linux-nfc/neard" +changelog="https://raw.githubusercontent.com/linux-nfc/neard/master/ChangeLog" distfiles="https://github.com/linux-nfc/neard/archive/refs/tags/v${version}.tar.gz" -checksum=c013e3115315e2e11d16b5f0f1c8ce9afbcdba26800aad91245fd9b4a5dc938b +checksum=129bbf69488fdb599d480356765941f111d7799495d0d64095b25e893c4d2be7 pre_configure() { autoreconf -fi