debian/control: tweaks for gnome-shell/unity support
This commit is contained in:
parent
9c4055a046
commit
f4a3f699e8
|
@ -17,6 +17,7 @@ Depends: ${misc:Depends}, udev (>= 175), passwd | adduser,
|
||||||
${python:Depends}, python-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4),
|
${python:Depends}, python-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4),
|
||||||
${DesktopIconTheme}, ${DistroDepends}
|
${DesktopIconTheme}, ${DistroDepends}
|
||||||
Recommends: gir1.2-notify-0.7, ${DistroRecommends}
|
Recommends: gir1.2-notify-0.7, ${DistroRecommends}
|
||||||
|
Suggests: ${DistroSuggests}
|
||||||
Description: Logitech Unifying Receiver peripherals manager for Linux
|
Description: Logitech Unifying Receiver peripherals manager for Linux
|
||||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||||
It is able to pair/unpair devices to the receiver, and for some devices read
|
It is able to pair/unpair devices to the receiver, and for some devices read
|
||||||
|
@ -25,10 +26,10 @@ Description: Logitech Unifying Receiver peripherals manager for Linux
|
||||||
Package: solaar-gnome3
|
Package: solaar-gnome3
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, solaar (= ${source:Version}),
|
Depends: ${misc:Depends}, solaar (= ${source:Version}),
|
||||||
gnome-shell (>= 3.4), gir1.2-appindicator3-0.1
|
gir1.2-appindicator3-0.1, gnome-shell (>= 3.4) | unity (>= 5.10)
|
||||||
Description: gnome-shell integration for Solaar
|
Description: gnome-shell/Unity integration for Solaar
|
||||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||||
It is able to pair/unpair devices to the receiver, and for some devices read
|
It is able to pair/unpair devices to the receiver, and for some devices read
|
||||||
battery status.
|
battery status.
|
||||||
.
|
.
|
||||||
This metapackage provides integration with gnome-shell.
|
This metapackage ensures integration with gnome-shell/Unity.
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
DesktopIconTheme=gnome-icon-theme | oxygen-icon-theme
|
DesktopIconTheme=gnome-icon-theme | oxygen-icon-theme
|
||||||
DistroDepends=
|
DistroDepends=
|
||||||
DistroRecommends=
|
DistroRecommends=
|
||||||
|
DistroSuggests=gir1.2-appindicator3-0.1
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
DesktopIconTheme=gnome-icon-theme-full | oxygen-icon-theme-complete
|
DesktopIconTheme=gnome-icon-theme-full | oxygen-icon-theme-complete
|
||||||
DistroDepends=gir1.2-appindicator3-0.1
|
DistroDepends=gir1.2-appindicator3-0.1, gnome-shell (>= 3.4) | unity (>= 5.10)
|
||||||
DistroRecommends=
|
DistroRecommends=
|
||||||
|
DistroSuggests=
|
||||||
|
|
Loading…
Reference in New Issue