From fa33c5e4ac1c48c806f34fb8513c7922fce78511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Oct 2017 23:48:46 +0200 Subject: [PATCH] libqapt: update 3.0.2 -> 3.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...random-for-std-default_random_engine.patch | 25 ------------------- .../{libqapt_3.0.2.bb => libqapt_3.0.3.bb} | 7 +++--- 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 recipes-kde/other/libqapt/files/0001-include-random-for-std-default_random_engine.patch rename recipes-kde/other/libqapt/{libqapt_3.0.2.bb => libqapt_3.0.3.bb} (82%) diff --git a/recipes-kde/other/libqapt/files/0001-include-random-for-std-default_random_engine.patch b/recipes-kde/other/libqapt/files/0001-include-random-for-std-default_random_engine.patch deleted file mode 100644 index 76cb1ebc..00000000 --- a/recipes-kde/other/libqapt/files/0001-include-random-for-std-default_random_engine.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a58eab74ee9881d10e0f24a3ed216ed71ba03bf5 Mon Sep 17 00:00:00 2001 -From: Pino Toscano -Date: Sun, 15 May 2016 16:26:28 +0200 -Subject: [PATCH] include for std::default_random_engine - -apparently it was implicitly pulled by other (apt?) headers ---- - src/package.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/package.cpp b/src/package.cpp -index 1e43a28..0526f9d 100644 ---- a/src/package.cpp -+++ b/src/package.cpp -@@ -46,6 +46,7 @@ - #include - - #include -+#include - - // Own includes - #include "backend.h" --- -2.5.5 - diff --git a/recipes-kde/other/libqapt/libqapt_3.0.2.bb b/recipes-kde/other/libqapt/libqapt_3.0.3.bb similarity index 82% rename from recipes-kde/other/libqapt/libqapt_3.0.2.bb rename to recipes-kde/other/libqapt/libqapt_3.0.3.bb index 851b0005..05dc43ba 100644 --- a/recipes-kde/other/libqapt/libqapt_3.0.2.bb +++ b/recipes-kde/other/libqapt/libqapt_3.0.3.bb @@ -28,14 +28,15 @@ DEPENDS += " \ kwidgetsaddons \ kwindowsystem \ kiconthemes \ + kpackage \ + kpackage-native \ libdebconf-kde \ gstreamer1.0 \ glib-2.0 \ " -SRC_URI[md5sum] = "638a3d8244efe0e8fa99375a5660fd3c" -SRC_URI[sha256sum] = "e0fa67518601fcde2c45aa613261022f2cfada54d3e1ea3cf0540805ba6663f3" -SRC_URI += "file://0001-include-random-for-std-default_random_engine.patch" +SRC_URI[md5sum] = "58c51c9f3b7e4b36c39ed4b5127fa599" +SRC_URI[sha256sum] = "efd4ed1cfa92ed3f33d2993d4e4c508629187ada37ce1faf9368d4dc703def0a" do_configure_append() { # apt sets absolute paths - we should fix that at apt...