haiku_svg_icon_theme: add recipe

* The first step is to split the qthaikuplugins recipe into separate ones.
This commit is contained in:
Gerasim Troeglazov
2021-11-04 12:51:13 +10:00
parent a3a6b4437c
commit 8c197355b8

View File

@@ -0,0 +1,32 @@
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-2021 Gerasim Troeglazov"
LICENSE="MIT
GNU LGPL v3
"
REVISION="1"
SOURCE_URI="https://github.com/threedeyes/qthaikuplugins/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="6156338b7b523c4045b54e3a2e5af99d07def72842083a01758bbdf5799cba27"
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
}