[gnome-build-meta/alatiera/fix-software] core-deps/{appstream, lmdb}: do not split .so to the devel tree




commit 89dc878f99a12854211f4d42074510f417ce984a
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Feb 13 19:30:00 2021 +0200

    core-deps/{appstream, lmdb}: do not split .so to the devel tree
    
    gnome-software is linking against them, they were split by accident
    
    Fixup of:
    https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1018

 elements/core-deps/appstream.bst | 9 +--------
 elements/core-deps/lmdb.bst      | 9 +--------
 2 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/elements/core-deps/appstream.bst b/elements/core-deps/appstream.bst
index e1aefb32..0f1a43c1 100644
--- a/elements/core-deps/appstream.bst
+++ b/elements/core-deps/appstream.bst
@@ -26,11 +26,4 @@ variables:
   meson-local: >-
     -Dapidocs=false
     -Dinstall-docs=false
-    -Dstemming=false
-
-public:
-  bst:
-    split-rules:
-      devel:
-        (>):
-        - '%{libdir}/libappstream.so'
+    -Dstemming=false
\ No newline at end of file
diff --git a/elements/core-deps/lmdb.bst b/elements/core-deps/lmdb.bst
index 1d30cb4b..bf10f38c 100644
--- a/elements/core-deps/lmdb.bst
+++ b/elements/core-deps/lmdb.bst
@@ -15,11 +15,4 @@ config:
 
 sources:
 - kind: tar
-  url: github_com:LMDB/lmdb/archive/LMDB_0.9.28.tar.gz
-
-public:
-  bst:
-    split-rules:
-      devel:
-        (>):
-        - '%{libdir}/liblmdb.so'
+  url: github_com:LMDB/lmdb/archive/LMDB_0.9.28.tar.gz
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]