diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2017-01-06 22:32:32 +0100 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2017-01-06 22:32:32 +0100 |
commit | 7f353f8cb7d2b70a58eae2b7352605297d85d2cc (patch) | |
tree | ee9500c3302f185ae0d71cefa175e407c50e7e55 | |
parent | debian packaging for 1.2.0 (diff) | |
download | lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.tar.gz lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.tar.bz2 lumina-7f353f8cb7d2b70a58eae2b7352605297d85d2cc.zip |
update debian packaging
-rw-r--r-- | port-files/debian/changelog | 9 | ||||
-rw-r--r-- | port-files/debian/control | 2 | ||||
-rw-r--r-- | port-files/debian/libluminautils-dev.install | 2 | ||||
-rw-r--r-- | port-files/debian/libluminautils1.install | 3 | ||||
-rw-r--r-- | port-files/debian/lumina-desktop.install | 1 | ||||
-rwxr-xr-x | port-files/debian/lumina-desktop.wrapper | 9 | ||||
-rw-r--r-- | port-files/debian/lumina-qt5ct | 7 | ||||
-rw-r--r-- | port-files/debian/luminaDesktop.conf | 3 | ||||
-rwxr-xr-x | port-files/debian/rules | 4 |
9 files changed, 12 insertions, 28 deletions
diff --git a/port-files/debian/changelog b/port-files/debian/changelog index 7e833051..2dc6356b 100644 --- a/port-files/debian/changelog +++ b/port-files/debian/changelog @@ -1,3 +1,12 @@ +lumina-desktop (1.2.0+git2198-2nano) unstable; urgency=low + + * remove qt5-configuration-tool wrappers, as it's now officially + supported (and user-chooseable from `lumina-config') + * update default Debian desktop-background path from luminaDesktop.conf + * run xdg-user-dirs-update from luminaDesktop.conf + + -- Christopher Roy Bratusek <nano@jpberlin.de> Fri, 06 Jan 2017 22:25:15 +0100 + lumina-desktop (1.2.0+git2198-1nano) unstable; urgency=low * New upstream release diff --git a/port-files/debian/control b/port-files/debian/control index 4f4c6748..aa31ebe4 100644 --- a/port-files/debian/control +++ b/port-files/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), qt5-qmake, qtbase5-dev, qtmultimedia5-dev, libxcb-composite0-dev, qtdeclarative5-dev, libqt5svg5-dev, libxcb-xinput0-dev Standards-Version: 3.9.6 -Homepage: https://github.com/pcbsd/lumina +Homepage: https://github.com/trueos/lumina Package: lumina-desktop Architecture: any diff --git a/port-files/debian/libluminautils-dev.install b/port-files/debian/libluminautils-dev.install deleted file mode 100644 index 239e470a..00000000 --- a/port-files/debian/libluminautils-dev.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*/libLuminaUtils.so -usr/include/*.h diff --git a/port-files/debian/libluminautils1.install b/port-files/debian/libluminautils1.install deleted file mode 100644 index f463a644..00000000 --- a/port-files/debian/libluminautils1.install +++ /dev/null @@ -1,3 +0,0 @@ -usr/lib/*/libLuminaUtils.so.1 -usr/lib/*/libLuminaUtils.so.1.0 -usr/lib/*/libLuminaUtils.so.1.0.0 diff --git a/port-files/debian/lumina-desktop.install b/port-files/debian/lumina-desktop.install index 19c049d4..ea69f425 100644 --- a/port-files/debian/lumina-desktop.install +++ b/port-files/debian/lumina-desktop.install @@ -1,4 +1,3 @@ usr/bin/lumina-desktop usr/bin/start-lumina-desktop debian/luminaDesktop.conf /etc -debian/lumina-qt5ct /etc/default diff --git a/port-files/debian/lumina-desktop.wrapper b/port-files/debian/lumina-desktop.wrapper deleted file mode 100755 index 30686145..00000000 --- a/port-files/debian/lumina-desktop.wrapper +++ /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 diff --git a/port-files/debian/lumina-qt5ct b/port-files/debian/lumina-qt5ct deleted file mode 100644 index 9553f94c..00000000 --- a/port-files/debian/lumina-qt5ct +++ /dev/null @@ -1,7 +0,0 @@ -# -# if LUMINA_USE_QT5CT is TRUE Lumina Desktop -# will use qt5-configuration-tool for theming -# Qt. Please note that this will override some -# of the Lumina settings in 'lumina-config' - -LUMINA_USE_QT5CT=FALSE diff --git a/port-files/debian/luminaDesktop.conf b/port-files/debian/luminaDesktop.conf index ae35689f..16576eaf 100644 --- a/port-files/debian/luminaDesktop.conf +++ b/port-files/debian/luminaDesktop.conf @@ -67,7 +67,7 @@ theme_fontsize=10pt #Default size of the fonts to use on the desktop (can also u #DESKTOP SETTINGS (used for the primary screen in multi-screen setups) desktop_visiblepanels=1 #[0 - 12] The number of panels visible by default -desktop_backgroundfiles=/usr/share/images/desktop-base/lines-grub-1920x1080.png #list of absolute file paths for image files (disable for Lumina default) +desktop_backgroundfiles=/usr/share/images/desktop-background #list of absolute file paths for image files (disable for Lumina default) desktop_backgroundrotateminutes=5 #[positive integer] number of minutes between background rotations (if multiple files) desktop_plugins=desktopview, calendar #list of plugins to be shown on the desktop by default desktop_generate_icons=true #[true/false] Auto-generate launchers for ~/Desktop items @@ -105,3 +105,4 @@ favorites_add_ifexists=vlc.desktop #Generic scripts/utilities to run for any additional setup procedures # These are always run after all other settings are saved #Format: usersetup_run=<generic command to run> +usersetup_run=xdg-user-dirs-update diff --git a/port-files/debian/rules b/port-files/debian/rules index 1617c45e..25cefa9b 100755 --- a/port-files/debian/rules +++ b/port-files/debian/rules @@ -27,7 +27,3 @@ override_dh_auto_clean: override_dh_install: dh_install --list-missing - mv $(CURDIR)/debian/lumina-desktop/usr/bin/lumina-desktop \ - $(CURDIR)/debian/lumina-desktop/usr/bin/lumina-desktop.real - install -m755 $(CURDIR)/debian/lumina-desktop.wrapper \ - $(CURDIR)/debian/lumina-desktop/usr/bin/lumina-desktop |