The attached patch works around the editje'-bin' "issue" in the ebuild
to have a name for the executable that fits the gentoo naming scheme.
Yeah, I know, this is not a big deal, but imho it can't hurt to have it right.
If you think this is totally stupid and unnecessary, feel free to
ignore this and I'll let it go.
Greetings,
thomasg
Index: dev-util/editje/Manifest
===================================================================
--- dev-util/editje/Manifest (revision 48043)
+++ dev-util/editje/Manifest (working copy)
@@ -1,3 +1,3 @@
-EBUILD editje-9999.ebuild 520 RMD160 9663ef2cdf56058c334b92d55e4eb01b6ec5293d
SHA1 588a64e1383824e827eea6d138e8fbbe3d6c9b45 SHA256
cca9b7d48dc0226683e9d0b306ecddf65c453484dfdc5b9bfbd6594c42e3d41a
+EBUILD editje-9999.ebuild 736 RMD160 1d835657bc9aa41a00aaf1af6666c7643b62a6a4
SHA1 8b13c16e582295479d30b44ece4cbac3b3b723aa SHA256
7e0f5920f2556442b1271593de279443dd41f285b9ad2a8fe26883df786d58c0
MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1
da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MISC metadata.xml 446 RMD160 123f6c026c5da833bb6393b9ad8905d342ef27c6 SHA1
38eb495829adc7b06b59ebae4379bf935b4d9dff SHA256
b8e51739d72d863d7a558c993b4511424ced35ad5a9b107eec312371102fb6c9
Index: dev-util/editje/editje-9999.ebuild
===================================================================
--- dev-util/editje/editje-9999.ebuild (revision 48043)
+++ dev-util/editje/editje-9999.ebuild (working copy)
@@ -22,3 +22,10 @@
DEPEND="
>=media-libs/edje-9999"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Install failed"
+ mv ${D}/usr/bin/editje-bin ${D}/usr/bin/editje || die
+ sed -i -e 's/editje-bin/editje/' \
+ ${D}/usr/share/applications/editje.desktop || die
+}
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel