version and url fixes
This commit is contained in:
parent
5f46c820e6
commit
f6eb90bd2d
|
@ -5,7 +5,7 @@ pkgver=0.8.8
|
|||
pkgrel=1
|
||||
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
||||
arch=("any")
|
||||
url="http://pwr.github.com/Solaar/"
|
||||
url="http://pwr.github.io/Solaar/"
|
||||
license=('GPL')
|
||||
depends=(
|
||||
'systemd' 'python' 'python-pyudev'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
solaar (0.8.8-1) UNRELEASED; urgency=low
|
||||
solaar (0.8.8-2) UNRELEASED; urgency=low
|
||||
|
||||
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Build-Depends-Indep: python
|
|||
X-Python-Version: >= 2.7
|
||||
X-Python3-Version: >= 3.2
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://pwr.github.com/Solaar
|
||||
Homepage: http://pwr.github.io/Solaar
|
||||
Vcs-Git: git://github.com/pwr/Solaar.git
|
||||
Vcs-browser: http://github.com/pwr/Solaar
|
||||
|
||||
|
@ -15,7 +15,7 @@ Package: solaar
|
|||
Architecture: all
|
||||
Depends: ${misc:Depends}, udev (>= 175), adduser,
|
||||
${python:Depends}, python-pyudev (>= 0.13), python-gi (>= 3.2), gir1.2-gtk-3.0 (>= 3.4),
|
||||
Recommends: gir1.2-notify-0.7, linux-image (>= 3.2)
|
||||
Recommends: gir1.2-notify-0.7
|
||||
Suggests: gnome-icon-theme | gnome-icon-theme-full | oxygen-icon-theme | lxde-icon-theme | moblin-icon-theme | nuvola-icon-theme | xubuntu-icon-theme
|
||||
Description: Logitech Unifying Receiver peripherals manager for Linux
|
||||
Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals.
|
||||
|
|
|
@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_2} )
|
|||
inherit distutils-r1 udev user linux-info gnome2-utils
|
||||
|
||||
DESCRIPTION="Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals"
|
||||
HOMEPAGE="http://pwr.github.com/Solaar/"
|
||||
HOMEPAGE="http://pwr.github.io/Solaar/"
|
||||
SRC_URI="https://github.com/pwr/Solaar/archive/${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue