Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libodfgen: update to 0.1.8.
@ 2021-04-20  7:58 Gottox
  2021-04-20  8:10 ` [PR PATCH] [Updated] " Gottox
  2021-04-20 10:01 ` [PR PATCH] [Merged]: " Gottox
  0 siblings, 2 replies; 3+ messages in thread
From: Gottox @ 2021-04-20  7:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libodfgen-0.1.8
https://github.com/void-linux/void-packages/pull/30351

libodfgen: update to 0.1.8.


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

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

From 5fc5a3017bd09fd04a2b3f0253750ebd6030ce6e Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Tue, 20 Apr 2021 09:58:40 +0200
Subject: [PATCH] libodfgen: update to 0.1.8.

---
 srcpkgs/libodfgen/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libodfgen/template b/srcpkgs/libodfgen/template
index 0f9c18e30f89..aa6f8d0f6a7d 100644
--- a/srcpkgs/libodfgen/template
+++ b/srcpkgs/libodfgen/template
@@ -1,17 +1,17 @@
 # Template file for 'libodfgen'
 pkgname=libodfgen
-version=0.1.7
-revision=2
+version=0.1.8
+revision=1
 build_style=gnu-configure
 configure_args="--enable-debug"
-makedepends="boost-devel librevenge-devel"
+makedepends="boost-devel librevenge-devel libxml2-devel"
 hostmakedepends="pkg-config"
 short_desc="Library for generating documents in Open Document Format"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later, MPL-2.0"
 homepage="http://sourceforge.net/p/libwpd/libodfgen/"
 distfiles="${SOURCEFORGE_SITE}/libwpd/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=323e491f956c8ca2abb12c998e350670930a32317bf9662b0615dd4b3922b831
+checksum=55200027fd46623b9bdddd38d275e7452d1b0ff8aeddcad6f9ae6dc25f610625
 
 libodfgen-devel_package() {
 	depends="libodfgen>=${version}_${revision} $makedepends"

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

* Re: [PR PATCH] [Updated] libodfgen: update to 0.1.8.
  2021-04-20  7:58 [PR PATCH] libodfgen: update to 0.1.8 Gottox
@ 2021-04-20  8:10 ` Gottox
  2021-04-20 10:01 ` [PR PATCH] [Merged]: " Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-04-20  8:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libodfgen-0.1.8
https://github.com/void-linux/void-packages/pull/30351

libodfgen: update to 0.1.8.


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

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

From cb07667541bdedb7e65ca60db5deec15e47a34b4 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Tue, 20 Apr 2021 09:58:40 +0200
Subject: [PATCH] libodfgen: update to 0.1.8.

---
 srcpkgs/libodfgen/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libodfgen/template b/srcpkgs/libodfgen/template
index 0f9c18e30f89..2455f64ddc8b 100644
--- a/srcpkgs/libodfgen/template
+++ b/srcpkgs/libodfgen/template
@@ -1,17 +1,17 @@
 # Template file for 'libodfgen'
 pkgname=libodfgen
-version=0.1.7
-revision=2
+version=0.1.8
+revision=1
 build_style=gnu-configure
 configure_args="--enable-debug"
-makedepends="boost-devel librevenge-devel"
 hostmakedepends="pkg-config"
+makedepends="boost-devel librevenge-devel libxml2-devel"
 short_desc="Library for generating documents in Open Document Format"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later, MPL-2.0"
 homepage="http://sourceforge.net/p/libwpd/libodfgen/"
 distfiles="${SOURCEFORGE_SITE}/libwpd/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=323e491f956c8ca2abb12c998e350670930a32317bf9662b0615dd4b3922b831
+checksum=55200027fd46623b9bdddd38d275e7452d1b0ff8aeddcad6f9ae6dc25f610625
 
 libodfgen-devel_package() {
 	depends="libodfgen>=${version}_${revision} $makedepends"
@@ -22,4 +22,3 @@ libodfgen-devel_package() {
 		vmove "usr/lib/*.so"
 	}
 }
-

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

* Re: [PR PATCH] [Merged]: libodfgen: update to 0.1.8.
  2021-04-20  7:58 [PR PATCH] libodfgen: update to 0.1.8 Gottox
  2021-04-20  8:10 ` [PR PATCH] [Updated] " Gottox
@ 2021-04-20 10:01 ` Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-04-20 10:01 UTC (permalink / raw)
  To: ml

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

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

libodfgen: update to 0.1.8.
https://github.com/void-linux/void-packages/pull/30351

Description:


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

end of thread, other threads:[~2021-04-20 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  7:58 [PR PATCH] libodfgen: update to 0.1.8 Gottox
2021-04-20  8:10 ` [PR PATCH] [Updated] " Gottox
2021-04-20 10:01 ` [PR PATCH] [Merged]: " Gottox

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