]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
flatpak: Don't cleanup vapigen pkgconfig file
authorLorenz Wildberg <lorenz@wild-fisch.de>
Wed, 28 Jun 2023 16:39:48 +0000 (18:39 +0200)
committerLorenz Wildberg <lorenz@wild-fisch.de>
Wed, 28 Jun 2023 16:47:11 +0000 (18:47 +0200)
build-aux/flatpak/org.freedesktop.Sdk.Extension.vala-nightly.yml

index 4407936db06515ee4f32098e947eaabf28818e4f..7af12325a361617bd23e5a7e66a1334be34f6842 100644 (file)
@@ -18,7 +18,6 @@ cleanup:
   - "/share/gir-1.0"
   - "/lib/girepository-1.0"
   - "/include"
-  - "/lib/pkgconfig"
   - "*.la"
   - "/share/vala/Makefile.vapigen"
   - "/lib/libgvpr.so*"
@@ -44,7 +43,7 @@ modules:
               project-id: 1249
               stable-only: true
               url-template: "https://gitlab.com/graphviz/graphviz/-/archive/$version/graphviz-$version.tar.gz"
-        cleanup: ["/include", "*.pc", "/share/graphviz/doc", "/bin"]
+        cleanup: ["/include", "*.pc", "/share/graphviz/doc", "/bin", "/lib/pkgconfig"]
       - name: dbus-run-session
         sources:
           - type: archive
@@ -75,6 +74,7 @@ modules:
           - type: git
             url: "https://gitlab.gnome.org/GNOME/jsonrpc-glib.git"
             branch: "main"
+        cleanup: ["/lib/pkgconfig"]
       - name: gee
         buildsystem: autotools
         sources:
@@ -85,6 +85,7 @@ modules:
               type: gnome
               name: libgee
               stable-only: true
+        cleanup: ["/lib/pkgconfig"]
       - name: uncrustify
         buildsystem: cmake-ninja
         config-opts:
@@ -94,6 +95,7 @@ modules:
           - type: archive
             url: "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.75.1.tar.gz"
             sha256: "fd14acc0a31ed88b33137bdc26d32964327488c835f885696473ef07caf2e182"
+        cleanup: ["/lib/pkgconfig"]
   - name: scripts
     buildsystem: simple
     sources: