@@ -8,6 +8,7 @@ finish-args:
8
8
- --socket=fallback-x11
9
9
- --socket=wayland
10
10
- --device=dri
11
+ - --system-talk-name=org.freedesktop.UDisks2
11
12
modules :
12
13
- name : sword
13
14
buildsystem : cmake-ninja
@@ -36,18 +37,12 @@ modules:
36
37
buildsystem : simple
37
38
build-commands :
38
39
- 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}
47
41
- cd graphviz-12.2.1 && make install
48
42
cleanup :
49
43
- /share/man
50
44
- /share/graphviz
45
+ - /share/doc/graphviz
51
46
- /bin/*
52
47
sources :
53
48
- type : file
@@ -72,10 +67,10 @@ modules:
72
67
sources :
73
68
# - type: git
74
69
# url: https://github.com/kovzol/bibref
75
- # tag: 2025Jan09 # does not yet exist
70
+ # tag: 2025Jan22 # does not yet exist
76
71
- 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
79
74
post-install :
80
75
- mv /app/tmp/.sword/* /app/share/sword
81
76
0 commit comments