Changeset 3b1dc39d
- Timestamp:
- 05/14/2020 08:26:10 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- 43d71bf
- Parents:
- 1af66bb9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r1af66bb9 r3b1dc39d 54 54 </listitem> 55 55 <listitem> 56 <para>[pierre] - Update to xarchiver-0.5.4.14. Fixes 57 <ulink url="&blfs-ticket-root;13535">#13535</ulink>.</para> 58 </listitem> 59 <listitem> 56 60 <para>[pierre] - Fix building transcode with GCC-10.</para> 57 61 </listitem> -
packages.ent
r1af66bb9 r3b1dc39d 933 933 <!ENTITY tigervnc-version "1.10.1"> 934 934 <!ENTITY transmission-version "2.94"> 935 <!ENTITY xarchiver-version "0.5.4 ">935 <!ENTITY xarchiver-version "0.5.4.14"> 936 936 <!ENTITY xchat-version "2.8.8"> 937 937 <!ENTITY xdg-utils-version "1.1.3"> -
xsoft/other/xarchiver.xml
r1af66bb9 r3b1dc39d 5 5 %general-entities; 6 6 7 <!ENTITY xarchiver-download-http "&sourceforge-dl;/xarchiver/xarchiver-&xarchiver-version;.tar.bz2">7 <!ENTITY xarchiver-download-http "https://github.com/ib/xarchiver/archive/&xarchiver-version;/xarchiver-&xarchiver-version;.tar.gz"> 8 8 <!ENTITY xarchiver-download-ftp " "> 9 <!ENTITY xarchiver-md5sum " 1b4cd37a6af03afc957a8e307417e8d0">10 <!ENTITY xarchiver-size " 980 KB">11 <!ENTITY xarchiver-buildsize "1 6MB">9 <!ENTITY xarchiver-md5sum "70e60118c59fe647f620b07f83907fc9"> 10 <!ENTITY xarchiver-size "1.0 MB"> 11 <!ENTITY xarchiver-buildsize "11 MB"> 12 12 <!ENTITY xarchiver-time "0.1 SBU"> 13 13 ]> … … 79 79 </listitem> 80 80 </itemizedlist> 81 81 <!-- 82 82 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 83 83 <itemizedlist spacing="compact"> … … 90 90 </listitem> 91 91 </itemizedlist> 92 92 --> 93 93 <bridgehead renderas="sect3">xarchiver Dependencies</bridgehead> 94 94 … … 122 122 </para> 123 123 124 <screen><userinput> patch -Np1 -i ../xarchiver-&xarchiver-version;-fixes-1.patch &&125 126 ./ autogen.sh--prefix=/usr \124 <screen><userinput>./autogen.sh && 125 126 ./configure --prefix=/usr \ 127 127 --libexecdir=/usr/lib/xfce4 \ 128 128 --docdir=/usr/share/doc/xarchiver-&xarchiver-version; && … … 137 137 </para> 138 138 139 <screen role="root"><userinput>make DOCDIR=/usr/share/doc/xarchiver-&xarchiver-version;install</userinput></screen>139 <screen role="root"><userinput>make install</userinput></screen> 140 140 141 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.