Bug 107238 - Ebuild for Yakuake (Yet Another Kuake) terminal emulator
|
Bug#:
107238
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: CLOSED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: thomas.kear@gmail.com
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: Ebuild for Yakuake (Yet Another Kuake) terminal emulator
|
|
Keywords: EBUILD, InCVS
|
|
Status Whiteboard:
|
|
Opened: 2005-09-25 23:53 0000
|
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
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.
Created an attachment (id=69647) [details]
new ebuild for yakuake 2.11
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)
Created an attachment (id=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
tested the 2.6 ebuild.. works great for me (x86)
Created an attachment (id=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
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.
Yo, add new ebuild for 2.7.3 :) Just rename 2.7.2 and so.
Please don't comment on bugs that are resolved. Open a new bug for a version
bump.