]> git.pld-linux.org Git - packages/3ddesktop.git/blob - 3ddesktop.spec
- pl desc (someone extend?)
[packages/3ddesktop.git] / 3ddesktop.spec
1 Summary:        An OpenGL virtual desktop switching program
2 Summary(pl):    Program prze³±czaj±cy wirtualne pulpity wykorzystuj±cy OpenGL
3 Name:           3ddesktop
4 Version:        0.2.0
5 Release:        0.3
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://www.systemtoolbox.com/bard/3ddesktop/dl/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-DESTDIR.patch
10 Patch1:         %{name}-ac_fix.patch
11 URL:            http://www.systemtoolbox.com/bard/3ddesktop/
12 BuildRequires:  OpenGL-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 3D-Desktop is a GNOME OpenGL program for switching virtual desktops in
22 a seamless 3-dimensional manner. The current desktop is mapped into a
23 fullscreen 3D environment where you may choose other screens. Several
24 different visualization modes are available. The transition from
25 working desktop to fullscreen 3D environment is seamless. In other
26 words when the pager activates you see your current desktop appear to
27 zoom out to a point in space where you can see your other virtual
28 desktops allowing you to select another. The best way to understand is
29 to try it out and get the full effect!
30
31 %description -l pl
32 3D-Desktop jest programem GNOME wykorzystuj±cym OpenGL, który prze³±cza
33 wirtualne pulpity w p³ynny, trójwymiarowy sposób. Aktualny pulpit jest
34 mapowany na pe³noekranowe ¶rodowisko 3D, gdzie mo¿esz wybraæ inne
35 ekrany. Dostêpnych jest kilka ró¿nych sposobów wizualizacji.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40 %patch1 -p1
41
42 %build
43 aclocal
44 %{__autoconf}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} DESTDIR=$RPM_BUILD_ROOT install
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc ChangeLog README TODO
59 %attr(755,root,root) %{_bindir}/*
This page took 0.106124 seconds and 4 git commands to generate.