Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cairomm: update to 1.14.2.
@ 2020-10-20 20:06 ericonr
  2020-11-06 13:59 ` [PR PATCH] [Updated] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ericonr @ 2020-10-20 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages cairomm
https://github.com/void-linux/void-packages/pull/25763

cairomm: update to 1.14.2.
Switch to meson build style, fix update file.

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

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

From bf4f8164a683f78c56db31aacce5a0d4d748ebd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 20 Oct 2020 17:06:15 -0300
Subject: [PATCH] cairomm: update to 1.14.2.

Switch to meson build style, fix update file.
---
 srcpkgs/cairomm/template | 10 +++++-----
 srcpkgs/cairomm/update   |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cairomm/template b/srcpkgs/cairomm/template
index 015726e304c..0461bb71c2f 100644
--- a/srcpkgs/cairomm/template
+++ b/srcpkgs/cairomm/template
@@ -1,8 +1,8 @@
 # Template build file for 'cairomm'.
 pkgname=cairomm
-version=1.12.2
-revision=3
-build_style=gnu-configure
+version=1.14.2
+revision=1
+build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libsigc++-devel fontconfig-devel libpng-devel libXrender-devel cairo-devel"
 depends="cairo>=1.12.14_6"
@@ -10,8 +10,8 @@ short_desc="C++ bindings to Cairo vector graphics library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="http://www.cairographics.org"
 license="GPL-2, MPL-1.1"
-distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
-checksum=45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599
+distfiles="http://cairographics.org/releases/$pkgname-$version.tar.xz"
+checksum=0126b9cc295dc36bc9c0860d5b720cb5469fd78d5620c8f10cc5f0c07b928de3
 
 cairomm-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/cairomm/update b/srcpkgs/cairomm/update
index 48c01daf353..aa4bf1b2c19 100644
--- a/srcpkgs/cairomm/update
+++ b/srcpkgs/cairomm/update
@@ -1 +1,2 @@
+pattern="LATEST-cairomm-\K[0-9.]+"
 ignore="*.?[13579].*"

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

* Re: [PR PATCH] [Updated] cairomm: update to 1.14.2.
  2020-10-20 20:06 [PR PATCH] cairomm: update to 1.14.2 ericonr
@ 2020-11-06 13:59 ` ericonr
  2020-11-21 16:15 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-06 13:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages cairomm
https://github.com/void-linux/void-packages/pull/25763

cairomm: update to 1.14.2.
Switch to meson build style, fix update file.

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

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

From 4c74f0d3e1f2ba9f463d67d6bfca24f3c58f7584 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 20 Oct 2020 17:06:15 -0300
Subject: [PATCH] cairomm: update to 1.14.2.

Switch to meson build style, fix update file, xlint.
---
 srcpkgs/cairomm/template | 16 ++++++++--------
 srcpkgs/cairomm/update   |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/cairomm/template b/srcpkgs/cairomm/template
index 015726e304c..66d365b80da 100644
--- a/srcpkgs/cairomm/template
+++ b/srcpkgs/cairomm/template
@@ -1,17 +1,17 @@
-# Template build file for 'cairomm'.
+# Template file for 'cairomm'
 pkgname=cairomm
-version=1.12.2
-revision=3
-build_style=gnu-configure
+version=1.14.2
+revision=1
+build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libsigc++-devel fontconfig-devel libpng-devel libXrender-devel cairo-devel"
 depends="cairo>=1.12.14_6"
 short_desc="C++ bindings to Cairo vector graphics library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.cairographics.org"
-license="GPL-2, MPL-1.1"
-distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
-checksum=45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599
+license="GPL-2.0-or-later, MPL-1.1"
+homepage="https://www.cairographics.org/cairomm/"
+distfiles="http://cairographics.org/releases/$pkgname-$version.tar.xz"
+checksum=0126b9cc295dc36bc9c0860d5b720cb5469fd78d5620c8f10cc5f0c07b928de3
 
 cairomm-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/cairomm/update b/srcpkgs/cairomm/update
index 48c01daf353..aa4bf1b2c19 100644
--- a/srcpkgs/cairomm/update
+++ b/srcpkgs/cairomm/update
@@ -1 +1,2 @@
+pattern="LATEST-cairomm-\K[0-9.]+"
 ignore="*.?[13579].*"

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

