Merge pull request #1510 from ertugerata/master

libupnp and liberation-fonts
This commit is contained in:
Ertuğrul Erata
2016-04-01 19:28:53 +03:00
12 changed files with 78368 additions and 78111 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/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 pisitools
WorkDir = "liberation-fonts-ttf-2.00.0"
def install():
pisitools.insinto("/usr/share/fonts/liberation-fonts/", "*.ttf")
pisitools.dodoc("LICENSE", "AUTHORS", "ChangeLog", "README")
+39
View File
@@ -0,0 +1,39 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>liberation-fonts</Name>
<Homepage>https://fedorahosted.org/liberation-fonts/</Homepage>
<Packager>
<Name>Sezai Yeniay</Name>
<Email>sezaiyeniay@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>data:font</IsA>
<Summary>Font collection similar to ones found in Microsoft Windows</Summary>
<Description>A set of fonts similar to Microsoft Windows fonts. There are three sets: Sans (a substitute for Arial, Albany, Helvetica, Nimbus Sans L, and Bitstream Vera Sans), Serif (a substitute for Times New Roman, Thorndale, Nimbus Roman, and Bitstream Vera Serif) and Mono (a substitute for Courier New, Cumberland, Courier, Nimbus Mono L, and Bitstream Vera Sans Mono).</Description>
<Archive sha1sum="1d56c6f319401012e53818fa6e9e26ebf6429da0" type="targz">http://dev-www.libreoffice.org/src/cfbf1ac6f61bf6cf45342a0cc9381be5-liberation-fonts-ttf-2.00.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>fontforge</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>liberation-fonts</Name>
<Files>
<Path fileType="data">/usr/share/fonts</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-03-09</Date>
<Version>2.00.0</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>liberation-fonts</Name>
<Summary xml:lang="tr">Microsoft Windows fontlarına benzeyen bir dizi font ailesi</Summary>
<Description xml:lang="tr">liberation-fonts MS Windows fontlarına benzer bir yazı tipi ailesidir. Sans, serif ve mono olmak üzere 3 setten oluşur.</Description>
</Source>
</PISI>
-4
View File
@@ -10,10 +10,7 @@
desktop/kde/education/kmplot
editor/emacs/emacs-php-mode
hardware/gkrellm
hardware/misc/libieee1284
hardware/misc/libsmbios
hardware/powermanagement/suspend
hardware/scanner/sane-backends
kernel/drivers/module-fglrx
multimedia/converter/pythonmagick
multimedia/editor/blender
@@ -26,7 +23,6 @@
multimedia/video/libdvbpsi
multimedia/video/libquicktime
network/mail/thunderbird
network/misc/webkit-gtk2
network/web/chromium-browser
office/libreoffice/libreoffice
programming/language/java/eclipse-ecj
+30
View File
@@ -0,0 +1,30 @@
#!/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.autoreconf("-vif")
autotools.configure("--disable-static \
--without-docdir")
#FIXME: documentation is temporarily disabled since update release 7.
#--with-documentation=/usr/share/doc/%s" % get.srcNAME())
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#pisitools.remove("/usr/share/doc/libupnp/IXML_Programming_Guide.pdf")
#pisitools.remove("/usr/share/doc/libupnp/UPnP_Programming_Guide.pdf")
@@ -0,0 +1,13 @@
Index: libupnp-1.6.6/m4/acx_pthread.m4
===================================================================
--- libupnp-1.6.6.orig/m4/acx_pthread.m4
+++ libupnp-1.6.6/m4/acx_pthread.m4
@@ -146,7 +146,7 @@ acx_pthread_flags="pthreads none -Kthrea
# pthread-config: use pthread-config program (for GNU Pth library)
case "${host_cpu}-${host_os}" in
- *solaris*)
+ *solaris*|*linux*)
# On Solaris (at least, for some versions), libc contains stubbed
# (non-functional) versions of the pthreads routines, so link-based
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libupnp</Name>
<Homepage>http://pupnp.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Portable UPnP library</Summary>
<Description>The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux.</Description>
<Archive sha1sum="ee9e16ff42808521b62b7fc664fc9cba479ede88" type="tarbz2">http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%201.6.19/libupnp-1.6.19.tar.bz2</Archive>
<BuildDependencies>
<Dependency>kernel-headers</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">pthread-flag.patch</Patch>
</Patches>
</Source>
<Package>
<Name>libupnp</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libupnp-devel</Name>
<Summary>Development files for libupnp</Summary>
<RuntimeDependencies>
<Dependency release="current">libupnp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-05-31</Date>
<Version>1.6.19</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libupnp</Name>
<Summary xml:lang="tr">Taşınabilir UPnP kitaplığı</Summary>
<Summary xml:lang="fr">Librairie UPnP.</Summary>
<Summary xml:lang="de">Portabels UPnP Bibliothek</Summary>
</Source>
<Package>
<Name>libupnp-devel</Name>
<Summary xml:lang="tr">libupnp için geliştirme dosyaları</Summary>
</Package>
</PISI>
+78193 -78105
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
c85aa852d0841400c5037d3a4c2e70390b5eb657
7a5a72b41651ddcf2f3728bed4c62048a713c461
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
279c3a492c90c6bcd246b01175c8e442d2af338b
3235c742d739f81f0bf1a1d440a9653ed6758e11