wok-current rev 25663

Reenable rounded-corners, graphical perf issue report by Ceel
author Stanislas Leduc <shann@slitaz.org>
date Fri Feb 23 19:03:06 2024 +0000 (3 months ago)
parents 59f972a6aa6e
children a5920dcf0199
files openbox/receipt
line diff
     1.1 --- a/openbox/receipt	Wed Feb 21 17:50:32 2024 +0000
     1.2 +++ b/openbox/receipt	Fri Feb 23 19:03:06 2024 +0000
     1.3 @@ -40,14 +40,15 @@
     1.4  compile_rules()
     1.5  {
     1.6  	chmod +x install-sh
     1.7 -	# Disable patch to avoid artefact with round corners
     1.8 -	#patch -p1 < ${stuff}/openbox-rounded.patch || exit 1
     1.9 +	# Disable patch to avoid artefact with round corners (Adwaita theme)
    1.10 +	# Seem graphical perf issue if disable (report by Ceel)
    1.11 +	patch -p1 < ${stuff}/openbox-rounded.patch || exit 1
    1.12  
    1.13  	# Patch from Arch
    1.14 -	patch -p1 < $stuff/openbox-3.5.0-title-matching.patch
    1.15 -	patch -p1 < $stuff/openbox-3.5.0-which-2.20.patch
    1.16 -	patch -p1 < $stuff/debian-887908.patch
    1.17 -	patch -p1 < $stuff/9ed6fdd71890c5cc43747f105382d5677e5d37e7.patch
    1.18 +	#patch -p1 < $stuff/openbox-3.5.0-title-matching.patch
    1.19 +	#patch -p1 < $stuff/openbox-3.5.0-which-2.20.patch
    1.20 +	#patch -p1 < $stuff/debian-887908.patch
    1.21 +	#patch -p1 < $stuff/9ed6fdd71890c5cc43747f105382d5677e5d37e7.patch
    1.22  
    1.23  	./configure \
    1.24  		--prefix=/usr \