]> git.pld-linux.org Git - packages/mate-themes.git/commitdiff
up to 1.10.4 (GTK 3.16) auto/th/mate-themes-1.10.4-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Aug 2015 09:14:55 +0000 (12:14 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Aug 2015 09:14:55 +0000 (12:14 +0300)
- adjust link_color and add styling for hyperlinks
- all themes: style bg of toolbar editor
- style dialog windows
- add new style classes settings for ContrastHigh themes
- restore progressbars for traditional themes
- improvements for traditional themes
- BlackMATE: re-work caja styling a bit
- improvements for BlackMATE theme
- improvements for Greenlaguna theme
- submarine themes: don't use dark colors for math calculators
- improvements for submarine themes
- improvements for menta themes

mate-themes-sh.patch [deleted file]
mate-themes.spec

diff --git a/mate-themes-sh.patch b/mate-themes-sh.patch
deleted file mode 100644 (file)
index b035f24..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Uptream: https://github.com/mate-desktop/mate-themes/pull/91
-
---- mate-themes-1.6.3/common/mkiconlinks.sh.orig       2013-12-31 21:59:11.000000000 +0100
-+++ mate-themes-1.6.3/common/mkiconlinks.sh    2014-01-05 17:22:47.811152927 +0100
-@@ -16,7 +16,7 @@
- while [ ! -z "$NEXTLINE" ] ; do
-       # Skip lines beginning with '#'
--      if [ ! "${NEXTLINE:0:1}" == '#' ]; then
-+      if ! echo "$NEXTLINE" | grep -q '^#'; then
-               #Extract first field, minus its trailing colon
-               ORIG_FILE=`echo $NEXTLINE | awk '/:/{print $1}' | sed -e 's/://'`
index 86c580b12713699cd43c3bbdd6fff85f2099e61e..adf5393b6335c6386c3c2853e1f6d76a984ff060 100644 (file)
@@ -6,13 +6,12 @@
 Summary:       MATE Desktop themes
 Summary(pl.UTF-8):     Motywy dla środowiska MATE Desktop
 Name:          mate-themes
-Version:       1.10.3
+Version:       1.10.4
 Release:       1
 License:       GPL v2+
 Group:         Themes
 Source0:       http://pub.mate-desktop.org/releases/1.10/%{name}-gtk%{gtk3_mver}-%{version}.tar.xz
-# Source0-md5: a4442738d163e7631136c97a648cd81f
-Patch0:                %{name}-sh.patch
+# Source0-md5: 3053f544823d6d0d529aaf005bf4aabe
 URL:           http://mate-desktop.org/
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
@@ -81,7 +80,6 @@ niepełnosprawnych:
 
 %prep
 %setup -q -n %{name}-gtk%{gtk3_mver}-%{version}
-%patch0 -p1
 
 %build
 %{__aclocal}
This page took 0.042311 seconds and 4 git commands to generate.