/[packages]/cauldron/antico/current/SPECS/antico.spec
ViewVC logotype

Contents of /cauldron/antico/current/SPECS/antico.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 192120 - (show annotations) (download)
Fri Jan 6 00:50:30 2012 UTC (12 years, 3 months ago) by matteo
File size: 1556 byte(s)
added wmsession file
1 #define git 33b232a
2 %define git 816c8f1
3
4 Name: antico
5 Version: 0.2
6 Release: %mkrel -c git 3
7 Summary: Antico Desktop/Window Manager
8 License: GPLv2
9 Url: https://github.com/pasmatt/%{name}
10 Source: pasmatt-%{name}-%{git}.zip
11 Source1: 14%{name}
12 Patch0: %{name}-mageia_icon.patch
13 Group: Graphical desktop/Other
14
15 BuildRequires: qt4-devel
16
17 Requires: desktop-common-data
18 Requires: mageia-theme-Default
19
20 %description
21 Antico is a Qt4/X11 Desktop/Window Manager.
22 The goal is to create a Window/Desktop manager simple and fast.
23 All parameters must be configured from few files,
24 avoiding unnecessary complications, following the K.I.S.S. philosophy.
25 The whole project is be based only on Qt4 libraries,
26 without any other external dependencies.
27
28 %prep
29 %setup -q -n pasmatt-%{name}-%{git}
30 %apply_patches
31
32 %build
33 %{qmake_qt4}
34 %make
35
36 %install
37 rm -fr %{buildroot}
38
39 install -D -d -m 755 %{buildroot}%{_bindir}
40 install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name}
41 install -D -d -m 755 %{buildroot}%{_datadir}/%{name}
42 cp -R theme %{buildroot}%{_datadir}/%{name}/
43
44 install -D -d -m 755 %{buildroot}%{_sysconfdir}/X11/wmsession.d
45 install -D -m 755 %SOURCE1 %{buildroot}%{_sysconfdir}/X11/wmsession.d/
46 install -D -d -m 755 %{buildroot}%{_datadir}/%{name}
47 cp -R language %{buildroot}%{_datadir}/%{name}/
48
49 chmod -R 755 %{buildroot}%{_datadir}/%{name}/theme
50 chmod -R 755 %{buildroot}%{_datadir}/%{name}/language
51
52 %clean
53 rm -fr %{buildroot}
54
55 %files
56 %defattr(-,root,root,-)
57 %doc CHANGELOG COPYING README
58 %{_bindir}/antico
59 %{_sysconfdir}/X11/wmsession.d
60 %{_datadir}/%{name}

  ViewVC Help
Powered by ViewVC 1.1.30