mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
haiku_svg_icon_theme: add recipe
* The first step is to split the qthaikuplugins recipe into separate ones.
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user