wok-next view elementary-icon-theme/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 0ed3f456a542
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="elementary-icon-theme"
4 VERSION="5.3.1"
5 CATEGORY="customization"
6 SHORT_DESC="Smooth modern theme designed to be intuitive"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/elementary/icons"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="meson ninja rsvg-convert xorg-xcursorgen"
16 HOST_ARCH="any"
18 compile_rules()
19 {
20 meson build --prefix=/usr &&
21 cd build
22 ninja install || return 1
24 cd ..
25 cook_pick_docs *.md COPYING data/*.gpl pre-commit
27 fix symlinks # for cursors
28 rm $install/.VolumeIcon.icns $install/.VolumeIcon.png
29 }