summaryrefslogtreecommitdiff
path: root/libraqm
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-11-15 23:40:37 +1100
committerDanny Rawlins <contact@romster.me>2021-11-15 23:40:37 +1100
commitd333416da0c51b858fbeb44545b70904c730edc9 (patch)
treeec4c88b2e71d97f8d2cc8d665e3c27e9d9a0f6ba /libraqm
parentf3c0850fbece555043c17dfb3f5ba489ed11432b (diff)
downloadcontrib-d333416da0c51b858fbeb44545b70904c730edc9.tar.gz
contrib-d333416da0c51b858fbeb44545b70904c730edc9.tar.xz
libraqm: 0.7.1 -> 0.7.2
Diffstat (limited to 'libraqm')
-rw-r--r--libraqm/.footprint9
-rw-r--r--libraqm/.signature9
-rw-r--r--libraqm/Pkgfile21
3 files changed, 21 insertions, 18 deletions
diff --git a/libraqm/.footprint b/libraqm/.footprint
index d253120b6..9518f9c4c 100644
--- a/libraqm/.footprint
+++ b/libraqm/.footprint
@@ -3,11 +3,8 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/raqm-version.h
-rw-r--r-- root/root usr/include/raqm.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libraqm.a
--rwxr-xr-x root/root usr/lib/libraqm.la
-lrwxrwxrwx root/root usr/lib/libraqm.so -> libraqm.so.0.700.1
-lrwxrwxrwx root/root usr/lib/libraqm.so.0 -> libraqm.so.0.700.1
--rwxr-xr-x root/root usr/lib/libraqm.so.0.700.1
+lrwxrwxrwx root/root usr/lib/libraqm.so -> libraqm.so.0
+lrwxrwxrwx root/root usr/lib/libraqm.so.0 -> libraqm.so.0.7.2
+-rwxr-xr-x root/root usr/lib/libraqm.so.0.7.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/raqm.pc
-drwxr-xr-x root/root usr/share/
diff --git a/libraqm/.signature b/libraqm/.signature
index 0752ca2fe..a65d1b379 100644
--- a/libraqm/.signature
+++ b/libraqm/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3+fhIU/TVMLXjTJLrfwCok67pB7w+p92DoZ4aQhHYwvpFJqmBJJ+DNGth5VUGmgqpwsionfYey7OW1qdfiRlPQI=
-SHA256 (Pkgfile) = 8f2788303896fcdeffaf346a78b5607b060b0bacba092e1a60667b1a548c7dd0
-SHA256 (.footprint) = 53f0f4b79ebd2a2b4283c2b59fe8986486647001e3aec13def1713a1526bee22
-SHA256 (raqm-0.7.1.tar.gz) = 86488cf0b8ac736943fa748bd812000db63cc5ab6ad69c942e68e5187f4b9828
+RWSagIOpLGJF37Z2fX6UFhipH8kSRWBQWmKU2ZXUChE/gaHuJVBrykS4diM//pmOJ3SSDZfO+Fn6rw5QDq/WgQk9B6Wo0D/iNws=
+SHA256 (Pkgfile) = 424571a15ba08917c7827615329dded054db8d49a85b70055fd8a5977551c3f8
+SHA256 (.footprint) = 2ec6b1ce29fdee8c115c92eac9d5dcb69e4ee505ff93da2a198d021100c429c5
+SHA256 (raqm-0.7.2.tar.xz) = 92e765f180033ef3750832eb6fee4e07de3f99bd3d1eae7cf7e4e390ed2ae8eb
+SHA256 (819a3e9c.patch) = 320a26e63954e760c526b7bb5e2f9526cb76cdd7be2d3ad3e3883b32634e3c99
diff --git a/libraqm/Pkgfile b/libraqm/Pkgfile
index 3b9780deb..c708a3c39 100644
--- a/libraqm/Pkgfile
+++ b/libraqm/Pkgfile
@@ -4,16 +4,21 @@
# Depends on: fribidi harfbuzz
name=libraqm
-version=0.7.1
+version=0.7.2
release=1
-source=(https://github.com/HOST-Oman/libraqm/releases/download/v$version/raqm-$version.tar.gz)
+source=(https://github.com/HOST-Oman/libraqm/releases/download/v$version/raqm-$version.tar.xz
+ https://github.com/HOST-Oman/libraqm/commit/819a3e9c.patch)
build() {
- cd raqm-$version
+ patch -d raqm-$version -p1 -i $SRC/819a3e9c.patch # Fix meson library version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-
- rm -r $PKG/usr/share/gtk-doc
+ meson setup raqm-$version build \
+ --prefix=/usr \
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
+ -D docs=false
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
}

Generated by cgit