Files
haikuports/x11-themes/haiku-svg-icon-theme/haiku_svg_icon_theme-5.15.2.32.recipe
2022-07-19 20:01:28 +10:00

33 lines
785 B
Bash

SUMMARY="Haiku icons for Qt applications"
DESCRIPTION="Haiku SVG icon theme is a set of icons based on the Haiku look. \
Mainly the icons were taked from Haiku project, Zumi's icon collection, some \
others were created from scratch."
HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
COPYRIGHT="2017-2022 Gerasim Troeglazov"
LICENSE="MIT
GNU LGPL v3
"
REVISION="1"
SOURCE_URI="https://github.com/threedeyes/qthaikuplugins/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="6d60323a7e3a110b2d3468967b8525ef42091654e35934c7ccc754d87e8af1ea"
SOURCE_DIR="qthaikuplugins-$portVersion"
ARCHITECTURES="any"
PROVIDES="
haiku_svg_icon_theme = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
breeze_icons
"
INSTALL()
{
icons/build.sh $dataDir
rm $dataDir/icons/haiku/*.rcc
}