adwaita_icon_theme: add recipe

This commit is contained in:
Gerasim Troeglazov
2022-11-17 13:31:58 +10:00
parent 0426f2e132
commit 7675fe181b

View File

@@ -0,0 +1,58 @@
SUMMARY="GNOME default icon theme"
DESCRIPTION="This package contains the Adwaita icon theme used by the GNOME desktop."
HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme/"
COPYRIGHT="Ulisse Perusin
Riccardo Buzzotta
Josef Vybíral
Hylke Bons
Ricardo González
Lapo Calamandrei
Rodney Dawes
Luca Ferretti
Tuomas Kuosmanen
Andreas Nilsson
Jakub Steiner
Sam Hewitt
"
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/$portVersion/adwaita-icon-theme-$portVersion.tar.bz2"
CHECKSUM_SHA256="705ec1688d6334bdcc28a9c511210e741e3eba20d9e8f35f0243b1e810234760"
SOURCE_DIR="adwaita-icon-theme-$portVersion"
ARCHITECTURES="any"
PROVIDES="
adwaita_icon_theme = $portVersion
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:gcc
cmd:libtool
cmd:make
cmd:rsvg_convert
cmd:pkg_config
"
BUILD()
{
aclocal
libtoolize -fci
automake --add-missing
autoconf -f
runConfigure configure
}
INSTALL()
{
make install
}