mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
debian packaging
This commit is contained in:
parent
9f91d35d34
commit
177e5495d8
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
vnote (1.2-0ubuntu1) xenial; urgency=medium
|
||||||
|
|
||||||
|
* Initial release
|
||||||
|
|
||||||
|
-- Le Tan <tamlokveer@gmail.com> Sun, 09 Apr 2017 16:32:22 +0800
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
9
|
14
debian/control
vendored
Normal file
14
debian/control
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Source: vnote
|
||||||
|
Section: editors
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Le Tan <tamlokveer@gmail.com>
|
||||||
|
Build-Depends: debhelper (>=9), cdbs, qt5-qmake, qtbase5-dev, libqt5svg5-dev, qtdeclarative5-dev, libqt5xmlpatterns5-dev
|
||||||
|
Standards-Version: 3.9.6
|
||||||
|
Homepage: https://tamlok.github.io/vnote
|
||||||
|
#Vcs-Git: git://anonscm.debian.org/collab-maint/vnote.git
|
||||||
|
Vcs-Browser: https://github.com/tamlok/vnote.git
|
||||||
|
|
||||||
|
Package: vnote
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5core5a, libqt5gui5, libqt5sql5, libqt5sql5-sqlite, libqt5widgets5, libqt5qml5, libqt5svg5, libqt5network5, libqt5xml5, libqt5xmlpatterns5, libqt5printsupport5
|
||||||
|
Description: A Vim-inspired note-taking application, especially for Markdown
|
7
debian/copyright
vendored
Normal file
7
debian/copyright
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: vnote
|
||||||
|
Source: https://tamlok.github.io/vnote
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2017 Le Tan <tamlokveer@gmail.com>
|
||||||
|
License: MIT License
|
28
debian/rules
vendored
Executable file
28
debian/rules
vendored
Executable file
@ -0,0 +1,28 @@
|
|||||||
|
#!/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)
|
||||||
|
override_dh_shlibdeps:
|
||||||
|
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
|
||||||
|
|
||||||
|
export QT_SELECT=qt5
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
10
debian/vnote.install
vendored
Normal file
10
debian/vnote.install
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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
|
2
hoedown
2
hoedown
@ -1 +1 @@
|
|||||||
Subproject commit 968af5b07e985488a7e841249fde7f0b19bcfb72
|
Subproject commit f3c38887a32502ae8eb0e74c6312834243a32e98
|
@ -109,6 +109,14 @@ RESOURCES += \
|
|||||||
vnote.qrc \
|
vnote.qrc \
|
||||||
translations.qrc
|
translations.qrc
|
||||||
|
|
||||||
|
OTHER_FILES += \
|
||||||
|
utils/highlightjs/highlight.pack.js \
|
||||||
|
utils/markdown-it/markdown-it-headinganchor.js \
|
||||||
|
utils/markdown-it/markdown-it-task-lists.min.js \
|
||||||
|
utils/markdown-it/markdown-it.min.js \
|
||||||
|
utils/marked/marked.min.js \
|
||||||
|
utils/mermaid/mermaidAPI.min.js
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
LIBS += -L/usr/local/lib
|
LIBS += -L/usr/local/lib
|
||||||
INCLUDEPATH += /usr/local/include
|
INCLUDEPATH += /usr/local/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user