2007-01-16 00:44:08 +01:00
|
|
|
#
|
2011-02-01 18:56:40 +01:00
|
|
|
# spec file for package yakuake
|
2007-01-16 00:44:08 +01:00
|
|
|
#
|
2011-02-01 18:56:40 +01:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:44:08 +01:00
|
|
|
#
|
2008-09-24 17:45:47 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:44:08 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-27 00:52:28 +01:00
|
|
|
|
2007-01-16 00:44:08 +01:00
|
|
|
Name: yakuake
|
2009-05-01 02:27:03 +02:00
|
|
|
BuildRequires: kdebase4-workspace-devel
|
2010-07-19 21:28:59 +02:00
|
|
|
License: GPLv2+
|
2007-10-05 15:59:55 +02:00
|
|
|
Url: http://kde-apps.org/content/show.php?content=29153
|
2007-01-16 00:44:08 +01:00
|
|
|
Group: System/GUI/KDE
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-07-19 21:28:59 +02:00
|
|
|
Summary: Terminal for KDE
|
2011-02-01 18:56:34 +01:00
|
|
|
Version: 2.9.8
|
2010-07-19 21:28:59 +02:00
|
|
|
Release: 1
|
2009-05-01 02:27:03 +02:00
|
|
|
Source: yakuake-%{version}.tar.bz2
|
2009-07-08 23:17:54 +02:00
|
|
|
Requires: konsole
|
2009-05-01 02:27:03 +02:00
|
|
|
Provides: kde4-yakuake = 2.9.4
|
|
|
|
Obsoletes: kde4-yakuake <= 2.9.4
|
2010-07-19 21:28:59 +02:00
|
|
|
%kde4_runtime_requires
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%description
|
2007-10-05 15:59:55 +02:00
|
|
|
Yakuake is a retractable KDE Terminal Emulator.
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
2009-05-16 01:06:29 +02:00
|
|
|
Eike Hein <hein@kde.org> (current maintainer)
|
|
|
|
Francois Chazal <neptune3k@free.fr> (inactive; original author)
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%prep
|
2009-05-01 02:27:03 +02:00
|
|
|
%setup -n yakuake-%{version} -q
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%build
|
2009-05-01 02:27:03 +02:00
|
|
|
%cmake_kde4 -d build
|
|
|
|
%make_jobs
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%install
|
2009-05-01 02:27:03 +02:00
|
|
|
cd build
|
|
|
|
%makeinstall
|
|
|
|
%suse_update_desktop_file -G "Terminal Program" yakuake System TerminalEmulator
|
|
|
|
%find_lang yakuake
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2008-02-27 00:52:28 +01:00
|
|
|
%post -p /sbin/ldconfig
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2008-02-27 00:52:28 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2009-05-01 02:27:03 +02:00
|
|
|
%files -f build/yakuake.lang
|
2007-01-16 00:44:08 +01:00
|
|
|
%defattr(-,root,root)
|
2009-05-01 02:27:03 +02:00
|
|
|
%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
|
|
|
|
/usr/bin/yakuake
|
|
|
|
/usr/share/applications/kde4/yakuake.desktop
|
|
|
|
/usr/share/icons/hicolor/*/apps/yakuake.*
|
|
|
|
/usr/share/kde4/apps/yakuake
|
2008-01-28 01:19:47 +01:00
|
|
|
|
2007-05-07 15:06:38 +02:00
|
|
|
%changelog
|