forked from pool/krusader
Accepting request 36122 from KDE:KDE4:Factory:Desktop
Copy from KDE:KDE4:Factory:Desktop/krusader based on submit request 36122 from user llunak OBS-URL: https://build.opensuse.org/request/show/36122 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krusader?expand=0&rev=22
This commit is contained in:
parent
312f9007f6
commit
8a52593b08
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 28 18:55:38 UTC 2010 - javier@opensuse.org
|
||||
|
||||
- added browse iso service menu
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 08:15:07 CEST 2009 - beineri@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package krusader (Version 2.0.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,11 +21,12 @@
|
||||
|
||||
Name: krusader
|
||||
Version: 2.0.0
|
||||
Release: 3
|
||||
License: GPL v2 or later
|
||||
Release: 4
|
||||
License: GPLv2+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://krusader.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: krusader_browse_iso.desktop
|
||||
Patch: FIXME.diff
|
||||
Patch1: krusader-gcc44.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -46,7 +47,7 @@ Authors:
|
||||
Rafi Yanai <krusader@users.sourceforge.net>
|
||||
|
||||
%package -n kio_iso
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: System/GUI/KDE
|
||||
Summary: KIO slave to access ISO images
|
||||
Provides: kde4-kio_iso = 1.80.99
|
||||
@ -63,7 +64,7 @@ Authors:
|
||||
Szombathelyi Gygy <gyurco@users.sourceforge.net>
|
||||
|
||||
%package doc
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Productivity/File utilities
|
||||
Summary: A File Manager
|
||||
|
||||
@ -98,6 +99,8 @@ popd
|
||||
%suse_update_desktop_file krusader_root-mode FileManager Utility
|
||||
%kde_post_install
|
||||
%find_lang %{name}
|
||||
mkdir -p %{buildroot}%{_kde_share_dir}/services/ServiceMenus/
|
||||
cp %{SOURCE1} %{buildroot}%{_kde_share_dir}/services/ServiceMenus/
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%clean
|
||||
@ -123,6 +126,7 @@ test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||||
%config %{_datadir}/kde4/config/kio_isorc
|
||||
%{_kde4_modules}/kio_iso.so*
|
||||
%{_kde_share_dir}/services/iso.protocol
|
||||
%{_kde_share_dir}/services/ServiceMenus/krusader_browse_iso.desktop
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
|
13
krusader_browse_iso.desktop
Normal file
13
krusader_browse_iso.desktop
Normal file
@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=application/x-cd-image;
|
||||
Actions=Browse;
|
||||
|
||||
[Desktop Action Browse]
|
||||
Name=Browse ISO
|
||||
Name[de]=ISO durchsuchen
|
||||
Name[es]=Examinar ISO
|
||||
Icon=application-x-cd-image
|
||||
Exec=dolphin iso:%U
|
||||
|
Loading…
Reference in New Issue
Block a user