diff options
author | Julien Roy <julien@jroy.ca> | 2022-12-06 18:00:25 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2022-12-06 18:00:25 -0500 |
commit | 539eab1689164d5cb3aaf576fe3ff3409029f8b8 (patch) | |
tree | e462e5c582a2461adb9476197f411d2d5fb90d32 | |
parent | 27d06f49bc60ea15ea19f92167ff042feaff5f1e (diff) | |
download | MrRoy-Overlay-539eab1689164d5cb3aaf576fe3ff3409029f8b8.tar.gz MrRoy-Overlay-539eab1689164d5cb3aaf576fe3ff3409029f8b8.tar.bz2 MrRoy-Overlay-539eab1689164d5cb3aaf576fe3ff3409029f8b8.zip |
gui-apps/grimblast: add -9999
-rw-r--r-- | gui-apps/grimblast/Manifest | 5 | ||||
-rw-r--r-- | gui-apps/grimblast/grimblast-2022.10.13.ebuild | 6 | ||||
-rw-r--r-- | gui-apps/grimblast/grimblast-9999.ebuild | 38 | ||||
-rw-r--r-- | metadata/md5-cache/gui-apps/grimblast-2022.10.13 | 11 |
4 files changed, 55 insertions, 5 deletions
diff --git a/gui-apps/grimblast/Manifest b/gui-apps/grimblast/Manifest index a56b59b..b79671c 100644 --- a/gui-apps/grimblast/Manifest +++ b/gui-apps/grimblast/Manifest @@ -1,3 +1,4 @@ DIST grimblast-2022.10.13.tar.gz 5395 BLAKE2B 14cb6606738f9b4eef844fde7b9b442304c47a2265277292839cf6b2f1c4386feb7649adcc13f24ecb7edf3fdeec14450025a45b307cc8beb528b06be7b1ffe9 SHA512 71837807cb6591337bbc29bbd7f952119ab44c00ccbd06f9455e3db1d53fd5bad773a019dcac9de170de14f60091dc85387d6dc925d6bde48050f74141c697d4 -EBUILD grimblast-2022.10.13.ebuild 736 BLAKE2B 462f0d1efdb2a432fc296b2cbafa048d429503f280af9e84b3bc4e556c727130b0bb46cb1ec213ca6a22d1a830243ab21538d630492a6307081b6ff68730c197 SHA512 18b0f32f175353ce8bbc3e213fc0c369db169eccaf98c6431f70cd3036835da809030712fea267825b9e00a7bd0835801644de973f97348be9255611c43c0f06 -MISC metadata.xml 1498 BLAKE2B 9d0a2e83a86a2c30919ab79a8626ade00ccd3cace0431a25e97af7958b831d98231d06c7de0f3df8638e0c77e050c8fe1728acb42ef6863ff9a82580f7ab2b73 SHA512 c8ddaf3e24ac9d84365259c3c06eefb76ef9c04b5b8ad5f17d42a0547f2d9550cfa173ec0f8cb0cf74e4668be44ecb3169009423cee16283332daeda94b6ef36 +EBUILD grimblast-2022.10.13.ebuild 784 BLAKE2B fb80c91f1ab6cb10c06f9dfa0931e8eafd50ce6e1bb16bfd3a4bdffdb62b0b103923e7cc41b3deeaf5cefaea92028aceeeaf9dacc45e1fa899ac85060cbd5c01 SHA512 0794158533947e2461eaaa083bb7268e8ff7f89d44489c9ba2073d3b499f9f2c957cf2c87b70f5cf7b6f0861a60e40b3e70c22809ea918a55a28e30ab1685ab9 +EBUILD grimblast-9999.ebuild 734 BLAKE2B a61ba2c95f265236e40a084cf2266fd22a4d0420407abb943b9de632d92ae01ac0234c9c7be0ad43eeefd6dde2e653a73c24b3ff72b5d96f1ba94af346cf6f50 SHA512 dded5737d21425c76281de07b826e5ec9be3b49ab477eee8a810940904277760a09a818d3082a0384bcfedf8b7c19482e4bf07904f0140a56afc8526752e989f +MISC metadata.xml 334 BLAKE2B 6f042c08cb9c753a82960ae790d1b7247e6b58387f6b946fb2c04a5958387fac65e7f1bb075c57e029bda2e32d3b968d36ffbcfa4c080deaf0f167df8d3bbf30 SHA512 0b4abef5dd7106e0f49fc384d3a069ba4eaac4ea094abbd837288dae26fbb02dd0e46f810c375dd5bbe4449d3fe1c740598f8bb9f7fe3b9a888bc782f2fb4271 diff --git a/gui-apps/grimblast/grimblast-2022.10.13.ebuild b/gui-apps/grimblast/grimblast-2022.10.13.ebuild index fa72945..960394c 100644 --- a/gui-apps/grimblast/grimblast-2022.10.13.ebuild +++ b/gui-apps/grimblast/grimblast-2022.10.13.ebuild @@ -8,11 +8,13 @@ DESCRIPTION="A helper for screenshots within hyprland" HOMEPAGE="https://github.com/hyprwm/contrib/" if [[ ${PV} = 9999* ]]; then - SRC_URI="ftp://foo.example.org/${P}.tar.gz" + EGIT_REPO_URI="https://github.com/hyprwm/contrib.git/" inherit git-r3 + S="${WORKDIR}/grimblast-9999/${PN}" else SRC_URI="https://github.com/hyprwm/contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" + S="${WORKDIR}/contrib-${COMMIT}/${PN}" fi LICENSE="MIT" @@ -31,8 +33,6 @@ DEPEND="${RDEPEND}" BDEPEND="" -S="${WORKDIR}/contrib-${COMMIT}/${PN}" - src_install() { dodoc grimblast.1 dobin grimblast diff --git a/gui-apps/grimblast/grimblast-9999.ebuild b/gui-apps/grimblast/grimblast-9999.ebuild new file mode 100644 index 0000000..b2fdc7f --- /dev/null +++ b/gui-apps/grimblast/grimblast-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A helper for screenshots within hyprland" +HOMEPAGE="https://github.com/hyprwm/contrib/" + +if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="https://github.com/hyprwm/contrib.git/" + inherit git-r3 + S="${WORKDIR}/grimblast-9999/${PN}" +else + SRC_URI="https://github.com/hyprwm/contrib/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" + S="${WORKDIR}/contrib-${COMMIT}/${PN}" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + app-misc/jq + gui-apps/grim + gui-apps/slurp + gui-apps/wl-clipboard + gui-wm/hyprland + x11-libs/libnotify +" + +DEPEND="${RDEPEND}" + +BDEPEND="" + +src_install() { + dodoc grimblast.1 + dobin grimblast +} diff --git a/metadata/md5-cache/gui-apps/grimblast-2022.10.13 b/metadata/md5-cache/gui-apps/grimblast-2022.10.13 new file mode 100644 index 0000000..25621ba --- /dev/null +++ b/metadata/md5-cache/gui-apps/grimblast-2022.10.13 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify +DESCRIPTION=A helper for screenshots within hyprland +EAPI=8 +HOMEPAGE=https://github.com/hyprwm/contrib/ +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=app-misc/jq gui-apps/grim gui-apps/slurp gui-apps/wl-clipboard gui-wm/hyprland x11-libs/libnotify +SLOT=0 +SRC_URI=https://github.com/hyprwm/contrib/archive/dafb86d6d3adb421e788f0eaeecdf09c497a14e8.tar.gz -> grimblast-2022.10.13.tar.gz +_md5_=1859432cb9aab2fe9e2d9fef3cf041da |