Added sway, custom st, orbment, wld, wlc and kakoune
This commit is contained in:
11
x11-libs/wlc/metadata.xml
Normal file
11
x11-libs/wlc/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>proxy-maintainers</herd>
|
||||
<maintainer>
|
||||
<email>gentoo@cherboiche.org</email>
|
||||
<name>Boudin</name>
|
||||
<description>Maintainer. Assign bugs to him</description>
|
||||
</maintainer>
|
||||
<longdescription>WLC is a wayland compositor library</longdescription>
|
||||
</pkgmetadata>
|
||||
44
x11-libs/wlc/wlc-9999.ebuild
Normal file
44
x11-libs/wlc/wlc-9999.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/wlc/wlc-9999.ebuild,v 1.13 2014/11/20 11:47:14 jer Exp $
|
||||
|
||||
EAPI=5
|
||||
inherit cmake-utils eutils toolchain-funcs git-r3
|
||||
|
||||
DESCRIPTION="wayland compositor library"
|
||||
HOMEPAGE="http://github.com/Cloudef/wlc"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI=${EGIT_REPO_URI:="https://github.com/Cloudef/wlc.git"}
|
||||
EGIT_BRANCH="master"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/pixman
|
||||
x11-libs/libxkbcommon
|
||||
sys-fs/udev
|
||||
dev-libs/libinput
|
||||
"
|
||||
DEPEND="
|
||||
dev-util/cmake
|
||||
x11-libs/libX11
|
||||
x11-libs/libxcb
|
||||
media-libs/mesa
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
cmake-utils_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
}
|
||||
11
x11-libs/wld/metadata.xml
Normal file
11
x11-libs/wld/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>proxy-maintainers</herd>
|
||||
<maintainer>
|
||||
<email>gentoo@cherboiche.org</email>
|
||||
<name>Boudin</name>
|
||||
<description>Maintainer. Assign bugs to him</description>
|
||||
</maintainer>
|
||||
<longdescription>WLD is a wayland drawing library</longdescription>
|
||||
</pkgmetadata>
|
||||
28
x11-libs/wld/wld-9999.ebuild
Normal file
28
x11-libs/wld/wld-9999.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/wlc/wlc-9999.ebuild,v 1.13 2014/11/20 11:47:14 jer Exp $
|
||||
|
||||
EAPI=5
|
||||
inherit eutils toolchain-funcs git-r3
|
||||
|
||||
DESCRIPTION="wayland drawing library"
|
||||
HOMEPAGE="https://github.com/michaelforney/wld"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI=${EGIT_REPO_URI:="https://github.com/michaelforney/wld.git"}
|
||||
EGIT_BRANCH="master"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
|
||||
VIDEO_CARDS="nouveau intel"
|
||||
for card in ${VIDEO_CARDS}; do
|
||||
IUSE_VIDEO_CARDS+=" video_cards_${card}"
|
||||
done
|
||||
IUSE="${IUSE_VIDEO_CARDS} pixman drm wayland static"
|
||||
|
||||
RDEPEND="
|
||||
wayland? dev-libs/wayland
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user