add new packages xorg-xdpyinfo, regionset, python-enchant, libzen

This commit is contained in:
groni
2016-11-24 21:23:48 +01:00
parent 25b236b38b
commit 101a4e9206
16 changed files with 503 additions and 2 deletions
+38
View File
@@ -0,0 +1,38 @@
#!/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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import libtools
from pisi.actionsapi import get
WorkDir = "ZenLib/Project/GNU/Library"
def setup():
libtools.libtoolize("--automake")
autotools.aclocal()
autotools.automake("-afc")
autotools.autoconf()
autotools.configure("--disable-static --enable-shared")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dosed("libzen.pc", "^(Version:).*", r"\1 %s" % get.srcVERSION())
pisitools.dosed("libzen.pc", "^Libs_Static.*$")
pisitools.dodir("/usr/lib/pkgconfig")
pisitools.insinto("/usr/lib/pkgconfig", "libzen.pc")
shelltools.cd("../../../")
pisitools.dodoc("*.txt")
shelltools.cd("Source/ZenLib")
pisitools.dodir("/usr/include/ZenLib")
pisitools.insinto("/usr/include/ZenLib", "*.h")
for it in ["HTTP_Client", "Format/Html", "Format/Http"]:
pisitools.dodir("/usr/include/ZenLib/%s" % it)
pisitools.insinto("/usr/include/ZenLib/%s" % it, "%s/*.h" % it)
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libzen</Name>
<Homepage>http://sourceforge.net/projects/zenlib/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>ZLIB</License>
<License>as-is</License>
<IsA>app:console</IsA>
<Summary>Small C++ derivate class to have a simpler life.</Summary>
<Description>shared library for libmediainfo and mediainfo</Description>
<Archive sha1sum="5e7b2d8a97f64ee94ee2fd80a670a21a0bdba987" type="tarbz2">https://sourceforge.net/projects/zenlib/files/ZenLib%20-%20Sources/0.4.31/libzen_0.4.31.tar.bz2</Archive>
</Source>
<Package>
<Name>libzen</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libzen-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libzen</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/libzen-config</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/libzen.so</Path>
<Path fileType="header">/usr/include/ZenLib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>0.4.31</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libzen_0</Name>
<Summary xml:lang="en">Small C++ derivate class to have a simpler life.</Summary>
<Description xml:lang="en">shared library for libmediainfo and mediainfo</Description>
</Source>
</PISI>
+16
View File
@@ -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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
pisitools.dobin("regionset", "/usr/bin")
pisitools.dodoc("COPYING", "README")
+35
View File
@@ -0,0 +1,35 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>regionset</Name>
<Homepage>http://linvdr.org/projects/</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>regionset - adjusts and shows the region code of DVD drives</Summary>
<Description>regionset allows you to check and set the region code of DVD drives.</Description>
<Archive sha1sum="2c9f15841dd6299ade22a173be12705a95232f89" type="targz">http://linvdr.org/download/regionset/regionset-0.2.tar.gz</Archive>
</Source>
<Package>
<Name>regionset</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>0.2</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>regionset</Name>
<Summary xml:lang="en">regionset - adjusts and shows the region code of DVD drives</Summary>
<Description xml:lang="en">regionset allows you to check and set the region code of DVD drives.</Description>
</Source>
</PISI>
+188
View File
@@ -25342,6 +25342,49 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python-enchant</Name>
<Homepage>http://www.rfk.id.au/software/pyenchant</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<PartOf>programming.language.python</PartOf>
<Summary xml:lang="en">Spellchecking library for Python</Summary>
<Summary xml:lang="tr">Python için yazım denetimi kütüphanesi</Summary>
<Description xml:lang="en">python-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Description xml:lang="tr">python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
<Archive type="targz" sha1sum="526f06a1573d234e00ac5c7e90c342975c3a6dee">https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>enchant-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python/python-enchant/pspec.xml</SourceURI>
</Source>
<Package>
<Name>python-enchant</Name>
<RuntimeDependencies>
<Dependency>enchant</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>1.6.8</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python-colorama</Name>
@@ -91387,6 +91430,39 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>regionset</Name>
<Homepage>http://linvdr.org/projects/</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>multimedia.misc</PartOf>
<Summary xml:lang="en">regionset - adjusts and shows the region code of DVD drives</Summary>
<Description xml:lang="en">regionset allows you to check and set the region code of DVD drives.</Description>
<Archive type="targz" sha1sum="2c9f15841dd6299ade22a173be12705a95232f89">http://linvdr.org/download/regionset/regionset-0.2.tar.gz</Archive>
<SourceURI>multimedia/misc/regionset/pspec.xml</SourceURI>
</Source>
<Package>
<Name>regionset</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>0.2</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libpano13</Name>
@@ -91692,6 +91768,55 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libzen</Name>
<Homepage>http://sourceforge.net/projects/zenlib/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>ZLIB</License>
<License>as-is</License>
<IsA>app:console</IsA>
<PartOf>multimedia.misc</PartOf>
<Summary xml:lang="en">Small C++ derivate class to have a simpler life.</Summary>
<Description xml:lang="en">shared library for libmediainfo and mediainfo</Description>
<Archive type="tarbz2" sha1sum="5e7b2d8a97f64ee94ee2fd80a670a21a0bdba987">https://sourceforge.net/projects/zenlib/files/ZenLib%20-%20Sources/0.4.31/libzen_0.4.31.tar.bz2</Archive>
<SourceURI>multimedia/misc/libzen/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libzen</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libzen-devel</Name>
<RuntimeDependencies>
<Dependency release="1">libzen</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/libzen-config</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/libzen.so</Path>
<Path fileType="header">/usr/include/ZenLib</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>0.4.31</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>ladspa-sdk</Name>
@@ -106348,6 +106473,69 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xorg-xdpyinfo</Name>
<Homepage>http://xorg.freedesktop.org/</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app:console</IsA>
<PartOf>x11.misc</PartOf>
<Summary xml:lang="en">Display information utility for X</Summary>
<Summary xml:lang="tr">Display information utility for X</Summary>
<Description xml:lang="en">Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available.</Description>
<Description xml:lang="tr">Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available.</Description>
<Archive type="tarbz2" sha1sum="0922fc31f8fc82ac20e326a6c9eb33ed7d57ad87">https://www.x.org/releases/individual/app/xdpyinfo-1.3.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xorg-util</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libdmx-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libXxf86dga-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libXtst-devel</Dependency>
<Dependency>libXrender-devel</Dependency>
<Dependency>libXxf86vm-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>libXcomposite-devel</Dependency>
</BuildDependencies>
<SourceURI>x11/misc/xorg-xdpyinfo/pspec.xml</SourceURI>
</Source>
<Package>
<Name>xorg-xdpyinfo</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>libdmx</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXxf86dga</Dependency>
<Dependency>libXi</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXtst</Dependency>
<Dependency>libXrender</Dependency>
<Dependency>libXxf86vm</Dependency>
<Dependency>libXinerama</Dependency>
<Dependency>libXcomposite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>1.3.2</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>xkeyboard-config</Name>
+1 -1
View File
@@ -1 +1 @@
8701f2261a994130841a6d63b423d7aa3ef3a77c
20f6e4cb194c5ca798cbbc8c2dec8a8d0bdae214
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
98c5d9c5e52c8b99d797f2bf8eed56b5f17f765c
521edf9f3c8a28b760ae4b25dd99e4e52a46f40d
@@ -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()
def install():
pythonmodules.install()
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-enchant</Name>
<Homepage>http://www.rfk.id.au/software/pyenchant</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Spellchecking library for Python</Summary>
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="526f06a1573d234e00ac5c7e90c342975c3a6dee" type="targz">https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>enchant-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-enchant</Name>
<RuntimeDependencies>
<Dependency>enchant</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>1.6.8</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-enchant</Name>
<Summary xml:lang="tr">Python için yazım denetimi kütüphanesi</Summary>
<Description xml:lang="tr">python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
</Source>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING", "README")
+63
View File
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorg-xdpyinfo</Name>
<Homepage>http://xorg.freedesktop.org/</Homepage>
<Packager>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>app:console</IsA>
<Summary>Display information utility for X</Summary>
<Description>Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available.</Description>
<Archive sha1sum="0922fc31f8fc82ac20e326a6c9eb33ed7d57ad87" type="tarbz2">https://www.x.org/releases/individual/app/xdpyinfo-1.3.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xorg-util</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libdmx-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libXxf86dga-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libXtst-devel</Dependency>
<Dependency>libXrender-devel</Dependency>
<Dependency>libXxf86vm-devel</Dependency>
<Dependency>libXinerama-devel</Dependency>
<Dependency>libXcomposite-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorg-xdpyinfo</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>libdmx</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXxf86dga</Dependency>
<Dependency>libXi</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXtst</Dependency>
<Dependency>libXrender</Dependency>
<Dependency>libXxf86vm</Dependency>
<Dependency>libXinerama</Dependency>
<Dependency>libXcomposite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>1.3.2</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xorg-xdpyinfo</Name>
<Summary xml:lang="tr">Display information utility for X</Summary>
<Description xml:lang="tr">Xdpyinfo is a utility for displaying information about an X server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the different types of screens and visuals that are available.</Description>
</Source>
</PISI>