Navigation Menu

Skip to content

Commit

Permalink
libodfgen: bump to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher authored and pyhalov committed Oct 16, 2018
1 parent 57fefdd commit 5826c17
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 250 deletions.
5 changes: 2 additions & 3 deletions components/library/libodfgen/Makefile
Expand Up @@ -23,16 +23,15 @@
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= libodfgen
COMPONENT_VERSION= 0.1.6
COMPONENT_REVISION= 2
COMPONENT_VERSION= 0.1.7
COMPONENT_FMRI= library/c++/libodfgen
COMPONENT_CLASSIFICATION= System/Libraries
COMPONENT_PROJECT_URL= https://sourceforge.net/p/libwpd/wiki/libodfgen/
COMPONENT_SUMMARY= libodfgen - ODF export library using librevenge
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
COMPONENT_ARCHIVE_HASH= \
sha256:03b210ab44f05e38091508cdca6ba0ff73de3ea8a168f849b8f1c5059c20b9e9
sha256:323e491f956c8ca2abb12c998e350670930a32317bf9662b0615dd4b3922b831
COMPONENT_ARCHIVE_URL= \
http://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= LGPLv2.1 MPLv2
Expand Down
12 changes: 6 additions & 6 deletions components/library/libodfgen/libodfgen.p5m
Expand Up @@ -29,13 +29,13 @@ file path=usr/include/libodfgen-0.1/libodfgen/OdsGenerator.hxx
file path=usr/include/libodfgen-0.1/libodfgen/OdtGenerator.hxx
file path=usr/include/libodfgen-0.1/libodfgen/libodfgen-api.hxx
file path=usr/include/libodfgen-0.1/libodfgen/libodfgen.hxx
link path=usr/lib/$(MACH64)/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.6
link path=usr/lib/$(MACH64)/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.6
file path=usr/lib/$(MACH64)/libodfgen-0.1.so.1.0.6
link path=usr/lib/$(MACH64)/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.7
link path=usr/lib/$(MACH64)/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.7
file path=usr/lib/$(MACH64)/libodfgen-0.1.so.1.0.7
file path=usr/lib/$(MACH64)/pkgconfig/libodfgen-0.1.pc
link path=usr/lib/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.6
link path=usr/lib/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.6
file path=usr/lib/libodfgen-0.1.so.1.0.6
link path=usr/lib/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.7
link path=usr/lib/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.7
file path=usr/lib/libodfgen-0.1.so.1.0.7
file path=usr/lib/pkgconfig/libodfgen-0.1.pc
file path=usr/share/doc/libodfgen/html/bc_s.png
file path=usr/share/doc/libodfgen/html/bdwn.png
Expand Down
14 changes: 7 additions & 7 deletions components/library/libodfgen/manifests/sample-manifest.p5m
Expand Up @@ -10,7 +10,7 @@
#

#
# Copyright 2017 <contributor>
# Copyright 2018 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
Expand All @@ -29,13 +29,13 @@ file path=usr/include/libodfgen-0.1/libodfgen/OdsGenerator.hxx
file path=usr/include/libodfgen-0.1/libodfgen/OdtGenerator.hxx
file path=usr/include/libodfgen-0.1/libodfgen/libodfgen-api.hxx
file path=usr/include/libodfgen-0.1/libodfgen/libodfgen.hxx
link path=usr/lib/$(MACH64)/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.6
link path=usr/lib/$(MACH64)/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.6
file path=usr/lib/$(MACH64)/libodfgen-0.1.so.1.0.6
link path=usr/lib/$(MACH64)/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.7
link path=usr/lib/$(MACH64)/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.7
file path=usr/lib/$(MACH64)/libodfgen-0.1.so.1.0.7
file path=usr/lib/$(MACH64)/pkgconfig/libodfgen-0.1.pc
link path=usr/lib/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.6
link path=usr/lib/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.6
file path=usr/lib/libodfgen-0.1.so.1.0.6
link path=usr/lib/libodfgen-0.1.so target=libodfgen-0.1.so.1.0.7
link path=usr/lib/libodfgen-0.1.so.1 target=libodfgen-0.1.so.1.0.7
file path=usr/lib/libodfgen-0.1.so.1.0.7
file path=usr/lib/pkgconfig/libodfgen-0.1.pc
file path=usr/share/doc/libodfgen/html/bc_s.png
file path=usr/share/doc/libodfgen/html/bdwn.png
Expand Down
234 changes: 0 additions & 234 deletions components/library/libodfgen/patches/01-gcc8.patch

This file was deleted.

0 comments on commit 5826c17

Please sign in to comment.