wok view oxygen-gtk/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 40fab26c175d
children 241fb98cab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="oxygen-gtk"
4 VERSION="1.4.6"
5 CATEGORY="customization"
6 SHORT_DESC="A port of the default KDE widget theme (Oxygen) to GTK."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://projects.kde.org/projects/playground/artwork/oxygen-gtk"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 BRANCH="$VERSION"
13 WGET_URL="git|git://anongit.kde.org/oxygen-gtk"
15 DEPENDS="atk bzlib cairo fontconfig freetype gcc-lib-base gdk-pixbuf glib \
16 glibc-base gtk+ libffi libgio libxml2 pango pcre xorg-libX11 zlib"
17 BUILD_DEPENDS="cmake git gtk+-dev xorg-libX11-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 mkdir build
23 cd build
24 cmake .. &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }