Summary: | simdock (new ebuild) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paulo J. Matos <paulo> |
Component: | Current packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | CC: | egore |
Priority: | Lowest | Keywords: | EBUILD |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/onli/simdock | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 202478 | ||
Attachments: |
gnome-extra/simdock-1.2
a fast dock for gnome simdock-1.2.ebuild simdock-1.2-desktop-entry.patch simdock-1.2-cflags.patch |
Description
Paulo J. Matos
2007-11-23 21:43:57 UTC
Maybe you could at least post the URL. Sorry, I thought I had posted it. Created attachment 138621 [details]
gnome-extra/simdock-1.2
This ebuild was quite trivial. Installs fine for me.
Created attachment 140434 [details]
a fast dock for gnome
I have add the rest of the keyword for masking reason and unmask x86 becasue it runs stable i would like to maintain these ebuild
James: A developer should only add keywords he tested a software on. And an ebuild will never go with stable keywords into the tree. i tested the ebuild on x86 system i have been runing simdock for a few mouths now with out any problems Comment on attachment 140434 [details] a fast dock for gnome ><HTML><HEAD/><BODY><PRE># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit autotools > >DESCRIPTION="a fast and customizable dockbar written in C++/wxWidgets" >HOMEPAGE="http://sourceforge.net/projects/simdock/" >SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" > >IUSE="" > >RDEPEND=">=x11-libs/wxGTK-2.8.0 > >=gnome-base/gconf-2.18.0 > >=x11-libs/libwnck-2.18.0" >DEPEND="${RDEPEND} > dev-util/pkgconfig" > >S=${WORKDIR}/trunk > >src_install() { > emake DESTDIR=${D} install || die "make install failed" >} ></PRE></BODY></HTML> Created attachment 142762 [details]
simdock-1.2.ebuild
Here's an ebuild I've whipped together. simdock has some problems like a broken build system wrt cflags and the .desktop is invalid. Will have a patch for the .desktop in a moment, and a probably a horribly wrong patch for the cflag issue...
Created attachment 142764 [details, diff]
simdock-1.2-desktop-entry.patch
Created attachment 142765 [details, diff]
simdock-1.2-cflags.patch
The worst patch ever :P All I could think of besides rewriting the file...
The original upstream was officially abandoned by its developer in October 2011. There is, however, an active fork - complete with its own ebuild: https://github.com/onli/overlay/tree/master/x11-misc/simdock/ If there is still user demand for adding simdock to Portage? If so, I would suggest getting in touch with the current upstream developer to coordinate efforts with him. Perhaps they would even be interested in becoming the proxied maintainer [1] of this package? Keep us updated! If this bug remains silent without further comments for 30 days i will close it with the resolution of WONTFIX. Beyond that the bug can always be reopened to get this package back on track for the Gentoo Portage tree. [1]: https://wiki.gentoo.org/index.php?title=Project:Proxy_Maintainers |