From 0f132952be60d5485f6d653e68919454b9e5b58c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 30 Dec 2016 15:59:07 +0100 Subject: desktop file and icon diff --git a/contrib/rhlibrary.desktop b/contrib/rhlibrary.desktop new file mode 100644 index 0000000..3ae94f5 --- /dev/null +++ b/contrib/rhlibrary.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=rhlibrary +GenericName=rhlibrary +Comment=Radio Helsinki Rivendell Library +Exec=rhlibrary +Terminal=false +Type=Application +Categories=GTK;Utility;Music; +Icon=rhlibrary diff --git a/debian/changelog b/debian/changelog index 170a40b..7a62db8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rhlibrary (0.1-2) unstable; urgency=medium + + * install desktop file and icon + + -- Christian Pointner Fri, 30 Dec 2016 15:58:30 +0100 + rhlibrary (0.1-1) unstable; urgency=medium * Initial release. diff --git a/debian/control b/debian/control index d2f015a..5290b01 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.5 Package: rhlibrary Architecture: i386 amd64 armhf armel -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good Description: Radio Helsinki Rivendell Library This is small program that allows users to listen to files imported into Rivendell at Radio Helsinki. diff --git a/debian/install b/debian/install index ed5bf6f..ef9a89b 100644 --- a/debian/install +++ b/debian/install @@ -1 +1,3 @@ usr/bin/rhlibrary +usr/share/pixmaps/rhlibrary.png +usr/share/applications/rhlibrary.desktop diff --git a/debian/rhlibrary.desktop b/debian/rhlibrary.desktop deleted file mode 100644 index 3ae94f5..0000000 --- a/debian/rhlibrary.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=rhlibrary -GenericName=rhlibrary -Comment=Radio Helsinki Rivendell Library -Exec=rhlibrary -Terminal=false -Type=Application -Categories=GTK;Utility;Music; -Icon=rhlibrary diff --git a/debian/rules b/debian/rules index 127059e..0866d38 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,5 @@ override_dh_auto_install: install -m 755 $$(pwd)/bin/rhlibrary $$(pwd)/debian/tmp/usr/bin/ install -d $$(pwd)/debian/tmp/usr/share/pixmaps/ install -m 644 $$(pwd)/contrib/rhlibrary.png $$(pwd)/debian/tmp/usr/share/pixmaps/ + install -d $$(pwd)/debian/tmp/usr/share/applications/ + install -m 644 $$(pwd)/contrib/rhlibrary.desktop $$(pwd)/debian/tmp/usr/share/applications/ -- cgit v0.10.2