File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed
Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 11janus
22* .o
3- * .AppImage
4- AppDir
5- lib
63* .mo
7- appimage-build
8- * .zsync
4+ build
Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ uninstall:
4646 rm /usr/share/applications/janus.desktop
4747 $(foreach object, $(MOBJECTS ) , rm /usr/share/locale/$(notdir $(basename $(object ) ) ) /LC_MESSAGES/janus.mo;)
4848
49- appimage : DESTDIR += AppDir
49+ appimage : DESTDIR += build/ AppDir
5050appimage : install
51- appimage-builder --recipe data/AppImageBuilder.yml
51+ cd build; appimage-builder --recipe ../data/AppImageBuilder.yml
52+
53+ deb : DESTDIR += build/janus-notepad_0.9.5-1
54+ deb : install
55+ install -Dm644 data/control $(DESTDIR ) /DEBIAN/control
56+ sudo chown root:root -R $(DESTDIR )
57+ dpkg -b $(DESTDIR )
58+ sudo chown $(id -u ) :$(id -g ) -R $(DESTDIR )
Original file line number Diff line number Diff line change 1+ Package: janus-notepad
2+ Version: 0.9.5-1
3+ Section: base
4+ Priority: optional
5+ Architecture: amd64
6+ Conflicts: janus
7+ Depends: libgtk-3-0, libgtksourceview-4-0
8+ Maintainer: Gabriel Holmann <gholmann@satyrn.net>
9+ Description: Simple linux notepad.
You can’t perform that action at this time.
0 commit comments