From 081a36f7c51030f23450b5d3496d2ddae571ba53 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 9 Aug 2016 22:12:04 +0200 Subject: update debian packaging scripts --- port-files/debian/changelog | 8 ++++++++ port-files/debian/control | 2 +- port-files/debian/lumina-data.install | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/port-files/debian/changelog b/port-files/debian/changelog index b1e307c4..ec095007 100644 --- a/port-files/debian/changelog +++ b/port-files/debian/changelog @@ -1,3 +1,11 @@ +lumina-desktop (1.0.1~git1638-1nano) unstable; urgency=low + + * New git snapshot + * add Recommends for compton + * install default compton config into lumina-data package + + -- Christopher Roy Bratusek Tue, 09 Aug 2016 22:11:28 +0200 + lumina-desktop (1.0.0~beta2+git1581-1nano) unstable; urgency=low * New git snapshot diff --git a/port-files/debian/control b/port-files/debian/control index dfbbd319..f9bc01cb 100644 --- a/port-files/debian/control +++ b/port-files/debian/control @@ -22,7 +22,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version lumina-textedit, fluxbox, numlockx, xbacklight, xscreensaver, alsa-utils, acpi, gstreamer1.0-plugins-base, procps, sysstat, phonon4qt5-backend-gstreamer -Recommends: qt5-configuration-tool, usbmount, xarchiver, pavucontrol +Recommends: qt5-configuration-tool, usbmount, xarchiver, pavucontrol, compton Description: Lightweight Qt5-based desktop environment Metapackage depending on all other lumina packages. diff --git a/port-files/debian/lumina-data.install b/port-files/debian/lumina-data.install index dd172b55..c1eff316 100644 --- a/port-files/debian/lumina-data.install +++ b/port-files/debian/lumina-data.install @@ -1,5 +1,6 @@ usr/share/applications/lumina-support.desktop usr/share/pixmaps/Lumina-DE.png +usr/share/lumina-desktop/compton.conf usr/share/lumina-desktop/colors/ usr/share/lumina-desktop/themes/ usr/share/lumina-desktop/desktop-background.jpg -- cgit From 9db24ff3690611ea5c46a63ac183c9f16e88897d Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 9 Aug 2016 22:46:31 +0200 Subject: remove left-over file --- port-files/debian/lumina-desktop | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 port-files/debian/lumina-desktop diff --git a/port-files/debian/lumina-desktop b/port-files/debian/lumina-desktop deleted file mode 100755 index 30686145..00000000 --- a/port-files/debian/lumina-desktop +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -. /etc/default/lumina-qt5ct - -if test -f /usr/bin/qt5ct && test ${LUMINA_USE_QT5CT} = TRUE; then - export QT_QPA_PLATFORMTHEME=qt5ct -fi - -/usr/bin/lumina-desktop.real -- cgit