File tree Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Expand file tree Collapse file tree 4 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ __pycache__
44* .pyc
55* .pro
66notes.md
7+ * .zip
8+ * .zip.asc
9+ release /
Original file line number Diff line number Diff line change 11# Changes
22
3- ## 0.0.1 (2019-XX-XX )
3+ ## 0.0.1 (2019-09-01 )
44
55* Initial release.
Original file line number Diff line number Diff line change 1919# </LICENSE_BLOCK>
2020
2121
22+ plugin = workbench
23+
24+ release :
25+ make clean
26+ mkdir -p release/$(plugin )
27+ cp --parents -a $$(git ls-tree -r $$(git rev-parse --abbrev-ref HEAD ) --name-only ) release/$(plugin ) /
28+ cd release/; zip -r $(plugin ) .zip $(plugin ) ; gpg --detach-sign -a $(plugin ) .zip
29+
30+ clean :
31+ -rm -r release
32+ find qgist/ -name ' *.pyc' -exec rm -f {} +
33+ find qgist/ -name ' *.pyo' -exec rm -f {} +
34+ find qgist/ -name ' *~' -exec rm -f {} +
35+ find ./ -name ' __pycache__' -exec rm -fr {} +
36+
2237translate :
2338 python3 -c " import makefile; makefile.translate()"
Original file line number Diff line number Diff line change 2121[general]
2222name=QGIST Workbench
2323description=Organizing Toolbars
24+ about=QGIST Workbench is a QGIS plugin for organizing toolbars and dockwidgets.
2425version=0.0.1
2526qgisMinimumVersion=3.0
2627author=QGIST project
You can’t perform that action at this time.
0 commit comments