]> git.pld-linux.org Git - packages/3ddesktop.git/commitdiff
- initial release - seems to be really nice, but... I don't have gnome :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 8 Aug 2002 18:42:40 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
who wants to finish it? :)

Changed files:
    3ddesktop.spec -> 1.1

3ddesktop.spec [new file with mode: 0644]

diff --git a/3ddesktop.spec b/3ddesktop.spec
new file mode 100644 (file)
index 0000000..9fe49d1
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       An OpenGL virtual desktop switching program
+Summary(pl):   Program prze³±czaj±cy virtualne desktopy w OpenGL
+Name:          3ddesktop
+Version:       0.2.0
+Release:       0.1
+License:       GPL v2
+Group:         X11/Applications
+Source0:       http://www.systemtoolbox.com/bard/3ddesktop/dl/%{name}-%{version}.tar.gz
+URL:           http://www.systemtoolbox.com/bard/3ddesktop/
+BuildRequires: OpenGL-devel
+BuildRequires: gtk+-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+
+%description
+3D-Desktop is a GNOME OpenGL program for switching virtual desktops in
+a seamless 3-dimensional manner. The current desktop is mapped into a
+fullscreen 3D environment where you may choose other screens. Several
+different visualization modes are available. The transition from
+working desktop to fullscreen 3D environment is seamless. In other
+words when the pager activates you see your current desktop appear to
+zoom out to a point in space where you can see your other virtual
+desktops allowing you to select another. The best way to understand is
+to try it out and get the full effect!
+
+%prep
+%setup -q
+
+%build
+aclocal
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.075982 seconds and 4 git commands to generate.