Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wayfire: add image build option, session file.
@ 2020-10-02  2:46 ericonr
  2020-10-02  4:52 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 1 reply; 2+ messages in thread
From: ericonr @ 2020-10-02  2:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages wayfire
https://github.com/void-linux/void-packages/pull/25264

wayfire: add image build option, session file.
The session file used by display managers isn't installed by the build
system.

Closes #25260 

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

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

From 9f2d4d8c82c7fef0dcd4c6a37674c6002ff3391a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Thu, 10 Sep 2020 12:10:56 -0300
Subject: [PATCH] wayfire: add image build option, session file.

The session file used by display managers isn't installed by the build
system.
---
 srcpkgs/wayfire/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wayfire/template b/srcpkgs/wayfire/template
index 97cee3c6f98..c48069fdb11 100644
--- a/srcpkgs/wayfire/template
+++ b/srcpkgs/wayfire/template
@@ -1,11 +1,12 @@
 # Template file for 'wayfire'
 pkgname=wayfire
 version=0.5.0
-revision=1
+revision=2
 _utils_commit=f9b5eba437a04a0d1fb9f00a0fdb88c12b9f6b27
 build_style=meson
 hostmakedepends="pkg-config wayland-devel"
-makedepends="wf-config-devel wlroots-devel cairo-devel"
+makedepends="wf-config-devel wlroots-devel cairo-devel
+ $(vopt_if image 'libjpeg-turbo-devel libpng-devel')"
 depends="xorg-server-xwayland $(vopt_if elogind elogind)"
 short_desc="3D wayland compositor"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
@@ -16,7 +17,9 @@ distfiles="https://github.com/WayfireWM/wayfire/archive/${version}.tar.gz
 checksum="24c1a2c963dac5af762f87cd024bc3dd736ec9a28a6735d357a05e8f6502e8aa
  5c3e8bfefd74083a2548b6a95a070000cf73591bfe78335413da5c7fb82340cb"
 
-build_options="elogind"
+build_options="elogind image"
+build_options_default="image"
+desc_option_image="Enable JPEG and PNG support"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" libexecinfo-devel"
@@ -34,6 +37,7 @@ post_install() {
 	fi
 	vlicense LICENSE
 	vsconf wayfire.ini
+	vinstall wayfire.desktop 0644 usr/share/wayland-sessions
 }
 
 wayfire-devel_package() {

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

* Re: [PR PATCH] [Merged]: wayfire: add image build option, session file.
  2020-10-02  2:46 [PR PATCH] wayfire: add image build option, session file ericonr
@ 2020-10-02  4:52 ` the-maldridge
  0 siblings, 0 replies; 2+ messages in thread
From: the-maldridge @ 2020-10-02  4:52 UTC (permalink / raw)
  To: ml

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

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

wayfire: add image build option, session file.
https://github.com/void-linux/void-packages/pull/25264

Description:
The session file used by display managers isn't installed by the build
system.

Closes #25260 

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

end of thread, other threads:[~2020-10-02  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  2:46 [PR PATCH] wayfire: add image build option, session file ericonr
2020-10-02  4:52 ` [PR PATCH] [Merged]: " the-maldridge

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