Check-in [2a43aea838]
Overview
Comment: | Snap build option introduced (probably not going to be used for regular distribution, as the resulting package is exorbitantly large) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2a43aea83821b221f97111689e889ca6 |
User & Date: | mario on 2020-05-17 07:44:38 |
Other Links: | manifest | tags |
Context
2020-05-17
| ||
07:45 | Don't enable MyOggRadio channel per default for now. check-in: 993efbd303 user: mario tags: trunk | |
07:44 | Snap build option introduced (probably not going to be used for regular distribution, as the resulting package is exorbitantly large) check-in: 2a43aea838 user: mario tags: trunk | |
07:43 | Fetch mode option removed for filtermusic check-in: a895f59ca5 user: mario tags: trunk | |
Changes
Modified Makefile from [c2ba8c4a3c] to [405d1cf202].
︙ | |||
59 60 61 62 63 64 65 66 67 68 69 70 71 72 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | + + + + + + | $(PACK) -u packfile -s src -t zip --zip-shebang "/usr/bin/env python" \ -f -p "$(NAME)-$(VERSION).pyz" --prefix=./ .zip.py st2.py src: cd .. && pax -wvJf streamtuner2/streamtuner2-$(VERSION).src.txz \ streamtuner2/*.{py,png,desktop} streamtuner2/channels/*.{py,png} \ streamtuner2/{bundle/,contrib/,help/,gtk3.xml.gz,NEWS,READ,PACK,PKG,CRED,Make,bin,.zip}* snap: pyz cp streamtuner2-*.pyz streamtuner2.pyz zip snapcraft.zip streamtuner2.pyz version read ./st2.py write:_raw_ dev/snapcraft.yaml snapcraft # test .deb contents check: dpkg-deb -c streamtuner2*deb dpkg-deb -I streamtuner2*deb rpm -qpil *rpm upload: |
︙ |
Added dev/snapcraft.yaml version [131ff637c3].