Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] klavaro: update to 3.07
@ 2019-06-03 15:28 voidlinux-github
  2019-06-03 18:07 ` [PR PATCH] [Merged]: " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-03 15:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages klavaro
https://github.com/void-linux/void-packages/pull/12101

klavaro: update to 3.07


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

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

From 854753b02d4e637343f940f56643732f4dbf1f9f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Mon, 3 Jun 2019 17:26:07 +0200
Subject: [PATCH] klavaro: update to 3.07

---
 srcpkgs/klavaro/patches/linking-order.patch | 16 ----------------
 srcpkgs/klavaro/template                    |  5 ++---
 2 files changed, 2 insertions(+), 19 deletions(-)
 delete mode 100644 srcpkgs/klavaro/patches/linking-order.patch

diff --git a/srcpkgs/klavaro/patches/linking-order.patch b/srcpkgs/klavaro/patches/linking-order.patch
deleted file mode 100644
index 3fe09b94a10..00000000000
--- a/srcpkgs/klavaro/patches/linking-order.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-When linking the libraries need to be in the proper order
-to prevent an undefined reference error.
-
---- src/Makefile.in.orig
-+++ src/Makefile.in
-@@ -369,8 +369,8 @@
- AM_CFLAGS = -Wextra -I$(top_srcdir)/gtkdatabox $(am__append_1) \
- 	$(am__append_3)
- AM_LDFLAGS = -static
--klavaro_LDADD = @GTK_LIBS@ -lgmodule-2.0 \
--	$(top_srcdir)/gtkdatabox/libgtkdataboks.la $(am__append_2)
-+klavaro_LDADD = $(top_srcdir)/gtkdatabox/libgtkdataboks.la $(am__append_2) @GTK_LIBS@ -lgmodule-2.0
-+	
- all: all-am
- 
- .SUFFIXES:
diff --git a/srcpkgs/klavaro/template b/srcpkgs/klavaro/template
index 5c068544fe4..c4ecddc568a 100644
--- a/srcpkgs/klavaro/template
+++ b/srcpkgs/klavaro/template
@@ -1,6 +1,6 @@
 # Template file for 'klavaro'
 pkgname=klavaro
-version=3.05
+version=3.07
 revision=1
 build_style=gnu-configure
 hostmakedepends="intltool pkg-config"
@@ -10,10 +10,9 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-3.0-or-later"
 homepage="http://klavaro.sourceforge.net/en/"
 distfiles="${SOURCEFORGE_SITE}/klavaro/klavaro-${version}.tar.bz2"
-checksum=fe82c6c108a3c40ab97902a8874c6d10fd891b4ff1accce757e5cba0e361dd10
+checksum=a0802c32675b0267e09f41ef8635e9581ec86817218bc1d711f6090ec5b92c32
 
 post_install() {
 	rm ${DESTDIR}/usr/lib/*.{a,so}
 	rm -r ${DESTDIR}/usr/include
-	mv ${DESTDIR}/usr/{appdata,applications} ${DESTDIR}/usr/share
 }

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

* Re: [PR PATCH] [Merged]: klavaro: update to 3.07
  2019-06-03 15:28 [PR PATCH] klavaro: update to 3.07 voidlinux-github
@ 2019-06-03 18:07 ` voidlinux-github
  2019-06-03 18:18 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-03 18:07 UTC (permalink / raw)
  To: ml

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

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

klavaro: update to 3.07
https://github.com/void-linux/void-packages/pull/12101
Description: 

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

* Re: klavaro: update to 3.07
  2019-06-03 15:28 [PR PATCH] klavaro: update to 3.07 voidlinux-github
  2019-06-03 18:07 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2019-06-03 18:18 ` voidlinux-github
  2019-06-03 19:09 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-03 18:18 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12101#issuecomment-498369098
Comment:
marked as broken because the distfiles disappeared between the travis run and merging

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

* Re: klavaro: update to 3.07
  2019-06-03 15:28 [PR PATCH] klavaro: update to 3.07 voidlinux-github
  2019-06-03 18:07 ` [PR PATCH] [Merged]: " voidlinux-github
  2019-06-03 18:18 ` voidlinux-github
@ 2019-06-03 19:09 ` voidlinux-github
  2019-06-03 19:42 ` voidlinux-github
  2019-06-03 19:51 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-03 19:09 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/12101#issuecomment-498386791
Comment:
Hmm, that’s really strange, because the Windows binary is still there. I did some (limited) testing with 3.07 and didn’t run into any problem. However, 3.05 is still there. Shall I revert then?

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

* Re: klavaro: update to 3.07
  2019-06-03 15:28 [PR PATCH] klavaro: update to 3.07 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-03 19:09 ` voidlinux-github
@ 2019-06-03 19:42 ` voidlinux-github
  2019-06-03 19:51 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-03 19:42 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/12101#issuecomment-498397821
Comment:
I would wait a few days before reverting. It's unlikely that we have to rebuild klavaro anytime soon.

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

* Re: klavaro: update to 3.07
  2019-06-03 15:28 [PR PATCH] klavaro: update to 3.07 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-03 19:42 ` voidlinux-github
@ 2019-06-03 19:51 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-03 19:51 UTC (permalink / raw)
  To: ml

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

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/12101#issuecomment-498401061
Comment:
Ok. Maybe it’s just a sourceforge hiccup. :)

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

end of thread, other threads:[~2019-06-03 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 15:28 [PR PATCH] klavaro: update to 3.07 voidlinux-github
2019-06-03 18:07 ` [PR PATCH] [Merged]: " voidlinux-github
2019-06-03 18:18 ` voidlinux-github
2019-06-03 19:09 ` voidlinux-github
2019-06-03 19:42 ` voidlinux-github
2019-06-03 19:51 ` 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).