Github messages for voidlinux
 help / color / mirror / Atom feed
From: not-chicken <not-chicken@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Appstream: enable gir and vala; unmark nocross
Date: Thu, 16 Jul 2020 05:10:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23595@inbox.vuxu.org> (raw)

[-- 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
 	}
 }
 

             reply	other threads:[~2020-07-16  3:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16  3:10 not-chicken [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23595@inbox.vuxu.org \
    --to=not-chicken@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).