Openbox theme created to fit in nicely with the Arc GTK theme.
WWW: https://github.com/dglava/arc-openbox
This commit is contained in:
parent
c81ad8c2cd
commit
79e7c4bc45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459580
5 changed files with 61 additions and 0 deletions
|
@ -146,6 +146,7 @@
|
||||||
SUBDIR += murrine-configurator
|
SUBDIR += murrine-configurator
|
||||||
SUBDIR += nimbus
|
SUBDIR += nimbus
|
||||||
SUBDIR += numix-theme
|
SUBDIR += numix-theme
|
||||||
|
SUBDIR += openbox-arc-theme
|
||||||
SUBDIR += openbox-themes
|
SUBDIR += openbox-themes
|
||||||
SUBDIR += plank-theme-moka
|
SUBDIR += plank-theme-moka
|
||||||
SUBDIR += qt4-style-Kvantum
|
SUBDIR += qt4-style-Kvantum
|
||||||
|
|
27
x11-themes/openbox-arc-theme/Makefile
Normal file
27
x11-themes/openbox-arc-theme/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= openbox-arc-theme
|
||||||
|
PORTVERSION= 20170104
|
||||||
|
CATEGORIES= x11-themes
|
||||||
|
|
||||||
|
MAINTAINER= novel@FreeBSD.org
|
||||||
|
COMMENT= Arc Openbox theme
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
RUN_DEPENDS= openbox:x11-wm/openbox
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= dglava
|
||||||
|
GH_PROJECT= arc-openbox
|
||||||
|
GH_TAGNAME= d6bfa0e
|
||||||
|
|
||||||
|
NO_BUILD= yes
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
.for theme in Arc Arc-Dark Arc-Darker
|
||||||
|
cd ${WRKSRC} && ${COPYTREE_SHARE} ${theme} ${STAGEDIR}${PREFIX}/share/themes
|
||||||
|
.endfor
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
x11-themes/openbox-arc-theme/distinfo
Normal file
3
x11-themes/openbox-arc-theme/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1516424281
|
||||||
|
SHA256 (dglava-arc-openbox-20170104-d6bfa0e_GH0.tar.gz) = 6f4511790fc0121490bca9cc4d4822eee529477ee846f039a793fcf2493c08f9
|
||||||
|
SIZE (dglava-arc-openbox-20170104-d6bfa0e_GH0.tar.gz) = 926819
|
3
x11-themes/openbox-arc-theme/pkg-descr
Normal file
3
x11-themes/openbox-arc-theme/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Openbox theme created to fit in nicely with the Arc GTK theme.
|
||||||
|
|
||||||
|
WWW: https://github.com/dglava/arc-openbox
|
27
x11-themes/openbox-arc-theme/pkg-plist
Normal file
27
x11-themes/openbox-arc-theme/pkg-plist
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
share/themes/Arc-Dark/openbox-3/close.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/desk.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/desk_toggled.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/iconify.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/max.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/max_toggled.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/shade.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/shade_toggled.xbm
|
||||||
|
share/themes/Arc-Dark/openbox-3/themerc
|
||||||
|
share/themes/Arc-Darker/openbox-3/close.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/desk.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/desk_toggled.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/iconify.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/max.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/max_toggled.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/shade.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/shade_toggled.xbm
|
||||||
|
share/themes/Arc-Darker/openbox-3/themerc
|
||||||
|
share/themes/Arc/openbox-3/close.xbm
|
||||||
|
share/themes/Arc/openbox-3/desk.xbm
|
||||||
|
share/themes/Arc/openbox-3/desk_toggled.xbm
|
||||||
|
share/themes/Arc/openbox-3/iconify.xbm
|
||||||
|
share/themes/Arc/openbox-3/max.xbm
|
||||||
|
share/themes/Arc/openbox-3/max_toggled.xbm
|
||||||
|
share/themes/Arc/openbox-3/shade.xbm
|
||||||
|
share/themes/Arc/openbox-3/shade_toggled.xbm
|
||||||
|
share/themes/Arc/openbox-3/themerc
|
Loading…
Reference in a new issue