- update to 3.2.1
This commit is contained in:
parent
870774884e
commit
9e2c604f34
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2011/10/16 19:23:35 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2011/10/18 07:48:48 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= standard GNOME themes
|
||||
|
||||
GNOME_PROJECT= gnome-themes-standard
|
||||
GNOME_VERSION= 3.2.0.2
|
||||
REVISION= 1
|
||||
GNOME_VERSION= 3.2.1
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gnome/gnome-themes-standard-3.2.0.2.tar.xz) = PuBdiZcKdO5Sv4+y35adVQ==
|
||||
RMD160 (gnome/gnome-themes-standard-3.2.0.2.tar.xz) = ZiFrgTKpp+b2lGO9eyrWdfVhvDw=
|
||||
SHA1 (gnome/gnome-themes-standard-3.2.0.2.tar.xz) = n6HoTmXwR2SjcjTdWC/k0gwmss0=
|
||||
SHA256 (gnome/gnome-themes-standard-3.2.0.2.tar.xz) = SbgXf8xmk2kOzu8gf3gXPwyjS974c6bB/tkL7yh5G8E=
|
||||
SIZE (gnome/gnome-themes-standard-3.2.0.2.tar.xz) = 1052536
|
||||
MD5 (gnome/gnome-themes-standard-3.2.1.tar.xz) = mRAU4eoehE/NqlL/CM+z5Q==
|
||||
RMD160 (gnome/gnome-themes-standard-3.2.1.tar.xz) = IKbEDN+YQuFonLhulTpwlaPZHXs=
|
||||
SHA1 (gnome/gnome-themes-standard-3.2.1.tar.xz) = ymqlmmLixotAPBH613B70lifqXo=
|
||||
SHA256 (gnome/gnome-themes-standard-3.2.1.tar.xz) = q55/YAH08YQg32pmQHrOQ0DugVsx5XG8Vd55gzcOJvM=
|
||||
SIZE (gnome/gnome-themes-standard-3.2.1.tar.xz) = 1053120
|
||||
|
@ -1,102 +0,0 @@
|
||||
$OpenBSD: patch-themes_Adwaita_gtk-3_0_gtk-widgets_css,v 1.1 2011/10/04 05:42:46 ajacoutot Exp $
|
||||
|
||||
From 66337c9988063766f2b84f9fbea61915e617693e Mon Sep 17 00:00:00 2001
|
||||
From: Cosimo Cecchi <cosimoc@gnome.org>
|
||||
Date: Tue, 04 Oct 2011 00:41:04 +0000
|
||||
Subject: fallback: fixup gnome-panel theming for fallback mode
|
||||
|
||||
From 7cd3b3403d038bc94fd620c221976e30907b092d Mon Sep 17 00:00:00 2001
|
||||
From: Cosimo Cecchi <cosimoc@gnome.org>
|
||||
Date: Tue, 04 Oct 2011 01:03:57 +0000
|
||||
Subject: fallback: add a missing selector
|
||||
|
||||
From 425ad0ca7c46142cca4ff556d155fe9bfaa1ab44 Mon Sep 17 00:00:00 2001
|
||||
From: Cosimo Cecchi <cosimoc@gnome.org>
|
||||
Date: Tue, 04 Oct 2011 01:12:03 +0000
|
||||
Subject: fallback: tweak padding for the panel button
|
||||
|
||||
--- themes/Adwaita/gtk-3.0/gtk-widgets.css.orig Wed Sep 28 01:56:55 2011
|
||||
+++ themes/Adwaita/gtk-3.0/gtk-widgets.css Tue Oct 4 07:39:03 2011
|
||||
@@ -1574,13 +1574,11 @@ GtkCalendar.highlight {
|
||||
* Fallback Mode Panel
|
||||
**********************/
|
||||
|
||||
-PanelWidget,
|
||||
-PanelApplet,
|
||||
-PanelApplet > GtkMenuBar.menubar,
|
||||
.gnome-panel-menu-bar,
|
||||
+PanelToplevel,
|
||||
+PanelWidget,
|
||||
PanelAppletFrame,
|
||||
-PanelMenuBar.menubar,
|
||||
-PanelToplevel {
|
||||
+PanelApplet {
|
||||
background-color: @os_chrome_bg_color;
|
||||
background-image: none;
|
||||
color: @os_chrome_fg_color;
|
||||
@@ -1591,37 +1589,47 @@ ClockBox,
|
||||
font: bold;
|
||||
}
|
||||
|
||||
-PanelApplet > GtkMenuBar.menubar.menuitem:prelight,
|
||||
-.gnome-panel-menu-bar.menuitem:prelight {
|
||||
+.gnome-panel-menu-bar .menuitem:prelight {
|
||||
background-color: @os_chrome_selected_bg_color;
|
||||
color: @os_chrome_selected_fg_color;
|
||||
- border-color: lighter (@os_chrome_selected_bg_color);
|
||||
}
|
||||
|
||||
-/* panel buttons (clock, tasklist etc) */
|
||||
-PanelApplet GtkToggleButton {
|
||||
- background-color: @os_chrome_bg_color;
|
||||
+.gnome-panel-menu-bar .menuitem *:prelight {
|
||||
+ color: @os_chrome_selected_fg_color;
|
||||
+ text-shadow: @os_chrome_bg_color 0 1;
|
||||
+}
|
||||
+
|
||||
+PanelApplet .button,
|
||||
+PanelApplet .button:prelight {
|
||||
+ padding: 4;
|
||||
+
|
||||
+ border-image: none;
|
||||
+ border-width: 0;
|
||||
+ border-radius: 0;
|
||||
+
|
||||
background-image: none;
|
||||
- border-color: @os_chrome_bg_color;
|
||||
- border-width: 1;
|
||||
+ background-color: alpha(@theme_base_color, 0.0);
|
||||
+
|
||||
color: @os_chrome_fg_color;
|
||||
}
|
||||
|
||||
-PanelApplet GtkToggleButton:prelight:active,
|
||||
-PanelApplet GtkToggleButton:active {
|
||||
- background-color: @os_chrome_selected_bg_color;
|
||||
+PanelApplet .button:active:prelight,
|
||||
+PanelApplet .button:active {
|
||||
+ border-image: none;
|
||||
background-image: none;
|
||||
- border-color: lighter (@os_chrome_selected_bg_color);
|
||||
- border-width: 1;
|
||||
+ background-color: @os_chrome_selected_bg_color;
|
||||
+ border-width: 0;
|
||||
+ border-radius: 0;
|
||||
+}
|
||||
+
|
||||
+PanelApplet *:prelight {
|
||||
color: @os_chrome_selected_fg_color;
|
||||
}
|
||||
|
||||
-PanelApplet GtkToggleButton:prelight {
|
||||
- background-color: @os_chrome_bg_color;
|
||||
- background-image: none;
|
||||
- border-color: @os_chrome_bg_color;
|
||||
- border-width: 1;
|
||||
+PanelApplet *:active,
|
||||
+PanelApplet *:prelight:active {
|
||||
color: @os_chrome_selected_fg_color;
|
||||
+ text-shadow: @os_chrome_bg_color 0 1;
|
||||
}
|
||||
|
||||
NaTrayApplet {
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2011/09/26 15:42:29 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2011/10/18 07:48:49 jasper Exp $
|
||||
@conflict gnome-themes-<2.32.1p3
|
||||
@unexec rm -f %D/share/icons/Adwaita/icon-theme.cache
|
||||
@unexec rm -f %D/share/icons/HighContrast/icon-theme.cache
|
||||
@ -610,6 +610,7 @@ share/locale/es/LC_MESSAGES/gnome-themes-standard.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-themes-standard.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-themes-standard.mo
|
||||
share/locale/fa/LC_MESSAGES/gnome-themes-standard.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-themes-standard.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-themes-standard.mo
|
||||
share/locale/fy/
|
||||
share/locale/fy/LC_MESSAGES/
|
||||
|
Loading…
x
Reference in New Issue
Block a user