[neon/kde/marble/Neon/stable] debian: lints

Carlos De Maine null at kde.org
Thu Nov 14 01:18:52 GMT 2024


Git commit 405502fa025d193628c20e5a14d65c924633a93c by Carlos De Maine.
Committed on 14/11/2024 at 01:18.
Pushed by carlosdem into branch 'Neon/stable'.

lints

M  +0    -1    debian/control
D  +0    -17   debian/patches/allow-svg-bookmark-icons.patch
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kde/marble/-/commit/405502fa025d193628c20e5a14d65c924633a93c

diff --git a/debian/control b/debian/control
index e5abd7b..f455abc 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Build-Depends: cmake,
                libwlocate-dev,
                pkgconf,
                pkg-kde-tools-neon,
-#               protobuf-compiler,
                python3-dev,
                qt6-5compat-dev,
                qt6-base-dev,
diff --git a/debian/patches/allow-svg-bookmark-icons.patch b/debian/patches/allow-svg-bookmark-icons.patch
deleted file mode 100644
index 799a332..0000000
--- a/debian/patches/allow-svg-bookmark-icons.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: allow SVG icons in bookmark links
- There are lots of them in /usr/share/marble/data/svg/osmcarto/svg
- a shame not to use them
-Author: Ximin Luo <infinity0 at debian.org>
-
-
---- a/src/lib/marble/PlacemarkEditHeader.cpp
-+++ b/src/lib/marble/PlacemarkEditHeader.cpp
-@@ -216,7 +216,7 @@
-     const QString filename = QFileDialog::getOpenFileName( q,
-                                                            QObject::tr( "Open File" ),
-                                                            QString(),
--                                                           QObject::tr( "All Supported Files (*.png)" ) );
-+                                                           QObject::tr( "Images (*.png *.svg)" ) );
-     if ( filename.isNull() ) {
-         return;
-     }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 765afe1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-#allow-svg-bookmark-icons.patch


More information about the Neon-commits mailing list