Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pragha: update to 1.3.4.
@ 2020-12-29  3:25 ndowens
  0 siblings, 0 replies; only message in thread
From: ndowens @ 2020-12-29  3:25 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-29  3:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29  3:25 [PR PATCH] pragha: update to 1.3.4 ndowens

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