Update control file

pull/7/head
cutefishd 5 years ago
parent 71a4d08f5b
commit 6738de37d1

5
debian/changelog vendored

@ -0,0 +1,5 @@
cutefish-statusbar (0.1) UNRELEASED; urgency=low
* Initial release (CutefishOS) <cutefishos@foxmail.com>
-- CutefishOS <cutefishos@foxmail.com> Thu, 16 Oct 2014 17:22:15 +0200

1
debian/compat vendored

@ -0,0 +1 @@
9

29
debian/control vendored

@ -0,0 +1,29 @@
Source: cutefish-statusbar
Section: devel
Priority: optional
Maintainer: CutefishOS <cutefishos@foxmail.com>
Build-Depends: cmake,
debhelper (>= 9),
extra-cmake-modules,
libkf5windowsystem-dev,
qtbase5-dev,
qtdeclarative5-dev,
qtquickcontrols2-5-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 4.5.0
Homepage: https://github.com/cutefishos/terminal
Package: cutefish-statusbar
Architecture: any
Depends: qml-module-qtquick-controls2,
qml-module-qtquick2,
qml-module-qtquick-layouts,
qml-module-qt-labs-platform,
qml-module-qt-labs-settings,
qml-module-qtqml,
qml-module-qtquick-window2,
qml-module-qtquick-shapes,
${misc:Depends},
${shlibs:Depends}
Description: CutefishOS Statusbar

3
debian/copyright vendored

@ -0,0 +1,3 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: calamares
Source: <url://example.com>

9
debian/rules vendored

@ -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

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

@ -15,7 +15,7 @@ Item {
id: background
anchors.fill: parent
color: Meui.Theme.backgroundColor
opacity: 0.5
opacity: 0.6
Behavior on color {
ColorAnimation {
@ -148,6 +148,16 @@ Item {
asynchronous: true
}
// Image {
// id: powerIcon
// height: rootItem.iconSize + 2
// width: height
// sourceSize: Qt.size(width, height)
// source: "qrc:/images/" + (Meui.Theme.darkMode ? "dark/" : "light/") + "system-shutdown-symbolic.svg"
// Layout.alignment: Qt.AlignCenter
// asynchronous: true
// }
Label {
id: timeLabel
Layout.alignment: Qt.AlignCenter

Loading…
Cancel
Save