diff --git a/desktop/lookandfeel/icon-theme-adwaita/pspec.xml b/desktop/lookandfeel/icon-theme-adwaita/pspec.xml index a9df42e0e3..26577a2bb7 100644 --- a/desktop/lookandfeel/icon-theme-adwaita/pspec.xml +++ b/desktop/lookandfeel/icon-theme-adwaita/pspec.xml @@ -10,7 +10,7 @@ app:gui Adwaita icon theme Adwaita icon theme - ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.26/adwaita-icon-theme-3.26.1.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.31/adwaita-icon-theme-3.31.1.tar.xz intltool @@ -25,6 +25,13 @@ + + 2018-11-30 + 3.31.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2018-07-30 3.26.1 diff --git a/pisi-index.xml b/pisi-index.xml index 264a916f02..9846a4190b 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -43172,6 +43172,57 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + jsoncpp + https://github.com/open-source-parsers/jsoncpp + + PisiLinux Community + admins@pisilinux.org + + MIT + library + programming.library + C++ library for interacting with JSON + C++ library for interacting with JSON + 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 + + cmake + + programming/library/jsoncpp/pspec.xml + + + jsoncpp + + /usr/lib + /usr/share + /usr/share/doc + + + + jsoncpp-devel + Development files for jsoncpp + + jsoncpp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2018-11-30 + 1.8.4 + First release + PisiLinux Community + admins@pisilinux.org + + + cbindgen @@ -175336,7 +175387,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.lookandfeel Adwaita icon theme Adwaita icon theme - ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.26/adwaita-icon-theme-3.26.1.tar.xz + ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.31/adwaita-icon-theme-3.31.1.tar.xz intltool @@ -175350,6 +175401,13 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + 2018-11-30 + 3.31.1 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2018-07-30 3.26.1 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 24a9989080..271aaff13e 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -03f923306a0799883b8adba4b129e0dcee9143e9 \ No newline at end of file +d678e7807569b9d8a5e6d89072dc7d168fc90ff7 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 1a8fee2d33..c0d202be0d 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 124b396f28..18de10a75d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -dc1b69e562090765c89594d667d2656e3981aafe \ No newline at end of file +5b4b3cc98cddac3d8d5df97c1e7bece8fdcbcbd7 \ No newline at end of file diff --git a/programming/library/jsoncpp/actions.py b/programming/library/jsoncpp/actions.py new file mode 100644 index 0000000000..5cbea6cf7c --- /dev/null +++ b/programming/library/jsoncpp/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/env 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 + +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") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "LICENSE", "README*") diff --git a/programming/library/jsoncpp/pspec.xml b/programming/library/jsoncpp/pspec.xml new file mode 100644 index 0000000000..8e526d7ba0 --- /dev/null +++ b/programming/library/jsoncpp/pspec.xml @@ -0,0 +1,56 @@ + + + + + jsoncpp + https://github.com/open-source-parsers/jsoncpp + + PisiLinux Community + admins@pisilinux.org + + MIT + 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 + + cmake + + + + + jsoncpp + + + + --> + + /usr/lib + /usr/share + /usr/share/doc + + + + + jsoncpp-devel + Development files for jsoncpp + + jsoncpp + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2018-11-30 + 1.8.4 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/programming/library/jsoncpp/translations.xml b/programming/library/jsoncpp/translations.xml new file mode 100644 index 0000000000..8e5c895975 --- /dev/null +++ b/programming/library/jsoncpp/translations.xml @@ -0,0 +1,8 @@ + + + + jsoncpp + C++ library for interacting with JSON + C++ library for interacting with JSON + +