gui-apps/wdisplays: add 1.0 version, patch for sway-1.5
Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
parent
c549ab32a0
commit
3bf9e3c96c
4 changed files with 77 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2019 Gentoo Authors
|
||||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson git-r3
|
||||
inherit meson xdg git-r3
|
||||
|
||||
DESCRIPTION="GUI display configurator for wlroots compositors"
|
||||
HOMEPAGE="https://github.com/cyclopsian/wdisplays"
|
||||
|
|
@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
|
|
@ -27,6 +27,10 @@ RDEPEND="
|
|||
"
|
||||
BDEPEND=""
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.0-fix-global-version.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue