wok-next view svgcleaner-gui/receipt @ rev 20405
Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 17:39:40 2017 +0200 (2017-12-07) |
parents | |
children | c0521c689857 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="svgcleaner-gui"
4 VERSION="0.9.1"
5 #COMMIT="bdb9de5"
6 CATEGORY="graphics"
7 SHORT_DESC="GUI for svgcleaner"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/RazrFalcon/svgcleaner-gui"
12 TARBALL="$PACKAGE-${COMMIT:-v$VERSION}.tar.gz"
13 WGET_URL="$GITHUB/RazrFalcon/svgcleaner-gui/tarball/${COMMIT:-v$VERSION}"
15 BUILD_DEPENDS="qt5-dev"
17 compile_rules() {
18 qmake PREFIX=/usr &&
19 sed -i '/strip.*desktop/d' Makefile &&
20 make &&
21 make INSTALL_ROOT=$install install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="libatomic mesa17 qt5-base qt5-svg svgcleaner"
27 }