wok rev 23269

updated oxygen-gtk (1.4.5 -> 1.4.6)
author Hans-G?nter Theisgen
date Sat Mar 28 12:49:07 2020 +0100 (2020-03-28)
parents ce9f5bda85ac
children c633f2b6e680
files oxygen-gtk/receipt
line diff
     1.1 --- a/oxygen-gtk/receipt	Sat Mar 28 10:41:34 2020 +0100
     1.2 +++ b/oxygen-gtk/receipt	Sat Mar 28 12:49:07 2020 +0100
     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