wok-undigest diff windowmaker/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents 7d6370696d8b
children
line diff
     1.1 --- a/windowmaker/receipt	Sat Mar 10 19:57:40 2018 +0000
     1.2 +++ b/windowmaker/receipt	Wed Sep 09 14:00:14 2020 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="windowmaker"
     1.5  VERSION="0.95.8"
     1.6  CATEGORY="x-window"
     1.7 -SHORT_DESC="An X11 window manager with a NEXTSTEP look and feel"
     1.8 +SHORT_DESC="An X11 window manager with a NEXTSTEP look and feel."
     1.9  MAINTAINER="aledie@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  SOURCE="WindowMaker"
    1.12 @@ -28,6 +28,10 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	cp -a $install/* $fs
    1.16 +	#remove stuff
    1.17 +	rm -rf $fs/usr/include
    1.18 +	rm -rf $fs/usr/lib/pkgconfig
    1.19 +	find $fs/usr/lib -name "*.*a" -delete
    1.20  }
    1.21  
    1.22  post_install()
    1.23 @@ -48,4 +52,3 @@
    1.24  		sed -i s/,wmaker// "$1/etc/slim.conf"
    1.25  	fi
    1.26  }
    1.27 -