From 1236c4b3f853d0ac14813482f5d8c54acc0c6b26 Mon Sep 17 00:00:00 2001 From: cutefishd Date: Sat, 20 Mar 2021 17:14:40 +0800 Subject: [PATCH] Add debian files --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 29 +++++++++++++++++++++++++++++ debian/copyright | 3 +++ debian/rules | 9 +++++++++ debian/source/format | 1 + 6 files changed, 48 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 create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..475fd31 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +cutefish-kwin-plugins (0.1) UNRELEASED; urgency=low + + * Initial release (CutefishOS) + + -- CutefishOS Thu, 16 Oct 2014 17:22:15 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b80b9f1 --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: cutefish-kwin-plugins +Section: devel +Priority: optional +Maintainer: CutefishOS +Build-Depends: cmake, + debhelper (>= 9), + extra-cmake-modules, + kwin-dev, + libkf5windowsystem-dev, + libkf5globalaccel-dev, + libkf5config-dev, + libkdecorations2-dev, + libkf5coreaddons-dev, + qtbase5-dev, + qtbase5-private-dev, + qtdeclarative5-dev, + qtquickcontrols2-5-dev, + qttools5-dev, + qttools5-dev-tools +Standards-Version: 4.5.0 +Homepage: https://github.com/cutefishos/terminal + +Package: cutefish-kwin-plugins +Architecture: any +Depends: qml-module-qtquick-controls2, + qml-module-qtquick2, + ${misc:Depends}, + ${shlibs:Depends} +Description: CutefishOS KWin Plugins diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..716fe64 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,3 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: calamares +Source: diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ab2f7c3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +export QT_SELECT=5 + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -DEMBED_TRANSLATIONS=ON -DBUILD_TESTING=ON diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)