delete:delete debian

This commit is contained in:
wangguixi 2022-11-25 15:11:55 +08:00
parent 674a3486fc
commit 9241dee385
7 changed files with 0 additions and 399 deletions

65
debian/changelog vendored
View File

@ -1,65 +0,0 @@
ukui-system-appwidget (1.0.0.0-ok1.4) yangtze; urgency=medium
* add:添加编译依赖,并修改适配父类窗口大小自动适配缩放
-- wangguixi <wangguixi@kylinos.cn> Thu, 10 Nov 2022 19:54:34 +0800
ukui-system-appwidget (1.0.0.0-ok1.3) yangtze; urgency=medium
* rebuild source for openKylin,Change version code
-- wangguixi <wangguixi@kylinos.cn> Thu, 03 Nov 2022 16:22:51 +0800
ukui-system-appwidget (1.0.0.0-ok1.2) yangtze; urgency=medium
* rebuild source for openKylin,Change version code
-- wangguixi <wangguixi@kylinos.cn> Thu, 27 Oct 2022 16:58:56 +0800
ukui-system-appwidget (1.0.0.0-ok1.1) yangtze; urgency=medium
* rebuild source for openKylin
-- wangguixi <wangguixi@kylinos.cn> Thu, 27 Oct 2022 16:58:51 +0800
ukui-system-appwidget (1.0.0.0-ok1) yangtze; urgency=medium
* rebuild source for openKylin
-- wangguixi <wangguixi@kylinos.cn> Thu, 27 Oct 2022 16:58:51 +0800
ukui-system-appwidget (1.0.0.0-0k0.2) yangtze; urgency=medium
* BUG: 无
* 需求号: 17140
* 其他改动说明:修改添加编译依赖
* 影响#
* 其他#
-- wangguixi <wangguixi@kylinos.cn> Sun, 09 Oct 2022 15:01:28 +0800
ukui-system-appwidget (1.0.0.0-0k0.1) yangtze; urgency=medium
* BUG: 无
* 需求号: 17140
* 其他改动说明:更改版本号1.0.0.0-0k0.1
* 影响#
* 其他#
-- wangguixi <wangguixi@kylinos.cn> Sat, 08 Oct 2022 11:01:38 +0800
ukui-system-appwidget (1.0.0.0-0k0) yangtze; urgency=medium
* BUG: 无
* 需求号: 17140
* 其他改动说明:更改版本号1.0.0.0-0k0
* 影响#
* 其他#
-- wangguixi <wangguixi@kylinos.cn> Sat, 08 Oct 2022 11:01:38 +0800
ukui-system-appwidget (1.0.0.0-1) yangtze; urgency=medium
* Initial release
-- wangguixi <wangguixi@kylinos.cn> Sat, 08 Oct 2022 11:01:38 +0800

21
debian/control vendored
View File

@ -1,21 +0,0 @@
Source: ukui-system-appwidget
Section: admin
Priority: optional
Maintainer: wangguixi <wangguixi@kylinos.cn>
Build-Depends: debhelper-compat (= 12),
qtdeclarative5-private-dev,
qtbase5-private-dev,
qtquickcontrols2-5-dev,
libukui-appwidget-manager-dev,
libukui-appwidget-provider-dev,
libukui-appwidget-qmlplugin0
Standards-Version: 4.4.1
Homepage: <insert the upstream URL, if relevant>
#Vcs-Browser: https://salsa.debian.org/debian/ukui-system-appwidget
#Vcs-Git: https://salsa.debian.org/debian/ukui-system-appwidget.git
Package: ukui-system-appwidget
Architecture: any
Depends:${shlibs:Depends}, ${misc:Depends},libukui-appwidget-qmlplugin0
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>

43
debian/copyright vendored
View File

