gui-apps/hyprpaper: drop 0.5.0, 0.6.0

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-14 14:02:20 -04:00
parent c185e273ea
commit 7b4e766b09
3 changed files with 0 additions and 73 deletions

View File

@@ -1,3 +1,2 @@
DIST hyprpaper-0.5.0.gh.tar.gz 27437 BLAKE2B 7f3a284370f8cfbc9c4fb73c73b4093a934e557bc04c21143946043b9413b17cfb4313be4300bd9853bec1bd73bd3c44bf6511c0be4b734400a707661cfd7f1f SHA512 2f7d57f5b4d90641c638ad83b9a08b03cb436abaaa8c9eafd242f14b76846843309ff729395981d88248854537e320602df09f7c5900de8137d6b7b5bc7272e0
DIST hyprpaper-0.6.0.gh.tar.gz 28122 BLAKE2B 4a70873f06080c73abb0ad4bf3156b710f710a5c832c59a96245561f7ff9a4f6260deebd7a69cef9a523cccd3572a3b2863ef833e23f0b4daf849469ef467715 SHA512 78a6c885ab451026e619eb3c710dc39fcabbf1230bef8b3346d1817fde13c7bdb38acd108f47d814098294d718efbbd227c4955632d2e291d155c0196ca949cd
DIST hyprpaper-0.7.0.gh.tar.gz 29724 BLAKE2B 229059246551a327ab1c256061734234688b24aeaa663634bac7057f62d83584d2b8d5d8bfc63abdd996a5345243e162024b271095fb624648e2540ecb0f2bed SHA512 6d449230e830bf0b3a0341d249686758feefc30e91b2d72ba7503b8f46543d6d89b63578ed610f1e3d8e5f99370ad3d36e0c7f4d3c90a8ff71bd193153353ae4

View File

@@ -1,33 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A blazing fast wayland wallpaper utility"
HOMEPAGE="https://github.com/hyprwm/hyprpaper"
SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-util/wayland-scanner
media-libs/libglvnd
media-libs/libjpeg-turbo
x11-libs/cairo
x11-libs/pango
"
src_compile() {
emake protocols
cmake_src_compile
}
src_install() {
dobin "${BUILD_DIR}/${PN}"
}

View File

@@ -1,39 +0,0 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="A blazing fast wayland wallpaper utility"
HOMEPAGE="https://github.com/hyprwm/hyprpaper"
SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-util/wayland-scanner
dev-vcs/git
"
RDEPEND="
dev-libs/hyprlang
gui-libs/wlroots
media-libs/libglvnd
media-libs/libjpeg-turbo
media-libs/libwebp
x11-libs/cairo
x11-libs/pango
"
src_compile() {
emake protocols
cmake_src_compile
}
src_install() {
dobin "${BUILD_DIR}/${PN}"
}