diff --git a/network/library/serf/pspec.xml b/network/library/serf/pspec.xml index 4032c489ee..2a8e300dd8 100644 --- a/network/library/serf/pspec.xml +++ b/network/library/serf/pspec.xml @@ -54,6 +54,13 @@ + + 2020-02-26 + 1.3.9 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-01 1.3.9 diff --git a/office/libreoffice/libreoffice/actions.py b/office/libreoffice/libreoffice/actions.py index 93cb73e1af..4c7aef995f 100644 --- a/office/libreoffice/libreoffice/actions.py +++ b/office/libreoffice/libreoffice/actions.py @@ -24,7 +24,7 @@ lang="tr" def setup(): shelltools.chmod("%s/bin/unpack-sources" % OurWorkDir) shelltools.export("LO_PREFIX", "/usr") - shelltools.export("PYTHON", "python3.6") + shelltools.export("PYTHON", "python3.8") # http://site.icu-project.org/download/61#TOC-Migration-Issues shelltools.export("CPPFLAGS", "-DU_USING_ICU_NAMESPACE=1") @@ -40,17 +40,17 @@ def setup(): --sysconfdir=/etc \ --with-vendor="Pisi Linux" \ --with-lang="%s" \ - --disable-gtk \ - --disable-postgresql-sdbc \ - --disable-firebird-sdbc \ --disable-coinmp \ --disable-odk \ + --enable-qt5 \ --enable-gtk3 \ + --enable-kf5 \ --enable-release-build=yes \ --enable-python=system \ --enable-scripting-beanshell \ --enable-scripting-javascript \ --enable-ext-wiki-publisher \ + --enable-ext-numbertext \ --enable-ext-nlpsolver \ --with-help \ --with-myspell-dicts \ @@ -67,7 +67,7 @@ def setup(): --with-system-hunspell \ --with-system-icu \ --with-system-jpeg \ - --with-jdk-home=/usr/lib/jvm/java \ + --with-system-boost \ --with-system-lcms2 \ --with-system-libcdr \ --with-system-libetonyek \ @@ -100,7 +100,8 @@ def setup(): --without-system-libstaroffice \ --without-system-libzmf \ --without-system-ucpp \ - --without-system-boost \ + --without-system-coinmp \ + --without-system-firebird \ --without-system-libcmis \ --without-system-orcus \ --with-jdk-home=/usr/lib/jvm/java-8-openjdk \ @@ -116,7 +117,10 @@ def install(): autotools.rawInstall("DESTDIR=%s distro-pack-install" % get.installDIR()) # cleanup gid_Module - pisitools.remove("gid_Module*") + pisitools.remove("gid_Module*") + + pisitools.remove("/usr/lib/libreoffice/share/extensions/numbertext/pythonpath/Makefile") + pisitools.removeDir("/usr/lib/libreoffice/share/extensions/numbertext/idl/") # add application descriptions pisitools.insinto("/usr/share/appdata/", "sysui/desktop/appstream-appdata/libreoffice-*.xml") @@ -127,8 +131,8 @@ def install(): pisitools.dosym("/usr/lib/libreoffice/share/psprint/psprint.conf", "/etc/libreoffice/psprint.conf") # make pyuno find its modules - pisitools.dosym("/usr/lib/libreoffice/program/uno.py", "/usr/lib/python3.6/site-packages/uno.py") - pisitools.dosym("/usr/lib/libreoffice/program/unohelper.py", "/usr/lib/python3.6/site-packages/unohelper.py") + pisitools.dosym("/usr/lib/libreoffice/program/uno.py", "/usr/lib/python3.8/site-packages/uno.py") + pisitools.dosym("/usr/lib/libreoffice/program/unohelper.py", "/usr/lib/python3.8/site-packages/unohelper.py") for pix in ["libreoffice-base.png", "libreoffice-calc.png", "libreoffice-draw.png", "libreoffice-impress.png", "libreoffice-main.png", "libreoffice-math.png", "libreoffice-startcenter.png", "libreoffice-writer.png"]: pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix) diff --git a/office/libreoffice/libreoffice/files/0001-replace-boost-bimap-in-sdext-pdfimport.patch b/office/libreoffice/libreoffice/files/0001-replace-boost-bimap-in-sdext-pdfimport.patch new file mode 100644 index 0000000000..479101c1de --- /dev/null +++ b/office/libreoffice/libreoffice/files/0001-replace-boost-bimap-in-sdext-pdfimport.patch @@ -0,0 +1,110 @@ +From 193b49763a03d63ba79db50c1fa0563ec0d6b0c3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= +Date: Wed, 29 Jan 2020 12:44:52 +0000 +Subject: [PATCH] replace boost::bimap in sdext pdfimport + +Change-Id: Ie324a0b81931bbd427483878a87beeca455ada18 +--- + sdext/source/pdfimport/inc/pdfiprocessor.hxx | 12 ++++------- + sdext/source/pdfimport/tree/pdfiprocessor.cxx | 21 +++++++++++-------- + 2 files changed, 16 insertions(+), 17 deletions(-) + +diff --git a/sdext/source/pdfimport/inc/pdfiprocessor.hxx b/sdext/source/pdfimport/inc/pdfiprocessor.hxx +index 89f9d601b7b0..9e08d6a6a765 100644 +--- a/sdext/source/pdfimport/inc/pdfiprocessor.hxx ++++ b/sdext/source/pdfimport/inc/pdfiprocessor.hxx +@@ -37,9 +37,6 @@ + #include "treevisitorfactory.hxx" + #include "genericelements.hxx" + +-#include +-#include +- + namespace pdfi + { + +@@ -160,10 +157,8 @@ namespace pdfi + typedef std::unordered_map IdToFontMap; + typedef std::unordered_map FontToIdMap; + +- typedef boost::bimaps::bimap< +- boost::bimaps::unordered_set_of, +- boost::bimaps::unordered_set_of +- > GCToIdBiMap; ++ typedef std::unordered_map IdToGCMap; ++ typedef std::unordered_map GCToIdMap; + + typedef std::vector GraphicsContextStack; + +@@ -178,7 +173,8 @@ namespace pdfi + + GraphicsContextStack m_aGCStack; + sal_Int32 m_nNextGCId; +- GCToIdBiMap m_aGCToId; ++ IdToGCMap m_aIdToGC; ++ GCToIdMap m_aGCToId; + + ImageContainer m_aImages; + +diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.cxx b/sdext/source/pdfimport/tree/pdfiprocessor.cxx +index c6baa7fee8b2..ed2eaf6510b9 100644 +--- a/sdext/source/pdfimport/tree/pdfiprocessor.cxx ++++ b/sdext/source/pdfimport/tree/pdfiprocessor.cxx +@@ -54,6 +54,7 @@ namespace pdfi + m_aFontToId(), + m_aGCStack(), + m_nNextGCId( 1 ), ++ m_aIdToGC(), + m_aGCToId(), + m_aImages(), + m_nPages(0), +@@ -65,12 +66,13 @@ namespace pdfi + aDefFont.isBold = false; + aDefFont.isItalic = false; + aDefFont.size = 10*PDFI_OUTDEV_RESOLUTION/72; +- m_aIdToFont[ 0 ] = aDefFont; +- m_aFontToId[ aDefFont ] = 0; ++ m_aIdToFont.insert({0, aDefFont}); ++ m_aFontToId.insert({aDefFont, 0}); + + GraphicsContext aDefGC; + m_aGCStack.push_back( aDefGC ); +- m_aGCToId.insert(GCToIdBiMap::relation(aDefGC, 0)); ++ m_aGCToId.insert({aDefGC, 0}); ++ m_aIdToGC.insert({0, aDefGC}); + } + + void PDFIProcessor::setPageNum( sal_Int32 nPages ) +@@ -468,12 +470,13 @@ const FontAttributes& PDFIProcessor::getFont( sal_Int32 nFontId ) const + sal_Int32 PDFIProcessor::getGCId( const GraphicsContext& rGC ) + { + sal_Int32 nGCId = 0; +- auto it = m_aGCToId.left.find( rGC ); +- if( it != m_aGCToId.left.end() ) ++ auto it = m_aGCToId.find( rGC ); ++ if( it != m_aGCToId.end() ) + nGCId = it->second; + else + { +- m_aGCToId.insert(GCToIdBiMap::relation(rGC, m_nNextGCId)); ++ m_aGCToId.insert({rGC, m_nNextGCId}); ++ m_aIdToGC.insert({m_nNextGCId, rGC}); + nGCId = m_nNextGCId; + m_nNextGCId++; + } +@@ -483,9 +486,9 @@ sal_Int32 PDFIProcessor::getGCId( const GraphicsContext& rGC ) + + const GraphicsContext& PDFIProcessor::getGraphicsContext( sal_Int32 nGCId ) const + { +- auto it = m_aGCToId.right.find( nGCId ); +- if( it == m_aGCToId.right.end() ) +- it = m_aGCToId.right.find( 0 ); ++ auto it = m_aIdToGC.find( nGCId ); ++ if( it == m_aIdToGC.end() ) ++ it = m_aIdToGC.find( 0 ); + return it->second; + } + +-- +2.24.1 + diff --git a/office/libreoffice/libreoffice/pspec.xml b/office/libreoffice/libreoffice/pspec.xml index 1ea1179f73..9b1e7b7e8b 100644 --- a/office/libreoffice/libreoffice/pspec.xml +++ b/office/libreoffice/libreoffice/pspec.xml @@ -13,64 +13,69 @@ app:gui LibreOffice office suite LibreOffice is an open source, multi-platform office productivity suite. It includes key desktop applications such as a word processor, a spreadsheet application, a presentation creator-viewer, a formula editor and a drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, LibreOffice also works transparently with a variety of file formats, including those of Microsoft Office. - http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-6.3.2.2.tar.xz - http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-dictionaries-6.3.2.2.tar.xz - http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-help-6.3.2.2.tar.xz - http://download.documentfoundation.org/libreoffice/src/6.3.2/libreoffice-translations-6.3.2.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-6.4.1.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-dictionaries-6.4.1.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-help-6.4.1.2.tar.xz + http://download.documentfoundation.org/libreoffice/src/6.4.1/libreoffice-translations-6.4.1.2.tar.xz - https://dev-www.libreoffice.org/src/xmlsec1-1.2.28.tar.gz - http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz - http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip - http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip - http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip - http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip - http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip - http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip - http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip - http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip - http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip - http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz - https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2 - http://dev-www.libreoffice.org/src/collada2gltf-master-6258611a6a.tar.bz2 - http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2 - http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip - http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip - http://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz - http://dev-www.libreoffice.org/src/liborcus-0.14.1.tar.gz - http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip - http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz - https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz - https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz - https://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz - https://dev-www.libreoffice.org/src/lxml-4.1.1.tgz - http://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz - https://dev-www.libreoffice.org/src/libmwaw-0.3.15.tar.xz - http://dev-www.libreoffice.org/src/libstaroffice-0.0.6.tar.xz - http://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz - https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz - https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz - https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz - http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz - http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz - http://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2 - http://dev-www.libreoffice.org/src/pdfium-3794.tar.bz2 - http://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2 - https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz - http://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2 - https://dev-www.libreoffice.org/src/boost_1_69_0.tar.bz2 - https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz - https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf + https://dev-www.libreoffice.org/src/xmlsec1-1.2.28.tar.gz + http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip + http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip + http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip + http://dev-www.libreoffice.org/src/commons-logging-1.2-src.tar.gz + http://dev-www.libreoffice.org/src/eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip + http://dev-www.libreoffice.org/src/39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip + http://dev-www.libreoffice.org/src/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip + http://dev-www.libreoffice.org/src/97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip + http://dev-www.libreoffice.org/src/f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip + http://dev-www.libreoffice.org/src/8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip + http://dev-www.libreoffice.org/src/3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip + http://dev-www.libreoffice.org/src/ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip + http://dev-www.libreoffice.org/src/db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip + http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz + https://dev-www.libreoffice.org/src/language-subtag-registry-2019-04-03.tar.bz2 + http://dev-www.libreoffice.org/src/collada2gltf-master-6258611a6a.tar.bz2 + http://dev-www.libreoffice.org/src/OpenCOLLADA-master-6509aa13af.tar.bz2 + http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip + http://dev-www.libreoffice.org/src/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip + http://dev-www.libreoffice.org/src/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip + http://dev-www.libreoffice.org/src/libfreehand-0.1.2.tar.xz + https://dev-www.libreoffice.org/src/liborcus-0.15.3.tar.gz + http://dev-www.libreoffice.org/src/beeca87be45ec87d241ddd0e1bad80c1-bsh-2.0b6-src.zip + http://dev-www.libreoffice.org/src/5ade6ae2a99bc1e9e57031ca88d36dad-hyphen-2.8.8.tar.gz + https://dev-www.libreoffice.org/src/libabw-0.1.3.tar.xz + https://dev-www.libreoffice.org/src/libcmis-0.5.2.tar.xz + https://dev-www.libreoffice.org/src/libnumbertext-1.0.5.tar.xz + https://dev-www.libreoffice.org/src/lxml-4.1.1.tgz + http://dev-www.libreoffice.org/src/libexttextcat-3.4.5.tar.xz + https://dev-www.libreoffice.org/src/libmwaw-0.3.15.tar.xz + http://dev-www.libreoffice.org/src/libstaroffice-0.0.6.tar.xz + http://dev-www.libreoffice.org/src/libzmf-0.0.2.tar.xz + https://dev-www.libreoffice.org/src/libe-book-0.1.3.tar.xz + https://dev-www.libreoffice.org/src/libepubgen-0.1.1.tar.xz + https://dev-www.libreoffice.org/src/libqxp-0.0.2.tar.xz + http://dev-www.libreoffice.org/src/26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz + http://dev-www.libreoffice.org/src/a8c2c5b8f09e7ede322d5c602ff6a4b6-mythes-1.2.4.tar.gz + http://dev-www.libreoffice.org/src/libgpg-error-1.27.tar.bz2 + https://dev-www.libreoffice.org/src/pdfium-3963.tar.bz2 + http://dev-www.libreoffice.org/src/gpgme-1.9.0.tar.bz2 + https://dev-www.libreoffice.org/src/libepoxy-1.5.3.tar.xz + http://dev-www.libreoffice.org/src/libassuan-2.5.1.tar.bz2 + https://dev-www.libreoffice.org/src/QR-Code-generator-1.4.0.tar.gz + https://dev-www.libreoffice.org/src/Firebird-3.0.0.32483-0.tar.bz2 + https://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz + https://dev-www.libreoffice.org/src/ltm-1.0.zip + https://dev-www.libreoffice.org/src/a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz + https://dev-www.libreoffice.org/extern/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf + https://dev-www.libreoffice.org/src/b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_0.9.5.oxt - http://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar - http://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar + http://dev-www.libreoffice.org/extern/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar + http://dev-www.libreoffice.org/extern/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar make-pyuno-work-with-system-wide-module-install.diff 0001-don-t-suppress-crashes.patch + 0001-replace-boost-bimap-in-sdext-pdfimport.patch xz-devel @@ -90,7 +95,7 @@ libXext-devel poppler-devel openssl-devel - python3-devel + python3-devel harfbuzz-devel dbus-glib-devel libXrandr-devel @@ -137,10 +142,36 @@ raptor2-devel rasqal-devel redland-devel - + qt5-base-devel + qt5-x11extras-devel python-lxml libunwind-devel + xcb-util-wm-devel + libxcb-devel + plasma-framework-devel + kio-devel + kconfig-devel + kservice-devel + ki18n-devel + kcrash-devel + kdbusaddons-devel + kauth-devel + kcoreaddons-devel + kwindowsystem-devel + kbookmarks-devel + kxmlgui-devel + solid-devel + kiconthemes-devel + kjobwidgets-devel + kcompletion-devel + kitemviews-devel + kwidgetsaddons-devel + kcodecs-devel + ktextwidgets-devel + attica-devel + kglobalaccel-devel + kguiaddons-devel + sonnet-devel @@ -214,7 +245,7 @@ /usr/share/pixmaps /usr/share/appdata /usr/share/bash-completion - /usr/lib/python3.6 + /usr/lib/python3.8 /usr/lib/libreoffice/program/soffice* /usr/lib/libreoffice/program/ui-previewer /usr/lib/libreoffice/program/redirectrc @@ -222,7 +253,255 @@ /usr/lib/libreoffice/program/bootstraprc /usr/lib/libreoffice/program/oosplash /usr/lib/libreoffice/program/core.abignore - /usr/lib/libreoffice/program/*.so + /usr/lib/libreoffice/program/libabplo.so + /usr/lib/libreoffice/program/libacclo.so + /usr/lib/libreoffice/program/libaffine_uno_uno.so + /usr/lib/libreoffice/program/libanalysislo.so + /usr/lib/libreoffice/program/libanimcorelo.so + /usr/lib/libreoffice/program/libavmediagst.so + /usr/lib/libreoffice/program/libavmedialo.so + /usr/lib/libreoffice/program/libbasctllo.so + /usr/lib/libreoffice/program/libbasegfxlo.so + /usr/lib/libreoffice/program/libbasprovlo.so + /usr/lib/libreoffice/program/libbiblo.so + /usr/lib/libreoffice/program/libbinaryurplo.so + /usr/lib/libreoffice/program/libbootstraplo.so + /usr/lib/libreoffice/program/libcached1.so + /usr/lib/libreoffice/program/libcairocanvaslo.so + /usr/lib/libreoffice/program/libcalclo.so + /usr/lib/libreoffice/program/libcanvasfactorylo.so + /usr/lib/libreoffice/program/libcanvastoolslo.so + /usr/lib/libreoffice/program/libchartcontrollerlo.so + /usr/lib/libreoffice/program/libchartcorelo.so + /usr/lib/libreoffice/program/libclewlo.so + /usr/lib/libreoffice/program/libcmdmaillo.so + /usr/lib/libreoffice/program/libcollator_data.so + /usr/lib/libreoffice/program/libcomphelper.so + /usr/lib/libreoffice/program/libconfigmgrlo.so + /usr/lib/libreoffice/program/libcppcanvaslo.so + /usr/lib/libreoffice/program/libctllo.so + /usr/lib/libreoffice/program/libcuilo.so + /usr/lib/libreoffice/program/libdatelo.so + /usr/lib/libreoffice/program/libdbahsqllo.so + /usr/lib/libreoffice/program/libdbalo.so + /usr/lib/libreoffice/program/libdbaselo.so + /usr/lib/libreoffice/program/libdbaxmllo.so + /usr/lib/libreoffice/program/libdbplo.so + /usr/lib/libreoffice/program/libdbpool2.so + /usr/lib/libreoffice/program/libdbtoolslo.so + /usr/lib/libreoffice/program/libdbulo.so + /usr/lib/libreoffice/program/libdeploymentgui.so + /usr/lib/libreoffice/program/libdeploymentmisclo.so + /usr/lib/libreoffice/program/libdeployment.so + /usr/lib/libreoffice/program/libdesktopbe1lo.so + /usr/lib/libreoffice/program/libdesktop_detectorlo.so + /usr/lib/libreoffice/program/libdict_ja.so + /usr/lib/libreoffice/program/libdict_zh.so + /usr/lib/libreoffice/program/libdlgprovlo.so + /usr/lib/libreoffice/program/libdrawinglayerlo.so + /usr/lib/libreoffice/program/libeditenglo.so + /usr/lib/libreoffice/program/libembobj.so + /usr/lib/libreoffice/program/libemboleobj.so + /usr/lib/libreoffice/program/libemfiolo.so + /usr/lib/libreoffice/program/libepoxy.so + /usr/lib/libreoffice/program/libevtattlo.so + /usr/lib/libreoffice/program/libexpwraplo.so + /usr/lib/libreoffice/program/libfilelo.so + /usr/lib/libreoffice/program/libfilterconfiglo.so + /usr/lib/libreoffice/program/libflashlo.so + /usr/lib/libreoffice/program/libflatlo.so + /usr/lib/libreoffice/program/libforlo.so + /usr/lib/libreoffice/program/libforuilo.so + /usr/lib/libreoffice/program/libfps_officelo.so + /usr/lib/libreoffice/program/libfrmlo.so + /usr/lib/libreoffice/program/libfsstoragelo.so + /usr/lib/libreoffice/program/libfwelo.so + /usr/lib/libreoffice/program/libfwilo.so + /usr/lib/libreoffice/program/libfwklo.so + /usr/lib/libreoffice/program/libfwllo.so + /usr/lib/libreoffice/program/libfwmlo.so + /usr/lib/libreoffice/program/libgcc3_uno.so + /usr/lib/libreoffice/program/libgielo.so + /usr/lib/libreoffice/program/libgraphicfilterlo.so + /usr/lib/libreoffice/program/libguesslanglo.so + /usr/lib/libreoffice/program/libhelplinkerlo.so + /usr/lib/libreoffice/program/libhsqldb.so + /usr/lib/libreoffice/program/libhwplo.so + /usr/lib/libreoffice/program/libhyphenlo.so + /usr/lib/libreoffice/program/libi18nlangtag.so + /usr/lib/libreoffice/program/libi18npoollo.so + /usr/lib/libreoffice/program/libi18nsearchlo.so + /usr/lib/libreoffice/program/libi18nutil.so + /usr/lib/libreoffice/program/libicglo.so + /usr/lib/libreoffice/program/libindex_data.so + /usr/lib/libreoffice/program/libintrospectionlo.so + /usr/lib/libreoffice/program/libinvocadaptlo.so + /usr/lib/libreoffice/program/libinvocationlo.so + /usr/lib/libreoffice/program/libiolo.so + /usr/lib/libreoffice/program/libjavaloaderlo.so + /usr/lib/libreoffice/program/libjava_uno.so + /usr/lib/libreoffice/program/libjavavmlo.so + /usr/lib/libreoffice/program/libjdbclo.so + /usr/lib/libreoffice/program/libjpipe.so + /usr/lib/libreoffice/program/libjuh.so + /usr/lib/libreoffice/program/libjuhx.so + /usr/lib/libreoffice/program/libjvmaccesslo.so + /usr/lib/libreoffice/program/libjvmfwklo.so + /usr/lib/libreoffice/program/libldapbe2lo.so + /usr/lib/libreoffice/program/liblibreofficekitgtk.so + /usr/lib/libreoffice/program/liblnglo.so + /usr/lib/libreoffice/program/liblnthlo.so + /usr/lib/libreoffice/program/liblocalebe1lo.so + /usr/lib/libreoffice/program/liblocaledata_en.so + /usr/lib/libreoffice/program/liblocaledata_es.so + /usr/lib/libreoffice/program/liblocaledata_euro.so + /usr/lib/libreoffice/program/liblocaledata_others.so + /usr/lib/libreoffice/program/libloglo.so + /usr/lib/libreoffice/program/liblog_uno_uno.so + /usr/lib/libreoffice/program/liblosessioninstalllo.so + /usr/lib/libreoffice/program/liblpsolve55.so + /usr/lib/libreoffice/program/liblwpftlo.so + /usr/lib/libreoffice/program/libmcnttype.so + /usr/lib/libreoffice/program/libmigrationoo2lo.so + /usr/lib/libreoffice/program/libmigrationoo3lo.so + /usr/lib/libreoffice/program/libmorklo.so + /usr/lib/libreoffice/program/libmozbootstraplo.so + /usr/lib/libreoffice/program/libmsfilterlo.so + /usr/lib/libreoffice/program/libmsformslo.so + /usr/lib/libreoffice/program/libmswordlo.so + /usr/lib/libreoffice/program/libmtfrendererlo.so + /usr/lib/libreoffice/program/libmysqlclo.so + /usr/lib/libreoffice/program/libmysql_jdbclo.so + /usr/lib/libreoffice/program/libnamingservicelo.so + /usr/lib/libreoffice/program/libnumbertextlo.so + /usr/lib/libreoffice/program/libodbclo.so + /usr/lib/libreoffice/program/libodfflatxmllo.so + /usr/lib/libreoffice/program/liboffacclo.so + /usr/lib/libreoffice/program/libofficebean.so + /usr/lib/libreoffice/program/liboglcanvaslo.so + /usr/lib/libreoffice/program/libOGLTranslo.so + /usr/lib/libreoffice/program/libooxlo.so + /usr/lib/libreoffice/program/libopencllo.so + /usr/lib/libreoffice/program/libpackage2.so + /usr/lib/libreoffice/program/libpasswordcontainerlo.so + /usr/lib/libreoffice/program/libpcrlo.so + /usr/lib/libreoffice/program/libpdffilterlo.so + /usr/lib/libreoffice/program/libpdfimportlo.so + /usr/lib/libreoffice/program/libpdfiumlo.so + /usr/lib/libreoffice/program/libPresentationMinimizerlo.so + /usr/lib/libreoffice/program/libPresenterScreenlo.so + /usr/lib/libreoffice/program/libpricinglo.so + /usr/lib/libreoffice/program/libprotocolhandlerlo.so + /usr/lib/libreoffice/program/libproxyfaclo.so + /usr/lib/libreoffice/program/libpythonloaderlo.so + /usr/lib/libreoffice/program/libpyuno.so + /usr/lib/libreoffice/program/libreflectionlo.so + /usr/lib/libreoffice/program/libreglo.so + /usr/lib/libreoffice/program/librptlo.so + /usr/lib/libreoffice/program/librptuilo.so + /usr/lib/libreoffice/program/librptxmllo.so + /usr/lib/libreoffice/program/libsal_textenclo.so + /usr/lib/libreoffice/program/libsaxlo.so + /usr/lib/libreoffice/program/libsblo.so + /usr/lib/libreoffice/program/libscdlo.so + /usr/lib/libreoffice/program/libscfiltlo.so + /usr/lib/libreoffice/program/libsclo.so + /usr/lib/libreoffice/program/libscnlo.so + /usr/lib/libreoffice/program/libscriptframe.so + /usr/lib/libreoffice/program/libscuilo.so + /usr/lib/libreoffice/program/libsdbc2.so + /usr/lib/libreoffice/program/libsdbtlo.so + /usr/lib/libreoffice/program/libsddlo.so + /usr/lib/libreoffice/program/libsdfiltlo.so + /usr/lib/libreoffice/program/libsdlo.so + /usr/lib/libreoffice/program/libsduilo.so + /usr/lib/libreoffice/program/libsfxlo.so + /usr/lib/libreoffice/program/libsimplecanvaslo.so + /usr/lib/libreoffice/program/libslideshowlo.so + /usr/lib/libreoffice/program/libsmdlo.so + /usr/lib/libreoffice/program/libsmlo.so + /usr/lib/libreoffice/program/libsofficeapp.so + /usr/lib/libreoffice/program/libsolverlo.so + /usr/lib/libreoffice/program/libsotlo.so + /usr/lib/libreoffice/program/libspelllo.so + /usr/lib/libreoffice/program/libspllo.so + /usr/lib/libreoffice/program/libsrtrs1.so + /usr/lib/libreoffice/program/libstocserviceslo.so + /usr/lib/libreoffice/program/libstoragefdlo.so + /usr/lib/libreoffice/program/libstorelo.so + /usr/lib/libreoffice/program/libstringresourcelo.so + /usr/lib/libreoffice/program/libsvgfilterlo.so + /usr/lib/libreoffice/program/libsvgiolo.so + /usr/lib/libreoffice/program/libsvllo.so + /usr/lib/libreoffice/program/libsvtlo.so + /usr/lib/libreoffice/program/libsvxcorelo.so + /usr/lib/libreoffice/program/libsvxlo.so + /usr/lib/libreoffice/program/libswdlo.so + /usr/lib/libreoffice/program/libswlo.so + /usr/lib/libreoffice/program/libswuilo.so + /usr/lib/libreoffice/program/libsysshlo.so + /usr/lib/libreoffice/program/libt602filterlo.so + /usr/lib/libreoffice/program/libtextconv_dict.so + /usr/lib/libreoffice/program/libtextconversiondlgslo.so + /usr/lib/libreoffice/program/libtextfdlo.so + /usr/lib/libreoffice/program/libtklo.so + /usr/lib/libreoffice/program/libtllo.so + /usr/lib/libreoffice/program/libucb1.so + /usr/lib/libreoffice/program/libucbhelper.so + /usr/lib/libreoffice/program/libucpchelp1.so + /usr/lib/libreoffice/program/libucpcmis1lo.so + /usr/lib/libreoffice/program/libucpdav1.so + /usr/lib/libreoffice/program/libucpexpand1lo.so + /usr/lib/libreoffice/program/libucpextlo.so + /usr/lib/libreoffice/program/libucpfile1.so + /usr/lib/libreoffice/program/libucpftp1.so + /usr/lib/libreoffice/program/libucpgio1lo.so + /usr/lib/libreoffice/program/libucphier1.so + /usr/lib/libreoffice/program/libucpimagelo.so + /usr/lib/libreoffice/program/libucppkg1.so + /usr/lib/libreoffice/program/libucptdoc1lo.so + /usr/lib/libreoffice/program/libunoidllo.so + /usr/lib/libreoffice/program/libunopkgapp.so + /usr/lib/libreoffice/program/libunordflo.so + /usr/lib/libreoffice/program/libunoxmllo.so + /usr/lib/libreoffice/program/libunsafe_uno_uno.so + /usr/lib/libreoffice/program/libupdatefeedlo.so + /usr/lib/libreoffice/program/libutllo.so + /usr/lib/libreoffice/program/libuuilo.so + /usr/lib/libreoffice/program/libuuresolverlo.so + /usr/lib/libreoffice/program/libvbaeventslo.so + /usr/lib/libreoffice/program/libvbahelperlo.so + /usr/lib/libreoffice/program/libvbaobjlo.so + /usr/lib/libreoffice/program/libvbaswobjlo.so + /usr/lib/libreoffice/program/libvclcanvaslo.so + /usr/lib/libreoffice/program/libvcllo.so + /usr/lib/libreoffice/program/libvclplug_genlo.so + /usr/lib/libreoffice/program/libvclplug_gtk3lo.so + /usr/lib/libreoffice/program/libvclplug_qt5lo.so + /usr/lib/libreoffice/program/libwpftcalclo.so + /usr/lib/libreoffice/program/libwpftdrawlo.so + /usr/lib/libreoffice/program/libwpftimpresslo.so + /usr/lib/libreoffice/program/libwpftwriterlo.so + /usr/lib/libreoffice/program/libwriterfilterlo.so + /usr/lib/libreoffice/program/libwriterlo.so + /usr/lib/libreoffice/program/libwriterperfectlo.so + /usr/lib/libreoffice/program/libxmlfalo.so + /usr/lib/libreoffice/program/libxmlfdlo.so + /usr/lib/libreoffice/program/libxmlreaderlo.so + /usr/lib/libreoffice/program/libxmlscriptlo.so + /usr/lib/libreoffice/program/libxmlsecurity.so + /usr/lib/libreoffice/program/libxoflo.so + /usr/lib/libreoffice/program/libxolo.so + /usr/lib/libreoffice/program/libxsec_xmlsec.so + /usr/lib/libreoffice/program/libxsltdlglo.so + /usr/lib/libreoffice/program/libxsltfilterlo.so + /usr/lib/libreoffice/program/libxstor.so + /usr/lib/libreoffice/program/libfbclient.so.2 + /usr/lib/libreoffice/program/libpostgresql-sdbc-impllo.so + /usr/lib/libreoffice/program/libpostgresql-sdbclo.so + /usr/lib/libreoffice/program/libfirebird_sdbclo.so + /usr/lib/libreoffice/program/libEngine12.so + /usr/lib/libreoffice/program/pyuno.so /usr/lib/libreoffice/program/classes /usr/lib/libreoffice/program/libdep* /usr/lib/libreoffice/program/flat_logo.svg @@ -282,6 +561,7 @@ /usr/lib/girepository-1.0/LOKDocView-0.1.typelib /usr/lib/libreoffice/program/xpdfimport /usr/lib/libreoffice/program/mailmerge.py + /usr/lib/libreoffice/program/access2base.py /usr/lib/libreoffice/program/msgbox.py /usr/lib/libreoffice/program/pythonloader.py /usr/lib/libreoffice/program/pythonloader.unorc @@ -332,6 +612,7 @@ /usr/lib/libreoffice/share/basic/ScriptBindingLibrary /usr/lib/libreoffice/share/basic/T* /usr/lib/libreoffice/share/basic/*.xlc + /usr/lib/libreoffice/share/firebird/* /usr/lib/libreoffice/share/registry/ogltrans.xcd /usr/lib/libreoffice/share/registry/pdfimport.xcd /usr/lib/libreoffice/share/registry/librelogo.xcd @@ -355,6 +636,7 @@ /usr/lib/libreoffice/share/extensions/nlpsolver /usr/lib/libreoffice/share/extensions/wiki-publisher /usr/lib/libreoffice/share/extensions/package.txt + /usr/lib/libreoffice/share/extensions/numbertext/* /usr/lib/libreoffice/help/tr @@ -406,6 +688,45 @@ libreoffice-en-US + + + libreoffice-kde5-integration + LibreOffice KDE5 integration + + libreoffice + plasma-framework + kio + kconfig + kservice + ki18n + kcrash + kdbusaddons + kauth + kcoreaddons + kwindowsystem + kbookmarks + kxmlgui + solid + kiconthemes + kjobwidgets + kcompletion + kitemviews + kwidgetsaddons + kcodecs + ktextwidgets + attica + kglobalaccel + kguiaddons + sonnet + libepoxy + qt5-base + + + /usr/lib/libreoffice/program/libkf5be1lo.so + /usr/lib/libreoffice/program/libvclplug_kf5lo.so + /usr/share/appdata/org.libreoffice.kde.metainfo.xml + + libreoffice-common-dictionaries @@ -3422,6 +3743,13 @@ + + 2020-02-26 + 6.4.1.2 + Version Bump + İdris Kalp + idriskalp@gmail.com + 2019-09-27 6.3.2.2 diff --git a/pisi-index.xml b/pisi-index.xml index 876aa91e04..d54cdb9161 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -50306,7 +50306,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mercurial - http://www.selenic.com/mercurial + https://www.mercurial-scm.org/ PisiLinux Community admins@pisilinux.org @@ -50320,7 +50320,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. Çok büyük dağıtık projelerin verimli bir şekilde idare edilmesi amacıyla geliştirilmiş hızlı, hafif bir kaynak kod kontrol yönetimi sistemi Un sistema rápido y liviano de administración de fuentes (Source Control Management) diseñado para manejo eficaz de proyectos muy largos y distribuidos. - https://www.mercurial-scm.org/release/mercurial-4.7.tar.gz + https://www.mercurial-scm.org/release/mercurial-5.3.tar.gz python-devel @@ -50328,18 +50328,26 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mercurial + A distributed SCM tool python - /usr/bin /etc/bash_completion.d - /usr/lib + /usr/bin /usr/share/doc /usr/share/man + /usr/lib + + 2020-02-25 + 5.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2018-09-09 4.7 @@ -50357,9 +50365,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol 2017-03-19 4.1.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com 2016-06-09 @@ -69620,6 +69628,66 @@ to create header files and sources from protocol files. + + + python3-future + http://python-future.org/ + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Clean single-source support for Python 3 and 2 + Python3 future modülü + python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. + python3-future python2 ile python3 arasındaki kayıp uyumluluk katmanıdır. Python2 ile Python3 arasında python3 uyumlu bir kod katmanı kullanabilmenizi sağlar. + https://pypi.io/packages/source/f/future/future-0.18.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-future/pspec.xml + + + python3-future + Clean single-source support for Python 3 and 2 + + python3-setuptools + python3 + + + /usr/bin/futurize + /usr/bin/pasteurize + /usr/lib/python3* + /usr/share/doc/python3-future + + + + + 2019-12-13 + 0.18.2 + Rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-20 + 0.18.2 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.15.2 + First Pisi Release Built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + python3-Babel @@ -71080,6 +71148,56 @@ to create header files and sources from protocol files. + + + python3-flask-security + https://github.com/mattupstate/flask-security + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Quick and simple security for Flask applications. + Flask uygulamalarınız için hızlı ve basit güvenlik. + python3-flask-security, quickly adds security features to your Flask application. + python3-flask-security, flask uygulamalarınız için hızlı ve basit güvenlik bir şekilde güvenlik sunar. + https://github.com/mattupstate/flask-security/archive/3.0.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-security/pspec.xml + + + python3-flask-security + Quick and simple security for Flask applications. + + python3-flask-principal + python3-flask-babelex + python3-flask-login + python3-flask-mail + python3-flask-wtf + python3-passlib + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-security + + + + + 2020-02-27 + 3.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-sphinx @@ -71337,6 +71455,53 @@ to create header files and sources from protocol files. + + + python3-flask-babelex + https://github.com/mrjoes/flask-babelex + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + i18n and l10n support for Flask based on Babel and pytz. + Flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği. + Implements i18n and l10n support for Flask. This is fork of the official Flask-Babel extension with additional features. + python3-flask-babelex, flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği sunar. + https://github.com/mrjoes/flask-babelex/archive/0.9.4.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-babelex/pspec.xml + + + python3-flask-babelex + i18n and l10n support for Flask based on Babel and pytz. + + python3-speaklater + python3-Jinja2 + python3-Babel + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-babelex + + + + + 2020-02-27 + 0.9.4 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-sniffio @@ -74691,6 +74856,50 @@ to create header files and sources from protocol files. + + + python3-simplejson + https://github.com/simplejson/simplejson + + Blue Devil + bluedevil@sctzine.com + + AFL + MIT + library + programming.language.python3 + Simple, fast, extensible JSON encoder/decoder for Python. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık. + simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar. + https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-simplejson/pspec.xml + + + python3-simplejson + Simple, fast, extensible JSON encoder/decoder for Python. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-simplejson + + + + + 2020-01-24 + 3.17.0 + First Pisi Release. + Blue Devil + bluedevil@sctzine.com + + + python3-dateutil @@ -75191,6 +75400,52 @@ to create header files and sources from protocol files. + + + python3-pafy + https://github.com/mps-youtube/pafy + + Blue Devil + bluedevil@sctzine.com + + LGPLv3 + library + programming.language.python3 + Python library to download YouTube content and retrieve metadata. + Youtube için Python APIsi + python3-pafy can retrieve YouTube content and metadata. + python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. + https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz + + python3-setuptools + python3-youtube_dl + python3-devel + + programming/language/python3/python3-pafy/pspec.xml + + + python3-pafy + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + + python3-youtube_dl + python3 + + + /usr/bin/ytdl + /usr/lib/python3* + /usr/share/doc/python3-pafy + + + + + 2019-12-26 + 0.5.5 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + lua52 @@ -76492,7 +76747,7 @@ to create header files and sources from protocol files. Development files for clucene clucene için geliştirme dosyaları - clucene + clucene /usr/include @@ -76500,6 +76755,13 @@ to create header files and sources from protocol files. + + 2020-02-26 + 2.3.3.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2018-09-02 2.3.3.4 @@ -77431,7 +77693,7 @@ to create header files and sources from protocol files. raptor2-devel raptor2 için başlık dosyalarını içerir. library - raptor2 + raptor2 /usr/include @@ -77448,13 +77710,20 @@ to create header files and sources from protocol files. raptor2-docs raptor2 için belgelendirme dosyalarını içerir. data:doc - raptor2 + raptor2 /usr/share/doc/raptor2/html + + 2020-02-26 + 2.0.15 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-16 2.0.15 @@ -78184,7 +78453,7 @@ to create header files and sources from protocol files. rasqal için geliştirme dosyaları library - rasqal + rasqal raptor2-devel @@ -78205,6 +78474,13 @@ to create header files and sources from protocol files. + + 2020-02-26 + 0.9.33 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-02 0.9.33 @@ -78538,6 +78814,7 @@ to create header files and sources from protocol files. http://download.librdf.org/source/redland-1.0.17.tar.gz rasqal-devel + unixODBC-devel programming/misc/redland/pspec.xml @@ -78546,6 +78823,7 @@ to create header files and sources from protocol files. rasqal raptor2 + unixODBC libtool-ltdl @@ -78562,7 +78840,7 @@ to create header files and sources from protocol files. Development files for redland redland için geliştirme dosyaları - redland + redland raptor2-devel rasqal-devel @@ -78574,6 +78852,13 @@ to create header files and sources from protocol files. + + 2020-02-26 + 1.0.17 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-02 1.0.17 @@ -189673,6 +189958,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.mirrors://gnome/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz python3 + python-six itstool valgrind intltool @@ -205737,7 +206023,7 @@ functionality to build high-performing, platform-independent programs.Development files for serf serf için geliştirme dosyaları - serf + serf /usr/include @@ -205745,6 +206031,13 @@ functionality to build high-performing, platform-independent programs. + + 2020-02-26 + 1.3.9 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-01 1.3.9 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index b2a8b0954b..e04b04ba29 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -866307c0f7308a1ca62a20bd92bf965170862ec6 \ No newline at end of file +2a3a45abe7d233f4dae070952899b9619fde02ee \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 00dbb13e34..6c5b671aaf 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 88d642a94a..cfed358d37 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -b7737aa31562cbf8abab914a5a5704fd23c02029 \ No newline at end of file +f1a01119044b1613d3cfca7b604686242da9cc51 \ No newline at end of file diff --git a/programming/language/python3/python3-flask-babelex/actions.py b/programming/language/python3/python3-flask-babelex/actions.py new file mode 100644 index 0000000000..ffcfb09fac --- /dev/null +++ b/programming/language/python3/python3-flask-babelex/actions.py @@ -0,0 +1,14 @@ +#!/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 pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-flask-babelex/pspec.xml b/programming/language/python3/python3-flask-babelex/pspec.xml new file mode 100644 index 0000000000..d0160ae010 --- /dev/null +++ b/programming/language/python3/python3-flask-babelex/pspec.xml @@ -0,0 +1,48 @@ + + + + + python3-flask-babelex + https://github.com/mrjoes/flask-babelex + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSD + library + i18n and l10n support for Flask based on Babel and pytz. + Implements i18n and l10n support for Flask. This is fork of the official Flask-Babel extension with additional features. + https://github.com/mrjoes/flask-babelex/archive/0.9.4.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-babelex + i18n and l10n support for Flask based on Babel and pytz. + + python3-speaklater + python3-Jinja2 + python3-Babel + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-babelex + + + + + + 2020-02-27 + 0.9.4 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-babelex/translations.xml b/programming/language/python3/python3-flask-babelex/translations.xml new file mode 100644 index 0000000000..7ac85f3b39 --- /dev/null +++ b/programming/language/python3/python3-flask-babelex/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-babelex + Flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği. + python3-flask-babelex, flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği sunar. + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-security/actions.py b/programming/language/python3/python3-flask-security/actions.py new file mode 100644 index 0000000000..ffcfb09fac --- /dev/null +++ b/programming/language/python3/python3-flask-security/actions.py @@ -0,0 +1,14 @@ +#!/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 pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-flask-security/pspec.xml b/programming/language/python3/python3-flask-security/pspec.xml new file mode 100644 index 0000000000..0364fe20c7 --- /dev/null +++ b/programming/language/python3/python3-flask-security/pspec.xml @@ -0,0 +1,51 @@ + + + + + python3-flask-security + https://github.com/mattupstate/flask-security + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Quick and simple security for Flask applications. + python3-flask-security, quickly adds security features to your Flask application. + https://github.com/mattupstate/flask-security/archive/3.0.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-flask-security + Quick and simple security for Flask applications. + + python3-flask-principal + python3-flask-babelex + python3-flask-login + python3-flask-mail + python3-flask-wtf + python3-passlib + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-security + + + + + + 2020-02-27 + 3.0.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-flask-security/translations.xml b/programming/language/python3/python3-flask-security/translations.xml new file mode 100644 index 0000000000..2731c39c62 --- /dev/null +++ b/programming/language/python3/python3-flask-security/translations.xml @@ -0,0 +1,8 @@ + + + + python3-flask-security + Flask uygulamalarınız için hızlı ve basit güvenlik. + python3-flask-security, flask uygulamalarınız için hızlı ve basit güvenlik bir şekilde güvenlik sunar. + + \ No newline at end of file diff --git a/programming/language/python3/python3-future/actions.py b/programming/language/python3/python3-future/actions.py new file mode 100644 index 0000000000..759badb57c --- /dev/null +++ b/programming/language/python3/python3-future/actions.py @@ -0,0 +1,16 @@ +#!/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 pythonmodules +from pisi.actionsapi import pisitools + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") + + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/python3-future/pspec.xml b/programming/language/python3/python3-future/pspec.xml new file mode 100644 index 0000000000..3ed1168e85 --- /dev/null +++ b/programming/language/python3/python3-future/pspec.xml @@ -0,0 +1,61 @@ + + + + + python3-future + http://python-future.org/ + + Blue DeviL + bluedevil@sctzine.com + + programming.language.python3 + MIT + library + Clean single-source support for Python 3 and 2 + python-future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. + https://pypi.io/packages/source/f/future/future-0.18.2.tar.gz + + python3-setuptools + python3-devel + + + + + python3-future + Clean single-source support for Python 3 and 2 + + python3-setuptools + python3 + + + /usr/bin/futurize + /usr/bin/pasteurize + /usr/lib/python3* + /usr/share/doc/python3-future + + + + + + 2019-12-13 + 0.18.2 + Rebuilt and split packages + Blue DeviL + bluedevil@sctzine.com + + + 2019-11-20 + 0.18.2 + Ver. bump + Blue DeviL + bluedevil@sctzine.com + + + 2016-04-22 + 0.15.2 + First Pisi Release Built with docker + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-future/translations.xml b/programming/language/python3/python3-future/translations.xml new file mode 100644 index 0000000000..5bef598123 --- /dev/null +++ b/programming/language/python3/python3-future/translations.xml @@ -0,0 +1,8 @@ + + + + python3-future + Python3 future modülü + python3-future python2 ile python3 arasındaki kayıp uyumluluk katmanıdır. Python2 ile Python3 arasında python3 uyumlu bir kod katmanı kullanabilmenizi sağlar. + + \ No newline at end of file diff --git a/programming/language/python3/python3-pafy/actions.py b/programming/language/python3/python3-pafy/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-pafy/actions.py @@ -0,0 +1,13 @@ +#!/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 pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pafy/pspec.xml b/programming/language/python3/python3-pafy/pspec.xml new file mode 100644 index 0000000000..45001b355d --- /dev/null +++ b/programming/language/python3/python3-pafy/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-pafy + https://github.com/mps-youtube/pafy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + LGPLv3 + library + Python library to download YouTube content and retrieve metadata. + python3-pafy can retrieve YouTube content and metadata. + https://github.com/mps-youtube/pafy/archive/v0.5.5.tar.gz + + python3-setuptools + python3-youtube_dl + python3-devel + + + + + python3-pafy + A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". + + python3-youtube_dl + python3 + + + /usr/bin/ytdl + /usr/lib/python3* + /usr/share/doc/python3-pafy + + + + + + 2019-12-26 + 0.5.5 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pafy/translations.xml b/programming/language/python3/python3-pafy/translations.xml new file mode 100644 index 0000000000..7d30040ac1 --- /dev/null +++ b/programming/language/python3/python3-pafy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pafy + Youtube için Python APIsi + python3-pafy, Python ile YouTube içerik ve metadatanın çekilmesine olanak tanıyan python apisi sunar. + + \ No newline at end of file diff --git a/programming/language/python3/python3-simplejson/actions.py b/programming/language/python3/python3-simplejson/actions.py new file mode 100644 index 0000000000..34a093e0af --- /dev/null +++ b/programming/language/python3/python3-simplejson/actions.py @@ -0,0 +1,15 @@ +#!/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 pythonmodules +from pisi.actionsapi import shelltools + +def build(): + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-simplejson/pspec.xml b/programming/language/python3/python3-simplejson/pspec.xml new file mode 100644 index 0000000000..38ff590ef0 --- /dev/null +++ b/programming/language/python3/python3-simplejson/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-simplejson + https://github.com/simplejson/simplejson + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + AFL + MIT + library + Simple, fast, extensible JSON encoder/decoder for Python. + simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. + https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-simplejson + Simple, fast, extensible JSON encoder/decoder for Python. + + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-simplejson + + + + + + 2020-01-24 + 3.17.0 + First Pisi Release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-simplejson/translations.xml b/programming/language/python3/python3-simplejson/translations.xml new file mode 100644 index 0000000000..71ba72d1f7 --- /dev/null +++ b/programming/language/python3/python3-simplejson/translations.xml @@ -0,0 +1,8 @@ + + + + python3-simplejson + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık. + Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar. + + \ No newline at end of file diff --git a/programming/misc/clucene/pspec.xml b/programming/misc/clucene/pspec.xml index 99197b8c3a..41a53c7ec8 100644 --- a/programming/misc/clucene/pspec.xml +++ b/programming/misc/clucene/pspec.xml @@ -57,6 +57,13 @@ + + 2020-02-26 + 2.3.3.4 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2018-09-02 2.3.3.4 diff --git a/programming/misc/raptor2/pspec.xml b/programming/misc/raptor2/pspec.xml index 66f4cc3b7f..c300ae1f69 100644 --- a/programming/misc/raptor2/pspec.xml +++ b/programming/misc/raptor2/pspec.xml @@ -68,6 +68,13 @@ + + 2020-02-26 + 2.0.15 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-16 2.0.15 diff --git a/programming/misc/rasqal/pspec.xml b/programming/misc/rasqal/pspec.xml index 2444fa246c..d011775c76 100644 --- a/programming/misc/rasqal/pspec.xml +++ b/programming/misc/rasqal/pspec.xml @@ -64,6 +64,13 @@ + + 2020-02-26 + 0.9.33 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-02 0.9.33 diff --git a/programming/misc/redland/pspec.xml b/programming/misc/redland/pspec.xml index e0a2e8e67a..3846b3ed76 100644 --- a/programming/misc/redland/pspec.xml +++ b/programming/misc/redland/pspec.xml @@ -16,6 +16,7 @@ http://download.librdf.org/source/redland-1.0.17.tar.gz rasqal-devel + unixODBC-devel @@ -24,6 +25,7 @@ rasqal raptor2 + unixODBC libtool-ltdl @@ -53,7 +55,14 @@ - + + + 2020-02-26 + 1.0.17 + Rebuild + İdris Kalp + idriskalp@gmail.com + 2018-09-02 1.0.17 diff --git a/programming/scm/mercurial/actions.py b/programming/scm/mercurial/actions.py index 698a732629..faf4049cd4 100644 --- a/programming/scm/mercurial/actions.py +++ b/programming/scm/mercurial/actions.py @@ -4,20 +4,25 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pisitools from pisi.actionsapi import pythonmodules +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools def setup(): + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -lbz2") pythonmodules.compile() def install(): pythonmodules.install() - - pisitools.dodir("/etc/bash_completion.d") - pisitools.insinto("/etc/bash_completion.d", "contrib/bash_completion", "mercurial") - + + # manually add man pages pisitools.doman("doc/*.1") pisitools.doman("doc/*.5") - + pisitools.doman("doc/*.8") + + # manually add documentation pisitools.dohtml("doc/*.html") - #pisitools.dodoc("doc/*.txt") + + # manually install bash completion script + pisitools.insinto("/etc/bash_completion.d", "contrib/bash_completion", "mercurial") \ No newline at end of file diff --git a/programming/scm/mercurial/pspec.xml b/programming/scm/mercurial/pspec.xml index 628022fbd4..d62a6df568 100644 --- a/programming/scm/mercurial/pspec.xml +++ b/programming/scm/mercurial/pspec.xml @@ -1,18 +1,19 @@ - + mercurial - http://www.selenic.com/mercurial + https://www.mercurial-scm.org/ PisiLinux Community admins@pisilinux.org + programming.scm GPLv2 app:console A distributed SCM tool A fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects. - https://www.mercurial-scm.org/release/mercurial-4.7.tar.gz + https://www.mercurial-scm.org/release/mercurial-5.3.tar.gz python-devel @@ -20,19 +21,27 @@ mercurial + A distributed SCM tool python - /usr/bin /etc/bash_completion.d - /usr/lib + /usr/bin /usr/share/doc /usr/share/man + /usr/lib + + 2020-02-25 + 5.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2018-09-09 4.7 @@ -50,9 +59,6 @@ 2017-03-19 4.1.1 - Version Bump - Pisi Linux Community - admin@pisilinux.org Version bump. Ertuğrul Erata ertugrulerata@gmail.com @@ -72,4 +78,4 @@ yusuf.aydemir@pisilinux.org - + \ No newline at end of file diff --git a/programming/scm/mercurial/translations.xml b/programming/scm/mercurial/translations.xml index cc364da5cb..cb2dd0a1d1 100644 --- a/programming/scm/mercurial/translations.xml +++ b/programming/scm/mercurial/translations.xml @@ -7,4 +7,4 @@ Système de gestion de code source, rapide et léger conçu pour gérer de manière efficace les projets distribués de très grande taille. Un sistema rápido y liviano de administración de fuentes (Source Control Management) diseñado para manejo eficaz de proyectos muy largos y distribuidos. - + \ No newline at end of file