diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 16 | ||||
-rw-r--r-- | debian/patches/01-use-luminaos-debian.diff | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 26 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index febfa196..0f9b0627 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ +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 + + -- 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/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 |