Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] neard: update to 0.19.
@ 2023-08-31  9:52 JamiKettunen
  2023-09-23 13:17 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: JamiKettunen @ 2023-08-31  9:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]

There is a new pull request by JamiKettunen against master on the void-packages repository

https://github.com/JamiKettunen/void-packages neard
https://github.com/void-linux/void-packages/pull/45841

neard: update to 0.19.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (to be tested on my phone with actual NFC hw or someone else's system)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45841.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-neard-45841.patch --]
[-- Type: text/x-diff, Size: 2073 bytes --]

From ddddb7f81e823a79c190759c74005b13df6d3f26 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 31 Aug 2023 12:51:26 +0300
Subject: [PATCH] neard: update to 0.19.

---
 srcpkgs/neard/patches/install-se-dbus-conf.diff | 17 -----------------
 srcpkgs/neard/template                          |  7 ++++---
 2 files changed, 4 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/neard/patches/install-se-dbus-conf.diff

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 a16cbe6a30613..0000000000000
--- 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 ddea4791e8d0c..e6e6176b05a58 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 <jami.kettunen@protonmail.com>"
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: neard: update to 0.19.
  2023-08-31  9:52 [PR PATCH] neard: update to 0.19 JamiKettunen
@ 2023-09-23 13:17 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-09-23 13:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]

There's a merged pull request on the void-packages repository

neard: update to 0.19.
https://github.com/void-linux/void-packages/pull/45841

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (to be tested on my phone with actual NFC hw or someone else's system)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-23 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31  9:52 [PR PATCH] neard: update to 0.19 JamiKettunen
2023-09-23 13:17 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).