Skip to content

Commit

Permalink
add j4-dmenu-desktop git version
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-kolokithas committed Mar 5, 2014
1 parent 9da80b4 commit fc224ec
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x11-misc/j4-dmenu-desktop/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EBUILD j4-dmenu-desktop-9999.ebuild 529 SHA256 09bc9a80fdca5fdaee7945d86dd9a7080b07789227549a00eb60bc4f74d6fc1c SHA512 4a2b5b06753b6e4c02b306c8fd4fc3ca4cbf2a371b849981bfefd10b97d288c55774ba5016ca0cfbf9ea1b5ab375d2d87b54b0d9a1edc4396c98676582194753 WHIRLPOOL db9e3215eb26c5960fe95a448857d4603a0322aeb34a0a020e0cadce9c091243b1aa4ec201494bb803816bf3f40df683c02a9ca25680c83b13a079af0166c6ac
MISC metadata.xml 239 SHA256 c774eb04ace10defd736bc99cf0d3751504ef20bb4c0bf76cdb6f3a46985b097 SHA512 216ee4e2b71984830aad91a90aa446a4f683bd2f67bac201dbb8ec36eafd1ec5523afd85e9a9055000c1ccf418bf91419df3133d8d6cca02d5382e6b4398ecdf WHIRLPOOL 1042afe1b34f59c44cac0c119fd94d65c4e1da99e9ff5d6aec5f4d3fd451baba4929cad881fae93acbd53d3f9cdc12a11c25464d678dc569f7fe01226ecda9ea
29 changes: 29 additions & 0 deletions x11-misc/j4-dmenu-desktop/j4-dmenu-desktop-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit git-2

DESCRIPTION="A rewrite of i3-dmenu-desktop, which is much faster"
HOMEPAGE="https://github.com/enkore/j4-dmenu-desktop"
EGIT_REPO_URI="git://github.com/enkore/j4-dmenu-desktop.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-util/cmake"
RDEPEND="x11-misc/dmenu"

src_compile() {
cmake -DNO_TESTS=1 .
make
}

src_install() {
exeinto /usr/bin
doexe j4-dmenu-desktop
}
8 changes: 8 additions & 0 deletions x11-misc/j4-dmenu-desktop/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>kolokithas.b@gmail.com</email>
<name>Bill Kolokithas</name>
</maintainer>
</pkgmetadata>

0 comments on commit fc224ec

Please sign in to comment.