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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e70c0b9c5adf
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="oxygen-gtk"
4 VERSION="1.4.5"
5 CATEGORY="customization"
6 SHORT_DESC="Oxygen-Gtk is 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 BUILD_DEPENDS="git cmake xorg-libX11-dev gtk+-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="cairo gdk-pixbuf glib gtk+ pango xorg-libX11"
28 }