1SUMMARY="Haiku icons for Qt applications"
2DESCRIPTION="Haiku SVG icon theme is a set of icons based on the Haiku look. \
3Mainly the icons were taked from Haiku project, Zumi's icon collection, some \
4others were created from scratch."
5HOMEPAGE="https://github.com/threedeyes/qthaikuplugins/"
6COPYRIGHT="2017-2024 Gerasim Troeglazov"
7LICENSE="MIT
8	GNU LGPL v3
9	"
10REVISION="1"
11SOURCE_URI="https://github.com/threedeyes/qthaikuplugins/archive/$portVersion.tar.gz"
12CHECKSUM_SHA256="eb39015f52e06e0d0c639aec4c92dd02fca9215fd2f5d050ede9c24a21494be0"
13SOURCE_DIR="qthaikuplugins-$portVersion"
14
15ARCHITECTURES="any"
16
17PROVIDES="
18	haiku_svg_icon_theme = $portVersion
19	"
20REQUIRES="
21	haiku
22	"
23
24BUILD_REQUIRES="
25	breeze_icons
26	"
27
28INSTALL()
29{
30	icons/build.sh $dataDir
31	cp -R icons/cursors $dataDir/icons/haiku
32	rm $dataDir/icons/haiku/*.rcc
33}
34