[neon/kf6/kf6-breeze-icons/Neon/unstable] debian: lints

Carlos De Maine null at kde.org
Wed Nov 22 10:23:00 GMT 2023


Git commit 4b60ada631d1d8ea4ac59db376bf3d865b57c578 by Carlos De Maine.
Committed on 22/11/2023 at 11:22.
Pushed by carlosdem into branch 'Neon/unstable'.

lints

M  +1    -1    debian/control
D  +0    -20   debian/patches/Ignore-the-svg-files-in-.pc.patch

https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/4b60ada631d1d8ea4ac59db376bf3d865b57c578

diff --git a/debian/control b/debian/control
index 2093b36..8ed9c75 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Package: kf6-breeze-icon-theme-dev
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: kf6-breeze-icon-theme, kf6-breeze-icon-theme-rcc, hicolor-icon-theme, ${misc:Depends}, ${shlibs:Depends}
+Depends: kf6-breeze-icon-theme, kf6-breeze-icon-theme-rcc, qt6-base-dev, hicolor-icon-theme, ${misc:Depends}, ${shlibs:Depends}
 Description: Default Plasma icon theme -development files
  This is the default icon theme for the KDE Plasma 6 desktop.
  .
diff --git a/debian/patches/Ignore-the-svg-files-in-.pc.patch b/debian/patches/Ignore-the-svg-files-in-.pc.patch
deleted file mode 100644
index dc7e37a..0000000
--- a/debian/patches/Ignore-the-svg-files-in-.pc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Maximiliano Curia <maxy at gnuservers.com.ar>
-Date: Fri, 26 Jan 2018 13:54:30 -0300
-Subject: Ignore the svg files in .pc
-
----
- validate_svg.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: breeze-icons/validate_svg.sh
-===================================================================
---- breeze-icons.orig/validate_svg.sh
-+++ breeze-icons/validate_svg.sh
-@@ -1,6 +1,6 @@
- #!/bin/sh
- 
--find "${1:-.}" -type f -name '*.svg' -exec xmllint --noout {} + 2> xmlerrors
-+find "${1:-.}" -path ./.pc -prune -or -type f -name '*.svg' -exec xmllint --noout {} + 2> xmlerrors
- if [ -s xmlerrors ]; then
-     cat xmlerrors
-     rm xmlerrors


More information about the Neon-commits mailing list