diff --git a/programming/misc/libdbusmenu-qt/actions.py b/programming/misc/libdbusmenu-qt/actions.py
index 9d6e0d712c..3c44ab283e 100644
--- a/programming/misc/libdbusmenu-qt/actions.py
+++ b/programming/misc/libdbusmenu-qt/actions.py
@@ -9,7 +9,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
- cmaketools.configure()
+ cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_LIBDIR=lib")
def build():
cmaketools.make()
diff --git a/programming/misc/libdbusmenu-qt/pspec.xml b/programming/misc/libdbusmenu-qt/pspec.xml
index 4a1968ae64..539f0690d1 100644
--- a/programming/misc/libdbusmenu-qt/pspec.xml
+++ b/programming/misc/libdbusmenu-qt/pspec.xml
@@ -12,21 +12,21 @@
library
Qt implementation of the DBusMenu spec
libdbusmenu-qt library provides a Qt implementation of the DBusMenu spec.
- https://launchpad.net/libdbusmenu-qt/trunk/0.9.2/+download/libdbusmenu-qt-0.9.2.tar.bz2
+ http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu-qt/libdbusmenu-qt_0.9.3+15.10.20150604.orig.tar.gz
libqjson-devel
- qt-devel
+ qt5-base-devel
+ doxygen
+ cmake
-
- add-qt-library-dir.diff
-
libdbusmenu-qt
- qt
+ qt5-base
+ libgcc
/usr/lib
@@ -39,6 +39,7 @@
Development files for libdbusmenu-qt
libdbusmenu-qt
+ qt5-base-devel
/usr/include
@@ -47,6 +48,13 @@
+
+ 2015-07-28
+ 0.9.3_20150604
+ rebuild
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2014-05-25
0.9.2
diff --git a/programming/misc/libqjson/actions.py b/programming/misc/libqjson/actions.py
new file mode 100644
index 0000000000..bc04bba3c5
--- /dev/null
+++ b/programming/misc/libqjson/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import cmaketools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ cmaketools.configure()
+
+def build():
+ cmaketools.make()
+
+def install():
+ cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("ChangeLog", "COPYING*", "README*")
diff --git a/programming/misc/libqjson/pspec.xml b/programming/misc/libqjson/pspec.xml
new file mode 100644
index 0000000000..80bd97a758
--- /dev/null
+++ b/programming/misc/libqjson/pspec.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ libqjson
+ http://qjson.sourceforge.net
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ Qt-based library that maps JSON data to QVariant objects
+ libqjson, (JavaScript Object Notation) is a lightweight data-interchange format. It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.
+ http://source.pisilinux.org/1.0/qjson-0.82_d0f62e65.tar.gz
+
+ qt5-base-devel
+ cmake
+
+
+
+
+ libqjson
+
+ qt5-base
+ libgcc
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libqjson-devel
+ Development files for libqjson
+
+ libqjson
+ qt5-base-devel
+
+
+ /usr/include/qjson
+ /usr/lib/pkgconfig
+ /usr/lib/cmake/qjson
+
+
+
+
+
+ 2015-07-28
+ 0.82_p1
+ use git version
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+ 2014-05-30
+ 0.8.1
+ Rebuild.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+ 2014-03-09
+ 0.8.1
+ Rebuild.
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-07-28
+ 0.8.1
+ Dep Fixed
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-01-08
+ 0.8.1
+ First release
+ Idris Kalp
+ yaralikurt15@hotmail.com
+
+
+
\ No newline at end of file
diff --git a/programming/misc/libqjson/translations.xml b/programming/misc/libqjson/translations.xml
new file mode 100644
index 0000000000..b8cc768c0e
--- /dev/null
+++ b/programming/misc/libqjson/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ libqjson
+ Qt tabanlı bu kitaplığı JSON data haritalarını QVariant nesnelere dönüştürür
+ Implementacja Qt formatu JSON
+ libqjson, (JavaScript Object Notation) bir veri değişim biçimidir. JSON haritalarını QVariant nesnelere dönüştürür..
+
+
+
+ libqjson-devel
+ libqjson için geliştirme dosyaları
+ Pliki nagłówkowe do libqjson
+
+