]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- added temporary bcond xvfb
authorSzymon Siwek <sls@pld-linux.org>
Thu, 4 Jan 2007 21:56:28 +0000 (21:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BR: xorg-font-font-{misc-misc-base,cursor-misc} needed to run Xvfb

Changed files:
    libreoffice.spec -> 1.661

libreoffice.spec

index 6dbee1d0553e8fcabc2df341018355f762085476..1a64a95ef18891069c08997a34233904dc2885a6 100644 (file)
@@ -11,6 +11,9 @@
 #       - bcond with_mono is broken (cli_types.dll not found, and can't be made)
 #      - build on 64-bit architectures
 #       - adapt help-support.diff to PLD
+#      - make --without xvfb working, required
+#        REMOVE USE of Xvfb from build-galleries script (ooo-build-2.0.1.2/bin/build-galleries line 84)
+#        then remove that bcond
 # MAYBE TODO:
 #      - drop requirement on nas-devel
 #      - --with-system-myspell + myspell package as in Debian
@@ -21,7 +24,6 @@
 #      - fix locale names and other locale related things
 #       - can't be just i18n-{be,gu,hi,kn,pa,ta} instead of *-{be_BY,*_IN}?
 #      - add option to build with {not} all lanquages
-#      - REMOVE USE of Xvfb from build-galleries script (ooo-build-2.0.1.2/bin/build-galleries line 84)
 #   - more system libs todo:
 #      $ grep SYSTEM ooo-build-ooe680-m6/build/ooe680-m6/config_office/config.log |grep NO
 #      SYSTEM_AGG='NO'
@@ -53,6 +55,8 @@
 %bcond_without system_beanshell
 %bcond_without system_libhnj           # with internal ALTLinuxhyph
 
+%bcond_without xvfb            # using Xvfb in build-galleries script (without xvfb broken)
+
 %define                ver             2.1.0
 %define                _rel            0.10
 %define                subver          680
@@ -189,7 +193,12 @@ BuildRequires:     unzip
 BuildRequires: xmlsec1-nss-devel
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXaw-devel
+%if %{with xvfb}
+#BuildRequires:        xorg-app-mkfontdir      (missing PreReq in fonts?)
+BuildRequires: xorg-font-font-cursor-misc
+BuildRequires: xorg-font-font-misc-misc-base
 BuildRequires: xorg-xserver-Xvfb
+%endif
 %{?with_system_xt:BuildRequires:       xt}
 BuildRequires: zip
 BuildRequires: zlib-devel
This page took 1.023286 seconds and 4 git commands to generate.