git: 218ad8035b58 - main - New port: x11-themes/chicago95: Classic Redmond theme

Neel Chauhan nc at FreeBSD.org
Mon May 10 16:16:37 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=218ad8035b585651aeaaddbcffc2d423b557dde7

commit 218ad8035b585651aeaaddbcffc2d423b557dde7
Author:     Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-05-10 16:16:11 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-10 16:16:11 +0000

    New port: x11-themes/chicago95: Classic Redmond theme
    
    PR:     255724
---
 x11-themes/Makefile            |  1 +
 x11-themes/chicago95/Makefile  | 60 ++++++++++++++++++++++++++++++++++++++++++
 x11-themes/chicago95/distinfo  |  3 +++
 x11-themes/chicago95/pkg-descr |  4 +++
 4 files changed, 68 insertions(+)

diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index dd848f69fad8..d00d324efcad 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -10,6 +10,7 @@
     SUBDIR += audacious-skins
     SUBDIR += canta-gtk-themes
     SUBDIR += canta-icon-theme
+    SUBDIR += chicago95
     SUBDIR += classiclooks
     SUBDIR += claws-mail-themes
     SUBDIR += clearlooks
diff --git a/x11-themes/chicago95/Makefile b/x11-themes/chicago95/Makefile
new file mode 100644
index 000000000000..6dcabfd18090
--- /dev/null
+++ b/x11-themes/chicago95/Makefile
@@ -0,0 +1,60 @@
+PORTNAME=	chicago95
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.0.1-65
+DISTVERSIONSUFFIX=	-g410d59f
+CATEGORIES=	x11-themes
+
+MAINTAINER=	evgeniy at khramtsov.org
+COMMENT=	Classic Redmond theme
+
+LICENSE=	GPLv3+ MIT
+LICENSE_COMB=	multi
+
+USE_GITHUB=	nodefault
+GH_ACCOUNT=	grassmunk
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+WRKSRC=		${WRKDIR}/${NAME}-${GH_TAGNAME_EXTRACT}
+
+OPTIONS_DEFINE=	BACKGROUNDS CURSORS ICONS
+OPTIONS_DEFAULT=BACKGROUNDS CURSORS ICONS
+OPTIONS_SUB=	yes
+
+BACKGROUNDS_DESC=Install background theme(s)
+CURSORS_DESC=Install cursor theme(s)
+
+ICONS_USES=	gnome
+ICONS_VARS=	INSTALLS_ICONS=yes
+
+NAME=		${PORTNAME:S/c/C/}
+QT5CT=		share/qt5ct/colors
+WALLDIR=	share/wallpapers/${NAME}
+
+do-install:
+	@cd ${WRKSRC}/Theme && \
+		${COPYTREE_SHARE} ${NAME} ${STAGEDIR}${PREFIX}/share/themes
+	${MKDIR} ${STAGEDIR}${PREFIX}/${QT5CT}
+	${INSTALL_DATA} ${WRKSRC}/Extras/${NAME}_qt.conf \
+		${STAGEDIR}${PREFIX}/${QT5CT}
+
+do-install-BACKGROUNDS-on:
+	${MKDIR} ${STAGEDIR}${PREFIX}/${WALLDIR}
+	@cd ${WRKSRC}/Extras/Backgrounds && \
+		${INSTALL_DATA} Patterns/* ${STAGEDIR}${PREFIX}/${WALLDIR} && \
+		${INSTALL_DATA} Wallpaper/* ${STAGEDIR}${PREFIX}/${WALLDIR}
+
+do-install-CURSORS-on:
+	@cd ${WRKSRC}/Cursors && \
+		${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons
+
+do-install-ICONS-on:
+	@cd ${WRKSRC}/Icons && \
+		${COPYTREE_SHARE} ${NAME} ${STAGEDIR}${PREFIX}/share/icons
+
+post-install: # autoplist: thousands of files, complex dependencies on options
+	@cd ${STAGEDIR}${PREFIX} && \
+		${FIND} * -type f -or -type l >> ${TMPPLIST}
+
+.include <bsd.port.mk>
+
diff --git a/x11-themes/chicago95/distinfo b/x11-themes/chicago95/distinfo
new file mode 100644
index 000000000000..4401f13b273f
--- /dev/null
+++ b/x11-themes/chicago95/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620565608
+SHA256 (chicago95-v2.0.1-65-g410d59f.tar.gz) = d11009b6da4915cd1be01b24f3403ba375d0e7dd2ea3f6b3ef619bc31f0a065e
+SIZE (chicago95-v2.0.1-65-g410d59f.tar.gz) = 21805738
diff --git a/x11-themes/chicago95/pkg-descr b/x11-themes/chicago95/pkg-descr
new file mode 100644
index 000000000000..49a9ecf06956
--- /dev/null
+++ b/x11-themes/chicago95/pkg-descr
@@ -0,0 +1,4 @@
+Chicago95 is a theme rendition of classic 1995 Microsoft operating system.
+It includes various backgrounds, themes, and icons for consistent look.
+
+WWW: https://github.com/grassmunk/Chicago95


More information about the dev-commits-ports-all mailing list