wok-next view clipit/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents bf4cf6b0f742
children e43c543a4c5b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clipit"
4 VERSION="1.4.2"
5 CATEGORY="utilities"
6 SHORT_DESC="Lightweight, fully featured GTK+ clipboard manager"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="http://clipit.rspwn.com/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/gtkclipit/Version%201/$TARBALL"
14 BUILD_DEPENDS="gtk+-dev intltool"
16 compile_rules() {
17 # fix subcategory for cascade menu
18 sed -i 's|Categories=.*|Categories=GTK;Utility;TextTools;|' \
19 $src/data/clipit.desktop.in
20 # not use clipit icon
21 sed -i 's|clipit-trayicon|edit-paste|' $src/data/clipit*.desktop.in
22 sed -i 's|clipit-trayicon|edit-paste|' $src/src/main.c
24 ./configure $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="gtk+"
32 }