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

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