From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpaper/
Date: Tue, 30 May 2023 21:58:59 +0000 (UTC) [thread overview]
Message-ID: <1685460398.1729cbfdcac73957b01df20ca7e3542c6fec9fba.lanodan@gentoo> (raw)
commit: 1729cbfdcac73957b01df20ca7e3542c6fec9fba
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 30 15:26:38 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue May 30 15:26:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1729cbfd
gui-apps/hyprpaper: add 0.3.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/hyprpaper/Manifest | 1 +
gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild | 34 +++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/gui-apps/hyprpaper/Manifest b/gui-apps/hyprpaper/Manifest
index f773253e9..7169accbc 100644
--- a/gui-apps/hyprpaper/Manifest
+++ b/gui-apps/hyprpaper/Manifest
@@ -1 +1,2 @@
DIST hyprpaper-0.2.0.gh.tar.gz 26200 BLAKE2B b55e6ccb9bff431a411dfa5c6b43176804b4c89d2b048453830ed3a746c2b71739ba518306a38b0f07ad4885b06e104a9c86e55564a6aeede7f8900b81bf34a3 SHA512 f6f8d117bbf52e8f353cf2b3d9dee3b3e1fae1f6bab78f9bdbd437c403696fab615c3c4ef8acc818b585937e8adf1a4b7c7efd3b390e06a8d38ad4888f4e0da5
+DIST hyprpaper-0.3.0.gh.tar.gz 26787 BLAKE2B 114ef9c68372a4081035282c1826d66fdb5306eea18e91663dd31645bcb6972d1fd7ad913b0c1f452001025f6c54b5dd8cefbb634702a4440901102822b5a82d SHA512 6b1ccdc7257db89f435c0d4b4afb6f42a46f9d0635d211d4c0408d6a801c4438eecad53a512e5ea51a768e883e4e446b8a8efdca4b1336dc51499e586cbe070f
diff --git a/gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild b/gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild
new file mode 100644
index 000000000..8e1fa582b
--- /dev/null
+++ b/gui-apps/hyprpaper/hyprpaper-0.3.0.ebuild
@@ -0,0 +1,34 @@
+# 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/cmake
+ 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}"
+}
next reply other threads:[~2023-05-30 21:59 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-30 21:58 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprpaper/ Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-12-30 15:43 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-12-30 16:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-11-09 16:30 Viorel Munteanu
2024-11-09 16:30 Viorel Munteanu
2024-08-31 13:05 David Roman
2024-08-31 13:05 David Roman
2024-05-24 18:26 Julien Roy
2024-05-24 18:26 Julien Roy
2024-05-14 19:12 Julien Roy
2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 19:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-02-17 21:17 Julien Roy
2024-01-04 15:19 Viorel Munteanu
2024-01-04 15:19 Viorel Munteanu
2023-12-31 15:40 David Roman
2023-12-31 15:40 David Roman
2023-08-18 6:21 Viorel Munteanu
2023-08-18 6:21 Viorel Munteanu
2023-04-20 19:40 Florian Schmaus
2023-04-20 19:40 Florian Schmaus
2023-04-20 19:40 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685460398.1729cbfdcac73957b01df20ca7e3542c6fec9fba.lanodan@gentoo \
--to=contact@hacktivis.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox