Changeset 1cefd4d7
- Timestamp:
- 07/31/2013 09:24:26 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 318c0b1
- Parents:
- d5ae2439
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rd5ae2439 r1cefd4d7 1 <!-- 2 $LastChangedBy$ 3 $Date$ 4 --> 1 <!-- $LastChangedBy$ $Date$ --> 5 2 6 3 <!ENTITY day "31"> <!-- Always 2 digits --> … … 482 479 <!ENTITY libsoup-version "2.42.2"> 483 480 <!ENTITY libtirpc-version "0.2.3"> 484 <!ENTITY neon-version "0.29. 6">481 <!ENTITY neon-version "0.29.5"> 485 482 <!ENTITY serf-version "1.3.0"> 486 483 … … 708 705 <!-- Xfce apps --> 709 706 <!ENTITY midori-version "0.5.2"> 710 <!ENTITY parole-version "0.5. 0">707 <!ENTITY parole-version "0.5.2"> 711 708 <!ENTITY gtksourceview2-version "2.10.5"> 712 709 <!ENTITY mousepad-version "0.3.0"> … … 746 743 <!ENTITY rox-filer-version "2.11"> 747 744 <!ENTITY thunderbird-version "17.0.7"> 748 <!ENTITY transmission-version "2.8 0">745 <!ENTITY transmission-version "2.81"> 749 746 <!ENTITY xchat-version "2.8.8"> 750 747 <!ENTITY xdg-utils-version "1.1.0-rc1"> -
introduction/welcome/changelog.xml
rd5ae2439 r1cefd4d7 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[krejzi] - Parole 0.5.2.</para> 51 </listitem> 52 <listitem> 53 <para>[krejzi] - Transmission 2.81.</para> 54 </listitem> 55 <listitem> 50 56 <para>[krejzi] - MySQL 5.6.13.</para> 51 57 </listitem> -
xfce/apps/parole.xml
rd5ae2439 r1cefd4d7 8 8 "http://archive.xfce.org/src/apps/parole/0.5/parole-&parole-version;.tar.bz2"> 9 9 <!ENTITY parole-download-ftp " "> 10 <!ENTITY parole-md5sum " d8adad20ee95dfca3082812ca44be122">11 <!ENTITY parole-size "6 32KB">10 <!ENTITY parole-md5sum "918914fcdede178a027cd1ed70954c30"> 11 <!ENTITY parole-size "668 KB"> 12 12 <!ENTITY parole-buildsize "18 MB"> 13 13 <!ENTITY parole-time "0.3 SBU"> -
xsoft/other/transmission.xml
rd5ae2439 r1cefd4d7 8 8 "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz"> 9 9 <!ENTITY transmission-download-ftp " "> 10 <!ENTITY transmission-md5sum " 2bde600d4b0a75d0bd3784550d59a8af">10 <!ENTITY transmission-md5sum "db1ad10ecff07150486dab2365ccb3a8"> 11 11 <!ENTITY transmission-size "3.1 MB"> 12 <!ENTITY transmission-buildsize " 173 MB (without GUI)">13 <!ENTITY transmission-time "0. 3 SBU (without GUI)">12 <!ENTITY transmission-buildsize "255 MB"> 13 <!ENTITY transmission-time "0.5 SBU"> 14 14 ]> 15 15 … … 78 78 <bridgehead renderas="sect4">Required</bridgehead> 79 79 <para role="required"> 80 <xref linkend="openssl"/>,81 80 <xref linkend="curl"/>, 81 <xref linkend="intltool"/>, 82 82 <xref linkend="libevent"/> and 83 <xref linkend=" intltool"/>83 <xref linkend="openssl"/> 84 84 </para> 85 85 … … 118 118 119 119 <screen><userinput>pushd qt && 120 qmake qtr.pro&&120 qmake-qt4 && 121 121 make && 122 122 popd</userinput></screen> … … 146 146 <title>Command Explanations</title> 147 147 148 <para> 149 <option>--with-gtk</option>: This switch enables building of the 150 <application>GTK+</application> interface. 148 <!-- with-gtk is auto detected if gtk3 is present --> 149 <para> 150 <option>--without-gtk</option>: This switch disables building of the 151 <application>GTK+</application> interface if 152 <application>GTK+</application> is present on the system (useful for 153 <application>Qt4</application> or cli only builds). 151 154 </para> 152 155
Note:
See TracChangeset
for help on using the changeset viewer.