wok-next diff feathernotes/receipt @ rev 20402
Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 05 17:49:11 2017 +0200 (2017-12-05) |
parents | |
children | c0521c689857 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/feathernotes/receipt Tue Dec 05 17:49:11 2017 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="feathernotes" 1.7 +VERSION="170724" 1.8 +COMMIT="48c9dc1" 1.9 +CATEGORY="x-window" 1.10 +SHORT_DESC="Lightweight Qt5 Notes-Manager for Linux" 1.11 +MAINTAINER="al.bobylev@gmail.com" 1.12 +LICENSE="GPL3" 1.13 +WEB_SITE="https://github.com/tsujan/FeatherNotes" 1.14 + 1.15 +TARBALL="$PACKAGE-$COMMIT.tar.gz" 1.16 +WGET_URL="https://github.com/tsujan/FeatherNotes/archive/$COMMIT.tar.gz" 1.17 + 1.18 +BUILD_DEPENDS="qt5-dev mesa17-dev" 1.19 + 1.20 +compile_rules() { 1.21 + mkdir build 1.22 + cd build 1.23 + qmake \ 1.24 + PREFIX=/usr \ 1.25 + .. && 1.26 + make && 1.27 + make INSTALL_ROOT=$install install || return 1 1.28 + 1.29 + find $install/usr/share -type f -exec chmod 0644 '{}' \; 1.30 +} 1.31 + 1.32 +genpkg_rules() { 1.33 + copy @std 1.34 + DEPENDS="libatomic mesa17 qt5-base qt5-svg qt5-x11extras xorg-libX11" 1.35 +}