wok-next rev 20934
Updates...
line diff
1.1 --- a/python-caja/receipt Thu Aug 23 11:55:21 2018 +0300 1.2 +++ b/python-caja/receipt Thu Aug 23 19:56:09 2018 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="python-caja" 1.7 -VERSION="1.18.1" 1.8 +VERSION="1.20.1" 1.9 CATEGORY="python" 1.10 SHORT_DESC="libcaja-extension python bindings" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -13,7 +13,7 @@ 1.13 WGET_URL="https://github.com/mate-desktop/python-caja/archive/v$VERSION.tar.gz" 1.14 1.15 BUILD_DEPENDS="mate-common gtk-doc python-dev python-pygobject-dev caja-dev" 1.16 -SPLIT="python-caja-dev" 1.17 +SPLIT="$PACKAGE-dev" 1.18 1.19 compile_rules() { 1.20 ./autogen.sh \
2.1 --- a/python-ipaddr/receipt Thu Aug 23 11:55:21 2018 +0300 2.2 +++ b/python-ipaddr/receipt Thu Aug 23 19:56:09 2018 +0300 2.3 @@ -1,22 +1,22 @@ 2.4 # SliTaz package receipt v2. 2.5 2.6 PACKAGE="python-ipaddr" 2.7 -VERSION="2.1.11" 2.8 +VERSION="latest" 2.9 CATEGORY="python" 2.10 SHORT_DESC="Google's Python IP address manipulation library" 2.11 MAINTAINER="al.bobylev@gmail.com" 2.12 LICENSE="Apache" 2.13 -WEB_SITE="https://github.com/google/ipaddr-py" 2.14 +WEB_SITE="https://pypi.org/project/ipaddr/" 2.15 REPOLOGY="python:ipaddr" 2.16 2.17 -TARBALL="ipaddr-$VERSION.tar.gz" 2.18 -WGET_URL="https://pypi.python.org/packages/source/i/ipaddr/$TARBALL" 2.19 +BUILD_DEPENDS="python" 2.20 2.21 compile_rules() { 2.22 - python setup.py install --root=$install 2.23 + pip install --no-compile --root=$DESTDIR ipaddr 2.24 } 2.25 2.26 genpkg_rules() { 2.27 + VERSION=$(sed -n '/^Successfully installed/ s|.*ipaddr-||p' $LOGS/$PACKAGE.log) 2.28 copy @std 2.29 DEPENDS="python" 2.30 }
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-pypubsub/receipt Thu Aug 23 19:56:09 2018 +0300 3.3 @@ -0,0 +1,23 @@ 3.4 +# SliTaz package receipt v2. 3.5 + 3.6 +PACKAGE="python-pypubsub" 3.7 +VERSION="latest" 3.8 +CATEGORY="python" 3.9 +SHORT_DESC="Python Publish-Subscribe Package" 3.10 +MAINTAINER="al.bobylev@gmail.com" 3.11 +LICENSE="BSD" 3.12 +WEB_SITE="https://pypi.org/project/PyPubSub/" 3.13 +HOST_ARCH="any" 3.14 +REPOLOGY="python:pypubsub" 3.15 + 3.16 +BUILD_DEPENDS="python python-typing" 3.17 + 3.18 +compile_rules() { 3.19 + pip install --no-compile --root=$DESTDIR PyPubSub 3.20 +} 3.21 + 3.22 +genpkg_rules() { 3.23 + VERSION=$(sed -n '/^Successfully installed/ s|.*PyPubSub-||p' $LOGS/$PACKAGE.log) 3.24 + copy @std 3.25 + DEPENDS="python python-typing" 3.26 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/python-twodict/receipt Thu Aug 23 19:56:09 2018 +0300 4.3 @@ -0,0 +1,23 @@ 4.4 +# SliTaz package receipt v2. 4.5 + 4.6 +PACKAGE="python-twodict" 4.7 +VERSION="latest" 4.8 +CATEGORY="python" 4.9 +SHORT_DESC="Simple two way ordered dictionary for Python" 4.10 +MAINTAINER="al.bobylev@gmail.com" 4.11 +LICENSE="PublicDomain" 4.12 +WEB_SITE="https://pypi.org/project/twodict/" 4.13 +HOST_ARCH="any" 4.14 +REPOLOGY="python:twodict" 4.15 + 4.16 +BUILD_DEPENDS="python" 4.17 + 4.18 +compile_rules() { 4.19 + pip install --no-compile --root=$DESTDIR twodict 4.20 +} 4.21 + 4.22 +genpkg_rules() { 4.23 + VERSION=$(sed -n '/^Successfully installed/ s|.*twodict-||p' $LOGS/$PACKAGE.log) 4.24 + copy @std 4.25 + DEPENDS="python" 4.26 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/python-wxpython/receipt Thu Aug 23 19:56:09 2018 +0300 5.3 @@ -0,0 +1,36 @@ 5.4 +# SliTaz package receipt v2. 5.5 + 5.6 +PACKAGE="python-wxpython" 5.7 +VERSION="latest" 5.8 +CATEGORY="x-window" 5.9 +SHORT_DESC="GUI toolkit for the Python programming language" 5.10 +MAINTAINER="al.bobylev@gmail.com" 5.11 +LICENSE="LGPL" 5.12 +WEB_SITE="https://www.wxpython.org/" 5.13 +REPOLOGY="python:wxpython" 5.14 + 5.15 +BUILD_DEPENDS="python python-six python-pypubsub zlib-dev libpng16-dev \ 5.16 +libjpeg-turbo-dev tiff-dev expat-dev gtk+3-dev glib-dev xorg-libXxf86vm-dev \ 5.17 +xorg-libSM-dev mesa-dev glu-dev libsdl-dev webkit2gtk-dev gstreamer1-dev" 5.18 +BUILD_DEPENDS_x86_64="python python-six python-pypubsub zlib-dev libpng16-dev \ 5.19 +libjpeg-turbo-dev tiff-dev expat-dev gtk+3-dev glib-dev xorg-libXxf86vm-dev \ 5.20 +xorg-libSM-dev mesa-dev glu-dev libsdl-dev gstreamer1-dev \ 5.21 +gst1-plugins-base-dev libnotify-dev cppunit-dev" 5.22 +SPLIT="$PACKAGE-dev" 5.23 + 5.24 +compile_rules() { 5.25 + pip install --no-compile --root=$DESTDIR wxPython 5.26 +} 5.27 + 5.28 +genpkg_rules() { 5.29 + VERSION=$(sed -n '/^Successfully installed/ s|.*wxPython-||p' $LOGS/${PACKAGE%-dev}.log) 5.30 + case $PACKAGE in 5.31 + python-wxpython) 5.32 + copy @std 5.33 + DEPENDS="python python-six python-pypubsub" # ... 5.34 + ;; 5.35 + *-dev) 5.36 + copy @dev 5.37 + ;; 5.38 + esac 5.39 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/python-wxpython3/receipt Thu Aug 23 19:56:09 2018 +0300 6.3 @@ -0,0 +1,51 @@ 6.4 +# SliTaz package receipt v2. 6.5 + 6.6 +PACKAGE="python-wxpython3" 6.7 +VERSION="3.0.2.0" 6.8 +CATEGORY="x-window" 6.9 +SHORT_DESC="GUI toolkit for the Python programming language" 6.10 +MAINTAINER="pankso@slitaz.org" 6.11 +LICENSE="LGPL" 6.12 +WEB_SITE="https://www.wxpython.org/" 6.13 + 6.14 +TARBALL="wxPython-src-$VERSION.tar.bz2" 6.15 +WGET_URL="$SF_MIRROR/wxpython/$TARBALL" 6.16 + 6.17 +BUILD_DEPENDS="python-dev wxWidgets-dev mesa-dev glu-dev libjpeg-turbo-dev \ 6.18 +tiff-dev" 6.19 +SPLIT="$PACKAGE-dev" 6.20 + 6.21 +compile_rules() { 6.22 + export CXXFLAGS="-Wno-narrowing" 6.23 + mv wxPython/wx/tools/Editra/editra wxPython/wx/tools/Editra/Editra 6.24 + 6.25 + ./configure \ 6.26 + --with-gtk=2 \ 6.27 + --with-opengl \ 6.28 + --enable-unicode \ 6.29 + --with-regex=sys \ 6.30 + --with-libpng=sys \ 6.31 + --with-libxpm=sys \ 6.32 + --with-libjpeg=sys \ 6.33 + --with-libtiff=sys \ 6.34 + --disable-precomp-headers \ 6.35 + --without-sdl \ 6.36 + $CONFIGURE_ARGS && 6.37 + make $MAKEFLAGS || return 1 6.38 + 6.39 + cd $src/wxPython 6.40 + python setup.py WXPORT=gtk2 UNICODE=1 build && 6.41 + python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR 6.42 +} 6.43 + 6.44 +genpkg_rules() { 6.45 + case $PACKAGE in 6.46 + python-wxpython3) 6.47 + copy @std 6.48 + DEPENDS="python wxWidgets" # false positive: perl 6.49 + ;; 6.50 + *-dev) 6.51 + copy @dev 6.52 + ;; 6.53 + esac 6.54 +}
7.1 --- a/ruby-bundler/receipt Thu Aug 23 11:55:21 2018 +0300 7.2 +++ b/ruby-bundler/receipt Thu Aug 23 19:56:09 2018 +0300 7.3 @@ -1,7 +1,7 @@ 7.4 # SliTaz package receipt v2. 7.5 7.6 PACKAGE="ruby-bundler" 7.7 -VERSION="1.16.3" 7.8 +VERSION="1.16.4" 7.9 CATEGORY="ruby" 7.10 SHORT_DESC="Ruby application dependencies manager" 7.11 MAINTAINER="al.bobylev@gmail.com"
8.1 --- a/ruby-cairo/receipt Thu Aug 23 11:55:21 2018 +0300 8.2 +++ b/ruby-cairo/receipt Thu Aug 23 19:56:09 2018 +0300 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt v2. 8.5 8.6 PACKAGE="ruby-cairo" 8.7 -VERSION="1.15.13" 8.8 +VERSION="1.15.14" 8.9 CATEGORY="ruby" 8.10 SHORT_DESC="Ruby bindings for cairo" 8.11 MAINTAINER="al.bobylev@gmail.com"
9.1 --- a/ruby-mini_mime/receipt Thu Aug 23 11:55:21 2018 +0300 9.2 +++ b/ruby-mini_mime/receipt Thu Aug 23 19:56:09 2018 +0300 9.3 @@ -1,7 +1,7 @@ 9.4 # SliTaz package receipt v2. 9.5 9.6 PACKAGE="ruby-mini_mime" 9.7 -VERSION="1.0.0" 9.8 +VERSION="1.0.1" 9.9 CATEGORY="ruby" 9.10 SHORT_DESC="Lightweight MIME type lookup toy" 9.11 MAINTAINER="al.bobylev@gmail.com"
10.1 --- a/time/receipt Thu Aug 23 11:55:21 2018 +0300 10.2 +++ b/time/receipt Thu Aug 23 19:56:09 2018 +0300 10.3 @@ -1,7 +1,7 @@ 10.4 # SliTaz package receipt v2. 10.5 10.6 PACKAGE="time" 10.7 -VERSION="1.8" 10.8 +VERSION="1.9" 10.9 CATEGORY="utilities" 10.10 SHORT_DESC="Displays information about the resources used by another program" 10.11 MAINTAINER="al.bobylev@gmail.com"
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/xorg-base-fonts/.icon.png Thu Aug 23 19:56:09 2018 +0300 11.3 @@ -0,0 +1,1 @@ 11.4 +../xorg/.icon.png 11.5 \ No newline at end of file
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/xorg-bdftopcf/.icon.png Thu Aug 23 19:56:09 2018 +0300 12.3 @@ -0,0 +1,1 @@ 12.4 +../xorg/.icon.png 12.5 \ No newline at end of file
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/xorg-bigreqsproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 13.3 @@ -0,0 +1,1 @@ 13.4 +../xorg/.icon.png 13.5 \ No newline at end of file
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/xorg-bitmap/.icon.png Thu Aug 23 19:56:09 2018 +0300 14.3 @@ -0,0 +1,1 @@ 14.4 +../xorg/.icon.png 14.5 \ No newline at end of file
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/xorg-cf-files/.icon.png Thu Aug 23 19:56:09 2018 +0300 15.3 @@ -0,0 +1,1 @@ 15.4 +../xorg/.icon.png 15.5 \ No newline at end of file
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/xorg-compositeproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 16.3 @@ -0,0 +1,1 @@ 16.4 +../xorg/.icon.png 16.5 \ No newline at end of file
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/xorg-damageproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 17.3 @@ -0,0 +1,1 @@ 17.4 +../xorg/.icon.png 17.5 \ No newline at end of file
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/xorg-dmxproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 18.3 @@ -0,0 +1,1 @@ 18.4 +../xorg/.icon.png 18.5 \ No newline at end of file
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/xorg-dri2proto/.icon.png Thu Aug 23 19:56:09 2018 +0300 19.3 @@ -0,0 +1,1 @@ 19.4 +../xorg/.icon.png 19.5 \ No newline at end of file
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/xorg-dri3proto/.icon.png Thu Aug 23 19:56:09 2018 +0300 20.3 @@ -0,0 +1,1 @@ 20.4 +../xorg/.icon.png 20.5 \ No newline at end of file
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/xorg-encodings/.icon.png Thu Aug 23 19:56:09 2018 +0300 21.3 @@ -0,0 +1,1 @@ 21.4 +../xorg/.icon.png 21.5 \ No newline at end of file
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/xorg-evieext/.icon.png Thu Aug 23 19:56:09 2018 +0300 22.3 @@ -0,0 +1,1 @@ 22.4 +../xorg/.icon.png 22.5 \ No newline at end of file
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/xorg-fixesproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 23.3 @@ -0,0 +1,1 @@ 23.4 +../xorg/.icon.png 23.5 \ No newline at end of file
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/xorg-font-adobe-100dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 24.3 @@ -0,0 +1,1 @@ 24.4 +../xorg/.icon.png 24.5 \ No newline at end of file
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 25.2 +++ b/xorg-font-adobe-75dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 25.3 @@ -0,0 +1,1 @@ 25.4 +../xorg/.icon.png 25.5 \ No newline at end of file
26.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 26.2 +++ b/xorg-font-adobe-utopia-100dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 26.3 @@ -0,0 +1,1 @@ 26.4 +../xorg/.icon.png 26.5 \ No newline at end of file
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/xorg-font-adobe-utopia-75dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 27.3 @@ -0,0 +1,1 @@ 27.4 +../xorg/.icon.png 27.5 \ No newline at end of file
28.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 28.2 +++ b/xorg-font-adobe-utopia-type1/.icon.png Thu Aug 23 19:56:09 2018 +0300 28.3 @@ -0,0 +1,1 @@ 28.4 +../xorg/.icon.png 28.5 \ No newline at end of file
29.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 29.2 +++ b/xorg-font-alias/.icon.png Thu Aug 23 19:56:09 2018 +0300 29.3 @@ -0,0 +1,1 @@ 29.4 +../xorg/.icon.png 29.5 \ No newline at end of file
30.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 30.2 +++ b/xorg-font-arabic-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 30.3 @@ -0,0 +1,1 @@ 30.4 +../xorg/.icon.png 30.5 \ No newline at end of file
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/xorg-font-bh-100dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 31.3 @@ -0,0 +1,1 @@ 31.4 +../xorg/.icon.png 31.5 \ No newline at end of file
32.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 32.2 +++ b/xorg-font-bh-75dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 32.3 @@ -0,0 +1,1 @@ 32.4 +../xorg/.icon.png 32.5 \ No newline at end of file
33.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 33.2 +++ b/xorg-font-bh-lucidatypewriter-100dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 33.3 @@ -0,0 +1,1 @@ 33.4 +../xorg/.icon.png 33.5 \ No newline at end of file
34.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 34.2 +++ b/xorg-font-bh-lucidatypewriter-75dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 34.3 @@ -0,0 +1,1 @@ 34.4 +../xorg/.icon.png 34.5 \ No newline at end of file
35.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 35.2 +++ b/xorg-font-bh-ttf/.icon.png Thu Aug 23 19:56:09 2018 +0300 35.3 @@ -0,0 +1,1 @@ 35.4 +../xorg/.icon.png 35.5 \ No newline at end of file
36.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 36.2 +++ b/xorg-font-bh-type1/.icon.png Thu Aug 23 19:56:09 2018 +0300 36.3 @@ -0,0 +1,1 @@ 36.4 +../xorg/.icon.png 36.5 \ No newline at end of file
37.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 37.2 +++ b/xorg-font-bitstream-100dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 37.3 @@ -0,0 +1,1 @@ 37.4 +../xorg/.icon.png 37.5 \ No newline at end of file
38.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 38.2 +++ b/xorg-font-bitstream-75dpi/.icon.png Thu Aug 23 19:56:09 2018 +0300 38.3 @@ -0,0 +1,1 @@ 38.4 +../xorg/.icon.png 38.5 \ No newline at end of file
39.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 39.2 +++ b/xorg-font-bitstream-type1/.icon.png Thu Aug 23 19:56:09 2018 +0300 39.3 @@ -0,0 +1,1 @@ 39.4 +../xorg/.icon.png 39.5 \ No newline at end of file
40.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 40.2 +++ b/xorg-font-cronyx-cyrillic/.icon.png Thu Aug 23 19:56:09 2018 +0300 40.3 @@ -0,0 +1,1 @@ 40.4 +../xorg/.icon.png 40.5 \ No newline at end of file
41.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 41.2 +++ b/xorg-font-cursor-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 41.3 @@ -0,0 +1,1 @@ 41.4 +../xorg/.icon.png 41.5 \ No newline at end of file
42.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 42.2 +++ b/xorg-font-daewoo-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 42.3 @@ -0,0 +1,1 @@ 42.4 +../xorg/.icon.png 42.5 \ No newline at end of file
43.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 43.2 +++ b/xorg-font-dec-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 43.3 @@ -0,0 +1,1 @@ 43.4 +../xorg/.icon.png 43.5 \ No newline at end of file
44.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 44.2 +++ b/xorg-font-ibm-type1/.icon.png Thu Aug 23 19:56:09 2018 +0300 44.3 @@ -0,0 +1,1 @@ 44.4 +../xorg/.icon.png 44.5 \ No newline at end of file
45.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 45.2 +++ b/xorg-font-isas-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 45.3 @@ -0,0 +1,1 @@ 45.4 +../xorg/.icon.png 45.5 \ No newline at end of file
46.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 46.2 +++ b/xorg-font-jis-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 46.3 @@ -0,0 +1,1 @@ 46.4 +../xorg/.icon.png 46.5 \ No newline at end of file
47.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 47.2 +++ b/xorg-font-micro-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 47.3 @@ -0,0 +1,1 @@ 47.4 +../xorg/.icon.png 47.5 \ No newline at end of file
48.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 48.2 +++ b/xorg-font-misc-cyrillic/.icon.png Thu Aug 23 19:56:09 2018 +0300 48.3 @@ -0,0 +1,1 @@ 48.4 +../xorg/.icon.png 48.5 \ No newline at end of file
49.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 49.2 +++ b/xorg-font-misc-ethiopic/.icon.png Thu Aug 23 19:56:09 2018 +0300 49.3 @@ -0,0 +1,1 @@ 49.4 +../xorg/.icon.png 49.5 \ No newline at end of file
50.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 50.2 +++ b/xorg-font-misc-meltho/.icon.png Thu Aug 23 19:56:09 2018 +0300 50.3 @@ -0,0 +1,1 @@ 50.4 +../xorg/.icon.png 50.5 \ No newline at end of file
51.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 51.2 +++ b/xorg-font-misc-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 51.3 @@ -0,0 +1,1 @@ 51.4 +../xorg/.icon.png 51.5 \ No newline at end of file
52.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 52.2 +++ b/xorg-font-mutt-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 52.3 @@ -0,0 +1,1 @@ 52.4 +../xorg/.icon.png 52.5 \ No newline at end of file
53.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 53.2 +++ b/xorg-font-schumacher-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 53.3 @@ -0,0 +1,1 @@ 53.4 +../xorg/.icon.png 53.5 \ No newline at end of file
54.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 54.2 +++ b/xorg-font-screen-cyrillic/.icon.png Thu Aug 23 19:56:09 2018 +0300 54.3 @@ -0,0 +1,1 @@ 54.4 +../xorg/.icon.png 54.5 \ No newline at end of file
55.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 55.2 +++ b/xorg-font-sony-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 55.3 @@ -0,0 +1,1 @@ 55.4 +../xorg/.icon.png 55.5 \ No newline at end of file
56.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 56.2 +++ b/xorg-font-sun-misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 56.3 @@ -0,0 +1,1 @@ 56.4 +../xorg/.icon.png 56.5 \ No newline at end of file
57.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 57.2 +++ b/xorg-font-util/.icon.png Thu Aug 23 19:56:09 2018 +0300 57.3 @@ -0,0 +1,1 @@ 57.4 +../xorg/.icon.png 57.5 \ No newline at end of file
58.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 58.2 +++ b/xorg-font-winitzki-cyrillic/.icon.png Thu Aug 23 19:56:09 2018 +0300 58.3 @@ -0,0 +1,1 @@ 58.4 +../xorg/.icon.png 58.5 \ No newline at end of file
59.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 59.2 +++ b/xorg-font-xfree86-type1/.icon.png Thu Aug 23 19:56:09 2018 +0300 59.3 @@ -0,0 +1,1 @@ 59.4 +../xorg/.icon.png 59.5 \ No newline at end of file
60.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 60.2 +++ b/xorg-fontcacheproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 60.3 @@ -0,0 +1,1 @@ 60.4 +../xorg/.icon.png 60.5 \ No newline at end of file
61.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 61.2 +++ b/xorg-fontsproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 61.3 @@ -0,0 +1,1 @@ 61.4 +../xorg/.icon.png 61.5 \ No newline at end of file
62.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 62.2 +++ b/xorg-fonttosfnt/.icon.png Thu Aug 23 19:56:09 2018 +0300 62.3 @@ -0,0 +1,1 @@ 62.4 +../xorg/.icon.png 62.5 \ No newline at end of file
63.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 63.2 +++ b/xorg-fslsfonts/.icon.png Thu Aug 23 19:56:09 2018 +0300 63.3 @@ -0,0 +1,1 @@ 63.4 +../xorg/.icon.png 63.5 \ No newline at end of file
64.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 64.2 +++ b/xorg-fstobdf/.icon.png Thu Aug 23 19:56:09 2018 +0300 64.3 @@ -0,0 +1,1 @@ 64.4 +../xorg/.icon.png 64.5 \ No newline at end of file
65.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 65.2 +++ b/xorg-gccmakedep/.icon.png Thu Aug 23 19:56:09 2018 +0300 65.3 @@ -0,0 +1,1 @@ 65.4 +../xorg/.icon.png 65.5 \ No newline at end of file
66.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 66.2 +++ b/xorg-glproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 66.3 @@ -0,0 +1,1 @@ 66.4 +../xorg/.icon.png 66.5 \ No newline at end of file
67.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 67.2 +++ b/xorg-iceauth/.icon.png Thu Aug 23 19:56:09 2018 +0300 67.3 @@ -0,0 +1,1 @@ 67.4 +../xorg/.icon.png 67.5 \ No newline at end of file
68.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 68.2 +++ b/xorg-imake/.icon.png Thu Aug 23 19:56:09 2018 +0300 68.3 @@ -0,0 +1,1 @@ 68.4 +../xorg/.icon.png 68.5 \ No newline at end of file
69.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 69.2 +++ b/xorg-inputproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 69.3 @@ -0,0 +1,1 @@ 69.4 +../xorg/.icon.png 69.5 \ No newline at end of file
70.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 70.2 +++ b/xorg-kbproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 70.3 @@ -0,0 +1,1 @@ 70.4 +../xorg/.icon.png 70.5 \ No newline at end of file
71.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 71.2 +++ b/xorg-libFS/.icon.png Thu Aug 23 19:56:09 2018 +0300 71.3 @@ -0,0 +1,1 @@ 71.4 +../xorg/.icon.png 71.5 \ No newline at end of file
72.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 72.2 +++ b/xorg-libICE/.icon.png Thu Aug 23 19:56:09 2018 +0300 72.3 @@ -0,0 +1,1 @@ 72.4 +../xorg/.icon.png 72.5 \ No newline at end of file
73.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 73.2 +++ b/xorg-libSM/.icon.png Thu Aug 23 19:56:09 2018 +0300 73.3 @@ -0,0 +1,1 @@ 73.4 +../xorg/.icon.png 73.5 \ No newline at end of file
74.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 74.2 +++ b/xorg-libX11/.icon.png Thu Aug 23 19:56:09 2018 +0300 74.3 @@ -0,0 +1,1 @@ 74.4 +../xorg/.icon.png 74.5 \ No newline at end of file
75.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 75.2 +++ b/xorg-libXScrnSaver/.icon.png Thu Aug 23 19:56:09 2018 +0300 75.3 @@ -0,0 +1,1 @@ 75.4 +../xorg/.icon.png 75.5 \ No newline at end of file
76.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 76.2 +++ b/xorg-libXau/.icon.png Thu Aug 23 19:56:09 2018 +0300 76.3 @@ -0,0 +1,1 @@ 76.4 +../xorg/.icon.png 76.5 \ No newline at end of file
77.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 77.2 +++ b/xorg-libXaw/.icon.png Thu Aug 23 19:56:09 2018 +0300 77.3 @@ -0,0 +1,1 @@ 77.4 +../xorg/.icon.png 77.5 \ No newline at end of file
78.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 78.2 +++ b/xorg-libXaw3d/.icon.png Thu Aug 23 19:56:09 2018 +0300 78.3 @@ -0,0 +1,1 @@ 78.4 +../xorg/.icon.png 78.5 \ No newline at end of file
79.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 79.2 +++ b/xorg-libXcomposite/.icon.png Thu Aug 23 19:56:09 2018 +0300 79.3 @@ -0,0 +1,1 @@ 79.4 +../xorg/.icon.png 79.5 \ No newline at end of file
80.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 80.2 +++ b/xorg-libXcursor/.icon.png Thu Aug 23 19:56:09 2018 +0300 80.3 @@ -0,0 +1,1 @@ 80.4 +../xorg/.icon.png 80.5 \ No newline at end of file
81.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 81.2 +++ b/xorg-libXdamage/.icon.png Thu Aug 23 19:56:09 2018 +0300 81.3 @@ -0,0 +1,1 @@ 81.4 +../xorg/.icon.png 81.5 \ No newline at end of file
82.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 82.2 +++ b/xorg-libXdmcp/.icon.png Thu Aug 23 19:56:09 2018 +0300 82.3 @@ -0,0 +1,1 @@ 82.4 +../xorg/.icon.png 82.5 \ No newline at end of file
83.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 83.2 +++ b/xorg-libXext/.icon.png Thu Aug 23 19:56:09 2018 +0300 83.3 @@ -0,0 +1,1 @@ 83.4 +../xorg/.icon.png 83.5 \ No newline at end of file
84.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 84.2 +++ b/xorg-libXfixes/.icon.png Thu Aug 23 19:56:09 2018 +0300 84.3 @@ -0,0 +1,1 @@ 84.4 +../xorg/.icon.png 84.5 \ No newline at end of file
85.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 85.2 +++ b/xorg-libXfont/.icon.png Thu Aug 23 19:56:09 2018 +0300 85.3 @@ -0,0 +1,1 @@ 85.4 +../xorg/.icon.png 85.5 \ No newline at end of file
86.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 86.2 +++ b/xorg-libXfont2/.icon.png Thu Aug 23 19:56:09 2018 +0300 86.3 @@ -0,0 +1,1 @@ 86.4 +../xorg/.icon.png 86.5 \ No newline at end of file
87.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 87.2 +++ b/xorg-libXfontcache/.icon.png Thu Aug 23 19:56:09 2018 +0300 87.3 @@ -0,0 +1,1 @@ 87.4 +../xorg/.icon.png 87.5 \ No newline at end of file
88.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 88.2 +++ b/xorg-libXft/.icon.png Thu Aug 23 19:56:09 2018 +0300 88.3 @@ -0,0 +1,1 @@ 88.4 +../xorg/.icon.png 88.5 \ No newline at end of file
89.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 89.2 +++ b/xorg-libXi/.icon.png Thu Aug 23 19:56:09 2018 +0300 89.3 @@ -0,0 +1,1 @@ 89.4 +../xorg/.icon.png 89.5 \ No newline at end of file
90.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 90.2 +++ b/xorg-libXinerama/.icon.png Thu Aug 23 19:56:09 2018 +0300 90.3 @@ -0,0 +1,1 @@ 90.4 +../xorg/.icon.png 90.5 \ No newline at end of file
91.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 91.2 +++ b/xorg-libXmu/.icon.png Thu Aug 23 19:56:09 2018 +0300 91.3 @@ -0,0 +1,1 @@ 91.4 +../xorg/.icon.png 91.5 \ No newline at end of file
92.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 92.2 +++ b/xorg-libXp/.icon.png Thu Aug 23 19:56:09 2018 +0300 92.3 @@ -0,0 +1,1 @@ 92.4 +../xorg/.icon.png 92.5 \ No newline at end of file
93.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 93.2 +++ b/xorg-libXpm/.icon.png Thu Aug 23 19:56:09 2018 +0300 93.3 @@ -0,0 +1,1 @@ 93.4 +../xorg/.icon.png 93.5 \ No newline at end of file
94.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 94.2 +++ b/xorg-libXrandr/.icon.png Thu Aug 23 19:56:09 2018 +0300 94.3 @@ -0,0 +1,1 @@ 94.4 +../xorg/.icon.png 94.5 \ No newline at end of file
95.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 95.2 +++ b/xorg-libXrender/.icon.png Thu Aug 23 19:56:09 2018 +0300 95.3 @@ -0,0 +1,1 @@ 95.4 +../xorg/.icon.png 95.5 \ No newline at end of file
96.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 96.2 +++ b/xorg-libXres/.icon.png Thu Aug 23 19:56:09 2018 +0300 96.3 @@ -0,0 +1,1 @@ 96.4 +../xorg/.icon.png 96.5 \ No newline at end of file
97.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 97.2 +++ b/xorg-libXt/.icon.png Thu Aug 23 19:56:09 2018 +0300 97.3 @@ -0,0 +1,1 @@ 97.4 +../xorg/.icon.png 97.5 \ No newline at end of file
98.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 98.2 +++ b/xorg-libXtst/.icon.png Thu Aug 23 19:56:09 2018 +0300 98.3 @@ -0,0 +1,1 @@ 98.4 +../xorg/.icon.png 98.5 \ No newline at end of file
99.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 99.2 +++ b/xorg-libXv/.icon.png Thu Aug 23 19:56:09 2018 +0300 99.3 @@ -0,0 +1,1 @@ 99.4 +../xorg/.icon.png 99.5 \ No newline at end of file
100.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 100.2 +++ b/xorg-libXvMC/.icon.png Thu Aug 23 19:56:09 2018 +0300 100.3 @@ -0,0 +1,1 @@ 100.4 +../xorg/.icon.png 100.5 \ No newline at end of file
101.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 101.2 +++ b/xorg-libXxf86dga/.icon.png Thu Aug 23 19:56:09 2018 +0300 101.3 @@ -0,0 +1,1 @@ 101.4 +../xorg/.icon.png 101.5 \ No newline at end of file
102.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 102.2 +++ b/xorg-libXxf86misc/.icon.png Thu Aug 23 19:56:09 2018 +0300 102.3 @@ -0,0 +1,1 @@ 102.4 +../xorg/.icon.png 102.5 \ No newline at end of file
103.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 103.2 +++ b/xorg-libXxf86vm/.icon.png Thu Aug 23 19:56:09 2018 +0300 103.3 @@ -0,0 +1,1 @@ 103.4 +../xorg/.icon.png 103.5 \ No newline at end of file
104.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 104.2 +++ b/xorg-libdmx/.icon.png Thu Aug 23 19:56:09 2018 +0300 104.3 @@ -0,0 +1,1 @@ 104.4 +../xorg/.icon.png 104.5 \ No newline at end of file
105.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 105.2 +++ b/xorg-libfontenc/.icon.png Thu Aug 23 19:56:09 2018 +0300 105.3 @@ -0,0 +1,1 @@ 105.4 +../xorg/.icon.png 105.5 \ No newline at end of file
106.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 106.2 +++ b/xorg-liblbxutil/.icon.png Thu Aug 23 19:56:09 2018 +0300 106.3 @@ -0,0 +1,1 @@ 106.4 +../xorg/.icon.png 106.5 \ No newline at end of file
107.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 107.2 +++ b/xorg-libpciaccess/.icon.png Thu Aug 23 19:56:09 2018 +0300 107.3 @@ -0,0 +1,1 @@ 107.4 +../xorg/.icon.png 107.5 \ No newline at end of file
108.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 108.2 +++ b/xorg-libxcb/.icon.png Thu Aug 23 19:56:09 2018 +0300 108.3 @@ -0,0 +1,1 @@ 108.4 +../xorg/.icon.png 108.5 \ No newline at end of file
109.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 109.2 +++ b/xorg-libxkbfile/.icon.png Thu Aug 23 19:56:09 2018 +0300 109.3 @@ -0,0 +1,1 @@ 109.4 +../xorg/.icon.png 109.5 \ No newline at end of file
110.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 110.2 +++ b/xorg-libxshmfence/.icon.png Thu Aug 23 19:56:09 2018 +0300 110.3 @@ -0,0 +1,1 @@ 110.4 +../xorg/.icon.png 110.5 \ No newline at end of file
111.1 --- a/xorg-libxshmfence/receipt Thu Aug 23 11:55:21 2018 +0300 111.2 +++ b/xorg-libxshmfence/receipt Thu Aug 23 19:56:09 2018 +0300 111.3 @@ -1,7 +1,7 @@ 111.4 # SliTaz package receipt v2. 111.5 111.6 PACKAGE="xorg-libxshmfence" 111.7 -VERSION="1.2" 111.8 +VERSION="1.3" 111.9 CATEGORY="x-window" 111.10 SHORT_DESC="Xorg server Shared Memory Fence library" 111.11 MAINTAINER="al.bobylev@gmail.com"
112.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 112.2 +++ b/xorg-luit/.icon.png Thu Aug 23 19:56:09 2018 +0300 112.3 @@ -0,0 +1,1 @@ 112.4 +../xorg/.icon.png 112.5 \ No newline at end of file
113.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 113.2 +++ b/xorg-makedepend/.icon.png Thu Aug 23 19:56:09 2018 +0300 113.3 @@ -0,0 +1,1 @@ 113.4 +../xorg/.icon.png 113.5 \ No newline at end of file
114.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 114.2 +++ b/xorg-mkfontdir/.icon.png Thu Aug 23 19:56:09 2018 +0300 114.3 @@ -0,0 +1,1 @@ 114.4 +../xorg/.icon.png 114.5 \ No newline at end of file
115.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 115.2 +++ b/xorg-mkfontscale/.icon.png Thu Aug 23 19:56:09 2018 +0300 115.3 @@ -0,0 +1,1 @@ 115.4 +../xorg/.icon.png 115.5 \ No newline at end of file
116.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 116.2 +++ b/xorg-oclock/.icon.png Thu Aug 23 19:56:09 2018 +0300 116.3 @@ -0,0 +1,1 @@ 116.4 +../xorg/.icon.png 116.5 \ No newline at end of file
117.1 --- a/xorg-oclock/receipt Thu Aug 23 11:55:21 2018 +0300 117.2 +++ b/xorg-oclock/receipt Thu Aug 23 19:56:09 2018 +0300 117.3 @@ -1,7 +1,7 @@ 117.4 # SliTaz package receipt v2. 117.5 117.6 PACKAGE="xorg-oclock" 117.7 -VERSION="1.0.3" 117.8 +VERSION="1.0.4" 117.9 CATEGORY="x-window" 117.10 SHORT_DESC="Round X clock" 117.11 MAINTAINER="al.bobylev@gmail.com"
118.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 118.2 +++ b/xorg-pixman/.icon.png Thu Aug 23 19:56:09 2018 +0300 118.3 @@ -0,0 +1,1 @@ 118.4 +../xorg/.icon.png 118.5 \ No newline at end of file
119.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 119.2 +++ b/xorg-presentproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 119.3 @@ -0,0 +1,1 @@ 119.4 +../xorg/.icon.png 119.5 \ No newline at end of file
120.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 120.2 +++ b/xorg-printproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 120.3 @@ -0,0 +1,1 @@ 120.4 +../xorg/.icon.png 120.5 \ No newline at end of file
121.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 121.2 +++ b/xorg-randrproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 121.3 @@ -0,0 +1,1 @@ 121.4 +../xorg/.icon.png 121.5 \ No newline at end of file
122.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 122.2 +++ b/xorg-recordproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 122.3 @@ -0,0 +1,1 @@ 122.4 +../xorg/.icon.png 122.5 \ No newline at end of file
123.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 123.2 +++ b/xorg-renderproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 123.3 @@ -0,0 +1,1 @@ 123.4 +../xorg/.icon.png 123.5 \ No newline at end of file
124.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 124.2 +++ b/xorg-resourceproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 124.3 @@ -0,0 +1,1 @@ 124.4 +../xorg/.icon.png 124.5 \ No newline at end of file
125.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 125.2 +++ b/xorg-rgb/.icon.png Thu Aug 23 19:56:09 2018 +0300 125.3 @@ -0,0 +1,1 @@ 125.4 +../xorg/.icon.png 125.5 \ No newline at end of file
126.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 126.2 +++ b/xorg-scrnsaverproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 126.3 @@ -0,0 +1,1 @@ 126.4 +../xorg/.icon.png 126.5 \ No newline at end of file
127.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 127.2 +++ b/xorg-server-light/.icon.png Thu Aug 23 19:56:09 2018 +0300 127.3 @@ -0,0 +1,1 @@ 127.4 +../xorg/.icon.png 127.5 \ No newline at end of file
128.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 128.2 +++ b/xorg-server/.icon.png Thu Aug 23 19:56:09 2018 +0300 128.3 @@ -0,0 +1,1 @@ 128.4 +../xorg/.icon.png 128.5 \ No newline at end of file
129.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 129.2 +++ b/xorg-sessreg/.icon.png Thu Aug 23 19:56:09 2018 +0300 129.3 @@ -0,0 +1,1 @@ 129.4 +../xorg/.icon.png 129.5 \ No newline at end of file
130.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 130.2 +++ b/xorg-setxkbmap/.icon.png Thu Aug 23 19:56:09 2018 +0300 130.3 @@ -0,0 +1,1 @@ 130.4 +../xorg/.icon.png 130.5 \ No newline at end of file
131.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 131.2 +++ b/xorg-showfont/.icon.png Thu Aug 23 19:56:09 2018 +0300 131.3 @@ -0,0 +1,1 @@ 131.4 +../xorg/.icon.png 131.5 \ No newline at end of file
132.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 132.2 +++ b/xorg-smproxy/.icon.png Thu Aug 23 19:56:09 2018 +0300 132.3 @@ -0,0 +1,1 @@ 132.4 +../xorg/.icon.png 132.5 \ No newline at end of file
133.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 133.2 +++ b/xorg-twm/.icon.png Thu Aug 23 19:56:09 2018 +0300 133.3 @@ -0,0 +1,1 @@ 133.4 +../xorg/.icon.png 133.5 \ No newline at end of file
134.1 --- a/xorg-twm/receipt Thu Aug 23 11:55:21 2018 +0300 134.2 +++ b/xorg-twm/receipt Thu Aug 23 19:56:09 2018 +0300 134.3 @@ -1,7 +1,7 @@ 134.4 # SliTaz package receipt v2. 134.5 134.6 PACKAGE="xorg-twm" 134.7 -VERSION="1.0.9" 134.8 +VERSION="1.0.10" 134.9 CATEGORY="x-window" 134.10 SHORT_DESC="Simple window manager" 134.11 MAINTAINER="al.bobylev@gmail.com"
135.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 135.2 +++ b/xorg-util-macros/.icon.png Thu Aug 23 19:56:09 2018 +0300 135.3 @@ -0,0 +1,1 @@ 135.4 +../xorg/.icon.png 135.5 \ No newline at end of file
136.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 136.2 +++ b/xorg-videoproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 136.3 @@ -0,0 +1,1 @@ 136.4 +../xorg/.icon.png 136.5 \ No newline at end of file
137.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 137.2 +++ b/xorg-x11perf/.icon.png Thu Aug 23 19:56:09 2018 +0300 137.3 @@ -0,0 +1,1 @@ 137.4 +../xorg/.icon.png 137.5 \ No newline at end of file
138.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 138.2 +++ b/xorg-xauth/.icon.png Thu Aug 23 19:56:09 2018 +0300 138.3 @@ -0,0 +1,1 @@ 138.4 +../xorg/.icon.png 138.5 \ No newline at end of file
139.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 139.2 +++ b/xorg-xbacklight/.icon.png Thu Aug 23 19:56:09 2018 +0300 139.3 @@ -0,0 +1,1 @@ 139.4 +../xorg/.icon.png 139.5 \ No newline at end of file
140.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 140.2 +++ b/xorg-xbitmaps/.icon.png Thu Aug 23 19:56:09 2018 +0300 140.3 @@ -0,0 +1,1 @@ 140.4 +../xorg/.icon.png 140.5 \ No newline at end of file
141.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 141.2 +++ b/xorg-xcalc/.icon.png Thu Aug 23 19:56:09 2018 +0300 141.3 @@ -0,0 +1,1 @@ 141.4 +../xorg/.icon.png 141.5 \ No newline at end of file
142.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 142.2 +++ b/xorg-xcb-proto/.icon.png Thu Aug 23 19:56:09 2018 +0300 142.3 @@ -0,0 +1,1 @@ 142.4 +../xorg/.icon.png 142.5 \ No newline at end of file
143.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 143.2 +++ b/xorg-xcb-util-cursor/.icon.png Thu Aug 23 19:56:09 2018 +0300 143.3 @@ -0,0 +1,1 @@ 143.4 +../xorg/.icon.png 143.5 \ No newline at end of file
144.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 144.2 +++ b/xorg-xcb-util-image/.icon.png Thu Aug 23 19:56:09 2018 +0300 144.3 @@ -0,0 +1,1 @@ 144.4 +../xorg/.icon.png 144.5 \ No newline at end of file
145.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 145.2 +++ b/xorg-xcb-util-keysyms/.icon.png Thu Aug 23 19:56:09 2018 +0300 145.3 @@ -0,0 +1,1 @@ 145.4 +../xorg/.icon.png 145.5 \ No newline at end of file
146.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 146.2 +++ b/xorg-xcb-util-renderutil/.icon.png Thu Aug 23 19:56:09 2018 +0300 146.3 @@ -0,0 +1,1 @@ 146.4 +../xorg/.icon.png 146.5 \ No newline at end of file
147.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 147.2 +++ b/xorg-xcb-util-wm/.icon.png Thu Aug 23 19:56:09 2018 +0300 147.3 @@ -0,0 +1,1 @@ 147.4 +../xorg/.icon.png 147.5 \ No newline at end of file
148.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 148.2 +++ b/xorg-xcb-util/.icon.png Thu Aug 23 19:56:09 2018 +0300 148.3 @@ -0,0 +1,1 @@ 148.4 +../xorg/.icon.png 148.5 \ No newline at end of file
149.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 149.2 +++ b/xorg-xclipboard/.icon.png Thu Aug 23 19:56:09 2018 +0300 149.3 @@ -0,0 +1,1 @@ 149.4 +../xorg/.icon.png 149.5 \ No newline at end of file
150.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 150.2 +++ b/xorg-xclock/.icon.png Thu Aug 23 19:56:09 2018 +0300 150.3 @@ -0,0 +1,1 @@ 150.4 +../xorg/.icon.png 150.5 \ No newline at end of file
151.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 151.2 +++ b/xorg-xcmiscproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 151.3 @@ -0,0 +1,1 @@ 151.4 +../xorg/.icon.png 151.5 \ No newline at end of file
152.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 152.2 +++ b/xorg-xcmsdb/.icon.png Thu Aug 23 19:56:09 2018 +0300 152.3 @@ -0,0 +1,1 @@ 152.4 +../xorg/.icon.png 152.5 \ No newline at end of file
153.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 153.2 +++ b/xorg-xcompmgr/.icon.png Thu Aug 23 19:56:09 2018 +0300 153.3 @@ -0,0 +1,1 @@ 153.4 +../xorg/.icon.png 153.5 \ No newline at end of file
154.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 154.2 +++ b/xorg-xcursor-themes/.icon.png Thu Aug 23 19:56:09 2018 +0300 154.3 @@ -0,0 +1,1 @@ 154.4 +../xorg/.icon.png 154.5 \ No newline at end of file
155.1 --- a/xorg-xcursor-themes/receipt Thu Aug 23 11:55:21 2018 +0300 155.2 +++ b/xorg-xcursor-themes/receipt Thu Aug 23 19:56:09 2018 +0300 155.3 @@ -1,7 +1,7 @@ 155.4 # SliTaz package receipt v2. 155.5 155.6 PACKAGE="xorg-xcursor-themes" 155.7 -VERSION="1.0.4" 155.8 +VERSION="1.0.5" 155.9 CATEGORY="x-window" 155.10 SHORT_DESC="Standard set of X cursors" 155.11 MAINTAINER="al.bobylev@gmail.com"
156.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 156.2 +++ b/xorg-xcursorgen/.icon.png Thu Aug 23 19:56:09 2018 +0300 156.3 @@ -0,0 +1,1 @@ 156.4 +../xorg/.icon.png 156.5 \ No newline at end of file
157.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 157.2 +++ b/xorg-xdpyinfo/.icon.png Thu Aug 23 19:56:09 2018 +0300 157.3 @@ -0,0 +1,1 @@ 157.4 +../xorg/.icon.png 157.5 \ No newline at end of file
158.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 158.2 +++ b/xorg-xdriinfo/.icon.png Thu Aug 23 19:56:09 2018 +0300 158.3 @@ -0,0 +1,1 @@ 158.4 +../xorg/.icon.png 158.5 \ No newline at end of file
159.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 159.2 +++ b/xorg-xedit/.icon.png Thu Aug 23 19:56:09 2018 +0300 159.3 @@ -0,0 +1,1 @@ 159.4 +../xorg/.icon.png 159.5 \ No newline at end of file
160.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 160.2 +++ b/xorg-xev/.icon.png Thu Aug 23 19:56:09 2018 +0300 160.3 @@ -0,0 +1,1 @@ 160.4 +../xorg/.icon.png 160.5 \ No newline at end of file
161.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 161.2 +++ b/xorg-xextproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 161.3 @@ -0,0 +1,1 @@ 161.4 +../xorg/.icon.png 161.5 \ No newline at end of file
162.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 162.2 +++ b/xorg-xeyes/.icon.png Thu Aug 23 19:56:09 2018 +0300 162.3 @@ -0,0 +1,1 @@ 162.4 +../xorg/.icon.png 162.5 \ No newline at end of file
163.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 163.2 +++ b/xorg-xf86-input-acecad/.icon.png Thu Aug 23 19:56:09 2018 +0300 163.3 @@ -0,0 +1,1 @@ 163.4 +../xorg/.icon.png 163.5 \ No newline at end of file
164.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 164.2 +++ b/xorg-xf86-input-elographics/.icon.png Thu Aug 23 19:56:09 2018 +0300 164.3 @@ -0,0 +1,1 @@ 164.4 +../xorg/.icon.png 164.5 \ No newline at end of file
165.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 165.2 +++ b/xorg-xf86-input-evdev/.icon.png Thu Aug 23 19:56:09 2018 +0300 165.3 @@ -0,0 +1,1 @@ 165.4 +../xorg/.icon.png 165.5 \ No newline at end of file
166.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 166.2 +++ b/xorg-xf86-input-fpit/.icon.png Thu Aug 23 19:56:09 2018 +0300 166.3 @@ -0,0 +1,1 @@ 166.4 +../xorg/.icon.png 166.5 \ No newline at end of file
167.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 167.2 +++ b/xorg-xf86-input-hyperpen/.icon.png Thu Aug 23 19:56:09 2018 +0300 167.3 @@ -0,0 +1,1 @@ 167.4 +../xorg/.icon.png 167.5 \ No newline at end of file
168.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 168.2 +++ b/xorg-xf86-input-joystick/.icon.png Thu Aug 23 19:56:09 2018 +0300 168.3 @@ -0,0 +1,1 @@ 168.4 +../xorg/.icon.png 168.5 \ No newline at end of file
169.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 169.2 +++ b/xorg-xf86-input-keyboard/.icon.png Thu Aug 23 19:56:09 2018 +0300 169.3 @@ -0,0 +1,1 @@ 169.4 +../xorg/.icon.png 169.5 \ No newline at end of file
170.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 170.2 +++ b/xorg-xf86-input-libinput/.icon.png Thu Aug 23 19:56:09 2018 +0300 170.3 @@ -0,0 +1,1 @@ 170.4 +../xorg/.icon.png 170.5 \ No newline at end of file
171.1 --- a/xorg-xf86-input-libinput/receipt Thu Aug 23 11:55:21 2018 +0300 171.2 +++ b/xorg-xf86-input-libinput/receipt Thu Aug 23 19:56:09 2018 +0300 171.3 @@ -1,7 +1,7 @@ 171.4 # SliTaz package receipt v2. 171.5 171.6 PACKAGE="xorg-xf86-input-libinput" 171.7 -VERSION="0.25.1" 171.8 +VERSION="0.28.0" 171.9 CATEGORY="x-window" 171.10 SHORT_DESC="libinput-based X.Org input driver" 171.11 MAINTAINER="al.bobylev@gmail.com"
172.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 172.2 +++ b/xorg-xf86-input-mouse/.icon.png Thu Aug 23 19:56:09 2018 +0300 172.3 @@ -0,0 +1,1 @@ 172.4 +../xorg/.icon.png 172.5 \ No newline at end of file
173.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 173.2 +++ b/xorg-xf86-input-mutouch/.icon.png Thu Aug 23 19:56:09 2018 +0300 173.3 @@ -0,0 +1,1 @@ 173.4 +../xorg/.icon.png 173.5 \ No newline at end of file
174.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 174.2 +++ b/xorg-xf86-input-penmount/.icon.png Thu Aug 23 19:56:09 2018 +0300 174.3 @@ -0,0 +1,1 @@ 174.4 +../xorg/.icon.png 174.5 \ No newline at end of file
175.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 175.2 +++ b/xorg-xf86-input-synaptics/.icon.png Thu Aug 23 19:56:09 2018 +0300 175.3 @@ -0,0 +1,1 @@ 175.4 +../xorg/.icon.png 175.5 \ No newline at end of file
176.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 176.2 +++ b/xorg-xf86-input-vmmouse/.icon.png Thu Aug 23 19:56:09 2018 +0300 176.3 @@ -0,0 +1,1 @@ 176.4 +../xorg/.icon.png 176.5 \ No newline at end of file
177.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 177.2 +++ b/xorg-xf86-input-void/.icon.png Thu Aug 23 19:56:09 2018 +0300 177.3 @@ -0,0 +1,1 @@ 177.4 +../xorg/.icon.png 177.5 \ No newline at end of file
178.1 Binary file xorg-xf86-input-wacom/.icon.png has changed
179.1 --- a/xorg-xf86-input-wacom/receipt Thu Aug 23 11:55:21 2018 +0300 179.2 +++ b/xorg-xf86-input-wacom/receipt Thu Aug 23 19:56:09 2018 +0300 179.3 @@ -1,16 +1,16 @@ 179.4 # SliTaz package receipt v2. 179.5 179.6 PACKAGE="xorg-xf86-input-wacom" 179.7 -VERSION="0.35.0" 179.8 +VERSION="0.36.1" 179.9 CATEGORY="x-window" 179.10 SHORT_DESC="X input driver for Wacom and Wacom-like tablets" 179.11 MAINTAINER="al.bobylev@gmail.com" 179.12 LICENSE="GPL2" 179.13 -WEB_SITE="http://linuxwacom.sourceforge.net/wiki/index.php/Main_Page" 179.14 +WEB_SITE="https://linuxwacom.github.io/" 179.15 REPOLOGY="xdrv:wacom" 179.16 179.17 TARBALL="xf86-input-wacom-$VERSION.tar.bz2" 179.18 -WGET_URL="$SF_MIRROR/linuxwacom/$TARBALL" 179.19 +WGET_URL="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$VERSION/$TARBALL" 179.20 179.21 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-xproto xorg-libXext-dev \ 179.22 xorg-kbproto xorg-inputproto xorg-randrproto xorg-libXi-dev xorg-libXrandr-dev \
180.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 180.2 +++ b/xorg-xf86-video-amdgpu/.icon.png Thu Aug 23 19:56:09 2018 +0300 180.3 @@ -0,0 +1,1 @@ 180.4 +../xorg/.icon.png 180.5 \ No newline at end of file
181.1 --- a/xorg-xf86-video-amdgpu/receipt Thu Aug 23 11:55:21 2018 +0300 181.2 +++ b/xorg-xf86-video-amdgpu/receipt Thu Aug 23 19:56:09 2018 +0300 181.3 @@ -1,20 +1,22 @@ 181.4 # SliTaz package receipt v2. 181.5 181.6 PACKAGE="xorg-xf86-video-amdgpu" 181.7 -VERSION="1.3.0" 181.8 +VERSION="18.0.1" 181.9 CATEGORY="x-window" 181.10 -SHORT_DESC="Xorg driver for AMD RADEON-based video cards" 181.11 +SHORT_DESC="AMD Rx/HDxxxx video driver" 181.12 MAINTAINER="al.bobylev@gmail.com" 181.13 LICENSE="MIT" 181.14 WEB_SITE="https://www.x.org/wiki/" 181.15 REPOLOGY="xdrv:amdgpu" 181.16 181.17 -TARBALL="xf86-video-amdgpu-$VERSION.tar.bz2" 181.18 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 181.19 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 181.20 181.21 BUILD_DEPENDS="xorg-util-macros xorg-server-dev libdrm-dev expat-dev" 181.22 181.23 compile_rules() { 181.24 + export LDFLAGS="$LDFLAGS -Wl,-z,lazy" 181.25 + 181.26 ./configure $CONFIGURE_ARGS && 181.27 fix libtool && 181.28 make && 181.29 @@ -23,6 +25,6 @@ 181.30 181.31 genpkg_rules() { 181.32 copy @std 181.33 - DEPENDS="eudev libdrm-amdgpu mesa" 181.34 + DEPENDS="libdrm-amdgpu mesa-libgbm" 181.35 TAGS="xorg display" 181.36 }
182.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 182.2 +++ b/xorg-xf86-video-ast/.icon.png Thu Aug 23 19:56:09 2018 +0300 182.3 @@ -0,0 +1,1 @@ 182.4 +../xorg/.icon.png 182.5 \ No newline at end of file
183.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 183.2 +++ b/xorg-xf86-video-ati/.icon.png Thu Aug 23 19:56:09 2018 +0300 183.3 @@ -0,0 +1,1 @@ 183.4 +../xorg/.icon.png 183.5 \ No newline at end of file
184.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 184.2 +++ b/xorg-xf86-video-chips/.icon.png Thu Aug 23 19:56:09 2018 +0300 184.3 @@ -0,0 +1,1 @@ 184.4 +../xorg/.icon.png 184.5 \ No newline at end of file
185.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 185.2 +++ b/xorg-xf86-video-cirrus/.icon.png Thu Aug 23 19:56:09 2018 +0300 185.3 @@ -0,0 +1,1 @@ 185.4 +../xorg/.icon.png 185.5 \ No newline at end of file
186.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 186.2 +++ b/xorg-xf86-video-fbdev/.icon.png Thu Aug 23 19:56:09 2018 +0300 186.3 @@ -0,0 +1,1 @@ 186.4 +../xorg/.icon.png 186.5 \ No newline at end of file
187.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 187.2 +++ b/xorg-xf86-video-fbturbo/.icon.png Thu Aug 23 19:56:09 2018 +0300 187.3 @@ -0,0 +1,1 @@ 187.4 +../xorg/.icon.png 187.5 \ No newline at end of file
188.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 188.2 +++ b/xorg-xf86-video-geode/.icon.png Thu Aug 23 19:56:09 2018 +0300 188.3 @@ -0,0 +1,1 @@ 188.4 +../xorg/.icon.png 188.5 \ No newline at end of file
189.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 189.2 +++ b/xorg-xf86-video-glint/.icon.png Thu Aug 23 19:56:09 2018 +0300 189.3 @@ -0,0 +1,1 @@ 189.4 +../xorg/.icon.png 189.5 \ No newline at end of file
190.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 190.2 +++ b/xorg-xf86-video-i740/.icon.png Thu Aug 23 19:56:09 2018 +0300 190.3 @@ -0,0 +1,1 @@ 190.4 +../xorg/.icon.png 190.5 \ No newline at end of file
191.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 191.2 +++ b/xorg-xf86-video-intel/.icon.png Thu Aug 23 19:56:09 2018 +0300 191.3 @@ -0,0 +1,1 @@ 191.4 +../xorg/.icon.png 191.5 \ No newline at end of file
192.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 192.2 +++ b/xorg-xf86-video-mach64/.icon.png Thu Aug 23 19:56:09 2018 +0300 192.3 @@ -0,0 +1,1 @@ 192.4 +../xorg/.icon.png 192.5 \ No newline at end of file
193.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 193.2 +++ b/xorg-xf86-video-neomagic/.icon.png Thu Aug 23 19:56:09 2018 +0300 193.3 @@ -0,0 +1,1 @@ 193.4 +../xorg/.icon.png 193.5 \ No newline at end of file
194.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 194.2 +++ b/xorg-xf86-video-nouveau/.icon.png Thu Aug 23 19:56:09 2018 +0300 194.3 @@ -0,0 +1,1 @@ 194.4 +../xorg/.icon.png 194.5 \ No newline at end of file
195.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 195.2 +++ b/xorg-xf86-video-nv/.icon.png Thu Aug 23 19:56:09 2018 +0300 195.3 @@ -0,0 +1,1 @@ 195.4 +../xorg/.icon.png 195.5 \ No newline at end of file
196.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 196.2 +++ b/xorg-xf86-video-omap/.icon.png Thu Aug 23 19:56:09 2018 +0300 196.3 @@ -0,0 +1,1 @@ 196.4 +../xorg/.icon.png 196.5 \ No newline at end of file
197.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 197.2 +++ b/xorg-xf86-video-openchrome/.icon.png Thu Aug 23 19:56:09 2018 +0300 197.3 @@ -0,0 +1,1 @@ 197.4 +../xorg/.icon.png 197.5 \ No newline at end of file
198.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 198.2 +++ b/xorg-xf86-video-qxl/.icon.png Thu Aug 23 19:56:09 2018 +0300 198.3 @@ -0,0 +1,1 @@ 198.4 +../xorg/.icon.png 198.5 \ No newline at end of file
199.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 199.2 +++ b/xorg-xf86-video-r128/.icon.png Thu Aug 23 19:56:09 2018 +0300 199.3 @@ -0,0 +1,1 @@ 199.4 +../xorg/.icon.png 199.5 \ No newline at end of file
200.1 --- a/xorg-xf86-video-r128/receipt Thu Aug 23 11:55:21 2018 +0300 200.2 +++ b/xorg-xf86-video-r128/receipt Thu Aug 23 19:56:09 2018 +0300 200.3 @@ -1,7 +1,7 @@ 200.4 # SliTaz package receipt v2. 200.5 200.6 PACKAGE="xorg-xf86-video-r128" 200.7 -VERSION="6.10.2" 200.8 +VERSION="6.11.0" 200.9 CATEGORY="x-window" 200.10 SHORT_DESC="Xorg driver for ATI Rage 128 based video cards" 200.11 MAINTAINER="al.bobylev@gmail.com" 200.12 @@ -9,7 +9,7 @@ 200.13 WEB_SITE="https://www.x.org/wiki/" 200.14 REPOLOGY="xdrv:r128" 200.15 200.16 -TARBALL="xf86-video-r128-$VERSION.tar.bz2" 200.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 200.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 200.19 200.20 BUILD_DEPENDS="xorg-server-dev"
201.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 201.2 +++ b/xorg-xf86-video-rendition/.icon.png Thu Aug 23 19:56:09 2018 +0300 201.3 @@ -0,0 +1,1 @@ 201.4 +../xorg/.icon.png 201.5 \ No newline at end of file
202.1 --- a/xorg-xf86-video-rendition/receipt Thu Aug 23 11:55:21 2018 +0300 202.2 +++ b/xorg-xf86-video-rendition/receipt Thu Aug 23 19:56:09 2018 +0300 202.3 @@ -1,7 +1,7 @@ 202.4 # SliTaz package receipt v2. 202.5 202.6 PACKAGE="xorg-xf86-video-rendition" 202.7 -VERSION="4.2.6" 202.8 +VERSION="4.2.7" 202.9 CATEGORY="x-window" 202.10 SHORT_DESC="Xorg driver for Rendition/Micron based video cards" 202.11 MAINTAINER="al.bobylev@gmail.com" 202.12 @@ -9,7 +9,7 @@ 202.13 WEB_SITE="https://www.x.org/wiki/" 202.14 REPOLOGY="xdrv:rendition" 202.15 202.16 -TARBALL="xf86-video-rendition-$VERSION.tar.bz2" 202.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 202.18 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 202.19 202.20 BUILD_DEPENDS="xorg-server-dev"
203.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 203.2 +++ b/xorg-xf86-video-s3virge/.icon.png Thu Aug 23 19:56:09 2018 +0300 203.3 @@ -0,0 +1,1 @@ 203.4 +../xorg/.icon.png 203.5 \ No newline at end of file
204.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 204.2 +++ b/xorg-xf86-video-savage/.icon.png Thu Aug 23 19:56:09 2018 +0300 204.3 @@ -0,0 +1,1 @@ 204.4 +../xorg/.icon.png 204.5 \ No newline at end of file
205.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 205.2 +++ b/xorg-xf86-video-siliconmotion/.icon.png Thu Aug 23 19:56:09 2018 +0300 205.3 @@ -0,0 +1,1 @@ 205.4 +../xorg/.icon.png 205.5 \ No newline at end of file
206.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 206.2 +++ b/xorg-xf86-video-sis/.icon.png Thu Aug 23 19:56:09 2018 +0300 206.3 @@ -0,0 +1,1 @@ 206.4 +../xorg/.icon.png 206.5 \ No newline at end of file
207.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 207.2 +++ b/xorg-xf86-video-sisusb/.icon.png Thu Aug 23 19:56:09 2018 +0300 207.3 @@ -0,0 +1,1 @@ 207.4 +../xorg/.icon.png 207.5 \ No newline at end of file
208.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 208.2 +++ b/xorg-xf86-video-suncg14/.icon.png Thu Aug 23 19:56:09 2018 +0300 208.3 @@ -0,0 +1,1 @@ 208.4 +../xorg/.icon.png 208.5 \ No newline at end of file
209.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 209.2 +++ b/xorg-xf86-video-suncg3/.icon.png Thu Aug 23 19:56:09 2018 +0300 209.3 @@ -0,0 +1,1 @@ 209.4 +../xorg/.icon.png 209.5 \ No newline at end of file
210.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 210.2 +++ b/xorg-xf86-video-suncg6/.icon.png Thu Aug 23 19:56:09 2018 +0300 210.3 @@ -0,0 +1,1 @@ 210.4 +../xorg/.icon.png 210.5 \ No newline at end of file
211.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 211.2 +++ b/xorg-xf86-video-sunffb/.icon.png Thu Aug 23 19:56:09 2018 +0300 211.3 @@ -0,0 +1,1 @@ 211.4 +../xorg/.icon.png 211.5 \ No newline at end of file
212.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 212.2 +++ b/xorg-xf86-video-sunleo/.icon.png Thu Aug 23 19:56:09 2018 +0300 212.3 @@ -0,0 +1,1 @@ 212.4 +../xorg/.icon.png 212.5 \ No newline at end of file
213.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 213.2 +++ b/xorg-xf86-video-suntcx/.icon.png Thu Aug 23 19:56:09 2018 +0300 213.3 @@ -0,0 +1,1 @@ 213.4 +../xorg/.icon.png 213.5 \ No newline at end of file
214.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 214.2 +++ b/xorg-xf86-video-tdfx/.icon.png Thu Aug 23 19:56:09 2018 +0300 214.3 @@ -0,0 +1,1 @@ 214.4 +../xorg/.icon.png 214.5 \ No newline at end of file
215.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 215.2 +++ b/xorg-xf86-video-trident/.icon.png Thu Aug 23 19:56:09 2018 +0300 215.3 @@ -0,0 +1,1 @@ 215.4 +../xorg/.icon.png 215.5 \ No newline at end of file
216.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 216.2 +++ b/xorg-xf86-video-vesa/.icon.png Thu Aug 23 19:56:09 2018 +0300 216.3 @@ -0,0 +1,1 @@ 216.4 +../xorg/.icon.png 216.5 \ No newline at end of file
217.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 217.2 +++ b/xorg-xf86-video-vmware/.icon.png Thu Aug 23 19:56:09 2018 +0300 217.3 @@ -0,0 +1,1 @@ 217.4 +../xorg/.icon.png 217.5 \ No newline at end of file
218.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 218.2 +++ b/xorg-xf86bigfontproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 218.3 @@ -0,0 +1,1 @@ 218.4 +../xorg/.icon.png 218.5 \ No newline at end of file
219.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 219.2 +++ b/xorg-xf86dgaproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 219.3 @@ -0,0 +1,1 @@ 219.4 +../xorg/.icon.png 219.5 \ No newline at end of file
220.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 220.2 +++ b/xorg-xf86driproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 220.3 @@ -0,0 +1,1 @@ 220.4 +../xorg/.icon.png 220.5 \ No newline at end of file
221.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 221.2 +++ b/xorg-xf86miscproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 221.3 @@ -0,0 +1,1 @@ 221.4 +../xorg/.icon.png 221.5 \ No newline at end of file
222.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 222.2 +++ b/xorg-xf86rushproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 222.3 @@ -0,0 +1,1 @@ 222.4 +../xorg/.icon.png 222.5 \ No newline at end of file
223.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 223.2 +++ b/xorg-xf86vidmodeproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 223.3 @@ -0,0 +1,1 @@ 223.4 +../xorg/.icon.png 223.5 \ No newline at end of file
224.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 224.2 +++ b/xorg-xfd/.icon.png Thu Aug 23 19:56:09 2018 +0300 224.3 @@ -0,0 +1,1 @@ 224.4 +../xorg/.icon.png 224.5 \ No newline at end of file
225.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 225.2 +++ b/xorg-xfontsel/.icon.png Thu Aug 23 19:56:09 2018 +0300 225.3 @@ -0,0 +1,1 @@ 225.4 +../xorg/.icon.png 225.5 \ No newline at end of file
226.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 226.2 +++ b/xorg-xfs/.icon.png Thu Aug 23 19:56:09 2018 +0300 226.3 @@ -0,0 +1,1 @@ 226.4 +../xorg/.icon.png 226.5 \ No newline at end of file
227.1 --- a/xorg-xfs/receipt Thu Aug 23 11:55:21 2018 +0300 227.2 +++ b/xorg-xfs/receipt Thu Aug 23 19:56:09 2018 +0300 227.3 @@ -1,7 +1,7 @@ 227.4 # SliTaz package receipt v2. 227.5 227.6 PACKAGE="xorg-xfs" 227.7 -VERSION="1.1.4" 227.8 +VERSION="1.2.0" 227.9 CATEGORY="x-window" 227.10 SHORT_DESC="X Font Server" 227.11 MAINTAINER="al.bobylev@gmail.com" 227.12 @@ -9,12 +9,11 @@ 227.13 WEB_SITE="https://www.x.org/wiki/" 227.14 REPOLOGY="xfs" 227.15 227.16 -TARBALL="xfs-$VERSION.tar.bz2" 227.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 227.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 227.19 227.20 BUILD_DEPENDS="xorg-util-macros xorg-font-util-dev xorg-xproto \ 227.21 -xorg-libXfont-dev xorg-xtrans" 227.22 -PKG_RULE="std" 227.23 +xorg-libXfont2-dev xorg-xtrans" 227.24 227.25 compile_rules() { 227.26 touch /root/missing /missing 227.27 @@ -26,6 +25,6 @@ 227.28 227.29 genpkg_rules() { 227.30 copy @std 227.31 - DEPENDS="xorg-libXfont" 227.32 + DEPENDS="xorg-libXfont2" 227.33 CONFIG_FILES="/etc/X11/fs/config" 227.34 }
228.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 228.2 +++ b/xorg-xfsinfo/.icon.png Thu Aug 23 19:56:09 2018 +0300 228.3 @@ -0,0 +1,1 @@ 228.4 +../xorg/.icon.png 228.5 \ No newline at end of file
229.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 229.2 +++ b/xorg-xgamma/.icon.png Thu Aug 23 19:56:09 2018 +0300 229.3 @@ -0,0 +1,1 @@ 229.4 +../xorg/.icon.png 229.5 \ No newline at end of file
230.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 230.2 +++ b/xorg-xhost/.icon.png Thu Aug 23 19:56:09 2018 +0300 230.3 @@ -0,0 +1,1 @@ 230.4 +../xorg/.icon.png 230.5 \ No newline at end of file
231.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 231.2 +++ b/xorg-xineramaproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 231.3 @@ -0,0 +1,1 @@ 231.4 +../xorg/.icon.png 231.5 \ No newline at end of file
232.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 232.2 +++ b/xorg-xinit/.icon.png Thu Aug 23 19:56:09 2018 +0300 232.3 @@ -0,0 +1,1 @@ 232.4 +../xorg/.icon.png 232.5 \ No newline at end of file
233.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 233.2 +++ b/xorg-xinput/.icon.png Thu Aug 23 19:56:09 2018 +0300 233.3 @@ -0,0 +1,1 @@ 233.4 +../xorg/.icon.png 233.5 \ No newline at end of file
234.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 234.2 +++ b/xorg-xkbcomp/.icon.png Thu Aug 23 19:56:09 2018 +0300 234.3 @@ -0,0 +1,1 @@ 234.4 +../xorg/.icon.png 234.5 \ No newline at end of file
235.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 235.2 +++ b/xorg-xkbevd/.icon.png Thu Aug 23 19:56:09 2018 +0300 235.3 @@ -0,0 +1,1 @@ 235.4 +../xorg/.icon.png 235.5 \ No newline at end of file
236.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 236.2 +++ b/xorg-xkbprint/.icon.png Thu Aug 23 19:56:09 2018 +0300 236.3 @@ -0,0 +1,1 @@ 236.4 +../xorg/.icon.png 236.5 \ No newline at end of file
237.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 237.2 +++ b/xorg-xkbutils/.icon.png Thu Aug 23 19:56:09 2018 +0300 237.3 @@ -0,0 +1,1 @@ 237.4 +../xorg/.icon.png 237.5 \ No newline at end of file
238.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 238.2 +++ b/xorg-xkeyboard-config/.icon.png Thu Aug 23 19:56:09 2018 +0300 238.3 @@ -0,0 +1,1 @@ 238.4 +../xorg/.icon.png 238.5 \ No newline at end of file
239.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 239.2 +++ b/xorg-xkill/.icon.png Thu Aug 23 19:56:09 2018 +0300 239.3 @@ -0,0 +1,1 @@ 239.4 +../xorg/.icon.png 239.5 \ No newline at end of file
240.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 240.2 +++ b/xorg-xload/.icon.png Thu Aug 23 19:56:09 2018 +0300 240.3 @@ -0,0 +1,1 @@ 240.4 +../xorg/.icon.png 240.5 \ No newline at end of file
241.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 241.2 +++ b/xorg-xlsatoms/.icon.png Thu Aug 23 19:56:09 2018 +0300 241.3 @@ -0,0 +1,1 @@ 241.4 +../xorg/.icon.png 241.5 \ No newline at end of file
242.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 242.2 +++ b/xorg-xlsclients/.icon.png Thu Aug 23 19:56:09 2018 +0300 242.3 @@ -0,0 +1,1 @@ 242.4 +../xorg/.icon.png 242.5 \ No newline at end of file
243.1 --- a/xorg-xlsclients/receipt Thu Aug 23 11:55:21 2018 +0300 243.2 +++ b/xorg-xlsclients/receipt Thu Aug 23 19:56:09 2018 +0300 243.3 @@ -1,7 +1,7 @@ 243.4 # SliTaz package receipt v2. 243.5 243.6 PACKAGE="xorg-xlsclients" 243.7 -VERSION="1.1.3" 243.8 +VERSION="1.1.4" 243.9 CATEGORY="x-window" 243.10 SHORT_DESC="List client applications running on a display" 243.11 MAINTAINER="al.bobylev@gmail.com" 243.12 @@ -10,7 +10,7 @@ 243.13 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 243.14 REPOLOGY="xlsclients" 243.15 243.16 -TARBALL="xlsclients-$VERSION.tar.bz2" 243.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 243.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 243.19 243.20 BUILD_DEPENDS="xorg-util-macros xorg-libxcb-dev"
244.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 244.2 +++ b/xorg-xlsfonts/.icon.png Thu Aug 23 19:56:09 2018 +0300 244.3 @@ -0,0 +1,1 @@ 244.4 +../xorg/.icon.png 244.5 \ No newline at end of file
245.1 --- a/xorg-xlsfonts/receipt Thu Aug 23 11:55:21 2018 +0300 245.2 +++ b/xorg-xlsfonts/receipt Thu Aug 23 19:56:09 2018 +0300 245.3 @@ -1,7 +1,7 @@ 245.4 # SliTaz package receipt v2. 245.5 245.6 PACKAGE="xorg-xlsfonts" 245.7 -VERSION="1.0.5" 245.8 +VERSION="1.0.6" 245.9 CATEGORY="x-window" 245.10 SHORT_DESC="List X fonts available on X server" 245.11 MAINTAINER="al.bobylev@gmail.com" 245.12 @@ -9,7 +9,7 @@ 245.13 WEB_SITE="https://www.x.org/wiki/" 245.14 REPOLOGY="xlsfonts" 245.15 245.16 -TARBALL="xlsfonts-$VERSION.tar.bz2" 245.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 245.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 245.19 245.20 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xproto"
246.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 246.2 +++ b/xorg-xmag/.icon.png Thu Aug 23 19:56:09 2018 +0300 246.3 @@ -0,0 +1,1 @@ 246.4 +../xorg/.icon.png 246.5 \ No newline at end of file
247.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 247.2 +++ b/xorg-xmessage/.icon.png Thu Aug 23 19:56:09 2018 +0300 247.3 @@ -0,0 +1,1 @@ 247.4 +../xorg/.icon.png 247.5 \ No newline at end of file
248.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 248.2 +++ b/xorg-xmodmap/.icon.png Thu Aug 23 19:56:09 2018 +0300 248.3 @@ -0,0 +1,1 @@ 248.4 +../xorg/.icon.png 248.5 \ No newline at end of file
249.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 249.2 +++ b/xorg-xpr/.icon.png Thu Aug 23 19:56:09 2018 +0300 249.3 @@ -0,0 +1,1 @@ 249.4 +../xorg/.icon.png 249.5 \ No newline at end of file
250.1 --- a/xorg-xpr/receipt Thu Aug 23 11:55:21 2018 +0300 250.2 +++ b/xorg-xpr/receipt Thu Aug 23 19:56:09 2018 +0300 250.3 @@ -1,7 +1,7 @@ 250.4 # SliTaz package receipt v2. 250.5 250.6 PACKAGE="xorg-xpr" 250.7 -VERSION="1.0.4" 250.8 +VERSION="1.0.5" 250.9 CATEGORY="x-window" 250.10 SHORT_DESC="Print an X window dump from xwd" 250.11 MAINTAINER="al.bobylev@gmail.com" 250.12 @@ -10,7 +10,7 @@ 250.13 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 250.14 REPOLOGY="xpr" 250.15 250.16 -TARBALL="xpr-$VERSION.tar.bz2" 250.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 250.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 250.19 250.20 BUILD_DEPENDS="xorg-util-macros xorg-libXmu-dev xorg-libX11-dev xorg-xproto"
251.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 251.2 +++ b/xorg-xprop/.icon.png Thu Aug 23 19:56:09 2018 +0300 251.3 @@ -0,0 +1,1 @@ 251.4 +../xorg/.icon.png 251.5 \ No newline at end of file
252.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 252.2 +++ b/xorg-xproto/.icon.png Thu Aug 23 19:56:09 2018 +0300 252.3 @@ -0,0 +1,1 @@ 252.4 +../xorg/.icon.png 252.5 \ No newline at end of file
253.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 253.2 +++ b/xorg-xrandr/.icon.png Thu Aug 23 19:56:09 2018 +0300 253.3 @@ -0,0 +1,1 @@ 253.4 +../xorg/.icon.png 253.5 \ No newline at end of file
254.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 254.2 +++ b/xorg-xrdb/.icon.png Thu Aug 23 19:56:09 2018 +0300 254.3 @@ -0,0 +1,1 @@ 254.4 +../xorg/.icon.png 254.5 \ No newline at end of file
255.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 255.2 +++ b/xorg-xrefresh/.icon.png Thu Aug 23 19:56:09 2018 +0300 255.3 @@ -0,0 +1,1 @@ 255.4 +../xorg/.icon.png 255.5 \ No newline at end of file
256.1 --- a/xorg-xrefresh/receipt Thu Aug 23 11:55:21 2018 +0300 256.2 +++ b/xorg-xrefresh/receipt Thu Aug 23 19:56:09 2018 +0300 256.3 @@ -1,7 +1,7 @@ 256.4 # SliTaz package receipt v2. 256.5 256.6 PACKAGE="xorg-xrefresh" 256.7 -VERSION="1.0.5" 256.8 +VERSION="1.0.6" 256.9 CATEGORY="x-window" 256.10 SHORT_DESC="Refresh all or part of an X screen" 256.11 MAINTAINER="al.bobylev@gmail.com" 256.12 @@ -10,7 +10,7 @@ 256.13 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 256.14 REPOLOGY="xrefresh" 256.15 256.16 -TARBALL="xrefresh-$VERSION.tar.bz2" 256.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 256.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 256.19 256.20 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xproto"
257.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 257.2 +++ b/xorg-xset/.icon.png Thu Aug 23 19:56:09 2018 +0300 257.3 @@ -0,0 +1,1 @@ 257.4 +../xorg/.icon.png 257.5 \ No newline at end of file
258.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 258.2 +++ b/xorg-xsetmode/.icon.png Thu Aug 23 19:56:09 2018 +0300 258.3 @@ -0,0 +1,1 @@ 258.4 +../xorg/.icon.png 258.5 \ No newline at end of file
259.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 259.2 +++ b/xorg-xsetpointer/.icon.png Thu Aug 23 19:56:09 2018 +0300 259.3 @@ -0,0 +1,1 @@ 259.4 +../xorg/.icon.png 259.5 \ No newline at end of file
260.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 260.2 +++ b/xorg-xsetroot/.icon.png Thu Aug 23 19:56:09 2018 +0300 260.3 @@ -0,0 +1,1 @@ 260.4 +../xorg/.icon.png 260.5 \ No newline at end of file
261.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 261.2 +++ b/xorg-xsm/.icon.png Thu Aug 23 19:56:09 2018 +0300 261.3 @@ -0,0 +1,1 @@ 261.4 +../xorg/.icon.png 261.5 \ No newline at end of file
262.1 --- a/xorg-xsm/receipt Thu Aug 23 11:55:21 2018 +0300 262.2 +++ b/xorg-xsm/receipt Thu Aug 23 19:56:09 2018 +0300 262.3 @@ -1,7 +1,7 @@ 262.4 # SliTaz package receipt v2. 262.5 262.6 PACKAGE="xorg-xsm" 262.7 -VERSION="1.0.3" 262.8 +VERSION="1.0.4" 262.9 CATEGORY="x-window" 262.10 SHORT_DESC="X Session Manager" 262.11 MAINTAINER="al.bobylev@gmail.com"
263.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 263.2 +++ b/xorg-xtrans/.icon.png Thu Aug 23 19:56:09 2018 +0300 263.3 @@ -0,0 +1,1 @@ 263.4 +../xorg/.icon.png 263.5 \ No newline at end of file
264.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 264.2 +++ b/xorg-xvidtune/.icon.png Thu Aug 23 19:56:09 2018 +0300 264.3 @@ -0,0 +1,1 @@ 264.4 +../xorg/.icon.png 264.5 \ No newline at end of file
265.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 265.2 +++ b/xorg-xvinfo/.icon.png Thu Aug 23 19:56:09 2018 +0300 265.3 @@ -0,0 +1,1 @@ 265.4 +../xorg/.icon.png 265.5 \ No newline at end of file
266.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 266.2 +++ b/xorg-xwd/.icon.png Thu Aug 23 19:56:09 2018 +0300 266.3 @@ -0,0 +1,1 @@ 266.4 +../xorg/.icon.png 266.5 \ No newline at end of file
267.1 --- a/xorg-xwd/receipt Thu Aug 23 11:55:21 2018 +0300 267.2 +++ b/xorg-xwd/receipt Thu Aug 23 19:56:09 2018 +0300 267.3 @@ -1,7 +1,7 @@ 267.4 # SliTaz package receipt v2. 267.5 267.6 PACKAGE="xorg-xwd" 267.7 -VERSION="1.0.6" 267.8 +VERSION="1.0.7" 267.9 CATEGORY="x-window" 267.10 SHORT_DESC="Dump current contents of X window or screen to file" 267.11 MAINTAINER="al.bobylev@gmail.com"
268.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 268.2 +++ b/xorg-xwininfo/.icon.png Thu Aug 23 19:56:09 2018 +0300 268.3 @@ -0,0 +1,1 @@ 268.4 +../xorg/.icon.png 268.5 \ No newline at end of file
269.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 269.2 +++ b/xorg-xwud/.icon.png Thu Aug 23 19:56:09 2018 +0300 269.3 @@ -0,0 +1,1 @@ 269.4 +../xorg/.icon.png 269.5 \ No newline at end of file
270.1 --- a/xorg-xwud/receipt Thu Aug 23 11:55:21 2018 +0300 270.2 +++ b/xorg-xwud/receipt Thu Aug 23 19:56:09 2018 +0300 270.3 @@ -1,7 +1,7 @@ 270.4 # SliTaz package receipt v2. 270.5 270.6 PACKAGE="xorg-xwud" 270.7 -VERSION="1.0.4" 270.8 +VERSION="1.0.5" 270.9 CATEGORY="x-window" 270.10 SHORT_DESC="Display an X window dump from xwd" 270.11 MAINTAINER="al.bobylev@gmail.com" 270.12 @@ -10,7 +10,7 @@ 270.13 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7app.html" 270.14 REPOLOGY="xwud" 270.15 270.16 -TARBALL="xwud-$VERSION.tar.bz2" 270.17 +TARBALL="${PACKAGE#*-}-$VERSION.tar.bz2" 270.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 270.19 270.20 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-xproto"
271.1 Binary file xorg/.icon.png has changed
272.1 Binary file xscreensaver/.icon.png has changed
273.1 --- a/xscreensaver/receipt Thu Aug 23 11:55:21 2018 +0300 273.2 +++ b/xscreensaver/receipt Thu Aug 23 19:56:09 2018 +0300 273.3 @@ -1,32 +1,29 @@ 273.4 # SliTaz package receipt. 273.5 273.6 PACKAGE="xscreensaver" 273.7 -VERSION="5.32" 273.8 +VERSION="5.40" 273.9 CATEGORY="x-window" 273.10 SHORT_DESC="A collection of free screen savers" 273.11 MAINTAINER="al.bobylev@gmail.com" 273.12 LICENSE="BSD" 273.13 WEB_SITE="https://www.jwz.org/xscreensaver/" 273.14 + 273.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 273.16 WGET_URL="$WEB_SITE/$TARBALL" 273.17 273.18 -DEPENDS="" 273.19 BUILD_DEPENDS="bc xorg-libX11-dev xorg-libXmu-dev xorg-libXext-dev \ 273.20 xorg-libXinerama-dev xorg-libXi-dev xorg-libXxf86vm-dev xorg-libXrandr-dev \ 273.21 gtk+-dev libxml2-dev mesa-dev gdk-pixbuf-dev xorg-libXpm-dev jpeg-dev \ 273.22 xorg-libXt-dev libglade-dev intltool" 273.23 273.24 -# Rules to configure and make the package. 273.25 -compile_rules() 273.26 -{ 273.27 +compile_rules() { 273.28 export LDFLAGS="$LDFLAGS $(pkg-config --libs gtk+-2.0 gdk-pixbuf-xlib-2.0 gl)" 273.29 + 273.30 ./configure $CONFIGURE_ARGS && 273.31 - make && 273.32 + make && 273.33 make install_prefix=$DESTDIR install 273.34 } 273.35 273.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 273.37 -genpkg_rules() 273.38 -{ 273.39 - cp -a $install/* $fs 273.40 +genpkg_rules() { 273.41 + copy @std 273.42 }
274.1 --- a/yandex-disk/receipt Thu Aug 23 11:55:21 2018 +0300 274.2 +++ b/yandex-disk/receipt Thu Aug 23 19:56:09 2018 +0300 274.3 @@ -1,4 +1,4 @@ 274.4 -# SliTaz package receipt. 274.5 +# SliTaz package receipt v2. 274.6 274.7 PACKAGE="yandex-disk" 274.8 VERSION="0.1.5.978" 274.9 @@ -7,32 +7,19 @@ 274.10 MAINTAINER="al.bobylev@gmail.com" 274.11 LICENSE="custom" 274.12 WEB_SITE="https://disk.yandex.ru/" 274.13 -#TARBALL="$PACKAGE-$VERSION.deb" 274.14 + 274.15 +case $ARCH in 274.16 + i?86) TARBALL="yandex-disk_${VERSION}_i386.deb";; 274.17 + x86_64) TARBALL="yandex-disk_${VERSION}_amd64.deb";; 274.18 +esac 274.19 +WGET_URL="http://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/$TARBALL" 274.20 + 274.21 COOKOPTS="!extradesktops" 274.22 274.23 DEPENDS="gcc-lib-base glibc-base zlib" 274.24 BUILD_DEPENDS="gettext" 274.25 274.26 -# Rules to configure and make the package. 274.27 -compile_rules() 274.28 -{ 274.29 - # Get current (and the one) version 274.30 - repo='http://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/' 274.31 - url=$(wget -q -T10 -O- $repo | fgrep i386 | cut -d'"' -f2) 274.32 - # for example, url='yandex-disk_0.1.5.978_i386.deb' 274.33 - 274.34 - version=$(echo $url | cut -d'_' -f2) 274.35 - # for example, version='0.1.5.978' 274.36 - [ -n "$version" ] || exit 1 274.37 - 274.38 - # Hot changing VERSION in this receipt 274.39 - sed -i "/^VERSION=/s/.*$/VERSION=\"$version\"/" $WOK/$PACKAGE/receipt 274.40 - 274.41 - TARBALL="$PACKAGE-$version.deb" 274.42 - 274.43 - # Get current package 274.44 - [ -s $SRC/$TARBALL ] || wget -O $SRC/$TARBALL "$repo$url" 274.45 - 274.46 +compile_rules() { 274.47 # Extract filesystem from package 274.48 mkdir -p $install 274.49 dpkg-deb -x $SRC/$TARBALL $install 274.50 @@ -46,15 +33,12 @@ 274.51 make clean 274.52 } 274.53 274.54 -# Rules to gen a SliTaz package suitable for Tazpkg. 274.55 -genpkg_rules() 274.56 -{ 274.57 +genpkg_rules() { 274.58 copy yandex-disk copyright *.mo \ 274.59 publish unpublish test status *.desktop yandex-disk-helper \ 274.60 @ico 274.61 } 274.62 274.63 -pre_remove() 274.64 -{ 274.65 +pre_remove() { 274.66 killall -q yandex-disk 274.67 }
275.1 Binary file youtube-dl-gui/.icon.png has changed
276.1 --- a/youtube-dl-gui/receipt Thu Aug 23 11:55:21 2018 +0300 276.2 +++ b/youtube-dl-gui/receipt Thu Aug 23 19:56:09 2018 +0300 276.3 @@ -1,36 +1,26 @@ 276.4 -# SliTaz package receipt. 276.5 +# SliTaz package receipt v2. 276.6 276.7 PACKAGE="youtube-dl-gui" 276.8 -COMMIT="a2a0d6fb4907d9282c2f45a00a1e51ce23602421" 276.9 -VERSION="${COMMIT:0:10}" 276.10 +VERSION="0.4" 276.11 CATEGORY="multimedia" 276.12 -SHORT_DESC="A cross platform front-end GUI of the popular youtube-dl written in wxPython." 276.13 +SHORT_DESC="A cross platform front-end GUI of the popular youtube-dl written in \ 276.14 +wxPython" 276.15 MAINTAINER="al.bobylev@gmail.com" 276.16 LICENSE="PublicDomain" 276.17 WEB_SITE="https://github.com/MrS0m30n3/youtube-dl-gui" 276.18 + 276.19 TARBALL="$PACKAGE-$VERSION.tar.gz" 276.20 -WGET_URL="$WEB_SITE/archive/$COMMIT.tar.gz" 276.21 -GENERIC_PIXMAPS="no" 276.22 +WGET_URL="https://github.com/MrS0m30n3/youtube-dl-gui/archive/$VERSION.tar.gz" 276.23 276.24 -DEPENDS="youtube-dl wxpython" 276.25 -BUILD_DEPENDS="wget cacerts wxpython-dev" 276.26 +BUILD_DEPENDS="python-wxpython3-dev python-twodict gettext" 276.27 +COOKOPTS="!pixmaps" 276.28 276.29 -# Rules to configure and make the package. 276.30 -compile_rules() 276.31 -{ 276.32 - python setup.py build 276.33 +compile_rules() { 276.34 + python setup.py build && 276.35 python setup.py install --root=$install 276.36 } 276.37 276.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 276.39 -genpkg_rules() 276.40 -{ 276.41 - mkdir -p $fs/usr/share/icons/hicolor 276.42 - cp -a $install/usr/lib $fs/usr 276.43 - find $fs -name '*.pyc' -delete 276.44 - for size in 16x16 48x48; do 276.45 - mkdir -p $fs/usr/share/icons/hicolor/$size/apps 276.46 - cp -a $install/usr/share/icons/hicolor/$size/apps/*.png \ 276.47 - $fs/usr/share/icons/hicolor/$size/apps/$PACKAGE.png 276.48 - done 276.49 +genpkg_rules() { 276.50 + copy @std 276.51 + DEPENDS="youtube-dl wxpython" 276.52 }
277.1 --- a/ytnef/receipt Thu Aug 23 11:55:21 2018 +0300 277.2 +++ b/ytnef/receipt Thu Aug 23 19:56:09 2018 +0300 277.3 @@ -1,7 +1,7 @@ 277.4 # SliTaz package receipt v2. 277.5 277.6 PACKAGE="ytnef" 277.7 -VERSION="1.9.2" 277.8 +VERSION="1.9.3" 277.9 CATEGORY="mail" 277.10 SHORT_DESC="Yeraze's TNEF Stream Reader - for winmail.dat files" 277.11 MAINTAINER="al.bobylev@gmail.com"
278.1 --- a/zenity+webkit2/receipt Thu Aug 23 11:55:21 2018 +0300 278.2 +++ b/zenity+webkit2/receipt Thu Aug 23 19:56:09 2018 +0300 278.3 @@ -1,7 +1,7 @@ 278.4 # SliTaz package receipt v2. 278.5 278.6 PACKAGE="zenity+webkit2" 278.7 -VERSION="3.24.0" 278.8 +VERSION="3.28.1" 278.9 CATEGORY="x-window" 278.10 SHORT_DESC="Display GTK+3 dialogs (with web engine WebKit2GTK)" 278.11 MAINTAINER="al.bobylev@gmail.com"
279.1 --- a/zenity/receipt Thu Aug 23 11:55:21 2018 +0300 279.2 +++ b/zenity/receipt Thu Aug 23 19:56:09 2018 +0300 279.3 @@ -1,7 +1,7 @@ 279.4 # SliTaz package receipt v2. 279.5 279.6 PACKAGE="zenity" 279.7 -VERSION="3.24.0" 279.8 +VERSION="3.28.1" 279.9 CATEGORY="x-window" 279.10 SHORT_DESC="Display GTK+3 dialogs" 279.11 MAINTAINER="al.bobylev@gmail.com"