File tree Expand file tree Collapse file tree 13 files changed +154
-20
lines changed
Expand file tree Collapse file tree 13 files changed +154
-20
lines changed Original file line number Diff line number Diff line change 11ACLOCAL_AMFLAGS = -I m4
2- SUBDIRS = src doc pixmaps data po
2+ SUBDIRS = src doc icons pixmaps data po
33
44BUILT_SOURCES = $(top_srcdir ) /.version
55$(top_srcdir ) /.version :
Original file line number Diff line number Diff line change @@ -126,12 +126,14 @@ doc/man/Makefile
126126src/Makefile
127127src/sgpsdp/Makefile
128128src/sgpsdp/TR/Makefile
129+ icons/Makefile
129130pixmaps/Makefile
130131pixmaps/maps/Makefile
131132pixmaps/logos/Makefile
132133pixmaps/icons/Makefile
133134data/Makefile
134135data/desktop/Makefile
136+ data/metainfo/Makefile
135137data/satdata/Makefile
136138po/Makefile.in
137139] )
Original file line number Diff line number Diff line change 1- SUBDIRS = satdata desktop
1+ SUBDIRS = satdata desktop metainfo
22
33gpredict_datdir = $(pkgdatadir ) /data
44
Original file line number Diff line number Diff line change 22Name =Gpredict
33Comment =Satellite tracker
44Exec =gpredict
5- Icon =gpredict-icon
5+ Icon =gpredict
66Terminal =false
77Type =Application
88Categories =HamRadio;Science;Astronomy;Education;Network;
Original file line number Diff line number Diff line change 1+ gpredict_metainfodir = $(datadir ) /metainfo
2+
3+ gpredict_metainfo_DATA = dk.oz9aec.Gpredict.metainfo.xml
4+
5+ EXTRA_DIST = $(gpredict_metainfo_DATA )
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <component type =" desktop-application" >
3+ <id >dk.oz9aec.Gpredict</id >
4+ <name >Gpredict</name >
5+ <developer_name >Alexandru Csete</developer_name >
6+ <summary >Real-time satellite tracking and orbit prediction program</summary >
7+ <description >
8+ <p >Gpredict is a real time satellite tracking and orbit prediction program written using the Gtk+ widgets.</p >
9+ <p >Gpredict is targeted mainly towards ham radio operators but others interested in satellite tracking may find it useful as well.</p >
10+ </description >
11+ <categories >
12+ <category >Astronomy</category >
13+ <category >Education</category >
14+ <category >HamRadio</category >
15+ <category >Network</category >
16+ <category >Science</category >
17+ </categories >
18+ <metadata_license >CC-BY-SA-3.0</metadata_license >
19+ <project_license >GPL-2.0+</project_license >
20+ <provides >
21+ <id >gpredict.desktop</id >
22+ </provides >
23+ <url type =" homepage" >https://oz9aec.dk/gpredict/</url >
24+ <screenshots >
25+ <screenshot type =" default" >
26+ <image >https://live.staticflickr.com/8089/28902144392_8cd36d57fe_b.jpg</image >
27+ </screenshot >
28+ </screenshots >
29+ <launchable type =" desktop-id" >gpredict.desktop</launchable >
30+ <content_rating type =" oars-1.1" />
31+ </component >
Original file line number Diff line number Diff line change 1-
21gpredict_satdir = $(pkgdatadir ) /data/satdata
32
43gpredict_sat_DATA = satellites.dat *.cat
54
65EXTRA_DIST = $(gpredict_sat_DATA )
7-
Original file line number Diff line number Diff line change 1+ Makefile
2+ Makefile.in
Original file line number Diff line number Diff line change 1+ gpredict_iconsdir = $(datadir ) /icons/hicolor/scalable/apps
2+ gpredict_icons_DATA = gpredict.svg
3+
4+ EXTRA_DIST = $(gpredict_icons_DATA )
You can’t perform that action at this time.
0 commit comments