diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest new file mode 100644 index 0000000000..628803c1b2 --- /dev/null +++ b/x11-misc/i3lock-color/Manifest @@ -0,0 +1 @@ +DIST i3lock-color-2.12_p1.tar.gz 206795 BLAKE2B e2f6c9054dc7a2dafba7aab868bc8dff0bad8c38192bcc85124af6e24c464d7753e586de4e43120ee0b1f1591f8e2d7a74f37ee5a84e84dbbc4fdc946cd5bb88 SHA512 906d90b9a8c8e17d0841a1e822ae1842e046fa2943c888257d2db80da7706e2861bb1305f332bc5d95bcd8f396a47921c5f6b20c26752323cdd6bb3ab37c6f76 diff --git a/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild new file mode 100644 index 0000000000..be56488c83 --- /dev/null +++ b/x11-misc/i3lock-color/i3lock-color-2.12_p1.ebuild @@ -0,0 +1,46 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="${PV//_p1/.c.1}" + +DESCRIPTION="Improved i3lock with color customization" +HOMEPAGE="https://github.com/Raymo111/i3lock-color" +SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64" + +LICENSE="i3lock-color" +SLOT="0" + +RDEPEND=" + x11-libs/cairo + x11-libs/libxcb + x11-libs/xcb-util + x11-libs/xcb-util-image + x11-libs/xcb-util-xrm + x11-libs/libxkbcommon + sys-libs/pam + dev-libs/libev + media-libs/fontconfig:= + media-libs/libjpeg-turbo +" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_configure() { + autoreconf -fiv + econf +} + +pkg_postinst() { + elog "Running i3lock-color:" + elog " Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter." + elog " More imformation please check https://github.com/Raymo111/i3lock-color#running-i3lock-color" +} diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild new file mode 100644 index 0000000000..072ee1e501 --- /dev/null +++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild @@ -0,0 +1,44 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="Improved i3lock with color customization" +HOMEPAGE="https://github.com/Raymo111/i3lock-color" + +EGIT_REPO_URI="${HOMEPAGE}" +KEYWORDS="" + +LICENSE="i3lock-color" +SLOT="0" + +RDEPEND=" + x11-libs/cairo + x11-libs/libxcb + x11-libs/xcb-util + x11-libs/xcb-util-image + x11-libs/xcb-util-xrm + x11-libs/libxkbcommon + sys-libs/pam + dev-libs/libev + media-libs/fontconfig:= + media-libs/libjpeg-turbo +" + +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +src_configure() { + autoreconf -fiv + econf +} + +pkg_postinst() { + elog "Running i3lock-color:" + elog "Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter." + elog "More imformation please check https://github.com/Raymo111/i3lock-color#running-i3lock-color" +} diff --git a/x11-misc/i3lock-color/metadata.xml b/x11-misc/i3lock-color/metadata.xml new file mode 100644 index 0000000000..fa7fff034d --- /dev/null +++ b/x11-misc/i3lock-color/metadata.xml @@ -0,0 +1,11 @@ + + + + + petrus.zy.07@gmail.com + Petrus Zhao + + + Raymo111/i3lock-color + +