@@ -0,0 +1,25 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
# extract gnulib from archive:
|
||||
shelltools.system("cd .. && tar -xzvf gnulib-d279bc6.tar.gz")
|
||||
|
||||
shelltools.system("./bootstrap --gnulib-srcdir=%s/gnulib-d279bc6 --skip-git --copy" % get.workDIR())
|
||||
autotools.configure("--libexecdir=/usr/lib")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING", "README")
|
||||
Binary file not shown.
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>paper</Name>
|
||||
<Homepage>https://github.com/rrthomas/paper</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>hardware.printer</PartOf>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Replacement for Debian's libpaper</Summary>
|
||||
<Description>The paper package enables users to indicate their preferred paper size, provides the paper(1) utility to find the user's preferred default paper size and give information about known sizes, and specifies system-wide and per-user paper size catalogues, which can be can also be used directly.</Description>
|
||||
<Archive sha1sum="3d98e0de08904e7f46e96428bc8e71dc89635e6c" type="targz">https://github.com/rrthomas/paper/archive/v2.2.tar.gz</Archive>
|
||||
<!--
|
||||
Pisi cannot download so i manually add file
|
||||
<Archive sha1sum="972c06c6088097b3b2ec73401deb521ba057b249" type="targz">http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba;sf=tgz</Archive>
|
||||
-->
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="../gnulib-d279bc6.tar.gz" permission="0644">gnulib-d279bc6.tar.gz</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>help2man</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>paper</Name>
|
||||
<Summary>Replacement for Debian's libpaper</Summary>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/lib/</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>2.2</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>paper</Name>
|
||||
<Summary xml:lang="tr">Debian'ın libpaper kitaplığı yerine bir kitaplık</Summary>
|
||||
<Description xml:lang="tr">paper, Debian'ın libpaper kitaplığı yerine bir kitaplık sunar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,24 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
# extract gnulib from archive:
|
||||
shelltools.system("cd .. && tar -xzvf gnulib-d279bc6.tar.gz")
|
||||
|
||||
shelltools.system("./bootstrap --gnulib-srcdir=%s/gnulib-d279bc6 --skip-git --copy" % get.workDIR())
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README", "COPYING")
|
||||
Binary file not shown.
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>psutils</Name>
|
||||
<Homepage>http://www.cups.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>hardware.printer</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>PostScript Utilities</Summary>
|
||||
<Description>psutils contains tools to convert to/from postscript files.</Description>
|
||||
<Archive sha1sum="2aac271b7aa34251ec59c20e0ccf410f559c4eb0" type="targz">https://github.com/rrthomas/psutils/archive/v2.03.tar.gz</Archive>
|
||||
<!--
|
||||
Pisi cannot download so i manually add file
|
||||
<Archive sha1sum="972c06c6088097b3b2ec73401deb521ba057b249" type="targz">http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba;sf=tgz</Archive>
|
||||
-->
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="../gnulib-d279bc6.tar.gz" permission="0644">gnulib-d279bc6.tar.gz</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>ghostscript-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>psutils</Name>
|
||||
<Summary>Utilities for manipulating PostScript documents</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>paper</Dependency>
|
||||
<Dependency>ghostscript</Dependency>
|
||||
<Dependency>perl-IPC-Run3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/psutils/PSUtils.pm</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>2.03</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>psutils</Name>
|
||||
<Summary xml:lang="tr">PostScript yardımcı araçları</Summary>
|
||||
<Description xml:lang="tr">psutils PostScript dosyaları arasında dönüşüm yapmak için gerekli araçları içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
@@ -0,0 +1,31 @@
|
||||
From 3f1ddda424353f0f926dd28efa47b0ac61556ce8 Mon Sep 17 00:00:00 2001
|
||||
From: Eddie Kohler <ekohler@gmail.com>
|
||||
Date: Wed, 16 Aug 2017 12:37:34 -0400
|
||||
Subject: [PATCH] Check for memmem declaration; sometimes it is not declared by
|
||||
default.
|
||||
|
||||
---
|
||||
configure.ac | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 5b4e3ff..b4dc4fb 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -19,6 +19,7 @@ dnl strerror()?
|
||||
dnl
|
||||
|
||||
AC_REPLACE_FUNCS([strerror memmem])
|
||||
+AC_CHECK_DECLS([memmem])
|
||||
|
||||
|
||||
dnl
|
||||
@@ -88,7 +89,7 @@ char* strerror(int errno);
|
||||
#endif
|
||||
|
||||
/* Prototype memmem if we don't have it. */
|
||||
-#if !HAVE_MEMMEM
|
||||
+#if !HAVE_MEMMEM || !HAVE_DECL_MEMMEM
|
||||
void* memmem(const void* haystack, size_t haystack_len,
|
||||
const void* needle, size_t needle_len);
|
||||
#endif
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>t1utils</Name>
|
||||
<Homepage>http://www.lcdf.org/type/#t1utils</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Type 1 Font utilities</Summary>
|
||||
<Description>t1utils contains six tools (t1ascii, t1binary, t1disasm, t1asm, t1unmac and t1mac) for dealing with Type 1 fonts.</Description>
|
||||
<Archive sha1sum="939c7e87250bf619c772aca6175a80638f09dcca" type="targz">https://github.com/kohler/t1utils/archive/v1.41.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!-- Check for memmem declaration; sometimes it is not declared by default.
|
||||
https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8-->
|
||||
<Patch level="1">3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>t1utils</Name>
|
||||
<Summary>Type 1 Font utilities</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>1.41</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>t1utils</Name>
|
||||
<Summary xml:lang="tr">Tip 1 fontlar için araçlar</Summary>
|
||||
<Description xml:lang="tr">t1utils Tip 1 fontları dönüştürmek için 6 araç (t1ascii, t1binary, t1disasm, t1asm, t1unmac ve t1mac) içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+186
-22
@@ -5719,7 +5719,7 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
<Description xml:lang="pl">Mozilla Firefox – otwarta przeglądarka internetowa oparta na silniku Gecko, stworzona i rozwijana przez Korporację Mozilla oraz ochotników.</Description>
|
||||
<Description xml:lang="es">Navegue por la web de forma rápida y segura. Navegador web de código abierto que se puede personalizar con características adicionales.</Description>
|
||||
<Icon>firefox</Icon>
|
||||
<Archive type="tarxz" sha1sum="05c74737d22a1e07de7a1575c01a3d2232550f73" name="firefox-77.0.source.tar.xz">https://ftp.mozilla.org/pub/firefox/releases/77.0/source/firefox-77.0.source.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="86735b221c17964f5e6a756a973b6d0696fbf1c5" name="firefox-77.0.1.source.tar.xz">https://ftp.mozilla.org/pub/firefox/releases/77.0.1/source/firefox-77.0.1.source.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile>
|
||||
<AdditionalFile target="browserconfig.properties" permission="0644">pisilinux/browserconfig.properties</AdditionalFile>
|
||||
@@ -6211,8 +6211,8 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="41">
|
||||
<Date>2020-06-01</Date>
|
||||
<Version>77.0</Version>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>77.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
@@ -21410,11 +21410,12 @@ functionality to build high-performing, platform-independent programs.</Descript
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-19</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>2.5.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İdris Kalp</Name>
|
||||
@@ -88391,6 +88392,56 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>psutils</Name>
|
||||
<Homepage>http://www.cups.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>hardware.printer</PartOf>
|
||||
<Summary xml:lang="en">PostScript Utilities</Summary>
|
||||
<Summary xml:lang="tr">PostScript yardımcı araçları</Summary>
|
||||
<Description xml:lang="en">psutils contains tools to convert to/from postscript files.</Description>
|
||||
<Description xml:lang="tr">psutils PostScript dosyaları arasında dönüşüm yapmak için gerekli araçları içerir.</Description>
|
||||
<Archive type="targz" sha1sum="2aac271b7aa34251ec59c20e0ccf410f559c4eb0" name="v2.03.tar.gz">https://github.com/rrthomas/psutils/archive/v2.03.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="../gnulib-d279bc6.tar.gz" permission="0644">gnulib-d279bc6.tar.gz</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>help2man</Dependency>
|
||||
<Dependency>ghostscript-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/printer/psutils/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>psutils</Name>
|
||||
<Summary xml:lang="en">Utilities for manipulating PostScript documents</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>paper</Dependency>
|
||||
<Dependency>ghostscript</Dependency>
|
||||
<Dependency>perl-IPC-Run3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/psutils/PSUtils.pm</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>2.03</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pnm2ppa</Name>
|
||||
@@ -89198,6 +89249,51 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>paper</Name>
|
||||
<Homepage>https://github.com/rrthomas/paper</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>hardware.printer</PartOf>
|
||||
<Summary xml:lang="en">Replacement for Debian's libpaper</Summary>
|
||||
<Summary xml:lang="tr">Debian'ın libpaper kitaplığı yerine bir kitaplık</Summary>
|
||||
<Description xml:lang="en">The paper package enables users to indicate their preferred paper size, provides the paper(1) utility to find the user's preferred default paper size and give information about known sizes, and specifies system-wide and per-user paper size catalogues, which can be can also be used directly.</Description>
|
||||
<Description xml:lang="tr">paper, Debian'ın libpaper kitaplığı yerine bir kitaplık sunar.</Description>
|
||||
<Archive type="targz" sha1sum="3d98e0de08904e7f46e96428bc8e71dc89635e6c" name="v2.2.tar.gz">https://github.com/rrthomas/paper/archive/v2.2.tar.gz</Archive>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="../gnulib-d279bc6.tar.gz" permission="0644">gnulib-d279bc6.tar.gz</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<BuildDependencies>
|
||||
<Dependency>help2man</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/printer/paper/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>paper</Name>
|
||||
<Summary xml:lang="en">Replacement for Debian's libpaper</Summary>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/lib/</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>2.2</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>cups-filters</Name>
|
||||
@@ -225553,7 +225649,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="tr">GNU Gizlilik Koruması</Summary>
|
||||
<Description xml:lang="en">GnuPG allows to encrypt and sign your data and communication, features a versatile key managment system as well as access modules for all kinds of public key directories.</Description>
|
||||
<Description xml:lang="tr">GnuPG verilerinizin ve iletişimlerinizin şifrelenmesi ve imzalanmmasını sağlar, her tür genel anahtar dizinleri için modullere erişiminde olduğu gibi çok yönlü anahtar yönetim sistemi avantajı vardır.</Description>
|
||||
<Archive type="tarbz2" sha1sum="e24a1208ffe69d7436b2f27e99542a85f34d0ac0" name="gnupg-2.2.19.tar.bz2">https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.19.tar.bz2</Archive>
|
||||
<Archive type="tarbz2" sha1sum="d5290f0781df5dc83302127d6065fb59b35e53d7" name="gnupg-2.2.20.tar.bz2">https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-2.2.20.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>openldap-client</Dependency>
|
||||
<Dependency>pinentry</Dependency>
|
||||
@@ -225619,7 +225715,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="en">Documentation files for GnuPG</Summary>
|
||||
<Summary xml:lang="tr">GnuPG paketine ait API dokümantasyonu</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="7">gnupg</Dependency>
|
||||
<Dependency release="8">gnupg</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/gnupg/html</Path>
|
||||
@@ -225628,6 +225724,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>2.2.20</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>2.2.19</Version>
|
||||
@@ -225815,10 +225918,12 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency release="12">gpgme</Dependency>
|
||||
<Dependency>libgpg-error-devel</Dependency>
|
||||
<Dependency>libassuan-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -225828,6 +225933,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency release="12">gpgme</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgpg-error</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libqgpgme.so*</Path>
|
||||
@@ -225873,7 +225979,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2020-04-04</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>1.13.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -226799,7 +226905,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Description xml:lang="tr">GnuTLS, erişilebilir bir gönderim katmanı üzerinde güvenli katman oluşturmayı amaçlayan bir projedir. GnuTLS kütüphanesi halen IETF TLS çalışma grubunun öngördüğü standartları uygulamaya geçirmektedir.</Description>
|
||||
<Description xml:lang="es">GnuTLS es un proyecto que apunta al desarrollo de una librería, que facilite una capa segura, a través de una capa de transporte fiable. Actualmente la librería GnuTLS implementa los estándares propuestos del grupo de trabajo de TLS de IETF.</Description>
|
||||
<Description xml:lang="pl">GnuTLS to projekt mający na celu stworzenie biblioteki udostępniającej powłokę bezpieczeństwa ponad powłoką transportową (np. TCP/IP). Aktualnie biblioteka gnuTLS implementuje standardy proponowane przez grupę roboczą IETF TLS.</Description>
|
||||
<Archive type="tarxz" sha1sum="2205863fefa0e070cbf2a6961bfa90c854286287" name="gnutls-3.6.11.1.tar.xz">https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.11.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="0d3d0d093d6a7cf589612a7c21dbb46cb31c644b" name="gnutls-3.6.13.tar.xz">https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-3.6.13.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gc-devel</Dependency>
|
||||
<Dependency>gmp-devel</Dependency>
|
||||
@@ -226843,7 +226949,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>libtasn1-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libidn2-devel</Dependency>
|
||||
<Dependency release="9">gnutls</Dependency>
|
||||
<Dependency release="10">gnutls</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -226887,6 +226993,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>3.6.13</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-01-07</Date>
|
||||
<Version>3.6.11.1</Version>
|
||||
@@ -235711,7 +235824,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Summary xml:lang="tr">X.Org intel ekran kartı sürücüsü</Summary>
|
||||
<Description xml:lang="en">xorg-video-intel contains the X.Org driver for Intel video chipsets.</Description>
|
||||
<Description xml:lang="tr">xorg-video-intel, Intel ekran kartları için X.Org sürücüsünü içerir.</Description>
|
||||
<Archive type="tarxz" sha1sum="a1c7bb28746a82b1fbe3b8e55f24f57d45945f58" name="xf86-video-intel-20190723.tar.xz">http://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-20190723.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="3a5843d378684ea8876701837af54b9f4b6e1460" name="xf86-video-intel-20200518.tar.xz">http://anduin.linuxfromscratch.org/BLFS/xf86-video-intel/xf86-video-intel-20200518.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
@@ -235737,9 +235850,6 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Dependency>libXfont-devel</Dependency>
|
||||
<Dependency>libXfont2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">0001-SNA-fix-PRIME-output-support-since-xserver-1.20.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>x11/driver/xorg-video-intel/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -235775,6 +235885,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>20200518</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2020-03-28</Date>
|
||||
<Version>20190723</Version>
|
||||
@@ -240497,7 +240614,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<PartOf>x11.library</PartOf>
|
||||
<Summary xml:lang="en">The GL Vendor-Neutral Dispatch library</Summary>
|
||||
<Description xml:lang="en">libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime.</Description>
|
||||
<Archive type="targz" sha1sum="539b601169d9ead9bee978d3dedf698dd50f1eb7" name="libglvnd-v1.3.0.tar.gz">https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.3.0/libglvnd-v1.3.0.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="06ec16df1db652a1c272631f3a70fef89b374ff6" name="libglvnd-v1.3.1.tar.gz">https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v1.3.1/libglvnd-v1.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xorg-proto</Dependency>
|
||||
@@ -240528,7 +240645,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
<Name>libglvnd-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libglvnd</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libglvnd</Dependency>
|
||||
<Dependency release="2">libglvnd</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libdrm-devel</Dependency>
|
||||
<Dependency>libxcb-devel</Dependency>
|
||||
@@ -240560,6 +240677,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>1.3.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-01-04</Date>
|
||||
<Version>1.3.0</Version>
|
||||
@@ -240890,7 +241014,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="8">
|
||||
<Date>2020-01-10</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>0.9.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -241364,7 +241488,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-10</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>0.3.9</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -241708,7 +241832,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-10</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>0.4.1</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -242442,7 +242566,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-05</Date>
|
||||
<Date>2020-06-01</Date>
|
||||
<Version>0.4.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -243361,7 +243485,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-10</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>0.1.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -244632,7 +244756,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-10</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>0.4.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -246057,7 +246181,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2020-01-10</Date>
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>0.4.0</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
@@ -250814,6 +250938,46 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>t1utils</Name>
|
||||
<Homepage>http://www.lcdf.org/type/#t1utils</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary xml:lang="en">Type 1 Font utilities</Summary>
|
||||
<Summary xml:lang="tr">Tip 1 fontlar için araçlar</Summary>
|
||||
<Description xml:lang="en">t1utils contains six tools (t1ascii, t1binary, t1disasm, t1asm, t1unmac and t1mac) for dealing with Type 1 fonts.</Description>
|
||||
<Description xml:lang="tr">t1utils Tip 1 fontları dönüştürmek için 6 araç (t1ascii, t1binary, t1disasm, t1asm, t1unmac ve t1mac) içerir.</Description>
|
||||
<Archive type="targz" sha1sum="939c7e87250bf619c772aca6175a80638f09dcca" name="v1.41.tar.gz">https://github.com/kohler/t1utils/archive/v1.41.tar.gz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch</Patch>
|
||||
</Patches>
|
||||
<SourceURI>office/misc/t1utils/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>t1utils</Name>
|
||||
<Summary xml:lang="en">Type 1 Font utilities</Summary>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-06-03</Date>
|
||||
<Version>1.41</Version>
|
||||
<Comment>First Pisi Release</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>mdds</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
9cd37a600fea753e41b815403d323e73f5d8d210
|
||||
5a37b3fe8c0c9e3b2c78bcde29c4dcbb22ccf043
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c12b84c9f3c8c4efa10c34de51392c029d786fde
|
||||
7bbb770cd4de7dd62c6181275ae98d6b050853ea
|
||||
Reference in New Issue
Block a user