x11-misc/mjwm: add x11-misc/mjwm-4.0.0 and x11-misc/mjwm-9999

Package-Manager: Portage-2.3.79, Repoman-2.3.16
This commit is contained in:
XGQT 2019-12-30 02:09:42 +01:00
parent 930c52c9b4
commit 8c7a29afd4
4 changed files with 76 additions and 0 deletions

1
x11-misc/mjwm/Manifest Normal file
View File

@ -0,0 +1 @@
DIST mjwm-4.0.0.tar.gz 198392 BLAKE2B 6d013aa7bb5ea00c9cfbc29bf83a265116a707be0c074d7e8bdea3e60d6858a5d65904742bc6ecebe1408116ec800554bf50e568b57562a8047ea90d379d74d4 SHA512 afc452957fc9c2e79f1622ead2b76b6ab52e716e8a7294faa60d92d922ff42521870aab746a78a2235360ec0b1c9cc9844ae7c2c1d8d9bb52076127b9c8b037c

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">chiku/mjwm</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,34 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="mjwm creates JWM application menu from (freedesktop) desktop files"
HOMEPAGE="https://github.com/chiku/mjwm"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/chiku/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/chiku/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
src_prepare() {
default
eautoreconf
}
pkg_postinst() {
elog 'Please note that this program only works with JWM'
elog 'For more informations see https://github.com/chiku/mjwm'
elog 'Official JWM GitHub page https://github.com/joewing/jwm'
}

View File

@ -0,0 +1,34 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="mjwm creates JWM application menu from (freedesktop) desktop files"
HOMEPAGE="https://github.com/chiku/mjwm"
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/chiku/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/chiku/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
RESTRICT="mirror"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
src_prepare() {
default
eautoreconf
}
pkg_postinst() {
elog 'Please note that this program only works with JWM'
elog 'For more informations see https://github.com/chiku/mjwm'
elog 'Official JWM GitHub page https://github.com/joewing/jwm'
}