From 38e6b4edf1e2b175d9aa1a62e531fe63dfaa5967 Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 28 Feb 2023 21:08:44 -0800 Subject: Set deb package to install desktop entry --- debian/README.Debian | 2 +- debian/control | 2 +- debian/copyright | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- debian/install | 2 ++ 4 files changed, 52 insertions(+), 6 deletions(-) create mode 100644 debian/install (limited to 'debian') diff --git a/debian/README.Debian b/debian/README.Debian index 2365bbc..700c043 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -22,6 +22,6 @@ For a help message and list of flags terminal-media-launcher --help - You can also consult the man pages **terminal-media-launcher**(1) and **terminal-media-launcher-config**(5) + You can also consult the man pages terminal-media-launcher(1) and terminal-media-launcher-config(5) -- louie Mon, 27 Feb 2023 13:34:32 -0800 diff --git a/debian/control b/debian/control index 47485e3..86a867c 100644 --- a/debian/control +++ b/debian/control @@ -11,5 +11,5 @@ Architecture: amd64 Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Description: Lightweight Terminal Media Launcher written in C - Terminal Media Launcher is a command line utility to help streamline + Terminal Media Launcher is a command line utility to help streamline launching applications and other media diff --git a/debian/copyright b/debian/copyright index 6a54bbe..4a54fea 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: terminal-media-launcher -Upstream-Contact: +Upstream-Contact: https://github.com/lshprung/terminal-media-launcher Source: https://github.com/lshprung/terminal-media-launcher # # Please double check copyright with the licensecheck(1) command. @@ -8,8 +8,17 @@ Source: https://github.com/lshprung/terminal-media-launcher Files: Makefile.am configure.ac data/Makefile.am - data/icon.dia - data/icon.ico + data/terminal-media-launcher.desktop + data/terminal-media-launcher.dia + data/terminal-media-launcher.ico + debian/README.Debian + debian/control + debian/install + debian/patches/series + debian/rules + debian/source/format + debian/source/local-options + debian/watch docs/Makefile.am docs/README.md docs/screenshot1.png @@ -18,6 +27,11 @@ Files: Makefile.am docs/windows_compile_instructions.md man/terminal-media-launcher-config.5 man/terminal-media-launcher.1 + src/.deps/terminal_media_launcher-cache.Po + src/.deps/terminal_media_launcher-draw.Po + src/.deps/terminal_media_launcher-entry.Po + src/.deps/terminal_media_launcher-group.Po + src/.deps/terminal_media_launcher-read_cfg.Po src/Makefile.am src/cache.c src/draw.c @@ -29,6 +43,9 @@ Files: Makefile.am src/include/group.h src/include/read_cfg.h src/read_cfg.c + src/unix/.deps/terminal_media_launcher-cache.Po + src/unix/.deps/terminal_media_launcher-draw.Po + src/unix/.deps/terminal_media_launcher-read_cfg.Po src/unix/cache.c src/unix/draw.c src/unix/read_cfg.c @@ -55,9 +72,36 @@ Copyright: 1992-2020 Free Software Foundation, Inc. License: __AUTO_PERMISSIVE__ Autogenerated files with permissive licenses. +Files: Makefile + data/Makefile + docs/Makefile + src/Makefile +Copyright: 1994-2020 Free Software Foundation, Inc. +License: PERMISSIVE + This Makefile.in is free software; the Free Software Foundation + gives unlimited permission to copy and/or distribute it, + with or without modifications, as long as this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +Files: config.log +Copyright: 2020 Free Software Foundation, Inc. +License: __UNKNOWN__ + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Files: config.status +Copyright: 2012 Free Software Foundation, Inc. +License: __UNKNOWN__ + This config.status script is free software; the Free Software Foundation + gives unlimited permission to copy, distribute and modify it." + #---------------------------------------------------------------------------- # xml and html files (skipped): -# data/icon.svg +# data/terminal-media-launcher.svg #---------------------------------------------------------------------------- # Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..a83f3b7 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +data/terminal-media-launcher.desktop /usr/share/applications +data/terminal-media-launcher.svg /usr/share/pixmaps -- cgit