* Re: [PR PATCH] [Updated] cairomm: update to 1.14.2.
  2020-10-20 20:06 [PR PATCH] cairomm: update to 1.14.2 ericonr
  2020-11-06 13:59 ` [PR PATCH] [Updated] " ericonr
@ 2020-11-21 16:15 ` ericonr
  2020-12-11 18:18 ` ericonr
  2020-12-11 18:22 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-21 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages cairomm
https://github.com/void-linux/void-packages/pull/25763

cairomm: update to 1.14.2.
Switch to meson build style, fix update file.

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

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

From 9662ee2f7b1e4f2d94c82b87ad9a12a0fd5fb490 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 20 Oct 2020 17:06:15 -0300
Subject: [PATCH] cairomm: update to 1.14.2.

Switch to meson build style, fix update file, xlint.
---
 srcpkgs/cairomm/template | 16 ++++++++--------
 srcpkgs/cairomm/update   |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/cairomm/template b/srcpkgs/cairomm/template
index 015726e304c..66d365b80da 100644
--- a/srcpkgs/cairomm/template
+++ b/srcpkgs/cairomm/template
@@ -1,17 +1,17 @@
-# Template build file for 'cairomm'.
+# Template file for 'cairomm'
 pkgname=cairomm
-version=1.12.2
-revision=3
-build_style=gnu-configure
+version=1.14.2
+revision=1
+build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libsigc++-devel fontconfig-devel libpng-devel libXrender-devel cairo-devel"
 depends="cairo>=1.12.14_6"
 short_desc="C++ bindings to Cairo vector graphics library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.cairographics.org"
-license="GPL-2, MPL-1.1"
-distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
-checksum=45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599
+license="GPL-2.0-or-later, MPL-1.1"
+homepage="https://www.cairographics.org/cairomm/"
+distfiles="http://cairographics.org/releases/$pkgname-$version.tar.xz"
+checksum=0126b9cc295dc36bc9c0860d5b720cb5469fd78d5620c8f10cc5f0c07b928de3
 
 cairomm-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/cairomm/update b/srcpkgs/cairomm/update
index 48c01daf353..aa4bf1b2c19 100644
--- a/srcpkgs/cairomm/update
+++ b/srcpkgs/cairomm/update
@@ -1 +1,2 @@
+pattern="LATEST-cairomm-\K[0-9.]+"
 ignore="*.?[13579].*"

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

* Re: [PR PATCH] [Updated] cairomm: update to 1.14.2.
  2020-10-20 20:06 [PR PATCH] cairomm: update to 1.14.2 ericonr
  2020-11-06 13:59 ` [PR PATCH] [Updated] " ericonr
  2020-11-21 16:15 ` ericonr
@ 2020-12-11 18:18 ` ericonr
  2020-12-11 18:22 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-11 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages cairomm
https://github.com/void-linux/void-packages/pull/25763

cairomm: update to 1.14.2.
Switch to meson build style, fix update file.

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

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

From 624e005d479dc12b65edd98352ec3b40c6c2b3c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Tue, 20 Oct 2020 17:06:15 -0300
Subject: [PATCH] cairomm: update to 1.14.2.

Switch to meson build style, fix update file, xlint.
---
 srcpkgs/cairomm/template | 16 ++++++++--------
 srcpkgs/cairomm/update   |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/cairomm/template b/srcpkgs/cairomm/template
index 015726e304c..66d365b80da 100644
--- a/srcpkgs/cairomm/template
+++ b/srcpkgs/cairomm/template
@@ -1,17 +1,17 @@
-# Template build file for 'cairomm'.
+# Template file for 'cairomm'
 pkgname=cairomm
-version=1.12.2
-revision=3
-build_style=gnu-configure
+version=1.14.2
+revision=1
+build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libsigc++-devel fontconfig-devel libpng-devel libXrender-devel cairo-devel"
 depends="cairo>=1.12.14_6"
 short_desc="C++ bindings to Cairo vector graphics library"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://www.cairographics.org"
-license="GPL-2, MPL-1.1"
-distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
-checksum=45c47fd4d0aa77464a75cdca011143fea3ef795c4753f6e860057da5fb8bd599
+license="GPL-2.0-or-later, MPL-1.1"
+homepage="https://www.cairographics.org/cairomm/"
+distfiles="http://cairographics.org/releases/$pkgname-$version.tar.xz"
+checksum=0126b9cc295dc36bc9c0860d5b720cb5469fd78d5620c8f10cc5f0c07b928de3
 
 cairomm-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/cairomm/update b/srcpkgs/cairomm/update
index 48c01daf353..aa4bf1b2c19 100644
--- a/srcpkgs/cairomm/update
+++ b/srcpkgs/cairomm/update
@@ -1 +1,2 @@
+pattern="LATEST-cairomm-\K[0-9.]+"
 ignore="*.?[13579].*"

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

* Re: [PR PATCH] [Merged]: cairomm: update to 1.14.2.
  2020-10-20 20:06 [PR PATCH] cairomm: update to 1.14.2 ericonr
                   ` (2 preceding siblings ...)
  2020-12-11 18:18 ` ericonr
@ 2020-12-11 18:22 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-11 18:22 UTC (permalink / raw)
  To: ml

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

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

cairomm: update to 1.14.2.
https://github.com/void-linux/void-packages/pull/25763

Description:
Switch to meson build style, fix update file.

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

end of thread, other threads:[~2020-12-11 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 20:06 [PR PATCH] cairomm: update to 1.14.2 ericonr
2020-11-06 13:59 ` [PR PATCH] [Updated] " ericonr
2020-11-21 16:15 ` ericonr
2020-12-11 18:18 ` ericonr
2020-12-11 18:22 ` [PR PATCH] [Merged]: " ericonr

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