You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/e16menuedit2/e16menuedit2-0.0.3.ebuild

34 lines
731 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
GNOME2_EAUTORECONF="yes"
inherit gnome2
DESCRIPTION="Menu editor for Enlightenment DR16 written in GTK2"
HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="MIT-with-advertising"
SLOT="0"
DEPEND="
>=gnome-base/libglade-2.4
virtual/pkgconfig
x11-libs/gtk+:2
x11-wm/e16
"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-no-default-docs.patch"
"${FILESDIR}/${PN}-no-common.patch"
)
src_prepare() {
sed -i '1i#include <glib/gstdio.h>' src/e16menuedit2.c || die
gnome2_src_prepare
}