Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] klavaro: update to 3.12
@ 2021-05-01 14:31 newbluemoon
  2021-05-02 14:30 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: newbluemoon @ 2021-05-01 14:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1671 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/30611

klavaro: update to 3.12
<!-- Mark items with [x] where applicable -->

#### General
Requires the new package `gtkdatabox3` as a dependency.
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

Tested on x86_64.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e7da219b1601d0fc88f0709771be96d51717710a Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 1 May 2021 16:22:24 +0200
Subject: [PATCH 1/2] New package: gtkdatabox3-1.0.0

---
 common/shlibs                |  1 +
 srcpkgs/gtkdatabox3-devel    |  1 +
 srcpkgs/gtkdatabox3/template | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/gtkdatabox3-devel
 create mode 100644 srcpkgs/gtkdatabox3/template

diff --git a/common/shlibs b/common/shlibs
index c39878238889..995c9750a41f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3916,6 +3916,7 @@ libsimavrparts.so.1 simavr-1.6_2
 libsword-1.8.1.so libsword-1.8.1_6
 libpari-gmp.so.7 pari-2.13.0_1
 libtree-sitter.so.0 tree-sitter-0.19.0_1
+libgtkdatabox.so.1 gtkdatabox3-1.0.0_1
 libwayland-client++.so.0 libwaylandpp-0.2.8_1
 libwayland-cursor++.so.0 libwaylandpp-0.2.8_1
 libwayland-egl++.so.0 libwaylandpp-0.2.8_1
diff --git a/srcpkgs/gtkdatabox3-devel b/srcpkgs/gtkdatabox3-devel
new file mode 120000
index 000000000000..78e11676000a
--- /dev/null
+++ b/srcpkgs/gtkdatabox3-devel
@@ -0,0 +1 @@
+gtkdatabox3
\ No newline at end of file
diff --git a/srcpkgs/gtkdatabox3/template b/srcpkgs/gtkdatabox3/template
new file mode 100644
index 000000000000..21d4dcd57561
--- /dev/null
+++ b/srcpkgs/gtkdatabox3/template
@@ -0,0 +1,26 @@
+# Template file for 'gtkdatabox3'
+pkgname=gtkdatabox3
+version=1.0.0
+revision=1
+wrksrc="gtkdatabox-${version}"
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="gtk+3-devel"
+short_desc="GTK+-Widget for fast data display"
+maintainer="newbluemoon <blaumolch@mailbox.org>"
+license="GPL-3.0-or-later"
+homepage="https://gtkdatabox3.sourceforge.io/"
+distfiles="${SOURCEFORGE_SITE}/gtkdatabox3/gtkdatabox-${version}.tar.gz"
+checksum=7add2cd8fb4209f3970dbd33f5238e25b43f6251e7534607bf926c7c6175e14b
+
+gtkdatabox3-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/share
+	}
+}

From fd58f5ca318a40ef59246a86ce88753b1d038912 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sat, 1 May 2021 16:23:25 +0200
Subject: [PATCH 2/2] klavaro: update to 3.12

---
 srcpkgs/klavaro/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/klavaro/template b/srcpkgs/klavaro/template
index 6b8cd84c19fa..ade9aa51ab4a 100644
--- a/srcpkgs/klavaro/template
+++ b/srcpkgs/klavaro/template
@@ -1,14 +1,14 @@
 # Template file for 'klavaro'
 pkgname=klavaro
-version=3.11
+version=3.12
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="intltool pkg-config"
-makedepends="gtk+3-devel libcurl-devel"
+makedepends="gtk+3-devel gtkdatabox3-devel libcurl-devel"
 short_desc="Touch typing tutor"
 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=fc64d3bf9548a5d55af1ba72912024107883a918b95ae60cda95706116567de6
+checksum=c450e27f07d5e7d57818a5a8d428cacad7c17a28dcabe0c2e5694a4fe9abb97a

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

* Re: [PR PATCH] [Merged]: klavaro: update to 3.12
  2021-05-01 14:31 [PR PATCH] klavaro: update to 3.12 newbluemoon
@ 2021-05-02 14:30 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-05-02 14:30 UTC (permalink / raw)
  To: ml

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

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

klavaro: update to 3.12
https://github.com/void-linux/void-packages/pull/30611

Description:
<!-- Mark items with [x] where applicable -->

#### General
Requires the new package `gtkdatabox3` as a dependency.
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

Tested on x86_64.

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-05-02 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01 14:31 [PR PATCH] klavaro: update to 3.12 newbluemoon
2021-05-02 14:30 ` [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).