[Frugalware-git] systemd: e2fsprogs-1.41.12-6-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=f655f3bca9c75887de2240f358d4d6c1fc748b33

commit f655f3bca9c75887de2240f358d4d6c1fc748b33
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 13:00:36 2010 +0100

e2fsprogs-1.41.12-6-i686

* Remove rc.fsck and rc.random. systemd provide support for that.

diff --git a/source/base/e2fsprogs/FrugalBuild 
b/source/base/e2fsprogs/FrugalBuild
index 70be74d..c9f80fe 100644
--- a/source/base/e2fsprogs/FrugalBuild
+++ b/source/base/e2fsprogs/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=e2fsprogs
pkgver=1.41.12
-pkgrel=5
+pkgrel=6
pkgdesc=Utilities needed to create and maintain ext2 and ext3 filesystems
depends=('glibc=2.8-3' 'util-linux-ng=2.16')
rodepends=('coreutils=6.12-2')
@@ -12,10 +12,7 @@ archs=('i686' 'x86_64' 'ppc')
_F_sourceforge_prefix=libs-
Finclude sourceforge
url=http://e2fsprogs.sourceforge.net/;
-source=($source rc.fsck rc.random)
-sha1sums=('62b002fe507b2ddafc24b89532e472fe4b55a14f' \
-  'a30724dc241e53dbf0c90d2256989e4f87bdb6e4' \
-  '7d5e3eecbea952aa1f72808fb810892d82a35461')
+sha1sums=('62b002fe507b2ddafc24b89532e472fe4b55a14f')

build()
{
@@ -28,8 +25,6 @@ build()
make check || return 1
fi
make DESTDIR=$Fdestdir install install-libs
-   Frcd fsck
-   Frcd random

# conflicts with util-linux-ng
Frm /usr/sbin/uuidd /usr/share/man/man8/uuidd.8
diff --git a/source/base/e2fsprogs/e2fsprogs.install 
b/source/base/e2fsprogs/e2fsprogs.install
index 9770ffc..9554914 100644
--- a/source/base/e2fsprogs/e2fsprogs.install
+++ b/source/base/e2fsprogs/e2fsprogs.install
@@ -1,15 +1,13 @@
-post_install()
+
+post_upgrade()
{
-   cd /etc/rc.d/rcS.d
-   ln -sf ../rc.fsck S12rc.fsck
-   ln -sf ../rc.random S22rc.random
-   /usr/sbin/chkconfig --add rc.random
+   rm /etc/rc.d/rcS.d/S{12rc.fsck,22rc.random}
+   /usr/sbin/chkconfig --del rc.random
}

pre_remove()
{
-   rm /etc/rc.d/rcS.d/S{12rc.fsck,22rc.random}
-   /usr/sbin/chkconfig --del rc.random
+   post_upgrade
}

op=$1
diff --git a/source/base/e2fsprogs/messages/fsck.en 
b/source/base/e2fsprogs/messages/fsck.en
deleted file mode 100644
index 78b6ea1..000
--- a/source/base/e2fsprogs/messages/fsck.en
+++ /dev/null
@@ -1,56 +0,0 @@
-# (c) 2003-2004 Vajna Miklos vmik...@frugalware.org
-# (c) 2005 Laszlo Dvornik dvor...@gnome.hu
-# fsck.en for Frugalware
-# distributed under GPL License
-# Copyright 1993-2003 Patrick J. Volkerding, All rights reserved
-# Patrick J. Volkerding's scripts were distributed under an OSI approved
-# BSD License, which can be found in the COPYRIGHT file.
-
-fsstatro=Testing root filesystem status: read-only filesystem
-fsstatrw=Testing root filesystem status: read-write filesystem
-fscheck=Checking root filesystem: 
-
-greater4=\n***\n\
-*** An error occurred during the root filesystem check. ***\n\
-*** You will now be given a chance to log into the  ***\n\
-*** system in single-user mode to fix the problem.  ***\n\
-*** ***\n\
-*** If you are using the ext2 filesystem, running   ***\n\
-*** 'e2fsck -v -y partition' might help.  ***\n\
-***\n\n\
-Once you exit the single-user shell, the system will reboot.\n
-
-repairfs=Repair filesystem
-
-autoreboot=\n***\n\
-*** The filesystem was changed. ***\n\
-*** The system will now reboot. ***\n\
-***\n
-
-umountfs=Unmounting file systems.
-rebootsys=Rebooting system.
-remountrw=Remounting root device with read-write enabled
-
-failedrw=\n\
-Attempt to remount root device as read-write failed!  This is going to\n\
-cause serious problems.\n\n\
-Normal bootdisks can be made to mount a system read-write with the rdev 
command:\n\n\
-rdev -R /dev/fd0 0\n\n\
-You can also get into your system by using a boot disk with a command like 
this\n\
-on the prompt line:  (change the root partition name as needed)\n\n\
-root=/dev/hda1 rw\n\n\
-Please press ENTER to continue, then reboot and use one of the above methods 
to\
-\nget into your machine and start looking for the problem.
-
-rwwarning=\n\
-*** ERROR: Root partition has already been mounted read-write. Cannot check!\n\
-\nFor filesystem checking to work properly, your system must initially mount\n\
-the root partition as read only. Please modify your kernel with 'rdev' so 
that\n\
-it does this. If you boot from a kernel on a floppy disk, put it in the 
drive\n\
-and type:\n\n\
-   rdev -R /dev/fd0 1\n\n\
-If you boot from a bootdisk, you can add the 'ro' flag.\n\n\
-This will fix the problem *AND* eliminate this annoying message. :-)\n\n\
-Press ENTER to continue.
-
-# vim: ft=sh
diff --git a/source/base/e2fsprogs/messages/fsck.hu 
b/source/base/e2fsprogs/messages/fsck.hu
deleted file mode 100644
index fcdf0cb..000
--- 

[Frugalware-git] systemd: kbd-1.15.2-2-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=0571e88cd63873b504f4034c8406dd9bbeb766bc

commit 0571e88cd63873b504f4034c8406dd9bbeb766bc
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 13:24:15 2010 +0100

kbd-1.15.2-2-i686

* Remove rc.font and rc.keymap. systemd provide support for that.

diff --git a/source/base/kbd/FrugalBuild b/source/base/kbd/FrugalBuild
index 68c9378..f645fa4 100644
--- a/source/base/kbd/FrugalBuild
+++ b/source/base/kbd/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=kbd
pkgver=1.15.2
-pkgrel=1
+pkgrel=2
pkgdesc=Keyboard maps and console fonts
url=ftp://ftp.altlinux.org/pub/people/legion/kbd/;
_F_archive_grepv=wip\|rc
@@ -13,23 +13,13 @@ groups=('base')
archs=('i686' 'x86_64' 'ppc')
backup=(etc/sysconfig/font)
source=($url/$pkgname-$pkgver.tar.gz \
-   rc.font rc.font-{de,hu}.po rc.keymap rc.keymap-{de,hu}.po \
font)
sha1sums=('6252a2bf6b897416719dc976e3ac26cf28e6e932' \
-  '72aee792be75d38defbde653c2ff06e8c56586dc' \
-  '7b1e17e399608f54ff70ac22cf8e697e01ea6b23' \
-  'd385735e880bea9f8444dfbc5144007eaaffee32' \
-  'ddb2af28b950d816bf5ae7d1d121d59fb0f71cee' \
-  'beceda61cdf168e4063873a9ea6312dbc8284613' \
-  'b9c50c54c7f3b1efce7858a39b0dd7490cc742a3' \
'84e361527f415ef4d560b3e6affea0d463d544de')

build()
{
Fbuild --enable-optional-progs
-   # init script
-   Frcd2 font
-   Frcd2 keymap
# config
Ffile /etc/sysconfig/font
}
diff --git a/source/base/kbd/kbd.install b/source/base/kbd/kbd.install
index ffad3f4..5428627 100644
--- a/source/base/kbd/kbd.install
+++ b/source/base/kbd/kbd.install
@@ -1,16 +1,7 @@
-# arg 1:  the new package version
-post_install()
-{
-   cd /etc/rc.d/rcS.d
-   ln -sf ../rc.font S05rc.font
-   chkconfig --add rc.keymap
-}

-# arg 1:  the new package version
-# arg 2:  the old package version
post_upgrade()
{
-   post_install $1
+   pre_remove $@
if [ ! -f /etc/sysconfig/keymap ] ; then
echo -e '# /etc/sysconfig/keymap\n'  /etc/sysconfig/keymap
echo -n '# specifiy the keyboard map, '  /etc/sysconfig/keymap
@@ -22,11 +13,9 @@ post_upgrade()
fi
}

-# arg 1:  the old package version
pre_remove()
{
rm /etc/rc.d/rcS.d/S05rc.font
-   chkconfig --del rc.keymap
}

op=$1
diff --git a/source/base/kbd/pot/rc.font.pot b/source/base/kbd/pot/rc.font.pot
deleted file mode 100644
index 184899f..000
--- a/source/base/kbd/pot/rc.font.pot
+++ /dev/null
@@ -1,25 +0,0 @@
-# rc.font.
-# Copyright (C) YEAR THE rc.font'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.font package.
-# FIRST AUTHOR em...@address, YEAR.
-#
-#, fuzzy
-msgid 
-msgstr 
-Project-Id-Version: rc.font\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-19 12:41+0100\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME em...@address\n
-Language-Team: LANGUAGE l...@li.org\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
-Content-Transfer-Encoding: 8bit\n
-
-#: rc.font:28
-msgid Loading console font
-msgstr 
-
-#: rc.font:40
-msgid Press F2 for verbose mode
-msgstr 
diff --git a/source/base/kbd/pot/rc.keymap.pot 
b/source/base/kbd/pot/rc.keymap.pot
deleted file mode 100644
index 8538ac0..000
--- a/source/base/kbd/pot/rc.keymap.pot
+++ /dev/null
@@ -1,25 +0,0 @@
-# rc.keymap.
-# Copyright (C) YEAR THE rc.keymap'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.keymap package.
-# FIRST AUTHOR em...@address, YEAR.
-#
-#, fuzzy
-msgid 
-msgstr 
-Project-Id-Version: rc.keymap\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-19 12:46+0100\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME em...@address\n
-Language-Team: LANGUAGE l...@li.org\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
-Content-Transfer-Encoding: 8bit\n
-
-#: rc.keymap:18
-msgid Loading keyboard map
-msgstr 
-
-#: rc.keymap:26
-msgid You haven't set a keymap in /etc/sysconfig/keymap
-msgstr 
diff --git a/source/base/kbd/rc.font b/source/base/kbd/rc.font
deleted file mode 100644
index cc9ce04..000
--- a/source/base/kbd/rc.font
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-# (c) 2003-2006 Miklos Vajna vmik...@frugalware.org
-# (c) 2005  Marcus Habermehl bmh198...@yahoo.de
-# rc.font for Frugalware
-# distributed under GPL License
-
-source /lib/initscripts/functions
-TEXTDOMAIN=font
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-if [[ $2 != S ]] ; then
-   msg $Loading console font
-fi
-
-if [ -e /etc/sysconfig/font ] ; then
-   source /etc/sysconfig/font
-   if [ ! -z ${font} ] ; then
-   for i in `seq 1 12`
-   do
-   setfont ${font} -C /dev/tty$i
-   done
-   retval=$?
-   if [[ $2 != S ]] ; then
-   ok ${retval}
-   fi
-   fi
-fi
-
-if echo $LANG |grep -qi utf; then
-   kbd_mode -u
-   dumpkeys |loadkeys --unicode
-   echo -n -e '\033%G'

[Frugalware-git] systemd: e2fsprogs-1.41.12-7-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=d0f84f029dbbe85d9d7f20112d7e1c8c96ef8a1d

commit d0f84f029dbbe85d9d7f20112d7e1c8c96ef8a1d
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 13:32:49 2010 +0100

e2fsprogs-1.41.12-7-i686

* Add .install to source.
* Rremove chkconfig invocation from .install.

diff --git a/source/base/e2fsprogs/FrugalBuild 
b/source/base/e2fsprogs/FrugalBuild
index c9f80fe..c64ea48 100644
--- a/source/base/e2fsprogs/FrugalBuild
+++ b/source/base/e2fsprogs/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=e2fsprogs
pkgver=1.41.12
-pkgrel=6
+pkgrel=7
pkgdesc=Utilities needed to create and maintain ext2 and ext3 filesystems
depends=('glibc=2.8-3' 'util-linux-ng=2.16')
rodepends=('coreutils=6.12-2')
@@ -12,7 +12,10 @@ archs=('i686' 'x86_64' 'ppc')
_F_sourceforge_prefix=libs-
Finclude sourceforge
url=http://e2fsprogs.sourceforge.net/;
-sha1sums=('62b002fe507b2ddafc24b89532e472fe4b55a14f')
+source=(${sour...@]} \
+   $pkgname.install)
+sha1sums=('62b002fe507b2ddafc24b89532e472fe4b55a14f' \
+  '64dd4b4275d3ed8eecf5dff9b02d81dae4507186')

build()
{
diff --git a/source/base/e2fsprogs/e2fsprogs.install 
b/source/base/e2fsprogs/e2fsprogs.install
index 9554914..1daf412 100644
--- a/source/base/e2fsprogs/e2fsprogs.install
+++ b/source/base/e2fsprogs/e2fsprogs.install
@@ -2,7 +2,6 @@
post_upgrade()
{
rm /etc/rc.d/rcS.d/S{12rc.fsck,22rc.random}
-   /usr/sbin/chkconfig --del rc.random
}

pre_remove()
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] systemd: udev-164-3-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=84e606d48c031559ea93002311b4a19ec00e67ee

commit 84e606d48c031559ea93002311b4a19ec00e67ee
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 14:01:34 2010 +0100

udev-164-3-i686

* Remove rc.udev. systemd provide support for that.

diff --git a/source/base/udev/FrugalBuild b/source/base/udev/FrugalBuild
index cc0480a..def6e85 100644
--- a/source/base/udev/FrugalBuild
+++ b/source/base/udev/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=udev
pkgver=164
-pkgrel=2
+pkgrel=3
pkgdesc=A userspace implementation of devfs
url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/;
backup=(etc/sysconfig/blacklist)
@@ -15,7 +15,7 @@ archs=('i686' 'x86_64' 'ppc')
conflicts=('devfsd' 'pcmcia-cs' 'hotplug')
replaces=('hotplug' 'devicekit')
up2date=lynx -dump '$url?C=M;O=D'|grep 'udev-.*tar.bz2 '|sed -n 
's/.*-\(.*\)\.t.*/\1/;1 p'
-source=($url/$pkgname-$pkgver.tar.gz rc.udev blacklist \
+source=($url/$pkgname-$pkgver.tar.gz udev.install blacklist \
README.Frugalware 65-permissions.rules revert-ide-changes.patch)
signatures=(${source[0]}.sign '' '' '' '' '')

@@ -54,7 +54,6 @@ build()
do
[ -d $i ]  Ffilerel rules/$i/* /lib/udev/rules.d/
done
-   Fexe /etc/rc.d/rc.udev
Ffile /etc/sysconfig/blacklist
Fmkdir /etc/modprobe.d /dev
Fln /etc/sysconfig/blacklist /etc/modprobe.d/blacklist.conf
diff --git a/source/base/udev/rc.udev b/source/base/udev/rc.udev
deleted file mode 100644
index 2bab73e..000
--- a/source/base/udev/rc.udev
+++ /dev/null
@@ -1,90 +0,0 @@
-#!/bin/bash
-
-# (c) 2004 Vajna Miklos vmik...@frugalware.org
-# rc.udev for Frugalware
-# version 0.9.1
-# distributed under GPL license
-#
-# Copyright (C) 2004 Greg Kroah-Hartman g...@kroah.com
-# Released under the GPL v2 only.
-#
-# Thanks go out to the Gentoo developers for proving
-# that this is possible to do.
-
-mount none -t sysfs /sys
-
-export MODPROBE_OPTIONS=--use-blacklist
-
-. /etc/udev/udev.conf
-
-prog=udev
-sysfs_dir=/sys
-bin=/sbin/udev
-udevd=/sbin/udevd
-udev_root=/dev
-
-make_extra_nodes () {
-   # there are a few things that sysfs does not export for us.
-   # these things go here
-   #
-   # Thanks to Gentoo for the initial list of these.
-
-   mkdir $udev_root/pts
-   mkdir $udev_root/shm
-}
-
-start()
-{
-   /sbin/udevadm trigger
-   # Wait for udev events
-   /sbin/udevadm settle --timeout=90
-}
-
-# don't use udev if sysfs is not mounted.
-if [ ! -d $sysfs_dir/block ]; then
-   exit 1
-fi
-
-# propogate /udev from /sys
-export ACTION=add
-export UDEV_NO_SLEEP=1
-#echo Creating initial udev device nodes:
-
-
-#echo making extra nodes
-make_extra_nodes
-
-#echo udev startup is finished!
-
-# actually we need that here
-if [ -e /proc/cmdline ]; then
-   if grep -q quiet /proc/cmdline; then
-   echo 0  /proc/sys/kernel/printk
-   else
-   echo 6  /proc/sys/kernel/printk
-   fi
-else # ohh well then mute anyway
-   echo 0  /proc/sys/kernel/printk
-fi
-
-# be sure we use /sbin/modprobe
-echo /sbin/modprobe  /proc/sys/kernel/modprobe
-echo  /proc/sys/kernel/hotplug
-
-# check if udevd is already running
-if ! [ `pidof -o %PPID /sbin/udevd` ]; then
-   /sbin/udevd --daemon
-fi
-
-mkdir -p /dev/.udev/queue
-start
-
-if [ -f /sys/class/tty/console/uevent ]; then
-   # trigger the sorted events
-   echo -e '\000\000\000\000'  /proc/sys/kernel/hotplug
-fi
-
-## just in case we have a box with a lot USB or external HW try detecting again
-start
-
-# end of rc.udev
diff --git a/source/base/udev/udev.install b/source/base/udev/udev.install
index e417f0f..360e031 100644
--- a/source/base/udev/udev.install
+++ b/source/base/udev/udev.install
@@ -1,21 +1,7 @@
-post_install()
-{
-   cd /etc/rc.d/rcS.d
-   ln -sf ../rc.udev S00rc.udev
-}
-
-pre_upgrade()
-{
-   # can be removed after Frugalware-0.7
-   # remove obsolete hotplug service
-   chkconfig --del rc.hotplug /dev/null
-}

post_upgrade()
{
-   # can be removed after Frugalware-0.7
-   # force removing hotplug symlinks
-   rm -f /etc/rc.d/rc?.d/*hotplug
+   pre_remove
# convert the blaclist file to the new format
if ! grep -q blacklist /etc/sysconfig/blacklist; then
sed -i 's/^\([^#]\)/blacklist \1/' /etc/sysconfig/blacklist
@@ -54,7 +40,7 @@ post_upgrade()

pre_remove()
{
-   rm /etc/rc.d/rcS.d/S00rc.udev
+   rm -rf /etc/rc.d/rcS.d/S00rc.udev
}

op=$1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] systemd: e2fsprogs-1.41.12-7-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=3fac5f2460775c32bd5e50d8e709e1458bdf573d

commit 3fac5f2460775c32bd5e50d8e709e1458bdf573d
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 14:04:50 2010 +0100

e2fsprogs-1.41.12-7-i686

* Silence removal of allready removed rc.*

diff --git a/source/base/e2fsprogs/e2fsprogs.install 
b/source/base/e2fsprogs/e2fsprogs.install
index 1daf412..0793cfb 100644
--- a/source/base/e2fsprogs/e2fsprogs.install
+++ b/source/base/e2fsprogs/e2fsprogs.install
@@ -1,7 +1,7 @@

post_upgrade()
{
-   rm /etc/rc.d/rcS.d/S{12rc.fsck,22rc.random}
+   rm -rf /etc/rc.d/rcS.d/S{12rc.fsck,22rc.random}
}

pre_remove()
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] systemd: util-linux-ng-2.18.g07b336c-1-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=5ba654d50e58fca6703d278c954a12cfa18a1065

commit 5ba654d50e58fca6703d278c954a12cfa18a1065
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 14:24:14 2010 +0100

util-linux-ng-2.18.g07b336c-1-i686

* Remove rc.console and rc.swap. systemd provides support for that.

diff --git a/source/base/util-linux-ng/FrugalBuild 
b/source/base/util-linux-ng/FrugalBuild
index 2a3f541..073a8a0 100644
--- a/source/base/util-linux-ng/FrugalBuild
+++ b/source/base/util-linux-ng/FrugalBuild
@@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-y}

pkgname=util-linux-ng
pkgver=2.18
-pkgrel=2
+pkgrel=3
pkgdesc=Miscellaneous system utilities for Linux
url=http://www.kernel.org/pub/linux/utils/util-linux-ng;
backup=('etc/sysconfig/console' 'etc/sysconfig/numlock')
@@ -31,11 +31,11 @@ else
Finclude scm
fi
source=(${sour...@]} \
-   frugalwaregetty numlock rc.{bootclean,console,mount,rmount,swap,time} \
+   frugalwaregetty numlock rc.{bootclean,mount,rmount,time} \
rc.bootclean-{de,hu}.po rc.mount-{de,hu}.po rc.rmount-{de,hu}.po \
rc.swap-{de,hu}.po rc.time-{de,hu}.po \
README.Frugalware)
-signatures=(${signatur...@]} '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' 
'' '' '')
+signatures=(${signatur...@]} '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' 
'')

subpkgs=(${subpk...@]} libblkid)
subdescs=(${subdes...@]} 'Block device id library')
@@ -81,12 +81,11 @@ build() {
Fmv /sbin/raw /usr/bin/raw

# Init scripts.
-   for i in bootclean mount rmount swap
+   for i in bootclean mount rmount
do
Frcd2 $i
done
[ $CARCH != ppc ]  Frcd2 time
-   Fexe /etc/rc.d/rc.console

# Our getty.
Fexe /sbin/frugalwaregetty
diff --git a/source/base/util-linux-ng/rc.console 
b/source/base/util-linux-ng/rc.console
deleted file mode 100644
index 63a7ee2..000
--- a/source/base/util-linux-ng/rc.console
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/bash
-
-# (c) 2005  Marcus Habermehl bmh19...@yahoo.de
-# (c) 2003-2005 Vajna Miklos vmik...@frugalware.org
-# rc.console for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 00 98
-# description: Screen blanks after n minutes idle time.
-
-source /lib/initscripts/functions
-
-actions=(start stop)
-
-rc_start()
-{
-   if [ -e /etc/sysconfig/console ] ; then
-   source /etc/sysconfig/console
-   setterm -blank $idle
-   fi
-}
-
-rc_stop()
-{
-   /bin/true
-}
-
-rc_exec $1
-
-# vim: ft=sh
diff --git a/source/base/util-linux-ng/rc.swap 
b/source/base/util-linux-ng/rc.swap
deleted file mode 100644
index c83a54b..000
--- a/source/base/util-linux-ng/rc.swap
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-# (c) 2005  Marcus Habermehl bmh198...@yahoo.de
-# (c) 2003-2005 Vajna Miklos vmik...@frugalware.org
-# rc.swap for Frugalware
-# distributed under GPL License
-
-# chkconfig: - 00 96
-# description: Turn on/off swap.
-
-source /lib/initscripts/functions
-TEXTDOMAIN=swap
-TEXTDOMAINDIR=/lib/initscripts/messages
-actions=(start stop)
-
-if [ -z $2 ] ; then
-   rl=4
-else
-   rl=$2
-fi
-
-rc_start()
-{
-   msg $Activating swap
-   /sbin/swapon -a
-   ok $?
-}
-
-rc_stop()
-{
-   msg $Turning off swap
-   if (( ${rl} == 0 )) || (( ${rl} == 6 )) ; then
-   /sbin/swapoff -a
-   ok $?
-   else
-   ok 999
-   fi
-}
-
-rc_exec $1
-
-# vim: ft=sh
diff --git a/source/base/util-linux-ng/rc.swap-de.po 
b/source/base/util-linux-ng/rc.swap-de.po
deleted file mode 100644
index a06129b..000
--- a/source/base/util-linux-ng/rc.swap-de.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# rc.swap.
-# Copyright (C) 2005 THE rc.swap'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.swap package.
-# Marcus Habermehl bmh198...@yahoo.de, 2005.
-#
-msgid 
-msgstr 
-Project-Id-Version: rc.swap\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 20:02+0100\n
-PO-Revision-Date: 2005-11-14 20:03+0100\n
-Last-Translator: Marcus Habermehl bmh198...@yahoo.de\n
-Language-Team: German translation-team...@lists.sourceforge.net\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=ISO-8859-1\n
-Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=(n != 1);\n
-
-#: rc.swap:24
-msgid Activating swap
-msgstr Aktiviere swap
-
-#: rc.swap:31
-msgid Turning off swap
-msgstr Deaktiviere swap
diff --git a/source/base/util-linux-ng/rc.swap-hu.po 
b/source/base/util-linux-ng/rc.swap-hu.po
deleted file mode 100644
index dfc1358..000
--- a/source/base/util-linux-ng/rc.swap-hu.po
+++ /dev/null
@@ -1,25 +0,0 @@
-# rc.swap.
-# Copyright (C) 2005 THE rc.swap'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.swap package.
-# Marcus Habermehl bmh198...@yahoo.de, 2005.
-#
-msgid 
-msgstr 
-Project-Id-Version: rc.swap\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 20:02+0100\n
-PO-Revision-Date: 2005-11-14 20:03+0100\n
-Last-Translator: Marcus Habermehl 

[Frugalware-git] systemd: net-tools-1.60-27-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=827825192676ce9dc79a4027c1458499e430695c

commit 827825192676ce9dc79a4027c1458499e430695c
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 14:34:15 2010 +0100

net-tools-1.60-27-i686

* Remove rc.interfaces. netconfig provides systemd configuration.

diff --git a/source/base/net-tools/FrugalBuild 
b/source/base/net-tools/FrugalBuild
index 95f9b1a..621a59e 100644
--- a/source/base/net-tools/FrugalBuild
+++ b/source/base/net-tools/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=net-tools
pkgver=1.60
-pkgrel=26
+pkgrel=27
pkgdesc=Important tools for controlling the network subsystem
url=http://www.tazenda.demon.co.uk/phil/net-tools/;
depends=('mktemp=1.5-3' 'chkconfig=1.3.30c-2')
@@ -14,7 +14,7 @@ up2date=lynx -dump $url |tail -n 1|tr '-' '\n'|sed 
's/.tar.bz2//'|tail -n 1
source=($url/$pkgname-$pkgver.tar.bz2 \
$pkgname-$pkgver-configure.diff $pkgname-$pkgver-gcc34.diff \
$pkgname-$pkgver-i18n.diff rc.hostname \
-   rc.interfaces rc.interfaces-hu.po \
+   net-tools.install \
$pkgname-$pkgver-kernel26.diff \
net-tools-1.60-mii-tool-obsolete.patch)
sha1sums=('944fb70641505d5d1139dba3aeb81ba124574b83' \
@@ -22,8 +22,7 @@ sha1sums=('944fb70641505d5d1139dba3aeb81ba124574b83' \
'ff8daa4d48f867679d9feab2123cea4838684f79' \
'8dd9e07f99356870104dc4c168746055e78b03f1' \
'168330ad740abdeaf79dac58e682f73110454969' \
-  '79dcaa924189b5863b28eee0d76ecdde715a11cd' \
-  'e4830a27efaab43d5c9e2070e2d1f3c26972' \
+  'e81bb1970d4b6c1c1b51ae0eba13a37a18a96d88' \
'448f5da06b9936c0c0e7ccf38cc36aa3ca5bd9f8' \
'fe9c2e8248920f0c8c6fb0214f19eef1f8e6e77a')

@@ -41,7 +40,6 @@ build()

Fln ../../bin/hostname /usr/bin/hostname
Frcd hostname
-   Frcd2 interfaces
}

# optimization OK
diff --git a/source/base/net-tools/net-tools.install 
b/source/base/net-tools/net-tools.install
index eeeb2b3..db27ca7 100644
--- a/source/base/net-tools/net-tools.install
+++ b/source/base/net-tools/net-tools.install
@@ -4,15 +4,11 @@ is_wireless_device()
return 0
}

-# arg 1:  the new package version
post_install()
{
chkconfig --add rc.hostname
-   chkconfig --add rc.interfaces
}

-# arg 1:  the new package version
-# arg 2:  the old package version
post_upgrade()
{
post_install
@@ -55,7 +51,6 @@ post_upgrade()
fi
}

-# arg 1:  the old package version
pre_remove()
{
chkconfig --del rc.hostname
diff --git a/source/base/net-tools/rc.interfaces 
b/source/base/net-tools/rc.interfaces
deleted file mode 100644
index 927d930..000
--- a/source/base/net-tools/rc.interfaces
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/bin/bash
-
-# (c) 2006 Miklos Vajna vmik...@frugalware.org
-# rc.interfaces for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 07 98
-# description: Bring up the various network interfaces.
-
-source /lib/initscripts/functions
-TEXTDOMAIN=interfaces
-TEXTDOMAINDIR=/lib/initscripts/messages
-net=`grep network /proc/cmdline|sed 's/.*network=\([^ ]*\)\( .*\|$\)/\1/'`
-
-actions=(restart start stop status list profilename)
-
-rc_start()
-{
-   msg $Bringing up network interfaces
-   netconfig --loup
-   if [ -z $net ]; then
-   netconfig start
-   else
-   netconfig $net
-   fi
-   if [ $? == 127 ]; then
-   ok 999
-   else
-   ok 0
-   fi
-}
-
-rc_stop()
-{
-   msg $Shutting down network interfaces
-   netconfig stop
-   if [ $? == 127 ]; then
-   ok 999
-   else
-   ok 0
-   fi
-   netconfig --lodown
-}
-
-rc_restart()
-{
-   msg $Restarting network interfaces
-   if [ -z $net ]; then
-   netconfig restart
-   else
-   netconfig $net
-   fi
-   if [ $? == 127 ]; then
-   ok 999
-   else
-   ok 0
-   fi
-}
-
-if [ -z $1 ]; then
-   rc_help
-   exit 0
-fi
-
-case $1 in
-   start)  rc_start ;;
-   stop) rc_stop ;;
-   restart) rc_restart ;;
-   *) netconfig $1 ;;
-esac
-
-# vim: ft=sh
diff --git a/source/base/net-tools/rc.interfaces-hu.po 
b/source/base/net-tools/rc.interfaces-hu.po
deleted file mode 100644
index 150d957..000
--- a/source/base/net-tools/rc.interfaces-hu.po
+++ /dev/null
@@ -1,29 +0,0 @@
-# Hungarian translations for rc.interfaces package.
-# Copyright (C) 2006 THE rc.interfaces'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.interfaces package.
-#  vmik...@frugalware.org, 2006.
-#
-msgid 
-msgstr 
-Project-Id-Version: rc.interfaces\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-01-20 01:43+0100\n
-PO-Revision-Date: 2006-01-20 01:44+0100\n
-Last-Translator:  vmik...@frugalware.org\n
-Language-Team: Hungarian translation-team...@lists.sourceforge.net\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=ISO-8859-2\n
-Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=1; plural=0;\n
-
-#: rc.interfaces:18
-msgid Bringing up 

[Frugalware-git] systemd: net-tools-1.60-27-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=c95c93255b9137a39f684993613632f14b3612b3

commit c95c93255b9137a39f684993613632f14b3612b3
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 14:43:52 2010 +0100

net-tools-1.60-27-i686

* Fix sha1sum.

diff --git a/source/base/net-tools/FrugalBuild 
b/source/base/net-tools/FrugalBuild
index 621a59e..f08269e 100644
--- a/source/base/net-tools/FrugalBuild
+++ b/source/base/net-tools/FrugalBuild
@@ -22,7 +22,7 @@ sha1sums=('944fb70641505d5d1139dba3aeb81ba124574b83' \
'ff8daa4d48f867679d9feab2123cea4838684f79' \
'8dd9e07f99356870104dc4c168746055e78b03f1' \
'168330ad740abdeaf79dac58e682f73110454969' \
-  'e81bb1970d4b6c1c1b51ae0eba13a37a18a96d88' \
+  'b9b541809ad26ee12b18ba088981468953eeadb2' \
'448f5da06b9936c0c0e7ccf38cc36aa3ca5bd9f8' \
'fe9c2e8248920f0c8c6fb0214f19eef1f8e6e77a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ayatana: gnome-power-manager-2.32.0-2-i686 * added patch for notify-osd and appindicator support

2010-12-01 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=e9bf9b40b0b5452fa16a68e94022e063d1bfa945

commit e9bf9b40b0b5452fa16a68e94022e063d1bfa945
Author: Devil505 devil505li...@gmail.com
Date:   Wed Dec 1 14:53:28 2010 +0100

gnome-power-manager-2.32.0-2-i686
* added patch for notify-osd and appindicator support

diff --git a/source/gnome/gnome-power-manager/02-notify-osd-support.patch 
b/source/gnome/gnome-power-manager/02-notify-osd-support.patch
new file mode 100644
index 000..5287d1e
--- /dev/null
+++ b/source/gnome/gnome-power-manager/02-notify-osd-support.patch
@@ -0,0 +1,518 @@
+Description: Add support for synchronous brightness notifications using 
notify-osd.
+ The patch is based around gsd-osd-notification.[ch] which is shared with gsd
+Author: Chris Coulson chris.coul...@canonical.com
+Forwarded: no
+
+Index: gnome-power-manager-2.31.6/src/Makefile.am
+===
+--- gnome-power-manager-2.31.6.orig/src/Makefile.am2010-08-06 
16:31:02.0 +0200
 gnome-power-manager-2.31.6/src/Makefile.am 2010-08-13 09:21:11.063803003 
+0200
+@@ -176,6 +176,8 @@
+   gsd-media-keys-window.c \
+   gpm-engine.h\
+   gpm-engine.c\
++  gsd-osd-notification.h  \
++  gsd-osd-notification.c  \
+   $(NULL)
+
+ gnome_power_manager_LDADD =   \
+Index: gnome-power-manager-2.31.6/src/gsd-osd-notification.c
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 gnome-power-manager-2.31.6/src/gsd-osd-notification.c  2010-08-13 
09:21:11.0 +0200
+@@ -0,0 +1,286 @@
++/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; tab-width: 8 -*- */
++/*
++ * gsd-osd-notification.c
++ * Copyright (C) 2010 Chris Coulson chrisccoul...@ubuntu.com
++ * Copyright (C) 2009 Canonical Ltd
++ *
++ * gsd-osd-notification.c 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, either version 3 of the License, or
++ * (at your option) any later version.
++ *
++ * gsd-osd-notification.c is distributed in the hope that it will be useful, 
but
++ * WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
++ * See the GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License along
++ * with this program.  If not, see http://www.gnu.org/licenses/.
++ */
++
++#include libnotify/notify.h
++#include gsd-osd-notification.h
++
++struct _GsdOsdNotificationPrivate
++{
++NotifyNotification *notification;
++char **icon_names;
++char *hint;
++guint icon_array_size;
++};
++
++#define GSD_OSD_NOTIFICATION_PRIVATE(o)  (G_TYPE_INSTANCE_GET_PRIVATE ((o), 
GSD_TYPE_OSD_NOTIFICATION, GsdOsdNotificationPrivate))
++
++enum
++{
++  PROP_0,
++  PROP_ICON_NAMES,
++PROP_HINT
++};
++
++#define NOTIFY_CAP_PRIVATE_SYNCHRONOUS x-canonical-private-synchronous
++#define NOTIFY_CAP_PRIVATE_ICON_ONLY x-canonical-private-icon-only
++#define NOTIFY_HINT_TRUE true
++
++G_DEFINE_TYPE (GsdOsdNotification, gsd_osd_notification, G_TYPE_OBJECT);
++
++static const char*
++_calculate_icon (GsdOsdNotification *notifier, guint value, gboolean muted)
++{
++guint s;
++
++s = (notifier-priv-icon_array_size -1) * value / 100 + 1;
++s = MAX (s, 1);
++s = MIN (s, notifier-priv-icon_array_size -1);
++if (value = 0)
++s = 0;
++
++return muted ? notifier-priv-icon_names[0] : 
notifier-priv-icon_names[s];
++}
++
++void
++gsd_osd_notification_set_icon_array (GsdOsdNotification *notifier, const char 
**icon_names)
++{
++g_return_if_fail (GSD_IS_OSD_NOTIFICATION (notifier));
++
++g_strfreev (notifier-priv-icon_names);
++notifier-priv-icon_names = g_strdupv ((gchar **) icon_names);
++
++notifier-priv-icon_array_size = g_strv_length ((gchar **) 
icon_names);
++}
++
++void
++gsd_osd_notification_set_hint (GsdOsdNotification *notifier, const char *hint)
++{
++g_return_if_fail (GSD_IS_OSD_NOTIFICATION (notifier));
++
++g_free (notifier-priv-hint);
++notifier-priv-hint = g_strdup (hint);
++}
++
++gboolean
++gsd_osd_notification_is_supported (void)
++{
++GList *caps;
++gboolean has_cap;
++
++caps = notify_get_server_caps ();
++has_cap = (g_list_find_custom (caps, NOTIFY_CAP_PRIVATE_SYNCHRONOUS, 
(GCompareFunc) g_strcmp0) != NULL);
++g_list_foreach (caps, (GFunc) g_free, NULL);
++g_list_free (caps);
++
++return has_cap;
++}
++
++gboolean
++gsd_osd_notification_show_icon_only (const char *icon, const char 

[Frugalware-git] ayatana: gnome-mount-0.8-4-i686 * added patch for: Use an alert window for flushing instead of notifications. Ubuntu's notify-osd does not support infinite timeouts, thus we cannot us

2010-12-01 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ayatana.git;a=commitdiff;h=35a42347a935aaa78f80b856593395b8da4066cd

commit 35a42347a935aaa78f80b856593395b8da4066cd
Author: Devil505 devil505li...@gmail.com
Date:   Wed Dec 1 15:08:32 2010 +0100

gnome-mount-0.8-4-i686
* added patch for:
Use an alert window for flushing instead of notifications. Ubuntu's notify-osd 
does not support infinite timeouts, thus we cannot use notifications.

diff --git a/source/gnome/gnome-mount/09_use_window_for_flushing.patch 
b/source/gnome/gnome-mount/09_use_window_for_flushing.patch
new file mode 100644
index 000..0401f8f
--- /dev/null
+++ b/source/gnome/gnome-mount/09_use_window_for_flushing.patch
@@ -0,0 +1,192 @@
+# Description: Use an alert window for flushing instead of notifications. 
Ubuntu's notify-osd does not support infinite timeouts, thus we cannot use 
notifications.
+# Ubuntu: https://launchpad.net/bugs/332600
+# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=573915
+--- gnome-mount-0.8/src/gnome-mount.c  2009-03-17 12:18:21.320203571 +0100
 gnome-mount-0.8.new/src/gnome-mount.c  2009-03-17 12:37:13.208201193 
+0100
+@@ -1583,16 +1583,115 @@
+
+ static guint unmount_cache_timeout_id = -1;
+
+-static NotifyNotification *unmount_note = NULL;
++static GtkWidget *unmount_flush_window = NULL;
++static GtkWidget *unmount_flush_label_top = NULL;
++static GtkWidget *unmount_flush_label_bottom = NULL;
++static GtkWidget *unmount_flush_progress = NULL;
+
+ static gboolean unmount_note_is_eject = FALSE;
+ static char *unmount_note_drive_name = NULL;
+
++static gboolean
++unmount_cache_progress_func (gpointer data)
++{
++  if (!GTK_WIDGET_VISIBLE (unmount_flush_progress))
++  return FALSE;
++
++  gtk_progress_bar_pulse (unmount_flush_progress);
++  g_main_context_iteration (NULL, FALSE);
++  return TRUE;
++}
++
+ static void
+-unmount_note_close_func (NotifyNotification *note, gpointer user_data)
++create_unmount_flush_window ()
+ {
+-   g_debug (in unmount_note_close_func());
+-   unmount_note = NULL;
++  GtkWidget *vbox1, *vbox2;
++  GtkWidget *table1;
++  GtkWidget *icon;
++  gint win_width, win_height;
++
++  unmount_flush_window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
++  gtk_window_set_title (GTK_WINDOW (unmount_flush_window), 
unmount_note_drive_name);
++  gtk_window_set_resizable (GTK_WINDOW (unmount_flush_window), FALSE);
++  gtk_window_set_focus_on_map (GTK_WINDOW (unmount_flush_window), FALSE);
++  gtk_window_set_icon_name (GTK_WINDOW (unmount_flush_window), 
gnome-dev-harddisk);
++
++  gtk_window_set_position (GTK_WINDOW (unmount_flush_window), 
GTK_WIN_POS_CENTER_ALWAYS);
++  /* alternate implementation: make window appear in the lower right 
corner */
++  /*
++  gtk_window_set_gravity (GTK_WINDOW (unmount_flush_window), 
GDK_GRAVITY_SOUTH_EAST);
++  gtk_window_move (GTK_WINDOW (unmount_flush_window),
++  gdk_screen_width(), gdk_screen_height());
++  */
++
++  vbox1 = gtk_vbox_new (FALSE, 0);
++  gtk_container_add (GTK_CONTAINER (unmount_flush_window), vbox1);
++
++  table1 = gtk_table_new (2, 3, FALSE);
++  gtk_box_pack_start (GTK_BOX (vbox1), table1, FALSE, FALSE, 0);
++  gtk_container_set_border_width (GTK_CONTAINER (table1), 12);
++
++  vbox2 = gtk_vbox_new (FALSE, 0);
++  gtk_table_attach (GTK_TABLE (table1), vbox2, 2, 3, 0, 1,
++(GtkAttachOptions) (GTK_FILL),
++(GtkAttachOptions) (GTK_FILL), 0, 0);
++
++  unmount_flush_label_top = gtk_label_new (_(Writing data to device));
++  gtk_label_set_line_wrap (GTK_LABEL (unmount_flush_label_top), TRUE);
++  gtk_box_pack_start (GTK_BOX (vbox2), unmount_flush_label_top, FALSE, 
FALSE, 0);
++  gtk_misc_set_alignment (GTK_MISC (unmount_flush_label_top), 0, 0);
++
++  unmount_flush_progress = gtk_progress_bar_new ();
++  gtk_box_pack_start (GTK_BOX (vbox2), unmount_flush_progress, FALSE, 
FALSE, 6);
++
++  unmount_flush_label_bottom = gtk_label_new (_(To prevent data loss, 
wait until this has finished before disconnecting.));
++  gtk_table_attach (GTK_TABLE (table1), unmount_flush_label_bottom, 2, 3, 
1, 2,
++(GtkAttachOptions) (GTK_FILL),
++(GtkAttachOptions) (0), 0, 0);
++  gtk_label_set_line_wrap (GTK_LABEL (unmount_flush_label_bottom), TRUE);
++  gtk_misc_set_alignment (GTK_MISC (unmount_flush_label_bottom), 0, 0.5);
++  gtk_label_set_width_chars (GTK_LABEL (unmount_flush_label_bottom), 40);
++
++  icon = gtk_image_new_from_icon_name (gnome-dev-harddisk, /* TODO: use 
appropriate icon */
++  GTK_ICON_SIZE_DIALOG);
++
++  gtk_table_attach (GTK_TABLE (table1), icon, 0, 1, 0, 1,
++(GtkAttachOptions) (0),
++(GtkAttachOptions) (0), 0, 0);
++  gtk_misc_set_alignment (GTK_MISC (icon), 0, 0.5);
++  

[Frugalware-git] systemd: util-linux-ng-2.18.g07b336c-2-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=3748255438da9969012bc6dcc990cc6f1b8bd138

commit 3748255438da9969012bc6dcc990cc6f1b8bd138
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 15:16:57 2010 +0100

util-linux-ng-2.18.g07b336c-2-i686

* Fix pkgrel++

diff --git a/source/base/util-linux-ng/FrugalBuild 
b/source/base/util-linux-ng/FrugalBuild
index 073a8a0..f0de6db 100644
--- a/source/base/util-linux-ng/FrugalBuild
+++ b/source/base/util-linux-ng/FrugalBuild
@@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-y}

pkgname=util-linux-ng
pkgver=2.18
-pkgrel=3
+pkgrel=2
pkgdesc=Miscellaneous system utilities for Linux
url=http://www.kernel.org/pub/linux/utils/util-linux-ng;
backup=('etc/sysconfig/console' 'etc/sysconfig/numlock')
@@ -25,7 +25,7 @@ if ! Fuse $USE_DEVEL; then
else
_F_scm_type=git
pkgver=$pkgver.g07b336c
-   pkgrel=1
+   pkgrel=2
_F_scm_url=git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
options=(${optio...@]} 'force')
Finclude scm
@@ -33,9 +33,9 @@ fi
source=(${sour...@]} \
frugalwaregetty numlock rc.{bootclean,mount,rmount,time} \
rc.bootclean-{de,hu}.po rc.mount-{de,hu}.po rc.rmount-{de,hu}.po \
-   rc.swap-{de,hu}.po rc.time-{de,hu}.po \
+   rc.time-{de,hu}.po \
README.Frugalware)
-signatures=(${signatur...@]} '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' '' 
'')
+signatures=(${signatur...@]} '' '' '' '' '' '' '' '' '' '' '' '' '' '' '')

subpkgs=(${subpk...@]} libblkid)
subdescs=(${subdes...@]} 'Block device id library')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pytrainer-1.8.0-1-i686 * version bump

2010-12-01 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=895fb3e34a450eb7c92126393c12f57f22b2269f

commit 895fb3e34a450eb7c92126393c12f57f22b2269f
Author: Devil505 devil505li...@gmail.com
Date:   Wed Dec 1 16:04:26 2010 +0100

pytrainer-1.8.0-1-i686
* version bump

diff --git a/source/xapps-extra/pytrainer/FrugalBuild 
b/source/xapps-extra/pytrainer/FrugalBuild
index 174b0bc..2d60753 100644
--- a/source/xapps-extra/pytrainer/FrugalBuild
+++ b/source/xapps-extra/pytrainer/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=pytrainer
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
pkgdesc=Tool to log all your sport excursion
depends=('pysqlite2' 'pygtk=2.14.1-2' 'matplotlib' 'soappy')
_F_sourceforge_prefix=PyTrainer 
@@ -11,7 +11,7 @@ Finclude sourceforge
options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('4e69bd399c85dd4ba5282fe59367cf3d69e95f71')
+sha1sums=('28038353d8b4c3e4fd5f98f9ade28ad57c1d98f5')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lucene-2.9.4-1-i686

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c5a012aabc19fe1691b6f87d3d6f822a0f7769fa

commit c5a012aabc19fe1691b6f87d3d6f822a0f7769fa
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed Dec 1 16:55:34 2010 +0100

lucene-2.9.4-1-i686

- version bump

diff --git a/source/devel-extra/lucene/FrugalBuild 
b/source/devel-extra/lucene/FrugalBuild
index ae4a3d6..c093a29 100644
--- a/source/devel-extra/lucene/FrugalBuild
+++ b/source/devel-extra/lucene/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=lucene
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc=High-performance, full-featured text search engine written entirely in 
Java
url=http://jakarta.apache.org/$pkgname/;
@@ -13,7 +13,7 @@ archs=('i686' 'x86_64' 'ppc')
_F_archive_grepv=3\. # 3.x does not work with openoffice.org yet
up2date=Flastarchive http://www.apache.org/dist/$pkgname/java/ -src.tar.gz
source=(http://www.apache.org/dist/$pkgname/java/$pkgname-$pkgver-src.tar.gz 
Fix_Build.diff)
-sha1sums=('2cdfe2cc54557c127544a0996f4cd49266d68636' \
+sha1sums=('bac4fdea0fcd18788d798f5cdd24fd975cca6b3f' \
'64f2bd8d7596232f8d28d6b547b47db2dcc5c37d')
options=('force')

@@ -31,4 +31,7 @@ build() {
mv $i $nover
Fjar $nover
done
+   # create compat symlink
+   Fmkdir /usr/share/java/lucene-contrib
+   Fln ../lucene-analyzers.jar 
/usr/share/java/lucene-contrib/lucene-analyzers.jar
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: indicator-network-0.3.0-1-i686 * version bump

2010-12-01 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=131ad3e558f73a94e12a4909e22669776a77b5d8

commit 131ad3e558f73a94e12a4909e22669776a77b5d8
Author: Devil505 devil505li...@gmail.com
Date:   Wed Dec 1 17:33:03 2010 +0100

indicator-network-0.3.0-1-i686
* version bump

diff --git a/source/gnome-extra/indicator-network/FrugalBuild 
b/source/gnome-extra/indicator-network/FrugalBuild
index 09234e2..2798831 100644
--- a/source/gnome-extra/indicator-network/FrugalBuild
+++ b/source/gnome-extra/indicator-network/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=indicator-network
-pkgver=0.2.8
+pkgver=0.3.0
pkgrel=1
pkgdesc=Network Menu for controlling network connections. Uses Connection 
Manager.
url=https://launchpad.net/indicator-network;
@@ -12,7 +12,7 @@ groups=('gnome-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=($url/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha1sums=('69fd5e8d35dd76770a299e9e54837d36df36d0cf')
+sha1sums=('b37ce56e6896fdfcf293b5cc1bf4f74a2dff6758')

build() {
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: cherrypy-3.1.2-2-i686

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8e1a3e9f6e343b85f558d77805cdca78457ab028

commit 8e1a3e9f6e343b85f558d77805cdca78457ab028
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed Dec 1 17:38:56 2010 +0100

cherrypy-3.1.2-2-i686

- depends fix

diff --git a/source/devel-extra/cherrypy/FrugalBuild 
b/source/devel-extra/cherrypy/FrugalBuild
index 078036b..c65672c 100644
--- a/source/devel-extra/cherrypy/FrugalBuild
+++ b/source/devel-extra/cherrypy/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=cherrypy
pkgver=3.1.2
-pkgrel=1
+pkgrel=2
pkgdesc=A pythonic, object-oriented web development framework
url=http://www.cherrypy.org;
-depends=('python=2.7')
+depends=('python=2.7')
groups=('devel-extra')
archs=('i686' 'x86_64')
_F_archive_name=CherryPy
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gf2x-1.0-1-i686

2010-12-01 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fb83f9a51d9ebc60b565e3f6d65d5f564240d840

commit fb83f9a51d9ebc60b565e3f6d65d5f564240d840
Author: Elentir elen...@frugalware.org
Date:   Wed Dec 1 17:40:55 2010 +0100

gf2x-1.0-1-i686

* version bump

diff --git a/source/lib-extra/gf2x/FrugalBuild 
b/source/lib-extra/gf2x/FrugalBuild
index 5db1607..1c37cf7 100644
--- a/source/lib-extra/gf2x/FrugalBuild
+++ b/source/lib-extra/gf2x/FrugalBuild
@@ -1,9 +1,9 @@
# Compiling Time: 0.04 SBU
-# Maintainer: Elentir elen...@mailoo.org
+# Maintainer: Elentir elen...@frugalware.org

pkgname=gf2x
-pkgver=0.9.6
-rel_id=24875
+pkgver=1.0
+rel_id=27999
pkgrel=1
pkgdesc=gf2x is a library for multiplying polynomials over the binary field
url=http://gf2x.gforge.inria.fr/;
@@ -12,7 +12,7 @@ depends=('glibc')
groups=('lib-extra')
archs=('i686')
up2date=Flasttar http://gforge.inria.fr/frs/?group_id=1874;
-sha1sums=('51fd9ccb6274f9e73e44d9b0bd96763025f81f5d')
+sha1sums=('137fd73f116a590ec7c5f72068f2d3c3144d697e')
Fconfopts=${fconfop...@]} --enable-sse2=no

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xmlgraphics-commons-1.4-1-i686

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f97bc738fbf5eb1d10c4ac0b7374af889c356a74

commit f97bc738fbf5eb1d10c4ac0b7374af889c356a74
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed Dec 1 17:41:54 2010 +0100

xmlgraphics-commons-1.4-1-i686

- version bump

diff --git a/source/devel-extra/xmlgraphics-commons/FrugalBuild 
b/source/devel-extra/xmlgraphics-commons/FrugalBuild
index 19ae904..6ac30d9 100644
--- a/source/devel-extra/xmlgraphics-commons/FrugalBuild
+++ b/source/devel-extra/xmlgraphics-commons/FrugalBuild
@@ -2,13 +2,13 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=xmlgraphics-commons
-pkgver=1.3.1
+pkgver=1.4
pkgrel=1
pkgdesc=A library of several reusable components used by Apache Batik and 
Apache FOP.
url=http://xmlgraphics.apache.org/commons/index.html;
Finclude java
depends=(${depen...@]} 'commons-io' 'commons-logging')
-makedepends=(${makedepen...@]} 'j2sdk')
+makedepends=(${makedepen...@]} 'openjdk')
groups=('devel-extra')
archs=('i686' 'x86_64')
up2date=Flastarchive http://www.apache.org/dist/xmlgraphics/commons/source/ 
-src.tar.gz
@@ -17,8 +17,6 @@ signatures=($source.asc)

build()
{
-   # for now build using Sun's javac
-   export JAVA_HOME=/usr/lib/java
Fmake
mv build/xmlgraphics-commons{-$pkgver,}.jar
Fjar build/xmlgraphics-commons.jar
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xml-commons-external-1.4.01-1-i686

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5f8affb2a9f019adbd15f0d409a6a40d8aa274f4

commit 5f8affb2a9f019adbd15f0d409a6a40d8aa274f4
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed Dec 1 17:45:42 2010 +0100

xml-commons-external-1.4.01-1-i686

- version bump

diff --git a/source/devel-extra/xml-commons-external/FrugalBuild 
b/source/devel-extra/xml-commons-external/FrugalBuild
index 95c2180..c789069 100644
--- a/source/devel-extra/xml-commons-external/FrugalBuild
+++ b/source/devel-extra/xml-commons-external/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=xml-commons-external
-pkgver=1.3.04
-pkgrel=2
+pkgver=1.4.01
+pkgrel=1
pkgdesc=Thirdparty libraries for xml-commons
url=http://xml.apache.org/commons/;
groups=('devel-extra')
@@ -11,7 +11,7 @@ archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump http://svn.apache.org/repos/asf/xml/commons/tags/|grep 
external|sed -n 's|.*-\(.*\)/|\1|;s/_/./g;$ p'
# upstream source misses build.xml..
source=(http://ftp.frugalware.org/pub/other/sources/xml-commons-external/xml-commons-external-$pkgver.tar.bz2)
-sha1sums=('aa2b404726e72aa7999f9fb73735a366b8df603c')
+sha1sums=('994a1c435abe4af1bedb0cd9438bb57985b885b9')
Finclude java

build()
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: java-gnome-4.0.17-1-i686

2010-12-01 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f0228013513a4d89b584f8192b13c3d77102a655

commit f0228013513a4d89b584f8192b13c3d77102a655
Author: Elentir elen...@frugalware.org
Date:   Wed Dec 1 17:44:03 2010 +0100

java-gnome-4.0.17-1-i686

* version bump

diff --git a/source/gnome-extra/java-gnome/FrugalBuild 
b/source/gnome-extra/java-gnome/FrugalBuild
index c2057cc..6a69898 100644
--- a/source/gnome-extra/java-gnome/FrugalBuild
+++ b/source/gnome-extra/java-gnome/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=java-gnome
-pkgver=4.0.16
+pkgver=4.0.17
pkgrel=1
pkgdesc=Java bindings for GTK and GNOME
url=http://java-gnome.sourceforge.net/4.0/;
@@ -16,5 +16,5 @@ _F_archive_grepv=-rc
up2date=Flasttar http://ftp.gnome.org/pub/gnome/sources/java-gnome/4.0/;
source=(${sour...@]} java-gnome-frugalware.patch)
Fconfopts=prefix=/usr
-sha1sums=('beb0ae9d454a5446acdfb7c3664d9f4e6f8f6c20' \
-  '5d2e91a8085ae407b4bd5197692028c8c04dfe05')
+sha1sums=('8b58ad400963348fdf3159c894a2f32c96a5835d' \
+  'e18e31f7aa021f498115e786b62c522d6f518b81')
diff --git a/source/gnome-extra/java-gnome/java-gnome-frugalware.patch 
b/source/gnome-extra/java-gnome/java-gnome-frugalware.patch
index c6a56da..1a896ee 100644
--- a/source/gnome-extra/java-gnome/java-gnome-frugalware.patch
+++ b/source/gnome-extra/java-gnome/java-gnome-frugalware.patch
@@ -1,42 +1,36 @@
-diff -Naur java-gnome-4.0.15/configure java-gnome-4.0.15-2/configure
 java-gnome-4.0.15/configure2010-03-15 23:58:36.0 +0100
-+++ java-gnome-4.0.15-2/configure  2010-05-28 19:53:26.0 +0200
-@@ -634,6 +634,9 @@
- } elsif ( -f /etc/mandriva-release ) {
-   output Mandriva;
-   $os = mandriva;
+diff -Naur java-gnome-4.0.17/configure java-gnome-4.0.17-2/configure
+--- java-gnome-4.0.17/configure2010-11-18 02:33:25.0 +0100
 java-gnome-4.0.17-2/configure  2010-11-30 18:58:55.99613 +0100
+@@ -628,6 +628,9 @@
+ } elsif ( -f /etc/SuSE-release ) {
+   output Open SuSE;
+   $os = suse;
+} elsif ( -f /etc/frugalware-release ) {
-+  output Frugalware;
-+  $os = frugalware;
- } elsif ( -f /etc/release ) {
-   if (`grep Solaris /etc/release`) {
-   output Solaris;
-@@ -738,8 +741,13 @@
++output Frugalware;
++$os = frugalware;
+ } elsif ( -f /etc/arch-release ) {
+   output Arch;
+   $os = arch;
+@@ -756,7 +759,12 @@
+   JUnit test framework,
junit,
/usr/share/java/junit.jar);
-
--
-
+} elsif ($os eq frugalware) {
+
+   check_prereq(@junit_jars,
+   JUnit test framework,
+   junit,
-+  /usr/share/java/junit.jar);
-+
++  /usr/share/java/junit.jar);
+
} else {
bail failed!, This OS not configured with defaults!\nTHIS IS AN INTERNAL 
ERROR, PLEASE FILE A BUG.;
- }
-@@ -1369,6 +1377,49 @@
+@@ -1432,6 +1440,45 @@
check_jar($jar, $vendor jar, $jar_candidate, );
check_javadoc($javadoc, $vendor javadoc, $javadoc_candidate, );

+} elsif ($os eq frugalware) {
-+  # we can do much better than this, especially for java/javac.
-+  # Should we just go with known paths, or...? `which` is so lame
-+
-+  # check ecj, the standalone Eclipse compiler.
-+  check_compiler($ecj, Eclipse ecj, which(ecj), -g 
-preserveAllLocals -nowarn -source 1.5 -target 1.5);
++check_compiler($ecj, Eclipse ecj, which(ecj), -g -preserveAllLocals 
-nowarn -source 1.5 -target 1.5);
+
+   my $javac_candidate;
+   my $javah_candidate;
@@ -77,26 +71,10 @@ diff -Naur java-gnome-4.0.15/configure 
java-gnome-4.0.15-2/configure
} else {
bail failed!, This OS not configured with a workable Java compiler 
checks!\nTHIS IS AN INTERNAL ERROR, PLEASE FILE A BUG.;
}
-@@ -1765,6 +1816,52 @@
+@@ -1841,6 +1888,52 @@
}
-   check_runtime($cacao, CACAO VM, $cacao_candidate, );
+   check_runtime($java, $vendor java VM, $java_candidate, -client -ea);

-+} elsif ($os eq frugalware) {
-+  # check for a proper JDK/JRE java Virtual Machine. Red Hat is using
-+  # the alternatives system symlinks to select JVMs, and then *again*
-+  # to select versions. All the symlinks end up back in /usr/lib/jvm with
-+  # predictable names, which makes this workable.
-+  my $java_candidate;
-+  my $vendor;
-+  if ($jdk_home) {
-+  $java_candidate = $jdk_home/bin/java;
-+  $vendor = Specified;
-+  } else {
-+  $java_candidate = /usr/lib/java/bin/java;
-+  $vendor = IBM;
-+  }
-+  check_runtime($java, $vendor java VM, $java_candidate, -client -ea);
-+
+   # check gij (the bytecode interpreter from the GCJ project)
+   my $gij_candidate;
+   if ($gcj_home) {
@@ -127,6 +105,22 @@ diff -Naur java-gnome-4.0.15/configure 
java-gnome-4.0.15-2/configure
+   }
+   check_runtime($cacao, CACAO VM, $cacao_candidate, );
+
- } else {
-   bail failed!, This OS not 

[Frugalware-git] frugalware-current: libsigsegv-2.9-1-i686

2010-12-01 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=516ca6d990647d18daf7d78607ff632fb648770f

commit 516ca6d990647d18daf7d78607ff632fb648770f
Author: Elentir elen...@frugalware.org
Date:   Wed Dec 1 18:05:31 2010 +0100

libsigsegv-2.9-1-i686

* version bump

diff --git a/source/lib-extra/libsigsegv/FrugalBuild 
b/source/lib-extra/libsigsegv/FrugalBuild
index ec8ea42..3b7fb9c 100644
--- a/source/lib-extra/libsigsegv/FrugalBuild
+++ b/source/lib-extra/libsigsegv/FrugalBuild
@@ -1,8 +1,8 @@
# Compiling Time: 0.07 SBU
-# Maintainer: Elentir elen...@mailoo.org
+# Maintainer: Elentir elen...@frugalware.org

pkgname=libsigsegv
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc=GNU libsigsegv is a library for handling page faults in user mode.
url=http://savannah.gnu.org/projects/$pkgname/;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: java-gnome-4.0.17-1-i686

2010-12-01 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f3f6ea6259d3d259c8af7772918c9b8cdd6b5d6b

commit f3f6ea6259d3d259c8af7772918c9b8cdd6b5d6b
Author: Elentir elen...@frugalware.org
Date:   Wed Dec 1 18:11:18 2010 +0100

java-gnome-4.0.17-1-i686

* unset makeflags to fix build

diff --git a/source/gnome-extra/java-gnome/FrugalBuild 
b/source/gnome-extra/java-gnome/FrugalBuild
index 6a69898..5e8f5b9 100644
--- a/source/gnome-extra/java-gnome/FrugalBuild
+++ b/source/gnome-extra/java-gnome/FrugalBuild
@@ -18,3 +18,4 @@ source=(${sour...@]} java-gnome-frugalware.patch)
Fconfopts=prefix=/usr
sha1sums=('8b58ad400963348fdf3159c894a2f32c96a5835d' \
'e18e31f7aa021f498115e786b62c522d6f518b81')
+unset MAKEFLAGS
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mesa-emul-7.9_4-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a363dec7df5cd4cb7f3b6d0e2fd641ea575211ba

commit a363dec7df5cd4cb7f3b6d0e2fd641ea575211ba
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 18:21:03 2010 +0100

mesa-emul-7.9_4-1-x86_64

version bump

diff --git a/source/emul-extra/mesa-emul/FrugalBuild 
b/source/emul-extra/mesa-emul/FrugalBuild
index 9f46cca..c764ebe 100644
--- a/source/emul-extra/mesa-emul/FrugalBuild
+++ b/source/emul-extra/mesa-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=mesa-emul
-pkgver=7.9_3
+pkgver=7.9_4
pkgrel=1
pkgdesc=MESA libraries for emulation of i686 on x86_64
url=http://mesa3d.sf.net;
@@ -11,4 +11,4 @@ depends=('libx11-emul' 'libxext-emul' 'expat-emul' 
'libxxf86vm-emul' \
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('fc8002365d89dca94bee549269193887215cfc4d')
+sha1sums=('3fd59dca5ce220e33cca7a5ba2b306e7962517ec')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pixman-emul-0.21.2_1-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a64c7eecbd5429aa88303e3d5eff77ac608bbe2

commit 8a64c7eecbd5429aa88303e3d5eff77ac608bbe2
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 18:22:21 2010 +0100

pixman-emul-0.21.2_1-1-x86_64

version bump

diff --git a/source/emul-extra/pixman-emul/FrugalBuild 
b/source/emul-extra/pixman-emul/FrugalBuild
index 4fc823d..3dfeb4d 100644
--- a/source/emul-extra/pixman-emul/FrugalBuild
+++ b/source/emul-extra/pixman-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=pixman-emul
-pkgver=0.20.0_1
+pkgver=0.21.2_1
pkgrel=1
pkgdesc=X.Org pixman library (32bit emul)
url=http://xorg.freedesktop.org;
@@ -10,4 +10,4 @@ depends=('glibc-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('059c6566699b8354a4ecb01622db52f7d84bf46b')
+sha1sums=('50166aac564ebf4d121511966ee2800a8dffb066')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libgl-emul-7.9_4-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d654610be35e5d5cf827003f26d9483d1fdfcf0e

commit d654610be35e5d5cf827003f26d9483d1fdfcf0e
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 18:24:15 2010 +0100

libgl-emul-7.9_4-1-x86_64

version bump

diff --git a/source/emul-extra/libgl-emul/FrugalBuild 
b/source/emul-extra/libgl-emul/FrugalBuild
index 249a393..178ed93 100644
--- a/source/emul-extra/libgl-emul/FrugalBuild
+++ b/source/emul-extra/libgl-emul/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=libgl-emul
-pkgver=7.9_3
+pkgver=7.9_4
pkgrel=1
pkgdesc=GL (Mesa) libraries for emulation of i686 on x86_64
url=http://mesa3d.sf.net;
@@ -10,4 +10,4 @@ depends=('mesa-emul')
groups=('emul-extra')
archs=('!i686' 'x86_64')
Finclude emul
-sha1sums=('20de87c7a0541b68e1298d6009a3ebdb3557e6be')
+sha1sums=('80751a5b9369585fc176dc837c69760cffe4cd1f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: haskell-text-0.11.0.0-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=504361801fb97b0184c534448c45b0f332b5de97

commit 504361801fb97b0184c534448c45b0f332b5de97
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 18:56:53 2010 +0100

haskell-text-0.11.0.0-1-x86_64

* Version Bump

diff --git a/source/devel-extra/haskell-text/FrugalBuild 
b/source/devel-extra/haskell-text/FrugalBuild
index 7c2857b..37788a9 100644
--- a/source/devel-extra/haskell-text/FrugalBuild
+++ b/source/devel-extra/haskell-text/FrugalBuild
@@ -3,11 +3,11 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=haskell-text
-pkgver=0.10.0.0
+pkgver=0.11.0.0
pkgrel=1
pkgdesc=An efficient packed Unicode text type.
archs=('i686' 'x86_64')
depends=('haskell-deepseq')
groups=('devel-extra')
-sha1sums=('87888ca421fe51f93e9da261b4ed4b49b399cd3e')
+sha1sums=('a956ff6763a8bc7a034bea8429a6a725030c7efb')
Finclude haskell
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: haskell-syb-0.3-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90610b47ac5344756122f0805be86ef1390af06e

commit 90610b47ac5344756122f0805be86ef1390af06e
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 19:11:59 2010 +0100

haskell-syb-0.3-1-x86_64

* New Package

diff --git a/source/devel-extra/haskell-syb/FrugalBuild 
b/source/devel-extra/haskell-syb/FrugalBuild
new file mode 100644
index 000..fbc3603
--- /dev/null
+++ b/source/devel-extra/haskell-syb/FrugalBuild
@@ -0,0 +1,13 @@
+# Compiling Time: 0.07 SBU
+# Maintainer: jercel jerce...@gmail.com
+
+pkgname=haskell-syb
+pkgver=0.3
+pkgrel=1
+pkgdesc=library for generic programming in Haskell
+archs=('i686' 'x86_64')
+depends=('ghc=7.0.1')
+groups=('devel-extra')
+sha1sums=('06047543e542b2b71f3caa87d263fe195f47e384')
+_F_haskell_setup=Setup.hs
+Finclude haskell
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: haskell-parsec-3.1.0-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cbd7f437d29adf50c7841deab1a8c33210d42078

commit cbd7f437d29adf50c7841deab1a8c33210d42078
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 19:39:56 2010 +0100

haskell-parsec-3.1.0-1-x86_64

* Version Bump

diff --git a/source/devel-extra/haskell-parsec/FrugalBuild 
b/source/devel-extra/haskell-parsec/FrugalBuild
index 2f8f69c..e5e0d82 100644
--- a/source/devel-extra/haskell-parsec/FrugalBuild
+++ b/source/devel-extra/haskell-parsec/FrugalBuild
@@ -3,12 +3,12 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=haskell-parsec
-pkgver=2.1.0.1
+pkgver=3.1.0
pkgrel=1
pkgdesc=Haskell parser library
archs=('i686' 'x86_64')
-depends=('ghc=7.0.1')
+depends=('ghc=7.0.1' 'haskell-mtl' 'haskell-syb')
groups=('devel-extra')
-sha1sums=('f09c7fcbf66c39cc4de2a50dbb1374ba82168b52')
+sha1sums=('0b50e226e661e1fa61e4bad6c2b9da8aa9ea39d1')
_F_haskell_setup=Setup.hs
Finclude haskell
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: cherrytree-0.16-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9dae6d02a83db870582b202ca378a53a09a9e288

commit 9dae6d02a83db870582b202ca378a53a09a9e288
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 19:58:57 2010 +0100

cherrytree-0.16-1-x86_64

* Version Bump

diff --git a/source/xapps-extra/cherrytree/FrugalBuild 
b/source/xapps-extra/cherrytree/FrugalBuild
index 7f80ce1..dc50e5c 100644
--- a/source/xapps-extra/cherrytree/FrugalBuild
+++ b/source/xapps-extra/cherrytree/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=cherrytree
-pkgver=0.15
+pkgver=0.16
pkgrel=1
pkgdesc=A hierarchical note taking application storing all the data in a 
single xml file
url=http://www.giuspen.com/cherrytree;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('x86_64' 'i686' 'ppc')
up2date=Flasttar $url/#downl
source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.gz)
-sha1sums=('d41dd1b23b513cd98b6924149418069236dd6052')
+sha1sums=('01d4c92d65152d7a6636d9c031451e931c38c2b1')
build()
{
Fcd
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: beautifulsoup-3.2.0-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aaf79287c309dd2cae4eada599a86494a4d81a54

commit aaf79287c309dd2cae4eada599a86494a4d81a54
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 20:02:10 2010 +0100

beautifulsoup-3.2.0-1-x86_64

* Version Bump

diff --git a/source/lib-extra/beautifulsoup/FrugalBuild 
b/source/lib-extra/beautifulsoup/FrugalBuild
index f231310..1df9a6e 100644
--- a/source/lib-extra/beautifulsoup/FrugalBuild
+++ b/source/lib-extra/beautifulsoup/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=beautifulsoup
-pkgver=3.0.8.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
pkgdesc=Beautiful Soup is a Python HTML/XML parser designed for quick 
turnaround projects like screen-scraping
url=http://www.crummy.com/software/BeautifulSoup/;
depends=('python=2.7')
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64')
up2date=lynx -dump $url/download/3.x/ | grep -v '3.1.0' | Flasttar
_F_archive_name=BeautifulSoup
source=($url/download/3.x/BeautifulSoup-$pkgver.tar.gz)
-sha1sums=('183dfc206e7e7345187d5c8ec40aba3f6845e423')
+sha1sums=('924eb4e43144e233e3749edadc8dc5cd8ec8a3be')
_F_cd_path=$_F_archive_name-$pkgver
options=('force')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: sinthgunt-2.0.3-1-x86_64

2010-12-01 Thread jercel
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d7cfc5314151e3ff688d715d9e3a20612033d21d

commit d7cfc5314151e3ff688d715d9e3a20612033d21d
Author: jercel jerce...@gmail.com
Date:   Wed Dec 1 20:08:16 2010 +0100

sinthgunt-2.0.3-1-x86_64

* Version Bump

diff --git a/source/xapps-extra/sinthgunt/FrugalBuild 
b/source/xapps-extra/sinthgunt/FrugalBuild
index c8d97a1..a38c9fb 100644
--- a/source/xapps-extra/sinthgunt/FrugalBuild
+++ b/source/xapps-extra/sinthgunt/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=sinthgunt
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc=GUI for FFmpeg with more than 100 pre-configured conversion settings
url=http://code.google.com/p/sinthgunt/;
@@ -11,4 +11,4 @@ options=('scriptlet')
Finclude googlecode gnome-scriptlet
groups=('xapps-extra')
archs=('i686' 'x86_64')
-sha1sums=('f916166de6a142a9b69da8c8d6ff715e3732fccc')
\ No newline at end of file
+sha1sums=('f45ee2ebe9dcdbae88a9afd7d2e516ec18384fb8')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openjdk-6-5-i686

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1fdb3be34dee1bf659eedb4d400e3b739e09ad39

commit 1fdb3be34dee1bf659eedb4d400e3b739e09ad39
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed Dec 1 21:39:27 2010 +0100

openjdk-6-5-i686

- update to icedtea 1.9.2

diff --git a/source/devel-extra/openjdk/FrugalBuild 
b/source/devel-extra/openjdk/FrugalBuild
index 3642aa9..63ff10c 100644
--- a/source/devel-extra/openjdk/FrugalBuild
+++ b/source/devel-extra/openjdk/FrugalBuild
@@ -4,9 +4,9 @@
pkgname=openjdk
pkgver=6
build=20
-icedteaver=1.9.1
+icedteaver=1.9.2
javaver=$pkgver-openjdk
-pkgrel=4
+pkgrel=5
pkgdesc=Open-source Java Development Kit implementation.
url=http://openjdk.java.net/;
depends=('libx11')
@@ -27,7 +27,7 @@ 
source=(http://icedtea.classpath.org/download/source/icedtea6-$icedteaver.tar.gz
https://jax-ws.dev.java.net/files/documents/4202/150725/jdk6-jaf-b20.zip \
https://jax-ws.dev.java.net/files/documents/4202/150724/jdk6-jaxws-b20.zip \
openj{dk,re}.sh)
-sha1sums=('d0ff8b854fd0cd8d7ce7ba01f96d25a4428016e6' \
+sha1sums=('45822c5d994083fe232743310f28ea0bbbd19ac9' \
'39fc162a740f16aa18afa855fea9d5daf8cf03d4' \
'688531dfcd81ef704732ffef7d467045fd850544' \
'69a54373e169bd7b04a45de6a310a199260424b9' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] systemd: util-linux-ng-2.18.ga4f4cc7-1-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=ab3dec8989c6fa70774212cd10dd0d4dd8fd247b

commit ab3dec8989c6fa70774212cd10dd0d4dd8fd247b
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 21:51:35 2010 +0100

util-linux-ng-2.18.ga4f4cc7-1-i686

* Remove rc.bootclean, rc.mount, rc.time. systemd provides support for
this.

diff --git a/source/base/util-linux-ng/FrugalBuild 
b/source/base/util-linux-ng/FrugalBuild
index f0de6db..d4835d2 100644
--- a/source/base/util-linux-ng/FrugalBuild
+++ b/source/base/util-linux-ng/FrugalBuild
@@ -24,18 +24,16 @@ if ! Fuse $USE_DEVEL; then
signatures=(${source[0]}.sign)
else
_F_scm_type=git
-   pkgver=$pkgver.g07b336c
-   pkgrel=2
+   pkgver=$pkgver.ga4f4cc7
+   pkgrel=1
_F_scm_url=git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
options=(${optio...@]} 'force')
Finclude scm
fi
source=(${sour...@]} \
-   frugalwaregetty numlock rc.{bootclean,mount,rmount,time} \
-   rc.bootclean-{de,hu}.po rc.mount-{de,hu}.po rc.rmount-{de,hu}.po \
-   rc.time-{de,hu}.po \
-   README.Frugalware)
-signatures=(${signatur...@]} '' '' '' '' '' '' '' '' '' '' '' '' '' '' '')
+   frugalwaregetty numlock rc.rmount \
+   rc.rmount-{de,hu}.po README.Frugalware)
+signatures=(${signatur...@]} '' '' '' '' '' '')

subpkgs=(${subpk...@]} libblkid)
subdescs=(${subdes...@]} 'Block device id library')
@@ -81,11 +79,7 @@ build() {
Fmv /sbin/raw /usr/bin/raw

# Init scripts.
-   for i in bootclean mount rmount
-   do
-   Frcd2 $i
-   done
-   [ $CARCH != ppc ]  Frcd2 time
+   Frcd2 rmount

# Our getty.
Fexe /sbin/frugalwaregetty
diff --git a/source/base/util-linux-ng/rc.bootclean 
b/source/base/util-linux-ng/rc.bootclean
deleted file mode 100644
index a38e360..000
--- a/source/base/util-linux-ng/rc.bootclean
+++ /dev/null
@@ -1,63 +0,0 @@
-#!/bin/bash
-
-# (c) 2005 Marcus Habermehl bmh198...@yahoo.de
-# (c) 2005 Laszlo Dvornik dvor...@gnome.hu
-# rc.bootclean for Frugalware
-# distributed under GPL License
-
-# chkconfig: - 00 00
-# description: Clean /tmp, /var/run and /var/lock.
-
-source /lib/initscripts/functions
-TEXTDOMAIN=bootclean
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-actions=(start stop)
-
-rc_start()
-{
-   msg $Cleaning /tmp, /var/lock, /var/run
-   if grep -q 'tmpfs /tmp' /proc/mounts; then
-   # /tmp is tmpfs, then we need to create two special dirs for X
-   install -d -m1777 /tmp/.ICE-unix
-   install -d -m1777 /tmp/.X11-unix
-   else
-   EXCEPT='! -name .
-   ! ( -path ./lost+found -uid 0 )
-   ! ( -path ./quota.user -uid 0 )
-   ! ( -path ./aquota.user -uid 0 )
-   ! ( -path ./quota.group -uid 0 )
-   ! ( -path ./aquota.group -uid 0 )
-   ! ( -path ./.journal -uid 0 )
-   ! ( -path ./.clean -uid 0 )
-   ! ( -path ./.ICE-unix -uid 0 )
-   ! ( -path ./.X11-unix -uid 0 )
-   ! ( -path './...security*' -uid 0 )'
-
-   ( if cd /tmp  [ `find . -maxdepth 0 -perm -002` = . ]; then
-   # First remove all old files.
-   find . -depth -xdev $EXCEPT \
-   ! -type d -print0 | xargs -0r rm -f
-   # And then all empty directories.
-   find . -depth -xdev $EXCEPT \
-   -type d -empty -exec rmdir \{\} \;
-   rm -f .X*-lock
-   fi )
-   fi
-
-   ( cd /var/lock  find . ! -type d -exec rm -f -- {} \; )
-
-   ( cd /var/run  \
-   find . ! -type d ! -name utmp ! -name innd.pid \
-   -exec rm -f -- {} \; )
-   ok $?
-}
-
-rc_stop()
-{
-   /bin/true
-}
-
-rc_exec $1
-
-# vim: ft=sh
diff --git a/source/base/util-linux-ng/rc.bootclean-de.po 
b/source/base/util-linux-ng/rc.bootclean-de.po
deleted file mode 100644
index 56fb468..000
--- a/source/base/util-linux-ng/rc.bootclean-de.po
+++ /dev/null
@@ -1,21 +0,0 @@
-# rc.bootclean.
-# Copyright (C) 2005 THE rc.bootclean'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.bootclean package.
-# Marcus Habermehl bmh198...@yahoo.de, 2005.
-#
-msgid 
-msgstr 
-Project-Id-Version: rc.bootclean\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 19:25+0100\n
-PO-Revision-Date: 2005-11-14 19:28+0100\n
-Last-Translator: Marcus Habermehl bmh198...@yahoo.de\n
-Language-Team: German translation-team...@lists.sourceforge.net\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=ISO-8859-1\n
-Content-Transfer-Encoding: 8bit\n
-Plural-Forms: nplurals=2; plural=(n != 1);\n
-
-#: rc.bootclean:18
-msgid Cleaning /tmp, /var/lock, /var/run
-msgstr Leere /tmp, /var/lock und /var/run
diff --git a/source/base/util-linux-ng/rc.bootclean-hu.po 
b/source/base/util-linux-ng/rc.bootclean-hu.po
deleted file mode 100644
index 288c8ff..000
--- 

[Frugalware-git] systemd: net-tools-1.60-28-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=e5c9c8b0d20dfbfa5fa06101aac6c9282da6163d

commit e5c9c8b0d20dfbfa5fa06101aac6c9282da6163d
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 22:07:31 2010 +0100

net-tools-1.60-28-i686

* Remove rc.hostname.
* Attempt to make .install cleaning the service registration of
rc.hostname and rc.interfaces.

diff --git a/source/base/net-tools/FrugalBuild 
b/source/base/net-tools/FrugalBuild
index f08269e..7b172fc 100644
--- a/source/base/net-tools/FrugalBuild
+++ b/source/base/net-tools/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=net-tools
pkgver=1.60
-pkgrel=27
+pkgrel=28
pkgdesc=Important tools for controlling the network subsystem
url=http://www.tazenda.demon.co.uk/phil/net-tools/;
depends=('mktemp=1.5-3' 'chkconfig=1.3.30c-2')
@@ -13,16 +13,14 @@ archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump $url |tail -n 1|tr '-' '\n'|sed 's/.tar.bz2//'|tail -n 1
source=($url/$pkgname-$pkgver.tar.bz2 \
$pkgname-$pkgver-configure.diff $pkgname-$pkgver-gcc34.diff \
-   $pkgname-$pkgver-i18n.diff rc.hostname \
-   net-tools.install \
+   $pkgname-$pkgver-i18n.diff net-tools.install \
$pkgname-$pkgver-kernel26.diff \
net-tools-1.60-mii-tool-obsolete.patch)
sha1sums=('944fb70641505d5d1139dba3aeb81ba124574b83' \
'ffc3cd8044f83af7f0dd544d767d5d7623b91093' \
'ff8daa4d48f867679d9feab2123cea4838684f79' \
'8dd9e07f99356870104dc4c168746055e78b03f1' \
-  '168330ad740abdeaf79dac58e682f73110454969' \
-  'b9b541809ad26ee12b18ba088981468953eeadb2' \
+  '4cdc2d9fc22363e776f2df494cdcc3833a342596' \
'448f5da06b9936c0c0e7ccf38cc36aa3ca5bd9f8' \
'fe9c2e8248920f0c8c6fb0214f19eef1f8e6e77a')

@@ -39,7 +37,6 @@ build()
make BASEDIR=$Fdestdir update

Fln ../../bin/hostname /usr/bin/hostname
-   Frcd hostname
}

# optimization OK
diff --git a/source/base/net-tools/net-tools.install 
b/source/base/net-tools/net-tools.install
index db27ca7..e286592 100644
--- a/source/base/net-tools/net-tools.install
+++ b/source/base/net-tools/net-tools.install
@@ -4,14 +4,9 @@ is_wireless_device()
return 0
}

-post_install()
-{
-   chkconfig --add rc.hostname
-}
-
post_upgrade()
{
-   post_install
+   pre_remove
if [ -f /etc/sysconfig/interfaces -a ! -f /etc/sysconfig/network/default ]; then
. /etc/sysconfig/interfaces
[ -f /etc/sysconfig/wireless ]  . /etc/sysconfig/wireless
@@ -53,7 +48,8 @@ post_upgrade()

pre_remove()
{
-   chkconfig --del rc.hostname
+   service hostname del
+   service interfaces del
}

op=$1
diff --git a/source/base/net-tools/rc.hostname 
b/source/base/net-tools/rc.hostname
deleted file mode 100644
index c63c387..000
--- a/source/base/net-tools/rc.hostname
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-# (c) 2003 Vajna Miklos vmik...@frugalware.org
-# rc.hostname for FrugalWare
-# distributed under GPL License
-
-. /etc/rc.d/rc.functions
-
-# chkconfig: 2345 02 98
-# description: hostname - set the system's host name
-
-if [ $1 = start ]; then
-   # create missing /etc/HOSTNAME if needed
-   if ! [ -r /etc/HOSTNAME ]; then
-   echo frugalware.local /etc/HOSTNAME
-   fi
-   hostname=`cat /etc/HOSTNAME | cut -f1 -d .`
-   start $sethostname ($hostname)
-   /bin/hostname $hostname
-   ok $?
-fi
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] systemd: util-linux-ng-2.18.ga4f4cc7-2-i686

2010-12-01 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=93ec7559cbcb9afb1b10dcb4a945e8a1879df5a2

commit 93ec7559cbcb9afb1b10dcb4a945e8a1879df5a2
Author: Michel Hermier herm...@frugalware.org
Date:   Wed Dec 1 22:33:17 2010 +0100

util-linux-ng-2.18.ga4f4cc7-2-i686

* Attempting to make rc service removal more clean.

diff --git a/source/base/util-linux-ng/FrugalBuild 
b/source/base/util-linux-ng/FrugalBuild
index d4835d2..be72644 100644
--- a/source/base/util-linux-ng/FrugalBuild
+++ b/source/base/util-linux-ng/FrugalBuild
@@ -25,7 +25,7 @@ if ! Fuse $USE_DEVEL; then
else
_F_scm_type=git
pkgver=$pkgver.ga4f4cc7
-   pkgrel=1
+   pkgrel=2
_F_scm_url=git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
options=(${optio...@]} 'force')
Finclude scm
diff --git a/source/base/util-linux-ng/pot/rc.bootclean.pot 
b/source/base/util-linux-ng/pot/rc.bootclean.pot
deleted file mode 100644
index 8442311..000
--- a/source/base/util-linux-ng/pot/rc.bootclean.pot
+++ /dev/null
@@ -1,21 +0,0 @@
-# rc.bootclean.
-# Copyright (C) YEAR THE rc.bootclean'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.bootclean package.
-# FIRST AUTHOR em...@address, YEAR.
-#
-#, fuzzy
-msgid 
-msgstr 
-Project-Id-Version: rc.bootclean\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 19:25+0100\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME em...@address\n
-Language-Team: LANGUAGE l...@li.org\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
-Content-Transfer-Encoding: 8bit\n
-
-#: rc.bootclean:18
-msgid Cleaning /tmp, /var/lock, /var/run
-msgstr 
diff --git a/source/base/util-linux-ng/pot/rc.mount.pot 
b/source/base/util-linux-ng/pot/rc.mount.pot
deleted file mode 100644
index dbf1eb0..000
--- a/source/base/util-linux-ng/pot/rc.mount.pot
+++ /dev/null
@@ -1,37 +0,0 @@
-# rc.mount.
-# Copyright (C) YEAR THE rc.mount'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.mount package.
-# FIRST AUTHOR em...@address, YEAR.
-#
-#, fuzzy
-msgid 
-msgstr 
-Project-Id-Version: rc.mount\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 19:47+0100\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME em...@address\n
-Language-Team: LANGUAGE l...@li.org\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
-Content-Transfer-Encoding: 8bit\n
-
-#: rc.mount:32
-msgid Checking non-root filesystems
-msgstr 
-
-#: rc.mount:39
-msgid Mounting local filesystems
-msgstr 
-
-#: rc.mount:56
-msgid Synchronizing UMSDOS directory structure
-msgstr 
-
-#: rc.mount:65
-msgid Unmounting local filesystems
-msgstr 
-
-#: rc.mount:71
-msgid Remounting root filesystem read-only
-msgstr 
diff --git a/source/base/util-linux-ng/pot/rc.swap.pot 
b/source/base/util-linux-ng/pot/rc.swap.pot
deleted file mode 100644
index cfe81f9..000
--- a/source/base/util-linux-ng/pot/rc.swap.pot
+++ /dev/null
@@ -1,25 +0,0 @@
-# rc.swap.
-# Copyright (C) YEAR THE rc.swap'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.swap package.
-# FIRST AUTHOR em...@address, YEAR.
-#
-#, fuzzy
-msgid 
-msgstr 
-Project-Id-Version: rc.swap\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 20:02+0100\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME em...@address\n
-Language-Team: LANGUAGE l...@li.org\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
-Content-Transfer-Encoding: 8bit\n
-
-#: rc.swap:24
-msgid Activating swap
-msgstr 
-
-#: rc.swap:31
-msgid Turning off swap
-msgstr 
diff --git a/source/base/util-linux-ng/pot/rc.time.pot 
b/source/base/util-linux-ng/pot/rc.time.pot
deleted file mode 100644
index d631339..000
--- a/source/base/util-linux-ng/pot/rc.time.pot
+++ /dev/null
@@ -1,33 +0,0 @@
-# rc.time.
-# Copyright (C) YEAR THE rc.time'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the rc.time package.
-# FIRST AUTHOR em...@address, YEAR.
-#
-#, fuzzy
-msgid 
-msgstr 
-Project-Id-Version: rc.time\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2005-11-14 20:11+0100\n
-PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
-Last-Translator: FULL NAME em...@address\n
-Language-Team: LANGUAGE l...@li.org\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=CHARSET\n
-Content-Transfer-Encoding: 8bit\n
-
-#: rc.time:26
-msgid Setting system time from the hardware clock
-msgstr 
-
-#: rc.time:30 rc.time:45
-msgid Using UTC
-msgstr 
-
-#: rc.time:34 rc.time:49
-msgid Using localtime
-msgstr 
-
-#: rc.time:40
-msgid Saving the system time to the hardware clock
-msgstr 
diff --git a/source/base/util-linux-ng/util-linux-ng.install 
b/source/base/util-linux-ng/util-linux-ng.install
index d14d0b7..0165892 100644
--- a/source/base/util-linux-ng/util-linux-ng.install
+++ b/source/base/util-linux-ng/util-linux-ng.install
@@ -1,31 +1,20 @@
post_install() {
-   [ -h /etc/rc.d/rcS.d/S10rc.swap ]  

[Frugalware-git] systemd: networkmanager-0.8.2-2-i686 *switch to systemd

2010-12-01 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=aeab4079638ded08581e78c21ec1a40eb3cc7f2d

commit aeab4079638ded08581e78c21ec1a40eb3cc7f2d
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Dec 1 22:58:01 2010 +

networkmanager-0.8.2-2-i686
*switch to systemd

diff --git a/source/network-extra/networkmanager/FrugalBuild 
b/source/network-extra/networkmanager/FrugalBuild
index 5ab3430..5ff9aa7 100644
--- a/source/network-extra/networkmanager/FrugalBuild
+++ b/source/network-extra/networkmanager/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=networkmanager
_F_gnome_name=NetworkManager
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc=Network Management daemon
depends=('wireless_tools' 'hal' 'iproute2' 'dhcpcd=5.1.3' 'nss' \
'libnl' 'ppp' 'wpa_supplicant' 'iptables' 'polkit' 'libgudev')
@@ -16,11 +16,11 @@ Finclude gnome
backup=('etc/NetworkManager/nm-system-settings.conf')
source=($source \
nm-system-settings.conf \
-   dbus-acces.diff rc.networkmanager)
+   dbus-acces.diff NetworkManager.service)
sha1sums=('2c9a9f0317d2ad4fd8a05631211cfd6040070f8e' \
'49ba558d20f5ca5a201e027e13b878dd5ac3569c' \
'7cfbc5ae73f64ec47fade7b089535c7acbe1eb3e' \
-  '955eed2eb78903fb06b33a1bc85f444c8085757d')
+  '7a78298c316baf43f897aca3116a3b1d99dc4e1d')
_F_cd_path=$_F_gnome_name-$pkgver

build() {
@@ -33,7 +33,8 @@ build() {
Fmkdir etc/NetworkManager/dispatcher.d
Fmkdir etc/NetworkManager
Fcp nm-system-settings.conf etc/NetworkManager/nm-system-settings.conf
-   Frcd2 networkmanager
+   Fmkdir etc/systemd/system/
+   Fcp NetworkManager.service etc/systemd/system/
}

# optimization OK
diff --git a/source/network-extra/networkmanager/NetworkManager.service 
b/source/network-extra/networkmanager/NetworkManager.service
new file mode 100644
index 000..7c8984a
--- /dev/null
+++ b/source/network-extra/networkmanager/NetworkManager.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Network Manager
+After=syslog.target
+
+[Service]
+Type=dbus
+BusName=org.freedesktop.NetworkManager
+ExecStart=/usr/sbin/NetworkManager --no-daemon
+
+[Install]
+WantedBy=multi-user.target
diff --git a/source/network-extra/networkmanager/rc.networkmanager 
b/source/network-extra/networkmanager/rc.networkmanager
deleted file mode 100644
index 3e0f566..000
--- a/source/network-extra/networkmanager/rc.networkmanager
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-# (c) 2009 bouleetbil bouleet...@frogdev.info
-# rc.networkmanager for FrugalWare
-# distributed under GPL License
-
-# chkconfig: 2345 99 02
-# description: Network Manager.
-
-source /lib/initscripts/functions
-TEXTDOMAIN=networkmanager
-TEXTDOMAINDIR=/lib/initscripts/messages
-daemon=networkmanager
-
-actions=(restart start status stop)
-
-pid=pidof /usr/sbin/NetworkManager 2 /dev/null
-
-
-rc_start()
-{
-   start_msg
-   if [ -z $(eval $pid) ]; then
-   /usr/sbin/NetworkManager -- 2/dev/null 1/dev/null
-   ok $?
-   else
-   ok 999
-   fi
-}
-
-rc_stop()
-{
-   stop_msg
-   if [ ! -z $(eval $pid) ] ;then
-   killall /usr/sbin/NetworkManager
-   ok $?
-   else
-   ok 999
-   fi
-}
-
-rc_exec $1
-
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: fsarchiver-0.6.11-1-i686

2010-12-01 Thread exceed
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f3c0fb1d5fabedebfff2ef14fafae6688e7fa219

commit f3c0fb1d5fabedebfff2ef14fafae6688e7fa219
Author: exceed exceed.ced...@gmail.com
Date:   Wed Dec 1 23:17:41 2010 +0100

fsarchiver-0.6.11-1-i686

* Version bump

diff --git a/source/apps-extra/fsarchiver/FrugalBuild 
b/source/apps-extra/fsarchiver/FrugalBuild
index 1c84a02..d05dfec 100644
--- a/source/apps-extra/fsarchiver/FrugalBuild
+++ b/source/apps-extra/fsarchiver/FrugalBuild
@@ -2,14 +2,14 @@
# Maintainer: exceed exceed.ced...@gmail.com

pkgname=fsarchiver
-pkgver=0.6.10
-pkgrel=2
+pkgver=0.6.11
+pkgrel=1
pkgdesc=Save the contents of a file-system to a compressed archive file
depends=('zlib' 'lzo' 'bzip2' 'libgcrypt' 'e2fsprogs' 'ntfs-3g=2010.5.22' 'xz')
makedepends=('pkgconfig')
Finclude sourceforge
groups=('apps-extra')
archs=('i686' 'x86_64')
-sha1sums=('2f63ccfe92a64c4ba2bd611ede6a2b4868a6b096')
+sha1sums=('dbe62bfd2166ef0e096e80c3749b7625d071e227')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: frugalwareutils-0.9.2-2-i686

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3f43ca27d0d38c6424fdc82154ce23154f9bb682

commit 3f43ca27d0d38c6424fdc82154ce23154f9bb682
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Dec 2 01:02:50 2010 +0100

frugalwareutils-0.9.2-2-i686

- backport two patches from git to improve wpa support

diff --git a/source/base/frugalwareutils/FrugalBuild 
b/source/base/frugalwareutils/FrugalBuild
index b51d49d..6138951 100644
--- a/source/base/frugalwareutils/FrugalBuild
+++ b/source/base/frugalwareutils/FrugalBuild
@@ -7,7 +7,7 @@ USE_APIDOCS=${USE_APIDOCS:-y}
pkgname=frugalwareutils
pkgver=0.9.2
Fuse $USE_DEVEL  pkgver=0.8.7.6.g3d85830
-pkgrel=1
+pkgrel=2
pkgdesc=Frugalware configuration utilities.
url=http://ftp.frugalware.org/pub/other/frugalwareutils;
depends=('glib2=2.16.4-2' 'ncurses=5.6-4' 'parted=1.8.8-3' \
@@ -20,8 +20,10 @@ replaces=('kxgenerator')
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump $url|Flasttar
if ! Fuse $USE_DEVEL; then
-   source=($url/$pkgname-$pkgver.tar.gz)
-   signatures=(${source[0]}.asc)
+   source=($url/$pkgname-$pkgver.tar.gz \
+   
http://git.frugalware.org/patches/frugalwareutils/2f1045bd15b173cd3dc07eb0251aaed48c97503f.patch
 \
+   
http://git.frugalware.org/patches/frugalwareutils/ea72e89ffaec0d2948a8f4fd7d61119769bcf54d.patch)
+   signatures=(${source[0]}.asc '' '')
else
_F_scm_type=git
_F_scm_url=git://git.frugalware.org/pub/other/frugalwareutils/frugalwareutils
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] systemd: Merge branch 'master' of genesis:/pub/frugalware/frugalware-current

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=systemd.git;a=commitdiff;h=467ff0a80ff110afbfcb2e694a8b23290a424286

commit 467ff0a80ff110afbfcb2e694a8b23290a424286
Merge: aeab407 3f43ca2
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Dec 2 01:05:07 2010 +0100

Merge branch 'master' of genesis:/pub/frugalware/frugalware-current

Conflicts:
source/base/frugalwareutils/FrugalBuild

diff --cc source/base/frugalwareutils/FrugalBuild
index 03ded57,6138951..9f69e511
--- a/source/base/frugalwareutils/FrugalBuild
+++ b/source/base/frugalwareutils/FrugalBuild
@@@ -7,7 -7,7 +7,7 @@@ USE_APIDOCS=${USE_APIDOCS:-y
pkgname=frugalwareutils
pkgver=0.9.2
Fuse $USE_DEVEL  pkgver=0.8.7.6.g3d85830
--pkgrel=2
++pkgrel=3
pkgdesc=Frugalware configuration utilities.
url=http://ftp.frugalware.org/pub/other/frugalwareutils;
depends=('glib2=2.16.4-2' 'ncurses=5.6-4' 'parted=1.8.8-3' \
@@@ -20,8 -20,10 +20,10 @@@ replaces=('kxgenerator'
archs=('i686' 'x86_64' 'ppc')
up2date=lynx -dump $url|Flasttar
if ! Fuse $USE_DEVEL; then
-   source=($url/$pkgname-$pkgver.tar.gz network.service)
-   signatures=(${source[0]}.asc '')
-   source=($url/$pkgname-$pkgver.tar.gz \
++  source=($url/$pkgname-$pkgver.tar.gz network.service \
+   
http://git.frugalware.org/patches/frugalwareutils/2f1045bd15b173cd3dc07eb0251aaed48c97503f.patch
 \
+   
http://git.frugalware.org/patches/frugalwareutils/ea72e89ffaec0d2948a8f4fd7d61119769bcf54d.patch)
-   signatures=(${source[0]}.asc '' '')
++  signatures=(${source[0]}.asc '' '' '')
else
_F_scm_type=git
_F_scm_url=git://git.frugalware.org/pub/other/frugalwareutils/frugalwareutils
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: introduce _F_sourceforge_subdir

2010-12-01 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c0fd650f21217ecc65854a57325140c6e98cac4e

commit c0fd650f21217ecc65854a57325140c6e98cac4e
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Dec 2 01:14:19 2010 +0100

introduce _F_sourceforge_subdir

diff --git a/source/include/sourceforge.sh b/source/include/sourceforge.sh
index 243a595..ac43f72 100644
--- a/source/include/sourceforge.sh
+++ b/source/include/sourceforge.sh
@@ -45,6 +45,9 @@
# * _F_sourceforge_pkgver (defaults to $pkgver): Some packages are called 
foo-1.2.3
# but the source is called different from $pkgver, e.g: foo-123 or foo-12.3, in 
such
# a case _F_sourceforge_pkgver may help to avoid custom $source
+# * _F_sourceforge_subdir (defaults to ): in case the source tarball
+# is in some subdirectory under the files of the project. Example:
+# /fsarchiver-src/
###

if [ -z $_F_sourceforge_name ]; then
@@ -90,5 +93,5 @@ fi
_F_archive_name=$_F_sourceforge_name
_F_archive_prefix=$_F_sourceforge_prefix
Fpkgversep=$_F_sourceforge_sep
-up2date=Flastarchive 
http://sourceforge.net/projects/$_F_sourceforge_dirname/files 
$_F_sourceforge_ext
+up2date=Flastarchive 
http://sourceforge.net/projects/$_F_sourceforge_dirname/files$_F_sourceforge_subdir
 $_F_sourceforge_ext
source=(http://${_F_sourceforge_mirror}.sourceforge.net/sourceforge/${_F_sourceforge_dirname}/${_F_sourceforge_name}${_F_sourceforge_sep}${_F_sourceforge_pkgver}${_F_sourceforge_ext})
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git