playground/review/programming/libs/qoauth - qoauth review corrections
David Stegbauer
paketler-commits at pardus.org.tr
Wed Nov 11 12:52:44 EET 2009
Author: dast
Date: Wed Nov 11 12:52:43 2009
New Revision: 80149
Modified:
playground/review/programming/libs/qoauth/actions.py
playground/review/programming/libs/qoauth/pspec.xml
playground/review/programming/libs/qoauth/translations.xml
Log:
qoauth review corrections
---
actions.py | 5 +++--
pspec.xml | 2 ++
translations.xml | 5 +++++
3 files changed, 10 insertions(+), 2 deletions(-)
Modified: playground/review/programming/libs/qoauth/actions.py
=================================================================
--- playground/review/programming/libs/qoauth/actions.py (original)
+++ playground/review/programming/libs/qoauth/actions.py Wed Nov 11 12:52:43 2009
@@ -10,13 +10,14 @@
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
-Qt4DIR="usr/qt/4"
+Qt4DIR = get.qtDIR()
def setup():
- shelltools.system("qmake-qt4 PREFIX=/%s" % Qt4DIR)
+ shelltools.system("qmake-qt4 PREFIX=%s" % Qt4DIR)
def build():
autotools.make()
+ pisitools.dosed("lib/libqoauth.prl", "^QMAKE_PRL_BUILD_DIR.*", "")
def install():
autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
Modified: playground/review/programming/libs/qoauth/pspec.xml
=================================================================
--- playground/review/programming/libs/qoauth/pspec.xml (original)
+++ playground/review/programming/libs/qoauth/pspec.xml Wed Nov 11 12:52:43 2009
@@ -34,6 +34,8 @@
<Package>
<Name>qoauth-devel</Name>
+ <Summary>QOAuth development package.</Summary>
+ <Description>Development package of QOAuth.</Description>
<RuntimeDependencies>
<Dependency version="1.0">qoauth</Dependency>
</RuntimeDependencies>
Modified: playground/review/programming/libs/qoauth/translations.xml
=================================================================
--- playground/review/programming/libs/qoauth/translations.xml (original)
+++ playground/review/programming/libs/qoauth/translations.xml Wed Nov 11 12:52:43 2009
@@ -5,4 +5,9 @@
<Summary xml:lang="tr">OAuth yetkilendirme sistemi için Qt tabanlı C++ kitaplığı</Summary>
<Description xml:lang="tr">qoauth OAuth yetkilendirme sistemi kullanan servisler için Qt tabanlı C++ arabirim kitaplığı.</Description>
</Source>
+ <Package>
+ <Name>qoauth-devel</Name>
+ <Summary xml:lang="tr">QOAuth geliştirme paketi.</Summary>
+ <Description xml:lang="tr">QOAuth geliştirme paketi.</Description>
+ </Package>
</PISI>
More information about the paketler-commits
mailing list