mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
neard: update to 0.19.
This commit is contained in:
parent
9c0079c4d9
commit
7976c77041
2 changed files with 4 additions and 20 deletions
|
@ -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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'neard'
|
# Template file for 'neard'
|
||||||
pkgname=neard
|
pkgname=neard
|
||||||
version=0.18
|
version=0.19
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# TODO: add '--enable-test' when updated from python2 & gtk+2
|
# TODO: add '--enable-test' when updated from python2 & gtk+2
|
||||||
configure_args="--disable-systemd --enable-ese --enable-tools"
|
configure_args="--disable-systemd --enable-ese --enable-tools"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="Near Field Communication (NFC) manager"
|
||||||
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/linux-nfc/neard"
|
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"
|
distfiles="https://github.com/linux-nfc/neard/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=c013e3115315e2e11d16b5f0f1c8ce9afbcdba26800aad91245fd9b4a5dc938b
|
checksum=129bbf69488fdb599d480356765941f111d7799495d0d64095b25e893c4d2be7
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue