|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
new package wicdHi all,
Here's the files for new package wicd (http://wicd.sourceforge.net). -Mika # --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../wicd/wicd.conf # Copyright (C) 2009 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- wicd_cm() { python ./setup.py configure python ./setup.py install --root=$root } custmain="wicd_cm" [COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] T2 SDE: package/.../wicd/wicd.desc [COPY] Copyright (C) 2009 The T2 SDE Project [COPY] [COPY] More information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License as published by [COPY] the Free Software Foundation; version 2 of the License. A copy of the [COPY] GNU General Public License can be found in the file COPYING. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] Wired and wireless network manager [T] Open source wired and wireless network manager [T] with simple interface with wide variety of settings [U] http://wicd.sourceforge.net/ [A] wicd team <http://wicd.sourceforge.net> [M] The T2 Project <t2@...> [C] extra/network [L] GPL [S] Stable [V] 1.6.2.2 [P] X -----5---9 184.600 [D] 3571585324 wicd-1.6.2.2.tar.bz2 http://dl.sourceforge.net/sourceforge/wicd/ #!/bin/bash main_begin block_begin(start, `Starting wicd') mkdir /var/run/wicd 2>/dev/null check(`D_prefix/usr/sbin/wicd') sleep 1 chmod 777 /var/run/wicd{,/*socket} block_end block_begin(stop, `Stopping wicd.') check(`killall -15 D_prefix/usr/sbin/wicd') block_end main_end ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@... with a subject of: unsubscribe t2 |
|
|
Re: new package wicdHi Mika, Mika Pesu wrote: > Hi all, > > Here's the files for new package wicd (http://wicd.sourceforge.net). It's so nice to see you back and your patches. I'll apply both mails straight away, however, your year old SVN account should still be in effect, so you could just commit bits :-) In case you need new auth data let me know :-) I'll re-reply to both mail when I committed them. René -- René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10785 Berlin http://exactcode.de | http://t2-project.org | http://rene.rebe.name ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@... with a subject of: unsubscribe t2 |
|
|
Re: new package wicdHello again, Mika Pesu wrote: > Hi all, > > Here's the files for new package wicd (http://wicd.sourceforge.net). I added the .cache from my test build, as well as your name to the Maintainer tag (:-) and converted from custom (deprecated, we really should remove it :-) to hooks: -wicd_cm() { - python ./setup.py configure - python ./setup.py install --root=$root -} - custmain="wicd_cm" +makeopt= +makeinstopt= +hook_add premake 5 "python ./setup.py configure" +hook_add inmake 5 "python ./setup.py install --root=$root" I was asked about those "spurious": "The use of custmain is deprecated, please use hooks instead." build warnings the other week in IRC, and well, my answer was: we still got some packages left using it, including the linux kernel packages. I just grep'ed how big the backlog is, and ouhm well, what shall I say, it's still there: # grep custmain= package/*/*/*.conf | wc -l 101 Patches for migrations welcome, in many cases it should be very trivial janitorial work, ... :-) Have a nice weekend, -- René Rebe, ExactCODE GmbH, Jaegerstr. 67, DE-10785 Berlin http://exactcode.de | http://t2-project.org | http://rene.rebe.name ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to lists@... with a subject of: unsubscribe t2 |
| Free embeddable forum powered by Nabble | Forum Help |