[packages/kde4-killbots] - new, based on kde4-kdegames
witekfl
witekfl at pld-linux.org
Tue Dec 24 21:45:25 CET 2013
commit 7effc5a8ec98dd31f67c78c09a717f96703ba9d6
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Tue Dec 24 21:44:53 2013 +0100
- new, based on kde4-kdegames
kde4-killbots.spec | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
---
diff --git a/kde4-killbots.spec b/kde4-killbots.spec
new file mode 100644
index 0000000..054084f
--- /dev/null
+++ b/kde4-killbots.spec
@@ -0,0 +1,60 @@
+%define _state stable
+%define orgname killbots
+%define qtver 4.8.0
+
+Summary: Killbots
+Name: kde4-%{orgname}
+Version: 4.12.0
+Release: 1
+License: GPL
+Group: X11/Applications/Games
+Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5: 45596b2f2565460031a01f536171b260
+BuildRequires: automoc4 >= 0.9.88
+BuildRequires: cmake >= 2.8.0
+BuildRequires: kde4-kdelibs-devel >= %{version}
+BuildRequires: kde4-libkdegames-devel >= %{version}
+BuildRequires: qt4-build >= %{qtver}
+BuildRequires: qt4-qmake >= %{qtver}
+BuildRequires: rpmbuild(macros) >= 1.600
+Obsoletes: kde4-kdegames-%{orgname}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Killbots
+
+%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}
+
+install -d $RPM_BUILD_ROOT/var/games
+# remove locolor icons
+rm -rf $RPM_BUILD_ROOT%{_iconsdir}/locolor
+
+%find_lang %{orgname} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{orgname}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/killbots
+%{_desktopdir}/kde4/killbots.desktop
+%{_datadir}/config.kcfg/killbots.kcfg
+%{_datadir}/apps/killbots
+%{_iconsdir}/*/*/apps/killbots.png
+%{_iconsdir}/*/*/apps/killbots.svgz
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kde4-killbots.git/commitdiff/7effc5a8ec98dd31f67c78c09a717f96703ba9d6
More information about the pld-cvs-commit
mailing list