← recipes

Commit 5240240

0
plików
+0
dodanych
-0
usuniętych
@@ -48,17 +48,17 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrw
48 48 \ -> libAppStreamQt.so.1.1.6\ndrwxr-xr-x\troot/root\tusr/share/\ndrwxr-xr-x\troot/root\tusr/share/licenses/\ndrwxr-xr-x\t\
49 49 root/root\tusr/share/licenses/appstream-qt/\n-rw-r--r--\troot/root\tusr/share/licenses/appstream-qt/COPYING\n"
50 50 build: |
51 - mv AppStream-${pkgver} ${pkgname}-${pkgver}
52 - cd ${pkgname}-${pkgver}
51 + cd AppStream-${pkgver}
53 52
54 53 sed -i 's/xsl-ns/xsl/' docs/meson.build
55 54 mkdir build
56 - cd build
55 + cd build
57 56
58 57 meson setup .. \
59 58 --prefix=/usr \
60 59 --libexecdir=lib \
61 - -Dqt=true \
60 + --buildtype=release \
61 + -Dqt=true \
62 62 -Dvapi=true \
63 63 -Dcompose=true \
64 64 -Dblake3-support=false
@@ -69,8 +69,6 @@ build: |
69 69 # provided by appstream
70 70 rm -r ${PKGDIR}/usr/{bin,include/appstream{,-compose},lib/{appstreamcli-compose,girepository-1.0,libappstream*,pkgconfig},share}
71 71
72 -
73 -
74 72 install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
75 73 package: |
76 74 true