On 02/20/2014 01:20 PM, ferna...@higgs.linuxfromscratch.org wrote:
> Author: fernando
> Date: Thu Feb 20 04:20:28 2014
> New Revision: 12744
> 
> Log:
> More tags and other fixes.
> 

> Modified: trunk/BOOK/gnome/platform/notification-daemon.xml
> ==============================================================================
> --- trunk/BOOK/gnome/platform/notification-daemon.xml Thu Feb 20 03:30:41 
> 2014        (r12743)
> +++ trunk/BOOK/gnome/platform/notification-daemon.xml Thu Feb 20 04:20:28 
> 2014        (r12744)
> @@ -36,7 +36,7 @@
>        that displays passive pop-up notifications.
>      </para>
>  
> -    &lfs74_checked;
> +    &lfs75_checked;
>  
>      <bridgehead renderas="sect3">Package Information</bridgehead>
>      <itemizedlist spacing="compact">
> 

libexecdir

> Modified: trunk/BOOK/gnome/platform/vte.xml
> ==============================================================================
> --- trunk/BOOK/gnome/platform/vte.xml Thu Feb 20 03:30:41 2014        (r12743)
> +++ trunk/BOOK/gnome/platform/vte.xml Thu Feb 20 04:20:28 2014        (r12744)
> @@ -34,7 +34,7 @@
>        file implementation for terminal emulators.
>      </para>
>  
> -    &lfs74_checked;
> +    &lfs75_checked;
>  

This package or vte2 one should have libexecdir switch, since they would
collide that way. Or the other one can have the pty agent disabled or
whatever.

> Modified: trunk/BOOK/networking/netlibs/glib-networking.xml
> ==============================================================================
> --- trunk/BOOK/networking/netlibs/glib-networking.xml Thu Feb 20 03:30:41 
> 2014        (r12743)
> +++ trunk/BOOK/networking/netlibs/glib-networking.xml Thu Feb 20 04:20:28 
> 2014        (r12744)
> @@ -36,7 +36,7 @@
>        Network related gio modules for <application>GLib</application>.
>      </para>
>  
> -    &lfs74_checked;
> +    &lfs75_checked;
>  
>      <bridgehead renderas="sect3">Package Information</bridgehead>
>      <itemizedlist spacing="compact">
> @@ -105,7 +105,6 @@
>      </para>
>  
>  <screen><userinput>./configure --prefix=/usr                                 
> \
> -            --libexecdir=/usr/lib/glib-networking         \
>              --with-ca-certificates=/etc/ssl/ca-bundle.crt \
>              --disable-static                              &amp;&amp;
>  make</userinput></screen>
> 

Please try to check if "installed dirs" changed when removing libexec
switch. iirc for this package there is no other directories when you
remove it. Same applies for other packages that used libexecdir.

> Modified: trunk/BOOK/x/lib/qt5.xml
> ==============================================================================
> --- trunk/BOOK/x/lib/qt5.xml  Thu Feb 20 03:30:41 2014        (r12743)
> +++ trunk/BOOK/x/lib/qt5.xml  Thu Feb 20 04:20:28 2014        (r12744)
> @@ -333,12 +333,13 @@
>  
>  <screen role="root"><userinput>make install &amp;&amp;
>  
> +install -v -dm755 /usr/share/pixmaps/                  &amp;&amp;

You shouldn't need this iirc. install -D will create directories if they
are not present. And below install -v -D ... is being used.

>  install -v -Dm644 qttools/src/assistant/assistant/images/assistant-128.png \
>                    /usr/share/pixmaps/assistant-qt5.png &amp;&amp;
>  install -v -Dm644 qttools/src/designer/src/designer/images/designer.png \
> -                  /usr/share/pixmaps/designer-qt5.png &amp;&amp;
> +                  /usr/share/pixmaps/designer-qt5.png  &amp;&amp;
>  install -v -Dm644 
> qttools/src/linguist/linguist/images/icons/linguist-128-32.png \
> -                  /usr/share/pixmaps/linguist-qt5.png &amp;&amp;
> +                  /usr/share/pixmaps/linguist-qt5.png  &amp;&amp;
>  install -v -Dm644 qttools/src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
>                    /usr/share/pixmaps/qdbusviewer-qt5.png</userinput></screen>
>  
> 


-- 
Note: My last name is not Krejzi.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to