Merge pull request #1620 from ayhanyalcinsoy/master
libreoffice:fixed hiden icon
This commit is contained in:
@@ -28,13 +28,14 @@ def setup():
|
|||||||
-i svl/source/misc/gridprinter.cxx')
|
-i svl/source/misc/gridprinter.cxx')
|
||||||
shelltools.system('./autogen.sh \
|
shelltools.system('./autogen.sh \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
--with-vendor=PisiLinux \
|
--with-vendor=PisiLinux \
|
||||||
--with-lang="ALL" \
|
--with-lang="ALL" \
|
||||||
--with-help \
|
--disable-gtk3 \
|
||||||
--with-myspell-dicts \
|
--with-help \
|
||||||
--with-alloc=system \
|
--with-myspell-dicts \
|
||||||
--with-java \
|
--with-alloc=system \
|
||||||
|
--with-java \
|
||||||
--without-system-dicts \
|
--without-system-dicts \
|
||||||
--disable-postgresql-sdbc \
|
--disable-postgresql-sdbc \
|
||||||
--enable-release-build=yes \
|
--enable-release-build=yes \
|
||||||
|
|||||||
@@ -51,8 +51,16 @@
|
|||||||
<Dependency>libXcomposite-devel</Dependency>
|
<Dependency>libXcomposite-devel</Dependency>
|
||||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||||
<Dependency>gst-plugins-base-next-devel</Dependency>
|
<Dependency>gst-plugins-base-next-devel</Dependency>
|
||||||
<Dependency versionFrom="3.18.6">gtk3-devel</Dependency>
|
<!-- <Dependency versionFrom="3.18.6">gtk3-devel</Dependency> --><!--gtk3 desteği tamamlandığında açılacak-->
|
||||||
<Dependency versionFrom="2.24.28">gtk2-devel</Dependency>
|
<Dependency versionFrom="2.24.28">gtk2-devel</Dependency>
|
||||||
|
<Dependency>libatomic_ops-devel</Dependency>
|
||||||
|
<Dependency>librsvg-devel</Dependency>
|
||||||
|
<Dependency>unixODBC-devel</Dependency>
|
||||||
|
<Dependency>serf-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
<Dependency>graphite2-devel</Dependency>
|
||||||
|
<Dependency>librevenge-devel</Dependency>
|
||||||
|
<Dependency>mesa-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -96,6 +104,7 @@
|
|||||||
<Dependency>libXinerama</Dependency>
|
<Dependency>libXinerama</Dependency>
|
||||||
<Dependency>libjpeg-turbo</Dependency>
|
<Dependency>libjpeg-turbo</Dependency>
|
||||||
<Dependency>gstreamer-next</Dependency>
|
<Dependency>gstreamer-next</Dependency>
|
||||||
|
<Dependency>jre7-openjdk-headless</Dependency>S
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="config">/etc</Path>
|
<Path fileType="config">/etc</Path>
|
||||||
@@ -132,6 +141,9 @@
|
|||||||
<Name>libreoffice-base</Name>
|
<Name>libreoffice-base</Name>
|
||||||
<Icon>libreoffice-base</Icon>
|
<Icon>libreoffice-base</Icon>
|
||||||
<Summary>Database front-end for LibreOffice</Summary>
|
<Summary>Database front-end for LibreOffice</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libreoffice-common</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/lobase</Path>
|
<Path fileType="executable">/usr/bin/lobase</Path>
|
||||||
<Path fileType="man">/usr/share/man/man1/lobase.1.gz</Path>
|
<Path fileType="man">/usr/share/man/man1/lobase.1.gz</Path>
|
||||||
@@ -144,6 +156,9 @@
|
|||||||
<Name>libreoffice-calc</Name>
|
<Name>libreoffice-calc</Name>
|
||||||
<Icon>libreoffice-calc</Icon>
|
<Icon>libreoffice-calc</Icon>
|
||||||
<Summary>Spreadsheet application for LibreOffice.</Summary>
|
<Summary>Spreadsheet application for LibreOffice.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libreoffice-common</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/localc</Path>
|
<Path fileType="executable">/usr/bin/localc</Path>
|
||||||
<Path fileType="data">/usr/share/man/man1/localc.1.gz</Path>
|
<Path fileType="data">/usr/share/man/man1/localc.1.gz</Path>
|
||||||
@@ -156,6 +171,9 @@
|
|||||||
<Name>libreoffice-draw</Name>
|
<Name>libreoffice-draw</Name>
|
||||||
<Icon>libreoffice-draw</Icon>
|
<Icon>libreoffice-draw</Icon>
|
||||||
<Summary>Drawing Application for LibreOffice.</Summary>
|
<Summary>Drawing Application for LibreOffice.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libreoffice-common</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/lodraw</Path>
|
<Path fileType="executable">/usr/bin/lodraw</Path>
|
||||||
<Path fileType="data">/usr/share/man/man1/lodraw.1.gz</Path>
|
<Path fileType="data">/usr/share/man/man1/lodraw.1.gz</Path>
|
||||||
@@ -231,6 +249,9 @@
|
|||||||
<Name>libreoffice-writer</Name>
|
<Name>libreoffice-writer</Name>
|
||||||
<Icon>libreoffice-writer</Icon>
|
<Icon>libreoffice-writer</Icon>
|
||||||
<Summary>Word Processor Application for LibreOffice.</Summary>
|
<Summary>Word Processor Application for LibreOffice.</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libreoffice-common</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/loweb</Path>
|
<Path fileType="executable">/usr/bin/loweb</Path>
|
||||||
<Path fileType="executable">/usr/bin/lowriter</Path>
|
<Path fileType="executable">/usr/bin/lowriter</Path>
|
||||||
@@ -3088,11 +3109,11 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-04-03</Date>
|
<Date>2016-04-08</Date>
|
||||||
<Version>5.1.2.2</Version>
|
<Version>5.1.2.2</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Osman Erkan</Name>
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
<Email>osman.erkan@pisilinux.org</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user