Update template kde4 for better supporting KDE 4.7.

This commit is contained in:
Davide Madrisan 2011-12-11 20:36:41 +01:00
parent 9d85fd2b1d
commit 8781dfcb52

View File

@ -12,12 +12,11 @@ Source: ...
License: ... License: ...
BuildRequires: cmake BuildRequires: cmake
BuildRequires: libqt4-devel BuildRequires: libqt4-devel
BuildRequires: kdelibs4-devel BuildRequires: kdelibs-devel
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements. ## note: run 'autospec -u -a6 @pck_name@' to get the list of build requirements.
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: kdelibs4 Requires: kde-workspace
Requires: kdebase-runtime
BuildRoot: @rpm_default_buildroot@ BuildRoot: @rpm_default_buildroot@
%description %description
@ -36,7 +35,7 @@ BuildRoot: @rpm_default_buildroot@
%makeinstall -C build %makeinstall -C build
@if:i18n @if:i18n
%find_lang %{name} --all-name --with-kde %find_lang %{name} --all-name --with-kde || touch %{name}.lang
@fi:i18n @fi:i18n
%clean %clean
@ -99,8 +98,9 @@ exit 0
# %{_kde4_libdir}/kde4/*.so # %{_kde4_libdir}/kde4/*.so
# %{_kde4_icondir}/hicolor/*/*/*.png # %{_kde4_icondir}/hicolor/*/*/*.png
# %{_kde4_icondir}/oxygen/*/*/*.png # %{_kde4_icondir}/oxygen/*/*/*.png
# %{_kde4_icondir}/hicolor/scalable/*/*.svgz
# %{_kde4_icondir}/oxygen/scalable/*/*.svgz # %{_kde4_icondir}/oxygen/scalable/*/*.svgz
# %{_kde4_xdgappsdir}/*.desktop # %{_kde4_xdgappsdir}/%{name}.desktop
# %{_kde4_servicesdir}/*.desktop # %{_kde4_servicesdir}/*.desktop
# %config %{_kde4_configdir}/*.knsrc # %config %{_kde4_configdir}/*.knsrc
# %doc %lang(en) %{_kde4_htmldir}/en/%{name} # %doc %lang(en) %{_kde4_htmldir}/en/%{name}