46bfa071fe
Changelog: https://github.com/ubuntu/yaru/compare/21.10.1...21.10.2 PR: 259017
39 lines
838 B
Makefile
39 lines
838 B
Makefile
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>
|
|
|
|
PORTNAME= yaru-icon-theme
|
|
DISTVERSION= 21.10.2
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= Alexander88207@protonmail.com
|
|
COMMENT= Default icon theme for Ubuntu
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= bash>0:shells/bash \
|
|
coreutils>0:sysutils/coreutils \
|
|
sassc:textproc/sassc
|
|
|
|
USES= gnome meson ninja python shebangfix
|
|
USE_GNOME= glib20:build
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ubuntu
|
|
GH_PROJECT= yaru
|
|
|
|
NO_ARCH= yes
|
|
|
|
BINARY_ALIAS= realpath=grealpath
|
|
|
|
MESON_ARGS= -Dgnome-shell=false \
|
|
-Dgtk=false \
|
|
-Dgtksourceview=false \
|
|
-Dsessions=false \
|
|
-Dsounds=false \
|
|
-Dmetacity=false
|
|
|
|
SHEBANG_LANG= ${PYTHON_CMD}
|
|
SHEBANG_FILES= gnome-shell/copy-and-rename.py \
|
|
gnome-shell/gresources-xml-parser.py \
|
|
icons/meson/post_install.py
|
|
|
|
.include <bsd.port.mk>
|