blob: 1318e653240b2978e980272d13a0cd6bcd36d191 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PORTNAME= matcha-gtk-themes
DISTVERSION= 2021-11-29
CATEGORIES= x11-themes
MAINTAINER= Alexander88207@protonmail.com
COMMENT= Flat design theme for GTK 3, GTK 2, and Gnome-Shell
WWW= https://github.com/vinceliuice/Matcha-gtk-theme
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash>0:shells/bash
RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \
gtk-murrine-engine>0:x11-themes/gtk-murrine-engine
USES= shebangfix
USE_GITHUB= yes
GH_ACCOUNT= vinceliuice
GH_PROJECT= Matcha-gtk-theme
SHEBANG_FILES= install.sh
NO_ARCH= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e 's|cp -ur|cp -pr|g' ${WRKSRC}/install.sh
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes
.include <bsd.port.mk>
|