wok diff oxygen-gtk/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents 40fab26c175d
children 241fb98cab1c
line diff
     1.1 --- a/oxygen-gtk/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/oxygen-gtk/receipt	Sat Jul 10 14:52:46 2021 +0000
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="oxygen-gtk"
     1.7 -VERSION="1.4.5"
     1.8 +VERSION="1.4.6"
     1.9  CATEGORY="customization"
    1.10 -SHORT_DESC="Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to GTK"
    1.11 +SHORT_DESC="A port of the default KDE widget theme (Oxygen) to GTK."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  BRANCH="$VERSION"
    1.18  WGET_URL="git|git://anongit.kde.org/oxygen-gtk"
    1.19  
    1.20  DEPENDS="atk bzlib cairo fontconfig freetype gcc-lib-base gdk-pixbuf glib \
    1.21 -glibc-base gtk+ libffi libgio libxml2 pango pcre xorg-libX11 zlib"
    1.22 -BUILD_DEPENDS="git cmake xorg-libX11-dev gtk+-dev"
    1.23 +	glibc-base gtk+ libffi libgio libxml2 pango pcre xorg-libX11 zlib"
    1.24 +BUILD_DEPENDS="cmake git gtk+-dev xorg-libX11-dev"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	mkdir build; cd build
    1.30 +	mkdir build
    1.31 +	cd build
    1.32  	cmake .. &&
    1.33  	make &&
    1.34  	make install