public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/l3afpad/
@ 2024-08-08 23:09 Mårten Wadenbäck
  0 siblings, 0 replies; 3+ messages in thread
From: Mårten Wadenbäck @ 2024-08-08 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     42dda50922e49effc87bbd76150e30424c804ec0
Author:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
AuthorDate: Thu Aug  8 23:09:05 2024 +0000
Commit:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
CommitDate: Thu Aug  8 23:09:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42dda509

app-editors/l3afpad: new package, add 0.8.18.1.11

Signed-off-by: Mårten Wadenbäck <spamfilter-1 <AT> wadenback.se>

 app-editors/l3afpad/Manifest                   |  1 +
 app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild | 31 ++++++++++++++++++++++++++
 app-editors/l3afpad/metadata.xml               | 16 +++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/app-editors/l3afpad/Manifest b/app-editors/l3afpad/Manifest
new file mode 100644
index 000000000..65e9625ac
--- /dev/null
+++ b/app-editors/l3afpad/Manifest
@@ -0,0 +1 @@
+DIST l3afpad-0.8.18.1.11.tar.gz 194318 BLAKE2B 56b79d097d375a1a549c8ebd3866de4b365f76226135505429c9497b4e48d4ec4bb377e22679508aa5acfc65e6b1590e23c2c297e6c5fcf86acffe7522ee9bb1 SHA512 f77494afc81d4c8586a976318d77d194eedf8414fc896cc9e2593de00dd3bb8c157f199a44908147b467f04b7a76c2c20aa67c64567685a77421ba0c2bff4643

diff --git a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
new file mode 100644
index 000000000..ad89e0c67
--- /dev/null
+++ b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg autotools
+
+DESCRIPTION="Simple GTK3 text editor (successor to leafpad)"
+HOMEPAGE="https://github.com/stevenhoneyman/l3afpad"
+SRC_URI="https://github.com/stevenhoneyman/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="emacs"
+
+BDEPEND=""
+DEPEND="x11-libs/gtk+:3"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-print \
+		$(use_enable emacs)
+}

diff --git a/app-editors/l3afpad/metadata.xml b/app-editors/l3afpad/metadata.xml
new file mode 100644
index 000000000..cf4f2604a
--- /dev/null
+++ b/app-editors/l3afpad/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>spamfilter-1@wadenback.se</email>
+    <name>Mårten Wadenbäck</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">stevenhoneyman/l3afpad</remote-id>
+  </upstream>
+  <use>
+    <flag name="emacs">
+      Implement Emacs key theme (experimental).
+    </flag>
+  </use>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/l3afpad/
@ 2024-08-10 19:34 Mårten Wadenbäck
  0 siblings, 0 replies; 3+ messages in thread
From: Mårten Wadenbäck @ 2024-08-10 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9c2cb1c1e324753f326d2443ea1bcdba8354b5c5
Author:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
AuthorDate: Sat Aug 10 19:33:17 2024 +0000
Commit:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
CommitDate: Sat Aug 10 19:33:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c2cb1c1

app-editors/l3afpad: added missing dependencies

Signed-off-by: Mårten Wadenbäck <spamfilter-1 <AT> wadenback.se>

 app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
index ad89e0c67..d2daf6db7 100644
--- a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
+++ b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
@@ -14,8 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="emacs"
 
-BDEPEND=""
-DEPEND="x11-libs/gtk+:3"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+DEPEND="
+	virtual/libintl
+	x11-libs/gtk+:3
+"
 RDEPEND="${DEPEND}"
 
 src_prepare() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-editors/l3afpad/
@ 2025-03-04 23:29 Mårten Wadenbäck
  0 siblings, 0 replies; 3+ messages in thread
From: Mårten Wadenbäck @ 2025-03-04 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d66035e52334fd5c46ce952d1f69de4095f40b12
Author:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
AuthorDate: Tue Mar  4 23:28:39 2025 +0000
Commit:     Mårten Wadenbäck <spamfilter-1 <AT> wadenback <DOT> se>
CommitDate: Tue Mar  4 23:28:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d66035e5

app-editors/l3afpad: added missing entries in DEPEND

Bug: https://bugs.gentoo.org/944776
Closes: https://bugs.gentoo.org/944776
Signed-off-by: Mårten Wadenbäck <spamfilter-1 <AT> wadenback.se>

 app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
index d2daf6db7..e0349cabb 100644
--- a/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
+++ b/app-editors/l3afpad/l3afpad-0.8.18.1.11.ebuild
@@ -20,8 +20,11 @@ BDEPEND="
 	virtual/pkgconfig
 "
 DEPEND="
+	dev-libs/glib
 	virtual/libintl
+	x11-libs/cairo
 	x11-libs/gtk+:3
+	x11-libs/pango
 "
 RDEPEND="${DEPEND}"
 


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

end of thread, other threads:[~2025-03-04 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08 23:09 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/l3afpad/ Mårten Wadenbäck
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10 19:34 Mårten Wadenbäck
2025-03-04 23:29 Mårten Wadenbäck

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