public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hyprpaper/
Date: Sat, 17 Feb 2024 21:17:38 +0000 (UTC)	[thread overview]
Message-ID: <1708203829.576a5a34950784437f741fa104eab86d6c9f6d85.julien@gentoo> (raw)

commit:     576a5a34950784437f741fa104eab86d6c9f6d85
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 17 18:13:43 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 17 21:03:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=576a5a34

gui-apps/hyprpaper: move hyprlang to BDEPEND

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild | 39 ++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
new file mode 100644
index 0000000000..6459d23b2b
--- /dev/null
+++ b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
@@ -0,0 +1,39 @@
+# 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/hyprlang:=
+	dev-libs/wayland
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	dev-vcs/git
+"
+RDEPEND="
+	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}"
+}


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprpaper/
Date: Sat, 17 Feb 2024 21:06:30 +0000 (UTC)	[thread overview]
Message-ID: <1708203829.576a5a34950784437f741fa104eab86d6c9f6d85.julien@gentoo> (raw)
Message-ID: <20240217210630.OEcxYgNFbwbGftutICDWGen8xTj2qtNaPE7E5oX8faU@z> (raw)

commit:     576a5a34950784437f741fa104eab86d6c9f6d85
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Feb 17 18:13:43 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Feb 17 21:03:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=576a5a34

gui-apps/hyprpaper: move hyprlang to BDEPEND

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild | 39 ++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
new file mode 100644
index 0000000000..6459d23b2b
--- /dev/null
+++ b/gui-apps/hyprpaper/hyprpaper-0.6.0-r1.ebuild
@@ -0,0 +1,39 @@
+# 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/hyprlang:=
+	dev-libs/wayland
+	dev-libs/wayland-protocols
+	dev-util/wayland-scanner
+	dev-vcs/git
+"
+RDEPEND="
+	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}"
+}


             reply	other threads:[~2024-02-17 21:17 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-17 21:17 Julien Roy [this message]
2024-02-17 21:06 ` [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/hyprpaper/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 15:43 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-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-05-30 21:58 Haelwenn Monnier
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=1708203829.576a5a34950784437f741fa104eab86d6c9f6d85.julien@gentoo \
    --to=julien@jroy.ca \
    --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