mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
adwaita_icon_theme: add recipe
This commit is contained in:
58
x11-themes/adwaita-icon-theme/adwaita_icon_theme-42.0.recipe
Normal file
58
x11-themes/adwaita-icon-theme/adwaita_icon_theme-42.0.recipe
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user