wok-next view clipit/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="clipit"
4 VERSION="1.4.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Lightweight, fully featured GTK+ clipboard manager"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/CristianHenzel/ClipIt"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/CristianHenzel/ClipIt/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS="gettext-dev intltool automake glib-dev gtk2-dev"
16 compile_rules() {
17 # fix subcategory for cascade menu
18 sed -i '/Categories=/ s|$|TextTools;|' $src/data/clipit.desktop.in
19 # not use clipit icon
20 sed -i 's|clipit-trayicon|edit-paste|' \
21 $src/data/clipit*.desktop.in $src/src/main.c
23 ./autogen.sh &&
24 ./configure $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="glib gtk2 pango libx11"
32 }