wok rev 11874
up startup-notification 0.12. up thunar 1.3.0. xcb-util symlinks.
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 15:21:59 2012 -0800 (2012-02-27) |
parents | cb660f628a78 |
children | afc3c6122bd5 |
files | startup-notification-dev/receipt startup-notification/receipt thunar/description.txt thunar/receipt xcb-util-dev/receipt xcb-util/receipt |
line diff
1.1 --- a/startup-notification-dev/receipt Mon Feb 27 18:19:40 2012 -0500 1.2 +++ b/startup-notification-dev/receipt Mon Feb 27 15:21:59 2012 -0800 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="startup-notification-dev" 1.7 -VERSION="0.10" 1.8 +VERSION="0.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Startup notification protocol developpement files" 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/startup-notification/receipt Mon Feb 27 18:19:40 2012 -0500 2.2 +++ b/startup-notification/receipt Mon Feb 27 15:21:59 2012 -0800 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="startup-notification" 2.7 -VERSION="0.10" 2.8 +VERSION="0.12" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Startup notification protocol" 2.11 MAINTAINER="erjo@slitaz.org"
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/thunar/description.txt Mon Feb 27 15:21:59 2012 -0800 3.3 @@ -0,0 +1,6 @@ 3.4 +Thunar is a new modern file manager for the Xfce Desktop Environment. Thunar has 3.5 +been designed from the ground up to be fast and easy-to-use. Its user interface 3.6 +is clean and intuitive, and does not include any confusing or useless options. 3.7 +Thunar is fast and responsive with a good start up time and directory load time. 3.8 +Thunar is accessible using Assistive Technologies and is fully standards 3.9 +compliant.
4.1 --- a/thunar/receipt Mon Feb 27 18:19:40 2012 -0500 4.2 +++ b/thunar/receipt Mon Feb 27 15:21:59 2012 -0800 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="thunar" 4.7 -VERSION="1.2.1" 4.8 +VERSION="1.3.0" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="Thunar File Manager" 4.11 MAINTAINER="erjo@slitaz.org"
5.1 --- a/xcb-util-dev/receipt Mon Feb 27 18:19:40 2012 -0500 5.2 +++ b/xcb-util-dev/receipt Mon Feb 27 15:21:59 2012 -0800 5.3 @@ -15,4 +15,8 @@ 5.4 cp -a $_pkg/usr/include $fs/usr 5.5 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 5.6 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 5.7 + 5.8 + ln -s $fs/usr/lib/libxcb-util.la $fs/usr/lib/libxcb-aux.la 5.9 + ln -s $fs/usr/lib/libxcb-util.la $fs/usr/lib/libxcb-event.la 5.10 + ln -s $fs/usr/lib/libxcb-util.la $fs/usr/lib/libxcb-atom.la 5.11 }
6.1 --- a/xcb-util/receipt Mon Feb 27 18:19:40 2012 -0500 6.2 +++ b/xcb-util/receipt Mon Feb 27 15:21:59 2012 -0800 6.3 @@ -26,7 +26,20 @@ 6.4 # Rules to gen a SliTaz package suitable for Tazpkg. 6.5 genpkg_rules() 6.6 { 6.7 - mkdir -p $fs/usr/lib 6.8 + mkdir -p $fs/usr/lib 6.9 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 6.10 + 6.11 + # Creating links to substitute for files obsoleted by new version. 6.12 + ln -s $fs/usr/lib/libxcb-util.so $fs/usr/lib/libxcb-aux.so 6.13 + ln -s $fs/usr/lib/libxcb-util.so $fs/usr/lib/libxcb-atom.so 6.14 + ln -s $fs/usr/lib/libxcb-util.so $fs/usr/lib/libxcb-event.so 6.15 + 6.16 + ln -s $fs/usr/lib/libxcb-util.so.0 $fs/usr/lib/libxcb-aux.so.0 6.17 + ln -s $fs/usr/lib/libxcb-util.so.0 $fs/usr/lib/libxcb-atom.so.0 6.18 + ln -s $fs/usr/lib/libxcb-util.so.0 $fs/usr/lib/libxcb-event.so.0 6.19 + 6.20 + ln -s $fs/usr/lib/libxcb-util.so.0 $fs/usr/lib/libxcb-aux.so.1 6.21 + ln -s $fs/usr/lib/libxcb-util.so.0 $fs/usr/lib/libxcb-atom.so.1 6.22 + ln -s $fs/usr/lib/libxcb-util.so.0 $fs/usr/lib/libxcb-event.so.1 6.23 } 6.24