From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/obmenu-generator/
Date: Thu, 3 Dec 2020 21:21:51 +0000 (UTC) [thread overview]
Message-ID: <1607030502.dcb5388c2eb26960ef3bbb6d2d7d9fec716a60bb.bkohler@gentoo> (raw)
commit: dcb5388c2eb26960ef3bbb6d2d7d9fec716a60bb
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 21:21:23 2020 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 21:21:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb5388c
x11-misc/obmenu-generator: bump to 0.89
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
| 1 +
| 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
--git a/x11-misc/obmenu-generator/Manifest b/x11-misc/obmenu-generator/Manifest
index 3b02ee9a6ae..7f580bb309a 100644
--- a/x11-misc/obmenu-generator/Manifest
+++ b/x11-misc/obmenu-generator/Manifest
@@ -1 +1,2 @@
DIST obmenu-generator-0.88.tar.gz 20569 BLAKE2B 0b17a3d379f6a92e08dd1f2e6d943e4d30f669c11847ad1354f44c41e8d3714b174fe6194a4b952664e9cc8408080ba236871b83e9f2498f5d337bc6498e92ec SHA512 650915562792b20cb39175cf2e7d11141eba24e3345cb54e5400a18f324f6fdacc4008d57d091a3ee64a36ebcf4548d0c8328e6a2dbc62613c7001b97e10332a
+DIST obmenu-generator-0.89.tar.gz 20583 BLAKE2B 0513713ed08fb47b212b07a8c8d1a2e496f6962f9940f6dc8e087043276b3d80a5c305fbebbc0c0a39c9c75058bf363adb4c8739f51ff08258e63b1305a320fd SHA512 a796b1a2c6a3080627129360cc67695b73ee7ce82a4e4e879b306fe45f73d9223c8a08d053e7c9c9e8fbb779c3ebad15737b81ec4dfb9a406d77ac74cecddde0
--git a/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild b/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild
new file mode 100644
index 00000000000..8a36e7f9249
--- /dev/null
+++ b/x11-misc/obmenu-generator/obmenu-generator-0.89.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit optfeature
+
+DESCRIPTION="A fast pipe/static menu generator for the Openbox Window Manager"
+HOMEPAGE="https://github.com/trizen/obmenu-generator"
+SRC_URI="https://github.com/trizen/obmenu-generator/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-lang/perl[gdbm]
+ dev-perl/Data-Dump
+ >=dev-perl/Linux-DesktopFiles-0.90.0
+ x11-wm/openbox
+"
+
+src_install() {
+ dobin ${PN}
+
+ insinto /etc/xdg/obmenu-generator
+ doins schema.pl
+
+ dodoc README.md
+}
+
+pkg_postinst() {
+ elog "For icon (-i) functionality, install:"
+ optfeature "support via gtk+:2 (default)" dev-perl/Gtk2
+ optfeature "support via gtk+:3 (enabled via config)" dev-perl/Gtk3
+}
next reply other threads:[~2020-12-03 21:21 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-03 21:21 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-03 12:23 [gentoo-commits] repo/gentoo:master commit in: x11-misc/obmenu-generator/ Ben Kohler
2023-10-13 2:44 Sam James
2023-10-13 2:44 Sam James
2023-09-08 16:47 Ben Kohler
2023-09-01 14:26 Ben Kohler
2023-01-11 13:36 Ben Kohler
2022-11-13 12:34 Sam James
2022-11-13 12:34 Sam James
2022-09-07 13:49 Ben Kohler
2021-09-24 16:31 Ben Kohler
2021-08-23 15:15 Ben Kohler
2021-04-19 17:52 Ben Kohler
2021-04-04 18:55 Andreas Sturmlechner
2021-01-08 14:42 Ben Kohler
2020-10-20 18:03 Ben Kohler
2020-09-07 8:55 David Seifert
2020-06-30 17:09 Ben Kohler
2020-06-25 18:13 Ben Kohler
2020-01-24 13:11 Ben Kohler
2020-01-23 20:15 Ben Kohler
2020-01-23 20:15 Ben Kohler
2020-01-13 10:07 David Seifert
2019-09-11 16:21 Michał Górny
2018-12-09 22:21 Jeroen Roovers
2016-05-07 21:24 Michał Górny
2015-11-23 17:25 Michael Palimaka
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=1607030502.dcb5388c2eb26960ef3bbb6d2d7d9fec716a60bb.bkohler@gentoo \
--to=bkohler@gentoo.org \
--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