From 860e4802c88328433781f029ac9704cb762fc0bf48f2bdcd7fa1e863edebd131 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Thu, 31 Dec 2020 01:25:52 +0000 Subject: [PATCH] Accepting request 859443 from home:fcrozat:branches:X11:common:Factory - Move call-browser and desktop-launch symlink from desktop-data-openSUSE/SLE to xdg-utils (bsc#170316). OBS-URL: https://build.opensuse.org/request/show/859443 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/xdg-utils?expand=0&rev=77 --- xdg-utils.changes | 6 ++++++ xdg-utils.spec | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/xdg-utils.changes b/xdg-utils.changes index 5019202..c900945 100644 --- a/xdg-utils.changes +++ b/xdg-utils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 30 15:09:47 UTC 2020 - Frederic Crozat + +- Move call-browser and desktop-launch symlink from + desktop-data-openSUSE/SLE to xdg-utils (bsc#170316). + ------------------------------------------------------------------- Tue Jun 09 06:43:27 UTC 2020 - jslaby@suse.com diff --git a/xdg-utils.spec b/xdg-utils.spec index b7eb232..95c6696 100644 --- a/xdg-utils.spec +++ b/xdg-utils.spec @@ -66,10 +66,16 @@ make %{?_smp_mflags} %install %make_install +# Make call-browser executable, symlink (bsc#170316) +ln -snf xdg-open %{buildroot}%{_bindir}/call-browser +ln -snf xdg-open %{buildroot}%{_bindir}/desktop-launch + %files %defattr(-,root,root) %doc ChangeLog README TODO %license LICENSE +%{_bindir}/call-browser +%{_bindir}/desktop-launch %{_bindir}/xdg-desktop-icon %{_bindir}/xdg-desktop-menu %{_bindir}/xdg-email