Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pcmanfm: add lxmenu-data as dependency
@ 2021-11-25 13:42 rafeyu
  2021-11-26  0:10 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: rafeyu @ 2021-11-25 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rafeyu/void-packages fix-pcmanfm
https://github.com/void-linux/void-packages/pull/34241

pcmanfm: add lxmenu-data as dependency
Without lxmenu-data, pcmanfm won't show applications list within "Open with..." menu dialog.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/34241.patch is attached

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

From 7de6939a73a32b59b1d82732498ffc08c1131bf1 Mon Sep 17 00:00:00 2001
From: Ramdziana F Y <ramdzian@gmail.com>
Date: Thu, 25 Nov 2021 20:37:22 +0700
Subject: [PATCH] pcmanfm: add lxmenu-data as dependency

---
 srcpkgs/pcmanfm/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pcmanfm/template b/srcpkgs/pcmanfm/template
index 300e881d7c1e..61e612b90991 100644
--- a/srcpkgs/pcmanfm/template
+++ b/srcpkgs/pcmanfm/template
@@ -1,12 +1,12 @@
 # Template file for 'pcmanfm'
 pkgname=pcmanfm
 version=1.3.2
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-gtk=3"
 hostmakedepends="pkg-config intltool"
 makedepends="gtk+3-devel libfm-gtk+3-devel"
-depends="desktop-file-utils"
+depends="desktop-file-utils lxmenu-data"
 short_desc="LXDE file manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

end of thread, other threads:[~2021-11-26  0:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-25 13:42 [PR PATCH] pcmanfm: add lxmenu-data as dependency rafeyu
2021-11-26  0:10 ` [PR PATCH] [Merged]: " paper42

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