Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] viking: switch to gtk3
@ 2021-11-12 12:39 paper42
  2021-11-12 18:06 ` [PR PATCH] [Updated] " paper42
  2021-11-13 19:04 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2021-11-12 12:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages viking
https://github.com/void-linux/void-packages/pull/34044

viking: switch to gtk3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/34044.patch is attached

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

From 6a2bfae5b340684423a01f5224dc2c61c87912b8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 12 Nov 2021 13:25:09 +0100
Subject: [PATCH 1/2] yelp-tools: add a missing dependency

---
 srcpkgs/yelp-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yelp-tools/template b/srcpkgs/yelp-tools/template
index 96b854281302..4395d70ab31b 100644
--- a/srcpkgs/yelp-tools/template
+++ b/srcpkgs/yelp-tools/template
@@ -1,11 +1,11 @@
 # Template file for 'yelp-tools'
 pkgname=yelp-tools
 version=40.0
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config itstool libxslt python3-lxml"
 makedepends="yelp-xsl"
-depends="itstool libxslt yelp-xsl"
+depends="itstool libxslt yelp-xsl python3-lxml"
 short_desc="Tools for creating Yelp documentation"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"

From 090663dee3f7dde5a7062967d825d49b025b4729 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 12 Nov 2021 13:23:33 +0100
Subject: [PATCH 2/2] viking: switch to gtk3

---
 srcpkgs/viking/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/viking/template b/srcpkgs/viking/template
index 9cd2eff9e11c..45eb34de2bb6 100644
--- a/srcpkgs/viking/template
+++ b/srcpkgs/viking/template
@@ -1,17 +1,13 @@
 # Template file for 'viking'
 pkgname=viking
 version=1.9
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--disable-realtime-gps-tracking --disable-bluemarble
- --disable-bing --disable-terraserver --disable-spotmaps
- --disable-expedia --disable-mapnik --enable-magic --enable-bzip2
- --enable-mbtiles --with-libexif"
-hostmakedepends="docbook-xsl gdk-pixbuf-devel glib-devel itstool intltool libxslt pkg-config"
-makedepends="file-devel glib-devel gnome-doc-utils gtk+-devel
- libcurl-devel libexif-devel libgexiv2-devel sqlite-devel bzip2-devel
- geoclue2-devel liboauth-devel nettle-devel"
-checkdepends="python3-lxml yelp-tools"
+configure_args="--disable-mapnik"
+hostmakedepends="glib-devel pkg-config gettext intltool itstool libxslt docbook-xsl"
+makedepends="gtk+3-devel libcurl-devel geoclue2-devel sqlite-devel file-devel
+ libgexiv2-devel liboauth-devel gpsd-devel libzip-devel nettle-devel"
+checkdepends="yelp-tools"
 short_desc="Open/source GPS data editor and analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] viking: switch to gtk3
  2021-11-12 12:39 [PR PATCH] viking: switch to gtk3 paper42
@ 2021-11-12 18:06 ` paper42
  2021-11-13 19:04 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-11-12 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages viking
https://github.com/void-linux/void-packages/pull/34044

viking: switch to gtk3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/34044.patch is attached

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

From c8f5aecbe72a09e4ac630ba05abf31aaa1dce245 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 12 Nov 2021 13:25:09 +0100
Subject: [PATCH 1/2] yelp-tools: add a missing dependency

---
 srcpkgs/yelp-tools/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yelp-tools/template b/srcpkgs/yelp-tools/template
index 96b854281302..4395d70ab31b 100644
--- a/srcpkgs/yelp-tools/template
+++ b/srcpkgs/yelp-tools/template
@@ -1,11 +1,11 @@
 # Template file for 'yelp-tools'
 pkgname=yelp-tools
 version=40.0
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="pkg-config itstool libxslt python3-lxml"
 makedepends="yelp-xsl"
-depends="itstool libxslt yelp-xsl"
+depends="itstool libxslt yelp-xsl python3-lxml"
 short_desc="Tools for creating Yelp documentation"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"

From 4fc9241060b39e098855647f2e19bd767f140120 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 12 Nov 2021 13:23:33 +0100
Subject: [PATCH 2/2] viking: switch to gtk3

---
 srcpkgs/viking/patches/32bit-test.patch | 11 +++++++++++
 srcpkgs/viking/template                 | 16 ++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)
 create mode 100644 srcpkgs/viking/patches/32bit-test.patch

diff --git a/srcpkgs/viking/patches/32bit-test.patch b/srcpkgs/viking/patches/32bit-test.patch
new file mode 100644
index 000000000000..b9d4fbc6fa7a
--- /dev/null
+++ b/srcpkgs/viking/patches/32bit-test.patch
@@ -0,0 +1,11 @@
+--- a/test/check_parse_latlon.sh
++++ b/test/check_parse_latlon.sh
+@@ -46,7 +46,7 @@ check_success "S34.56 E008.56" "-34.56000 8.56000"
+ # DMM
+ check_success "N 34° 12.3456 W 123° 45.6789" "34.20576 -123.76131"
+ check_success "S 34° 12.3456 E 123° 45.6789" "-34.20576 123.76131"
+-check_success "S034° 12.3456 W003° 45.6789" "-34.20576 -3.76131"
++check_success "S034° 12.3456 W003° 45.6788" "-34.20576 -3.76131"
+ # DMS
+ check_success "S034° 12 34 W003° 45 54" "-34.20944 -3.76500"
+ # Not sure if 'invalid' minute/second values should be accepted
diff --git a/srcpkgs/viking/template b/srcpkgs/viking/template
index 9cd2eff9e11c..45eb34de2bb6 100644
--- a/srcpkgs/viking/template
+++ b/srcpkgs/viking/template
@@ -1,17 +1,13 @@
 # Template file for 'viking'
 pkgname=viking
 version=1.9
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--disable-realtime-gps-tracking --disable-bluemarble
- --disable-bing --disable-terraserver --disable-spotmaps
- --disable-expedia --disable-mapnik --enable-magic --enable-bzip2
- --enable-mbtiles --with-libexif"
-hostmakedepends="docbook-xsl gdk-pixbuf-devel glib-devel itstool intltool libxslt pkg-config"
-makedepends="file-devel glib-devel gnome-doc-utils gtk+-devel
- libcurl-devel libexif-devel libgexiv2-devel sqlite-devel bzip2-devel
- geoclue2-devel liboauth-devel nettle-devel"
-checkdepends="python3-lxml yelp-tools"
+configure_args="--disable-mapnik"
+hostmakedepends="glib-devel pkg-config gettext intltool itstool libxslt docbook-xsl"
+makedepends="gtk+3-devel libcurl-devel geoclue2-devel sqlite-devel file-devel
+ libgexiv2-devel liboauth-devel gpsd-devel libzip-devel nettle-devel"
+checkdepends="yelp-tools"
 short_desc="Open/source GPS data editor and analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Merged]: viking: switch to gtk3
  2021-11-12 12:39 [PR PATCH] viking: switch to gtk3 paper42
  2021-11-12 18:06 ` [PR PATCH] [Updated] " paper42
@ 2021-11-13 19:04 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2021-11-13 19:04 UTC (permalink / raw)
  To: ml

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

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

viking: switch to gtk3
https://github.com/void-linux/void-packages/pull/34044

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2021-11-13 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 12:39 [PR PATCH] viking: switch to gtk3 paper42
2021-11-12 18:06 ` [PR PATCH] [Updated] " paper42
2021-11-13 19:04 ` [PR PATCH] [Merged]: " paper42

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