Skip to content

Commit

Permalink
bnc#831758: fix symbol icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoettlicher committed Aug 2, 2013
1 parent 50e127f commit 8c5f44a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions PROJECTINFO.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ SET( DESCRIPTION "This package contains the Qt package selector\ncomponen

## Things to cleanup; probably too yast2 related

IF( NOT PREFIX )
SET( PREFIX "/usr" )
ENDIF( NOT PREFIX )

# used in src/icons and YQPackageSelectorHelp.cc (via -DHELPIMAGEDIR) probably specific to this file
SET( INSTALL_HELP_ICONS_DIR "${CMAKE_INSTALL_PREFIX}/share/YaST2/images" )
SET( INSTALL_HELP_ICONS_DIR "${PREFIX}/share/YaST2/images" )

# maybe '#include <yui/Libyui_config.h>' rather than using '-DTHEMEDIR'
SET( YUIQT_THEMEDIR "${CMAKE_INSTALL_PREFIX}/share/YaST2/theme" )
SET( YUIQT_THEMEDIR "${PREFIX}/share/YaST2/theme" )
1 change: 1 addition & 0 deletions libyui-qt-pkg.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/@BASELIB@/lib*.so.*
%doc %dir %{_docdir}/@PROJECTNAME@@SONAME_MAJOR@
%doc %{_docdir}/@PROJECTNAME@@SONAME_MAJOR@/COPYING*
%{_prefix}/share/YaST2/images

%files devel
%defattr(-,root,root)
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PROCESS_SOURCES()
SUBDIRS(icons)

0 comments on commit 8c5f44a

Please sign in to comment.