[neon/extras/latte-dock/Neon/release] debian: empty package

Jonathan Esk-Riddell null at kde.org
Tue Feb 27 15:08:23 GMT 2024


Git commit 354c2a030dbf838ce2b722334b442617862d1f2b by Jonathan Esk-Riddell.
Committed on 27/02/2024 at 15:08.
Pushed by jriddell into branch 'Neon/release'.

empty package

M  +13   -25   debian/control
M  +6    -0    debian/rules

https://invent.kde.org/neon/extras/latte-dock/-/commit/354c2a030dbf838ce2b722334b442617862d1f2b

diff --git a/debian/control b/debian/control
index 6d82534..b0cd50c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,26 @@ Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Scarlett Moore <sgmoore at debian.org>,
-           Norbert Preining <norbert at preining.info>,
+           Norbert Preining <norbert at preining.info>
 Build-Depends: cmake (>= 3.1~),
                debhelper (>= 9),
                extra-cmake-modules (>= 5.29.0~),
+               gettext,
                kirigami2-dev,
                libkf5activities-dev (>= 5.29.0~),
                libkf5archive-dev (>= 5.29.0~),
+               libkf5coreaddons-dev (>= 5.62.0~),
                libkf5crash-dev (>= 5.29.0~),
+               libkf5dbusaddons-dev (>= 5.48.0~),
                libkf5declarative-dev (>= 5.29.0~),
+               libkf5globalaccel-dev (>= 5.48.0~),
+               libkf5guiaddons-dev (>= 5.48.0~),
+               libkf5i18n-dev (>= 5.48.0~),
                libkf5iconthemes-dev (>= 5.29.0~),
+               libkf5kio-dev (>= 5.48.0~),
                libkf5newstuff-dev,
+               libkf5newstuff-dev (>= 5.48.0~),
                libkf5notifications-dev (>= 5.29.0~),
-	       libwayland-dev,
                libkf5plasma-dev (>= 5.29.0~),
                libkf5sysguard-dev (>= 5.29.0~),
                libkf5wayland-dev (>= 5.29.0~),
@@ -23,16 +30,9 @@ Build-Depends: cmake (>= 3.1~),
                libkf5xmlgui-dev (>= 5.29.0~),
                libqt5waylandclient5-dev,
                libqt5x11extras5-dev (>= 5.7.0~),
-               gettext,
-               libkf5coreaddons-dev (>= 5.62.0~),
-               libkf5dbusaddons-dev (>= 5.48.0~),
-               libkf5globalaccel-dev (>= 5.48.0~),
-               libkf5guiaddons-dev (>= 5.48.0~),
-               libkf5i18n-dev (>= 5.48.0~),
-               libkf5kio-dev (>= 5.48.0~),
-               libkf5newstuff-dev (>= 5.48.0~),
                libqt5x11extras5-dev (>= 5.9.0~),
                libsm-dev,
+               libwayland-dev,
                libx11-dev,
                libx11-xcb-dev,
                libxcb-randr0-dev,
@@ -53,18 +53,6 @@ Rules-Requires-Root: no
 
 Package: latte-dock
 Architecture: any
-Depends: plasma-desktop,
-         plasma-framework,
-         qml-module-org-kde-kquickcontrolsaddons,
-         qml-module-qtgraphicaleffects,
-         qml-module-qtquick-controls,
-         qml-module-qtquick-controls2,
-         qml-module-qtquick-layouts,
-         qml-module-qtquick2,
-         ${misc:Depends},
-         ${shlibs:Depends},
-Description: Dock based on plasma frameworks
- Latte is a dock based on plasma frameworks that provides an elegant and
- intuitive experience for your tasks and plasmoids. It animates it's
- contents by using parabolic zoom effect and tries to be there only when
- it is needed.
\ No newline at end of file
+Depends: ${misc:Depends}
+Description: Empty package
+ Latte Dock is no longer developed, this is an empty package.
diff --git a/debian/rules b/debian/rules
index 100ffa4..33dcc6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@ --with kf5
+
+override_dh_auto_configure:
+	true
+
+override_dh_auto_build:
+	true


More information about the Neon-commits mailing list