Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Launchy Ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
bbarao
n00b
n00b


Joined: 25 Jul 2008
Posts: 3

PostPosted: Wed Jul 30, 2008 10:33 pm    Post subject: Launchy Ebuild Reply with quote

Quote:
Launchy is a free windows and linux utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager.

Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!


Website: http://www.launchy.net/
Screenshot: http://img187.imageshack.us/img187/813/amarokkv2.png

And i made an ebuild for it:

launchy-2.1.1.ebuild:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Launchy is a free windows and linux utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager."
HOMEPAGE="http://www.launchy.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

KEYWORDS="~amd64 ~x86"
SLOT="0"

IUSE="gnome"

DEPEND="dev-libs/boost
        >=x11-libs/qt-4
        gnome? ( gnome-base/libgnome )"
RDEPEND="x11-misc/xdg-utils"

src_unpack() {
  unpack ${A}
  cd "${S}"

  epatch "${FILESDIR}"/${PN}-makefile.patch
}

src_compile() {
  emake || die "emake failed"
}

src_install() {
  emake DESTDIR="${D}" install || die "install failed"
}



files/launchy-makefile.patch:

diff -Naur a/makefile b/makefile
--- a/makefile  2008-07-30 22:05:53.000000000 +0100
+++ b/makefile  2008-07-30 22:07:55.000000000 +0100
@@ -4,7 +4,7 @@
 PLATFORMS_PATH=$(PREFIX)/lib/launchy/
 DESKTOP_PATH=$(PREFIX)/share/applications
 ICON_PATH=$(PREFIX)/share/pixmaps
-QMAKE=qmake-qt4
+QMAKE=qmake

 DEFS=SKINS_PATH=\\\"$(SKINS_PATH)\\\" PLUGINS_PATH=\\\"$(PLUGINS_PATH)\\\" \
        PLATFORMS_PATH=\\\"$(PLATFORMS_PATH)\\\"
@@ -60,4 +60,4 @@
        -rm -rf $(PLATFORMS_PATH)
        -rm -rf $(SKINS_PATH)
        -rm $(DESTDIR)$(DESKTOP_PATH)/launchy.desktop
-       -rm $(DESTDIR)$(ICON_PATH)/launchy.png
\ No newline at end of file
+       -rm $(DESTDIR)$(ICON_PATH)/launchy.png

Back to top
View user's profile Send private message
node_one
Apprentice
Apprentice


Joined: 07 Apr 2008
Posts: 165

PostPosted: Thu Jul 31, 2008 12:06 am    Post subject: Reply with quote

If you have made a new ebuild, I suggest that you open a new bug in Bugzilla and submit it there.
Back to top
View user's profile Send private message
bbarao
n00b
n00b


Joined: 25 Jul 2008
Posts: 3

PostPosted: Thu Jul 31, 2008 12:09 pm    Post subject: Reply with quote

Thanks node_one, i've submited it to bugzilla, here: https://bugs.gentoo.org/show_bug.cgi?id=233434
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Wed Sep 03, 2008 1:46 pm    Post subject: Reply with quote

Hm, looks like an interesting project, seems very similar to gnome-do, but gnome-do depends on mono, which is quite a big number of packages, and it uses tons of memory it shouldn't need to.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum