Update to tigervnc-1.5.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16245 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2015-07-15 02:45:39 +00:00
parent df9df07502
commit fabfce3c19
4 changed files with 19 additions and 23 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "14"> <!-- Always 2 digits -->
<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 14th &year;">
<!ENTITY releasedate "July 15th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>July 15th, 2015</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to tigervnc-1.5.0. Fixes
<ulink url="&blfs-ticket-root;6628">#6628</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 14th, 2015</para>
<itemizedlist>

View File

@ -617,7 +617,7 @@
<!ENTITY rox-filer-version "2.11">
<!ENTITY rxvt-unicode-version "9.21">
<!ENTITY thunderbird-version "38.1.0">
<!ENTITY tigervnc-version "1.4.3">
<!ENTITY tigervnc-version "1.5.0">
<!ENTITY transmission-version "2.84">
<!ENTITY xchat-version "2.8.8">
<!ENTITY xdg-utils-version "1.1.0-rc3">

View File

@ -6,11 +6,11 @@
<!ENTITY tigervnc-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/tigervnc/tigervnc-&tigervnc-version;.tar.gz">
<!ENTITY tigervnc-download-ftp " ">
<!ENTITY tigervnc-md5sum "2177ee42fa1a3902b6feeaa7747f1c2a">
<!ENTITY tigervnc-size "1.3 MB">
<!ENTITY tigervnc-buildsize "160 MB">
<!ENTITY tigervnc-md5sum "b11cc4c4d5249b9b8e355ee6f47ec4fe">
<!ENTITY tigervnc-size "1.6 MB">
<!ENTITY tigervnc-buildsize "167 MB">
<!ENTITY tigervnc-time "1.6 SBU">
<!ENTITY tigervnc-xorg-version "1.17.1">
<!ENTITY tigervnc-xorg-version "1.17.2">
]>
<sect1 id="tigervnc" xreflabel="tigervnc-&tigervnc-version;">
@ -74,18 +74,6 @@
<ulink url="&patch-root;/tigervnc-&tigervnc-version;-gethomedir-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/tigervnc-&tigervnc-version;-getmaster-1.patch"/>
</para>
</listitem>
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/tigervnc-&tigervnc-version;-xorg117-1.patch"/>
</para>
</listitem>
</itemizedlist>
<note><para>The version of <application>Xorg</application> is a few versions
@ -125,8 +113,6 @@
<screen><userinput>tar -xf ../xorg-server-&tigervnc-xorg-version;.tar.bz2 -C unix/xserver --strip-components=1 &amp;&amp;
patch -Np1 -i ../tigervnc-&tigervnc-version;-gethomedir-1.patch &amp;&amp;
patch -Np1 -i ../tigervnc-&tigervnc-version;-getmaster-1.patch &amp;&amp;
patch -Np1 -i ../tigervnc-&tigervnc-version;-xorg117-1.patch &amp;&amp;
sed -i 's/iconic/nowin/' unix/vncserver &amp;&amp;
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr &amp;&amp;
@ -137,12 +123,12 @@ pushd unix/xserver &amp;&amp;
autoreconf -fiv &amp;&amp;
./configure $XORG_CONFIG \
--disable-xwayland --enable-dri3 --disable-dmx \
--disable-static --disable-xinerama --disable-dri \
--disable-xwayland --disable-dri --disable-dmx \
--disable-xorg --disable-xnest --disable-xvfb \
--disable-xwin --disable-xephyr --disable-kdrive \
--disable-devel-docs --disable-config-hal --disable-config-udev \
--disable-unit-tests --disable-selective-werror \
--disable-static --enable-dri3 \
--without-dtrace --enable-dri2 --enable-glx \
--enable-glx-tls --with-pic &amp;&amp;
make &amp;&amp;