Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15960 Details for
Bug 24037
gDeskCal - New ebuild for a cute little desktop calendar
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gDeskCal 0.54 ebuild
gDeskCal-0.54.ebuild (text/plain), 1.22 KB, created by
Jeroen Hoek
on 2003-08-12 00:43:52 UTC
(
hide
)
Description:
gDeskCal 0.54 ebuild
Filename:
MIME Type:
Creator:
Jeroen Hoek
Created:
2003-08-12 00:43:52 UTC
Size:
1.22 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Cute little eye-candy calendar for the desktop" >HOMEPAGE="http://www.pycage.de/software_gdeskcal.html" > >MY_P="`echo ${P} | sed 's/\./_/' -`" >SRC_URI="http://www.pycage.de/download/${MY_P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~alpha" > >IUSE="" > >DEPEND=">=dev-lang/python-2.0 > >=x11-libs/gtk+-2.0 > >=dev-libs/glib-2.0 > >=dev-python/pygtk-1.99" > >GDESKCAL_DIR=/usr/share/${PN} > >src_install() { > # put documents in the right place > dodoc AUTHORS NEWS README README.i18n README.skins > > # gdeskcal Python objects and i18n files > mkdir ${D}${GDESKCAL_DIR} > cp -R code skins data locale po gdeskcal ${D}${GDESKCAL_DIR} >} > >pkg_postinst() { > # the gdeskcal program expects its objects in the directory > # he resides in, so the whole program goes into /usr/share/${PN} > # and we symlink the gdeskcal executable > ln -sf ${GDESKCAL_DIR}/gdeskcal /usr/bin/gdeskcal > > # some useful information about where to get skins > einfo "" > einfo "Skins for gDeskCal can be found at:" > einfo " ${HOMEPAGE}" > einfo "" > einfo "To install a new skin simply drag it onto the gDeskCal skinbrowser" > einfo "" >} >
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 24037
:
14222
|
14244
|
15623
|
15960
|
16636
|
17178
|
25251
|
27151
|
27152
|
27421
|
27440
|
30062