wok-next annotate znotes/receipt @ rev 20412

slim: change path to Xorg's binary; update all the slim-theme-*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 07 18:54:12 2018 +0200 (2018-01-07)
parents a402394a4e62
children d5aab818505e
rev   line source
al@16676 1 # SliTaz package receipt.
al@16676 2
al@16676 3 PACKAGE="znotes"
al@16676 4 VERSION="0.4.5"
al@16676 5 CATEGORY="office"
al@16676 6 SHORT_DESC="zNotes is lightweigh crossplatform application for notes management"
al@16676 7 MAINTAINER="al.bobylev@gmail.com"
al@16676 8 LICENSE="GPL3"
al@16676 9 WEB_SITE="http://qt-apps.org/content/show.php/zNotes?content=113117"
al@16676 10 #WEB_SITE="http://znotes.sourceforge.net/"
al@16676 11 #WEB_SITE="https://github.com/proton/zNotes"
al@16676 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16676 13 WGET_URL="https://github.com/proton/zNotes/archive/$VERSION.tar.gz"
al@16676 14
al@16676 15 DEPENDS="libQtGui libQtXml"
al@16676 16 BUILD_DEPENDS="Qt4-dev qmake wget"
al@16676 17
al@16676 18 # Rules to configure and make the package.
al@16676 19 compile_rules()
al@16676 20 {
pascal@20047 21 sed -i 's/qtlocalpeer.h.*/&\n#include <unistd.h>/' \
pascal@20047 22 single_inst/qtlocalpeer.cpp
al@16676 23 lrelease znotes.pro
al@16676 24 qmake
al@16676 25 make
al@16676 26 make INSTALL_ROOT=$install install
al@16676 27 }
al@16676 28
al@16676 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@16676 30 genpkg_rules()
al@16676 31 {
al@16676 32 cp -a $install/* $fs
al@16676 33 }