Check-in [31995cd149]
Overview
Comment: | Spread out #pack: specifiers into doc files. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
31995cd149676a51a6c02c34601d1034 |
User & Date: | mario on 2015-04-04 10:01:56 |
Other Links: | manifest | tags |
Context
2015-04-05
| ||
14:04 | Document Makefile requirements (version, xpm/fpm), prepare manual `install` target. check-in: ff249e30f0 user: mario tags: trunk | |
2015-04-04
| ||
10:01 | Spread out #pack: specifiers into doc files. check-in: 31995cd149 user: mario tags: trunk | |
10:00 | Add plugin defaults now really on initialization. Safeguard in configwin. Always use gtk.STOCK_NEW for empty app fields in config_dialog (not just for new lines). check-in: 8178f6832b user: mario tags: trunk | |
Changes
Makefile became a regular file with contents [4a807d2d9d].
︙ | ︙ |
Modified PACKAGING from [1eeac62a7c] to [bdfee53a8f].
1 2 3 4 5 6 7 | This is a short summary for distribution package maintainers. For regular end-user documentation please see the help/ pages. Structural changes from 2.1.5 onwards (2015-04-xx) -------------------------------------------------- | > | 1 2 3 4 5 6 7 8 | # pack: PACKAGING= This is a short summary for distribution package maintainers. For regular end-user documentation please see the help/ pages. Structural changes from 2.1.5 onwards (2015-04-xx) -------------------------------------------------- |
︙ | ︙ |
Modified README from [2bc93d2bc5] to [6755f4a074].
1 2 3 4 5 6 7 | Streamtuner2 ============ ST2 is a browser for internet radio/streaming stations. It queries directories like Shoutcast, TuneIn, MyOggRadio, Xiph.org. SurfMusic, Jamendo etc. for music/video streams/collections. | > > > | 1 2 3 4 5 6 7 8 9 10 | # type: doc # pack: README=/usr/share/doc/streamtuner2/ Streamtuner2 ============ ST2 is a browser for internet radio/streaming stations. It queries directories like Shoutcast, TuneIn, MyOggRadio, Xiph.org. SurfMusic, Jamendo etc. for music/video streams/collections. |
︙ | ︙ | |||
137 138 139 140 141 142 143 144 | License ------- Public Domain. (Unrestricted copying, modification, etc.) If you wish you could thus redistribute it under a BSD/MIT or even GNU-style license. | < | 140 141 142 143 144 145 146 147 | License ------- Public Domain. (Unrestricted copying, modification, etc.) If you wish you could thus redistribute it under a BSD/MIT or even GNU-style license. |
Modified streamtuner2.desktop from [d9dfb36d5a] to [f25e24cc48].
1 2 | [Desktop Entry] Encoding=UTF-8 | < < < < > | 1 2 3 4 5 6 7 8 9 10 11 | [Desktop Entry] Encoding=UTF-8 Type=Application Exec=streamtuner2 Icon=streamtuner2.png Name=streamtuner2 Name[en]=streamtuner2 GenericName=Internet radio browser Comment=Listen to shoutcast/xiph/live365 music stations Categories=AudioVideo # pack: streamtuner2.desktop=/usr/share/applications/ |