Skip to content

Commit

Permalink
add debian
Browse files Browse the repository at this point in the history
  • Loading branch information
rekols committed Aug 6, 2017
1 parent 0795920 commit d573763
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/.debhelper/rekols-dict/dbgsym-build-ids
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bd529f2651f345489052c68ef4fe76f4396820e1
13 changes: 13 additions & 0 deletions debian/.debhelper/rekols-dict/dbgsym-root/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Package: rekols-dict-dbgsym
Source: rekols-dict
Version: 0.1-1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: rekols <[email protected]>
Installed-Size: 1230
Depends: rekols-dict (= 0.1-1)
Section: debug
Priority: extra
Homepage: https://github.com/rekols
Description: Debug symbols for rekols-dict
Build-Ids: bd529f2651f345489052c68ef4fe76f4396820e1
1 change: 1 addition & 0 deletions debian/.debhelper/rekols-dict/dbgsym-root/DEBIAN/md5sums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e68493a969d9e001018351d0541e2ec4 usr/lib/debug/.build-id/bd/529f2651f345489052c68ef4fe76f4396820e1.debug
Binary file not shown.
3 changes: 3 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rekols-monitor (0.1) unstable; urgency=low

* Initial release.
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
12 changes: 12 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Source: rekols-monitor
Section: base
Priority: optional
Maintainer: rekols <[email protected]>
Build-Depends: debhelper (>= 9), pkg-config, qt5-default, dpkg-dev, qt5-qmake, qtbase5-dev
Standards-Version: 0.1
Homepage: https://github.com/rekols

Package: rekols-monitor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A simple system monitor for you.
4 changes: 4 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --parallel
12 changes: 12 additions & 0 deletions rekols-monitor.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[Desktop Entry]
Categories=Application;Utility;
Encoding=UTF-8
Exec=/usr/bin/rekols-monitor
Icon=apps.com.onlinego
Name=Rekols Monitor
Name[zh_CN]=rekols-monitor.desktop
Name[zh_TW]=系统监视悬浮窗
StartupNotify=false
Terminal=false
Type=Application
X-MultipleArgs=false
11 changes: 10 additions & 1 deletion monitor.pro → rekols-monitor.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = monitor
TARGET = rekols-monitor
TEMPLATE = app

CONFIG += c++11
Expand All @@ -23,3 +23,12 @@ HEADERS += main_window.h \
utils.h \
memory_monitor.h \
thread.h

isEmpty(BINDIR):BINDIR=/usr/bin
isEmpty(APPDIR):APPDIR=/usr/share/applications

target.path = $$INSTROOT$$BINDIR
desktop.path = $$INSTROOT$$APPDIR
desktop.files = rekols-monitor.desktop

INSTALLS += target desktop

0 comments on commit d573763

Please sign in to comment.