wok-next view oxygen-gtk/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="oxygen-gtk"
4 VERSION="1.4.5"
5 CATEGORY="customization"
6 SHORT_DESC="Port of the default KDE widget theme (Oxygen) to GTK"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://cgit.kde.org/oxygen-gtk.git"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 BRANCH="$VERSION"
13 WGET_URL="git|git://anongit.kde.org/oxygen-gtk"
15 BUILD_DEPENDS="git cmake libx11-dev gtk2-dev"
17 compile_rules() {
18 mkdir build
19 cd build
20 cmake .. &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libcairo gdk-pixbuf glib gtk2 pango libx11"
28 }