--- aurorae-0.1.orig/CMakeLists.txt +++ aurorae-0.1/CMakeLists.txt @@ -1,7 +1,7 @@ project(aurorae) set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ) -find_package(KDE4 4.2.92 REQUIRED) +find_package(KDE4 4.2 REQUIRED) find_package(KDE4Workspace REQUIRED) include (KDE4Defaults) include (MacroLibrary) --- aurorae-0.1.orig/debian/compat +++ aurorae-0.1/debian/compat @@ -0,0 +1 @@ +7 --- aurorae-0.1.orig/debian/control +++ aurorae-0.1/debian/control @@ -0,0 +1,14 @@ +Source: aurorae +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: David Edmundson +Build-Depends: debhelper (>= 7), cdbs, kdelibs5-dev (>=4.2.92),kdebase-workspace-dev (>=4.2.95) +Standards-Version: 3.8.1 +Homepage: http://www.kde-look.org/content/show.php/Aurorae+Theme+Engine?content=107158 + +Package: aurorae +Architecture: any +Depends: ${shlibs:Depends} +Description: Aurorae is a theme engine for KWin window decorations. Allows KWin decorations to be as + themeable as the Plasma desktop shell --- aurorae-0.1.orig/debian/copyright +++ aurorae-0.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by David Edmundson on Sun, 5 Jul 2009 11:34:00 +0000. + +It was downloaded from +http://www.kde-look.org/content/show.php/Aurorae+Theme+Engine?content=107158 + +Upstream Author: Martin Gräßlin + +Copyright: + Copyright (C) 2009 + +License: + ** CHECKOUT ** + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in the /usr/share/common-licenses/GPL file. + +The Debian packaging is (C) 2007, Your Name +and is licensed under the GPL, see above. --- aurorae-0.1.orig/debian/rules +++ aurorae-0.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk \ No newline at end of file --- aurorae-0.1.orig/debian/changelog +++ aurorae-0.1/debian/changelog @@ -0,0 +1,5 @@ +aurorae (0.1-0ubuntu2) karmic; urgency=low + + * Initial release. + + -- David Edmundson Sun, 5 Jul 2009 11:34:00 +0000