wok view qedit/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 5d53e8ccbc8d
children d7522d21c4d3
line source
1 # SliTaz package receipt.
3 PACKAGE="qedit"
4 VERSION="2.8.3"
5 CATEGORY="editors"
6 TAGS="text-editor"
7 SHORT_DESC="Code editor."
8 MAINTAINER="psychomaniak@xakep.ru"
9 LICENSE="GPL2"
10 WEB_SITE="http://hugo.pereira.free.fr/software"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/tgz/$TARBALL"
15 DEPENDS="gcc83-lib-base libQtDBus libQtGui libQtNetwork xcb-util-keysyms"
16 BUILD_DEPENDS="cmake gcc83 qmake Qt4-dev xcb-util-keysyms-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 patch $src/patterns/shell_patterns.xml \
22 $stuff/strvar_color_slitaz
24 export CC=gcc-83
25 export CXX=g++-83
27 cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
28 make &&
29 make DESTDIR=$DESTDIR install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cp -a $install/* $fs
36 }