wok-6.x diff oxygen-gtk/receipt @ rev 23368
updated perl-mime-base64 (3.07 -> 3.15)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:20:33 2020 +0100 (2020-03-31) |
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 Tue Mar 31 13:20:33 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