[aisleriot] themes: Fix KDE card theme path on fedora



commit c50134cbe60ca35f6ff561cdbe777df2d10475c4
Author: Christian Persch <chpe src gnome org>
Date:   Mon Sep 5 18:36:19 2016 +0200

    themes: Fix KDE card theme path on fedora
    
    Seems this has been moved since I last checked; use the
    one for modern fedora by default (you can still override
    with the configure switch).

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 77ccb8a..e12c8af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,7 +196,8 @@ if test "$enable_card_theme_format_kde" = "yes"; then
   AC_ARG_WITH([kde-card-theme-path],
     [AS_HELP_STRING([--with-kde-card-theme-path],[The base path to the KDE card themes])],
     [],[case "$DISTRO" in
-          debian|fedora|rhel|centos|opensuse|ubuntu) 
with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
+           debian|opensuse|ubuntu) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
+          fedora|rhel|centos) with_kde_card_theme_path="/usr/share/carddecks" ;;
           *) AC_MSG_ERROR([When enabling the KDE card theme format, you must specify the KDE card themes 
base path.]) ;;
         esac])
   AC_MSG_RESULT([$with_kde_card_theme_path])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]