Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libratbag: update to 0.11.
@ 2019-11-10 12:32 voidlinux-github
  2019-11-10 12:45 ` [PR PATCH] [Updated] " voidlinux-github
  2019-11-11  6:22 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-10 12:32 UTC (permalink / raw)
  To: ml

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

There is a new 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: 3515 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 749ded38ef84a3ace55a8607ca23d64340e5bc0b 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template
index af8cc854991..15facb8a2a3 100644
--- a/srcpkgs/piper/template
+++ b/srcpkgs/piper/template
@@ -1,6 +1,6 @@
 # Template file for 'piper'
 pkgname=piper
-version=0.2.904
+version=0.3
 revision=1
 archs=noarch
 build_style=meson
@@ -8,8 +8,8 @@ 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

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

* Re: [PR PATCH] [Updated] libratbag: update to 0.11.
  2019-11-10 12:32 [PR PATCH] libratbag: update to 0.11 voidlinux-github
@ 2019-11-10 12:45 ` voidlinux-github
  2019-11-11  6:22 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-10 12:45 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Merged]: libratbag: update to 0.11.
  2019-11-10 12:32 [PR PATCH] libratbag: update to 0.11 voidlinux-github
  2019-11-10 12:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-11-11  6:22 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-11-11  6:22 UTC (permalink / raw)
  To: ml

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

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

libratbag: update to 0.11.
https://github.com/void-linux/void-packages/pull/16317

Description:


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

end of thread, other threads:[~2019-11-11  6:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-10 12:32 [PR PATCH] libratbag: update to 0.11 voidlinux-github
2019-11-10 12:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-11  6:22 ` [PR PATCH] [Merged]: " voidlinux-github

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).