# HG changeset patch # User Xander Ziiryanoff # Date 1411413312 -7200 # Node ID 1bd45ef9a5236b668d0ebbe5ad20bad0eba071c3 # Parent 22fff77a305acbcece926b3690df10af7eedb376 Add copyq diff -r 22fff77a305a -r 1bd45ef9a523 copyq/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/copyq/receipt Mon Sep 22 21:15:12 2014 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="copyq" +VERSION="5ff5" +CATEGORY="utilities" +SHORT_DESC="Clipboard Manager with Advanced Features" +WEB_SITE="http://hluk.github.io/CopyQ/" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +MAINTAINER="psychomaniak@xakep.ru" +WGET_URL="https://github.com/hluk/CopyQ/archive/$VERSION.tar.gz" + +DEPENDS="libQtGui libQtNetwork libQtScript libQtSvg libQtXml" +BUILD_DEPENDS="wget Qt4-dev cmake qmake" + +# Rules to configure and make the package. +compile_rules() +{ + cat > p.diff <checkBoxSel, false); ++ bind("check_selection", ui->checkBoxSel, true); +EOT + patch $src/src/gui/configurationmanager.cpp p.diff + mkdir $src/b + cd $src/b && cmake -DCMAKE_INSTALL_PREFIX=/usr .. + make && make install + rm -rf $src/b +} + +genpkg_rules() +{ + cp -a $install/* $fs +}