[SCM] breeze-icons packaging branch, master, updated. debian/4%5.37.0-2-18-g464874e
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Jan 26 17:03:55 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/breeze-icons.git;a=commitdiff;h=2bd2f10
The following commit has been merged in the master branch:
commit 2bd2f1062f13c3cea262707e3506652407f0e5e6
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Fri Jan 26 13:54:35 2018 -0300
Ignore the svg files in .pc
---
debian/patches/00-remove_duplicate.patch | 5 +++--
debian/patches/01-add_symlink.patch | 3 +++
debian/patches/Ignore-the-svg-files-in-.pc.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
4 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/debian/patches/00-remove_duplicate.patch b/debian/patches/00-remove_duplicate.patch
index a731f85..054fc7b 100644
--- a/debian/patches/00-remove_duplicate.patch
+++ b/debian/patches/00-remove_duplicate.patch
@@ -3,8 +3,9 @@ Date: Tue, 9 Jan 2018 15:51:33 +0100
Subject: remove duplicate
---
- icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg | 14 +-------------
- 1 file changed, 1 insertion(+), 13 deletions(-)
+ icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg | 13 -------------
+ 1 file changed, 13 deletions(-)
+ delete mode 100644 icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg
diff --git a/icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg b/icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg
deleted file mode 100644
diff --git a/debian/patches/01-add_symlink.patch b/debian/patches/01-add_symlink.patch
index 8034408..d95bc31 100644
--- a/debian/patches/01-add_symlink.patch
+++ b/debian/patches/01-add_symlink.patch
@@ -3,6 +3,9 @@ Date: Tue, 9 Jan 2018 15:51:33 +0100
Subject: remove duplicate
---
+ icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg | 1 +
+ 1 file changed, 1 insertion(+)
+ create mode 120000 icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg
diff --git a/icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg b/icons-dark/actions/24/gnumeric-pagesetup-hf-cell.svg
new file mode 120000
diff --git a/debian/patches/Ignore-the-svg-files-in-.pc.patch b/debian/patches/Ignore-the-svg-files-in-.pc.patch
new file mode 100644
index 0000000..c37649a
--- /dev/null
+++ b/debian/patches/Ignore-the-svg-files-in-.pc.patch
@@ -0,0 +1,20 @@
+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(-)
+
+diff --git a/validate_svg.sh b/validate_svg.sh
+index f076a5b..2876d1e 100644
+--- a/validate_svg.sh
++++ b/validate_svg.sh
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+
+-find . -name '*.svg' -exec xmllint --noout {} + 2> xmlerrors
++find . -path ./.pc -prune -or -name '*.svg' -exec xmllint --noout {} + 2> xmlerrors
+ if [ -s xmlerrors ]; then
+ cat xmlerrors
+ rm xmlerrors
diff --git a/debian/patches/series b/debian/patches/series
index 927f6ff..e38829d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
00-remove_duplicate.patch
01-add_symlink.patch
+Ignore-the-svg-files-in-.pc.patch
--
breeze-icons packaging
More information about the pkg-kde-commits
mailing list