packages: kde4-superkaramba/kde4-superkaramba.spec (NEW) - Initial; kde 4.8.0
rotom
rotom at pld-linux.org
Mon Jan 23 19:56:26 CET 2012
Author: rotom Date: Mon Jan 23 18:56:26 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- Initial; kde 4.8.0
---- Files affected:
packages/kde4-superkaramba:
kde4-superkaramba.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/kde4-superkaramba/kde4-superkaramba.spec
diff -u /dev/null packages/kde4-superkaramba/kde4-superkaramba.spec:1.1
--- /dev/null Mon Jan 23 19:56:26 2012
+++ packages/kde4-superkaramba/kde4-superkaramba.spec Mon Jan 23 19:56:21 2012
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+%define _state stable
+%define orgname superkaramba
+%define qtver 4.8.0
+
+Summary: Little interactive widgets on KDE desktop
+Summary(pl.UTF-8): Małe interaktywne widżety na pulpicie KDE
+Name: kde4-superkaramba
+Version: 4.8.0
+Release: 1
+License: GPL
+Group: X11/Applications
+Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2
+# Source0-md5: 554c3e5dd470b2428f5792cd72224fdf
+URL: http://www.kde.org/
+BuildRequires: qimageblitz-devel >= 0.0.6
+Obsoletes: kde4-kdeutils-superkaramba < 4.6.99
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SuperKaramba is a tool that allows anyone to easily create and run
+little interactive widgets on a KDE desktop.
+
+%description -l pl.UTF-8
+SuperKaramba to narzędzie pozwalające na łatwe tworzenie i
+uruchamianie małych interaktywnych widżetów na pulpicie KDE.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+ ..
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build/ install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ kde_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/superkaramba
+%attr(755,root,root) %{_libdir}/kde4/plasma_package_superkaramba.so
+%attr(755,root,root) %{_libdir}/kde4/plasma_scriptengine_superkaramba.so
+%attr(755,root,root) %{_libdir}/libsuperkaramba.so
+%attr(755,root,root) %{_libdir}/libsuperkaramba.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsuperkaramba.so.?
+%{_desktopdir}/kde4/superkaramba.desktop
+%{_datadir}/apps/superkaramba/superkarambaui.rc
+%{_datadir}/config/superkaramba.knsrc
+%{_datadir}/dbus-1/interfaces/org.kde.superkaramba.xml
+%{_iconsdir}/hicolor/*x*/apps/superkaramba.png
+%{_iconsdir}/hicolor/scalable/apps/superkaramba.svgz
+%{_datadir}/kde4/services/plasma-package-superkaramba.desktop
+%{_datadir}/kde4/services/plasma-scriptengine-superkaramba.desktop
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1 2012/01/23 18:56:21 rotom
+- Initial; kde 4.8.0
+
================================================================
More information about the pld-cvs-commit
mailing list