]> git.pld-linux.org Git - packages/kicad.git/commitdiff
- fixed configure proces - set wxWidgets_CONFIG_EXECUTABLE
authorcieciwa <cieciwa@pld-linux.org>
Tue, 28 Jun 2011 11:46:57 +0000 (11:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kicad.spec -> 1.14

kicad.spec

index 6c2311dd485923b8eeeeae56acc7de4a028d9207..afd4fd28f9202643844e5d2254291d13ade59258 100644 (file)
@@ -43,10 +43,10 @@ programów:
 - gerbview - przeglądarka plików Gerber (dokumentów dla fotoplotera).
 
 %prep
-%setup -q -a1 -a2 -n %{name}_sources
-mv kicad/doc/help .
-mv kicad-library/library .
-mv kicad-library/modules .
+%setup -q  -n %{name}_sources
+#mv kicad/* .
+#mv kicad-library/library .
+#mv kicad-library/modules .
 
 #%if "%{_lib}" != "lib"
 #      %{__sed} -i -e "s@/lib/@/%{_lib}/@g" libs.linux
@@ -63,12 +63,14 @@ cd build
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DwxWidgets_ROOT_DIR=/usr \
        -DwxWidgets_USE_STATIC=OFF \
+       -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-gtk2-unicode-config \
        -DKICAD_MINIZIP=ON \
        -DKICAD_GOST=ON \
        -DCMAKE_VERBOSE_MAKEFILE=ON \
        --debug-output \
        ..
 
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.1329 seconds and 4 git commands to generate.