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