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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }