Changeset a20845e7
- Timestamp:
- 10/11/2018 11:35:30 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- c20a378
- Parents:
- 56fc2eb3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/accountsservice.xml
r56fc2eb3 ra20845e7 8 8 "https://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz"> 9 9 <!ENTITY accountsservice-download-ftp " "> 10 <!ENTITY accountsservice-md5sum " 459b2882745da42647b4da2e22c9d1f8">11 <!ENTITY accountsservice-size " 376KB">12 <!ENTITY accountsservice-buildsize " 12MB">10 <!ENTITY accountsservice-md5sum "6420f2e619ddcf92230d8f10bad049fe"> 11 <!ENTITY accountsservice-size "92 KB"> 12 <!ENTITY accountsservice-buildsize "9.1 MB"> 13 13 <!ENTITY accountsservice-time "0.1 SBU"> 14 14 ]> … … 79 79 <bridgehead renderas="sect4">Required</bridgehead> 80 80 <para role="required"> 81 <xref linkend=" gtk-doc"/> and81 <xref linkend="libgcrypt"/> and 82 82 <xref linkend="polkit"/> 83 83 </para> … … 91 91 <bridgehead renderas="sect4">Optional</bridgehead> 92 92 <para role="optional"> 93 <xref linkend="gtk-doc"/> and 93 94 <xref linkend="xmlto"/> 95 <!-- I did not have gtk-doc installed this time, and it worked fine. --> 94 96 </para> 95 97 … … 107 109 </para> 108 110 109 <screen><userinput>./configure --prefix=/usr \ 110 --sysconfdir=/etc \ 111 --localstatedir=/var \ 112 --enable-admin-group=adm \ 113 --disable-static && 114 make</userinput></screen> 111 <screen><userinput>meson --prefix=/usr \ 112 -Dadmin_group=adm \ 113 -Dsystemd=true \ 114 .. && 115 ninja</userinput></screen> 115 116 116 117 <para> … … 122 123 </para> 123 124 124 <screen role="root"><userinput> makeinstall</userinput></screen>125 <screen role="root"><userinput>ninja install</userinput></screen> 125 126 126 127 </sect2> … … 130 131 131 132 <para> 132 <parameter>- -enable-admin-group=adm</parameter>: This switch sets133 <parameter>-Dadmin_group=adm</parameter>: This switch sets 133 134 the group for administrator accounts. 134 135 </para> 135 136 136 137 <para> 137 <option>- -enable-docbook-docs</option>: This switch enables building138 <option>-Ddocbook=true</option>: This switch enables building 138 139 the D-Bus interface API documentation. 139 140 </para> 140 141 <!-- 141 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 142 143 href="../../xincludes/static-libraries.xml"/> … … 144 145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 145 146 href="../../xincludes/gtk-doc-rebuild.xml"/> 146 147 --> 147 148 </sect2> 148 149 -
introduction/welcome/changelog.xml
r56fc2eb3 ra20845e7 45 45 <para>October 11th, 2018</para> 46 46 <itemizedlist> 47 <listitem revision="systemd"> 48 <para>[renodr] - Update to AccountsService-0.6.54. Fixes 49 <ulink url="&blfs-ticket-root;11191">#11191</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[renodr] - Update to gjs-1.54.1. Fixes -
packages.ent
r56fc2eb3 ra20845e7 264 264 265 265 <!-- Chapter 12 --> 266 <!ENTITY accountsservice-version "0.6.5 0">266 <!ENTITY accountsservice-version "0.6.54"> 267 267 <!ENTITY acpid-version "2.0.30"> 268 268 <!ENTITY at-version "3.1.23">
Note:
See TracChangeset
for help on using the changeset viewer.