kde5 needen library and programs moved.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/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("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "TODO*", "NEWS", "README")
|
||||
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cln</Name>
|
||||
<Homepage>http://www.ginac.de/CLN/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A class library (C++) for numbers</Summary>
|
||||
<Description>cln is a library for efficient computations with all kinds of numbers in arbitrary precision.</Description>
|
||||
<Archive sha1sum="11c56780eb83ed54f2ad1ecef7f0dc0f609c426d" type="tarbz2">http://www.ginac.de/CLN/cln-1.3.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cln</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gmp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>cln-devel</Name>
|
||||
<Summary>Development files for cln</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">cln</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>1.3.3</Version>
|
||||
<Comment>Rebuild for gcc</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-10-30</Date>
|
||||
<Version>1.3.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2012-10-25</Date>
|
||||
<Version>1.3.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Yusuf Aydemir</Name>
|
||||
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cln</Name>
|
||||
<Summary xml:lang="tr">Sayılar için bir C++ sınıf kütüphanesi</Summary>
|
||||
<Description xml:lang="tr">cln, her türlü hassaslıktaki sayılarla hızlı hesaplamalar yapmak için tasarlanmış bir kütüphanedir.</Description>
|
||||
<Summary xml:lang="fr">CLN, une librairie de classes (C++) pour les nombres.</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>cln-devel</Name>
|
||||
<Summary xml:lang="tr">cln için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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("-fi")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.rename("/usr/share/doc/libqalculate-%s" % get.srcVERSION(), "libqalculate")
|
||||
@@ -0,0 +1,22 @@
|
||||
diff -Naur libqalculate-0.9.6.old/po/POTFILES.in libqalculate-0.9.6/po/POTFILES.in
|
||||
--- libqalculate-0.9.6.old/po/POTFILES.in 2005-06-01 14:13:50.000000000 -0400
|
||||
+++ libqalculate-0.9.6/po/POTFILES.in 2007-07-08 20:21:17.000000000 -0400
|
||||
@@ -1,6 +1,7 @@
|
||||
# List of source files containing translatable strings.
|
||||
[encoding: UTF-8]
|
||||
src/qalc.cc
|
||||
+src/defs2doc.cc
|
||||
libqalculate/BuiltinFunctions.cc
|
||||
libqalculate/Calculator.cc
|
||||
libqalculate/DataSet.cc
|
||||
@@ -12,3 +13,10 @@
|
||||
libqalculate/Unit.cc
|
||||
libqalculate/Variable.cc
|
||||
libqalculate/util.cc
|
||||
+data/currencies.xml.in
|
||||
+data/datasets.xml.in
|
||||
+data/elements.xml.in
|
||||
+data/functions.xml.in
|
||||
+data/planets.xml.in
|
||||
+data/units.xml.in
|
||||
+data/variables.xml.in
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -Naur libqalculate-0.9.6/libqalculate/Number.cc libqalculate-0.9.6.new/libqalculate/Number.cc
|
||||
--- libqalculate-0.9.6/libqalculate/Number.cc 2007-05-18 04:03:22.000000000 -0400
|
||||
+++ libqalculate-0.9.6.new/libqalculate/Number.cc 2008-04-01 10:46:53.000000000 -0400
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "Calculator.h"
|
||||
|
||||
#include <sstream>
|
||||
+#include <climits>
|
||||
#include "util.h"
|
||||
|
||||
#define REAL_PRECISION_FLOAT_RE(x) cln::cl_float(cln::realpart(x), cln::float_format(PRECISION + 1))
|
||||
@@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libqalculate</Name>
|
||||
<Homepage>http://qalculate.sourceforge.net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Multi-purpose calculator library</Summary>
|
||||
<Description>libqalculate underpins the Qalculate! multi-purpose desktop calculator for GNU/Linux.</Description>
|
||||
<Archive sha1sum="c15f7f3a97995decf62cc964956fc1e374ecd78c" type="targz">mirrors://sourceforge/qalculate/libqalculate-0.9.7.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cln-devel</Dependency>
|
||||
<Dependency>gmp</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">libqalculate-0.9.6-check-fix.patch</Patch>
|
||||
<Patch level="1">libqalculate-0.9.6-gcc4.3.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libqalculate</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>cln</Dependency>
|
||||
<Dependency>gmp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/qalculate</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libqalculate-devel</Name>
|
||||
<Summary>Development files for libqalculate</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libqalculate</Dependency>
|
||||
<Dependency>cln-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2014-06-14</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>Rebuild for gcc</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-02-01</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2011-07-14</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libqalculate</Name>
|
||||
<Summary xml:lang="tr">Genel amaçlı hesap makinesi kütüphanesi</Summary>
|
||||
<Description xml:lang="tr">libqalculate, Qalculate! hesap makinesi tarafından ihtiyaç duyulan genel amaçlı bir kütüphanedir.</Description>
|
||||
<Summary xml:lang="fr">Qalculate ! est une calculatrice de bureau multi-usage pour GNU/Linux.</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libqalculate-devel</Name>
|
||||
<Summary xml:lang="tr">libqalculate için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user