mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-18 20:10:22 +01:00
Added ebuild for new wmdocklib
This commit is contained in:
1
dev-python/wmdocklib/Manifest
Normal file
1
dev-python/wmdocklib/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD wmdocklib-9999.ebuild 659 BLAKE2B 1a17c0d44920fadefe997ac9a21858d77a8cbdf52e4a8173f5425849301d23eaff0176bff6057b67d2a9a89aebc7d7534e720b90bcffc71e6e7efbb701e43cb9 SHA512 58feb083febbe388a0ec3f9d00750597e477580bf8a9199bea041cdb4bb95660e4244ca6c7a6e8bcac3eac1527a75f91035c80c74bc8c4c39c96016da45d5416
|
||||
28
dev-python/wmdocklib/wmdocklib-9999.ebuild
Normal file
28
dev-python/wmdocklib/wmdocklib-9999.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit git-r3
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library for building Window Maker dockapps"
|
||||
HOMEPAGE="https://github.com/gryf/wmtemp"
|
||||
EGIT_REPO_URI="https://github.com/gryf/wmdocklib"
|
||||
EGIT_BRANCH="master"
|
||||
|
||||
LICENSE="LGPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
RDEPEND="
|
||||
>=x11-libs/libX11-1.7.5
|
||||
>=x11-libs/libXext-1.3.4
|
||||
>=x11-libs/libXpm-3.5.13
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Reference in New Issue
Block a user