Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pragha: update to 1.3.4.
Date: Tue, 29 Dec 2020 04:25:06 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27520@inbox.vuxu.org> (raw)

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

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

https://github.com/ndowens/void-packages pragha
https://github.com/void-linux/void-packages/pull/27520

pragha: update to 1.3.4.
Remove conditional build_default and devel package

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

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

From ecbbadce193794520d0121bb8c4338d3ce5e89f8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 21:25:44 -0600
Subject: [PATCH] pragha: update to 1.3.4.

Remove conditional build_default and devel package
---
 srcpkgs/pragha/template | 42 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/pragha/template b/srcpkgs/pragha/template
index fef3510d75c..a4ffb1da3c3 100644
--- a/srcpkgs/pragha/template
+++ b/srcpkgs/pragha/template
@@ -1,41 +1,39 @@
 # Template file for 'pragha'
 pkgname=pragha
-version=1.3.3
-revision=5
+version=1.3.4
+revision=1
 build_style=gnu-configure
-hostmakedepends="automake libtool xfce4-dev-tools glib-devel gettext-devel pkg-config"
+hostmakedepends="automake libtool xfce4-dev-tools glib-devel gettext-devel
+ pkg-config"
 makedepends="
- gtk+3-devel glib-devel gstreamer1-devel sqlite-devel taglib-devel
+ gtk+3-devel glib-devel gstreamer1-devel sqlite-devel taglib-devel gupnp-devel
  $(vopt_if peas libpeas-devel) libxfce4ui-devel totem-pl-parser-devel gst-plugins-base1-devel
- libnotify-devel libcdio-devel libcdio-paranoia-devel libcddb-devel
- libkeybinder3-devel glyr-devel rygel-devel grilo-devel libgudev-devel libmtp-devel"
+ libnotify-devel libcdio-devel libcdio-paranoia-devel libcddb-devel libxml2-devel
+ libkeybinder3-devel glyr-devel rygel-devel grilo-devel libgudev-devel libmtp-devel
+ gssdp-devel libsoup-devel"
 short_desc="Pragha is a Lightweight Music Player for GNU/Linux"
 maintainer="VargMon <vargmon98@gmail.com>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="https://pragha-music-player.github.io/"
 distfiles="https://github.com/pragha-music-player/pragha/archive/v${version}.tar.gz"
-checksum=71babb217115f362fc8565072cd70d94f02d58b346f00d2d06e40cecaaf282c8
+checksum=8be35959f526d079cc19221653cb691fb66251e6819f994062e0b02e08b1809b
 
 build_options="peas"
+build_options_default="peas"
 desc_option_peas="Enable libpeas plugin library"
 
-if [ -z "$CROSS_BUILD" ]; then
-	build_options_default="peas"
-fi
+CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libxml2 -I${XBPS_CROSS_BASE}/usr/include/gupnp-1.2"
+CPPFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/gssdp-1.2 -I${XBPS_CROSS_BASE}/usr/include/libsoup-2.4"
 
 pre_configure() {
 	CPP=$CPP ./autogen.sh
 }
 
-if [ -z "$CROSS_BUILD" ]; then
-
-	pragha-devel_package() {
-		short_desc+=" - development files"
-		depends="${sourcepkg}>=${version}_${revision}"
-		pkg_install() {
-			vmove usr/include/pragha/plugins
-			vmove usr/lib/pragha/plugins/devices/libdeviceclient.so
-		}
+pragha-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include/pragha/plugins
+		vmove usr/lib/pragha/plugins/devices/libdeviceclient.so
 	}
-
-fi
+}

                 reply	other threads:[~2020-12-29  3:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-27520@inbox.vuxu.org \
    --to=ndowens@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).