]> git.pld-linux.org Git - packages/XFree86.git/commitdiff
- bcond for XcursorTheme packages, turned off by default
authorhavner <havner@pld-linux.org>
Tue, 17 Aug 2004 17:13:27 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 10

Changed files:
    XFree86.spec -> 1.589

XFree86.spec

index d337e93fae9469151fe4c1adbb4eb44e943781c0..94197739bda2ed73dcbc993b1f5923e3f753001d 100644 (file)
@@ -4,6 +4,7 @@
 #
 # Conditional build:
 %bcond_without glide   # don't build glide driver
+%bcond_with    cursors # build with XcursorTheme-* packages
 #
 Summary:       XFree86 Window System servers and basic programs
 Summary(de):   XFree86 Window-System-Server und grundlegende Programme
@@ -19,7 +20,7 @@ Summary(uk):  
 Summary(zh_CN):        XFree86 ´°¿Úϵͳ·þÎñÆ÷ºÍ»ù±¾³ÌÐò
 Name:          XFree86
 Version:       4.4.0
-Release:       9
+Release:       10
 Epoch:         1
 License:       XFree86 1.1
 Group:         X11/XFree86
@@ -3104,6 +3105,7 @@ fi
 %{_pixmapsdir}/xload.png
 %{_pixmapsdir}/xmag.png
 
+%if %{with cursors}
 %files -n XcursorTheme-handhelds
 %defattr(644,root,root,755)
 %{_iconsdir}/handhelds
@@ -3115,6 +3117,7 @@ fi
 %files -n XcursorTheme-whiteglass
 %defattr(644,root,root,755)
 %{_iconsdir}/whiteglass
+%endif
 
 %files -n imake
 %defattr(644,root,root,755)
This page took 0.098199 seconds and 4 git commands to generate.