From b3fe3eb6c8fa5162f94ef57c260e109089efac10 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 25 Jun 2021 18:57:35 +0300 Subject: Initial commit: imported from https://store.kde.org/p/1100399 Signed-off-by: Mavridis Philippe --- debian/changelog | 37 ++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 20 ++++++++++++++++++++ debian/copyright | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 7 +++++++ 5 files changed, 122 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..189925c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,37 @@ +kwin-decor-suse2 (0.4.1-1) unstable; urgency=low + + * Updated to 0.4.1 + + -- Gerd Fleischer Sat, 17 Jun 2007 19:56:34 +0200 + +kwin-decor-suse2 (0.4-1) unstable; urgency=low + + * Updated to 0.4 + + -- Gerd Fleischer Thu, 02 Nov 2006 19:56:34 +0200 + +kwin-decor-suse2 (0.3.5-1) unstable; urgency=low + + * Updated to 0.3.5 + + -- Gerd Fleischer Sat, 20 May 2006 19:56:34 +0200 + +kwin-decor-suse2 (0.3.4-1) unstable; urgency=low + + * Updated to 0.3.4 + + -- Gerd Fleischer Thu, 23 Feb 2006 19:56:34 +0200 + +kwin-decor-suse2 (0.3.2-1) unstable; urgency=low + + * Updated to 0.3.2 + * renamed to kwin-style-suse2 to match debian naming rules + * replaces older kwin-decor-suse2 named packages + + -- Gerd Fleischer Thu, 08 Dec 2005 19:56:34 +0200 + +kwin-decor-suse2 (0.3.1-1) unstable; urgency=low + + * Updated to 0.3.1 + + -- Gerd Fleischer Mon, 19 Sep 2005 19:56:34 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ae71baf --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: kwin-decor-suse2 +Section: kde +Priority: optional +Maintainer: Adrian Neumaier +Build-Depends: debhelper (>= 4.0.0), kdelibs4-dev (>= 4:3.5.0), kdebase-dev (>= 4:3.5.0), cdbs +Standards-Version: 3.6.2 + +Package: kwin-style-suse2 +Architecture: any +Depends: ${shlibs:Depends} +Replaces: kwin-decor-suse2 +Description: KDE window decoration from SUSE 9.3 + This the the SUSE 9.3 KDE Window decoration extracted from SUSE. + . + It features in additon to the original theme several new button + styles and a changeable titlebar image. + . + A color scheme for KDE is provided too. + . + Homepage: http://www.gerdfleischer.de/kwin-decor-suse2/ diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..20aa3b3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Adrian Neumaier on +Mon, 19 Sep 2005 19:56:34 +0200 + +It was downloaded from http://www.gerdfleischer.de/kwin-decor-suse2/ + +Authors: Adrian Schroeter + Gerd Fleischer + Sandro Giessl + Rik Hemsley (rikkus) + Laur Ivan + +Copyright: 2005, Adrian Schroeter + 2003, Sandro Giessl + 2001, Rik Hemsley + 2005, Gerd Fleischer + 2003, Laur Ivan + +License: + +For the files shadow.cpp and shadow.h the following license applies: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02111-1301, USA. + +On Debian systems, the complete text of the GNU Library General Public +License can be found in `/usr/share/common-licenses/LGPL'. + +For the rest of the package this license applies: + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02111-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..f6a14d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# +# Uhm, too much complicated eh? +# +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/kde.mk +#DEB_OPT_FLAG=-O3 -march=i686 -mcpu=i686 -- cgit v1.2.1