cups and deps fini...
This commit is contained in:
@@ -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)
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<!--<Dependency>avahi-devel</Dependency>--><!--not needed? -->
|
||||
<Dependency>cups-filters</Dependency>
|
||||
<!--<Dependency>cups-filters</Dependency>--><!--çember ? -->
|
||||
<Dependency>mit-kerberos</Dependency>
|
||||
<Dependency>libpaper-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -133,6 +133,7 @@
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>zlib-32bit</Dependency>
|
||||
<Dependency>openssl-32bit</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency release="current">cups</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
@@ -60,8 +60,8 @@
|
||||
<Dependency>libpaper</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<!-- For CMap fonts -->
|
||||
<!--<Dependency>poppler-data</Dependency>
|
||||
<Dependency>gnu-gs-fonts-std</Dependency>--><!--why? -->
|
||||
<Dependency>poppler-data</Dependency>
|
||||
<Dependency>gnu-gs-fonts-std</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
|
||||
Reference in New Issue
Block a user