wok rev 18033
Up: tazlito (383), xorg-xf86-video-nouveau (1.0.11)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri May 08 19:30:55 2015 +0200 (2015-05-08) |
parents | 88f111ad5a86 |
children | ad704793e0bf |
files | tazlito/receipt xorg-base-fonts/receipt xorg-xf86-video-nouveau/receipt |
line diff
1.1 --- a/tazlito/receipt Fri May 08 15:53:40 2015 +0300 1.2 +++ b/tazlito/receipt Fri May 08 19:30:55 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazlito" 1.7 -VERSION="381" 1.8 +VERSION="383" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz Live Tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/xorg-base-fonts/receipt Fri May 08 15:53:40 2015 +0300 2.2 +++ b/xorg-base-fonts/receipt Fri May 08 19:30:55 2015 +0200 2.3 @@ -14,13 +14,13 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 - mkdir -p $fs/usr/share/fonts/X11/misc $fs/usr/share/fonts/X11/util 2.8 - install -m644 -oroot -groot $src/fonts/misc/* $fs/usr/share/fonts/X11/misc 2.9 + fontpath="$fs/usr/share/fonts/X11/misc" 2.10 + mkdir -p $fontpath $fs/usr/share/fonts/X11/util 2.11 + install -m644 -oroot -groot $src/fonts/misc/* $fontpath 2.12 install -m644 -oroot -groot $src/fonts/util/* $fs/usr/share/fonts/X11/util 2.13 - fontpath="$fs/usr/share/fonts/X11/misc" 2.14 rm -rf $fontpath/cursor.pcf.gz $fontpath/6x13.pcf.gz 2.15 sed -i 6i\ '7x13B-ISO8859-1.pcf.gz -misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1' \ 2.16 - $fs/usr/share/fonts/X11/misc/fonts.dir 2.17 + $fontpath/fonts.dir 2.18 } 2.19 2.20 # Execute fc-cache when the package finish ti install.
3.1 --- a/xorg-xf86-video-nouveau/receipt Fri May 08 15:53:40 2015 +0300 3.2 +++ b/xorg-xf86-video-nouveau/receipt Fri May 08 19:30:55 2015 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="xorg-xf86-video-nouveau" 3.7 -VERSION="1.0.10" 3.8 +VERSION="1.0.11" 3.9 CATEGORY="x-window" 3.10 SHORT_DESC="Xorg server nouveau (nvidia) driver." 3.11 MAINTAINER="devl547@gmail.com"