]> git.pld-linux.org Git - packages/3ddesktop.git/blobdiff - 3ddesktop.spec
- s/GNOME/KDE/g
[packages/3ddesktop.git] / 3ddesktop.spec
index f5913bffaa56b2917a24790ae76f29f624e7cf69..95e4fc977f76145f4b10440a4b381207132141d5 100644 (file)
@@ -1,12 +1,14 @@
 Summary:       An OpenGL virtual desktop switching program
 Summary(pl):   Program prze³±czaj±cy wirtualne pulpity wykorzystuj±cy OpenGL
 Name:          3ddesktop
-Version:       0.2.4
+Version:       0.2.5
 Release:       1
 License:       GPL v2
 Group:         X11/Applications
-Source0:       http://prdownloads.sourceforge.net/desk3d/%{name}-%{version}.tar.gz
+#Source0-md5:  afecac14b6d432e757e37085d4bc8549
+Source0:       http://dl.sourceforge.net/desk3d/%{name}-%{version}.tar.gz
 URL:           http://desk3d.sourceforge.net/
+BuildRequires: OpenGL-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: glut-devel
@@ -14,13 +16,13 @@ BuildRequires:      gtk+-devel
 BuildRequires: imlib2-devel
 BuildRequires: kdelibs-devel >= 3.0.3
 BuildRequires: libstdc++-devel
-BuildRequires: OpenGL-devel
+Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define        _noautoreqdep   libGL.so.1 libGLU.so.1
 
 %description
-3D-Desktop is a GNOME OpenGL program for switching virtual desktops in
+3D-Desktop is a KDE 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
@@ -31,7 +33,7 @@ desktops allowing you to select another. The best way to understand is
 to try it out and get the full effect!
 
 %description -l pl
-3D-Desktop jest programem GNOME wykorzystuj±cym OpenGL, który prze³±cza
+3D-Desktop jest programem KDE wykorzystuj±cym OpenGL, który prze³±cza
 wirtualne pulpity w p³ynny, trójwymiarowy sposób. Aktualny pulpit jest
 mapowany na pe³noekranowe ¶rodowisko 3D, gdzie mo¿esz wybraæ inne
 ekrany. Dostêpnych jest kilka ró¿nych sposobów wizualizacji.
@@ -45,16 +47,16 @@ cp -f /usr/share/automake/missing .
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-CPPFLAGS="-I/usr/X11R6/include" ; export CPPFLAGS
 %configure \
-       --with-kde-includes="/usr/X11R6/include" \
-       --with-qt-includes="/usr/X11R6/include/qt"
+       --with-kde-includes="/usr/include" \
+       --with-qt-includes="/usr/include/qt"
 %{__make} OPT=""
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.531086 seconds and 4 git commands to generate.