Author: shadzik Date: Tue Jul 28 14:46:51 2009 GMT Module: packages Tag: HEAD ---- Log message: - init
---- Files affected: packages/kde4-aurorae: kde4-aurorae.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kde4-aurorae/kde4-aurorae.spec diff -u /dev/null packages/kde4-aurorae/kde4-aurorae.spec:1.1 --- /dev/null Tue Jul 28 16:46:51 2009 +++ packages/kde4-aurorae/kde4-aurorae.spec Tue Jul 28 16:46:45 2009 @@ -0,0 +1,74 @@ +# $Revision$, $Date$ +# +# Conditional build: +# +%define orgname aurorae +%define qt_ver 4.5.2 + +Summary: Aurorae Theme Engine +Summary(pl.UTF-8): Aurore Theme Engine +Name: kde4-aurorae +Version: 0.1.1 +Release: 1 +License: GPL +Group: X11/Libraries +Source0: http://kde-look.org/CONTENT/content-files/107158-%{orgname}-%{version}.tar.gz +# Source0-md5: eb297bd1b97baae32c1a30b73b2afd90 +URL: http://kde-look.org/content/show.php/Aurorae+Theme+Engine?content=107158 +# leave only required ones +BuildRequires: QtCore-devel >= %{qt_ver} +BuildRequires: QtGui-devel >= %{qt_ver} +BuildRequires: QtSvg-devel >= %{qt_ver} +BuildRequires: automoc4 >= 0.9.84 +BuildRequires: cmake >= 2.6.1-2 +BuildRequires: kde4-kdelibs-devel >= 4.2.91 +BuildRequires: rpmbuild(macros) >= 1.293 +BuildRequires: strigi-devel >= 0.5.10 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Aurorae is a theme engine for KWin window decorations. +It was created with the idea of making KWin decorations as themeable as the Plasma desktop shell. Decoration and buttons are SVG files. + +%description -l pl.UTF-8 + +%prep +%setup -q -n %{orgname} + +%build +install -d build +cd build +%cmake .. \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \ +%if "%{_lib}" == "lib64" + -DLIB_SUFFIX=64 +%endif + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/kde4/kwin3_aurorae.so +%attr(755,root,root) %{_libdir}/kde4/kwin_aurorae_config.so +%{_datadir}/apps/aurorae +%{_datadir}/apps/kwin/aurorae.desktop + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/28 14:46:45 shadzik +- init + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
