Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Appstream: enable gir and vala; unmark nocross
@ 2020-07-16  3:10 not-chicken
  2020-07-16  3:28 ` [PR PATCH] [Updated] " not-chicken
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: not-chicken @ 2020-07-16  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages appstream
https://github.com/void-linux/void-packages/pull/23595

Appstream: enable gir and vala; unmark nocross
- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg

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

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

From ced0ea6a1ff4d0111d5109fbb6f2d5f31c29b882 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 16 Jul 2020 08:18:38 +0530
Subject: [PATCH] Appstream: enable gir and vala; unmark nocross

- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg
---
 srcpkgs/AppStream/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template
index 481bf364f24..861761622ae 100644
--- a/srcpkgs/AppStream/template
+++ b/srcpkgs/AppStream/template
@@ -1,12 +1,14 @@
 # Template file for 'AppStream'
 pkgname=AppStream
 version=0.12.11
-revision=1
+revision=2
 wrksrc="appstream-${version}"
 build_style=meson
-configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true"
-hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config
- qt5-host-tools"
+build_helper="gir qemu"
+configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
+ -Dstemming=false -Dapidocs=false -Dqt=true"
+hostmakedepends="docbook-xsl gettext glib-devel gperf libxslt pkg-config
+ qt5-host-tools $(vopt_if vala vala)"
 makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel libsoup-devel"
 short_desc="Tools and libraries to work with AppStream metadata"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -18,15 +20,20 @@ checksum=c44e1e8f0684a7c3bfce4c366148956ac29fa0b7c8298ef9952faf79bbb34fef
 conf_files="/etc/appstream.conf"
 triggers="appstream-cache"
 
-nocross="https://api.travis-ci.org/v3/job/592923595/log.txt"
+build_options="gir vala"
+build_options_default="gir vala"
 
 AppStream-devel_package() {
 	depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
+		vmove usr/lib/girepository-1.0
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
+		vmove usr/share/gir-1.0
+		vmove usr/share/vala
 	}
 }
 

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

* Re: [PR PATCH] [Updated] Appstream: enable gir and vala; unmark nocross
  2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
@ 2020-07-16  3:28 ` not-chicken
  2020-07-16 12:35 ` [PR REVIEW] " sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: not-chicken @ 2020-07-16  3:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages appstream
https://github.com/void-linux/void-packages/pull/23595

Appstream: enable gir and vala; unmark nocross
- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg

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

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

From 3d5dea15839ba02e63c7ea924c5e948c94f4c478 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 16 Jul 2020 08:18:38 +0530
Subject: [PATCH] Appstream: enable gir and vala; unmark nocross

- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg
---
 srcpkgs/AppStream/template | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template
index 481bf364f24..e43d0527647 100644
--- a/srcpkgs/AppStream/template
+++ b/srcpkgs/AppStream/template
@@ -1,12 +1,14 @@
 # Template file for 'AppStream'
 pkgname=AppStream
 version=0.12.11
-revision=1
+revision=2
 wrksrc="appstream-${version}"
 build_style=meson
-configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true"
-hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config
- qt5-host-tools"
+build_helper="gir qemu"
+configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
+ -Dstemming=false -Dapidocs=false -Dqt=true"
+hostmakedepends="docbook-xsl gettext glib-devel gperf libxslt pkg-config
+ qt5-host-tools $(vopt_if vala vala)"
 makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel libsoup-devel"
 short_desc="Tools and libraries to work with AppStream metadata"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -18,15 +20,24 @@ checksum=c44e1e8f0684a7c3bfce4c366148956ac29fa0b7c8298ef9952faf79bbb34fef
 conf_files="/etc/appstream.conf"
 triggers="appstream-cache"
 
-nocross="https://api.travis-ci.org/v3/job/592923595/log.txt"
+build_options="gir vala"
+build_options_default="gir vala"
 
 AppStream-devel_package() {
 	depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
+		if [ "$build_option_gir" ]; then
+			vmove usr/lib/girepository-1.0
+			vmove usr/share/gir-1.0
+		fi
+		if [ "$build_option_vala" ]; then
+			vmove usr/share/vala
+		fi
 	}
 }
 

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

* Re: [PR REVIEW] Appstream: enable gir and vala; unmark nocross
  2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
  2020-07-16  3:28 ` [PR PATCH] [Updated] " not-chicken
@ 2020-07-16 12:35 ` sgn
  2020-07-16 12:58 ` [PR PATCH] [Updated] " not-chicken
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-07-16 12:35 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23595#discussion_r455752338

