This commit is contained in:
groni
2015-06-21 17:48:15 +02:00
130 changed files with 6231 additions and 11 deletions
+25
View File
@@ -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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "fonts"
def install():
pisitools.dodir("/usr/share/fonts/default/ghostscript")
pisitools.insinto("/usr/share/fonts/default/ghostscript", "*")
# Remove fonts.* files as they will be generated by xorg-app pakhandler
for f in ["scale", "dir"]:
pisitools.remove("/usr/share/fonts/default/ghostscript/fonts.%s" % f)
docs = ["COPYING", "ChangeLog", "README", "README.tweaks", "TODO"]
for f in docs:
pisitools.remove("/usr/share/fonts/default/ghostscript/%s" % f)
pisitools.dodoc(f)
+45
View File
@@ -0,0 +1,45 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnu-gs-fonts-std</Name>
<Homepage>http://www.ghostscript.com</Homepage>
<Packager>
<Name>Sezai Yeniay</Name>
<Email>sezaiyeniay@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data</IsA>
<Summary>Ghostscript standard fonts</Summary>
<Description>gnu-gs-fonts-std contains fonts that were made from the free URW fonts distributed with ghostcript. There are no changes in the latin part of them.</Description>
<Archive sha1sum="2a7198e8178b2e7dba87cb5794da515200b568f5" type="targz">mirrors://sourceforge/ghostscript/ghostscript-fonts-std-8.11.tar.gz</Archive>
</Source>
<Package>
<Name>gnu-gs-fonts-std</Name>
<RuntimeDependencies>
<!--<Dependency>xorg-app</Dependency>-->
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/fonts/default/ghostscript</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-02-23</Date>
<Version>8.11</Version>
<Comment>Rebuild</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="1">
<Date>2012-09-20</Date>
<Version>8.11</Version>
<Comment>First release</Comment>
<Name>Sezai Yeniay</Name>
<Email>sezaiyeniay@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gnu-gs-fonts-std</Name>
<Summary xml:lang="tr">Ghostscript standard yazıtipleri</Summary>
<Description xml:lang="tr">Bu yazıtipleri ghostscript ile birlikte dağıtılan özgür URW yazıtiplerinden türetilmiştir. Latin bölümünde hiçbir değişiklik yapılmamıştır.</Description>
<Description xml:lang="fr">Ces fontes ont été construites à partir des fontes URW distribuées avec ghostcript. Il n'y AUCUN changemen dans leur partie latine.</Description>
</Source>
</PISI>
@@ -1,24 +0,0 @@
# -*- 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 get
def setup():
#shelltools.system("./autogen.sh")
autotools.configure("--disable-static")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "NEWS", "README", "README.linux")
@@ -1,61 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdmtx</Name>
<Homepage>http://www.libdmtx.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>A Library for working with Data Matrix 2D bar-codes</Summary>
<Description>libdmtx is an open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows and mobile devices.</Description>
<Archive sha1sum="7a353da736cf37e8730e2c22aca4629035aeadcd" type="targz">http://sourceforge.net/projects/libdmtx/files/libdmtx/0.7.4/libdmtx-0.7.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>imagemagick-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libdmtx</Name>
<RuntimeDependencies>
<Dependency>imagemagick</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libdmtx-devel</Name>
<Summary>Development files for libdmtx</Summary>
<RuntimeDependencies>
<Dependency release="current">libdmtx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2015-06-05</Date>
<Version>0.7.4</Version>
<Comment>Rebuild.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-08-09</Date>
<Version>0.7.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,13 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libdmtx</Name>
<Summary xml:lang="tr">Data Matrix 2D barkodlarıyla çalışmak için kitaplık</Summary>
<Description xml:lang="tr">libdmtx, Linux, Unix, OS X, Windows ve mobil işletim sistemlerinde Data Matrix 2D barkodlarını okumak ve yazmak için kullanılan açık kaynaklı bir kitaplıktır.</Description>
</Source>
<Package>
<Name>libdmtx-devel</Name>
<Summary xml:lang="tr">libdmtx için geliştirme dosyaları</Summary>
</Package>
</PISI>
@@ -1,27 +0,0 @@
# -*- 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 get
def setup():
autotools.autoreconf("-vif")
shelltools.system("./autogen.sh")
autotools.configure("--with-tests")
def build():
autotools.make()
def check():
shelltools.cd("tests")
shelltools.system("./test_all.sh")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "NEWS", "README")
@@ -1,70 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qrencode</Name>
<Homepage>http://fukuchi.org/works/qrencode/index.en.html</Homepage>
<Packager>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A C library for encoding data in a QR code symbol</Summary>
<Description>qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.</Description>
<Archive sha1sum="644054a76c8b593acb66a8c8b7dcf1b987c3d0b2" type="targz">http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsdl-devel</Dependency> <!-- This is for a specific test -->
<Dependency>m4</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qrencode</Name>
<RuntimeDependencies>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/bin/qrencode</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>qrencode-devel</Name>
<Summary>Development files for qrencode</Summary>
<RuntimeDependencies>
<Dependency release="current">qrencode</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2015-02-22</Date>
<Version>3.4.4</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2015-02-22</Date>
<Version>3.3.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="1">
<Date>2012-04-05</Date>
<Version>3.3.1</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -1,13 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qrencode</Name>
<Summary xml:lang="tr">QR kod sembolüne veri gömmek için bir kitaplık</Summary>
<Description xml:lang="tr">qrencode, cep telefonları gibi mobil cihazlar tarafından kolaylıkla taranabilen, 2 boyutlu bir sembol olan QR kod içerisinde veri gömmek için kullanılan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>qrencode-devel</Name>
<Summary xml:lang="tr">qrencode için geliştirme dosyaları</Summary>
</Package>
</PISI>
+12
View File
@@ -16,6 +16,10 @@
<BuildDependencies>
<Dependency>libXtst-devel</Dependency>
<Dependency>libXi-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
</Source>
@@ -23,6 +27,9 @@
<Name>at-spi2-core</Name>
<RuntimeDependencies>
<Dependency>libXtst</Dependency>
<Dependency>libX11</Dependency>
<Dependency>dbus</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -44,13 +51,16 @@
<BuildDependencies>
<Dependency>dbus-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
<Dependency>libXi-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libXtst-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>dbus-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>glibc-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -62,6 +72,8 @@
<Summary>at-spi2-core için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">at-spi2-core</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -13,10 +13,16 @@
<Summary>Command line utilities to work with desktop menu entries</Summary>
<Description>desktop files are used to describe an application for inclusion in GNOME or KDE menus. This package contains desktop-file-validate which checks whether a .desktop file complies with the specification and desktop-file-install which installs a desktop file to the standard directory, optionally fixing it up in the process.</Description>
<Archive sha1sum="5412232434ba8726358be4f59520c8adb1c58732" type="tarxz">http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.21.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>desktop-file-utils</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>