diff --git a/x11-themes/haiku-svg-icon-theme/haiku_svg_icon_theme-5.15.2.14.recipe b/x11-themes/haiku-svg-icon-theme/haiku_svg_icon_theme-5.15.2.14.recipe new file mode 100644 index 000000000..b647ee0aa --- /dev/null +++ b/x11-themes/haiku-svg-icon-theme/haiku_svg_icon_theme-5.15.2.14.recipe @@ -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 +}