a91060711e
* 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)
29 lines
515 B
Makefile
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>
|