wok-next annotate clipit/receipt @ rev 20616

xrdp: up 0.9.3.1; zopfli: fix build; gcc61: attempt to fix; add gcc6 (latest among 6.x.x).
gcc61 and gcc6 are broken now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 05:15:11 2018 +0300 (2018-04-21)
parents bf4cf6b0f742
children e43c543a4c5b
rev   line source
al@20534 1 # SliTaz package receipt v2.
al@15212 2
al@15212 3 PACKAGE="clipit"
al@15212 4 VERSION="1.4.2"
al@15212 5 CATEGORY="utilities"
al@15212 6 SHORT_DESC="Lightweight, fully featured GTK+ clipboard manager"
al@15212 7 MAINTAINER="al.bobylev@gmail.com"
al@15212 8 LICENSE="GPL3"
al@15212 9 WEB_SITE="http://clipit.rspwn.com/"
al@20534 10
al@15212 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@15212 12 WGET_URL="$SF_MIRROR/gtkclipit/Version%201/$TARBALL"
al@15212 13
pascal@20003 14 BUILD_DEPENDS="gtk+-dev intltool"
al@15212 15
al@20534 16 compile_rules() {
al@15212 17 # fix subcategory for cascade menu
al@15212 18 sed -i 's|Categories=.*|Categories=GTK;Utility;TextTools;|' \
al@15212 19 $src/data/clipit.desktop.in
al@15275 20 # not use clipit icon
al@15275 21 sed -i 's|clipit-trayicon|edit-paste|' $src/data/clipit*.desktop.in
al@15275 22 sed -i 's|clipit-trayicon|edit-paste|' $src/src/main.c
al@15212 23
al@20534 24 ./configure $CONFIGURE_ARGS &&
al@15275 25 make &&
al@15275 26 make install
al@15212 27 }
al@15212 28
al@20534 29 genpkg_rules() {
al@20534 30 copy @std
al@20534 31 DEPENDS="gtk+"
al@15212 32 }