]> git.pld-linux.org Git - packages/3ddesktop.git/blob - 3ddesktop.spec
- tabs in preamle
[packages/3ddesktop.git] / 3ddesktop.spec
1 Summary:        An OpenGL virtual desktop switching program
2 Summary(pl.UTF-8):      Program przełączający wirtualne pulpity wykorzystujący OpenGL
3 Name:           3ddesktop
4 Version:        0.2.9
5 Release:        0.1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/desk3d/%{name}-%{version}.tar.gz
9 # Source0-md5:  da1e8b0d2c210a441676bbf663e694ee
10 URL:            http://desk3d.sourceforge.net/
11 BuildRequires:  OpenGL-devel
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glut-devel
15 BuildRequires:  gtk+-devel
16 BuildRequires:  imlib2-devel
17 BuildRequires:  kdelibs-devel >= 3.0.3
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  qt-devel
20 Requires:       OpenGL
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
24
25 %description
26 3D-Desktop is a KDE OpenGL program for switching virtual desktops in a
27 seamless 3-dimensional manner. The current desktop is mapped into a
28 fullscreen 3D environment where you may choose other screens. Several
29 different visualization modes are available. The transition from
30 working desktop to fullscreen 3D environment is seamless. In other
31 words when the pager activates you see your current desktop appear to
32 zoom out to a point in space where you can see your other virtual
33 desktops allowing you to select another. The best way to understand is
34 to try it out and get the full effect!
35
36 %description -l pl.UTF-8
37 3D-Desktop jest programem KDE wykorzystującym OpenGL, który przełącza
38 wirtualne pulpity w płynny, trójwymiarowy sposób. Aktualny pulpit jest
39 mapowany na pełnoekranowe środowisko 3D, gdzie możesz wybrać inne
40 ekrany. Dostępnych jest kilka różnych sposobów wizualizacji.
41
42 %prep
43 %setup -q
44
45 %build
46 cp -f /usr/share/automake/missing .
47 %{__aclocal}
48 %{__autoheader}
49 %{__autoconf}
50 %{__automake}
51 %configure \
52         --with-kde-includes="/usr/include" \
53         --with-qt-includes="/usr/include/qt"
54 %{__make} OPT=""
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc AUTHORS ChangeLog README TODO
68 %attr(755,root,root) %{_bindir}/*
69 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
70 %{_datadir}/%{name}
71 %{_mandir}/man1/3ddesk*
This page took 0.074472 seconds and 3 git commands to generate.