[csw-devel] SF.net SVN: gar:[21127] csw/mgar/pkg/qt4-gcc/trunk/Makefile
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Fri May 17 08:03:35 CEST 2013
Revision: 21127
http://gar.svn.sourceforge.net/gar/?rev=21127&view=rev
Author: cgrzemba
Date: 2013-05-17 06:03:34 +0000 (Fri, 17 May 2013)
Log Message:
-----------
qt4-gcc/trunk: introduce csw path layout
Modified Paths:
--------------
csw/mgar/pkg/qt4-gcc/trunk/Makefile
Modified: csw/mgar/pkg/qt4-gcc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qt4-gcc/trunk/Makefile 2013-05-16 18:49:04 UTC (rev 21126)
+++ csw/mgar/pkg/qt4-gcc/trunk/Makefile 2013-05-17 06:03:34 UTC (rev 21127)
@@ -3,6 +3,7 @@
NAME = qt
VERSION = 4.8.1
GARTYPE = v2
+MAJOR = $(basename $(basename $(VERSION)))
DESCRIPTION = TrollTech C++ application framework
define BLURB
@@ -43,6 +44,14 @@
CONFIGURE_ARGS += -opensource
CONFIGURE_ARGS += -confirm-license
CONFIGURE_ARGS += -prefix $(prefix)
+CONFIGURE_ARGS += -plugindir $(libdir)/$(NAME)$(MAJOR)/plugins
+CONFIGURE_ARGS += -docdir $(docdir)/$(NAME)$(MAJOR)
+CONFIGURE_ARGS += -translationdir $(sharedstatedir)/$(NAME)$(MAJOR)/translations
+CONFIGURE_ARGS += -importdir $(libdir)/$(NAME)$(MAJOR)/imports
+CONFIGURE_ARGS += -demosdir $(sharedstatedir)/$(NAME)$(MAJOR)/demos
+CONFIGURE_ARGS += -examplesdir $(sharedstatedir)/$(NAME)$(MAJOR)/examples
+CONFIGURE_ARGS += -datadir $(sharedstatedir)/$(NAME)$(MAJOR)
+CONFIGURE_ARGS += -sysconfdir $(syconfdir)/$(NAME)$(MAJOR)
CONFIGURE_ARGS += -no-qt3support
CONFIGURE_ARGS += -no-xshape
CONFIGURE_ARGS += -webkit
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list