packaging: remove solaar-gnome3 package
This commit is contained in:
parent
8e67bbbc11
commit
35909afb0d
|
|
@ -5,4 +5,4 @@ layout: page
|
||||||
|
|
||||||
# Debian repository
|
# Debian repository
|
||||||
|
|
||||||
Solaar is now part of the [official debian repository](https://packages.debian.org/solaar-gnome3), to install it on your debian machine, use the following command: `sudo apt install solaar-gnome3`
|
Solaar is now part of the [official debian repository](https://packages.debian.org/solaar), to install it on your debian machine, use the following command: `sudo apt install solaar`
|
||||||
|
|
|
||||||
|
|
@ -64,17 +64,16 @@ Pre-built packages are available for a few Linux distros.
|
||||||
|
|
||||||
* Arch `solaar` package in the [community repository][arch]
|
* Arch `solaar` package in the [community repository][arch]
|
||||||
* Debian 7 (Wheezy) or higher: packages in this [repository](https://pwr-solaar.github.io/Solaar/debian)
|
* Debian 7 (Wheezy) or higher: packages in this [repository](https://pwr-solaar.github.io/Solaar/debian)
|
||||||
* Ubuntu/Kubuntu 16.04+: use the `solaar-gnome3` and/or `solaar` package from [universe repository][universe repository]
|
* Ubuntu/Kubuntu 16.04+: use the `solaar` package from [universe repository][universe repository]
|
||||||
* Ubuntu/Kubuntu stable packages: use `solaar-gnome3` and/or `solaar` package from [Solaar stable ppa][ppa2]
|
* Ubuntu/Kubuntu stable packages: use the `solaar` package from [Solaar stable ppa][ppa2]
|
||||||
* Ubuntu/Kubuntu git build packages: use `solaar-gnome3` and/or `solaar` package from [Solaar git ppa][ppa1]
|
* Ubuntu/Kubuntu git build packages: use the `solaar` package from [Solaar git ppa][ppa1]
|
||||||
* a [Fedora package][fedora], courtesy of Eric Smith
|
* a [Fedora package][fedora], courtesy of Eric Smith
|
||||||
* a [Gentoo package][gentoo], courtesy of Carlos Silva and Tim Harder
|
* a [Gentoo package][gentoo], courtesy of Carlos Silva and Tim Harder
|
||||||
* a [Mageia package][mageia], courtesy of David Geiger
|
* a [Mageia package][mageia], courtesy of David Geiger
|
||||||
* an [OpenSUSE rpm][opensuse], courtesy of Mathias Homann
|
* an [OpenSUSE rpm][opensuse], courtesy of Mathias Homann
|
||||||
* an [Ubuntu/Kubuntu git and stable ppa][ppa3], courtesy of [gogo][ppa4]
|
* an [Ubuntu/Kubuntu git and stable ppa][ppa3], courtesy of [gogo][ppa4]
|
||||||
|
|
||||||
The `solaar` package uses a standard system tray implementation; to ensure
|
The `solaar` package uses a standard system tray implementation; `solaar-gnome3` is no longer required for `gnome` or `unity` integration.
|
||||||
integration with *gnome-shell* or *Unity*, install `solaar-gnome3`.
|
|
||||||
|
|
||||||
[ppa4]: https://launchpad.net/~trebelnik-stefina
|
[ppa4]: https://launchpad.net/~trebelnik-stefina
|
||||||
[ppa3]: https://launchpad.net/~solaar-unifying
|
[ppa3]: https://launchpad.net/~solaar-unifying
|
||||||
|
|
|
||||||
|
|
@ -18,22 +18,8 @@ Depends: ${misc:Depends}, ${debconf:Depends}, udev (>= 175), passwd | adduser,
|
||||||
${solaar:Desktop-Icon-Theme}
|
${solaar:Desktop-Icon-Theme}
|
||||||
Recommends: gir1.2-notify-0.7, consolekit (>= 0.4.3) | systemd (>= 44),
|
Recommends: gir1.2-notify-0.7, consolekit (>= 0.4.3) | systemd (>= 44),
|
||||||
python-dbus (>= 1.1.0), upower
|
python-dbus (>= 1.1.0), upower
|
||||||
Suggests: gir1.2-appindicator3-0.1, solaar-gnome3 (= ${source:Version})
|
Suggests: gir1.2-appindicator3-0.1
|
||||||
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
|
|
||||||
Section: gnome
|
|
||||||
Depends: ${misc:Depends}, solaar (= ${source:Version}),
|
|
||||||
gir1.2-appindicator3-0.1, gnome-shell (>= 3.4) | unity (>= 5.10),
|
|
||||||
${solaar:Gnome-Icon-Theme}
|
|
||||||
Enhances: solaar
|
|
||||||
Description: gnome-shell/Unity 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 ensures integration with gnome-shell/Unity.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue