Skip to content

Commit fddce6a

Browse files
committed
flatpak: update nx-libs from 3.5.0.33 to 3.5.99.16
Allow to get rid of simple buildsystem. See also: flathub/flathub#307
1 parent 52aad8c commit fddce6a

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

flatpak/org.remmina.Remmina.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,19 +183,13 @@
183183
},
184184
{
185185
"name": "nxproxy",
186-
"buildsystem": "simple",
187-
"build-commands": [
188-
"make CONFIGURE='./configure --prefix=/app'",
189-
"# Install target does a `gzip /app/share/man/man1/*.1`",
190-
"rm -rf /app/share/man",
191-
"make PREFIX=/app install",
192-
"sed -e 's|/usr/lib/nx|/app/lib/nx|g' -i /app/bin/nxproxy"
193-
],
186+
"no-autogen": true,
187+
"make-args": ["PREFIX=/app"],
194188
"sources": [
195189
{
196190
"type": "archive",
197-
"url": "https://code.x2go.org/releases/source/nx-libs/nx-libs-3.5.0.33-lite.tar.gz",
198-
"sha256": "e43824f820f8d307207aa4686c68f9b0808909a6b6cd2c7d75b751b14dd3129f"
191+
"url": "https://code.x2go.org/releases/source/nx-libs/nx-libs-3.5.99.16-lite.tar.gz",
192+
"sha256": "02c2e382ad27d1b3a0febe31c19f0c2868460f0703b85e8c98ef6203074f7fd4"
199193
}
200194
]
201195
},

0 commit comments

Comments
 (0)