Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 107238

Summary: Ebuild for Yakuake (Yet Another Kuake) terminal emulator
Product: Gentoo Linux Reporter: Thomas Kear <thomas.kear>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: VERIFIED FIXED    
Severity: enhancement CC: earthwings, kkrizka, m.debruijne, nbensa, philippe.weibel, troll
Priority: High Keywords: EBUILD, InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for yakuake 2.1
Updated ebuild (2.1-r1)
Version 2.11
new ebuild for yakuake 2.3
yakuake-2.6.ebuild
yakuake-2.6.ebuild
yakuake-2.7.ebuild
yakuake-2.7.2.ebuild

Description Thomas Kear 2005-09-25 23:53:03 UTC
http://kde-look.org/content/show.php?content=29153

Yakuake is a terminal emulator that drops from the top of the screen upon
pressing a key.

My first ebuild, so mostly borrowed from other applications.  Does not force
user to install arts if USE flags contain -arts.

Reproducible: Didn't try
Steps to Reproduce:
-
Actual Results:  
-

Expected Results:  
-

Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 FX-53 Processor
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=athlon64"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer -march=athlon64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.recoil.net.nz/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://gentoo.recoil.net.nz/gentoo-portage"
USE="amd64 X aalib acpi alsa apache2 arts avi berkdb bitmap-fonts bluetooth cd
cdr crypt cups curl dvd dvdr eds emboss encode esd fam firefox flac foomaticdb
fortran gd gif gimpprint gpm gstreamer gtk gtk2 imagemagick imlib jack java jpeg
junit kde libwww lzw lzw-tiff mad motif mozilla-firefox mp3 mpeg mysql nas
ncurses nls ogg openal opengl pam pdflib perl png python qt quicktime readline
samba sdl spell sqlite ssl tcltk tcpd tetex tiff truetype-fonts type1-fonts usb
userlocales vorbis xine xml xml2 xmms xpm xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Thomas Kear 2005-09-25 23:53:35 UTC
Created attachment 69249 [details]
Ebuild for yakuake 2.1
Comment 2 Christoph Vogtländer 2005-09-26 07:03:06 UTC
Hi,    
works well on my iBook G3. So ~ppc might be added.   
I think that just defining S=${WORKDIR}/${PN} instead of moving the dirctory  
would be the better way.   
You can omit src_unpack(), src_compile() and src_install() sections, then. 
Comment 3 Thomas Kear 2005-09-26 14:15:16 UTC
Created attachment 69291 [details]
Updated ebuild (2.1-r1)

Updated as per comment by Christoph Mockenhaupt, added ~ppc keyword.
Comment 4 Thomas Kear 2005-09-26 16:37:33 UTC
Created attachment 69301 [details]
Version 2.11

Upstream version bump, no other changes to ebuild.
Comment 5 Johannes Ballé 2005-10-01 10:44:36 UTC
Created attachment 69647 [details]
new ebuild for yakuake 2.3

changes:

-- fix need-kde statement

in the former version there was no need-kde statement, which resulted in a
wrong setting of the installation prefix (/ instead of /usr)

-- removed inheritances to eutils and toolchain-funcs

assumed they are not needed. works without.

-- removed arts stuff

arts dependencies are handled in kde.eclass already (not sure about that,
though)
Comment 6 Ciaran McCreesh 2005-10-01 14:18:15 UTC
Please fix the following and reopen:

* You need spaces on either side of ( ) in DEPEND
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt
Comment 7 Przemyslaw Maciag (RETIRED) gentoo-dev 2005-10-09 14:01:53 UTC
Created attachment 70254 [details]
yakuake-2.6.ebuild

Hello!

I didn't want to create a new bug entry. Plz - reopen this one.

Version bump - yakuake has now version number 2.6
Ebuild isn't mine - I found it on www.kde-apps.org (
http://www.kde-apps.org/content/show.php?content=29867 ).

What I have done was simple corrects:
- bump the name
- correct SRC var to use ${P}
- remove keywords besides ~x86
- throw away eutils eclass
- give an empty IUSE var

so... nothing special :) Hope somebody will find it useful.

Regards,
Przemek
Comment 8 Przemyslaw Maciag (RETIRED) gentoo-dev 2005-10-09 15:28:36 UTC
Created attachment 70256 [details]
yakuake-2.6.ebuild

updated home page and sources url addresses to official ones

no other changes in the ebuild

Regards,
Przemek
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-10-09 21:00:08 UTC
Reopen.
Comment 10 Pol 2005-10-12 12:08:48 UTC
Excellent software
Comment 11 Corey Shields 2005-10-12 14:37:33 UTC
tested the 2.6 ebuild..  works great for me (x86)
Comment 12 Philippe Weibel 2005-10-14 15:38:27 UTC
Created attachment 70695 [details]
yakuake-2.7.ebuild

Version bump (2.7).
Great tool....
Comment 13 Przemyslaw Maciag (RETIRED) gentoo-dev 2005-10-15 07:54:50 UTC
Created attachment 70733 [details]
yakuake-2.7.2.ebuild

and next update - yakuake version bump 2.7.2

the funny thing is that 'official site' wasn't updated after releasing version
2.7  and kde-look one was. I add both addresses to HOMEPAGE in ebuild...

Also - 2.7.2 can be downloaded only from kde-look (at least for now...).
SRC_URI changed to kde-llok one.

Cheers,
Przemek
Comment 14 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-10-16 09:13:59 UTC
Was just searching to check for existing ebuilds and came across this bug 
report. I have added kde-misc/yakuake-2.7.2 to portage now - works very well 
here too. A useful addition to any desktop. Thanks. 
Comment 15 David Watzke 2005-10-21 09:05:38 UTC
Yo, add new ebuild for 2.7.3 :) Just rename 2.7.2 and so. 
Comment 16 Eike Hein 2006-03-18 17:01:44 UTC
I've just put out 2.7.4. Please bump.

URL: http://www.kde-apps.org/content/show.php?content=29153
Comment 17 Eike Hein 2006-03-21 10:53:08 UTC
Yakuake 2.7.5 is out: http://www.kde-apps.org/content/show.php?content=29153
Comment 18 Carsten Lohrke (RETIRED) gentoo-dev 2006-03-21 11:18:56 UTC
Please don't comment on bugs that are resolved. Open a new bug for a version bump.