19 lines
687 B
Bash
19 lines
687 B
Bash
# Template file for 'adwaita-icon-theme'
|
|
pkgname=adwaita-icon-theme
|
|
version=46.2
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config"
|
|
depends="librsvg"
|
|
short_desc="Theme consisting of a set of icons for GTK+"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="LGPL-3.0-or-later, CC-BY-SA-3.0"
|
|
homepage="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
|
changelog="https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/raw/master/NEWS"
|
|
distfiles="${GNOME_SITE}/adwaita-icon-theme/${version/.*/}/adwaita-icon-theme-${version}.tar.xz"
|
|
checksum=beb126b9429339ba762e0818d5e73b2c46f444975bf80076366eae2d0f96b5cb
|
|
|
|
pre_configure() {
|
|
ln -s /bin/true "$XBPS_WRAPPERDIR/gtk-update-icon-cache"
|
|
}
|