xdg-utils:ver.bump
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
From 31525d3855f876ddf2e29091b2e8d376f923e09e Mon Sep 17 00:00:00 2001
|
||||
From: Rex Dieter <rdieter@gmail.com>
|
||||
Date: Thu, 24 May 2018 14:40:53 -0500
|
||||
Subject: xdg-open: better pcmanfm check (BR106636,BR106161)
|
||||
|
||||
---
|
||||
ChangeLog | 2 ++
|
||||
scripts/xdg-open.in | 2 +-
|
||||
2 files changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/xdg-open.in b/scripts/xdg-open.in
|
||||
index 630e63e..bf9da4c 100644
|
||||
--- a/scripts/xdg-open.in
|
||||
+++ b/scripts/xdg-open.in
|
||||
@@ -451,7 +451,7 @@ open_lxde()
|
||||
{
|
||||
|
||||
# pcmanfm only knows how to handle file:// urls and filepaths, it seems.
|
||||
- if pcmanfm --help >/dev/null 2>&1 -a is_file_url_or_path "$1"; then
|
||||
+ if pcmanfm --help >/dev/null 2>&1 && is_file_url_or_path "$1"; then
|
||||
local file="$(file_url_to_path "$1")"
|
||||
|
||||
# handle relative paths
|
||||
--
|
||||
cgit v1.1
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Common desktop utilities</Summary>
|
||||
<Description>Xdg-utils is a set of command line tools that assist applications with a variety of desktop integration tasks. About half of the tools focus on tasks commonly required during the installation of a desktop application and the other half focuses on integration with the desktop environment while the application is running.</Description>
|
||||
<Archive sha1sum="20cd4cc5cfaa904b12abf6d584deb568367f4d83" type="targz">https://portland.freedesktop.org/download/xdg-utils-1.1.2.tar.gz</Archive>
|
||||
<Archive sha1sum="98294cf332c341b85e481d98e9ea59357fe1efc7" type="targz">https://portland.freedesktop.org/download/xdg-utils-1.1.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xmlto</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
@@ -21,7 +21,7 @@
|
||||
<Dependency>lynx</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--Patch level="1">xdg-utils-1.1.1-ktraderclient5.patch</Patch-->
|
||||
<Patch level="1">0001_better_pcmanfm_check.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -34,6 +34,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2019-03-25</Date>
|
||||
<Version>1.1.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-07-30</Date>
|
||||
<Version>1.1.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user