[neon/kde/breeze-icons/Neon/unstable] debian: bring back breeze inons for kf5
Carlos De Maine
null at kde.org
Mon Jun 12 13:17:26 BST 2023
Git commit 77558a38c23b6cb67cb9a4acb0989afe9acc4da4 by Carlos De Maine.
Committed on 12/06/2023 at 12:17.
Pushed by carlosdem into branch 'Neon/unstable'.
bring back breeze inons for kf5
M +1 -1 debian/breeze-icon-theme-rcc.install
D +0 -1 debian/compat
M +5 -5 debian/control
M +0 -1 debian/not-installed
M +8 -8 debian/rules
https://invent.kde.org/neon/kde/breeze-icons/-/commit/77558a38c23b6cb67cb9a4acb0989afe9acc4da4
diff --git a/debian/breeze-icon-theme-rcc.install b/debian/breeze-icon-theme-rcc.install
index ef702ab..6370642 100644
--- a/debian/breeze-icon-theme-rcc.install
+++ b/debian/breeze-icon-theme-rcc.install
@@ -1 +1 @@
-#usr/share/icons/*/*.rcc
+usr/share/icons/*/*.rcc
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index b62a020..ff8b66f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 3.0~),
- debhelper (>= 11~),
- extra-cmake-modules (>= 5.51.0~),
+Build-Depends: cmake,
+ debhelper-compat (= 13),
+ extra-cmake-modules,
fdupes,
libxml2-utils,
pkg-kde-tools,
- qtbase5-dev (>= 5.8.0~),
+ qtbase5-dev,
python3-lxml
-Standards-Version: 4.1.4
+Standards-Version: 4.6.1
Homepage: https://projects.kde.org/projects/kde/frameworks/breeze-icons
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/breeze-icons
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/breeze-icons.git
diff --git a/debian/not-installed b/debian/not-installed
index f0e7d90..e69de29 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1 +0,0 @@
-usr/share/icons/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 86b51da..1a91ae6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,13 +7,13 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
override_dh_auto_configure:
dh_auto_configure -- -DBINARY_ICONS_RESOURCE=ON
-# mkdir -p obj-x86_64-linux-gnu/icons/res
+ mkdir -p obj-x86_64-linux-gnu/icons/res
-#override_dh_auto_install:
-# dh_auto_install --destdir=debian/breeze-icon-theme
+override_dh_auto_install:
+ dh_auto_install --destdir=debian/breeze-icon-theme
-#override_dh_install:
-# dh_install --sourcedir=debian/breeze-icon-theme
-# rm debian/breeze-icon-theme/usr/share/icons/*/*.rcc
-# find $(CURDIR)/debian/breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
-# bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/breeze-icon-theme $(CURDIR)/debian/breeze-icon-theme/usr/share/icons
+override_dh_install:
+ dh_install --sourcedir=debian/breeze-icon-theme
+ rm debian/breeze-icon-theme/usr/share/icons/*/*.rcc
+ find $(CURDIR)/debian/breeze-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty
+ bash $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/breeze-icon-theme $(CURDIR)/debian/breeze-icon-theme/usr/share/icons
More information about the Neon-commits
mailing list