mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 16:02:39 +01:00
app-misc/piper: bump to 0.2.902
This commit is contained in:
34
app-misc/piper/piper-0.2.902.ebuild
Normal file
34
app-misc/piper/piper-0.2.902.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python{3_4,3_5,3_6} )
|
||||
|
||||
inherit gnome2 meson python-r1
|
||||
|
||||
DESCRIPTION="GTK application to configure gaming mice"
|
||||
HOMEPAGE="https://github.com/libratbag/piper"
|
||||
SRC_URI="https://github.com/libratbag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
virtual/pkgconfig
|
||||
dev-python/pygobject:3
|
||||
>=x11-libs/gtk+-3.22:3[introspection]
|
||||
"
|
||||
RDEPEND="
|
||||
dev-libs/libratbag
|
||||
dev-python/python-evdev[${PYTHON_USEDEP}]
|
||||
"
|
||||
src_prepare() {
|
||||
python_setup
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user