networkmanager-openvpn: new package

This commit is contained in:
suvari
2021-11-28 12:13:26 +03:00
parent 175b7be891
commit 7d5b010e38
7 changed files with 457 additions and 83 deletions
@@ -0,0 +1,30 @@
#!/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 get
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import libtools
def setup():
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.autoreconf("-vfi")
autotools.automake("-afc")
libtools.libtoolize("--automake")
autotools.aclocal()
autotools.autoconf()
autotools.configure("--disable-static --enable-shared")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodir("/usr/lib/pkgconfig")
pisitools.dodoc("COPYING*", "README")
@@ -0,0 +1,81 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>networkmanager-openvpn</Name>
<Homepage>https://gitlab.gnome.org/GNOME/NetworkManager-openvpn</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<IsA>service</IsA>
<Summary>OpenVPN support for NetworkManager</Summary>
<Description>OpenVPN support for NetworkManager</Description>
<Archive sha1sum="4487847c9694f0a9957ce819b5cc298fae1b03c8" type="targz">https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/archive/1.8.16/NetworkManager-openvpn-1.8.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>m4</Dependency>
<Dependency>git</Dependency>
<Dependency>poxml</Dependency>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>openvpn</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libnma-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libsecret-devel</Dependency>
<Dependency>NetworkManager-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>networkmanager-openvpn</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libnma</Dependency>
<Dependency>python3</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>NetworkManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="data">/usr/share/dbus-1/system.d/nm-openvpn-service.conf</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/metainfo/network-manager-openvpn.metainfo.xml</Path>
</Files>
</Package>
<Package>
<Name>networkmanager-openvpn-devel</Name>
<Summary>Development files for networkmanager-openvpn</Summary>
<RuntimeDependencies>
<Dependency release="current">networkmanager-openvpn</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-28</Date>
<Version>1.8.16</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>networkmanager-openvpn</Name>
<Summary xml:lang="tr">NetworkManager için OpenVPN desteği</Summary>
<Description xml:lang="tr">NetworkManager için OpenVPN desteği</Description>
</Source>
<Package>
<Name>networkmanager-openvpn-devel</Name>
<Summary xml:lang="tr">networkmanager-openvpn için geliştirme başlıkları</Summary>
</Package>
</PISI>
+331 -81
View File
@@ -1590,7 +1590,7 @@
<PartOf>desktop.font</PartOf>
<Summary xml:lang="en">OpenType text shaping engine</Summary>
<Description xml:lang="en">The Harfbuzz package contains an OpenType text shaping engine.</Description>
<Archive type="targz" sha1sum="a55ca8cd16cb2eacbfa424aead45683309f34f24" name="2.8.1.tar.gz">https://github.com/harfbuzz/harfbuzz/archive/2.8.1.tar.gz</Archive>
<Archive type="targz" sha1sum="ffd8f275ec5d1fad5bc9c343bec34a467dc208cd" name="3.1.2.tar.gz">https://github.com/harfbuzz/harfbuzz/archive/3.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
@@ -1631,7 +1631,7 @@
<Dependency>icu4c-devel</Dependency>
<Dependency>graphite2-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency release="12">harfbuzz</Dependency>
<Dependency release="13">harfbuzz</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/harfbuzz</Path>
@@ -1670,6 +1670,13 @@
</Files>
</Package>
<History>
<Update release="13">
<Date>2021-11-27</Date>
<Version>3.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-06-03</Date>
<Version>2.8.1</Version>
@@ -2899,7 +2906,7 @@
<Summary xml:lang="tr">Menu editor for gnome</Summary>
<Description xml:lang="en">Gnome için menü düzenleyici</Description>
<Description xml:lang="tr">Gnome için menü düzenleyici</Description>
<Archive type="tarxz" sha1sum="14dbb1d796b523609c04507564ecf1c306c434f5" name="alacarte-3.36.0.tar.xz">https://download.gnome.org/sources/alacarte/3.36/alacarte-3.36.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="4cd9e6d5959818330162fdda256d572f60c1cd81" name="alacarte-3.42.0.tar.xz">https://download.gnome.org/sources/alacarte/3.42/alacarte-3.42.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -2927,6 +2934,13 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-11-23</Date>
<Version>3.42.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-24</Date>
<Version>3.36.0</Version>
@@ -142300,6 +142314,9 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Dependency>python-docutils</Dependency>
<Dependency>python-qt5-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">Icons_display_fix.patch</Patch>
</Patches>
<SourceURI>desktop/pisilinux/service-manager/pspec.xml</SourceURI>
</Source>
<Package>
@@ -142317,7 +142334,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Package>
<History>
<Update release="6">
<Date>2020-04-02</Date>
<Date>2021-11-27</Date>
<Version>3.1.2</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
@@ -156919,7 +156936,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Xfce için küçük bir yazı düzenleyici</Summary>
<Description xml:lang="en">Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest Gtk+ features available, which means that if Gtk adds something new in a major release that is useful for the editor, we will likely bump the Gtk dependency and integrate this new feature in Mousepad.</Description>
<Description xml:lang="tr">Mousepad, Xfce için yazılmış bir metin düzenleyicisidir.</Description>
<Archive type="tarbz2" sha1sum="dff4edc56186c7998dec5b305218f147e1b9f6d1" name="mousepad-0.5.7.tar.bz2">https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.7.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="be822712e1e25e4eb8920ef6c8ce33ec55a0c7d7" name="mousepad-0.5.8.tar.bz2">https://archive.xfce.org/src/apps/mousepad/0.5/mousepad-0.5.8.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -156958,6 +156975,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="8">
<Date>2021-11-26</Date>
<Version>0.5.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-09-24</Date>
<Version>0.5.7</Version>
@@ -157191,7 +157215,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Xfce için resim göstericisi</Summary>
<Description xml:lang="en">Ristretto is a fast and lightweight picture-viewer for the Xfce desktop environment.</Description>
<Description xml:lang="tr">Ristretto, Xfce masaüstü ortamı için hızlı ve hafif bir resim görüntüleyicisidir.</Description>
<Archive type="tarbz2" sha1sum="285440181a656cf8d79698c56f33c0b85a161ae9" name="ristretto-0.12.0.tar.bz2">https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="cb5ad37cfe9558789216bd3930bcaa36a1749832" name="ristretto-0.12.1.tar.bz2">https://archive.xfce.org/src/apps/ristretto/0.12/ristretto-0.12.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -157230,6 +157254,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-11-26</Date>
<Version>0.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-10-11</Date>
<Version>0.12.0</Version>
@@ -160032,7 +160063,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<PartOf>desktop.xfce.base</PartOf>
<Summary xml:lang="en">Xfce file manager</Summary>
<Description xml:lang="en">Thunar has been designed from the ground up to be fast and easy-to-use. Its user interface is clean and intuitive, and does not include any confusing or useless options. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standarts compliant</Description>
<Archive type="tarbz2" sha1sum="b5190fc6b5719d8fc64c02a9f7dd7c64d4f6074b" name="thunar-4.17.6.tar.bz2">https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.6.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="bf36540d2aac06b4694bd50b3b586f4887f0f6ec" name="thunar-4.17.7.tar.bz2">https://archive.xfce.org/src/xfce/thunar/4.17/thunar-4.17.7.tar.bz2</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>intltool</Dependency>
@@ -160107,7 +160138,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<RuntimeDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency release="9">thunar</Dependency>
<Dependency release="10">thunar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -160119,13 +160150,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="en">Thunar reference documents</Summary>
<IsA>data:doc</IsA>
<RuntimeDependencies>
<Dependency release="9">thunar</Dependency>
<Dependency release="10">thunar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2021-11-23</Date>
<Version>4.17.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-10-24</Date>
<Version>4.17.6</Version>
@@ -163180,6 +163218,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-11-27</Date>
<Version>2.4.3</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-04-29</Date>
<Version>2.4.3</Version>
@@ -180028,7 +180073,7 @@ from a wide variety of machine architectures.</Description>
<Summary xml:lang="tr">Güçlü bir sanallaştırma programı</Summary>
<Description xml:lang="en">VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.</Description>
<Description xml:lang="tr">VirtualBox, ev kullanımı yanında kurumsal kullanım alanı da bulan güçlü bir xf86 sanallaştırma ürünleri ailesidir. Bu sürüm, USB ve birkaç özellik için desteği bulunmayan açık kodlu uyarlamasıdır.</Description>
<Archive type="tarbz2" sha1sum="c68a73a31bd7a510088c26a58124bb846f907438" name="VirtualBox-6.1.28.tar.bz2">http://download.virtualbox.org/virtualbox/6.1.28/VirtualBox-6.1.28.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="8a9af30d6e63a5fdb25c3dd85f5d368b1663f80a" name="VirtualBox-6.1.30.tar.bz2">http://download.virtualbox.org/virtualbox/6.1.30/VirtualBox-6.1.30.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target="dkms.conf" permission="0644" owner="root">dkms.conf</AdditionalFile>
<AdditionalFile target="dkms-guest.conf" permission="0644" owner="root">dkms-guest.conf</AdditionalFile>
@@ -180121,8 +180166,8 @@ from a wide variety of machine architectures.</Description>
<Dependency>libglvnd</Dependency>
<Dependency>python3</Dependency>
<AnyDependency>
<Dependency version="6.1.28">module-virtualbox</Dependency>
<Dependency version="6.1.28">virtualbox-dkms</Dependency>
<Dependency version="6.1.30">module-virtualbox</Dependency>
<Dependency version="6.1.30">virtualbox-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
<Files>
@@ -180162,8 +180207,8 @@ from a wide variety of machine architectures.</Description>
<Dependency>xorg-server</Dependency>
<Dependency>libXcomposite</Dependency>
<AnyDependency>
<Dependency version="6.1.28">module-virtualbox-guest</Dependency>
<Dependency version="6.1.28">virtualbox-guest-dkms</Dependency>
<Dependency version="6.1.30">module-virtualbox-guest</Dependency>
<Dependency version="6.1.30">virtualbox-guest-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
<Files>
@@ -180212,6 +180257,13 @@ from a wide variety of machine architectures.</Description>
</Conflicts>
</Package>
<History>
<Update release="49">
<Date>2021-11-23</Date>
<Version>6.1.30</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="48">
<Date>2021-10-20</Date>
<Version>6.1.28</Version>
@@ -180572,7 +180624,7 @@ from a wide variety of machine architectures.</Description>
<Summary xml:lang="tr">The official VirtualBox Guest Additions ISO image</Summary>
<Description xml:lang="en">The official VirtualBox Guest Additions ISO image</Description>
<Description xml:lang="tr">The official VirtualBox Guest Additions ISO image</Description>
<Archive type="binary" sha1sum="93ff8ee49bab947a5ad179ac870de86d154a3ff6" name="VBoxGuestAdditions_6.1.28.iso">http://download.virtualbox.org/virtualbox/6.1.28/VBoxGuestAdditions_6.1.28.iso</Archive>
<Archive type="binary" sha1sum="d86ed8797ea4ec6085a3deae2bb88b0d9468b731" name="VBoxGuestAdditions_6.1.30.iso">http://download.virtualbox.org/virtualbox/6.1.30/VBoxGuestAdditions_6.1.30.iso</Archive>
<SourceURI>hardware/virtualization/virtualbox-guest-iso/pspec.xml</SourceURI>
</Source>
<Package>
@@ -180585,6 +180637,13 @@ from a wide variety of machine architectures.</Description>
</Files>
</Package>
<History>
<Update release="12">
<Date>2021-11-23</Date>
<Version>6.1.30</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2021-10-20</Date>
<Version>6.1.28</Version>
@@ -181051,7 +181110,7 @@ from a wide variety of machine architectures.</Description>
<AdditionalFile target="dkms.conf" permission="0644" owner="root">dkms.conf</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="5.15.3">kernel-module-headers</Dependency>
<Dependency version="5.15.5">kernel-module-headers</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -181067,7 +181126,7 @@ from a wide variety of machine architectures.</Description>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="5.15.3">kernel</Dependency>
<Dependency version="5.15.5">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -181181,7 +181240,7 @@ from a wide variety of machine architectures.</Description>
<Dependency>libXext-32bit</Dependency>
<Dependency>vulkan-32bit</Dependency>
<Dependency>opencl-icd-32bit</Dependency>
<Dependency release="44">xorg-video-nvidia-current</Dependency>
<Dependency release="45">xorg-video-nvidia-current</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -181256,6 +181315,13 @@ from a wide variety of machine architectures.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="45">
<Date>2021-11-27</Date>
<Version>495.44</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="44">
<Date>2021-11-19</Date>
<Version>495.44</Version>
@@ -181598,7 +181664,7 @@ from a wide variety of machine architectures.</Description>
<AdditionalFile target="kernel-5.15.patch" permission="0644" owner="root">0008-fix-5.15.patch</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="5.15.3">kernel-module-headers</Dependency>
<Dependency version="5.15.5">kernel-module-headers</Dependency>
</BuildDependencies>
<SourceURI>kernel/drivers/module-nvidia340/pspec.xml</SourceURI>
</Source>
@@ -181610,7 +181676,7 @@ from a wide variety of machine architectures.</Description>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="5.15.3">kernel</Dependency>
<Dependency version="5.15.5">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -181667,7 +181733,7 @@ from a wide variety of machine architectures.</Description>
<Dependency>libX11-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>opencl-icd-32bit</Dependency>
<Dependency release="42">xorg-video-nvidia340</Dependency>
<Dependency release="43">xorg-video-nvidia340</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -181727,6 +181793,13 @@ from a wide variety of machine architectures.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="43">
<Date>2021-11-27</Date>
<Version>340.108</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="42">
<Date>2021-11-19</Date>
<Version>340.108</Version>
@@ -182043,7 +182116,7 @@ from a wide variety of machine architectures.</Description>
<AdditionalFile target="kernel-5.14-state.patch" permission="0644" owner="root">kernel-5.14-state.patch</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="5.15.3">kernel-module-headers</Dependency>
<Dependency version="5.15.5">kernel-module-headers</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -182058,7 +182131,7 @@ from a wide variety of machine architectures.</Description>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="5.15.3">kernel</Dependency>
<Dependency version="5.15.5">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -182143,7 +182216,7 @@ from a wide variety of machine architectures.</Description>
<Dependency>opencl-icd-32bit</Dependency>
<Dependency>vulkan-32bit</Dependency>
<Dependency>libglvnd-32bit</Dependency>
<Dependency release="21">xorg-video-nvidia390</Dependency>
<Dependency release="22">xorg-video-nvidia390</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
@@ -182211,6 +182284,13 @@ from a wide variety of machine architectures.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="22">
<Date>2021-11-27</Date>
<Version>390.144</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="21">
<Date>2021-11-19</Date>
<Version>390.144</Version>
@@ -199908,7 +199988,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="en">A stable, documented, asynchronous API library for interfacing MPD in the C, C++ and Objective C languages.</Description>
<Description xml:lang="tr">libmpdclient, MPD etkileşimi için C, C++ ve Object C dillerinde kullanılabilen istikrarlı, belgelendirilmiş, asenkron bir kitaplıktır.</Description>
<Description xml:lang="pl">Biblioteka do tworzenia klientów demona MPD (Music Player Daemon).</Description>
<Archive type="tarxz" sha1sum="37c769a25d24b7c0172aa1256c520b1b7191351d" name="libmpdclient-2.19.tar.xz">https://musicpd.org/download/libmpdclient/2/libmpdclient-2.19.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6e7918b8ed7c7941203eee063424f6445f4d0e34" name="libmpdclient-2.20.tar.xz">https://musicpd.org/download/libmpdclient/2/libmpdclient-2.20.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
</BuildDependencies>
@@ -199931,14 +200011,22 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">libmpdclient için geliştirme dosyaları</Summary>
<Summary xml:lang="pl">Pliki naglowkowe do libmpdclient</Summary>
<RuntimeDependencies>
<Dependency release="1">libmpdclient</Dependency>
<Dependency release="2">libmpdclient</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/vala</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-11-23</Date>
<Version>2.20</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-12-13</Date>
<Version>2.19</Version>
@@ -208429,7 +208517,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">Müzik Çalıcı Sunucusu (MPD)</Summary>
<Description xml:lang="en">Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.</Description>
<Description xml:lang="tr">MPD çoğu müzik dosyasını (MP3, Ogg Vorbis, FLAC, AAC, Mod vs.) çalar ve ağda yayınlar.</Description>
<Archive type="tarxz" sha1sum="c0e8c7a64cf20e720302deedbf978b972ab9d63c" name="mpd-0.23.2.tar.xz">https://musicpd.org/download/mpd/0.23/mpd-0.23.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="2f68581767707a4d4cafdb433a199f5420f7b4db" name="mpd-0.23.4.tar.xz">https://musicpd.org/download/mpd/0.23/mpd-0.23.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>cmake</Dependency>
@@ -208493,6 +208581,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>python3-snowballstemmer</Dependency>
<Dependency>python3-sphinx-alabaster-theme</Dependency>
<Dependency>python3-sphinxcontrib-websupport</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/stream/mpd/pspec.xml</SourceURI>
</Source>
@@ -208560,6 +208649,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="10">
<Date>2021-11-23</Date>
<Version>0.23.4</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="9">
<Date>2021-10-23</Date>
<Version>0.23.2</Version>
@@ -219790,7 +219886,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">Mobil modemler için yönetim katmanı</Summary>
<Description xml:lang="en">ModemManager provides a unified high level API for communicating with mobile broadband modems.</Description>
<Description xml:lang="tr">ModemManager, 3G ve GSM gibi mobil genişbant modemlerle D-Bus üzerinden iletişimi sağlayan bir sistem hizmetidir.</Description>
<Archive type="tarxz" sha1sum="0a6c3bccfe69da817a566d8d8aab08bb101d9308" name="ModemManager-1.16.8.tar.xz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.16.8.tar.xz</Archive>
<Archive type="tarxz" sha1sum="3304a4266bf4b34fbb33d5b22ec5388d3bc590d3" name="ModemManager-1.18.4.tar.xz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.18.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -219823,6 +219919,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Dependency>libmm-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/ModemManager/fcc-unlock.d</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/usr/share/icons</Path>
@@ -219837,8 +219934,10 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Path fileType="man">/usr/share/man/man1/mmcli.1</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/ModemManager/fcc-unlock.available.d</Path>
<Path fileType="data">/usr/share/ModemManager/mm-foxconn-carrier-mapping.conf</Path>
<Path fileType="data">/usr/share/ModemManager/mm-foxconn-t77w968-carrier-mapping.conf</Path>
<Path fileType="data">/usr/share/ModemManager/mm-foxconn-t99w175-carrier-mapping.conf</Path>
<Path fileType="data">/usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf</Path>
</Files>
</Package>
@@ -219847,7 +219946,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="en">Development files for ModemManager</Summary>
<Summary xml:lang="tr">ModemManager için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="16">ModemManager</Dependency>
<Dependency release="17">ModemManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/ModemManager/</Path>
@@ -219874,7 +219973,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="en">Development files for libmm-glib</Summary>
<Summary xml:lang="tr">libmm-glib için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="16">libmm-glib</Dependency>
<Dependency release="17">libmm-glib</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>ModemManager-devel</Dependency>
</RuntimeDependencies>
@@ -219887,13 +219986,20 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Name>ModemManager-docs</Name>
<Summary xml:lang="en">Development files for ModemManager</Summary>
<RuntimeDependencies>
<Dependency release="16">ModemManager</Dependency>
<Dependency release="17">ModemManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="17">
<Date>2021-11-27</Date>
<Version>1.18.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2021-10-24</Date>
<Version>1.16.8</Version>
@@ -220666,6 +220772,87 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>networkmanager-openvpn</Name>
<Homepage>https://gitlab.gnome.org/GNOME/NetworkManager-openvpn</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<IsA>service</IsA>
<PartOf>network.connection</PartOf>
<Summary xml:lang="en">OpenVPN support for NetworkManager</Summary>
<Summary xml:lang="tr">NetworkManager için OpenVPN desteği</Summary>
<Description xml:lang="en">OpenVPN support for NetworkManager</Description>
<Description xml:lang="tr">NetworkManager için OpenVPN desteği</Description>
<Archive type="targz" sha1sum="4487847c9694f0a9957ce819b5cc298fae1b03c8" name="NetworkManager-openvpn-1.8.16.tar.gz">https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/-/archive/1.8.16/NetworkManager-openvpn-1.8.16.tar.gz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>harfbuzz-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>m4</Dependency>
<Dependency>git</Dependency>
<Dependency>poxml</Dependency>
<Dependency>gettext</Dependency>
<Dependency>intltool</Dependency>
<Dependency>openvpn</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libnma-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libsecret-devel</Dependency>
<Dependency>NetworkManager-devel</Dependency>
</BuildDependencies>
<SourceURI>network/connection/networkmanager-openvpn/pspec.xml</SourceURI>
</Source>
<Package>
<Name>networkmanager-openvpn</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libnma</Dependency>
<Dependency>python3</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>NetworkManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="locale">/usr/share/locale</Path>
<Path fileType="data">/usr/share/dbus-1/system.d/nm-openvpn-service.conf</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/metainfo/network-manager-openvpn.metainfo.xml</Path>
</Files>
</Package>
<Package>
<Name>networkmanager-openvpn-devel</Name>
<Summary xml:lang="en">Development files for networkmanager-openvpn</Summary>
<Summary xml:lang="tr">networkmanager-openvpn için geliştirme başlıkları</Summary>
<RuntimeDependencies>
<Dependency release="1">networkmanager-openvpn</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-28</Date>
<Version>1.8.16</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>openconnect</Name>
@@ -222553,7 +222740,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<PartOf>network.library</PartOf>
<Summary xml:lang="en">MBIM modem protocol helper library.</Summary>
<Description xml:lang="en">libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
<Archive type="tarxz" sha1sum="83d0178b681f614fe03a0112997a6dcfa3b0c6a0" name="libmbim-1.24.8.tar.xz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.8.tar.xz</Archive>
<Archive type="tarxz" sha1sum="9929ba9e85e8c70f5c6b4836a97f2100edb26e89" name="libmbim-1.26.2.tar.xz">http://www.freedesktop.org/software/libmbim/libmbim-1.26.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>help2man</Dependency>
@@ -222587,7 +222774,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Summary xml:lang="en">libmbim için geliştirme dosyaları</Summary>
<Summary xml:lang="tr">libmbim için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="10">libmbim</Dependency>
<Dependency release="11">libmbim</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
</RuntimeDependencies>
@@ -222597,6 +222784,13 @@ functionality to build high-performing, platform-independent programs.</Descript
</Files>
</Package>
<History>
<Update release="11">
<Date>2021-11-27</Date>
<Version>1.26.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2021-06-24</Date>
<Version>1.24.8</Version>
@@ -222854,7 +223048,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<PartOf>network.library</PartOf>
<Summary xml:lang="en">QMI modem protocol helper library</Summary>
<Description xml:lang="en">libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.</Description>
<Archive type="tarxz" sha1sum="5fd33c53e21fbd2e4c1606f42831a393d59ca04f" name="libqmi-1.28.6.tar.xz">https://www.freedesktop.org/software/libqmi/libqmi-1.28.6.tar.xz</Archive>
<Archive type="tarxz" sha1sum="0e6f876f9ea558ef507fabc7eac836a311efb7b6" name="libqmi-1.30.2.tar.xz">https://www.freedesktop.org/software/libqmi/libqmi-1.30.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>help2man</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -222862,7 +223056,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Dependency>libgudev-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency versionFrom="1.24.8">libmbim-devel</Dependency>
<Dependency versionFrom="1.26.2">libmbim-devel</Dependency>
</BuildDependencies>
<SourceURI>network/library/libqmi/pspec.xml</SourceURI>
</Source>
@@ -222888,7 +223082,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Name>libqmi-devel</Name>
<Summary xml:lang="en">Development files for libqmi</Summary>
<RuntimeDependencies>
<Dependency release="12">libqmi</Dependency>
<Dependency release="13">libqmi</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -222897,6 +223091,13 @@ functionality to build high-performing, platform-independent programs.</Descript
</Files>
</Package>
<History>
<Update release="13">
<Date>2021-11-27</Date>
<Version>1.30.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-06-24</Date>
<Version>1.28.6</Version>
@@ -243870,19 +244071,15 @@ complete albums that you have purchased from Amazon.</Description>
<PartOf>programming.language.java</PartOf>
<Summary xml:lang="en">Open Java Development Kit</Summary>
<Description xml:lang="en">OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE).</Description>
<Archive type="tarxz" sha1sum="0e596a5e07b5e0e8129eaf1de30fb6d3d2805a3d" name="icedtea-3.18.0.tar.xz">http://icedtea.wildebeest.org/download/source/icedtea-3.18.0.tar.xz</Archive>
<Archive type="binary" sha1sum="0125ab4d0bff6558edf041656392f9a005a29e26" target="icedtea-3.18.0/" name="corba.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/corba.tar.xz</Archive>
<Archive type="binary" sha1sum="d813bf39eb498b056512a972bf8f49bca0893446" target="icedtea-3.18.0/" name="jaxp.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/jaxp.tar.xz</Archive>
<Archive type="binary" sha1sum="94b81685c813e48e48e0eab90eb4061da414a02d" target="icedtea-3.18.0/" name="jaxws.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/jaxws.tar.xz</Archive>
<Archive type="binary" sha1sum="1c9dc38a060054ab3d6512aa6bbe67a2fcee1dcf" target="icedtea-3.18.0/" name="jdk.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/jdk.tar.xz</Archive>
<Archive type="binary" sha1sum="c894cd0a0876ff0b6b8185734e66bf719147e30d" target="icedtea-3.18.0/" name="langtools.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/langtools.tar.xz</Archive>
<Archive type="binary" sha1sum="01af8d35e4c27ae02daf9131c9d883fe6e7efdb8" target="icedtea-3.18.0/" name="openjdk.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/openjdk.tar.xz</Archive>
<Archive type="binary" sha1sum="afd1763fab31c8da1fe13395eff854ef776ee647" target="icedtea-3.18.0/" name="nashorn.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/nashorn.tar.xz</Archive>
<Archive type="binary" sha1sum="f10da00afad1a09ff88cf34f7be9cfa4b096f3ea" target="icedtea-3.18.0/" name="hotspot.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.18.0/hotspot.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target="patches/fontconfig-paths.diff">fontconfig-paths.diff</AdditionalFile>
<AdditionalFile target="patches/openjdk7_nonreparenting-wm.diff">openjdk7_nonreparenting-wm.diff</AdditionalFile>
</AdditionalFiles>
<Archive type="tarxz" sha1sum="bf03969ce3022dc00abec8e1aeabcda2aeca8dfe" name="icedtea-3.19.0.tar.xz">http://icedtea.wildebeest.org/download/source/icedtea-3.19.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="70298576084208409dad6189d9ef5d0c2c7e8e09" name="corba.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/corba.tar.xz</Archive>
<Archive type="tarxz" sha1sum="a4c8ae2a0d30b4349918b2525c7c74fdaee5c3ac" name="hotspot.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/hotspot.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6fb46ee58d5d121fdbb7eccc68988255f37926ae" name="jaxp.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxp.tar.xz</Archive>
<Archive type="tarxz" sha1sum="812b90a5ae321bb72ee306aae73f1239f357e7a1" name="jaxws.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxws.tar.xz</Archive>
<Archive type="tarxz" sha1sum="a8f2f6d341ef151eedb2d1dbfb9c78e658958510" name="jdk.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jdk.tar.xz</Archive>
<Archive type="tarxz" sha1sum="438be528ca79f44395ae46f2091983b1659044b7" name="langtools.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/langtools.tar.xz</Archive>
<Archive type="tarxz" sha1sum="bc73de0a9e9afc86115bc65bc182bbd5828c1668" name="nashorn.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/nashorn.tar.xz</Archive>
<Archive type="tarxz" sha1sum="a7fff57cfd2bc2e8a9a10b96d452f9cd6d6e2a2d" name="openjdk.tar.xz">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/openjdk.tar.xz</Archive>
<BuildDependencies>
<Dependency>wget</Dependency>
<Dependency>p7zip</Dependency>
@@ -243909,6 +244106,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>libXcomposite-devel</Dependency>
<Dependency>chrpath</Dependency>
<Dependency>jre8-openjdk-headless</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>zip</Dependency>
<Dependency>cpio</Dependency>
<Dependency>unzip</Dependency>
@@ -243918,7 +244116,7 @@ complete albums that you have purchased from Amazon.</Description>
</Source>
<Package>
<Name>jre8-openjdk-headless</Name>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8 with IcedTea8 replacing binary plugs - Minimal Java runtime - needed for executing non GUI Java programs</Summary>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - Minimal Java runtime - needed for executing non GUI Java programs</Summary>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>cups</Dependency>
@@ -244016,7 +244214,7 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<Package>
<Name>jre8-openjdk</Name>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8 with IcedTea8 replacing binary plugs - Full Java runtime environment - needed for executing Java GUI and Webstart programs</Summary>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - Full Java runtime environment - needed for executing Java GUI and Webstart programs</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>giflib</Dependency>
@@ -244051,7 +244249,7 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<Package>
<Name>jdk8-openjdk</Name>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8 with IcedTea8 replacing binary plugs - SDK</Summary>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - SDK</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libX11</Dependency>
@@ -244156,7 +244354,7 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<Package>
<Name>openjdk8-src</Name>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8 with IcedTea8 replacing binary plugs - sources</Summary>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - sources</Summary>
<RuntimeDependencies>
<Dependency>jdk8-openjdk</Dependency>
</RuntimeDependencies>
@@ -244166,7 +244364,7 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<Package>
<Name>openjdk8-doc</Name>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8 with IcedTea8 replacing binary plugs - documentation</Summary>
<Summary xml:lang="en">Free Java environment based on OpenJDK 8.0 with IcedTea8 replacing binary plugs - documentation</Summary>
<RuntimeDependencies>
<Dependency>jdk8-openjdk</Dependency>
</RuntimeDependencies>
@@ -244175,6 +244373,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="7">
<Date>2021-11-27</Date>
<Version>8u_292.3.19.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-03-09</Date>
<Version>8u_282.3.18.0</Version>
@@ -278733,20 +278938,21 @@ complete albums that you have purchased from Amazon.</Description>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPL GPL</License>
<License>GPL</License>
<License>LGPL</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Summary>
<Summary xml:lang="tr">GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Summary>
<Description xml:lang="en">GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Description>
<Description xml:lang="tr">GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support</Description>
<Archive type="tarxz" sha1sum="394d5d4cf2da417dbe847074ada91b74c705d4e6" name="libosinfo-1.7.1.tar.xz">https://releases.pagure.org/libosinfo/libosinfo-1.7.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="1f928e1412ac29e044e6b02254c9d2b2bf969c31" name="libosinfo-1.9.0.tar.xz">https://releases.pagure.org/libosinfo/libosinfo-1.9.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>docbook-xsl</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
@@ -278760,6 +278966,7 @@ complete albums that you have purchased from Amazon.</Description>
<Name>libosinfo</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libsoup</Dependency>
@@ -278777,10 +278984,10 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<Package>
<Name>libosinfo-devel</Name>
<Summary xml:lang="en">Development files for libosinfo</Summary>
<Summary xml:lang="en">osinfo headers.</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="2">libosinfo</Dependency>
<Dependency release="3">libosinfo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -278789,19 +278996,25 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<Package>
<Name>libosinfo-docs</Name>
<Summary xml:lang="en">Development files for libosinfo</Summary>
<RuntimeDependencies>
<Dependency release="2">libosinfo</Dependency>
<Dependency release="3">libosinfo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-1-27</Date>
<Version>1.9.0</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2020-03-01</Date>
<Version>1.7.1</Version>
<Comment>First release</Comment>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
@@ -279612,7 +279825,7 @@ complete albums that you have purchased from Amazon.</Description>
<Package>
<Name>lucene++-devel</Name>
<RuntimeDependencies>
<Dependency release="2">lucene++</Dependency>
<Dependency release="3">lucene++</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -279620,6 +279833,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-11-27</Date>
<Version>3.0.8</Version>
<Comment>Rebuild boost.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-04-29</Date>
<Version>3.0.8</Version>
@@ -287669,7 +287889,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">C için HTTP kitaplık gerçekleyicisi</Summary>
<Description xml:lang="en">libsoup is an HTTP client/server library for GNOME.</Description>
<Description xml:lang="tr">libsoup, GNOME için HTTP istemci / sunucu kitaplığıdır.</Description>
<Archive type="tarxz" sha1sum="505d92c8aeb49037ee2957471b79b1cd44ae8883" name="libsoup-2.74.1.tar.xz">mirrors://gnome/libsoup/2.74/libsoup-2.74.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="21177dcd3b04a10cacaa5b22bf233a4f2691eef6" name="libsoup-2.74.2.tar.xz">mirrors://gnome/libsoup/2.74/libsoup-2.74.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libgcrypt-devel</Dependency>
@@ -287684,7 +287904,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>vala-devel</Dependency>
<Dependency>libpsl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>glib-networking</Dependency>
<Dependency versionFrom="3.42.0">sysprof-devel</Dependency>
@@ -287747,7 +287967,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libxml2-devel</Dependency>
<Dependency versionFrom="3.42.0">sysprof-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency release="12">libsoup</Dependency>
<Dependency release="13">libsoup</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -287756,6 +287976,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="13">
<Date>2021-11-25</Date>
<Version>2.74.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-10-25</Date>
<Version>2.74.1</Version>
@@ -318034,7 +318261,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Development files for libpciaccess</Summary>
<Summary xml:lang="tr">libpciaccess için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="8">libpciaccess</Dependency>
<Dependency release="9">libpciaccess</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -318049,13 +318276,20 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="8">libpciaccess</Dependency>
<Dependency release="9">libpciaccess</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2021-11-27</Date>
<Version>0.16</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-01-06</Date>
<Version>0.16</Version>
@@ -325298,7 +325532,7 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>x11.misc</PartOf>
<Summary xml:lang="en">rofi</Summary>
<Description xml:lang="en">A window switcher, application launcher and dmenu replacement.</Description>
<Archive type="tarxz" sha1sum="5f9a18df731e9a9970786ae73ac077b10bf4e216" name="rofi-1.7.0.tar.xz">https://github.com/davatorium/rofi/releases/download/1.7.0/rofi-1.7.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="bb34a8401683b9e99ad813265b8158d31a0c2af8" name="rofi-1.7.1.tar.xz">https://github.com/davatorium/rofi/releases/download/1.7.1/rofi-1.7.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -325336,7 +325570,6 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>startup-notification</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
@@ -325346,7 +325579,7 @@ contacts, tasks, and calendar information.</Summary>
<Package>
<Name>rofi-devel</Name>
<RuntimeDependencies>
<Dependency version="1.7.0">rofi</Dependency>
<Dependency version="1.7.1">rofi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -325354,6 +325587,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="8">
<Date>2021-11-27</Date>
<Version>1.7.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-09-15</Date>
<Version>1.7.0</Version>
@@ -328647,8 +328887,9 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>x11.wm</PartOf>
<Summary xml:lang="en">A tiling window manager, completely written from scratch</Summary>
<Description xml:lang="en">An improved dynamic tiling window manager</Description>
<Archive type="tarbz2" sha1sum="1834ce349a2aea2fbb0d44d9ed820fa9e1a394ab" name="i3-4.17.1.tar.bz2">https://i3wm.org/downloads/i3-4.17.1.tar.bz2</Archive>
<Archive type="tarxz" sha1sum="1561bf4c1b9c6dfb470234a32968a54098694ac6" name="i3-4.20.1.tar.xz">https://i3wm.org/downloads/i3-4.20.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libev-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
@@ -328666,11 +328907,13 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>cairo-devel</Dependency>
<Dependency>xcb-proto</Dependency>
<Dependency>util-linux</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>perl-AnyEvent-I3</Dependency>
<Dependency>perl-JSON-XS</Dependency>
</BuildDependencies>
<SourceURI>x11/wm/i3wm/pspec.xml</SourceURI>
</Source>
@@ -328678,22 +328921,22 @@ contacts, tasks, and calendar information.</Summary>
<Name>i3wm</Name>
<RuntimeDependencies>
<Dependency>yajl</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libev</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>i3status</Dependency>
<Dependency>xcb-util</Dependency>
<Dependency>xcb-util-wm</Dependency>
<Dependency>xcb-util-xrm</Dependency>
<Dependency>libxkbcommon</Dependency>
<Dependency>perl-JSON-XS</Dependency>
<Dependency>xcb-util-cursor</Dependency>
<Dependency>xcb-util-keysyms</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>pango</Dependency>
<Dependency>cairo</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>glib2</Dependency>
<Dependency>i3status</Dependency>
<Dependency>perl-AnyEvent-I3</Dependency>
<Dependency>perl-JSON-XS</Dependency>
<Dependency>startup-notification</Dependency>
<AnyDependency>
<Dependency>dmenu</Dependency>
<Dependency>rofi</Dependency>
@@ -328714,7 +328957,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Development files for i3wm</Summary>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="7">i3wm</Dependency>
<Dependency release="8">i3wm</Dependency>
<Dependency>libev-devel</Dependency>
<Dependency>startup-notification-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
@@ -328738,6 +328981,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="8">
<Date>2021-11-26</Date>
<Version>4.20.1</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2020-01-25</Date>
<Version>4.17.1</Version>
+1 -1
View File
@@ -1 +1 @@
f137aa62a5f86d00e02579167d3a774b6b5a48f4
de8dfd90c382f08fc9319b6f08dc032343c9857b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
93450fa4703ca7459723033acf2727e9eec2391f
890bc1b3f95e02b635eef918fe143b4fc13a41f5