SPECS: scummvm.spec - subpackage theme-modern (done TODO)
sls
sls at pld-linux.org
Wed Jan 2 15:12:36 CET 2008
Author: sls Date: Wed Jan 2 14:12:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- subpackage theme-modern (done TODO)
---- Files affected:
SPECS:
scummvm.spec (1.46 -> 1.47)
---- Diffs:
================================================================
Index: SPECS/scummvm.spec
diff -u SPECS/scummvm.spec:1.46 SPECS/scummvm.spec:1.47
--- SPECS/scummvm.spec:1.46 Fri Jun 22 20:17:10 2007
+++ SPECS/scummvm.spec Wed Jan 2 15:12:31 2008
@@ -1,14 +1,10 @@
# $Revision$, $Date$
-# TODO:
-# - include gui/themes/modern* and teach scummvm to search
-# for it in some system paths, not current dir
-#
%define version_tools 0.10.0
Summary: Graphic adventure game interpreter
Summary(pl.UTF-8): Interpreter gier przygodowych
Name: scummvm
Version: 0.10.0
-Release: 1
+Release: 2
License: GPL
Group: X11/Applications/Games
Source0: http://dl.sourceforge.net/scummvm/%{name}-%{version}.tar.bz2
@@ -256,6 +252,17 @@
Ten silnik jest używany tylko przez Touché: Przygody Piątego
Muszkietera.
+%package theme-modern
+Summary: Theme modern for ScummVM
+Summary(pl.UTF-8): Motyw modern dla ScummVM
+Group: X11/Applications/Games
+
+%description theme-modern
+Theme modern for ScummVM.
+
+%description theme-modern -l pl.UTF-8
+Motyw modern dla ScummVM.
+
%prep
%setup -q -a 1
@@ -320,6 +327,10 @@
install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
install icons/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+install gui/themes/modern.ini $RPM_BUILD_ROOT%{_datadir}/%{name}
+install gui/themes/modern.zip $RPM_BUILD_ROOT%{_datadir}/%{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -331,6 +342,7 @@
#%{_mandir}/man6/*
%{_pixmapsdir}/*
%{_desktopdir}/*.desktop
+%dir %{_datadir}/%{name}
%files tools
%defattr(644,root,root,755)
@@ -398,12 +410,19 @@
%defattr(644,root,root,755)
%dir %{_libdir}/scummvm/libtouche.so
+%files theme-modern
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/modern.*
+
%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.47 2008-01-02 14:12:31 sls
+- subpackage theme-modern (done TODO)
+
Revision 1.46 2007-06-22 18:17:10 wolf
- 0.10.0
- nasm doesn't work
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scummvm.spec?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list