Changeset fabfce3c
- Timestamp:
- 07/15/2015 02:45:39 AM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1633e95
- Parents:
- df9df07
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdf9df07 rfabfce3c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 1 4th &year;">9 <!ENTITY releasedate "July 15th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rdf9df07 rfabfce3c 44 44 45 45 --> 46 47 <listitem> 48 <para>July 15th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Update to tigervnc-1.5.0. Fixes 52 <ulink url="&blfs-ticket-root;6628">#6628</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
rdf9df07 rfabfce3c 618 618 <!ENTITY rxvt-unicode-version "9.21"> 619 619 <!ENTITY thunderbird-version "38.1.0"> 620 <!ENTITY tigervnc-version "1. 4.3">620 <!ENTITY tigervnc-version "1.5.0"> 621 621 <!ENTITY transmission-version "2.84"> 622 622 <!ENTITY xchat-version "2.8.8"> -
xsoft/other/tigervnc.xml
rdf9df07 rfabfce3c 7 7 <!ENTITY tigervnc-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/tigervnc/tigervnc-&tigervnc-version;.tar.gz"> 8 8 <!ENTITY tigervnc-download-ftp " "> 9 <!ENTITY tigervnc-md5sum " 2177ee42fa1a3902b6feeaa7747f1c2a">10 <!ENTITY tigervnc-size "1. 3MB">11 <!ENTITY tigervnc-buildsize "16 0MB">9 <!ENTITY tigervnc-md5sum "b11cc4c4d5249b9b8e355ee6f47ec4fe"> 10 <!ENTITY tigervnc-size "1.6 MB"> 11 <!ENTITY tigervnc-buildsize "167 MB"> 12 12 <!ENTITY tigervnc-time "1.6 SBU"> 13 <!ENTITY tigervnc-xorg-version "1.17. 1">13 <!ENTITY tigervnc-xorg-version "1.17.2"> 14 14 ]> 15 15 … … 73 73 Required patch: 74 74 <ulink url="&patch-root;/tigervnc-&tigervnc-version;-gethomedir-1.patch"/> 75 </para>76 </listitem>77 <listitem>78 <para>79 Required patch:80 <ulink url="&patch-root;/tigervnc-&tigervnc-version;-getmaster-1.patch"/>81 </para>82 </listitem>83 <listitem>84 <para>85 Required patch:86 <ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg117-1.patch"/>87 75 </para> 88 76 </listitem> … … 126 114 127 115 patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch && 128 patch -Np1 -i ../tigervnc-&tigervnc-version;-getmaster-1.patch &&129 patch -Np1 -i ../tigervnc-&tigervnc-version;-xorg117-1.patch &&130 116 sed -i 's/iconic/nowin/' unix/vncserver && 131 117 … … 138 124 139 125 ./configure $XORG_CONFIG \ 140 --disable-xwayland --enable-dri3 --disable-dmx \ 141 --disable-static --disable-xinerama --disable-dri \ 126 --disable-xwayland --disable-dri --disable-dmx \ 142 127 --disable-xorg --disable-xnest --disable-xvfb \ 143 128 --disable-xwin --disable-xephyr --disable-kdrive \ 144 129 --disable-devel-docs --disable-config-hal --disable-config-udev \ 145 130 --disable-unit-tests --disable-selective-werror \ 131 --disable-static --enable-dri3 \ 146 132 --without-dtrace --enable-dri2 --enable-glx \ 147 133 --enable-glx-tls --with-pic &&
Note:
See TracChangeset
for help on using the changeset viewer.