public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlopm/
@ 2024-03-27 23:55 Ben Buhse
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Buhse @ 2024-03-27 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     39d138e26e4af173572cadc6dc8738e7f9e731e6
Author:     Ben Buhse <me <AT> benbuhse <DOT> com>
AuthorDate: Wed Mar 27 23:54:43 2024 +0000
Commit:     Ben Buhse <gentoo <AT> benbuhse <DOT> com>
CommitDate: Wed Mar 27 23:54:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39d138e2

gui-apps/wlopm: new package, add 0.1.0, 9999

Signed-off-by: Ben Buhse <me <AT> benbuhse.com>

 gui-apps/wlopm/Manifest           |  1 +
 gui-apps/wlopm/wlopm-0.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 gui-apps/wlopm/wlopm-9999.ebuild  | 29 +++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/gui-apps/wlopm/Manifest b/gui-apps/wlopm/Manifest
new file mode 100644
index 0000000000..6a2395cfee
--- /dev/null
+++ b/gui-apps/wlopm/Manifest
@@ -0,0 +1 @@
+DIST wlopm-0.1.0.tar.gz 19004 BLAKE2B bbe69423c70e9a88fc63458011fbb36faef95a162a1444dc22cbd47a15a5b83439737b2610a085a3471b8571237c74203bb1a12048e457874406ba023c14e03c SHA512 a9690051786cfef1f96b574c8afaf35a7e234c0fa3b35b210be1fc1a963304c94f77d60935b32030cc641e87279d58b74f55dd3a6a4fcef905fb9432dd58ecab

diff --git a/gui-apps/wlopm/wlopm-0.1.0.ebuild b/gui-apps/wlopm/wlopm-0.1.0.ebuild
new file mode 100644
index 0000000000..6672063089
--- /dev/null
+++ b/gui-apps/wlopm/wlopm-0.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="wlr-output-power-management-v1 client"
+HOMEPAGE="https://git.sr.ht/~leon_plickat/wlopm/"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/wlopm"
+else
+	SRC_URI="https://git.sr.ht/~leon_plickat/wlopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-v${PV}"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/wayland-protocols"
+
+src_install() {
+	# Need to install to /usr instead of /usr/local
+	# and the Makefile doens't handle DESTDIR properly
+	emake PREFIX="${D}"/usr install
+}

diff --git a/gui-apps/wlopm/wlopm-9999.ebuild b/gui-apps/wlopm/wlopm-9999.ebuild
new file mode 100644
index 0000000000..6672063089
--- /dev/null
+++ b/gui-apps/wlopm/wlopm-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="wlr-output-power-management-v1 client"
+HOMEPAGE="https://git.sr.ht/~leon_plickat/wlopm/"
+
+if [[ ${PV} == *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/wlopm"
+else
+	SRC_URI="https://git.sr.ht/~leon_plickat/wlopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-v${PV}"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/wayland-protocols"
+
+src_install() {
+	# Need to install to /usr instead of /usr/local
+	# and the Makefile doens't handle DESTDIR properly
+	emake PREFIX="${D}"/usr install
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlopm/
@ 2024-08-04 12:18 Piotr Kubaj
  0 siblings, 0 replies; 2+ messages in thread
From: Piotr Kubaj @ 2024-08-04 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1c486a2caec4e22728f9c1b751eb20830d736fe7
Author:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Tue Jul 30 21:22:15 2024 +0000
Commit:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Sun Aug  4 12:16:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c486a2c

gui-apps/wlopm: keyword 0.1.0 for ~arm64

Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>

 gui-apps/wlopm/wlopm-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wlopm/wlopm-0.1.0.ebuild b/gui-apps/wlopm/wlopm-0.1.0.ebuild
index 667206308..44cf143bf 100644
--- a/gui-apps/wlopm/wlopm-0.1.0.ebuild
+++ b/gui-apps/wlopm/wlopm-0.1.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	SRC_URI="https://git.sr.ht/~leon_plickat/wlopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${PN}-v${PV}"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 fi
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-04 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27 23:55 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlopm/ Ben Buhse
  -- strict thread matches above, loose matches on Subject: below --
2024-08-04 12:18 Piotr Kubaj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox