mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 4.0
- Add LICENSE - Drop @dirrm in pkg-plist
This commit is contained in:
parent
9e988774f5
commit
522e5ee3ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371705
@ -2,22 +2,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clearlooks-phenix
|
||||
PORTVERSION= 3.0.16
|
||||
PORTVERSION= 4.0
|
||||
CATEGORIES= x11-themes xfce
|
||||
MASTER_SITES= GENTOO
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
MASTER_SITES= GH GHC
|
||||
PKGNAMESUFFIX= -theme
|
||||
|
||||
MAINTAINER= olivierd@FreeBSD.org
|
||||
COMMENT= Gtk3 port of Clearlooks theme for the Xfce Desktop
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= gtk-engines2>=2.20.2:${PORTSDIR}/x11-themes/gtk-engines2
|
||||
|
||||
WRKSRC= ${WRKDIR}/projets-divers-${PORTNAME}
|
||||
USE_GITHUB= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/gtk-?.0/*.orig
|
||||
GH_ACCOUNT= jpfleury
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${PORTVERSION}
|
||||
GH_COMMIT= fcf15e9
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Clearlooks-Phenix
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (clearlooks-phenix-3.0.16.tar.gz) = 4a99d502d6ea76c9503a5612a815550d6037521c2023eb24ec82bd09f65cbe79
|
||||
SIZE (clearlooks-phenix-3.0.16.tar.gz) = 293595
|
||||
SHA256 (clearlooks-phenix-4.0.tar.gz) = 91d720926ab67dd10e0cd8173bf05c091e5c32a98ca001215271a51c4623ef2b
|
||||
SIZE (clearlooks-phenix-4.0.tar.gz) = 276788
|
||||
|
@ -1,62 +0,0 @@
|
||||
--- ./gtk-3.0/gtk-widgets.css.orig 2013-09-08 02:22:51.000000000 +0000
|
||||
+++ ./gtk-3.0/gtk-widgets.css 2014-01-09 18:06:00.000000000 +0000
|
||||
@@ -416,7 +416,7 @@
|
||||
border-color: @border_color;
|
||||
border-style: solid;
|
||||
border-radius: 3px;
|
||||
- background-color: @theme_base_color;
|
||||
+ background-color: @theme_bg_color;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -1057,7 +1057,7 @@
|
||||
.menu {
|
||||
background-color: @menu_bg_color;
|
||||
color: @menu_fg_color;
|
||||
- padding: 0;
|
||||
+ padding: 1px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: @menu_border_color;
|
||||
@@ -1065,7 +1065,7 @@
|
||||
|
||||
.menu.button {
|
||||
background-image: none;
|
||||
- background-color: @theme_base_color;
|
||||
+ background-color: @menu_bg_color;
|
||||
color: @internal_element_color;
|
||||
|
||||
border-image: none;
|
||||
@@ -1092,7 +1092,7 @@
|
||||
/* this controls the general appearance of the menubar */
|
||||
.menubar {
|
||||
border-style: none;
|
||||
- padding: 4px;
|
||||
+ padding: 1px;
|
||||
-GtkWidget-window-dragging: true;
|
||||
-GtkMenuBar-internal-padding: 1;
|
||||
background-image: -gtk-gradient (linear,
|
||||
@@ -1106,6 +1106,7 @@
|
||||
.menubar .menuitem {
|
||||
border-style: none;
|
||||
padding: 3px 5px;
|
||||
+ background-color: transparent;
|
||||
}
|
||||
|
||||
.menubar .menuitem:hover {
|
||||
@@ -1130,6 +1131,7 @@
|
||||
|
||||
.menu .menuitem {
|
||||
-GtkMenuItem-arrow-scaling: 0.5;
|
||||
+ background-color: @menu_bg_color;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
@@ -1184,6 +1186,7 @@
|
||||
|
||||
.menuitem.separator {
|
||||
color: @menu_separator_color;
|
||||
+ padding: 3px 1px 3px 1px;
|
||||
|
||||
-GtkMenuItem-horizontal-padding: 0;
|
||||
}
|
@ -132,9 +132,3 @@ share/themes/Clearlooks-Phenix/xfwm4/top-left-inactive.xpm
|
||||
share/themes/Clearlooks-Phenix/xfwm4/top-right-active.png
|
||||
share/themes/Clearlooks-Phenix/xfwm4/top-right-active.xpm
|
||||
share/themes/Clearlooks-Phenix/xfwm4/top-right-inactive.xpm
|
||||
@dirrm share/themes/Clearlooks-Phenix/xfwm4/png
|
||||
@dirrm share/themes/Clearlooks-Phenix/xfwm4
|
||||
@dirrm share/themes/Clearlooks-Phenix/gtk-3.0/img
|
||||
@dirrm share/themes/Clearlooks-Phenix/gtk-3.0
|
||||
@dirrm share/themes/Clearlooks-Phenix/gtk-2.0
|
||||
@dirrm share/themes/Clearlooks-Phenix
|
||||
|
Loading…
Reference in New Issue
Block a user