diff --git a/programming/library/jsoncpp/actions.py b/programming/library/jsoncpp/actions.py
index 5cbea6cf7c..3aecb5ee4a 100644
--- a/programming/library/jsoncpp/actions.py
+++ b/programming/library/jsoncpp/actions.py
@@ -1,25 +1,23 @@
-#!/usr/bin/env python
+#!/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 pisitools
-from pisi.actionsapi import get
+from pisi.actionsapi import get
+from pisi.actionsapi import mesontools
+from pisi.actionsapi import pisitools
def setup():
- cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DJSONCPP_WITH_CMAKE_PACKAGE=ON \
- -DBUILD_SHARED_LIBS=ON \
- -DBUILD_STATIC_LIBS=OFF \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib")
+ mesontools.configure()
def build():
- cmaketools.make()
+ mesontools.build()
+
+def check():
+ mesontools.build("test")
def install():
- cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+ mesontools.install()
pisitools.dodoc("AUTHORS", "LICENSE", "README*")
diff --git a/programming/library/jsoncpp/pspec.xml b/programming/library/jsoncpp/pspec.xml
index 8e526d7ba0..0338147ec0 100644
--- a/programming/library/jsoncpp/pspec.xml
+++ b/programming/library/jsoncpp/pspec.xml
@@ -12,18 +12,17 @@
library
C++ library for interacting with JSON
C++ library for interacting with JSON
- https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz
+ https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz
- cmake
+ meson
jsoncpp
-
+ libgcc
- -->
/usr/lib
/usr/share
@@ -45,6 +44,13 @@
+
+ 2020-03-01
+ 1.9.2
+ Version bump
+ Kamil Atlı
+ suvari@pisilinux.org
+
2018-11-30
1.8.4
@@ -53,4 +59,4 @@
admins@pisilinux.org
-
+
\ No newline at end of file
diff --git a/programming/library/jsoncpp/translations.xml b/programming/library/jsoncpp/translations.xml
index 8e5c895975..72c201acf1 100644
--- a/programming/library/jsoncpp/translations.xml
+++ b/programming/library/jsoncpp/translations.xml
@@ -2,7 +2,7 @@
jsoncpp
- C++ library for interacting with JSON
- C++ library for interacting with JSON
+ JSON ile etkileşim için C ++ kütüphanesi
+ JSON ile etkileşim için C ++ kütüphanesi
diff --git a/programming/library/libgee/pspec.xml b/programming/library/libgee/pspec.xml
index 88a8e32524..079d445579 100644
--- a/programming/library/libgee/pspec.xml
+++ b/programming/library/libgee/pspec.xml
@@ -49,7 +49,7 @@
- 2019-01-15
+ 2020-03-01
0.20.3
Version bump
Kamil Atlı