Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT]Gnu terminarz ucznia
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW
View previous topic :: View next topic  
Author Message
Mr Adam
Apprentice
Apprentice


Joined: 28 Jun 2006
Posts: 210
Location: Poland Tarnov

PostPosted: Sat Nov 04, 2006 10:20 am    Post subject: [OT]Gnu terminarz ucznia Reply with quote

Cześć, znalazłem fajny program w sieci - terminarz ucznia, na jego stronie są kody źródłowe, więc podejrzewam że jest jakiś nieoficjalny ebuild.... Czy mam rację?
http://www.gnutu.devnull.pl/pl/index.php/Download
_________________
Miły Chomiczek
Back to top
View user's profile Send private message
rasheed
Guru
Guru


Joined: 15 Dec 2004
Posts: 466
Location: Ostrów Wielkopolski

PostPosted: Sat Nov 04, 2006 10:28 am    Post subject: Reply with quote

Ja mam ebuilda do wersji 2.0

Code:
# Distributed under the terms of the GNU General Public License v2

inherit mono

DESCRIPTION="GNU Student's Timetable"
HOMEPAGE="http://www.gnutu.org/"
SRC_URI="http://www.gnutu.org/download/sources/${P}.tar.gz"
RESTRICT=nomirror

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""

DEPEND="dev-lang/mono
        >=dev-dotnet/glade-sharp-1.9.5"

src_unpack() {
   unpack ${A}
}

src_compile() {
   econf --prefix=/usr || die
   sed -i -e /on_CalendarWindow_focus_out/s/EventArgs/Gtk.FocusOutEventArgs/ src/Widgets/DateEdit.cs
   emake || die
}

src_install() {
   make install DESTDIR=${D} || die
}

_________________
rasheed - #gentoo.pl@IRCnet team | www.mklimek.org - BLOG - Linux, Opera, Open Source | JID / Mail: rasheed@gentoo.pl

APEL!
Back to top
View user's profile Send private message
KeyBi
Apprentice
Apprentice


Joined: 26 Mar 2005
Posts: 163
Location: Jaworzno [PL]

PostPosted: Sat Nov 04, 2006 10:32 am    Post subject: Reply with quote

Jest także ebuild w oficjalnym Portage :

Code:
emerge -s gnutu

*  app-misc/gnutu
      Latest version available: 2.0
      Latest version installed: [ Not Installed ]
      Size of files: 226 kB
      Homepage:      http://www.gnutu.org/
      Description:   GNU Student's Timetable for polish users
      License:       GPL-2

_________________
Gentoo Linux Blog
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW 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