Author: xry111
Date: Sun Apr  7 00:44:41 2019
New Revision: 21429

Log:
Update to libnotify-0.7.8

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/lib/libnotify.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Apr  7 00:05:41 2019        (r21428)
+++ trunk/BOOK/general.ent      Sun Apr  7 00:44:41 2019        (r21429)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "05">                   <!-- Always 2 digits -->
+<!ENTITY day          "07">                   <!-- Always 2 digits -->
 <!ENTITY month        "04">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "April 5th, &year;">
+<!ENTITY releasedate  "April 7th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Apr  7 00:05:41 
2019        (r21428)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Apr  7 00:44:41 
2019        (r21429)
@@ -42,6 +42,16 @@
     </listitem>
 -->
     <listitem>
+      <para>April 7th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[xry111] - Update to libnotify-0.7.8.  Fixes
+          <ulink url="&blfs-ticket-root;11900">#11900</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>April 6th, 2019</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun Apr  7 00:05:41 2019        (r21428)
+++ trunk/BOOK/packages.ent     Sun Apr  7 00:44:41 2019        (r21429)
@@ -700,7 +700,7 @@
 <!ENTITY keybinder2-version           "0.3.1">
 <!ENTITY keybinder3-version           "0.3.2">
 <!ENTITY libdazzle-version            "3.30.2">
-<!ENTITY libnotify-version            "0.7.7">
+<!ENTITY libnotify-version            "0.7.8">
 <!ENTITY libxklavier-version          "5.4">
 <!ENTITY pango-version                "1.42.4">
 <!ENTITY pangomm-version              "2.42.0">

Modified: trunk/BOOK/x/lib/libnotify.xml
==============================================================================
--- trunk/BOOK/x/lib/libnotify.xml      Sun Apr  7 00:05:41 2019        (r21428)
+++ trunk/BOOK/x/lib/libnotify.xml      Sun Apr  7 00:44:41 2019        (r21429)
@@ -6,9 +6,9 @@
 
   <!ENTITY libnotify-download-http 
"&gnome-download-http;/libnotify/0.7/libnotify-&libnotify-version;.tar.xz">
   <!ENTITY libnotify-download-ftp  
"&gnome-download-ftp;/libnotify/0.7/libnotify-&libnotify-version;.tar.xz">
-  <!ENTITY libnotify-md5sum        "e9d911f6a22435e0b922f2fe71212b59">
-  <!ENTITY libnotify-size          "280 KB">
-  <!ENTITY libnotify-buildsize     "4.8 MB">
+  <!ENTITY libnotify-md5sum        "babb4b07b5f21bef42a386d3d7019599">
+  <!ENTITY libnotify-size          "108 KB">
+  <!ENTITY libnotify-buildsize     "3.2 MB">
   <!ENTITY libnotify-time          "0.1 SBU">
 ]>
 
@@ -116,8 +116,11 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
-make</userinput></screen>
+<screen><userinput>mkdir build &amp;&amp;
+cd build &amp;&amp;
+
+meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
+ninja</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -127,18 +130,16 @@
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>ninja install</userinput></screen>
 
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/static-libraries.xml"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/gtk-doc-rebuild.xml"/>
+    <para><option>-Dgtk_doc=false</option>: Remove this parameter if
+    <application>GTK-Doc</application> is installed and you wish to rebuild
+    and install the API documentation.</para>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to