mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
try debian packaging
This commit is contained in:
parent
6c06e000af
commit
0a7e92483c
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
vnote (1.2-0ubuntu1) xenial; urgency=medium
|
vnote (1.8-0ubuntu1) zesty; urgency=medium
|
||||||
|
|
||||||
* Initial release
|
* Initial release
|
||||||
|
* Adjusted the Makefile to fix $(DESTDIR) problems.
|
||||||
|
|
||||||
-- Le Tan <tamlokveer@gmail.com> Sun, 09 Apr 2017 16:32:22 +0800
|
-- Le Tan <tamlokveer@gmail.com> Sun, 20 Aug 2017 09:32:22 +0800
|
||||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -2,13 +2,16 @@ Source: vnote
|
|||||||
Section: editors
|
Section: editors
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Le Tan <tamlokveer@gmail.com>
|
Maintainer: Le Tan <tamlokveer@gmail.com>
|
||||||
Build-Depends: debhelper (>=9), cdbs, qt5-qmake, qtbase5-dev, libqt5svg5-dev, qtdeclarative5-dev, libqt5xmlpatterns5-dev
|
Build-Depends: debhelper (>=9), qt5-default (>= 5.7.1), libqt5svg5-dev, qtwebengine5-dev, libqt5webchannel5-dev, qtpositioning5-dev
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://tamlok.github.io/vnote
|
Homepage: https://tamlok.github.io/vnote
|
||||||
#Vcs-Git: git://anonscm.debian.org/collab-maint/vnote.git
|
|
||||||
Vcs-Browser: https://github.com/tamlok/vnote.git
|
Vcs-Browser: https://github.com/tamlok/vnote.git
|
||||||
|
|
||||||
Package: vnote
|
Package: vnote
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5core5a, libqt5gui5, libqt5sql5, libqt5sql5-sqlite, libqt5widgets5, libqt5qml5, libqt5svg5, libqt5network5, libqt5xml5, libqt5xmlpatterns5, libqt5printsupport5
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libQt5WebEngineWidgets (>= 5.7.1), libQt5WebEngineCore, libQt5PrintSupport, libQt5Widgets, libQt5Gui, libQt5WebChannel, libQt5Network, libQt5Core
|
||||||
Description: A Vim-inspired note-taking application, especially for Markdown
|
Suggests: libssl
|
||||||
|
Description: A Vim-inspired note-taking application for Markdown.
|
||||||
|
VNote is a cross-platform, free note-taking application, designed especially
|
||||||
|
for Markdown. VNote provides both simple note management and pleasant Markdown
|
||||||
|
edit experience.
|
||||||
|
10
debian/vnote.install
vendored
10
debian/vnote.install
vendored
@ -1,10 +0,0 @@
|
|||||||
src/vnote.desktop usr/share/applications
|
|
||||||
src/resources/icons/128x128/vnote.png usr/share/pixmaps
|
|
||||||
src/resources/icons/16x16/vnote.png usr/share/icons/hicolor/16x16/apps
|
|
||||||
src/resources/icons/32x32/vnote.png usr/share/icons/hicolor/32x32/apps
|
|
||||||
src/resources/icons/48x48/vnote.png usr/share/icons/hicolor/48x48/apps
|
|
||||||
src/resources/icons/64x64/vnote.png usr/share/icons/hicolor/64x64/apps
|
|
||||||
src/resources/icons/128x128/vnote.png usr/share/icons/hicolor/128x128/apps
|
|
||||||
src/resources/icons/256x256/vnote.png usr/share/icons/hicolor/256x256/apps
|
|
||||||
src/resources/icons/vnote.svg usr/share/icons/hicolor/scalable/apps
|
|
||||||
src/VNote usr/bin
|
|
Loading…
x
Reference in New Issue
Block a user