Skip to content

Commit

Permalink
print/libraqm: Update to 0.10.1
Browse files Browse the repository at this point in the history
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.10.1

PR:		271690
Approved by:	kwm (maintainer timeout, 2+ weeks)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jun 13, 2023
1 parent 3434f29 commit cc8cc9a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion print/libraqm/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libraqm
DISTVERSION= 0.9.0
DISTVERSION= 0.10.1
CATEGORIES= print
MASTER_SITES= https://github.com/HOST-Oman/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME= raqm-${DISTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions print/libraqm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1644328606
SHA256 (raqm-0.9.0.tar.xz) = 9ed6fdf41da6391fc9bf7038662cbe412c330aa6eb22b19704af2258e448107c
SIZE (raqm-0.9.0.tar.xz) = 211284
TIMESTAMP = 1684718245
SHA256 (raqm-0.10.1.tar.xz) = 4d76a358358d67c5945684f2f10b3b08fb80e924371bf3ebf8b15cd2e321d05d
SIZE (raqm-0.10.1.tar.xz) = 216576
16 changes: 8 additions & 8 deletions print/libraqm/files/patch-docs_meson.build
@@ -1,10 +1,10 @@
--- docs/meson.build.orig 2022-01-02 09:05:53 UTC
--- docs/meson.build.orig 2023-05-22 01:30:34 UTC
+++ docs/meson.build
@@ -20,6 +20,7 @@ gnome.gtkdoc(
content_files : [version_xml],
mkdb_args : ['--xml-mode', '--output-format=xml'],
install : true,
+ install_dir : get_option('prefix') / 'share/doc/libraqm',
scan_args : ['--ignore-decorators=RAQM_API'],
check : true,
@@ -22,6 +22,7 @@ gnome.gtkdoc(
content_files: [version_xml],
mkdb_args: ['--xml-mode', '--output-format=xml'],
install: true,
+ install_dir : get_option('prefix') / 'share/doc/libraqm',
scan_args: ['--ignore-decorators=RAQM_API'],
check: true,
)
3 changes: 2 additions & 1 deletion print/libraqm/pkg-plist
Expand Up @@ -2,10 +2,11 @@ include/raqm-version.h
include/raqm.h
lib/libraqm.so
lib/libraqm.so.0
lib/libraqm.so.0.9.0
lib/libraqm.so.0.10.1
libdata/pkgconfig/raqm.pc
%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html
%%PORTDOCS%%%%DOCSDIR%%/api-index-0-1.html
%%PORTDOCS%%%%DOCSDIR%%/api-index-0-10.html
%%PORTDOCS%%%%DOCSDIR%%/api-index-0-2.html
%%PORTDOCS%%%%DOCSDIR%%/api-index-0-3.html
%%PORTDOCS%%%%DOCSDIR%%/api-index-0-6.html
Expand Down

0 comments on commit cc8cc9a

Please sign in to comment.