wok-6.x rev 21279
Up copyq (2.4.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 14 11:33:20 2019 +0200 (2019-04-14) |
parents | ccb0caebef6f |
children | 6ab151d44024 |
files | copyq/receipt |
line diff
1.1 --- a/copyq/receipt Sat Apr 13 10:08:46 2019 +0200 1.2 +++ b/copyq/receipt Sun Apr 14 11:33:20 2019 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="copyq" 1.7 -VERSION="5ff5" 1.8 +VERSION="2.4.2" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Clipboard Manager with Advanced Features" 1.11 WEB_SITE="http://hluk.github.io/CopyQ/" 1.12 LICENSE="GPL3" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 MAINTAINER="psychomaniak@xakep.ru" 1.15 -WGET_URL="https://github.com/hluk/CopyQ/archive/$VERSION.tar.gz" 1.16 +WGET_URL="https://github.com/hluk/CopyQ/archive/v$VERSION.tar.gz" 1.17 1.18 DEPENDS="libQtGui libQtNetwork libQtScript libQtSvg librsvg libQtXml libQtWebkit" 1.19 BUILD_DEPENDS="wget Qt4-dev cmake qmake" 1.20 @@ -22,7 +22,7 @@ 1.21 @@ -54 +54 @@ 1.22 -# define DEFAULT_EDITOR "gedit %1" 1.23 +# define DEFAULT_EDITOR "editor %1" 1.24 -@@ -484 +484 @@ 1.25 +@@ -468 +468 @@ 1.26 - bind("check_selection", ui->checkBoxSel, false); 1.27 + bind("check_selection", ui->checkBoxSel, true); 1.28 EOT