Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] river: install session file
@ 2023-07-22 11:44 tranzystorek-io
  2023-07-22 12:53 ` ifreund
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2023-07-22 11:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages river-desktop
https://github.com/void-linux/void-packages/pull/45193

river: install session file
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Ping @ifreund 

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bb4624cd949b844963174591cf9c2b2c1f0b00dc Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 22 Jul 2023 13:41:58 +0200
Subject: [PATCH] river: install session file

---
 srcpkgs/river/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 506a54dc04910..24f9c53d45ea4 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -1,7 +1,7 @@
 # Template file for 'river'
 pkgname=river
 version=0.2.4
-revision=1
+revision=2
 archs="~i686* ~armv6l* ~armv7l*"
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland) -Dpie"
@@ -21,5 +21,6 @@ build_options_default="xwayland"
 desc_option_xwayland="Enable Xwayland support"
 
 post_install() {
+	vinstall contrib/river.desktop 644 usr/share/wayland-sessions
 	vsconf example/init
 }

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

end of thread, other threads:[~2023-07-22 19:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-22 11:44 [PR PATCH] river: install session file tranzystorek-io
2023-07-22 12:53 ` ifreund
2023-07-22 12:55 ` tranzystorek-io
2023-07-22 17:43 ` Bnyro
2023-07-22 19:31 ` [PR PATCH] [Merged]: " Duncaen

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