aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <evgeniy@khramtsov.org>2021-05-10 16:16:11 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-10 16:16:11 +0000
commit218ad8035b585651aeaaddbcffc2d423b557dde7 (patch)
treeeb38bd4618185bc0df571e1766f564f664ef2079 /x11-themes
parentc463b7d6bf5219f4a5c3cb87d4f4c505905582b4 (diff)
downloadports-218ad8035b585651aeaaddbcffc2d423b557dde7.tar.gz
ports-218ad8035b585651aeaaddbcffc2d423b557dde7.zip
New port: x11-themes/chicago95: Classic Redmond theme
PR: 255724
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/chicago95/Makefile60
-rw-r--r--x11-themes/chicago95/distinfo3
-rw-r--r--x11-themes/chicago95/pkg-descr4
4 files changed, 68 insertions, 0 deletions
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@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