Skip to content

Commit f7be7fc

Browse files
committed
Some simplifications, version update
1 parent 986b4fd commit f7be7fc

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

qt/io.github.kovzol.bibref.yaml

+6-11
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ finish-args:
88
- --socket=fallback-x11
99
- --socket=wayland
1010
- --device=dri
11+
- --system-talk-name=org.freedesktop.UDisks2
1112
modules:
1213
- name: sword
1314
buildsystem: cmake-ninja
@@ -36,18 +37,12 @@ modules:
3637
buildsystem: simple
3738
build-commands:
3839
- tar xzf graphviz-12.2.1.tar.gz
39-
- |
40-
cd graphviz-12.2.1 && ./configure --prefix=${FLATPAK_DEST} \
41-
--without-x --with-qt=no --with-gtk=no --enable-swig=no --with-webp=no --with-rsvg=yes --with-visio=no \
42-
--with-gdk-pixbuf=no --with-pangocairo=yes --enable-sharp=no --enable-go=no --enable-guile=no \
43-
--enable-java=no --enable-lua=no --enable-perl=no --enable-lua=no --enable-python=no \
44-
--enable-python3=no --enable-r=no --enable-ruby=no --enable-tcl=no --with-lasi=no \
45-
--with-gtk=no --with-gtkgl=no --with-gtkglext=no --with-ann=no --with-glade=no --with-libgd=no \
46-
--with-glut=no --with-sldp=no --with-smyrna=no --with-ortho=no --with-digcola=no --with-ipsepcola=no
40+
- cd graphviz-12.2.1 && ./configure --prefix=${FLATPAK_DEST}
4741
- cd graphviz-12.2.1 && make install
4842
cleanup:
4943
- /share/man
5044
- /share/graphviz
45+
- /share/doc/graphviz
5146
- /bin/*
5247
sources:
5348
- type: file
@@ -72,10 +67,10 @@ modules:
7267
sources:
7368
# - type: git
7469
# url: https://github.com/kovzol/bibref
75-
# tag: 2025Jan09 # does not yet exist
70+
# tag: 2025Jan22 # does not yet exist
7671
- type: archive
77-
url: https://github.com/kovzol/bibref/archive/4b97022c8410e32c1a1d3eb705de6bb878867d0a.zip
78-
sha256: 2b4b64fc475d7bbd5bead9756ff07d8d427d3be644e92c15fdf2c864a7e0f3b4
72+
url: https://github.com/kovzol/bibref/archive/986b4fdde8d5829807a99d43a3cdc5339a0ecfa8.zip
73+
sha256: cff464d7f3b28a3905b2e758cf4a28fa75efc3668efb35f9eec5ceaac8cab14a
7974
post-install:
8075
- mv /app/tmp/.sword/* /app/share/sword
8176

0 commit comments

Comments
 (0)