wok rev 16626

Remove copyq.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 09 22:31:34 2014 +0300 (2014-05-09)
parents 8609b5c4b762
children 0ef249d55672
files copyq/description.txt copyq/receipt
line diff
     1.1 --- a/copyq/description.txt	Fri May 09 20:45:01 2014 +0300
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,20 +0,0 @@
     1.4 -CopyQ is advanced clipboard manager with searchable and editable history with
     1.5 -support for image formats, command line control and more.
     1.6 -
     1.7 -Features
     1.8 ---------
     1.9 -
    1.10 -  * Supports Windows and Linux.
    1.11 -  * Store text, HTML, images and any other custom format.
    1.12 -  * Customize tray menu.
    1.13 -  * Save items in new tabs (and groups).
    1.14 -  * Quickly browse through items (fast navigation, filtering with matched text
    1.15 -    highlighting).
    1.16 -  * Sort items, create new, remove, copy/paste to different tab.
    1.17 -  * Variety of system-wide shortcuts (e.g. show main window or tray, edit
    1.18 -    clipboard, copy next/previous item, paste as plain text).
    1.19 -  * Immediately paste to focused window from tray or main window.
    1.20 -  * Fully customizable appearance (colors, fonts, transparency).
    1.21 -  * Add notes to items.
    1.22 -  * Advanced command-line interface and scripting.
    1.23 -  * Ignore clipboard copied from some windows or containing some text.
     2.1 --- a/copyq/receipt	Fri May 09 20:45:01 2014 +0300
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,27 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="copyq"
     2.7 -VERSION="2.1.0"
     2.8 -CATEGORY=""
     2.9 -SHORT_DESC="Clipboard manager with advanced features"
    2.10 -MAINTAINER="al.bobylev@gmail.com"
    2.11 -LICENSE="GPL3"
    2.12 -WEB_SITE="http://hluk.github.io/CopyQ"
    2.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
    2.15 -
    2.16 -DEPENDS="libQtGui libQtNetwork libssl"
    2.17 -BUILD_DEPENDS="qmake Qt4-dev"
    2.18 -
    2.19 -# Rules to configure and make the package.
    2.20 -compile_rules()
    2.21 -{
    2.22 -	qmake && make && make INSTALL_ROOT=$install install
    2.23 -}
    2.24 -
    2.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.26 -genpkg_rules()
    2.27 -{
    2.28 -	mkdir -p $fs/usr/lib
    2.29 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.30 -}