]> git.pld-linux.org Git - packages/mate-themes.git/commitdiff
enable install of all themes
authorElan Ruusamäe <glen@delfi.ee>
Wed, 27 Mar 2013 21:14:14 +0000 (23:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 27 Mar 2013 21:14:14 +0000 (23:14 +0200)
otherwise it will still *install* accessibility themes but rename their
index.theme to index.theme.disabled, doh!

mate-themes.spec

index 65a41ed84fb65c62aac42338402d41e869e66a14..9ce6ea951956a5136340ac2ad757ffafa765d5db 100644 (file)
@@ -1,7 +1,11 @@
+#
+# Conditional build:
+%bcond_without a11y    # disable accessibility themes
+
 Summary:       MATE Desktop themes
 Name:          mate-themes
 Version:       1.5.2
-Release:       0.6
+Release:       0.7
 License:       GPL v2+
 Group:         Themes
 Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
@@ -62,6 +66,7 @@ Accessibility themes for MATE environment:
 NOCONFIGURE=1 ./autogen.sh
 %configure \
        --disable-silent-rules \
+       %{__enable_disable a11y all-themes} \
        --enable-icon-mapping \
 
 %{__make}
This page took 0.155847 seconds and 4 git commands to generate.