diff options
author | turret <turret@duck.com> | 2023-05-31 14:41:52 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2023-05-31 14:41:52 -0500 |
commit | 2abed509c2c122be9442724708f7bf8dc10a6c0d (patch) | |
tree | cc5464bbc1a3837879ea8c5a37cefc6b80767ac5 /gui-wm/dwl/dwl-0.3.1.ebuild | |
parent | bab9ea4acb1ae0aa7db2d71d1b09547d17038a26 (diff) | |
download | portage-overlay-2abed509c2c122be9442724708f7bf8dc10a6c0d.tar.gz portage-overlay-2abed509c2c122be9442724708f7bf8dc10a6c0d.tar.bz2 portage-overlay-2abed509c2c122be9442724708f7bf8dc10a6c0d.zip |
drop dwl-0.3.1; restrict=PRIMARYURI -> MIRROR
Diffstat (limited to 'gui-wm/dwl/dwl-0.3.1.ebuild')
-rw-r--r-- | gui-wm/dwl/dwl-0.3.1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/gui-wm/dwl/dwl-0.3.1.ebuild b/gui-wm/dwl/dwl-0.3.1.ebuild deleted file mode 100644 index 8438f67..0000000 --- a/gui-wm/dwl/dwl-0.3.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic savedconfig toolchain-funcs desktop - -DESCRIPTION="dwm for Wayland" -HOMEPAGE="https://github.com/djpohly/dwl" -SRC_URI="https://github.com/djpohly/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC0-1.0 GPL-3 MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="X" - -RDEPEND=" - dev-libs/libinput - dev-libs/wayland - gui-libs/wlroots:0/15[X(-)?] - x11-libs/libxkbcommon - X? ( x11-libs/libxcb ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-libs/wayland-protocols - dev-util/wayland-scanner - virtual/pkgconfig -" - -src_prepare() { - default - - restore_config config.h -} - -src_configure() { - use X && append-cppflags -DXWAYLAND - tc-export CC -} - -src_install() { - emake PREFIX="${ED}/usr" install - - domenu "${FILESDIR}"/dwl.desktop - - einstalldocs - - save_config config.h -} |