SHA256
1
0
forked from pool/k3b

Accepting request 41784 from KDE:KDE4:Factory:Desktop

Copy from KDE:KDE4:Factory:Desktop/k3b based on submit request 41784 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/41784
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/k3b?expand=0&rev=15
This commit is contained in:
OBS User autobuild 2010-06-21 16:55:04 +00:00 committed by Git OBS Bridge
parent b52d3c47fe
commit 35f30f26d5
5 changed files with 55 additions and 12 deletions

13
initial-preference.diff Normal file
View File

@ -0,0 +1,13 @@
Subject: Make K3B the default handler for .iso files
From: Lubos Lunak
Patch-upstream: no
Otherwise Ark is the default handler.
--- src/k3b.desktop.sav 2010-06-16 21:36:44.000000000 +0200
+++ src/k3b.desktop 2010-06-18 16:54:12.154664826 +0200
@@ -140,3 +140,4 @@ X-KDE-StartupNotify=true
X-KDE-NativeMimeType=application/x-k3b;
Categories=KDE;Qt;AudioVideo;DiscBurning;
X-DBUS-ServiceType=Unique
+InitialPreference=5

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a2adc3daf91111b2f27823e1b6136d1b31f75c50f9f369c4ed76aa52f80d5a9
size 14093927

3
k3b-1.93.0rc4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:599891e365bb6d852bc0e09bc082db54c3bdbb3a5aaa9a4f6a589ed5e9dda817
size 12440528

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Jun 18 13:51:54 UTC 2010 - llunak@novell.com
- HAL is required for K3B to work (bnc#613898)
- make the default handler for .iso files instead of Ark
-------------------------------------------------------------------
Thu Jun 17 16:10:09 UTC 2010 - wstephenson@novell.com
- Update to 1.93 (2.0rc4)
Changes:
* Moved K3b Handbook to http://userbase.kde.org/K3b
* Improved checking/unchecking items using Space key. Previously to do that the current item had to be in first column.
Bugfixes:
* Cannot choose between cdrecord when both cdrecord and wodim are installed (bko#239861)
* Crash when files have been removed right before burning the project (bko#240398)
* Crash when moving a file into a directory with Shift key pressed (bko#239075)
* Invalid parameter to cdrecord for non-integer burning speed (bko#240310)
* Crash when burning CD Audio project with tracks from another CD (bko#240450)
* Crash when turning off the drive (bko#235743)
* Crash when importing previous session (bko#235734)
* Various crashes during manipulation of eMovix project view
* Hang before verification (bko#156684)
* Crash when "Waiting for medium" dialog is closed (bko#232148)
-------------------------------------------------------------------
Wed May 26 09:46:59 UTC 2010 - llunak@novell.com
- fix build for <= 11.2
-------------------------------------------------------------------
Tue May 25 10:45:19 UTC 2010 - wstephenson@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package k3b (Version 1.92.0)
# spec file for package k3b (Version 1.93.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -41,11 +41,13 @@ License: GPLv2+
Group: Productivity/Multimedia/CD/Record
Summary: A Universal CD and DVD Burning Application
Requires: /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
Version: 1.92.0
Requires: hal
Version: 1.93.0
Release: 1
%define rversion %version
# svn.kde.org/home/kde/trunk/extragear/multimedia/k3b
Source0: k3b-1.92.0rc3.tar.bz2
Source0: k3b-1.93.0rc4.tar.bz2
Patch1: initial-preference.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
Provides: kde4-k3b = 4.2.1.svn942189
@ -84,6 +86,7 @@ Authors:
%lang_package
%prep
%setup -q -n k3b-%{rversion}
%patch1
%build
%cmake_kde4 -d build
@ -95,10 +98,8 @@ Authors:
popd
%suse_update_desktop_file k3b DiscBurning
%kde_post_install
%if %suse_version < 1120
# work-around bnc#457908
for i in uk fr de et nl pt pt_BR es sv; do mkdir $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/$i/common;done
%endif
rm -rf $RPM_BUILD_ROOT/usr/share/locale/sr@ijekavian
rm -rf $RPM_BUILD_ROOT/usr/share/locale/sr@ijekavianlatin
%find_lang k3b k3b.lang
%find_lang k3bsetup k3b.lang
%find_lang libk3b k3b.lang
@ -145,8 +146,6 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/mime/packages/x-k3b.xml
/usr/share/icons/hicolor/scalable/apps/k3b.svgz
%if %suse_version < 1120
# work-around bnc#457911
%dir /usr/share/doc/kde/HTML/*
%dir /usr/share/locale/hne
%dir /usr/share/locale/hne/LC_MESSAGES
%endif