wok-next view eggwm-qt5/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 0709fcf9b0d7
children 5669e8b3be70
line source
1 # SliTaz package receipt v2.
3 PACKAGE="eggwm-qt5"
4 VERSION="170821"
5 COMMIT="254abfb"
6 CATEGORY="base-system"
7 SHORT_DESC="Qt5 very basic window manager"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL3"
10 WEB_SITE="https://github.com/MoonLightDE/mlde.w.eggwm"
12 TARBALL="$PACKAGE-$COMMIT.tar.gz"
13 WGET_URL="https://github.com/MoonLightDE/mlde.w.eggwm/archive/$COMMIT.tar.gz"
15 BUILD_DEPENDS="qt5-dev xorg-libxcb-dev xorg-libX11-dev"
17 compile_rules() {
18 qmake -makefile &&
19 make &&
20 make INSTALL_ROOT=$install install || return 1
22 find $install/usr/share -type f -exec chmod a-x '{}' \;
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="libatomic mesa qt5-base qt5-x11extras xorg-libX11"
28 }