diff options
author | Ken Moore <moorekou@gmail.com> | 2015-01-23 14:15:32 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-01-23 14:15:32 -0500 |
commit | e7a0bcdf3a95e6fcade002e793f02eb499b2b0f9 (patch) | |
tree | 26a96f95a5c820e0428d259346b908425366d838 /debian | |
parent | Merge pull request #39 from ajacoutot/openbsd (diff) | |
parent | add recommends for lxpolkit and qt5-configuration-tool (diff) | |
download | lumina-e7a0bcdf3a95e6fcade002e793f02eb499b2b0f9.tar.gz lumina-e7a0bcdf3a95e6fcade002e793f02eb499b2b0f9.tar.bz2 lumina-e7a0bcdf3a95e6fcade002e793f02eb499b2b0f9.zip |
Merge pull request #41 from Nanolx/luminaos-debian
LuminaOS-Debian
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/patches/01-use-luminaos-debian.diff | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
4 files changed, 29 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index febfa196..c674a57b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,19 @@ +lumina-desktop (0.8.1.266-1nano) unstable; urgency=low + + * new GIT snapshot + - add debian/patches/01-use-luminaos-debian.diff which uses + LuminaOS-Debian instead of fallback LuminaOS-Linux + - add recommends on lxpolkit and qt5-configuration-tool + + -- Christopher Roy Bratusek <nano@jpberlin.de> Fri, 23 Jan 2015 18:00:15 +0100 + lumina-desktop (0.8.0.244-nano) unstable; urgency=low * new GIT snapshot - * switch to qt5 - * add dependecy on libxcb1-dev, libx11-xcb-dev, libxcb-ewmh-dev, - libxcb-icccm4-dev, libxcb-damage0-dev, libxcb-util0-dev - * drop dependency on libphonon-dev + - switch to qt5 + - add dependecy on libxcb1-dev, libx11-xcb-dev, libxcb-ewmh-dev, + libxcb-icccm4-dev, libxcb-damage0-dev, libxcb-util0-dev + - drop dependency on libphonon-dev -- Christopher Roy Bratusek <nano@jpberlin.de> Wed, 07 Jan 2015 17:06:35 +0100 diff --git a/debian/control b/debian/control index 21944aee..f4bfad23 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,8 @@ Package: lumina-desktop Architecture: all Depends: libluminautils1, lumina-core, lumina-config, lumina-fm, lumina-open, lumina-screenshot, lumina-search -Description: Lightweight Qt4-based desktop environment +Recommends: lxpolkit, qt5-configuration-tool +Description: Lightweight Qt5-based desktop environment Metapackage depending on all other lumina packages. Package: libluminautils1 diff --git a/debian/patches/01-use-luminaos-debian.diff b/debian/patches/01-use-luminaos-debian.diff new file mode 100644 index 00000000..5560e376 --- /dev/null +++ b/debian/patches/01-use-luminaos-debian.diff @@ -0,0 +1,13 @@ +diff --git a/libLumina/libLumina.pro b/libLumina/libLumina.pro +index 0302b82..f58581e 100644 +--- a/libLumina/libLumina.pro ++++ b/libLumina/libLumina.pro +@@ -36,7 +36,7 @@ SOURCES += LuminaXDG.cpp \ + LuminaOS-FreeBSD.cpp \ + LuminaOS-DragonFly.cpp \ + LuminaOS-OpenBSD.cpp \ +- LuminaOS-Linux.cpp \ ++ LuminaOS-Debian.cpp \ + LuminaOS-kFreeBSD.cpp + # new OS support can be added here + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 00000000..bf8b8252 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-use-luminaos-debian.diff |