Changeset 1818

Show
Ignore:
Timestamp:
02/28/07 07:07:01 (23 months ago)
Author:
alexander
Message:

Package updates

Location:
trunk
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1817 r1818  
    2222-include Makefile.personal 
    2323 
    24 # LFS-ARCH: architecture for which the CD should be built. 
    2524# MP:       mount point 
    2625# timezone: default timezone 
    2726# pagesize: default paper size for groff. 
    2827# ROOT:     name of this directory, as seen from chroot 
    29 # PM:       Parallel Build Level 
    3028# HTTP:     Default http server for the lfs-base packages 
    3129# HTTPBLFS: Default http server for the BLFS packages 
     
    3634export pagesize ?= letter 
    3735export ROOT ?= /lfs-livecd 
    38 #export PM ?= -j3 
    3936export HTTP ?= http://ftp.lfs-matrix.net/pub/lfs/conglomeration 
    4037export HTTPBLFS ?= http://ftp.lfs-matrix.net/pub/blfs/conglomeration 
     
    254251        ch-Xorg-base ch-Xorg-util ch-Xorg-proto ch-Xorg-lib ch-libdrm ch-Mesa \ 
    255252        ch-xbitmaps ch-Xorg-app ch-xcursor-themes ch-xorg-server \ 
    256         ch-Xorg-font ch-Xorg-driver ch-XML-Parser ch-xkeyboard-config stop-here \ 
     253        ch-Xorg-font ch-Xorg-driver ch-XML-Parser ch-xkeyboard-config \ 
    257254        ch-synaptics ch-inputattach ch-fonts-thai \ 
    258255        ch-freefont ch-fonts-dejavu ch-fonts-kochi ch-fonts-firefly ch-fonts-baekmuk \ 
    259256        ch-libjpeg ch-libtiff ch-openssh ch-glib2 ch-giflib ch-imlib ch-imlib2 \ 
    260257        ch-gc ch-w3m ch-lftp ch-cairo ch-hicolor-icon-theme \ 
    261         ch-pango ch-atk ch-gtk2 ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \ 
     258        ch-pango ch-atk ch-gtk2 stop-here ch-cvs ch-popt ch-samba ch-libIDL ch-seamonkey \ 
    262259        ch-librsvg ch-startup-notification chroot-gvim ch-xfce ch-vte ch-exo \ 
    263260        ch-Terminal ch-mousepad ch-irssi ch-gaim \ 
     
    295292        ch-man-fr ch-man-pages-es ch-man-pages-it ch-manpages-de ch-manpages-ru \ 
    296293        ch-bin86 ch-lilo ch-syslinux 
    297 ifeq ($(LFS-ARCH),ppc) 
    298         make ch-yaboot 
    299         make ch-hfsutils 
    300         make ch-parted 
    301         make ch-mac-fdisk 
    302 endif 
    303294 
    304295wget-list: 
     
    404395        @>$(MP)/var/log/wtmp 
    405396        @>$(MP)/var/log/lastlog 
    406 ifeq ($(LFS-ARCH),x86) 
    407397        @install -m644 isolinux/{isolinux.cfg,*.msg,splash.lss} $(MP)/boot/isolinux 
    408398        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/boot/isolinux/boot.msg 
    409 endif 
    410399        @sed -i "s/Version:/Version: $(VERSION)/" $(MP)/etc/issue 
    411400        @install -m644 doc/README doc/lfscd-remastering-howto.txt $(MP)/root 
     
    421410        @sync 
    422411        @$(WD)/bin/mkzftree -F root.ext2 $(MPBASE)/iso/root.ext2 
    423 ifeq ($(LFS-ARCH),x86) 
    424412        @cd $(MPBASE)/iso ; $(WD)/bin/mkisofs -z -R -l --allow-leading-dots -D -o \ 
    425413        $(MPBASE)$(ROOT)/lfslivecd-$(VERSION).iso -b boot/isolinux/isolinux.bin \ 
    426414        -c boot/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table \ 
    427415        -V "lfslivecd-$(VERSION)" ./ 
    428 endif 
    429 ifeq ($(LFS-ARCH),ppc) 
    430         @cd $(MPBASE) ; $(WD)/bin/mkisofs -z -hfs -part -l --allow-leading-dots \ 
    431         -map $(MPBASE)/$(ROOT)/$(PKG)/yaboot/map.hfs -no-desktop \ 
    432         -hfs-volid "lfslivecd-$(VERSION)" -V "lfslivecd-$(VERSION)" \ 
    433         -hfs-bless iso/boot -r -v -o $(MPBASE)$(ROOT)/lfslivecd-$(VERSION).iso iso \ 
    434          >$(MPBASE)$(ROOT)/iso.log 2>&1 
    435         @if ! grep -q "Blessing" $(MPBASE)$(ROOT)/iso.log ; then \ 
    436          echo "Iso incorrectly made! Boot directory not blessed." ; fi 
    437 endif 
    438416 
    439417# Targets to clean your tree.  
  • trunk/packages/atk/Makefile

    r1816 r1818  
    22 
    33NM= atk 
    4 VRS= 1.11.4 
     4VRS= 1.12.4 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/$(NM)/1.11/$(FILE) 
    9 SHA-$(FILE)= 808df9fb6f8c19b21c1169665dcd74629ae26c50 
     8URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/$(NM)/1.12/$(FILE) 
     9SHA-$(FILE)= 50a2a725aa1766281976907cca1342b384a686a8 
    1010 
    1111# Targets 
  • trunk/packages/cairo/Makefile

    r1816 r1818  
    22 
    33NM= cairo 
    4 VRS= 1.2.4 
     4VRS= 1.2.6 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://cairographics.org/releases/$(FILE) 
    9 SHA-$(FILE)= 5520b771c8b85acea78fa56fc4c39b4dca6bcc7c 
     9SHA-$(FILE)= b86b4017a9abd565ef11c72b7faee9082a04118f 
    1010 
    1111# Targets 
  • trunk/packages/fonts-dejavu/Makefile

    r1798 r1818  
    22 
    33NM= dejavu-ttf 
    4 VRS= 2.13 
     4VRS= 2.15 
    55DIR= $(NM)-$(VRS) 
    66LOCATION= /usr/share/fonts 
     
    88FILE= $(DIR).tar.bz2 
    99URL-$(FILE)= http://heanet.dl.sourceforge.net/dejavu/$(FILE) 
    10 SHA-$(FILE)= 49a05c21a28983ea960ba35e6ff6a6c11c5bf071 
     10SHA-$(FILE)= 2133fbae14e51fc364972c4a4ee2fdc3ccee4072 
    1111 
    1212# Targets 
  • trunk/packages/glib2/Makefile

    r1816 r1818  
    22 
    33NM= glib 
    4 VRS= 2.10.3 
     4VRS= 2.12.9 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/glib/2.10/$(FILE) 
    9 SHA-$(FILE)= bba1dea73c4426f6a130c82e0b7a07b78dfc73ce 
     8URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/glib/2.12/$(FILE) 
     9SHA-$(FILE)= 387da30929047ef88a6f369831a34f41a3d027f7 
    1010 
    1111# Targets 
  • trunk/packages/gtk2/Makefile

    r1816 r1818  
    22 
    33NM= gtk+ 
    4 VRS= 2.8.20 
     4VRS= 2.10.9 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/$(FILE) 
    9 SHA-$(FILE)= 8ea2449ff139b8bc457f8b5bcdcad93b02cfba9e 
     8URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.10/$(FILE) 
     9SHA-$(FILE)= aa3260d9093398445cfbecf355f4728db3e827bf 
    1010 
    1111# Targets 
  • trunk/packages/hicolor-icon-theme/Makefile

    r1393 r1818  
    22 
    33NM= hicolor-icon-theme 
    4 VRS= 0.9 
     4VRS= 0.10 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://icon-theme.freedesktop.org/releases/$(FILE) 
    9 SHA-$(FILE)= 640e0f3c0d4a7d0cc983944cba626b8f025deb14 
     9SHA-$(FILE)= 30a1526cd337ecbd9aaecfff2737884b86c72508 
    1010 
    1111# Targets 
  • trunk/packages/lftp/Makefile

    r1734 r1818  
    22 
    33NM= lftp 
    4 VRS= 3.5.6 
     4VRS= 3.5.9 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    88URL-$(FILE)= http://ftp.yars.free.net/pub/source/lftp/$(FILE) 
    9 SHA-$(FILE)= ca28df9b2bb1db37a295db56015a1b082d9bc60d 
     9SHA-$(FILE)= ce4f7abb5a74e90218bb2ee94170ace747025298 
    1010 
    1111# Targets 
  • trunk/packages/openssh/Makefile

    r1816 r1818  
    22 
    33NM= openssh 
    4 VRS= 4.4p1 
     4VRS= 4.5p1 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.gz 
    88URL-$(FILE)= http://openbsd.md5.com.ar/pub/OpenBSD/OpenSSH/portable/$(FILE) 
    9 SHA-$(FILE)= 6a52b1dee1c2c9862923c0008d201d98a7fd9d6c 
     9SHA-$(FILE)= 2eefcbbeb9e4fa16fa4500dec107d1a09d3d02d7 
    1010 
    1111# Targets 
  • trunk/packages/pango/Makefile

    r1816 r1818  
    22 
    33NM= pango 
    4 VRS= 1.12.3 
     4VRS= 1.14.10 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).tar.bz2 
    8 URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/pango/1.12/$(FILE) 
    9 SHA-$(FILE)= ad493c4560c0ffd9dcdb8a1724d5bff058ef112c 
     8URL-$(FILE)= http://ftp.gnome.org/pub/GNOME/sources/pango/1.14/$(FILE) 
     9SHA-$(FILE)= 49093dcbbb2399ac6e4731930d4be4edd64f25f7 
    1010 
    1111# Targets