@ -1,43 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ukui-system-appwidget
Upstream-Contact: <preferred name and address to reach the upstream project>
Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: <special license>
<Put the license of the package here indented by 1 space>
<This follows the format of Description: lines in control file>
.
<Including paragraphs>
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2022 kylin <wangguixi@kylinos.cn>
License: GPL-2+
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; either version 2 of the License, or
(at your option) any later version.
.
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 program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
# Please avoid picking licenses with terms that are more restrictive than the
# packaged work, as it may make Debian's contributions unacceptable upstream.
#
# If you need, there are some extra license texts available in two places:
# /usr/share/debhelper/dh_make/licenses/
# /usr/share/common-licenses/

View File

@ -1,243 +0,0 @@
From: wangguixi <wangguixi@kylinos.cn>
Date: Sun, 9 Oct 2022 11:12:07 +0800
Subject: =?utf-8?b?YWRkOua3u+WKoOaWh+acrOmYtOW9seaViOaenA==?=
---
Time.qml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
data/time/time.qml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
main.qml | 2 +-
3 files changed, 101 insertions(+), 1 deletion(-)
diff --git a/Time.qml b/Time.qml
index 9c941cd..92f634b 100644
--- a/Time.qml
+++ b/Time.qml
@@ -2,6 +2,7 @@ import QtQuick 2.0
import QtQml 2.12
import QtQuick.Layouts 1.12
import org.ukui.appwidget 1.0
+import QtGraphicalEffects 1.0
//import QtQuick.Controls 2.0
AppWidget {
id:appwidget
@@ -108,6 +109,13 @@ AppWidget {
font.pixelSize:112
font.letterSpacing: 0
font.family: "STxihei"
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
Rectangle {
@@ -140,6 +148,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
RowLayout {
Text {
@@ -149,6 +164,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
Text {
id: date1
@@ -157,6 +179,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
}
@@ -187,6 +216,13 @@ AppWidget {
font.pixelSize:112
font.letterSpacing:0
font.family: "STxihei"
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
Rectangle {
@@ -218,6 +254,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
Text {
id: date2
@@ -226,6 +269,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
}
diff --git a/data/time/time.qml b/data/time/time.qml
index 9c941cd..92f634b 100644
--- a/data/time/time.qml
+++ b/data/time/time.qml
@@ -2,6 +2,7 @@ import QtQuick 2.0
import QtQml 2.12
import QtQuick.Layouts 1.12
import org.ukui.appwidget 1.0
+import QtGraphicalEffects 1.0
//import QtQuick.Controls 2.0
AppWidget {
id:appwidget
@@ -108,6 +109,13 @@ AppWidget {
font.pixelSize:112
font.letterSpacing: 0
font.family: "STxihei"
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
Rectangle {
@@ -140,6 +148,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
RowLayout {
Text {
@@ -149,6 +164,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
Text {
id: date1
@@ -157,6 +179,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
}
@@ -187,6 +216,13 @@ AppWidget {
font.pixelSize:112
font.letterSpacing:0
font.family: "STxihei"
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
Rectangle {
@@ -218,6 +254,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
Text {
id: date2
@@ -226,6 +269,13 @@ AppWidget {
font.letterSpacing: 0
font.family: "STxihei"
verticalAlignment: TextInput.AlignVCenter
+
+ layer.enabled: true
+ layer.effect: DropShadow {
+ verticalOffset: 1
+ color: "#40262626"
+ samples: 4
+ }
}
}
}
diff --git a/main.qml b/main.qml
index afd1e26..4d1210b 100644
--- a/main.qml
+++ b/main.qml
@@ -5,7 +5,7 @@ Window {
visible: true
width: 640
height: 480
- color: "black"
+ color: "transparent"
title: qsTr("Hello World")

View File

@ -1 +0,0 @@
0001-add.patch

25
debian/rules vendored
View File

@ -1,25 +0,0 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
# dh_make generated override targets
# This is example for Cmake (See https://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)

View File

@ -1 +0,0 @@
3.0 (native)