create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/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 check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s sysconfdir=/%s mandir=/%s" % (get.installDIR(), get.confDIR(), get.manDIR()))
pisitools.dodoc("COPYING", "NEWS")
@@ -0,0 +1,19 @@
Index: mailcap-2.1.37/mailcap
===================================================================
--- mailcap-2.1.37.orig/mailcap
+++ mailcap-2.1.37/mailcap
@@ -3,11 +3,9 @@
###
audio/*; /usr/bin/xdg-open %s
-
+video/*; /usr/bin/xdg-open %s
image/*; /usr/bin/xdg-open %s
-application/msword; /usr/bin/xdg-open %s
-application/pdf; /usr/bin/xdg-open %s
-application/postscript ; /usr/bin/xdg-open %s
+application/*; /usr/bin/xdg-open %s
-text/html; /usr/bin/xdg-open %s ; copiousoutput
+text/*; /usr/bin/xdg-open %s ; copiousoutput
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mailcap</Name>
<Homepage>http://git.fedorahosted.org/git/mailcap.git</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<License>public-domain</License>
<IsA>data</IsA>
<Summary>Helper application and MIME type associations for file types</Summary>
<Description>mailcap file is used by the metamail program. Metamail reads the mailcap file to determine how it should display non-text or multimedia material.</Description>
<Archive sha1sum="ba0a0bbfda225a27629c5570ade6a8a0bd592de9" type="tarxz">https://fedorahosted.org/released/mailcap/mailcap-2.1.42.tar.xz</Archive>
<Patches>
<!--<Patch level="1">sync-with-git-20110601.patch</Patch>-->
<Patch level="1">extend-mailcap.patch</Patch>
</Patches>
</Source>
<Package>
<Name>mailcap</Name>
<Files>
<Path fileType="data">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-11</Date>
<Version>2.1.42</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-10-29</Date>
<Version>2.1.42</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-06-01</Date>
<Version>2.1.37</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mailcap</Name>
<Summary xml:lang="tr">Dosya türleri için yardımcı uygulama ve MIME türü ilişkilendirmeleri</Summary>
<Description xml:lang="tr">mailcap dosyası metamail ve bazı diğer uygulamalar tarafından, metin olmayan dosyaların ya da çokluortam dosyalarının nasıl açılacağını keşfetmek için kullanılır.</Description>
</Source>
</PISI>