Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libratbag: update to 0.11.
Date: Sun, 10 Nov 2019 13:45:36 +0100	[thread overview]
Message-ID: <20191110124536.gOnXb5-ubB_qmh6ylXHWznn0Z5tnGwiwUFV2LzNmLo8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16317@inbox.vuxu.org>

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

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages libratbag
https://github.com/void-linux/void-packages/pull/16317

libratbag: update to 0.11.


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

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

From 8b0478803ae6d08f179c5d82778d5a53232aed8b Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sun, 10 Nov 2019 11:38:17 +0100
Subject: [PATCH 1/2] libratbag: update to 0.11. - adopt package

---
 srcpkgs/libratbag/patches/fix-armv56.patch | 14 --------------
 srcpkgs/libratbag/template                 | 12 +++++-------
 2 files changed, 5 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/libratbag/patches/fix-armv56.patch

diff --git a/srcpkgs/libratbag/patches/fix-armv56.patch b/srcpkgs/libratbag/patches/fix-armv56.patch
deleted file mode 100644
index a34f44593c6..00000000000
--- a/srcpkgs/libratbag/patches/fix-armv56.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git meson.build meson.build
-index 14b3962..ea9fc3c 100644
---- meson.build
-+++ meson.build
-@@ -70,7 +70,7 @@ pkgconfig = import('pkgconfig')
- dep_udev = dependency('libudev')
- dep_libevdev = dependency('libevdev')
- dep_glib = dependency('glib-2.0')
--dep_lm = cc.find_library('m')
-+dep_lm = cc.find_library('m', required : false)
- 
- if get_option('logind-provider') == 'elogind'
- 	logind_dep = dependency('libelogind', version : '>=227')
-
diff --git a/srcpkgs/libratbag/template b/srcpkgs/libratbag/template
index 71b280cf705..8cf4ed9639c 100644
--- a/srcpkgs/libratbag/template
+++ b/srcpkgs/libratbag/template
@@ -1,22 +1,20 @@
 # Template file for 'libratbag'
 pkgname=libratbag
-version=0.9.905
+version=0.11
 revision=1
 build_style=meson
 configure_args="-Dtests=false -Dsystemd-unit-dir=''
- -Dsystemd=false"
+ -Dsystemd=false -Db_ndebug=false"
 hostmakedepends="pkg-config git swig"
 makedepends="elogind-devel eudev-libudev-devel libglib-devel libevdev-devel
- python3-devel"
+ python3-devel json-glib-devel libunistring-devel"
 depends="dbus python3-evdev python3-gobject"
 short_desc="DBus daemon to configure gaming mice"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://github.com/libratbag/libratbag"
 distfiles="https://github.com/libratbag/libratbag/archive/v${version}.tar.gz"
-checksum=d8a9a4b90025456700336c4e84a06edfce8deffeb71779ea22e00c27b0fda244
-
-LDFLAGS="-lm"
+checksum=aa0bb012c2f581ee35ec023d516d23eb22d38f16092e7de44bd8481df953408d
 
 post_install() {
 	vsv ratbagd

From e26226e4c3a071f3fe210885be0f1c4efcd230f2 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sun, 10 Nov 2019 11:38:52 +0100
Subject: [PATCH 2/2] piper: update to 0.3. - adopt package

---
 srcpkgs/piper/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index af8cc854991..efb7089cafd 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,15 +1,16 @@
 # Template file for 'piper'
 pkgname=piper
-version=0.2.904
+version=0.3
 revision=1
 archs=noarch
 build_style=meson
+pycompile_module="piper"
 hostmakedepends="libratbag pkg-config glib-devel"
 makedepends="python3-devel python3-gobject-devel"
 depends="python3 python3-gobject libratbag python3-lxml"
 short_desc="GTK application to configure gaming mice"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/libratbag/piper"
 distfiles="https://github.com/libratbag/piper/archive/${version}.tar.gz"
-checksum=30da3029b7c0f0b688d58cde939fbca260b384af43a3a2cbc6b2654e31496a30
+checksum=c7210c058de6a6803db462754386785cf5b9ab36dd9e69de6b7a3ca583451401

  reply	other threads:[~2019-11-10 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 12:32 [PR PATCH] " voidlinux-github
2019-11-10 12:45 ` voidlinux-github [this message]
2019-11-11  6:22 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191110124536.gOnXb5-ubB_qmh6ylXHWznn0Z5tnGwiwUFV2LzNmLo8@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).