wok-next rev 21621
updated elementary-icon-theme (4.3.1 -> 5.3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 25 14:29:05 2020 +0100 (2020-06-25) |
parents | 5fd44cb9231b |
children | 7c5ce62b7a15 |
files | elementary-icon-theme/receipt |
line diff
1.1 --- a/elementary-icon-theme/receipt Thu Jun 25 14:11:11 2020 +0100 1.2 +++ b/elementary-icon-theme/receipt Thu Jun 25 14:29:05 2020 +0100 1.3 @@ -1,31 +1,28 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="elementary-icon-theme" 1.7 -VERSION="4.3.1" 1.8 +VERSION="5.3.1" 1.9 CATEGORY="customization" 1.10 SHORT_DESC="Smooth modern theme designed to be intuitive" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="GPL3" 1.13 WEB_SITE="https://github.com/elementary/icons" 1.14 -HOST_ARCH="any" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 1.18 1.19 -BUILD_DEPENDS="cmake" 1.20 +BUILD_DEPENDS="meson ninja rsvg-convert xorg-xcursorgen" 1.21 1.22 -compile_rules() { 1.23 - mkdir build 1.24 - cd build 1.25 +HOST_ARCH="any" 1.26 1.27 - cmake \ 1.28 - -DCMAKE_INSTALL_PREFIX=/usr \ 1.29 - .. && 1.30 - make && 1.31 - make install || return 1 1.32 +compile_rules() 1.33 +{ 1.34 + meson build --prefix=/usr && 1.35 + cd build 1.36 + ninja install || return 1 1.37 1.38 cd .. 1.39 - cook_pick_docs AUTHORS *.md CONTRIBUTORS COPYING *.gpl pre-commit 1.40 + cook_pick_docs *.md COPYING data/*.gpl pre-commit 1.41 1.42 fix symlinks # for cursors 1.43 rm $install/.VolumeIcon.icns $install/.VolumeIcon.png