]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
qtermwidget: Fix build error.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 11 Jun 2011 20:57:03 +0000 (22:57 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 11 Jun 2011 20:57:03 +0000 (22:57 +0200)
Fixes #189

pkgs/qtermwidget/qtermwidget.nm

index 07a4a91621c93a9daa98a6d8d68c4e00d1e4a9df..d34b190d37c108884866cc5ef108c2fadf30dab0 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = qtermwidget
 PKG_VER        = 0.1
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUPS     = /Tools
@@ -34,8 +34,7 @@ PKG_URL        = http://qtermwidget.sourceforge.net/
 PKG_LICENSE    = GPLv2
 PKG_SUMMARY    = A QT4 terminal emulation widget.
 
-PKG_BUILD_DEPS+= gcc-c++ python-devel qt
-PKG_DEPS      +=
+PKG_BUILD_DEPS+= gcc-c++ python-devel qt-devel
 
 define PKG_DESCRIPTION
        QTermWidget is an opensource project based on KDE4 Konsole \
@@ -51,6 +50,9 @@ PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
 DIR_APP        = $(DIR_SRC)/$(PKG_NAME)
 
 define STAGE_BUILD
+       # XXX Do we have to set this flag here ?
+       cd $(DIR_APP) && export QMAKESPEC=linux-g++
+
        cd $(DIR_APP) && qmake
 
        cd $(DIR_APP) && make #$(PARALLELISMFLAGS)