x11-misc/* entfernt

This commit is contained in:
Florian Tham
2022-01-22 23:41:28 +01:00
parent 918c3e0388
commit a9d192c1f0
5 changed files with 0 additions and 118 deletions

View File

@@ -1 +0,0 @@
EBUILD polybar-9999.ebuild 1022 SHA256 2a61b52c13d6af1c292a73a7596056f0aae909335c4fbafa971814791491be5f SHA512 aee6f55e29c2103121888c9e28f4a7452854a0b6f85670a6ed86f68731b4167ec6a0c0ba4d6e05996a79b7df836d12f37121872c9fe023a8ae57ac5102e0fa69 WHIRLPOOL 466d2999efb9d094efd58e39a701bf858eb49c2a13459ac802eb6188bbc72a0542bf06d22f552c9f59f7381951c20d961cc29de080617667d74382a9fe73b8e2

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit cmake-utils git-r3
DESCRIPTION="A fast and easy-to-use tool for creating status bars."
HOMEPAGE="https://github.com/jaagr/polybar"
EGIT_REPO_URI="https://github.com/jaagr/polybar.git"
EGIT_CLONE_TYPE="shallow"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="alsa i3wm mpd github +network"
RDEPEND="
x11-libs/libxcb
dev-lang/python:2.7
x11-proto/xcb-proto
x11-libs/xcb-util-wm
x11-libs/xcb-util-image
alsa? ( media-libs/alsa-lib )
i3wm? ( dev-libs/jsoncpp )
mpd? ( media-libs/libmpdclient )
github? ( net-misc/curl )
network? ( net-wireless/wireless-tools )
"
DEPEND="${RDEPEND}"
CMAKE_BUILD_TYPE=Release
src_configure() {
local mycmakeargs=(
-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2
-DENABLE_ALSA="$(usex alsa)"
-DENABLE_MPD="$(usex mpd)"
-DENABLE_NETWORK="$(usex network)"
-DENABLE_I3="$(usex i3wm)"
-DENABLE_CURL="$(usex github)"
)
cmake-utils_src_configure
}

View File

@@ -1,2 +0,0 @@
EBUILD rofi-9999.ebuild 899 BLAKE2B 69ebb8dffcdcbb0b62b122901bad36bf4c9b318aeed1fdb854948f14f904d64f1170abfd484a5a36f7383033df9775d078ae7114726692e93ddf8748d8404976 SHA512 6ca3cb72ea3ef3d6a4bfe86b2c54c6ec199caf59cb4fec5d81563a4d77e3aae74d1c368d99a4efa8f542e621c200b189646012828926162d82e052ed4d40c6be
MISC metadata.xml 495 BLAKE2B 0a6c59c1d1db2ae103cf8165f39dfda9beb4dad681379f6f6bed7cf3f0a44f06e9cbd77457dfea4bcb0c42e3df8c6e2c7c83ea4a9185e1a4131db214d26058cd SHA512 afcce018b90e20d190e8da510c57b27b92508a40972fc5e573c185561dd0daa3ce3fd57c689c2ec65902087aaec7d1273ed151abdc5c6be76706f694c1c9510f

View File

@@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>jer@gentoo.org</email>
</maintainer>
<maintainer type="project">
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
<use>
<flag name="windowmode">Enable normal window mode</flag>
</use>
<upstream>
<remote-id type="github">DaveDavenport/rofi</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,52 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools toolchain-funcs git-r3
DESCRIPTION="A window switcher, run dialog and dmenu replacement"
HOMEPAGE="https://davedavenport.github.io/rofi/"
EGIT_REPO_URI="https://github.com/DaveDavenport/${PN}"
EGIT_CLONE_TYPE=shallow
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="windowmode -check"
RDEPEND="
dev-libs/glib:2
media-libs/freetype
x11-libs/cairo
x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
x11-libs/libxcb
x11-libs/libxkbcommon[X]
x11-libs/pango[X]
x11-libs/startup-notification
x11-libs/xcb-util
x11-libs/xcb-util-wm
x11-libs/xcb-util-xrm
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
"
src_prepare() {
default
eautoreconf
}
src_configure() {
tc-export CC
econf \
$(use_enable windowmode) \
$(use_enable check)
}
src_test() {
emake test
}