From d23736cb08ed4749a8643b5b10c4685022e7a72a Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sun, 24 Jan 2016 21:30:34 +0200 Subject: [PATCH] libsmpub new package for scribus --- editor/libmspub/actions.py | 25 +++++++ editor/libmspub/pspec.xml | 120 +++++++++++++++++++++++++++++++ editor/libmspub/translations.xml | 13 ++++ 3 files changed, 158 insertions(+) create mode 100644 editor/libmspub/actions.py create mode 100644 editor/libmspub/pspec.xml create mode 100644 editor/libmspub/translations.xml diff --git a/editor/libmspub/actions.py b/editor/libmspub/actions.py new file mode 100644 index 0000000000..77306d3a13 --- /dev/null +++ b/editor/libmspub/actions.py @@ -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 shelltools +from pisi.actionsapi import get + + +def setup(): + autotools.configure("--disable-static \ + --without-docs") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") diff --git a/editor/libmspub/pspec.xml b/editor/libmspub/pspec.xml new file mode 100644 index 0000000000..a09d3ec3c2 --- /dev/null +++ b/editor/libmspub/pspec.xml @@ -0,0 +1,120 @@ + + + + + libmspub + http://www.freedesktop.org/wiki/Software/libmspub + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + MPLv1.1 + app:gui + Library parsing the Microsoft Publisher documents + Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice. + http://dev-www.libreoffice.org/src/libmspub-0.1.2.tar.bz2 + + boost-devel + doxygen + help2man + icu4c-devel + librevenge-devel + zlib-devel + + + + + libmspub + + icu4c + librevenge + + + /usr/bin + /usr/share/doc + /usr/lib + + + + + libmspub-devel + libmspub için geliştirme dosyaları + + icu4c-devel + librevenge-devel + libmspub + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2016-01-24 + 0.1.2 + version bump + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + 2015-01-02 + 0.1.1 + Dep Fixed. + PisiLinux Community + admins@pisilinux.org + + + 2014-09-26 + 0.1.1 + Version bump. + PisiLinux Community + admins@pisilinux.org + + + 2014-05-28 + 0.0.6 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-02-22 + 0.0.5 + Rebuild Unused + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-10-14 + 0.0.5 + Rebuild for icu4c + Marcin Bojara + marcin@pisilinux.org + + + 2013-03-14 + 0.0.5 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-02-17 + 0.0.4 + Version bump. + Marcin Bojara + marcin@pisilinux.org + + + 2013-01-23 + 0.0.3 + First release + PisiLinux Community + admins@pisilinux.org + + + \ No newline at end of file diff --git a/editor/libmspub/translations.xml b/editor/libmspub/translations.xml new file mode 100644 index 0000000000..ae7cec3cdb --- /dev/null +++ b/editor/libmspub/translations.xml @@ -0,0 +1,13 @@ + + + + libmspub + Library parsing the Microsoft Publisher documents + Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice. + + + + libmspub-devel + libmspub için geliştirme dosyaları + +