wok-next annotate elementary-icon-theme/receipt @ rev 20952

Update croscore-fonts, elementary-icon-theme
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 02 11:34:04 2018 +0300 (2018-09-02)
parents d43bf7aae921
children 0ed3f456a542
rev   line source
al@19841 1 # SliTaz package receipt v2.
al@19616 2
al@19616 3 PACKAGE="elementary-icon-theme"
al@20952 4 VERSION="4.3.1"
al@19616 5 CATEGORY="customization"
al@19616 6 SHORT_DESC="Smooth modern theme designed to be intuitive"
al@19616 7 MAINTAINER="al.bobylev@gmail.com"
al@19616 8 LICENSE="GPL3"
al@19841 9 WEB_SITE="https://github.com/elementary/icons"
al@20952 10 HOST_ARCH="any"
al@19616 11
al@19841 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19841 13 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
al@19616 14
al@20952 15 BUILD_DEPENDS="cmake"
al@19841 16
al@20952 17 compile_rules() {
al@20952 18 mkdir build
al@20952 19 cd build
al@20952 20
al@20952 21 cmake \
al@20952 22 -DCMAKE_INSTALL_PREFIX=/usr \
al@20952 23 .. &&
al@20952 24 make &&
al@20952 25 make install || return 1
al@20952 26
al@20952 27 cd ..
al@20952 28 cook_pick_docs AUTHORS *.md CONTRIBUTORS COPYING *.gpl pre-commit
al@19616 29 }
al@19616 30
al@20952 31 genpkg_rules() {
al@19841 32 copy @std
al@20952 33 rm $fs/.VolumeIcon.icns $fs/.VolumeIcon.png
al@19616 34 }