diff --git a/srcpkgs/pugixml/patches/pkg-config.patch b/srcpkgs/pugixml/patches/pkg-config.patch deleted file mode 100644 index d021d58889f..00000000000 --- a/srcpkgs/pugixml/patches/pkg-config.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- CMakeLists.txt.bak 2017-09-30 16:33:46.956774231 +0200 -+++ CMakeLists.txt 2017-09-30 16:34:08.857775066 +0200 -@@ -52,7 +52,7 @@ - - if(BUILD_PKGCONFIG) - # Install library into its own directory under LIBDIR -- set(INSTALL_SUFFIX /pugixml-${PUGIXML_VERSION_STRING}) -+ # set(INSTALL_SUFFIX /pugixml-${PUGIXML_VERSION_STRING}) - endif() - - install(TARGETS pugixml EXPORT pugixml-config -@@ -75,4 +75,4 @@ - add_executable(check ${TEST_SOURCES}) - target_link_libraries(check pugixml) - add_custom_command(TARGET check POST_BUILD COMMAND check WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) --endif() -\ No newline at end of file -+endif() diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template index 4e0d5c256f2..45d0d36a67b 100644 --- a/srcpkgs/pugixml/template +++ b/srcpkgs/pugixml/template @@ -1,15 +1,15 @@ # Template file for 'pugixml' pkgname=pugixml -version=1.9 +version=1.11.4 revision=1 build_style=cmake -configure_args="-DBUILD_SHARED_LIBS=On -DBUILD_PKGCONFIG=On" +configure_args="-DBUILD_SHARED_LIBS=On" short_desc="Light-weight, simple and fast XML parser for C++ with XPath support" maintainer="Enno Boland " license="MIT" homepage="http://pugixml.org/" distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz" -checksum=d156d35b83f680e40fd6412c4455fdd03544339779134617b9b28d19e11fdba6 +checksum=8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716 post_install() { tail -22 readme.txt > LICENSE