version and url fixes
This commit is contained in:
parent
5f46c820e6
commit
f6eb90bd2d
|
@ -5,7 +5,7 @@ pkgver=0.8.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
pkgdesc="Linux devices manager for the Logitech Unifying Receiver"
|
||||||
arch=("any")
|
arch=("any")
|
||||||
url="http://pwr.github.com/Solaar/"
|
url="http://pwr.github.io/Solaar/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=(
|
depends=(
|
||||||
'systemd' 'python' 'python-pyudev'
|
'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.
|
* Debian packaging scripts, supports ubuntu ppa as well.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Build-Depends-Indep: python
|
||||||
X-Python-Version: >= 2.7
|
X-Python-Version: >= 2.7
|
||||||
X-Python3-Version: >= 3.2
|
X-Python3-Version: >= 3.2
|
||||||
Standards-Version: 3.9.4
|
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-Git: git://github.com/pwr/Solaar.git
|
||||||
Vcs-browser: http://github.com/pwr/Solaar
|
Vcs-browser: http://github.com/pwr/Solaar
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Package: solaar
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, udev (>= 175), adduser,
|
Depends: ${misc:Depends}, udev (>= 175), 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),
|
||||||
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
|
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
|
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.
|
||||||
|
|
|
@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_2} )
|
||||||
inherit distutils-r1 udev user linux-info gnome2-utils
|
inherit distutils-r1 udev user linux-info gnome2-utils
|
||||||
|
|
||||||
DESCRIPTION="Solaar is a Linux device manager for Logitech's Unifying Receiver peripherals"
|
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"
|
SRC_URI="https://github.com/pwr/Solaar/archive/${PV}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ battery status.
|
||||||
author='Daniel Pavel',
|
author='Daniel Pavel',
|
||||||
author_email='daniel.pavel@gmail.com',
|
author_email='daniel.pavel@gmail.com',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
url='http://pwr.github.com/Solaar/',
|
url='http://pwr.github.io/Solaar/',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Environment :: X11 Applications :: GTK',
|
'Environment :: X11 Applications :: GTK',
|
||||||
|
|
Loading…
Reference in New Issue