mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
gui-apps/wdisplays: New package
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
This commit is contained in:
1
gui-apps/wdisplays/Manifest
Normal file
1
gui-apps/wdisplays/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST wdisplays-1.0.tar.gz 106819 BLAKE2B d8a34ea82b88f99e27b5c42dc2e8bfed2bf69db719617d81d5f2c994e9020d206937e940f57452c99b534ceda241cea570899c7bdc74377009f7aa013e78b638 SHA512 876e883747331cf67d351b7afec963d6d52b6fa3870a57ed147acf898a662fb41407b3e835acc167d32de969d4001dbe8429340849ad09a7f7b8bfdabee61e3e
|
||||
8
gui-apps/wdisplays/metadata.xml
Normal file
8
gui-apps/wdisplays/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Matthias Coppens</name>
|
||||
<email>coppens.matthias.abc@gmail.com</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
27
gui-apps/wdisplays/wdisplays-1.0.ebuild
Normal file
27
gui-apps/wdisplays/wdisplays-1.0.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGIT_REPO_URI="https://github.com/cyclopsian/${PN}"
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
esac
|
||||
inherit meson xdg
|
||||
|
||||
DESCRIPTION="GUI display configurator for wlroots compositors"
|
||||
HOMEPAGE="https://cyclopsian.github.io/${PN}"
|
||||
|
||||
BDEPEND="
|
||||
x11-libs/gtk+:3
|
||||
gui-libs/wlroots"
|
||||
DEPEND="${BDEPEND}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
27
gui-apps/wdisplays/wdisplays-9999.ebuild
Normal file
27
gui-apps/wdisplays/wdisplays-9999.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGIT_REPO_URI="https://github.com/cyclopsian/${PN}"
|
||||
case "${PV}" in
|
||||
"9999")
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
esac
|
||||
inherit meson xdg
|
||||
|
||||
DESCRIPTION="GUI display configurator for wlroots compositors"
|
||||
HOMEPAGE="https://cyclopsian.github.io/${PN}"
|
||||
|
||||
BDEPEND="
|
||||
x11-libs/gtk+:3
|
||||
gui-libs/wlroots"
|
||||
DEPEND="${BDEPEND}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
KEYWORDS=""
|
||||
Reference in New Issue
Block a user