8a743ef536
-Two new themes (Silver and Arch-colors) are added. -Many problems are fixed in most themes, especially with dark widgets styles.
27 lines
672 B
Makefile
27 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/11/19 09:45:31 pin Exp $
|
|
|
|
DISTNAME= lxqt-themes-1.0.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/lxqt/lxqt-themes/
|
|
COMMENT= Themes, graphics and icons for LXQt
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config perl
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_DIRS= build
|
|
CMAKE_ARG_PATH= ..
|
|
|
|
pre-configure:
|
|
${MKDIR} -p ${WRKSRC}/build
|
|
|
|
TOOL_DEPENDS+= lxqt-build-tools>=0.10.0:../../devel/lxqt-build-tools
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|