wok-next rev 20798

Add icons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 11 17:54:37 2018 +0300 (2018-06-11)
parents dc626da69d4e
children b156aee559a7
files aisleriot/.icon.png atomix/.icon.png four-in-a-row/.icon.png gnome-2048/.icon.png gnome-alsamixer/.icon.png gnome-calculator/.icon.png gnome-chess/.icon.png gnome-commander/.icon.png gnome-desktop/.icon.png gnome-games/.icon.png gnome-hearts/.icon.png gnome-icon-theme/.icon.png gnome-klotski/.icon.png gnome-mahjongg/.icon.png gnome-mines/.icon.png gnome-mplayer/.icon.png gnome-nibbles/.icon.png gnome-ppp/.icon.png gnome-robots/.icon.png gnome-sudoku/.icon.png gnome-taquin/.icon.png gnome-tetravex/.icon.png gucharmap/.icon.png gucharmap3/.icon.png hitori/.icon.png iagno/.icon.png lightsoff/.icon.png quadrapassel/.icon.png swell-foop/.icon.png tali/.icon.png zenity/receipt
line diff
     1.1 Binary file aisleriot/.icon.png has changed
     2.1 Binary file atomix/.icon.png has changed
     3.1 Binary file four-in-a-row/.icon.png has changed
     4.1 Binary file gnome-2048/.icon.png has changed
     5.1 Binary file gnome-alsamixer/.icon.png has changed
     6.1 Binary file gnome-calculator/.icon.png has changed
     7.1 Binary file gnome-chess/.icon.png has changed
     8.1 Binary file gnome-commander/.icon.png has changed
     9.1 Binary file gnome-desktop/.icon.png has changed
    10.1 Binary file gnome-games/.icon.png has changed
    11.1 Binary file gnome-hearts/.icon.png has changed
    12.1 Binary file gnome-icon-theme/.icon.png has changed
    13.1 Binary file gnome-klotski/.icon.png has changed
    14.1 Binary file gnome-mahjongg/.icon.png has changed
    15.1 Binary file gnome-mines/.icon.png has changed
    16.1 Binary file gnome-mplayer/.icon.png has changed
    17.1 Binary file gnome-nibbles/.icon.png has changed
    18.1 Binary file gnome-ppp/.icon.png has changed
    19.1 Binary file gnome-robots/.icon.png has changed
    20.1 Binary file gnome-sudoku/.icon.png has changed
    21.1 Binary file gnome-taquin/.icon.png has changed
    22.1 Binary file gnome-tetravex/.icon.png has changed
    23.1 Binary file gucharmap/.icon.png has changed
    24.1 Binary file gucharmap3/.icon.png has changed
    25.1 Binary file hitori/.icon.png has changed
    26.1 Binary file iagno/.icon.png has changed
    27.1 Binary file lightsoff/.icon.png has changed
    28.1 Binary file quadrapassel/.icon.png has changed
    29.1 Binary file swell-foop/.icon.png has changed
    30.1 Binary file tali/.icon.png has changed
    31.1 --- a/zenity/receipt	Mon Jun 11 15:37:34 2018 +0300
    31.2 +++ b/zenity/receipt	Mon Jun 11 17:54:37 2018 +0300
    31.3 @@ -16,7 +16,11 @@
    31.4  SIBLINGS="zenity+webkit2"
    31.5  
    31.6  compile_rules() {
    31.7 -	./configure $CONFIGURE_ARGS && make && make install
    31.8 +	./configure $CONFIGURE_ARGS &&
    31.9 +	make &&
   31.10 +	make install || return 1
   31.11 +
   31.12 +	fix symlinks
   31.13  }
   31.14  
   31.15  genpkg_rules() {