libqtxdg-3.9.1

This commit is contained in:
Rmys
2022-06-19 12:00:19 +03:00
committed by GitHub
parent 423f61cbaf
commit 7b1cc2f5bb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DQTXDG_DEFAPPS_CONF_INSTALL_DIR:PATH=/etc/xdg \
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
def build():
+1
View File
@@ -35,6 +35,7 @@
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/</Path>