Merge branch 'master' of github.com:pisilinux/main
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>data</IsA>
|
||||
<Summary>Default icon theme</Summary>
|
||||
<Description>Hicolor icon theme contains the basic directories and files needed for icon theme support.</Description>
|
||||
<Archive sha1sum="87368844d1fcef899c3dc4e59f07264340606538" type="targz">http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz</Archive>
|
||||
<Archive sha1sum="368ecc47521e1a2f72cef0171bee02aae876ff53" type="tarxz">https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2013-08-26</Date>
|
||||
<Version>0.12</Version>
|
||||
<Date>2016-04-09</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/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 = "SDL2_net-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
|
||||
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-net</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>SDL network library 2.0 series</Summary>
|
||||
<Description>sdl-mixer is a SDL library for network access.</Description>
|
||||
<Archive sha1sum="99c17ee2ecf32c8a136163bbaa8f018f7a3e31e9" type="targz">http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-net</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-net-devel</Name>
|
||||
<Summary>Development files for sdl-net</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">sdl2-net</Dependency>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-11</Date>
|
||||
<Version>2.0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-net</Name>
|
||||
<Summary xml:lang="tr">SDL ağ kütüphanesi 2.0 serisi</Summary>
|
||||
<Summary xml:lang="fr">Librairie réseau de SDL.</Summary>
|
||||
<Description xml:lang="tr">sdl-net, SDL için ağ erişim kitaplığıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-net-devel</Name>
|
||||
<Summary xml:lang="tr">sdl2-net için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,39 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "SDL2_ttf-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
options = "--disable-dependency-tracking \
|
||||
--disable-static \
|
||||
--with-x"
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
#options += " --prefix=/emul32 \
|
||||
options += " --includedir=/usr/include \
|
||||
--libdir=/usr/lib32"
|
||||
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
||||
shelltools.export("CXXFLAGS", "%s -m32" % get.CXXFLAGS())
|
||||
shelltools.export("LDFLAGS", "%s -m32" % get.LDFLAGS())
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
def build():
|
||||
pisitools.dosed("Makefile", "-lz -lbz2", "")
|
||||
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
|
||||
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-ttf</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_ttf/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>TrueType font support for SDL2</Summary>
|
||||
<Description>SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.</Description>
|
||||
<Archive sha1sum="34c5fdc8508c7e14356579477f9ca2b0d6c06ffc" type="targz">http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-ttf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-ttf-devel</Name>
|
||||
<Summary>Development files for sdl2-ttf</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency release="current">sdl2-ttf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-ttf-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for sdl2-ttf</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>freetype-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>harfbuzz-32bit</Dependency>
|
||||
<Dependency>freetype-32bit</Dependency>
|
||||
<Dependency release="current">sdl2-ttf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-11</Date>
|
||||
<Version>2.0.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sdl2-ttf</Name>
|
||||
<Summary xml:lang="tr">SDL2 TTF kitaplığı</Summary>
|
||||
<Description xml:lang="tr">SDL2_ttf, SDL2 ile birlikte kullanılan ve neredeyse onun kadar taşınabilir olan bir TrueType yazı tipi işleme kitaplığıdır.</Description>
|
||||
<Description xml:lang="fr">SDL2_ttf est une librairie de rendu de fontes TrueType utilisée avec la librairie SDL2 et quasiment aussi portable qu'elle.</Description>
|
||||
<Description xml:lang="es">SDL2_ttf es una librería para render de fuentes TrueType utilizada en conjunto con la librerñia SDL2, y está casi igual de portable.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-ttf-devel</Name>
|
||||
<Summary xml:lang="tr">sdl2-ttf için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>sdl2-ttf-32bit</Name>
|
||||
<Summary xml:lang="tr">sdl2-ttf için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -16,6 +16,7 @@ LoVersion = "%s" % get.srcVERSION()
|
||||
OurWorkDir = "%s/libreoffice-%s" % (get.workDIR(), LoVersion)
|
||||
|
||||
def setup():
|
||||
shelltools.system('sed -i "s:mdds >= 0.12.0:mdds-1.0 >= 0.12.0:g" configure.ac')
|
||||
shelltools.chmod("%s/bin/unpack-sources" % OurWorkDir)
|
||||
shelltools.export("LO_PREFIX", "/usr")
|
||||
shelltools.export("PYTHON", "python2.7")
|
||||
@@ -71,4 +72,4 @@ def install():
|
||||
pisitools.insinto("/usr/share/appdata/", "sysui/desktop/appstream-appdata/libreoffice-*.xml")
|
||||
|
||||
for pix in ["libreoffice-base.png", "libreoffice-calc.png", "libreoffice-draw.png", "libreoffice-impress.png", "libreoffice-main.png", "libreoffice-math.png", "libreoffice-startcenter.png", "libreoffice-writer.png"]:
|
||||
pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix)
|
||||
pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix)
|
||||
|
||||
+124
@@ -0,0 +1,124 @@
|
||||
From 07d4c443e21cd22545d4516515c50b1c8dd39a9b Mon Sep 17 00:00:00 2001
|
||||
From: Michael Stahl <mstahl@redhat.com>
|
||||
Date: Tue, 8 Mar 2016 15:01:59 +0100
|
||||
Subject: sc: remove unnecessary orcus external usage from makefiles
|
||||
|
||||
This caused incremental builds to fail after today's orcus upgrade.
|
||||
|
||||
The cxx files of these tests don't actually include orcus headers, so
|
||||
the libraries were not re-linked in incremental builds.
|
||||
|
||||
Change-Id: Ibfcf216a7848f3c0adfae4ef59c4b756c290d6b2
|
||||
|
||||
diff --git a/sc/CppunitTest_sc_bugfix_test.mk b/sc/CppunitTest_sc_bugfix_test.mk
|
||||
index 55311cd..712f444 100644
|
||||
--- a/sc/CppunitTest_sc_bugfix_test.mk
|
||||
+++ b/sc/CppunitTest_sc_bugfix_test.mk
|
||||
@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_bugfix_test, \
|
||||
$(eval $(call gb_CppunitTest_use_externals,sc_bugfix_test, \
|
||||
boost_headers \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
libxml2 \
|
||||
))
|
||||
|
||||
diff --git a/sc/CppunitTest_sc_copypaste.mk b/sc/CppunitTest_sc_copypaste.mk
|
||||
index 7df4f51..641709c 100644
|
||||
--- a/sc/CppunitTest_sc_copypaste.mk
|
||||
+++ b/sc/CppunitTest_sc_copypaste.mk
|
||||
@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_copypaste, \
|
||||
$(eval $(call gb_CppunitTest_use_externals,sc_copypaste, \
|
||||
boost_headers \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
libxml2 \
|
||||
))
|
||||
|
||||
diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
|
||||
index 4fbf489..db445f53 100644
|
||||
--- a/sc/CppunitTest_sc_filters_test.mk
|
||||
+++ b/sc/CppunitTest_sc_filters_test.mk
|
||||
@@ -22,8 +22,6 @@ endif
|
||||
$(eval $(call gb_CppunitTest_use_externals,sc_filters_test, \
|
||||
boost_headers \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
|
||||
diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk
|
||||
index 86605a2..ea93111 100644
|
||||
--- a/sc/CppunitTest_sc_opencl_test.mk
|
||||
+++ b/sc/CppunitTest_sc_opencl_test.mk
|
||||
@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl_test, \
|
||||
$(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
|
||||
boost_headers \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
|
||||
diff --git a/sc/CppunitTest_sc_rangelst_test.mk b/sc/CppunitTest_sc_rangelst_test.mk
|
||||
index 2bf6f0f..fa6f690 100644
|
||||
--- a/sc/CppunitTest_sc_rangelst_test.mk
|
||||
+++ b/sc/CppunitTest_sc_rangelst_test.mk
|
||||
@@ -16,18 +16,12 @@ $(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
|
||||
icuuc \
|
||||
libxml2 \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
))
|
||||
|
||||
$(eval $(call gb_CppunitTest_add_exception_objects,sc_rangelst_test, \
|
||||
sc/qa/unit/rangelst_test \
|
||||
))
|
||||
|
||||
-$(eval $(call gb_CppunitTest_use_library_objects,sc_rangelst_test, \
|
||||
- scqahelper \
|
||||
-))
|
||||
-
|
||||
$(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
|
||||
basegfx \
|
||||
comphelper \
|
||||
@@ -45,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
|
||||
sax \
|
||||
sb \
|
||||
sc \
|
||||
+ scqahelper \
|
||||
sfx \
|
||||
sot \
|
||||
svl \
|
||||
diff --git a/sc/CppunitTest_sc_subsequent_export_test.mk b/sc/CppunitTest_sc_subsequent_export_test.mk
|
||||
index 1cfaf69..6c2c9e5 100644
|
||||
--- a/sc/CppunitTest_sc_subsequent_export_test.mk
|
||||
+++ b/sc/CppunitTest_sc_subsequent_export_test.mk
|
||||
@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_export_test, \
|
||||
$(eval $(call gb_CppunitTest_use_externals,sc_subsequent_export_test, \
|
||||
boost_headers \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
libxml2 \
|
||||
))
|
||||
|
||||
diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
|
||||
index 08dedbb..845206b 100644
|
||||
--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
|
||||
+++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
|
||||
@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_filters_test, \
|
||||
$(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test, \
|
||||
boost_headers \
|
||||
mdds_headers \
|
||||
- orcus \
|
||||
- orcus-parser \
|
||||
libxml2 \
|
||||
))
|
||||
|
||||
--
|
||||
cgit v0.10.2
|
||||
|
||||
@@ -15,9 +15,12 @@
|
||||
<Summary>LibreOffice office suite</Summary>
|
||||
<Description>LibreOffice is an open source, multi-platform office productivity suite. It includes key desktop applications such as a word processor, a spreadsheet application, a presentation creator-viewer, a formula editor and a drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, LibreOffice also works transparently with a variety of file formats, including those of Microsoft Office.</Description>
|
||||
<Archive sha1sum="7f8ebce9509ff9a6c9c47159c09983daffbb738f" type="tarxz">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" type="tarxz" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" type="tarxz" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" type="tarxz" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" type="binary" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" type="binary" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" type="binary" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">remove_unnecessary_orcus_external_usage_from_makefiles.diff</Patch>
|
||||
</Patches>
|
||||
<BuildDependencies>
|
||||
<Dependency>ant</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
@@ -94,14 +97,6 @@
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>gstreamer-next</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-base</Package>
|
||||
<Package releaseTo="22">libreoffice-calc</Package>
|
||||
<Package releaseTo="22">libreoffice-draw</Package>
|
||||
<Package releaseTo="22">libreoffice-math</Package>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
<Package releaseTo="22">libreoffice-impress</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -128,9 +123,6 @@
|
||||
<Name>libreoffice-common-dictionaries</Name>
|
||||
<Summary>LibreOffice additional dictionaries</Summary>
|
||||
<Description>LibreOffice additional dictionaries</Description>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions</Path>
|
||||
</Files>
|
||||
@@ -1008,9 +1000,6 @@
|
||||
<IsA>locale:af</IsA>
|
||||
<Icon>libre-lang-af</Icon>
|
||||
<Summary>libreoffice-af, Afrikaans language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_af</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/af</Path>
|
||||
@@ -1043,9 +1032,6 @@
|
||||
<IsA>locale:ar</IsA>
|
||||
<Icon>libre-lang-ar</Icon>
|
||||
<Summary>libreoffice-ar, Arabic language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ar</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ar</Path>
|
||||
@@ -1062,9 +1048,6 @@
|
||||
<IsA>locale:as</IsA>
|
||||
<Icon>libre-lang-as</Icon>
|
||||
<Summary>libreoffice-as, Assamese (India) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_as</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/as</Path>
|
||||
@@ -1168,9 +1151,6 @@
|
||||
<IsA>locale:bg</IsA>
|
||||
<Icon>libre-lang-bg</Icon>
|
||||
<Summary>libreoffice-bg, Bulgarian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_bg</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/bg</Path>
|
||||
@@ -1187,9 +1167,6 @@
|
||||
<IsA>locale:bn</IsA>
|
||||
<Icon>libre-lang-bn</Icon>
|
||||
<Summary>libreoffice-bn, Bengali language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_bn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/bn</Path>
|
||||
@@ -1238,9 +1215,6 @@
|
||||
<IsA>locale:br</IsA>
|
||||
<Icon>libre-lang-br</Icon>
|
||||
<Summary>libreoffice-br, Breton language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_br</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/br</Path>
|
||||
@@ -1289,9 +1263,6 @@
|
||||
<IsA>locale:ca</IsA>
|
||||
<Icon>libre-lang-ca</Icon>
|
||||
<Summary>libreoffice-ca, Catalan language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ca</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ca</Path>
|
||||
@@ -1324,9 +1295,6 @@
|
||||
<IsA>locale:cs</IsA>
|
||||
<Icon>libre-lang-cs</Icon>
|
||||
<Summary>libreoffice-cs, Czech language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_cs</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/cs</Path>
|
||||
@@ -1343,9 +1311,6 @@
|
||||
<IsA>locale:cy</IsA>
|
||||
<Icon>libre-lang-cy</Icon>
|
||||
<Summary>libreoffice-cy, Welsh language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_cy</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/cy</Path>
|
||||
@@ -1362,9 +1327,6 @@
|
||||
<IsA>locale:da</IsA>
|
||||
<Icon>libre-lang-da</Icon>
|
||||
<Summary>libreoffice-da, Danish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_da</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/da</Path>
|
||||
@@ -1381,9 +1343,6 @@
|
||||
<IsA>locale:de</IsA>
|
||||
<Icon>libre-lang-de</Icon>
|
||||
<Summary>libreoffice-de, German language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_de</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/de</Path>
|
||||
@@ -1416,9 +1375,6 @@
|
||||
<IsA>locale:dz</IsA>
|
||||
<Icon>libre-lang-dz</Icon>
|
||||
<Summary>libreoffice-dz, Dzongkha language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_dz</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/dz</Path>
|
||||
@@ -1435,9 +1391,6 @@
|
||||
<IsA>locale:el</IsA>
|
||||
<Icon>libre-lang-el</Icon>
|
||||
<Summary>libreoffice-el, Greek language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_el</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/el</Path>
|
||||
@@ -1470,9 +1423,6 @@
|
||||
<IsA>locale:en-US</IsA>
|
||||
<Icon>libre-lang-en-US</Icon>
|
||||
<Summary>libreoffice-en-US, English (US) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_en-US</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/en-US</Path>
|
||||
@@ -1521,9 +1471,6 @@
|
||||
<IsA>locale:es</IsA>
|
||||
<Icon>libre-lang-es</Icon>
|
||||
<Summary>libreoffice-es, Spanish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_es</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/es</Path>
|
||||
@@ -1540,9 +1487,6 @@
|
||||
<IsA>locale:et</IsA>
|
||||
<Icon>libre-lang-et</Icon>
|
||||
<Summary>libreoffice-et, Estonian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_et</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/et</Path>
|
||||
@@ -1559,9 +1503,6 @@
|
||||
<IsA>locale:eu</IsA>
|
||||
<Icon>libre-lang-eu</Icon>
|
||||
<Summary>libreoffice-eu, Basque language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_eu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/eu</Path>
|
||||
@@ -1578,9 +1519,6 @@
|
||||
<IsA>locale:fa</IsA>
|
||||
<Icon>libre-lang-fa</Icon>
|
||||
<Summary>libreoffice-fa, Persian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_fa</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/fa</Path>
|
||||
@@ -1597,9 +1535,6 @@
|
||||
<IsA>locale:fi</IsA>
|
||||
<Icon>libre-lang-fi</Icon>
|
||||
<Summary>libreoffice-fi, Finnish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_fi</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/fi</Path>
|
||||
@@ -1616,9 +1551,6 @@
|
||||
<IsA>locale:fr</IsA>
|
||||
<Icon>libre-lang-fr</Icon>
|
||||
<Summary>libreoffice-fr, French language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_fr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/fr</Path>
|
||||
@@ -1635,9 +1567,6 @@
|
||||
<IsA>locale:ga</IsA>
|
||||
<Icon>libre-lang-ga</Icon>
|
||||
<Summary>libreoffice-ga, Irish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ga</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ga</Path>
|
||||
@@ -1670,9 +1599,6 @@
|
||||
<IsA>locale:gl</IsA>
|
||||
<Icon>libre-lang-gl</Icon>
|
||||
<Summary>libreoffice-gl, Galician language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_gl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/gl</Path>
|
||||
@@ -1689,9 +1615,6 @@
|
||||
<IsA>locale:gu</IsA>
|
||||
<Icon>libre-lang-gu</Icon>
|
||||
<Summary>libreoffice-gu, Gujarati language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_gu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/gu</Path>
|
||||
@@ -1708,9 +1631,6 @@
|
||||
<IsA>locale:he</IsA>
|
||||
<Icon>libre-lang-he</Icon>
|
||||
<Summary>libreoffice-he, Hebrew language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_he</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/he</Path>
|
||||
@@ -1743,9 +1663,6 @@
|
||||
<IsA>locale:hr</IsA>
|
||||
<Icon>libre-lang-hr</Icon>
|
||||
<Summary>libreoffice-hr, Croatian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_hr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/hr</Path>
|
||||
@@ -1762,9 +1679,6 @@
|
||||
<IsA>locale:hu</IsA>
|
||||
<Icon>libre-lang-hu</Icon>
|
||||
<Summary>libreoffice-hu, Hungarian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_hu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/hu</Path>
|
||||
@@ -1868,9 +1782,6 @@
|
||||
<IsA>locale:it</IsA>
|
||||
<Icon>libre-lang-it</Icon>
|
||||
<Summary>libreoffice-it, Italian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_it</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/it</Path>
|
||||
@@ -1887,9 +1798,6 @@
|
||||
<IsA>locale:ja</IsA>
|
||||
<Icon>libre-lang-ja</Icon>
|
||||
<Summary>libreoffice-ja, Japanese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ja</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ja</Path>
|
||||
@@ -1970,9 +1878,6 @@
|
||||
<IsA>locale:kn</IsA>
|
||||
<Icon>libre-lang-kn</Icon>
|
||||
<Summary>libreoffice-kn, Kannada language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_kn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/kn</Path>
|
||||
@@ -1989,9 +1894,6 @@
|
||||
<IsA>locale:ko</IsA>
|
||||
<Icon>libre-lang-ko</Icon>
|
||||
<Summary>libreoffice-ko, Korean language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ko</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ko</Path>
|
||||
@@ -2104,9 +2006,6 @@
|
||||
<IsA>locale:mai</IsA>
|
||||
<Icon>libre-lang-mai</Icon>
|
||||
<Summary>libreoffice-mai, Maithili language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_mai</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/mai</Path>
|
||||
@@ -2139,9 +2038,6 @@
|
||||
<IsA>locale:ml</IsA>
|
||||
<Icon>libre-lang-ml</Icon>
|
||||
<Summary>libreoffice-ml, Malayalam language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ml</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ml</Path>
|
||||
@@ -2190,9 +2086,6 @@
|
||||
<IsA>locale:mr</IsA>
|
||||
<Icon>libre-lang-mr</Icon>
|
||||
<Summary>libreoffice-mr, Marathi language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_mr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/mr</Path>
|
||||
@@ -2209,9 +2102,6 @@
|
||||
<IsA>locale:my</IsA>
|
||||
<Icon>libre-lang-my</Icon>
|
||||
<Summary>libreoffice-my, Burmese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_my</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/my</Path>
|
||||
@@ -2228,9 +2118,6 @@
|
||||
<IsA>locale:nb</IsA>
|
||||
<Icon>libre-lang-nb</Icon>
|
||||
<Summary>libreoffice-nb, Norwegian Bokmal language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nb</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nb</Path>
|
||||
@@ -2263,9 +2150,6 @@
|
||||
<IsA>locale:nl</IsA>
|
||||
<Icon>libre-lang-nl</Icon>
|
||||
<Summary>libreoffice-nl, Dutch language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nl</Path>
|
||||
@@ -2282,9 +2166,6 @@
|
||||
<IsA>locale:nn</IsA>
|
||||
<Icon>libre-lang-nn</Icon>
|
||||
<Summary>libreoffice-nn, Norwegian Nynorsk language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nn</Path>
|
||||
@@ -2301,9 +2182,6 @@
|
||||
<IsA>locale:nr</IsA>
|
||||
<Icon>libre-lang-nr</Icon>
|
||||
<Summary>libreoffice-nr, Ndebele (South) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nr</Path>
|
||||
@@ -2368,9 +2246,6 @@
|
||||
<IsA>locale:or</IsA>
|
||||
<Icon>libre-lang-or</Icon>
|
||||
<Summary>libreoffice-or, Oriya language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_or</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/or</Path>
|
||||
@@ -2387,9 +2262,6 @@
|
||||
<IsA>locale:pa-IN</IsA>
|
||||
<Icon>libre-lang-pa-IN</Icon>
|
||||
<Summary>libreoffice-pa-IN, Punjabi (India) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pa-IN</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pa-IN</Path>
|
||||
@@ -2406,9 +2278,6 @@
|
||||
<IsA>locale:pl</IsA>
|
||||
<Icon>libre-lang-pl</Icon>
|
||||
<Summary>libreoffice-pl, Polish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pl</Path>
|
||||
@@ -2425,9 +2294,6 @@
|
||||
<IsA>locale:pt</IsA>
|
||||
<Icon>libre-lang-pt</Icon>
|
||||
<Summary>libreoffice-pt, Portuguese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pt</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pt</Path>
|
||||
@@ -2444,9 +2310,6 @@
|
||||
<IsA>locale:pt-BR</IsA>
|
||||
<Icon>libre-lang-pt-BR</Icon>
|
||||
<Summary>libreoffice-pt-BR, Portuguese (Brasil) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pt-BR</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pt-BR</Path>
|
||||
@@ -2463,9 +2326,6 @@
|
||||
<IsA>locale:ro</IsA>
|
||||
<Icon>libre-lang-ro</Icon>
|
||||
<Summary>libreoffice-ro, Romanian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ro</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ro</Path>
|
||||
@@ -2482,9 +2342,6 @@
|
||||
<IsA>locale:ru</IsA>
|
||||
<Icon>libre-lang-ru</Icon>
|
||||
<Summary>libreoffice-ru, Russian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ru</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ru</Path>
|
||||
@@ -2565,9 +2422,6 @@
|
||||
<IsA>locale:si</IsA>
|
||||
<Icon>libre-lang-si</Icon>
|
||||
<Summary>libreoffice-si, Singhalese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_si</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/si</Path>
|
||||
@@ -2655,9 +2509,6 @@
|
||||
<IsA>locale:sk</IsA>
|
||||
<Icon>libre-lang-sk</Icon>
|
||||
<Summary>libreoffice-sk, Slovak language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sk</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sk</Path>
|
||||
@@ -2674,9 +2525,6 @@
|
||||
<IsA>locale:sl</IsA>
|
||||
<Icon>libre-lang-sl</Icon>
|
||||
<Summary>libreoffice-sl, Slovenian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sl</Path>
|
||||
@@ -2709,9 +2557,6 @@
|
||||
<IsA>locale:sr</IsA>
|
||||
<Icon>libre-lang-sl</Icon>
|
||||
<Summary>libreoffice-sr, Serbian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sr</Path>
|
||||
@@ -2799,9 +2644,6 @@
|
||||
<IsA>locale:ss</IsA>
|
||||
<Icon>libre-lang-ss</Icon>
|
||||
<Summary>libreoffice-ss, Swati language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ss</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ss</Path>
|
||||
@@ -2820,9 +2662,6 @@
|
||||
<IsA>locale:st</IsA>
|
||||
<Icon>libre-lang-st</Icon>
|
||||
<Summary>libreoffice-st, Southern Sotho language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_st</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/st</Path>
|
||||
@@ -2893,9 +2732,6 @@
|
||||
<IsA>locale:sv</IsA>
|
||||
<Icon>libre-lang-sv</Icon>
|
||||
<Summary>libreoffice-sv, Swedish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sv</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sv</Path>
|
||||
@@ -2928,9 +2764,6 @@
|
||||
<IsA>locale:ta</IsA>
|
||||
<Icon>libre-lang-ta</Icon>
|
||||
<Summary>libreoffice-ta, Tamil language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ta</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ta</Path>
|
||||
@@ -2947,9 +2780,6 @@
|
||||
<IsA>locale:te</IsA>
|
||||
<Icon>libre-lang-te</Icon>
|
||||
<Summary>libreoffice-te, Telugu language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_te</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/te</Path>
|
||||
@@ -2982,9 +2812,6 @@
|
||||
<IsA>locale:th</IsA>
|
||||
<Icon>libre-lang-th</Icon>
|
||||
<Summary>libreoffice-th, Thai language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_th</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/th</Path>
|
||||
@@ -3001,9 +2828,6 @@
|
||||
<IsA>locale:tn</IsA>
|
||||
<Icon>libre-lang-tn</Icon>
|
||||
<Summary>libreoffice-tn, Tswana language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_tn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/tn</Path>
|
||||
@@ -3075,9 +2899,6 @@
|
||||
<IsA>locale:tr</IsA>
|
||||
<Icon>libre-lang-tr</Icon>
|
||||
<Summary>libreoffice-tr, Turkish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_tr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/tr</Path>
|
||||
@@ -3094,9 +2915,6 @@
|
||||
<IsA>locale:ts</IsA>
|
||||
<Icon>libre-lang-ts</Icon>
|
||||
<Summary>libreoffice-ts, Tsonga language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ts</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/ts</Path>
|
||||
@@ -3145,9 +2963,6 @@
|
||||
<IsA>locale:uk</IsA>
|
||||
<Icon>libre-lang-uk</Icon>
|
||||
<Summary>libreoffice-uk, Ukrainian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_uk</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/uk</Path>
|
||||
@@ -3180,9 +2995,6 @@
|
||||
<IsA>locale:ve</IsA>
|
||||
<Icon>libre-lang-ve</Icon>
|
||||
<Summary>libreoffice-ve, Venda language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ve</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/ve</Path>
|
||||
@@ -3215,9 +3027,6 @@
|
||||
<IsA>locale:xh</IsA>
|
||||
<Icon>libre-lang-xh</Icon>
|
||||
<Summary>libreoffice-xh, Xhosa language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_xh</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/xh</Path>
|
||||
@@ -3250,9 +3059,6 @@
|
||||
<IsA>locale:zh-TW</IsA>
|
||||
<Icon>libre-lang-zh-TW</Icon>
|
||||
<Summary>libreoffice-zh-TW, Chinese (traditional) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_zh-TW</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/zh-TW</Path>
|
||||
@@ -3269,9 +3075,6 @@
|
||||
<IsA>locale:zu</IsA>
|
||||
<Icon>libre-lang-zu</Icon>
|
||||
<Summary>libreoffice-zu, Zulu language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_zu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/zu</Path>
|
||||
@@ -3285,11 +3088,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-08</Date>
|
||||
<Date>2016-04-03</Date>
|
||||
<Version>5.1.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
+204
-210
@@ -11296,6 +11296,88 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>sdl2-ttf</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_ttf/</Homepage>
|
||||
<Packager>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.misc</PartOf>
|
||||
<Summary xml:lang="en">TrueType font support for SDL2</Summary>
|
||||
<Summary xml:lang="tr">SDL2 TTF kitaplığı</Summary>
|
||||
<Description xml:lang="fr">SDL2_ttf est une librairie de rendu de fontes TrueType utilisée avec la librairie SDL2 et quasiment aussi portable qu'elle.</Description>
|
||||
<Description xml:lang="en">SDL2_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.</Description>
|
||||
<Description xml:lang="tr">SDL2_ttf, SDL2 ile birlikte kullanılan ve neredeyse onun kadar taşınabilir olan bir TrueType yazı tipi işleme kitaplığıdır.</Description>
|
||||
<Description xml:lang="es">SDL2_ttf es una librería para render de fuentes TrueType utilizada en conjunto con la librerñia SDL2, y está casi igual de portable.</Description>
|
||||
<Archive type="targz" sha1sum="34c5fdc8508c7e14356579477f9ca2b0d6c06ffc">http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/misc/sdl2-ttf/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>sdl2-ttf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>sdl2-ttf-devel</Name>
|
||||
<Summary xml:lang="en">Development files for sdl2-ttf</Summary>
|
||||
<Summary xml:lang="tr">sdl2-ttf için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
<Dependency release="1">sdl2-ttf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>sdl2-ttf-32bit</Name>
|
||||
<Summary xml:lang="en">32-bit shared libraries for sdl2-ttf</Summary>
|
||||
<Summary xml:lang="tr">sdl2-ttf için 32-bit paylaşımlı kitaplıklar</Summary>
|
||||
<PartOf>emul32</PartOf>
|
||||
<BuildType>emul32</BuildType>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>freetype-32bit</Dependency>
|
||||
</BuildDependencies>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>libpng-32bit</Dependency>
|
||||
<Dependency>libsdl2-32bit</Dependency>
|
||||
<Dependency>harfbuzz-32bit</Dependency>
|
||||
<Dependency>freetype-32bit</Dependency>
|
||||
<Dependency release="1">sdl2-ttf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-11</Date>
|
||||
<Version>2.0.14</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libid3tag</Name>
|
||||
@@ -12202,6 +12284,61 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>sdl2-net</Name>
|
||||
<Homepage>http://www.libsdl.org/projects/SDL_net/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>multimedia.misc</PartOf>
|
||||
<Summary xml:lang="fr">Librairie réseau de SDL.</Summary>
|
||||
<Summary xml:lang="en">SDL network library 2.0 series</Summary>
|
||||
<Summary xml:lang="tr">SDL ağ kütüphanesi 2.0 serisi</Summary>
|
||||
<Description xml:lang="en">sdl-mixer is a SDL library for network access.</Description>
|
||||
<Description xml:lang="tr">sdl-net, SDL için ağ erişim kitaplığıdır.</Description>
|
||||
<Archive type="targz" sha1sum="99c17ee2ecf32c8a136163bbaa8f018f7a3e31e9">http://www.libsdl.org/projects/SDL_net/release/SDL2_net-2.0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/misc/sdl2-net/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>sdl2-net</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libsdl2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>sdl2-net-devel</Name>
|
||||
<Summary xml:lang="en">Development files for sdl-net</Summary>
|
||||
<Summary xml:lang="tr">sdl2-net için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">sdl2-net</Dependency>
|
||||
<Dependency>libsdl2-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-11</Date>
|
||||
<Version>2.0.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libpano13</Name>
|
||||
@@ -17238,7 +17375,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-03-19</Date>
|
||||
<Date>2016-04-12</Date>
|
||||
<Version>1.0.9</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
@@ -27722,6 +27859,60 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>physfs</Name>
|
||||
<Homepage>http://icculus.org/physfs/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>ZLIB</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary xml:lang="en">Filesystem library</Summary>
|
||||
<Summary xml:lang="tr">Dosya sistemi kitaplığı</Summary>
|
||||
<Summary xml:lang="pl">Warstwa abstrakcji plików dla gier</Summary>
|
||||
<Description xml:lang="fr">Couche d'abstraction pour les systèmes de fichier, généralement utilisée par les jeux.</Description>
|
||||
<Description xml:lang="en">Abstraction layer for filesystems.</Description>
|
||||
<Description xml:lang="tr">physfs dosya sistemi katmanı kitaplığıdır.</Description>
|
||||
<Description xml:lang="es">Capa de abstracción para sistemas de archivos, comúnmente utilizado en juegos</Description>
|
||||
<Description xml:lang="pl">PhysicsFS to biblioteka udostępniająca abstrakcyjny dostęp do różnych archiwów.</Description>
|
||||
<Archive type="tarbz2" sha1sum="327308c777009a41bbabb9159b18c4c0ac069537">http://icculus.org/physfs/downloads/physfs-2.0.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/misc/physfs/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>physfs</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>physfs-devel</Name>
|
||||
<Summary xml:lang="en">Development files for physfs</Summary>
|
||||
<Summary xml:lang="tr">physfs için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">physfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-11</Date>
|
||||
<Version>2.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>xerces-c</Name>
|
||||
@@ -30273,9 +30464,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Description xml:lang="tr">LibreOffice, pek çok farklı işletim sisteminde çalışabilen açık kaynak kodlu bir yazılım projesidir. LibreOffice, kelime işlemci, hesap tablosu, sunum ve çizim programları, formül düzenleyici gibi temel masaüstü ofis uygulamalarını içerir ve alışılmış ofis programlarının özelliklerini sunar. Microsoft Office dosyaları da dahil olmak üzere bilinen ofis dosya formatlarıyla uyumlu çalışır.</Description>
|
||||
<Icon>libreoffice-startcenter</Icon>
|
||||
<Archive type="tarxz" sha1sum="7f8ebce9509ff9a6c9c47159c09983daffbb738f">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
|
||||
<Archive type="binary" sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
|
||||
<Archive type="binary" sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
|
||||
<Archive type="binary" sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ant</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
@@ -30309,6 +30500,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Dependency versionFrom="3.18.6">gtk3-devel</Dependency>
|
||||
<Dependency versionFrom="2.24.28">gtk2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">remove_unnecessary_orcus_external_usage_from_makefiles.diff</Patch>
|
||||
</Patches>
|
||||
<SourceURI>office/libreoffice/libreoffice/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -30370,14 +30564,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/share/gir-1.0/LOKDocView-0.1.gir</Path>
|
||||
<Path fileType="data">/usr/lib/girepository-1.0/LOKDocView-0.1.typelib</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-base</Package>
|
||||
<Package releaseTo="22">libreoffice-calc</Package>
|
||||
<Package releaseTo="22">libreoffice-draw</Package>
|
||||
<Package releaseTo="22">libreoffice-math</Package>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
<Package releaseTo="22">libreoffice-impress</Package>
|
||||
</Conflicts>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/lib/libreoffice/program/intro.png" permission="0644" owner="root">libreoffice-splash.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
@@ -30389,9 +30575,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-base</Name>
|
||||
@@ -31177,9 +31360,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/af.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/af.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-am</Name>
|
||||
@@ -31210,9 +31390,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ar.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ar.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-as</Name>
|
||||
@@ -31228,9 +31405,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/as.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/as.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ast</Name>
|
||||
@@ -31331,9 +31505,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/bg.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/bg.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-bn</Name>
|
||||
@@ -31349,9 +31520,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/bn.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/bn.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-bn-IN</Name>
|
||||
@@ -31397,9 +31565,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/br.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/br.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-brx</Name>
|
||||
@@ -31445,9 +31610,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ca.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ca.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ca-valencia</Name>
|
||||
@@ -31478,9 +31640,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/cs.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/cs.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-cy</Name>
|
||||
@@ -31496,9 +31655,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/cy.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/cy.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-da</Name>
|
||||
@@ -31514,9 +31670,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/da.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/da.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-de</Name>
|
||||
@@ -31532,9 +31685,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/de.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/de.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-dgo</Name>
|
||||
@@ -31565,9 +31715,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/dz.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/dz.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-el</Name>
|
||||
@@ -31583,9 +31730,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/el.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/el.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-en-GB</Name>
|
||||
@@ -31616,9 +31760,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/en-US.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/en-US.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-en-ZA</Name>
|
||||
@@ -31664,9 +31805,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/es.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/es.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-et</Name>
|
||||
@@ -31682,9 +31820,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/et.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/et.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-eu</Name>
|
||||
@@ -31700,9 +31835,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/eu.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/eu.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-fa</Name>
|
||||
@@ -31718,9 +31850,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/fa.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/fa.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-fi</Name>
|
||||
@@ -31736,9 +31865,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/fi.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/fi.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-fr</Name>
|
||||
@@ -31754,9 +31880,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/fr.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/fr.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ga</Name>
|
||||
@@ -31772,9 +31895,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ga.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ga.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-gd</Name>
|
||||
@@ -31805,9 +31925,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/gl.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/gl.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-gu</Name>
|
||||
@@ -31823,9 +31940,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/gu.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/gu.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-he</Name>
|
||||
@@ -31841,9 +31955,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/he.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/he.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-hi</Name>
|
||||
@@ -31874,9 +31985,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/hr.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/hr.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-hu</Name>
|
||||
@@ -31892,9 +32000,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/hu.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/hu.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-id</Name>
|
||||
@@ -31995,9 +32100,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/it.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/it.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ja</Name>
|
||||
@@ -32013,9 +32115,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ja.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ja.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ka</Name>
|
||||
@@ -32091,9 +32190,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/kn.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/kn.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ko</Name>
|
||||
@@ -32109,9 +32205,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ko.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ko.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-kok</Name>
|
||||
@@ -32217,9 +32310,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/mai.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/mai.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-mk</Name>
|
||||
@@ -32250,9 +32340,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ml.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ml.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-mn</Name>
|
||||
@@ -32298,9 +32385,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/mr.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/mr.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-my</Name>
|
||||
@@ -32316,9 +32400,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/my.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/my.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-nb</Name>
|
||||
@@ -32334,9 +32415,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/nb.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/nb.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ne</Name>
|
||||
@@ -32367,9 +32445,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/nl.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/nl.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-nn</Name>
|
||||
@@ -32385,9 +32460,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/nn.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/nn.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-nr</Name>
|
||||
@@ -32403,9 +32475,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/nr.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/nr.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-nso</Name>
|
||||
@@ -32466,9 +32535,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/or.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/or.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-pa-IN</Name>
|
||||
@@ -32484,9 +32550,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/pa-IN.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/pa-IN.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-pl</Name>
|
||||
@@ -32502,9 +32565,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/pl.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/pl.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-pt</Name>
|
||||
@@ -32520,9 +32580,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/pt.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/pt.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-pt-BR</Name>
|
||||
@@ -32538,9 +32595,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/pt-BR.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/pt-BR.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ro</Name>
|
||||
@@ -32556,9 +32610,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ro.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ro.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ru</Name>
|
||||
@@ -32574,9 +32625,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ru.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ru.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-rw</Name>
|
||||
@@ -32652,9 +32700,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/si.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/si.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-sid</Name>
|
||||
@@ -32740,9 +32785,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/sk.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/sk.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-sl</Name>
|
||||
@@ -32758,9 +32800,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/sl.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/sl.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-sq</Name>
|
||||
@@ -32791,9 +32830,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/sr.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/sr.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-sr-Latn</Name>
|
||||
@@ -32881,9 +32917,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ss.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ss.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-st</Name>
|
||||
@@ -32953,9 +32986,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/st.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/st.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-sv</Name>
|
||||
@@ -32971,9 +33001,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/sv.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/sv.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-sw-TZ</Name>
|
||||
@@ -33004,9 +33031,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ta.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ta.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-te</Name>
|
||||
@@ -33022,9 +33046,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/te.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/te.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-tg</Name>
|
||||
@@ -33055,9 +33076,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/th.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/th.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-tn</Name>
|
||||
@@ -33128,9 +33146,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/tn.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/tn.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-tr</Name>
|
||||
@@ -33146,9 +33161,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/tr.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/tr.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-ts</Name>
|
||||
@@ -33164,9 +33176,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ts.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ts.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-tt</Name>
|
||||
@@ -33212,9 +33221,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/uk.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/uk.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-uz</Name>
|
||||
@@ -33245,9 +33251,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/ve.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/ve.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-vi</Name>
|
||||
@@ -33278,9 +33281,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/xh.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/xh.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-zh-CN</Name>
|
||||
@@ -33311,9 +33311,6 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/zh-TW.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/zh-TW.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libreoffice-zu</Name>
|
||||
@@ -33329,17 +33326,14 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/ui/res/zu.zip</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/config/soffice.cfg/*/*/ui/res/zu.zip</Path>
|
||||
</Files>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-08</Date>
|
||||
<Date>2016-04-03</Date>
|
||||
<Version>5.1.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
@@ -82674,7 +82668,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
<Summary xml:lang="tr">Temel simge teması</Summary>
|
||||
<Description xml:lang="en">Hicolor icon theme contains the basic directories and files needed for icon theme support.</Description>
|
||||
<Description xml:lang="tr">Hicolor, simge teması desteği için ihtiyaç duyulan temel dizin ve dosyalarıni içeren temel bir simge temasıdır.</Description>
|
||||
<Archive type="targz" sha1sum="87368844d1fcef899c3dc4e59f07264340606538">http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz</Archive>
|
||||
<Archive type="tarxz" sha1sum="368ecc47521e1a2f72cef0171bee02aae876ff53">https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/icon-theme-hicolor/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -82686,8 +82680,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2013-08-26</Date>
|
||||
<Version>0.12</Version>
|
||||
<Date>2016-04-09</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
|
||||
@@ -1 +1 @@
|
||||
2b46357e05b4f5f47f4eed9923bdd989b555dda5
|
||||
9b0a783fe8af9a9f757259d8e3eec6c8f900075d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5c3e378b80c6a11de1f95b157816824182a30e93
|
||||
66c78da2b327cea2745faf8cf2eea268e6acef2f
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DPHYSFS_BUILD_STATIC=OFF \
|
||||
-DPHYSFS_BUILD_SHARED=ON \
|
||||
-DPHYSFS_ARCHIVE_7Z=OFF \
|
||||
-DPHYSFS_BUILD_TEST=OFF \
|
||||
-DPHYSFS_BUILD_WX_TEST=OFF \
|
||||
-DPHYSFS_INTERNAL_ZLIB=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr ")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGELOG.txt", "CREDITS.txt", "TODO.txt")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>physfs</Name>
|
||||
<Homepage>http://icculus.org/physfs/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>ZLIB</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Filesystem library</Summary>
|
||||
<Description>Abstraction layer for filesystems.</Description>
|
||||
<Archive sha1sum="327308c777009a41bbabb9159b18c4c0ac069537" type="tarbz2">http://icculus.org/physfs/downloads/physfs-2.0.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>physfs</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>physfs-devel</Name>
|
||||
<Summary>Development files for physfs</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">physfs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-11</Date>
|
||||
<Version>2.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>physfs</Name>
|
||||
<Summary xml:lang="tr">Dosya sistemi kitaplığı</Summary>
|
||||
<Summary xml:lang="pl">Warstwa abstrakcji plików dla gier</Summary>
|
||||
<Description xml:lang="tr">physfs dosya sistemi katmanı kitaplığıdır.</Description>
|
||||
<Description xml:lang="fr">Couche d'abstraction pour les systèmes de fichier, généralement utilisée par les jeux.</Description>
|
||||
<Description xml:lang="es">Capa de abstracción para sistemas de archivos, comúnmente utilizado en juegos</Description>
|
||||
<Description xml:lang="pl">PhysicsFS to biblioteka udostępniająca abstrakcyjny dostęp do różnych archiwów.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>physfs-devel</Name>
|
||||
<Summary xml:lang="tr">physfs için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user