diff --git a/x11-themes/adwaita-icon-theme/adwaita_icon_theme-42.0.recipe b/x11-themes/adwaita-icon-theme/adwaita_icon_theme-42.0.recipe new file mode 100644 index 000000000..e0b9d7ff2 --- /dev/null +++ b/x11-themes/adwaita-icon-theme/adwaita_icon_theme-42.0.recipe @@ -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 +}