generate a -gnome3 package for gnome-shell integration
This commit is contained in:
parent
749cde6e72
commit
479ab1fb7b
|
@ -59,5 +59,6 @@ debuild ${DEBUILD_ARGS:-$@}
|
||||||
|
|
||||||
rm -rf "$DIST"
|
rm -rf "$DIST"
|
||||||
mkdir -p "$DIST"
|
mkdir -p "$DIST"
|
||||||
cp -a ../solaar_$VERSION* "$DIST"
|
cp -a -t "$DIST" ../solaar_$VERSION*
|
||||||
|
cp -a -t "$DIST" ../solaar-*_$VERSION* || true
|
||||||
cd "$DIST"
|
cd "$DIST"
|
||||||
|
|
|
@ -17,8 +17,18 @@ 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: gir1.2-gtk-3.0 (>= 3.6.4)
|
|
||||||
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
|
||||||
battery status.
|
battery status.
|
||||||
|
|
||||||
|
Package: solaar-gnome3
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}, solaar (= ${source:Version}),
|
||||||
|
gnome-shell (>= 3.4), gir1.2-appindicator3-0.1
|
||||||
|
Description: gnome-shell integration for Solaar
|
||||||
|
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
|
||||||
|
battery status.
|
||||||
|
.
|
||||||
|
This metapackage provides integration with gnome-shell.
|
||||||
|
|
Loading…
Reference in New Issue