freebsd-ports/x11-themes/gnome-icons-elementary/Makefile
Olivier Duchateau a91060711e x11-themes/gnome-icons-elementary: Update to 6.0.0
* use DISTVERSION instead of PORTVERSION
 * pet portclippy

ChangeLog: https://github.com/elementary/icons/releases/tag/6.0.0

PR:		257237
Approved by:	maintainer timeout (root@cooltrainer.org, > 2 weeks)
2021-08-07 17:56:56 +01:00

29 lines
515 B
Makefile

# Created by: Nicole Reid <root@cooltrainer.org>
PORTNAME= elementary
DISTVERSION= 6.0.0
CATEGORIES= x11-themes gnome
PKGNAMEPREFIX= gnome-icons-
MAINTAINER= root@cooltrainer.org
COMMENT= Elementary icon set
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
USES= gettext gnome meson python:3.5+,build
USE_GITHUB= yes
GH_PROJECT= icons
USE_GNOME= librsvg2
INSTALLS_ICONS= yes
MESON_ARGS= -Dpalettes=false \
-Dvolume_icons=false
NO_ARCH= yes
.include <bsd.port.mk>