Changeset d254cfb


Ignore:
Timestamp:
11/14/2014 02:19:23 PM (9 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
0863e75d
Parents:
264ec35d
Message:

Corrected xdg information in profile, fixed download link for gdk-pixbuf.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14902 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r264ec35d rd254cfb  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 13th, &year;">
     9<!ENTITY releasedate  "November 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">              <!-- svn|[release #] -->
  • postlfs/config/profile-systemd.xml

    r264ec35d rd254cfb  
    144144
    145145# Set some defaults for graphical systems
    146 export XDG_DATA_DIRS=/etc/xdg/
     146export XDG_DATA_DIRS=/usr/share/
     147export XDG_CONFIG_DIRS=/etc/xdg/
    147148
    148149# Setup a red prompt for root and a green one for users.
  • x/lib/gdk-pixbuf.xml

    r264ec35d rd254cfb  
    66
    77  <!ENTITY gdk-pixbuf-download-http
    8            "&gnome-download-http;/gdk-pixbuf/2.30/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
     8           "&gnome-download-http;/gdk-pixbuf/2.31/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    99  <!ENTITY gdk-pixbuf-download-ftp
    10            "&gnome-download-ftp;/gdk-pixbuf/2.30/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
     10           "&gnome-download-ftp;/gdk-pixbuf/2.31/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    1111  <!ENTITY gdk-pixbuf-md5sum        "74cde211f5b7ac1015d1a7c9feee037c">
    1212  <!ENTITY gdk-pixbuf-size          "1.3 MB">
Note: See TracChangeset for help on using the changeset viewer.