mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-15 04:49:58 +02:00
Flatpak update org.qelectrotech.QElectroTech.json
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
],
|
],
|
||||||
"subdir": "unix",
|
"subdir": "unix",
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"chmod +w /app/lib/libtcl8.6.so"
|
"chmod +w ${FLATPAK_DEST}/lib/libtcl8.6.so"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
],
|
],
|
||||||
"subdir": "unix",
|
"subdir": "unix",
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"chmod +w /app/lib/libtk8.6.so"
|
"chmod +w ${FLATPAK_DEST}/lib/libtk8.6.so"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"name": "qelectrotech",
|
"name": "qelectrotech",
|
||||||
"buildsystem": "qmake",
|
"buildsystem": "qmake",
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"mv /app/share/mime/packages/qelectrotech.xml /app/share/mime/packages/org.qelectrotech.QElectroTech.xml"
|
"mv ${FLATPAK_DEST}/share/mime/packages/qelectrotech.xml ${FLATPAK_DEST}/share/mime/packages/org.qelectrotech.QElectroTech.xml"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
@@ -88,8 +88,8 @@
|
|||||||
],
|
],
|
||||||
"config-opts": ["--enable-shared"],
|
"config-opts": ["--enable-shared"],
|
||||||
"post-install": [
|
"post-install": [
|
||||||
"chmod +w /app/lib/libpython3.6m.so.1.0",
|
"chmod +w ${FLATPAK_DEST}/lib/libpython3.6m.so.1.0",
|
||||||
"chmod +w /app/lib/libpython3.so"
|
"chmod +w ${FLATPAK_DEST}/lib/libpython3.so"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -115,7 +115,11 @@
|
|||||||
"url": "https://github.com/qelectrotech/DXFtoQET-2020.git",
|
"url": "https://github.com/qelectrotech/DXFtoQET-2020.git",
|
||||||
"commit": "01fbb2afe0fe66782cb1d1f901c73616c7d5299d"
|
"commit": "01fbb2afe0fe66782cb1d1f901c73616c7d5299d"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
 "post-install": [
|
||||||
|
 "mkdir -p ${FLATPAK_DEST}/bin",
|
||||||
|
 "cp DXFtoQET ${FLATPAK_DEST}/bin/"
|
||||||
|
 ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user