Comment:
`usr/lib/girepository-1.0` should be installed in main/libraries package.

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

* Re: [PR PATCH] [Updated] Appstream: enable gir and vala; unmark nocross
  2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
  2020-07-16  3:28 ` [PR PATCH] [Updated] " not-chicken
  2020-07-16 12:35 ` [PR REVIEW] " sgn
@ 2020-07-16 12:58 ` not-chicken
  2020-07-16 13:00 ` [PR REVIEW] " not-chicken
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: not-chicken @ 2020-07-16 12:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages appstream
https://github.com/void-linux/void-packages/pull/23595

Appstream: enable gir and vala; unmark nocross
- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg

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

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

From 75a3450ddd2e59feb98a146462ba7c1c700b7427 Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Thu, 16 Jul 2020 08:18:38 +0530
Subject: [PATCH] Appstream: enable gir and vala; unmark nocross

- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg
---
 srcpkgs/AppStream/template | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template
index 481bf364f24..d49246931cc 100644
--- a/srcpkgs/AppStream/template
+++ b/srcpkgs/AppStream/template
@@ -1,12 +1,14 @@
 # Template file for 'AppStream'
 pkgname=AppStream
 version=0.12.11
-revision=1
+revision=2
 wrksrc="appstream-${version}"
 build_style=meson
-configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true"
-hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config
- qt5-host-tools"
+build_helper="gir qemu"
+configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
+ -Dstemming=false -Dapidocs=false -Dqt=true"
+hostmakedepends="docbook-xsl gettext glib-devel gperf libxslt pkg-config
+ qt5-host-tools $(vopt_if vala vala)"
 makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel libsoup-devel"
 short_desc="Tools and libraries to work with AppStream metadata"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -18,15 +20,23 @@ checksum=c44e1e8f0684a7c3bfce4c366148956ac29fa0b7c8298ef9952faf79bbb34fef
 conf_files="/etc/appstream.conf"
 triggers="appstream-cache"
 
-nocross="https://api.travis-ci.org/v3/job/592923595/log.txt"
+build_options="gir vala"
+build_options_default="gir vala"
 
 AppStream-devel_package() {
 	depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
+		if [ "$build_option_gir" ]; then
+			vmove usr/share/gir-1.0
+		fi
+		if [ "$build_option_vala" ]; then
+			vmove usr/share/vala
+		fi
 	}
 }
 

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

* Re: [PR REVIEW] Appstream: enable gir and vala; unmark nocross
  2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
                   ` (2 preceding siblings ...)
  2020-07-16 12:58 ` [PR PATCH] [Updated] " not-chicken
@ 2020-07-16 13:00 ` not-chicken
  2020-07-16 13:20 ` sgn
  2020-07-16 13:21 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: not-chicken @ 2020-07-16 13:00 UTC (permalink / raw)
  To: ml

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

New review comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/23595#discussion_r455766770

Comment:
Done.

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

* Re: [PR REVIEW] Appstream: enable gir and vala; unmark nocross
  2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
                   ` (3 preceding siblings ...)
  2020-07-16 13:00 ` [PR REVIEW] " not-chicken
@ 2020-07-16 13:20 ` sgn
  2020-07-16 13:21 ` [PR PATCH] [Merged]: " sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-07-16 13:20 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/23595#discussion_r455780116

Comment:
Thanks

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

* Re: [PR PATCH] [Merged]: Appstream: enable gir and vala; unmark nocross
  2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
                   ` (4 preceding siblings ...)
  2020-07-16 13:20 ` sgn
@ 2020-07-16 13:21 ` sgn
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-07-16 13:21 UTC (permalink / raw)
  To: ml

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

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

Appstream: enable gir and vala; unmark nocross
https://github.com/void-linux/void-packages/pull/23595

Description:
- Add gettext to hostmakedepends
- Move cmake rules to -devel subpkg

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

end of thread, other threads:[~2020-07-16 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  3:10 [PR PATCH] Appstream: enable gir and vala; unmark nocross not-chicken
2020-07-16  3:28 ` [PR PATCH] [Updated] " not-chicken
2020-07-16 12:35 ` [PR REVIEW] " sgn
2020-07-16 12:58 ` [PR PATCH] [Updated] " not-chicken
2020-07-16 13:00 ` [PR REVIEW] " not-chicken
2020-07-16 13:20 ` sgn
2020-07-16 13:21 ` [PR PATCH] [Merged]: " sgn

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