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/
|
|
|
|
#
|
2011-07-25 09:10:52 +02:00
|
|
|
|
2007-01-16 00:44:08 +01:00
|
|
|
Name: yakuake
|
2011-07-25 09:10:35 +02:00
|
|
|
Version: 2.9.8
|
2011-08-23 15:34:35 +02:00
|
|
|
Release: 8
|
2010-07-19 21:28:59 +02:00
|
|
|
License: GPLv2+
|
2011-07-25 09:10:35 +02:00
|
|
|
Summary: Terminal for KDE
|
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
|
2011-07-25 09:10:35 +02:00
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: libkde4-devel
|
2009-07-08 23:17:54 +02:00
|
|
|
Requires: konsole
|
2011-08-23 15:34:26 +02:00
|
|
|
Provides: kde4-yakuake = %{version}
|
|
|
|
Obsoletes: kde4-yakuake < %{version}
|
2011-10-06 16:46:44 +02:00
|
|
|
Suggests: %{name}-lang = %{version}
|
2011-07-25 09:10:35 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%lang_package
|
2007-01-16 00:44:08 +01:00
|
|
|
%prep
|
2011-07-25 09:10:35 +02:00
|
|
|
%setup -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
|
2011-07-25 09:10:35 +02:00
|
|
|
%make_install
|
2009-05-01 02:27:03 +02:00
|
|
|
%suse_update_desktop_file -G "Terminal Program" yakuake System TerminalEmulator
|
2011-10-06 16:46:44 +02:00
|
|
|
cd ..
|
|
|
|
%find_lang %{name}
|
2011-07-25 09:10:35 +02:00
|
|
|
%fdupes -s %{buildroot}
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%post -p /sbin/ldconfig
|
2008-02-27 00:52:28 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:44:08 +01:00
|
|
|
|
|
|
|
%clean
|
2011-07-25 09:10:35 +02:00
|
|
|
rm -rf %{buildroot}
|
2007-01-16 00:44:08 +01:00
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%files
|
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
|
2011-07-25 09:10:35 +02:00
|
|
|
%{_kde4_applicationsdir}/yakuake.desktop
|
|
|
|
%{_kde4_appsdir}/yakuake
|
|
|
|
%{_kde4_bindir}/yakuake
|
|
|
|
%{_kde4_iconsdir}/hicolor/
|
2008-01-28 01:19:47 +01:00
|
|
|
|
2011-10-06 16:46:44 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-05-07 15:06:38 +02:00
|
|
|
%changelog
|