diff --git a/programming/misc/libsoup/actions.py b/programming/misc/libsoup/actions.py deleted file mode 100644 index 161fe4c7c7..0000000000 --- a/programming/misc/libsoup/actions.py +++ /dev/null @@ -1,45 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2 -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import get -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import mesontools - -def setup(): - options = " -Dbrotli=disabled \ - -Dintrospection=enabled" - - #if get.buildTYPE() == "_emul32": - #options += " --libdir=/usr/lib32 \ - #--bindir=/usr/bin32 \ - #--sbindir=/usr/sbin32 \ - #-Dintrospection=disabled \ - #-Dtls_check=false" - - - #shelltools.export("CC", "%s -m32" % get.CC()) - #shelltools.export("CXX", "%s -m32" % get.CXX()) - #shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig") - - mesontools.configure(options) - - - - #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - -def build(): - mesontools.build - -def install(): - mesontools.install() - - - if get.buildTYPE() == "_emul32": - pisitools.removeDir("/usr/bin32") - pisitools.removeDir("/usr/sbin32") - pisitools.dodoc("README", "NEWS", "AUTHORS") \ No newline at end of file diff --git a/programming/misc/libsoup/pspec.xml b/programming/misc/libsoup/pspec.xml deleted file mode 100644 index ca461dcf64..0000000000 --- a/programming/misc/libsoup/pspec.xml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - libsoup - http://live.gnome.org/LibSoup - - PisiLinux Community - admins@pisilinux.org - - LGPLv2 - library - An HTTP library implementation in C - libsoup is an HTTP client/server library for GNOME. - mirrors://gnome/libsoup/2.68/libsoup-2.68.3.tar.xz - - libgcrypt-devel - gtk-doc - mit-kerberos - python3-devel - glib2-devel - libxml2-devel - sqlite-devel - intltool - gettext-devel - vala-devel - libpsl-devel - zlib-devel - mit-kerberos - python-six - gobject-introspection-devel - - - - - libsoup - - glib2 - libxml2 - sqlite - libpsl - zlib - mit-kerberos - glib-networking - - - /usr/lib - /usr/share/doc - /usr/share/gir-1.0 - /usr/share/vala - /usr/share/locale/ - /usr/lib/girepository-1.0/Soup-2.4.typelib - - - - - libsoup-gnome - - glib2 - libsoup - - - /usr/lib/lib*gnome* - /usr/lib/girepository-1.0/SoupGNOME-2.4.typelib - - - - - libsoup-docs - data:doc - libsoup reference documents - - libsoup - - - /usr/share/gtk-doc - - - - - libsoup-devel - Development files for libsoup - - glib2-devel - libxml2-devel - gobject-introspection-devel - libsoup - - - /usr/include - /usr/lib/pkgconfig - /usr/lib32/pkgconfig - - - - - - - - 2020-01-19 - 2.68.3 - Version bump. - İdris Kalp - idriskalp@gmail.com - - - 2020-01-19 - 2.62.3 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-08-03 - 2.61.1 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-01-07 - 2.61.1 - Version Bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-02-17 - 2.56.0 - Version Bump. - Pisi Linux Community - admin@pisilinux.org - - - 2016-06-09 - 2.54.1 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2016-05-08 - 2.54.1 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2015-06-14 - 2.50.0 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - diff --git a/programming/misc/libsoup/translations.xml b/programming/misc/libsoup/translations.xml deleted file mode 100644 index 0222ae910e..0000000000 --- a/programming/misc/libsoup/translations.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - libsoup - C için HTTP kitaplık gerçekleyicisi - libsoup, GNOME için HTTP istemci / sunucu kitaplığıdır. - - - - libsoup-docs - libsoup başvuru belgeleri - - - - libsoup-devel - libsoup için geliştirme dosyaları - - - - libsoup-32bit - libsoup için 32-bit paylaşımlı kitaplıklar - - \ No newline at end of file