rebuild:splitting

This commit is contained in:
Rmys
2018-11-23 23:20:57 +03:00
parent 2ce1f72af8
commit 989fd77aec
+7 -5
View File
@@ -86,6 +86,7 @@
<Summary>Next generation, high-performance debugger</Summary> <Summary>Next generation, high-performance debugger</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">llvm</Dependency> <Dependency release="current">llvm</Dependency>
<Dependency>llvm-clang</Dependency>
<Dependency>zlib</Dependency> <Dependency>zlib</Dependency>
<Dependency>libffi</Dependency> <Dependency>libffi</Dependency>
<Dependency>libedit</Dependency> <Dependency>libedit</Dependency>
@@ -101,6 +102,9 @@
<Path fileType="library">/usr/lib/liblldb.so*</Path> <Path fileType="library">/usr/lib/liblldb.so*</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/readline.so</Path> <Path fileType="library">/usr/lib/python2.7/site-packages/readline.so</Path>
<Path fileType="library">/usr/lib/python2.7/site-packages/lldb/*</Path> <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/*</Path>
<Path fileType="library">/usr/lib/liblldbIntelFeatures.so*</Path>
<Path fileType="library">/usr/lib/liblldbPluginExpressionParserClang.a</Path>
<Path fileType="library">/usr/lib/liblldbPluginObjCLanguage.a</Path>
</Files> </Files>
</Package> </Package>
@@ -150,8 +154,6 @@
<Path fileType="executable">/usr/bin/tblgen</Path> <Path fileType="executable">/usr/bin/tblgen</Path>
<Path fileType="library">/usr/lib/clang</Path> <Path fileType="library">/usr/lib/clang</Path>
<Path fileType="library">/usr/lib/libclang*</Path> <Path fileType="library">/usr/lib/libclang*</Path>
<Path fileType="library">/usr/lib/liblldbPluginExpressionParserClang.a</Path>
<Path fileType="library">/usr/lib/liblldbPluginObjCLanguage.a</Path>
<Path fileType="man">/usr/share/man/man1/clang.1</Path> <Path fileType="man">/usr/share/man/man1/clang.1</Path>
<Path fileType="data">/usr/lib/cmake/clang/Clang*</Path> <Path fileType="data">/usr/lib/cmake/clang/Clang*</Path>
<Path fileType="data">/usr/share/clang</Path> <Path fileType="data">/usr/share/clang</Path>
@@ -189,7 +191,7 @@
<BuildDependencies> <BuildDependencies>
<Dependency>zlib-32bit</Dependency> <Dependency>zlib-32bit</Dependency>
<Dependency>libffi-32bit</Dependency> <Dependency>libffi-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
</BuildDependencies> </BuildDependencies>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">llvm</Dependency> <Dependency release="current">llvm</Dependency>
@@ -198,7 +200,7 @@
<Dependency>ncurses-32bit</Dependency> <Dependency>ncurses-32bit</Dependency>
<Dependency>zlib-32bit</Dependency> <Dependency>zlib-32bit</Dependency>
<Dependency>libffi-32bit</Dependency> <Dependency>libffi-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin/llvm-config-32</Path> <Path fileType="executable">/usr/bin/llvm-config-32</Path>
@@ -208,7 +210,7 @@
<History> <History>
<Update release="7"> <Update release="7">
<Date>2018-11-18</Date> <Date>2018-11-23</Date>
<Version>5.0.1</Version> <Version>5.0.1</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name> <Name>Ertuğrul Erata</Name>