Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145012 Details for
Bug 211984
alarm-clock (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
alarm-clock-0.9.1.ebuild
alarm-clock-0.9.1.ebuild (text/plain), 1.24 KB, created by
Milos Popovic
on 2008-03-01 15:30:06 UTC
(
hide
)
Description:
alarm-clock-0.9.1.ebuild
Filename:
MIME Type:
Creator:
Milos Popovic
Created:
2008-03-01 15:30:06 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >inherit eutils python > >DESCRIPTION="Personal alarm clock for GNOME desktop environment" >HOMEPAGE="http://alarm-clock.54.pl" >SRC_URI="http://dp0154.debowypark.waw.pl/ac/downloads/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" >LANGS="pl sr sr@latin" > >RDEPEND=">=dev-python/pygtk-2 > dev-python/notify-python > dev-python/gst-python" >DEPEND="" > >src_compile() { ># cd ${S}/po ># for LANG in ${LANGS} ; do ># msgfmt -cv -f -o pyalarm.mo ${LANG}.po ># cp pyalarm.mo /usr/share/locale/${LANG}/LC_MESSAGES/ > echo "#!/bin/bash" > alarm-clock > echo "cd /usr/share/alarm-clock" >> alarm-clock > echo "python alarm-clock.py" >> alarm-clock > cd gfx >} > >src_install() { > cd ${S} > dodir /usr/share/alarm-clock > insinto /usr/share/alarm-clock > doins main.glade pyalarm.py alarm-clock.py > > dodir /usr/share/alarm-clock/gfx > insinto /usr/share/alarm-clock/gfx > doins gfx/alarm-clock.svg gfx/alarm-caution.svg > > dodir /usr/share/alarm-clock/sound > insinto /usr/share/alarm-clock/sound > doins sound/ring.wav > > insinto /usr/share/pixmaps > doins gfx/alarm-clock.svg > > exeinto /usr/bin > doexe alarm-clock > > insinto /usr/share/applications/ > doins alarm-clock.desktop >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211984
:
145012
|
146066
|
151644
|
156113
|
157075
|
157081
|
159746