mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
22 lines
989 B
Bash
22 lines
989 B
Bash
# Template file for 'gnome-characters'
|
|
pkgname=gnome-characters
|
|
version=48.0
|
|
revision=1
|
|
build_style=meson
|
|
build_helper="gir"
|
|
hostmakedepends="gettext gjs glib-devel itstool pkg-config desktop-file-utils
|
|
gtk-update-icon-cache"
|
|
makedepends="gjs-devel libglib-devel gtk4-devel libadwaita-devel libunistring-devel"
|
|
depends="gnome-desktop gjs libadwaita"
|
|
checkdepends="xvfb-run mesa-dri cantarell-fonts"
|
|
short_desc="Utility to find and insert unusual characters for GNOME"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Design/Apps/CharacterMap"
|
|
changelog="https://gitlab.gnome.org/GNOME/gnome-characters/-/raw/main/NEWS"
|
|
# FIXME: dead link
|
|
#changelog="https://gitlab.gnome.org/GNOME/gnome-characters/-/raw/gnome-48/NEWS"
|
|
distfiles="${GNOME_SITE}/gnome-characters/${version%.*}/gnome-characters-${version}.tar.xz"
|
|
checksum=a2c32ca54d911db2404420350d3442e691a2dce8b0f5d00899f66cff8c3c8d71
|
|
lib32disabled=yes
|
|
make_check_pre="xvfb-run"
|