[PC-BSD Commits] r4763 - pcbsd/trunk/kcmPFManager
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 26 08:44:50 PST 2009
Author: kris
Date: 2009-10-26 09:44:50 -0700 (Mon, 26 Oct 2009)
New Revision: 4763
Modified:
pcbsd/trunk/kcmPFManager/pfmanager.pro
Log:
Fixed bug in .pro file installing i18n data, works if dir doesn't exist now
Modified: pcbsd/trunk/kcmPFManager/pfmanager.pro
===================================================================
--- pcbsd/trunk/kcmPFManager/pfmanager.pro 2009-10-26 16:44:00 UTC (rev 4762)
+++ pcbsd/trunk/kcmPFManager/pfmanager.pro 2009-10-26 16:44:50 UTC (rev 4763)
@@ -108,15 +108,11 @@
kcm.files=kcm_pfmanager.la
kcm.extra=ln -fs /usr/local/kde4/lib/kde4/libkcm_pfmanager.so.1.0.0 /usr/local/kde4/lib/kde4/kcm_pfmanager.so
-lang.path=/usr/local/kde4/share/apps/pcbsd/i18n/
-lang.files=i18n/*.qm
+dotrans.path=/usr/local/kde4/share/apps/pcbsd/i18n/
+dotrans.extra=cd i18n && lrelease-qt4 *.ts && cp *.qm /usr/local/kde4/share/apps/pcbsd/i18n/
-dotrans.extra=cd i18n && lrelease-qt4 *.ts
-dotrans.path = i18n/
-dotrans.target = dotrans
+INSTALLS += dotrans desktop kcm
-INSTALLS += dotrans lang desktop kcm
-
QMAKE_LIBDIR = /usr/local/kde4/lib /usr/local/lib/qt4 /usr/local/lib
More information about the Commits
mailing list