# HG changeset patch # User Xander Ziiryanoff # Date 1411855055 -7200 # Node ID 1524c6d20738e1262162883b952ceeb98e02e15c # Parent be7b188ef1154f2aae9876c6078442a936438621 copyq: fix deps,icon,editor diff -r be7b188ef115 -r 1524c6d20738 copyq/receipt --- a/copyq/receipt Sat Sep 27 21:53:42 2014 +0200 +++ b/copyq/receipt Sat Sep 27 23:57:35 2014 +0200 @@ -10,7 +10,7 @@ MAINTAINER="psychomaniak@xakep.ru" WGET_URL="https://github.com/hluk/CopyQ/archive/$VERSION.tar.gz" -DEPENDS="libQtGui libQtNetwork libQtScript libQtSvg libQtXml" +DEPENDS="libQtGui libQtNetwork libQtScript libQtSvg librsvg libQtXml libQtWebkit" BUILD_DEPENDS="wget Qt4-dev cmake qmake" # Rules to configure and make the package. @@ -21,7 +21,7 @@ +++ configurationmanager.cpp @@ -54 +54 @@ -# define DEFAULT_EDITOR "gedit %1" -+# define DEFAULT_EDITOR "xterm +lc -e nano %1" ++# define DEFAULT_EDITOR "editor %1" @@ -484 +484 @@ - bind("check_selection", ui->checkBoxSel, false); + bind("check_selection", ui->checkBoxSel, true);