Merge pull request #4964 from ertugerata/new_llvm
swig and libedit update for new llvm
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Always build pacrunners as separate modules, not libproxy builtins
|
||||
--- libproxy-0.4.8/libproxy/cmake/modules.cmk.orig 2012-10-05 17:15:58.655470278 +0200
|
||||
+++ libproxy-0.4.8/libproxy/cmake/modules.cmk 2012-10-05 17:47:10.435431265 +0200
|
||||
@@ -19,10 +19,7 @@
|
||||
include(cmake/modules/pacrunner_webkit.cmk)
|
||||
|
||||
# Build the pacrunner into libproxy unless we are building for multiple engines
|
||||
-set(BIPR 1 CACHE BOOL "Build internal pacrunner? (Always false when building more than one PR")
|
||||
-if((MOZJS_FOUND AND WEBKIT_FOUND) OR (MOZJS_FOUND AND NATUS_FOUND) OR (WEBKIT_FOUND AND NATUS_FOUND))
|
||||
- set(BIPR 0)
|
||||
-endif()
|
||||
+set(BIPR 0)
|
||||
|
||||
#
|
||||
## Module definition
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libproxy</Name>
|
||||
<Homepage>http://code.google.com/p/libproxy/</Homepage>
|
||||
<Homepage>https://github.com/libproxy/libproxy</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Proxy configuration library</Summary>
|
||||
<Description>libproxy is a library that provides automatic proxy configuration management.</Description>
|
||||
<Archive sha1sum="c037969434095bc65d29437e11a7c9e0293a5149" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/libproxy/libproxy-0.4.11.tar.gz/3cd1ae2a4abecf44b3f24d6639d2cd84/libproxy-0.4.11.tar.gz</Archive>
|
||||
<Archive sha1sum="2dc0fc31cad78ce3d7a5ceb8fa8df07010f5c13e" type="targz">https://github.com/libproxy/libproxy/archive/0.4.15.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gconf-devel</Dependency>
|
||||
<Dependency>libXmu-devel</Dependency>
|
||||
@@ -23,13 +23,16 @@
|
||||
<Dependency>intltool</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="0">libproxy-0.4.10-mozjs.patch</Patch>
|
||||
<Patch level="1">0001-pacrunner_mozjs-Also-support-mozjs-17.0.patch</Patch>
|
||||
<Patch>libproxy-pac-modules.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libproxy</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
@@ -42,6 +45,7 @@
|
||||
<Name>libproxy-gnome3</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libproxy</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libproxy/*/modules/config_gnome3.*</Path>
|
||||
@@ -54,6 +58,8 @@
|
||||
<Name>libproxy-networkmanager</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libproxy</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libproxy/*/modules/network_networkmanager.*</Path>
|
||||
@@ -65,6 +71,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libproxy</Dependency>
|
||||
<Dependency>webkit-gtk2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libproxy/*/modules/pacrunner_webkit*</Path>
|
||||
@@ -95,6 +102,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2018-07-24</Date>
|
||||
<Version>0.4.15</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-07-30</Date>
|
||||
<Version>0.4.10</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Connects C/C++/Objective C to some high-level programming languages</Summary>
|
||||
<Description>Simplified Wrapper and Interface Generator, SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl, Ruby and PHP</Description>
|
||||
<Archive sha1sum="e2ee4deb16024d8e0406f6a64cf513d2aa5c9a72" type="targz">mirrors://sourceforge/swig/swig/swig-3.0.11/swig-3.0.11.tar.gz</Archive>
|
||||
<Archive sha1sum="5cc1af41d041e4cc609580b99bb3dcf720effa25" type="targz">mirrors://sourceforge/swig/swig/swig-3.0.12/swig-3.0.12.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
@@ -41,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-07-25</Date>
|
||||
<Version>3.0.12</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-03-22</Date>
|
||||
<Version>3.0.11</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An autotool and libtoolized port of the NetBSD Editline library</Summary>
|
||||
<Description>libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.</Description>
|
||||
<Archive sha1sum="7b7bde97429d96a42b0a95ed3c6bec56101ec9f0" type="targz">http://thrysoee.dk/editline/libedit-20170329-3.1.tar.gz</Archive>
|
||||
<Archive sha1sum="cf6eb4f32c0336f0f3de68afbcdbeaa4d70b42b6" type="targz">http://thrysoee.dk/editline/libedit-20180525-3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2018-07-25</Date>
|
||||
<Version>3.1.20180525</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-09-02</Date>
|
||||
<Version>3.1.20170329</Version>
|
||||
|
||||
Reference in New Issue
Block a user