[Frugalware-git] pacman-g2: libpacman:

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=4d6f9788906ae1e07663db945e4a57ee00df0564

commit 4d6f9788906ae1e07663db945e4a57ee00df0564
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 02:02:31 2013 -0600

libpacman:

from previous fix, drop comments for original ldconfig execution.
also, move the ldconfig calls to right before post for install/upgrade
and right after post for remove

diff --git a/lib/libpacman/add.c b/lib/libpacman/add.c
index 2b30e4c..07316ee 100644
--- a/lib/libpacman/add.c
+++ b/lib/libpacman/add.c
@@ -816,10 +816,9 @@ int _pacman_add_commit(pmtrans_t *trans, pmlist_t **data)
EVENT(trans, PM_TRANS_EVT_EXTRACT_DONE, NULL, NULL);
FREE(what);

-   _pacman_ldconfig(handle-root);
-
/* run the post-install script if it exists  */
if(info-scriptlet  !(trans-flags  PM_TRANS_FLAG_NOSCRIPTLET)) {
+   _pacman_ldconfig(handle-root);
snprintf(pm_install, PATH_MAX, %s%s/%s/%s-%s/install, handle-root, 
handle-dbpath, db-treename, info-name, info-version);
if(pmo_upgrade) {
_pacman_runscriptlet(handle-root, pm_install, post_upgrade, info-version, 
oldpkg ? oldpkg-version : NULL, trans);
@@ -833,12 +832,10 @@ int _pacman_add_commit(pmtrans_t *trans, pmlist_t **data)
FREEPKG(oldpkg);
}

-#if 0
/* run ldconfig if it exists */
if(handle-trans-state != STATE_INTERRUPTED) {
_pacman_ldconfig(handle-root);
}
-#endif

return(ret);
}
diff --git a/lib/libpacman/remove.c b/lib/libpacman/remove.c
index c5ccb28..c8d11cd 100644
--- a/lib/libpacman/remove.c
+++ b/lib/libpacman/remove.c
@@ -285,6 +285,7 @@ int _pacman_remove_commit(pmtrans_t *trans, pmlist_t **data)
if(info-scriptlet  !(trans-flags  PM_TRANS_FLAG_NOSCRIPTLET)) {
snprintf(pm_install, PATH_MAX, %s/%s-%s/install, db-path, info-name, 
info-version);
_pacman_runscriptlet(handle-root, pm_install, post_remove, info-version, 
NULL, trans);
+   _pacman_ldconfig(handle-root);
}
}

@@ -343,17 +344,14 @@ int _pacman_remove_commit(pmtrans_t *trans, pmlist_t 
**data)
}

if(trans-type != PM_TRANS_TYPE_UPGRADE) {
-   _pacman_ldconfig(handle-root);
EVENT(trans, PM_TRANS_EVT_REMOVE_DONE, info, NULL);
}
}

-#if 0
/* run ldconfig if it exists */
if((trans-type != PM_TRANS_TYPE_UPGRADE)  (handle-trans-state != 
STATE_INTERRUPTED)) {
_pacman_ldconfig(handle-root);
}
-#endif

return(0);
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gtkhtml-4.6.4-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=14317e919c0897456eafad0c4bb5d042e392b86e

commit 14317e919c0897456eafad0c4bb5d042e392b86e
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 09:44:27 2013 +0100

gtkhtml-4.6.4-1-x86_64
* Version bump

diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome/gtkhtml/FrugalBuild
index 97c241e..3972872 100644
--- a/source/gnome/gtkhtml/FrugalBuild
+++ b/source/gnome/gtkhtml/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: bouleetbil bouleet...@frogdev.info

pkgname=gtkhtml
-pkgver=4.6.3
+pkgver=4.6.4
pkgrel=1
pkgdesc=A lightweight HTML rendering/printing/editing engine
depends=('libxml2=2.7.8' 'gtk+3=3.5.6' \
@@ -14,9 +14,10 @@ groups=('gnome')
archs=('i686' 'x86_64')
_F_gnome_doc=n
_F_gnome_ext=.tar.xz
+_F_gnome_devel=n
Finclude gnome
# gnome-scriptlet
-sha1sums=('7581752b050140fd3a77cb480dc4c1ef7390e98e')
+sha1sums=('560bee55a0384b9b3879af56fd882a032054a0c1')
replaces=('gtkhtml312')
provides=('gtkhtml312')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libgee8-0.8.4-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=359ec371d530bcbc264483dd0dfe3a723c428b49

commit 359ec371d530bcbc264483dd0dfe3a723c428b49
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 09:52:26 2013 +0100

libgee8-0.8.4-1-x86_64
* Version bump

diff --git a/source/lib/libgee8/FrugalBuild b/source/lib/libgee8/FrugalBuild
index 0484367..9c9e3d4 100644
--- a/source/lib/libgee8/FrugalBuild
+++ b/source/lib/libgee8/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=libgee8
_F_gnome_name=libgee
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc=Library providing GObject-based interfaces and classes for commonly 
used data structures.
depends=('glib2')
@@ -15,6 +15,6 @@ _F_gnome_devel=n
_F_gnome_ext=.tar.xz
Finclude gnome
url=http://live.gnome.org/Libgee;
-sha1sums=('87bb2d2d3dfe0e3eaf6a713c5f8a317934df1c83')
+sha1sums=('fd576c323f00d4609e3ed6b482c1d41fa714b343')

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


[Frugalware-git] frugalware-current: udisks2-2.0.92-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=36a31a46c83fde870995a0d586767bbc9e193098

commit 36a31a46c83fde870995a0d586767bbc9e193098
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 10:05:17 2013 +0100

udisks2-2.0.92-1-x86_64
* Version bump

diff --git a/source/xapps/udisks2/FrugalBuild b/source/xapps/udisks2/FrugalBuild
index 4e9aac7..b1cf163 100644
--- a/source/xapps/udisks2/FrugalBuild
+++ b/source/xapps/udisks2/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=udisks2
_F_archive_name=udisks
-pkgver=2.0.91
+pkgver=2.0.92
pkgrel=1
pkgdesc=Storage Management Service
url=http://www.freedesktop.org/wiki/Software/udisks;
@@ -14,10 +14,10 @@ depends=('dbus-glib' 'polkit' 'parted=3.1-2' 
'lvm2=2.02.96' \
makedepends=('intltool' 'gobject-introspection' 'gtk-doc')
Fconfopts+= --enable-gtk-doc --enable-lvm2
groups=('xapps')
-archs=('i686' 'x86_64' 'ppc')
+archs=('i686' 'x86_64')
up2date=Flasttar http://udisks.freedesktop.org/releases/;
source=(http://udisks.freedesktop.org/releases/$_F_archive_name-$pkgver.tar.bz2)
-sha1sums=('fa1107e176178ed31112d211cd7ad93877016c10')
+sha1sums=('5e616648dcae2e5403931b787bdaa1b2d8d4e9f9')
options=('scriptlet')

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


[Frugalware-git] frugalware-current: shared-mime-info-1.1-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3378eef72f4099b2c6c65ec72067a2f69c2c55e8

commit 3378eef72f4099b2c6c65ec72067a2f69c2c55e8
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 10:12:09 2013 +0100

shared-mime-info-1.1-1-x86_64
* Version bump

diff --git a/source/xlib/shared-mime-info/FrugalBuild 
b/source/xlib/shared-mime-info/FrugalBuild
index fd67dcf..5409547 100644
--- a/source/xlib/shared-mime-info/FrugalBuild
+++ b/source/xlib/shared-mime-info/FrugalBuild
@@ -4,8 +4,8 @@
# Contributor: Laszlo Dvornik dvor...@gnome.hu

pkgname=shared-mime-info
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc=Freedesktop.org Shared MIME Info
url=http://freedesktop.org/Software/shared-mime-info;
depends=('libxml2=2.7.8' 'glib2=2.16.3')
@@ -15,7 +15,7 @@ archs=('i686' 'x86_64' 'arm')
#up2date=lynx -dump $url | grep -m 1 \$pkgname-[0-9\.]\+.tar.bz2\ | grep -o 
'[0-9\.]\+.tar.bz2' | sed 's|.tar.bz2||'
up2date=Flasttar http://freedesktop.org/~hadess/;
source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
-sha1sums=('146dbad62f5450116b0353f88bb8e700f0034013')
+sha1sums=('752668b0cc5729433c99cbad00f21241ec4797ef')
Fconfopts+= --disable-update-mimedb
unset MAKEFLAGS
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: upower-0.9.19-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4cef90ce4464b69d89fe3c7543f8e249663c6398

commit 4cef90ce4464b69d89fe3c7543f8e249663c6398
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 10:15:39 2013 +0100

upower-0.9.19-1-x86_64
* Version bump

diff --git a/source/apps/upower/FrugalBuild b/source/apps/upower/FrugalBuild
index 0698f8f..b78a118 100644
--- a/source/apps/upower/FrugalBuild
+++ b/source/apps/upower/FrugalBuild
@@ -3,17 +3,17 @@
# Contributor: bouleetbil bouleet...@frogdev.info

pkgname=upower
-pkgver=0.9.18
-pkgrel=2
+pkgver=0.9.19
+pkgrel=1
pkgdesc=upower provides a daemon, API and command line tools for managing 
power devices attached to the system.
-url=http://upwoer.freedesktop.org;
+url=http://upower.freedesktop.org;
depends=('libxml2=2.7.8' 'dbus-glib' 'polkit' 'libusb' 'pm-utils' 
'libimobiledevice' 'libusb1' 'systemd=188')
makedepends=('intltool' 'gobject-introspection')
groups=('apps')
archs=('i686' 'x86_64')
up2date=Flasttar http://upower.freedesktop.org/releases/;
source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('e1a16948cfc9ab7cc6a776cb42676fde1644f02e')
+sha1sums=('29c53be726d381b73b385f37454367fae126fe86')
replaces=(devicekit-power)
conflicts=(devicekit-power)
provides=(devicekit-power)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: Merge ../current

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=a943feb8cdd8f42cdb143008590c6f4cf99bf636

commit a943feb8cdd8f42cdb143008590c6f4cf99bf636
Merge: 06768f2 4cef90c
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 10:23:44 2013 +0100

Merge ../current

Conflicts:
source/gnome/gnome-shell/FrugalBuild
source/gnome/mutter/FrugalBuild
source/lib/libgee8/FrugalBuild

diff --cc source/gnome/gnome-power-manager/FrugalBuild
index 12eb631,542f059..7066aea
--- a/source/gnome/gnome-power-manager/FrugalBuild
+++ b/source/gnome/gnome-power-manager/FrugalBuild
@@@ -16,8 -16,9 +16,9 @@@ _F_gnome_doc=n
_F_gnome_desktop=y
_F_gnome_iconcache=y
_F_gnome_ext=.tar.xz
+ _F_gnome_devel=n
Finclude gnome gnome-scriptlet
-sha1sums=('f7bf768cfefc3ac0a0d75ac74fa5f8e7f9025bce')
+sha1sums=('00bea39a5aa3245edd4097b79ab062a4a3f070c8')


# optimization OK
diff --cc source/gnome/mutter/FrugalBuild
index 43b419a,6a49941..18fe796
--- a/source/gnome/mutter/FrugalBuild
+++ b/source/gnome/mutter/FrugalBuild
@@@ -17,10 -17,10 +17,11 @@@ archs=('i686' 'x86_64'
_F_gnome_glib=y
_F_gnome_ext=.tar.xz
_F_gnome_git=n
-_F_gnome_devel=n
+_F_gnome_devel=y
Finclude gnome gnome-scriptlet
Fconfopts+= --with-clutter --disable-static  --with-gtk=3.0
-sha1sums=('2bf133292cd1cf73fd862d5cdda37269b21c49b5')
+sha1sums=('e2ba50834bb5d928d44aba1bafad47b5fae73613')
++
if [ $_F_gnome_git != n ]; then
unset sha1sums
fi
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: dbus-1.6.8-5-x86_64 * backup /etc dbus files * also remove /dev/null stuff to see what useradd is saying

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=124becbd8d7acf4b68df6caf7e8075cdc55603cd

commit 124becbd8d7acf4b68df6caf7e8075cdc55603cd
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 03:57:20 2013 -0600

dbus-1.6.8-5-x86_64
* backup /etc dbus files
* also remove /dev/null stuff to see what useradd is saying

diff --git a/source/base/dbus/FrugalBuild b/source/base/dbus/FrugalBuild
index 88203f0..87406df 100644
--- a/source/base/dbus/FrugalBuild
+++ b/source/base/dbus/FrugalBuild
@@ -3,13 +3,14 @@

pkgname=dbus
pkgver=1.6.8
-pkgrel=4
+pkgrel=5
pkgdesc=A message bus system
url=http://freedesktop.org/wiki/Software/dbus;
depends=('libxml2=2.7.8' 'expat' 'shadow' 'grep')
groups=('base' 'core')
archs=('i686' 'x86_64' 'arm')
up2date=Flasttar http://dbus.freedesktop.org/releases/dbus/;
+backup=(etc/dbus-1/session.conf etc/tmpfiles.d/dbus.conf)

source=(http://dbus.freedesktop.org/releases/dbus/$pkgname-$pkgver.tar.gz \
dbus-1-launch \
diff --git a/source/base/dbus/dbus.install b/source/base/dbus/dbus.install
index 710b156..edf3c21 100644
--- a/source/base/dbus/dbus.install
+++ b/source/base/dbus/dbus.install
@@ -1,8 +1,8 @@
post_install()
{
if ! grep -q 'messagebus' /etc/group; then
-   /usr/sbin/groupadd -g 38 messagebus 2/dev/null
-   /usr/sbin/useradd -s /bin/false -c D-BUS system user -d '/' 
-u 38 -g messagebus messagebus 2/dev/null
+   /usr/sbin/groupadd -g 38 messagebus
+   /usr/sbin/useradd -s /bin/false -c D-BUS system user -d '/' 
-u 38 -g messagebus messagebus
fi
chown root:messagebus /usr/lib/dbus-1/dbus-daemon-launch-helper
chmod 4750 /usr/lib/dbus-1/dbus-daemon-launch-helper
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: shadow-4.1.5.1-4-x86_64 * depend on xfsprogs-acl

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=7b33e10316c86d426172282ca4bc9b9fe18a3c9d

commit 7b33e10316c86d426172282ca4bc9b9fe18a3c9d
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:04:50 2013 -0600

shadow-4.1.5.1-4-x86_64
* depend on xfsprogs-acl

diff --git a/source/base/shadow/FrugalBuild b/source/base/shadow/FrugalBuild
index 808761c..7307624 100644
--- a/source/base/shadow/FrugalBuild
+++ b/source/base/shadow/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=shadow
pkgver=4.1.5.1
-pkgrel=3
+pkgrel=4
pkgdesc=Shadow password file utilities
url=http://pkg-shadow.alioth.debian.org/;
backup=(etc/{login.defs,group,passwd,shadow,adduser.conf} etc/limits \
@@ -12,7 +12,7 @@ backup=(etc/{login.defs,group,passwd,shadow,adduser.conf} 
etc/limits \
etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod,chsh} \
etc/pam.d/{chfn,chgpasswd,groupmems} \
etc/pam.d/{common-session,common-password,common-account,common-auth})
-depends=('glibc=2.8-3' 'pam')
+depends=('glibc=2.8-3' 'pam' 'xfsprogs-acl')
rodepends=('frugalware=0.8-2') # for /etc/issue
groups=('base' 'chroot-core')
archs=('i686' 'x86_64' 'arm')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: dbus-1.6.8-6-x86_64 * move part of dbus scriptlet to build time * simplify the remainder of the scriptlet

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=9eec313373037e8f8a25253950d7dae89e3ad1a6

commit 9eec313373037e8f8a25253950d7dae89e3ad1a6
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:29:53 2013 -0600

dbus-1.6.8-6-x86_64
* move part of dbus scriptlet to build time
* simplify the remainder of the scriptlet

diff --git a/source/base/dbus/FrugalBuild b/source/base/dbus/FrugalBuild
index 87406df..7b6b0c2 100644
--- a/source/base/dbus/FrugalBuild
+++ b/source/base/dbus/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=dbus
pkgver=1.6.8
-pkgrel=5
+pkgrel=6
pkgdesc=A message bus system
url=http://freedesktop.org/wiki/Software/dbus;
-depends=('libxml2=2.7.8' 'expat' 'shadow' 'grep')
+depends=('libxml2=2.7.8' 'expat' 'shadow')
groups=('base' 'core')
archs=('i686' 'x86_64' 'arm')
up2date=Flasttar http://dbus.freedesktop.org/releases/dbus/;
@@ -80,6 +80,9 @@ d $Flocalstatedir/run/dbus 0755 root root -
EOF

Fsplit dbus-x11 usr/bin/dbus-launch /etc/xdg usr/bin/dbus-1-launch
+
+   Ffileschown /usr/lib/dbus-1/dbus-daemon-launch-helper 0 38
+   Ffileschmod /usr/lib/dbus-1/dbus-daemon-launch-helper 4750
}

# optimization OK
diff --git a/source/base/dbus/dbus.install b/source/base/dbus/dbus.install
index edf3c21..748c8d6 100644
--- a/source/base/dbus/dbus.install
+++ b/source/base/dbus/dbus.install
@@ -1,33 +1,19 @@
post_install()
{
-   if ! grep -q 'messagebus' /etc/group; then
-   /usr/sbin/groupadd -g 38 messagebus
-   /usr/sbin/useradd -s /bin/false -c D-BUS system user -d '/' 
-u 38 -g messagebus messagebus
-   fi
-   chown root:messagebus /usr/lib/dbus-1/dbus-daemon-launch-helper
-   chmod 4750 /usr/lib/dbus-1/dbus-daemon-launch-helper
-   /usr/bin/dbus-uuidgen --ensure
+   getent group messagebus 21  /dev/null || groupadd -g 38 messagebus
+   getent user messagebus 21  /dev/null || useradd -s /bin/false -c 
D-BUS system user -d '/' -u 38 -g messagebus messagebus
+   dbus-uuidgen --ensure
}

post_upgrade()
{
-   if grep -q 'messagebus' /etc/group; then
-   /usr/sbin/usermod -d '/' messagebus 2/dev/null
-   else
-   /usr/sbin/groupadd -g 38 messagebus 2/dev/null
-   /usr/sbin/useradd  -s /bin/false -c D-BUS system user -d '/' 
-u 38 -g messagebus messagebus 2/dev/null
-   fi
-   chown root:messagebus /usr/lib/dbus-1/dbus-daemon-launch-helper
-   chmod 4750 /usr/lib/dbus-1/dbus-daemon-launch-helper
-   /usr/bin/dbus-uuidgen --ensure
+   post_install
}

-pre_remove()
+post_remove()
{
-   if grep -q 'messagebus' /etc/group; then
-   /usr/sbin/userdel messagebus 2/dev/null
-   /usr/sbin/groupdel messagebus 2/dev/null
-   fi
+   getent user messagebus 21  /dev/null  userdel messagebus
+   getent group messagebus 21  /dev/null  groupdel messagebus
}

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


[Frugalware-git] ryuotesting10: systemd-197-7-x86_64 * release bump * modify group creation to follow new dbus logic

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=9b6deafb235a8d585f1d24fb13172d298a51300c

commit 9b6deafb235a8d585f1d24fb13172d298a51300c
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:35:41 2013 -0600

systemd-197-7-x86_64
* release bump
* modify group creation to follow new dbus logic

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index 76b67e3..f17a762 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -6,10 +6,10 @@ USE_SYSV_COMPAT=${USE_SYSV_COMPAT:-y}

pkgname=systemd
pkgver=197
-pkgrel=6
+pkgrel=7
pkgdesc=A System and Service Manager
url=http://www.freedesktop.org/wiki/Software/systemd;
-depends=('dbus=1.6.8-3' 'kmod=7' 'pam' 'coreutils' 'libcap' 
'sysvinit-initscripts' 'sysvinit-tools' 'xfsprogs-acl' 'pciutils' 'usbutils' 
'shadow' 'libgcrypt' 'libblkid')
+depends=('dbus=1.6.8-3' 'kmod=7' 'pam' 'coreutils' 'libcap' 
'sysvinit-initscripts' 'sysvinit-tools' 'pciutils' 'usbutils' 'shadow' 
'libgcrypt' 'libblkid')
makedepends=('docbook-xsl=1.73.0-2' 'docbook-xml' 'intltool' 'gperf' 'gtk-doc' 
'gobject-introspection')
options=('scriptlet')
up2date=Flasttar http://www.freedesktop.org/software/$pkgname;
diff --git a/source/base/systemd/systemd.install 
b/source/base/systemd/systemd.install
index e1ba89d..a62b996 100644
--- a/source/base/systemd/systemd.install
+++ b/source/base/systemd/systemd.install
@@ -1,4 +1,5 @@
post_common() {
+   getent group lock 21  /dev/null || groupadd -g 55 lock
udevadm hwdb --update
journalctl --update-catalog
systemd-machine-id-setup
@@ -10,9 +11,6 @@ post_common() {
}

post_install() {
-   # create group
-   getent group lock || groupadd -g 55 lock
-
# runlevel
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target

@@ -34,7 +32,7 @@ post_upgrade() {
}

post_remove() {
-   getent group lock  groupdel lock
+   getent group lock 21  /dev/null  groupdel lock
}

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


[Frugalware-git] fwlive: modify root fs creation to work w/o a tty

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=736caa59b2f3ecf1bc294747ca34e8df62a984e7

commit 736caa59b2f3ecf1bc294747ca34e8df62a984e7
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:42:24 2013 -0600

modify root fs creation to work w/o a tty

diff --git a/new/create-rootfs b/new/create-rootfs
index b5b41bb..e6691ba 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -16,7 +16,7 @@ mkdir -p $ROOT
mount -o loop rootfs.img $ROOT

# Create root directory skeleton.
-mkdir -p $ROOT/{dev,proc,sys,tmp,var/tmp,var/cache/pacman-g2}
+mkdir -p 
$ROOT/{dev,proc,sys,tmp,var/tmp,var/cache/pacman-g2,var/log,etc/sysconfig}
mount -t devtmpfs none $ROOT/dev
mount -t sysfs none $ROOT/sys
mount -t proc none $ROOT/proc
@@ -77,9 +77,9 @@ done  mounts
umount $ROOT

# Now shrink the rootfs.img to minimum size.
-e2fsck -f rootfs.img
+e2fsck -f -a rootfs.img
resize2fs -M rootfs.img
-e2fsck -f rootfs.img
+e2fsck -f -a rootfs.img

# Clean up leftovers.
rm -rf mounts $ROOT
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: kernel-initrd-3.7-13-x86_64 * rebuild with dbus/systemd changes

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=4fddaa63438a5582fec00f3be64fab8ac904c732

commit 4fddaa63438a5582fec00f3be64fab8ac904c732
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:45:52 2013 -0600

kernel-initrd-3.7-13-x86_64
* rebuild with dbus/systemd changes

diff --git a/source/base/kernel-initrd/FrugalBuild 
b/source/base/kernel-initrd/FrugalBuild
index 8ceae5c..4f3da22 100644
--- a/source/base/kernel-initrd/FrugalBuild
+++ b/source/base/kernel-initrd/FrugalBuild
@@ -10,7 +10,7 @@ Finclude kernel-version

pkgname=kernel-initrd
pkgver=$_F_kernelver_ver
-pkgrel=12
+pkgrel=13
pkgdesc=The initrd for the Frugalware Linux Kernel.
url=http://www.frugalware.org;
depends=(kernel=$_F_kernelver_ver-$_F_kernelver_rel)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: libpacman: add comments vmiklos asked for

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=f692083009cdc1cb8effa4bbebb761efbd378165

commit f692083009cdc1cb8effa4bbebb761efbd378165
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:49:14 2013 -0600

libpacman: add comments vmiklos asked for

diff --git a/lib/libpacman/add.c b/lib/libpacman/add.c
index 07316ee..0927f18 100644
--- a/lib/libpacman/add.c
+++ b/lib/libpacman/add.c
@@ -818,6 +818,7 @@ int _pacman_add_commit(pmtrans_t *trans, pmlist_t **data)

/* run the post-install script if it exists  */
if(info-scriptlet  !(trans-flags  PM_TRANS_FLAG_NOSCRIPTLET)) {
+   /* must run ldconfig here because some scriptlets fail 
due to missing libs otherwise */
_pacman_ldconfig(handle-root);
snprintf(pm_install, PATH_MAX, %s%s/%s/%s-%s/install, handle-root, 
handle-dbpath, db-treename, info-name, info-version);
if(pmo_upgrade) {
diff --git a/lib/libpacman/remove.c b/lib/libpacman/remove.c
index c8d11cd..90a2ac1 100644
--- a/lib/libpacman/remove.c
+++ b/lib/libpacman/remove.c
@@ -285,6 +285,7 @@ int _pacman_remove_commit(pmtrans_t *trans, pmlist_t **data)
if(info-scriptlet  !(trans-flags  PM_TRANS_FLAG_NOSCRIPTLET)) {
snprintf(pm_install, PATH_MAX, %s/%s-%s/install, db-path, info-name, 
info-version);
_pacman_runscriptlet(handle-root, pm_install, post_remove, info-version, 
NULL, trans);
+   /* must run ldconfig here because some 
scriptlets fail due to missing libs otherwise */
_pacman_ldconfig(handle-root);
}
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: libpacman: move ldconfig before post_remove is called

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=5264f610df154443d47be910e63996f6bdfa2e9d

commit 5264f610df154443d47be910e63996f6bdfa2e9d
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 04:59:47 2013 -0600

libpacman: move ldconfig before post_remove is called

diff --git a/lib/libpacman/remove.c b/lib/libpacman/remove.c
index 90a2ac1..3b25c4d 100644
--- a/lib/libpacman/remove.c
+++ b/lib/libpacman/remove.c
@@ -283,10 +283,10 @@ int _pacman_remove_commit(pmtrans_t *trans, pmlist_t 
**data)
if(trans-type != PM_TRANS_TYPE_UPGRADE) {
/* run the post-remove script if it exists */
if(info-scriptlet  !(trans-flags  PM_TRANS_FLAG_NOSCRIPTLET)) {
-   snprintf(pm_install, PATH_MAX, 
%s/%s-%s/install, db-path, info-name, info-version);
-   _pacman_runscriptlet(handle-root, pm_install, 
post_remove, info-version, NULL, trans);
/* must run ldconfig here because some scriptlets fail due to missing libs 
otherwise */
_pacman_ldconfig(handle-root);
+   snprintf(pm_install, PATH_MAX, 
%s/%s-%s/install, db-path, info-name, info-version);
+   _pacman_runscriptlet(handle-root, pm_install, 
post_remove, info-version, NULL, trans);
}
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: mark version 3.9.0

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=323ff80be5ec542ad44df1c59ad2ed0d7af6e9c0

commit 323ff80be5ec542ad44df1c59ad2ed0d7af6e9c0
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 05:01:29 2013 -0600

mark version 3.9.0

diff --git a/NEWS b/NEWS
index cca3f59..94eada7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
VERSION DESCRIPTION
-
+3.9.0 - various bug fixes
+  - initial implementation for future hooks system
3.8.9 - makepkg: supports kernel.org gpg signatures now
- makepkg: support for fw32 compilation
- makepkg: allow disabling of ccache on a per package basis
diff --git a/configure.ac b/configure.ac
index d46890e..874ce08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ ENV_CFLAGS=$CFLAGS

AC_PREREQ(2.59)
dnl Update it right before the release since $pkgver_foo are all _post_ release 
snapshots
-AC_INIT([pacman-g2 package manager], 3.8.9, [frugalware-de...@frugalware.org], 
pacman-g2)
+AC_INIT([pacman-g2 package manager], 3.9.0, [frugalware-de...@frugalware.org], 
pacman-g2)
AC_CONFIG_MACRO_DIR([m4])
AC_LANG(C)
AC_CONFIG_HEADERS(config.h)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] kdebump2: Merge remote-tracking branch 'current/master'

2013-02-18 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump2.git;a=commitdiff;h=643cd590117e276f061f4ce775ea7b1354376ec1

commit 643cd590117e276f061f4ce775ea7b1354376ec1
Merge: 93214ab 8be761f
Author: Melko me...@frugalware.org
Date:   Sun Feb 17 23:54:33 2013 +0100

Merge remote-tracking branch 'current/master'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: Merge branch 'master' of git.frugalware.org:/pub/other/people/melko/kdebump2

2013-02-18 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e547cf5531faa04b51c48ad349dee45b03a267bb

commit e547cf5531faa04b51c48ad349dee45b03a267bb
Merge: 4cef90c 643cd59
Author: Melko me...@frugalware.org
Date:   Mon Feb 18 11:59:22 2013 +0100

Merge branch 'master' of git.frugalware.org:/pub/other/people/melko/kdebump2
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git



[Frugalware-git] ryuotesting10: dbus-1.6.8-7-x86_64 * it's getent passwd not getent user

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=ac2a5464ec7eb9662109e7b8872ca292bc8ead52

commit ac2a5464ec7eb9662109e7b8872ca292bc8ead52
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 06:12:06 2013 -0600

dbus-1.6.8-7-x86_64
* it's getent passwd not getent user

diff --git a/source/base/dbus/FrugalBuild b/source/base/dbus/FrugalBuild
index 7b6b0c2..78d2879 100644
--- a/source/base/dbus/FrugalBuild
+++ b/source/base/dbus/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=dbus
pkgver=1.6.8
-pkgrel=6
+pkgrel=7
pkgdesc=A message bus system
url=http://freedesktop.org/wiki/Software/dbus;
depends=('libxml2=2.7.8' 'expat' 'shadow')
diff --git a/source/base/dbus/dbus.install b/source/base/dbus/dbus.install
index 748c8d6..def33a6 100644
--- a/source/base/dbus/dbus.install
+++ b/source/base/dbus/dbus.install
@@ -1,7 +1,7 @@
post_install()
{
getent group messagebus 21  /dev/null || groupadd -g 38 messagebus
-   getent user messagebus 21  /dev/null || useradd -s /bin/false -c 
D-BUS system user -d '/' -u 38 -g messagebus messagebus
+   getent passwd messagebus 21  /dev/null || useradd -s /bin/false -c 
D-BUS system user -d '/' -u 38 -g messagebus messagebus
dbus-uuidgen --ensure
}

@@ -12,7 +12,7 @@ post_upgrade()

post_remove()
{
-   getent user messagebus 21  /dev/null  userdel messagebus
+   getent passwd messagebus 21  /dev/null  userdel messagebus
getent group messagebus 21  /dev/null  groupdel messagebus
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: * Fix _F_gnome_doc

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=15cb3a4380edead8eb25b3c5094022e0225bb86c

commit 15cb3a4380edead8eb25b3c5094022e0225bb86c
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 13:48:54 2013 +0100

* Fix _F_gnome_doc

diff --git a/source/include/gnome-scriptlet.sh 
b/source/include/gnome-scriptlet.sh
index f6d67ad..a3c1e07 100644
--- a/source/include/gnome-scriptlet.sh
+++ b/source/include/gnome-scriptlet.sh
@@ -65,7 +65,7 @@ if [ -n $_F_gnome_mime ]; then
Fconfopts+= --disable-update-mimedb --enable-mime-update=no
fi
if [ $_F_gnome_doc = y ]; then
-   makedepends=(${makedepends[@]} 'gtk-doc')
+   makedepends=(${makedepends[@]} 'gtk-doc' 'yelp-tools')
subpkgs=(${subpkgs[@]} $pkgname-doc)
subdescs=(${subdescs[@]} $pkgname documention)
subrodepends=(${subrodepends[@]} $pkgname=$pkgver)
@@ -83,6 +83,9 @@ _F_gnome_split_doc()
if [ -d $Fdestdir/usr/share/gnome/help ]; then
Fsplit $pkgname-doc usr/share/gnome/help
fi
+if [ -d $Fdestdir/usr/share/help ]; then
+Fsplit $pkgname-doc usr/share/help
+fi
if [ -d $Fdestdir/usr/share/gtk-doc ]; then
Fsplit $pkgname-doc usr/share/gtk-doc
fi
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: feh-2.9.1-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=06db3a13dd11f31dd2cbcbe6e0d53cb89f385cbb

commit 06db3a13dd11f31dd2cbcbe6e0d53cb89f385cbb
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 13:54:50 2013 +0100

feh-2.9.1-1-x86_64

* version bump

diff --git a/source/xapps-extra/feh/FrugalBuild 
b/source/xapps-extra/feh/FrugalBuild
index c84a3f4..2e124bc 100644
--- a/source/xapps-extra/feh/FrugalBuild
+++ b/source/xapps-extra/feh/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=feh
-pkgver=2.8
+pkgver=2.9.1
pkgrel=1
pkgdesc=A useful simple image viewer.
url=https://derf.homelinux.org/projects/feh/;
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(https://derf.homelinux.org/projects/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('eeb251d5971cf07e632661ef0b514fc3b0c7aca6')
+sha1sums=('d6effb0bb3074315114b2590722fae9712a531ad')

build() {
export PREFIX=/usr
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: NEWS: remove old stuff and add kde-4.10

2013-02-18 Thread Melko
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4f8711f913f90bb1cded7e2ae0c84c173fee7368

commit 4f8711f913f90bb1cded7e2ae0c84c173fee7368
Author: Melko me...@frugalware.org
Date:   Mon Feb 18 13:59:43 2013 +0100

NEWS: remove old stuff and add kde-4.10

diff --git a/NEWS b/NEWS
index 8953cdd..cb1fcf3 100644
--- a/NEWS
+++ b/NEWS
@@ -3,11 +3,7 @@ codename=Arcturus

pre1=(
Package updates:
-Kernel 3.5.4
-GCC 4.7.2
-GRUB 2.00
-systemd 189
-KDE 4.9.1
+KDE 4.10.0
New features:
none
)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-calculator-3.7.5-1-x86_64 * New package * Replace gcalctool ( rename )

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3d63f70aac827f83ee300681fcc4c31493168d09

commit 3d63f70aac827f83ee300681fcc4c31493168d09
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 13:53:51 2013 +0100

gnome-calculator-3.7.5-1-x86_64
* New package
* Replace gcalctool ( rename )

diff --git a/source/gnome/gnome-calculator/FrugalBuild 
b/source/gnome/gnome-calculator/FrugalBuild
new file mode 100644
index 000..0890838
--- /dev/null
+++ b/source/gnome/gnome-calculator/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling time: 0.16 SBU
+# Maintainer: Baste ba...@frugalware.org
+
+pkgname=gnome-calculator
+pkgver=3.7.5
+pkgrel=1
+pkgdesc=A scientific calculator for GNOME
+url=http://www.gnome.org/;
+#depends=('libsoup' 'gtk+3' 'dconf' 'libxml2=2.7.8')
+depends=('gtk+3' 'libxml2')
+makedepends=('intltool' 'itstool')
+groups=('gnome')
+archs=('i686' 'x86_64')
+options=('scriptlet')
+# remove after 1.9
+replaces=('gcalctool')
+_F_gnome_glib=y
+_F_gnome_desktop=y
+_F_gnome_doc=y
+_F_gnome_ext=.tar.xz
+Finclude gnome gnome-scriptlet
+sha1sums=('f24eb1cf93a3e0061838c3f7d0299f77d1ce2597')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mathgl-2.1.2-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02c3cc183999d1940ce93f6d5c9c258930bb3714

commit 02c3cc183999d1940ce93f6d5c9c258930bb3714
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 14:02:46 2013 +0100

mathgl-2.1.2-1-x86_64

* version bump

diff --git a/source/xlib-extra/mathgl/FrugalBuild 
b/source/xlib-extra/mathgl/FrugalBuild
index 4644b78..1214bcf 100644
--- a/source/xlib-extra/mathgl/FrugalBuild
+++ b/source/xlib-extra/mathgl/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=mathgl
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
pkgdesc=A library for making high-quality scientific graphics, fast data 
plotting and handling of large data arrays
archs=('i686' 'x86_64')
depends=('gsl' 'libjpeg=8a' 'libgif=4.1.6' 'libpng=1.4.1' 'libgomp' 'libgl' 
'hdf5' 'fltk' \
@@ -17,7 +17,7 @@ source=(${source[@]} mathgl-2.1.1-fix-hardcoded-paths.patch)
_F_cmake_confopts=$_F_cmake_confopts -Denable-fltk=ON -Denable-glut=ON 
-Denable-qt=ON -Denable-jpeg=ON \
-Denable-gif=ON -Denable-hdf5=ON -Denable-hdf5_18=ON -Denable-python=ON 
-Denable-octave=ON \
-Denable-octave-install=OFF
-sha1sums=('be0764a138aae4222e156d4a62cf0d85b386cb6a' \
+sha1sums=('bd3e797f8616c1f8afd0955fc9b87a2605cbf5ff' \
'20ca80c18d0f3f29d624587b8dfa59d98e27249e')

subpkgs=('mathgl-python' 'mathgl-octave' 'udav')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libgphoto2-2.5.1.1-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b2147fbe973f28ed19615cf87ee2fb38f9ce84e1

commit b2147fbe973f28ed19615cf87ee2fb38f9ce84e1
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 14:10:04 2013 +0100

libgphoto2-2.5.1.1-1-x86_64

* version bump

diff --git a/source/lib/libgphoto2/FrugalBuild 
b/source/lib/libgphoto2/FrugalBuild
index eb79624..aacb7d7 100644
--- a/source/lib/libgphoto2/FrugalBuild
+++ b/source/lib/libgphoto2/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=libgphoto2
-pkgver=2.5.0
+pkgver=2.5.1.1
pkgrel=1
pkgdesc=A portable library to gives access to many digital cameras
groups=('lib')
@@ -15,7 +15,7 @@ _F_sourceforge_realname=libgphoto
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
url=http://www.gphoto.org;
-sha1sums=('b8383933525b71308b3b24ba43c88a4c5d999cf8')
+sha1sums=('88c60c6e9535a85319f499a01ae6b48bd2e62282')

build() {
UDEV_RULES=${Fdestdir}/lib/udev/rules.d/40-${pkgname}.rules
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pure-docs-0.56-2-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b9a6df4c2d75e2ab94faf05dd8bb8333ff9bdc5c

commit b9a6df4c2d75e2ab94faf05dd8bb8333ff9bdc5c
Author: Miklos Vajna vmik...@frugalware.org
Date:   Mon Feb 18 14:28:04 2013 +0100

pure-docs-0.56-2-x86_64

- fix depends

diff --git a/source/devel-extra/pure-docs/FrugalBuild 
b/source/devel-extra/pure-docs/FrugalBuild
index 99bd64d..a36f6a2 100644
--- a/source/devel-extra/pure-docs/FrugalBuild
+++ b/source/devel-extra/pure-docs/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=pure-docs
pkgver=0.56
-pkgrel=1
+pkgrel=2
pkgdesc=Pure Language and Library Documentation
-depends=('pure=0.56')
+depends=('pure=0.56')
groups=('devel-extra')
archs=('i686' 'x86_64')
_F_googlecode_dirname=pure-lang
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: gphoto2-2.5.1-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e31601329dc58e364373721ce9c0790c940952c7

commit e31601329dc58e364373721ce9c0790c940952c7
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 14:58:27 2013 +0100

gphoto2-2.5.1-1-x86_64

* version bump

diff --git a/source/multimedia/gphoto2/FrugalBuild 
b/source/multimedia/gphoto2/FrugalBuild
index 89a9cd7..b700d5f 100644
--- a/source/multimedia/gphoto2/FrugalBuild
+++ b/source/multimedia/gphoto2/FrugalBuild
@@ -3,8 +3,8 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=gphoto2
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
pkgdesc=A set of digital camera applications for Unix-like systems.
_F_sourceforge_dirname=gphoto
_F_sourceforge_realname=gphoto
@@ -14,6 +14,6 @@ url=http://www.gphoto.org;
depends=('readline=6.2' 'libgphoto2=2.4.14' 'libusb' 'popt')
groups=('multimedia')
archs=('i686' 'x86_64')
-sha1sums=('4db56811b09e6496fb056f90effa4d7240b8e5dc')
+sha1sums=('c363adfb5d0f21c03bc5dc27daf19e9e409832ec')

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


[Frugalware-git] frugalware-current: darktable-1.1.3-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=683ca1bd497b8be53d0a1a2c611d765a63b4c662

commit 683ca1bd497b8be53d0a1a2c611d765a63b4c662
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 15:04:22 2013 +0100

darktable-1.1.3-1-x86_64

* version bump

diff --git a/source/gnome-extra/darktable/FrugalBuild 
b/source/gnome-extra/darktable/FrugalBuild
index ab32476..7630ce8 100644
--- a/source/gnome-extra/darktable/FrugalBuild
+++ b/source/gnome-extra/darktable/FrugalBuild
@@ -4,8 +4,8 @@
# Contributor: tahk mail.t...@gmail.com

pkgname=darktable
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
pkgdesc=A virtual lighttable and darkroom for photographers (manage RAW 
images)
depends=('curl' 'libgphoto2=2.5.0' 'openexr=1.7.0' 'exiv2=0.23' 'sqlite3'\
'librsvg' 'lensfun=0.2.6' 'lcms2' 'gtk+2-libs' 'libgomp')
@@ -14,6 +14,6 @@ groups=('gnome-extra')
archs=('i686' 'x86_64')
_F_gnome_iconcache=y
Finclude sourceforge cmake
-sha1sums=('ad563d8d4ac3c3e463830658e49e733918988273')
+sha1sums=('50c101128c50e3a79e14e98f26d0edc160fd98a5')

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


[Frugalware-git] frugalware-current: lftp-4.4.3-1-x86_64

2013-02-18 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1470a9a4ea0b2e6b805c34bd365bc569e474

commit 1470a9a4ea0b2e6b805c34bd365bc569e474
Author: Elentir elen...@frugalware.org
Date:   Mon Feb 18 15:09:06 2013 +0100

lftp-4.4.3-1-x86_64

* version bump

diff --git a/source/network-extra/lftp/FrugalBuild 
b/source/network-extra/lftp/FrugalBuild
index c4953ff..7eb5900 100644
--- a/source/network-extra/lftp/FrugalBuild
+++ b/source/network-extra/lftp/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=lftp
-pkgver=4.3.8
+pkgver=4.4.3
pkgrel=1
pkgdesc=A sophisticated ftp/http client, file transfer program
url=http://lftp.yar.ru/;
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'arm')
backup=('etc/lftp.conf')
up2date=Flasttar http://lftp.yar.ru/get.html;
source=(http://ftp.yars.free.net/pub/source/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('6e3b8165fa89781533f4af7350f62eb670ab26fe')
+sha1sums=('f027fc0ee1069c8fa0ae665eeea742c16d58a5d8')

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


[Frugalware-git] gnometesting: gnome-panel-3.6.2-2-x86_64 * Rebuild

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=894405c8dcd143cc55aa506c1d04a96c70173d37

commit 894405c8dcd143cc55aa506c1d04a96c70173d37
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 15:51:23 2013 +0100

gnome-panel-3.6.2-2-x86_64
* Rebuild

diff --git a/source/gnome/gnome-panel/FrugalBuild 
b/source/gnome/gnome-panel/FrugalBuild
index 4b39f28..481560f 100644
--- a/source/gnome/gnome-panel/FrugalBuild
+++ b/source/gnome/gnome-panel/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=gnome-panel
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
pkgdesc=GNOME panel and core applets

#depends=('rarian=0.8.0' 'dbus-glib=0.71' 'avahi-glib=0.6.17' 'libkrb5' 
'openssl=1.0.0-3'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: libpeas-1.7.0-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bdb53e96b49c950483ac57ecb3da7f09a308ede6

commit bdb53e96b49c950483ac57ecb3da7f09a308ede6
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 14:16:28 2013 +0100

libpeas-1.7.0-1-x86_64
* Version bump

diff --git a/source/gnome/libpeas/FrugalBuild b/source/gnome/libpeas/FrugalBuild
index 35e7ee5..7b9aff9 100644
--- a/source/gnome/libpeas/FrugalBuild
+++ b/source/gnome/libpeas/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: bouleetbil bouleet...@frogdev.info

pkgname=libpeas
-pkgver=1.6.2
+pkgver=1.7.0
pkgrel=1
pkgdesc=libpeas is a gobject-based plugins engine
depends=('glib2' 'pygobject3' 'gobject-introspection=0.10.1' 'seed=3.1.1' 
'icu4c=4.8' 'gjs')
@@ -33,9 +33,9 @@ _F_gnome_devel=y
_F_gnome_iconcache=y
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
-_F_gnome_devel=n
+_F_gnome_devel=y
Finclude gnome gnome-scriptlet
-sha1sums=('580ae57e14670d2e896c15d71713defa49a94acf')
+sha1sums=('6b6ca4e0a3fff6d4febc3a2ddd2cf6c227244ebb')

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


[Frugalware-git] gnometesting: gnome-panel-3.6.2-2-x86_64 * Fix depends

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b62ec75bd42292d7212fc89da2483a826569b9ed

commit b62ec75bd42292d7212fc89da2483a826569b9ed
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 16:04:25 2013 +0100

gnome-panel-3.6.2-2-x86_64
* Fix depends

diff --git a/source/gnome/gnome-panel/FrugalBuild 
b/source/gnome/gnome-panel/FrugalBuild
index 481560f..6f7fac8 100644
--- a/source/gnome/gnome-panel/FrugalBuild
+++ b/source/gnome/gnome-panel/FrugalBuild
@@ -11,7 +11,7 @@ pkgdesc=GNOME panel and core applets
#makedepends=('gnome-doc-utils=0.14.0' 'krb5')
depends=('libxml2=2.7.8' 'gnome-desktop=3.6.0' 'libwnck=3.4.3' 
'gnome-menus=3.6.0' \
'evolution-data-server=3.6.0' 'dconf' 'libgweather=3.6.0' 'librsvg=2.36.3' 
'libcanberra-gtk=0.30' \
-   'networkmanager=0.9.5.95' 'telepathy-glib=0.19.10' 'dbus-glib=0.71' 
'libkrb5')
+   'networkmanager=0.9.5.95' 'telepathy-glib=0.19.10' 'dbus-glib=0.71' 
'libkrb5' 'gconf')
makedepends=('intltool' 'gtk-doc=1.9' 'gobject-introspection' 'itstool' 'krb5')
groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-shell-extensions-3.7.5.1-1-x86_64 * Version bump

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=bb740aba063ce243a3ab295ba37f9db2e8f8f855

commit bb740aba063ce243a3ab295ba37f9db2e8f8f855
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 16:32:50 2013 +0100

gnome-shell-extensions-3.7.5.1-1-x86_64
* Version bump

diff --git a/source/gnome-extra/gnome-shell-extensions/FrugalBuild 
b/source/gnome-extra/gnome-shell-extensions/FrugalBuild
index 4ab4c17..15ab57f 100644
--- a/source/gnome-extra/gnome-shell-extensions/FrugalBuild
+++ b/source/gnome-extra/gnome-shell-extensions/FrugalBuild
@@ -3,47 +3,44 @@
# Contributor: bouleetbil bouleet...@frogdev.info

pkgname=gnome-shell-extensions
-pkgver=3.6.1
+pkgver=3.7.5.1
pkgrel=1
pkgdesc=Modify and extend GNOME Shell functionality and behavior
-depends=('gnome-shell=3.4.0' 'libgtop')
-rodepends=(gnome-shell-extensions-dock 
gnome-shell-extensions-alternate-tab gnome-shell-extensions-drive-menu \
-   gnome-shell-extensions-gajim 
gnome-shell-extensions-xrandr-indicator 
gnome-shell-extensions-auto-move-windows \
-   gnome-shell-extensions-native-window-placement 
gnome-shell-extensions-workspace-indicator \
-   gnome-shell-extensions-system-monitor 
gnome-shell-extensions-windows-navigator \
-   gnome-shell-extensions-places-menu 
gnome-shell-extensions-alternative-status-menu \
-   gnome-shell-extensions-theme gnome-shell-extensions-apps-menus)
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' \
-   'gobject-introspection' 'krb5')
+depends=('gnome-shell=3.7.5')
+#makedepends=('intltool' 'gnome-common' \
+#  'gobject-introspection' 'krb5')
+makedepends=('intltool' 'libgtop')
+rodepends=('gnome-shell-extensions-alternative-status-menu' 
'gnome-shell-extensions-drive-menu' 'gnome-shell-extensions-drive-menu' \
+   'gnome-shell-extensions-windows-navigator' 
'gnome-shell-extensions-windows-navigator' 
'gnome-shell-extensions-auto-move-windows' \
+   'gnome-shell-extensions-native-window-placement' 
'gnome-shell-extensions-system-monitor' 'gnome-shell-extensions-theme' \
+   'gnome-shell-extensions-xrandr-indicator')
groups=('gnome-extra')
archs=('i686' 'x86_64')
-_F_gnome_git=n
+_F_gnome_ext=.tar.xz
+_F_gnome_devel=y
_F_gnome_glib=y
Finclude gnome gnome-scriptlet
-up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/baste/snapshots/gnome-shell-extensions;
-if [ $_F_gnome_git != n ]; then
-   unset sha1sums
-else
-   
source=(http://ftp.frugalware.org/pub/other/people/baste/snapshots/gnome-shell-extensions/$pkgname-$pkgver.tar.bz2)
-   sha1sums=('ac0274e77c1ac0f5925a221eddea718b53a59668')
-fi
-
-subpkgs=('gnome-shell-extensions-dock')
-subdescs=('dock for gnome-shell')
-subrodepends=()
-subdepends=('gnome-shell')
-subgroups=('gnome')
-subarchs=('i686 x86_64')
-subinstall=($_F_gnome_scriptlet)
-
-subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-alternate-tab')
-subdescs=(${subdescs[@]} 'tab gnome-shell-extensions')
+sha1sums=('abfc5bcda7ad8fe7247655eac600ca95bc66c6a3')
+Fconfopts+= --enable-extensions=all
+
+replaces=('gnome-shell-extensions-dock' 'gnome-shell-extensions-gajim')
+
+subpkgs=(${subpkgs[@]} 'gnome-shell-classic')
+subdescs=(${subdescs[@]} 'GNOME classic mode session')
subrodepends=(${subrodepends[@]} )
subdepends=(${subdepends[@]} gnome-shell)
-subgroups=(${subgroups[@]} 'gnome-extra')
+subgroups=(${subgroups[@]} 'gnome')
subarchs=(${subarchs[@]} 'i686 x86_64')
subinstall=(${subinstall[@]} $_F_gnome_scriptlet)

+subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-alternative-status-menu')
+subdescs=(${subdescs[@]} 'alternative-status-menu gnome-shell-extensions')
+subrodepends=(${subrodepends[@]} )
+subdepends=(${subdepends[@]} gnome-shell)
+subgroups=(${subgroups[@]} 'gnome-extra')
+subarchs=(${subarchs[@]} 'i686 x86_64')
+subinstall=(${subinstall[@]} )
+
subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-drive-menu')
subdescs=(${subdescs[@]} 'drive-menu gnome-shell-extensions')
subrodepends=(${subrodepends[@]} )
@@ -52,16 +49,16 @@ subgroups=(${subgroups[@]} 'gnome-extra')
subarchs=(${subarchs[@]} 'i686 x86_64')
subinstall=(${subinstall[@]} )

-subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-gajim')
-subdescs=(${subdescs[@]} 'gajim gnome-shell-extensions')
-subrodepends=(${subrodepends[@]} gajim)
+subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-windows-navigator')
+subdescs=(${subdescs[@]} 'windows-navigator gnome-shell-extensions')
+subrodepends=(${subrodepends[@]} )
subdepends=(${subdepends[@]} gnome-shell)
subgroups=(${subgroups[@]} 'gnome-extra')
subarchs=(${subarchs[@]} 'i686 x86_64')
subinstall=(${subinstall[@]} )

-subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-xrandr-indicator')
-subdescs=(${subdescs[@]} 'xrandr-indicator gnome-shell-extensions')
+subpkgs=(${subpkgs[@]} 'gnome-shell-extensions-workspace-indicator')
+subdescs=(${subdescs[@]} 'workspace-indicator gnome-shell-extensions')
subrodepends=(${subrodepends[@]} )
subdepends=(${subdepends[@]} gnome-shell)
subgroups=(${subgroups[@]} 

[Frugalware-git] gnometesting: gnome-panel-3.6.2-2-x86_64 * Fix build

2013-02-18 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=997d1191d26ced1334d1c0ecf48cf0bc1e751acb

commit 997d1191d26ced1334d1c0ecf48cf0bc1e751acb
Author: Baste ba...@frugalware.org
Date:   Mon Feb 18 16:39:22 2013 +0100

gnome-panel-3.6.2-2-x86_64
* Fix build

diff --git a/source/gnome/gnome-panel/FrugalBuild 
b/source/gnome/gnome-panel/FrugalBuild
index 6f7fac8..6f01f78 100644
--- a/source/gnome/gnome-panel/FrugalBuild
+++ b/source/gnome/gnome-panel/FrugalBuild
@@ -22,12 +22,15 @@ _F_gnome_desktop=y
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('9e7a94dedba0e6514c8dd634f08bc7c1c3d3b338')
+source=($source gweather.patch)
+sha1sums=('9e7a94dedba0e6514c8dd634f08bc7c1c3d3b338' \
+  '35eaa11379d2beb90b19ff556e550f38ef5d2857')
replaces=('libpanelappletmm' 'deskbar-applet' 'gnome-globalmenu' 'giplet' 
'hamster-applet' 'webilder' 'mintmenu' 'lock-keys-applet')
provides=('deskbar-applet')

build() {
Fcd
+   Fpatchall
Fbuild_slice_scrollkeeper
Fmake --enable-gtk-doc --disable-scrollkeeper --enable-eds 
--disable-schemas-compile
Fmakeinstall GCONF_DISABLE_SCHEMA_INSTALL=1
diff --git a/source/gnome/gnome-panel/gweather.patch 
b/source/gnome/gnome-panel/gweather.patch
new file mode 100644
index 000..c575562
--- /dev/null
+++ b/source/gnome/gnome-panel/gweather.patch
@@ -0,0 +1,26 @@
+From f5550422e202041a70cce8776785e3e651a01d8d Mon Sep 17 00:00:00 2001
+From: Philipp Kaluza p...@src.gnome.org
+Date: Thu, 03 Jan 2013 10:51:19 +
+Subject: fix build error due to missing gweather-xml.h
+
+GWeather doesn't export the deprecated GWeatherXML anymore since
+commit 354f1aa9003ee08c6e63ecbaaa6b9179b9178184 . Luckily, our last
+usage of it is long gone. Remove leftover include.
+
+See https://bugzilla.redhat.com/show_bug.cgi?id=890219
+---
+diff --git a/applets/clock/clock.c b/applets/clock/clock.c
+index 90ee62b..6b62daa 100644
+--- a/applets/clock/clock.c
 b/applets/clock/clock.c
+@@ -54,7 +54,6 @@
+ #define GNOME_DESKTOP_USE_UNSTABLE_API
+ #include libgnome-desktop/gnome-wall-clock.h
+
+-#include libgweather/gweather-xml.h
+ #include libgweather/location-entry.h
+ #include libgweather/timezone-menu.h
+ #include libgweather/gweather-enum-types.h
+--
+cgit v0.9.0.2
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: cwp-1.7.0-1-x86_64

2013-02-18 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c85eb339ee5d7159e5bc813f22db0fc161d5c242

commit c85eb339ee5d7159e5bc813f22db0fc161d5c242
Author: kikadf kikadf...@gmail.com
Date:   Mon Feb 18 17:42:52 2013 +0100

cwp-1.7.0-1-x86_64

* Version bump

diff --git a/source/kde-extra/cwp/FrugalBuild b/source/kde-extra/cwp/FrugalBuild
index 10815ee..fbf2449 100644
--- a/source/kde-extra/cwp/FrugalBuild
+++ b/source/kde-extra/cwp/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: kikadf kikadf...@gmail.com

pkgname=cwp
-pkgver=1.6.13
+pkgver=1.7.0
pkgrel=1
pkgdesc=Customizable Weather Plasmoid
url=http://kde-look.org/content/show.php/Customizable+Weather+Plasmoid+%28CWP%29?content=98925;
@@ -15,7 +15,7 @@ groups=('kde-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url | sed -n 's/.*CWP \(.*\) - Sources.*/\1/p'
source=(http://kde-look.org/CONTENT/content-files/98925-$pkgname-$pkgver.tar.bz2)
-sha1sums=('b102c05e1614171c9ee34368a59ac10968916b50')
+sha1sums=('fb18ffbed211b5107bc1cbd0ac8ebde93649bbf8')


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


[Frugalware-git] frugalware-current: kamoso-2.0.2-1-x86_64

2013-02-18 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ad1b2121e7d16a0fa948585b87519b1a37adcc53

commit ad1b2121e7d16a0fa948585b87519b1a37adcc53
Author: kikadf kikadf...@gmail.com
Date:   Mon Feb 18 17:51:22 2013 +0100

kamoso-2.0.2-1-x86_64

* New package

diff --git a/source/kde-extra/kamoso/FrugalBuild 
b/source/kde-extra/kamoso/FrugalBuild
new file mode 100644
index 000..08e9bd2
--- /dev/null
+++ b/source/kde-extra/kamoso/FrugalBuild
@@ -0,0 +1,29 @@
+# Compiling Time: 0.30 SBU
+# Maintainer: kikadf kikadf...@gmail.com
+
+pkgname=kamoso
+pkgver=2.0.2
+pkgrel=1
+pkgdesc=Kamoso is an application to take pictures and videos out of your 
webcam.
+_F_kde_dirname=stable/$pkgname/$pkgver/src
+_F_kde_ext=.tar.bz2
+Finclude kde
+depends=(${depends[@]} kdelibs=$_F_kde_ver kdebase-runtime=$_F_kde_ver 
\
+ 'phonon' 'libkipi' 'qt-gstreamer' 'gst-plugins-base' 
'gst-plugins-good')
+makedepends=(${makedepends[@]} kdelibs-compiletime=$_F_kde_ver \
+ 'boost=1.50.0')
+groups=('kde-extra')
+archs=('i686' 'x86_64')
+up2date=Flastverdir $_F_kde_mirror/stable/$pkgname
+sha1sums=('3eb081446cb1a4ced6602f01cc3209fb188d0b96')
+
+build()
+{
+   Fsed '#include libkipi/exportinterface.h' \
+'#include libkipi/exportinterface.h\n#include 
libkipi/imagecollection.h' \
+src/plugins/youtube/kipiplugin_youtube.h
+   KDE_build
+}
+
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mecab-0.996-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=50dd1e58c30ed1cef90d6760442e553d4a6cf4a8

commit 50dd1e58c30ed1cef90d6760442e553d4a6cf4a8
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 18:18:06 2013 +0100

mecab-0.996-1-i686

* version bump

diff --git a/source/apps-extra/mecab/FrugalBuild 
b/source/apps-extra/mecab/FrugalBuild
index adb174c..f747f4a 100644
--- a/source/apps-extra/mecab/FrugalBuild
+++ b/source/apps-extra/mecab/FrugalBuild
@@ -1,12 +1,12 @@
-# Compiling Time: 0.61 SBU
+# Compiling Time: 0.93 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=mecab
-pkgver=0.995
+pkgver=0.996
pkgrel=1
pkgdesc=Morphological Analysis Tool
depends=('libstdc++')
groups=('apps-extra')
archs=('i686' 'x86_64')
Finclude googlecode
-sha1sums=('fbfe15171d0976cf58c5bcc882b3a00df2117708')
+sha1sums=('15baca0983a61c1a49cffd4a919463a0a39ef127')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: glances-20130218.gc25b9d6-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=55bffbf624f70ba160c1424af51ab9a64d48de3a

commit 55bffbf624f70ba160c1424af51ab9a64d48de3a
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 18:21:18 2013 +0100

glances-20130218.gc25b9d6-1-i686

* version bump

diff --git a/source/apps-extra/glances/FrugalBuild 
b/source/apps-extra/glances/FrugalBuild
index 2b3431c..6dc77af 100644
--- a/source/apps-extra/glances/FrugalBuild
+++ b/source/apps-extra/glances/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 0.37 SBU
+# Compiling Time: 0.49 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=glances
-pkgver=20130217.gb40f8ed
+pkgver=20130218.gc25b9d6
pkgrel=1
pkgdesc=CLI curses-based monitoring tool
url=https://github.com/nicolargo/glances;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: python-prettytable-0.7-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce737c9173994b575ea5c0c156ded32780648595

commit ce737c9173994b575ea5c0c156ded32780648595
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 18:28:27 2013 +0100

python-prettytable-0.7-1-i686

* version bump

diff --git a/source/lib-extra/python-prettytable/FrugalBuild 
b/source/lib-extra/python-prettytable/FrugalBuild
index 1682e04..0204e58 100644
--- a/source/lib-extra/python-prettytable/FrugalBuild
+++ b/source/lib-extra/python-prettytable/FrugalBuild
@@ -1,9 +1,9 @@
-# Compiling Time: 0.01 SBU
+# Compiling Time: 0 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=python-prettytable
_F_archive_name=${pkgname/python-/}
-pkgver=0.6.1
+pkgver=0.7
pkgrel=1
pkgdesc=A simple Python library for easily displaying tabular data in a 
visually appealing ASCII table format
url=http://pypi.python.org/pypi/PrettyTable;
@@ -13,4 +13,4 @@ groups=('lib-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
source=(http://pypi.python.org/packages/source/P/PrettyTable/$_F_archive_name-$pkgver.tar.gz)
-sha1sums=('23d5ae959e78740d32d3cfa521253eaf0b02280f')
+sha1sums=('4de6f036836fdf10230deb187f3f36ad580f832a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libxml-ruby-2.6.0-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d08ada6d6636a5ea74c81281a2e30888f2e8e481

commit d08ada6d6636a5ea74c81281a2e30888f2e8e481
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 18:30:28 2013 +0100

libxml-ruby-2.6.0-1-i686

* version bump

diff --git a/source/lib-extra/libxml-ruby/FrugalBuild 
b/source/lib-extra/libxml-ruby/FrugalBuild
index 5e12209..b8ae871 100644
--- a/source/lib-extra/libxml-ruby/FrugalBuild
+++ b/source/lib-extra/libxml-ruby/FrugalBuild
@@ -1,14 +1,14 @@
-# Compiling Time: 0.11 SBU
+# Compiling Time: 0.13 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=libxml-ruby
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc=Provides Ruby language bindings for the GNOME libxml2 XML toolkit
url=http://xml4r.github.com/libxml-ruby;
-depends=('libxml2')
+depends=('libxml2' 'xz')
groups=('lib-extra')
archs=('i686' 'x86_64')
source=(http://rubygems.org/downloads/$pkgname-$pkgver.gem)
Finclude gem
-sha1sums=('4bdd8b8b59f995258328a2de937ba194fb6d1e23')
+sha1sums=('a337c4f0e56d24c7658df8de821dac0248621d66')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: python-mecab-0.996-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c942fc371163fcd5b56d9481c49c04d4b6ed7407

commit c942fc371163fcd5b56d9481c49c04d4b6ed7407
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 18:32:16 2013 +0100

python-mecab-0.996-1-i686

* version bump

diff --git a/source/lib-extra/python-mecab/FrugalBuild 
b/source/lib-extra/python-mecab/FrugalBuild
index 4240f3e..090192e 100644
--- a/source/lib-extra/python-mecab/FrugalBuild
+++ b/source/lib-extra/python-mecab/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=python-mecab
-pkgver=0.995
+pkgver=0.996
pkgrel=1
pkgdesc=Morphological Analysis Tool - Python interface
depends=('python' 'mecab=$pkgver')
@@ -11,6 +11,6 @@ archs=('i686' 'x86_64')
_F_googlecode_name=mecab-python
_F_googlecode_dirname=mecab
Finclude googlecode
-sha1sums=('cc4a1852c0cd3071b2ff9c6e94db746aa064f434')
+sha1sums=('b7801d78b4def5118903f3d7b97968b106aa8ea8')

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


[Frugalware-git] frugalware-current: neonview-0.8.0-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=316be50df72e85f7d5fe8d85d7ec38050376b74c

commit 316be50df72e85f7d5fe8d85d7ec38050376b74c
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 19:19:59 2013 +0100

neonview-0.8.0-1-i686

* version bump

diff --git a/source/xapps-extra/neonview/FrugalBuild 
b/source/xapps-extra/neonview/FrugalBuild
index 87c2108..598f794 100644
--- a/source/xapps-extra/neonview/FrugalBuild
+++ b/source/xapps-extra/neonview/FrugalBuild
@@ -2,27 +2,21 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=neonview
-pkgver=0.6.0a
+pkgver=0.8.0
pkgrel=1
pkgdesc=NeonView is a new minimalist, lightweight image viewer.
url=http://www.tuxarena.com/$pkgname;
-depends=('gtk+2')
+depends=('gtk+3')
groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=Flastarchive $url -src.tar.gz
-source=($url/wp-content/uploads/2011/12/$pkgname-$pkgver-src.tar.gz)
+source=($url/files/$pkgname-$pkgver-src.tar.gz)
+options=('scriptlet')
_F_cd_path=$pkgname-$pkgver-src
-sha1sums=('357ae474306d9c45abb12c185f1afb1d202aacae')
-
-_F_desktop_name=NeonView
-_F_desktop_categories=Graphics
-_F_desktop_icon=/usr/share/pixmaps/$pkgname.png
+sha1sums=('26d208fa823a4f4539e952918ee34a5e4d50b12c')

build() {
Fcd
Fmake
-   Fexerel $pkgname usr/bin/$pkgname
-   mv icon.png neonview.png
-   Ficonrel $pkgname.png
-   Fdesktop2
+   Fexerel usr/bin/$pkgname
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: qpdfview-0.4-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0d96f0d66be455e69387fd895fa6acac0be2cd39

commit 0d96f0d66be455e69387fd895fa6acac0be2cd39
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 19:42:44 2013 +0100

qpdfview-0.4-1-i686

* version bump
* fix depends

diff --git a/source/xapps-extra/qpdfview/FrugalBuild 
b/source/xapps-extra/qpdfview/FrugalBuild
index 3ef116a..8a6954e 100644
--- a/source/xapps-extra/qpdfview/FrugalBuild
+++ b/source/xapps-extra/qpdfview/FrugalBuild
@@ -1,19 +1,20 @@
-# Compiling Time: 0.24 SBU
+# Compiling Time: 0.37 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=qpdfview
-pkgver=0.3.7
+pkgver=0.4
pkgrel=1
pkgdesc=qpdfview is a tabbed PDF viewer using the poppler library
-depends=('poppler-qt4=0.20.3' 'cups' 'libqtsql' 'libqtdbus')
+depends=('poppler-qt4=0.20.3' 'cups' 'libqtsql' 'libqtdbus' 'libspectre' \
+'file' 'libidn' 'djvulibre')
groups=('xapps-extra')
archs=('i686' 'x86_64')
Finclude launchpad
-sha1sums=('1b5012b1602837e9709d562e168d3c9fff4a3076')
+sha1sums=('6598a9f863a247b544c3a8a068aa14ab4ef85c8f')

build() {
Fcd
-   qmake || Fdie
+   qmake $pkgname.pro || Fdie
Fmake
Fmakeinstall INSTALL_ROOT=$Fdestdir
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: taskcoach-1.3.24-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=268ce56da2b7799e9e472aa792f964a68075986a

commit 268ce56da2b7799e9e472aa792f964a68075986a
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 19:45:48 2013 +0100

taskcoach-1.3.24-1-i686

* version bump

diff --git a/source/xapps-extra/taskcoach/FrugalBuild 
b/source/xapps-extra/taskcoach/FrugalBuild
index bb0d764..9180fb4 100644
--- a/source/xapps-extra/taskcoach/FrugalBuild
+++ b/source/xapps-extra/taskcoach/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 0.02 SBU
+# Compiling Time: 0.03 SBU
# Maintainer: Slown sl...@frugalware.org

pkgname=taskcoach
-pkgver=1.3.23
+pkgver=1.3.24
pkgrel=1
pkgdesc=A simple open source todo manager to manage personal tasks and todo 
lists
rodepends=('wxpython-u8=2.8.9.2')
@@ -10,7 +10,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
_F_sourceforge_name=TaskCoach
Finclude sourceforge
-sha1sums=('7b12d57eb3509c51a1406086d674accfe21ab79f')
+sha1sums=('7554fce8014e14697ae67e9c62f90012fe614a1e')

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


[Frugalware-git] frugalware-current: menutray-0.37-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca268140104df6cb91a862f7024f40772717ae99

commit ca268140104df6cb91a862f7024f40772717ae99
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 19:51:35 2013 +0100

menutray-0.37-1-i686

* version bump

diff --git a/source/xapps-extra/menutray/FrugalBuild 
b/source/xapps-extra/menutray/FrugalBuild
index 567e3af..947962a 100644
--- a/source/xapps-extra/menutray/FrugalBuild
+++ b/source/xapps-extra/menutray/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=menutray
-pkgver=0.36
+pkgver=0.37
pkgrel=1
pkgdesc=A simple Gtk2 application menu written in Perl
depends=('perl-gtk2' 'perl-data-dump' 'perl-linux-desktopfiles')
@@ -10,9 +10,9 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
_F_googlecode_dirname=trizen
Finclude googlecode
-sha1sums=('faf1967d14f60d40a2594fe0ca09653e142339ae')
+sha1sums=('817dcf2d9a5a730da41cfa10dd4bbcf0228c4145')

build() {
Fcd .
-   Fexe $pkgname usr/bin/$pkgname
+   Fexerel usr/bin/$pkgname
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lensfun-0.2.7-1-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=066c7a0ababc8b1ea66caf097dd8534411654dd1

commit 066c7a0ababc8b1ea66caf097dd8534411654dd1
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 19:56:52 2013 +0100

lensfun-0.2.7-1-i686

* version bump

diff --git a/source/xlib-extra/lensfun/FrugalBuild 
b/source/xlib-extra/lensfun/FrugalBuild
index 1c39e6b..7af11ec 100644
--- a/source/xlib-extra/lensfun/FrugalBuild
+++ b/source/xlib-extra/lensfun/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 0.04 SBU
+# Compiling Time: 0.05 SBU
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=lensfun
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
depends=('glibc' 'glib2')
@@ -10,5 +10,5 @@ makedepends=('python' 'libpng')
Finclude berlios
groups=('xlib-extra')
archs=('i686' 'x86_64')
-sha1sums=('d4a7f26f250a81be757004b4edc3002956d6a2db')
+sha1sums=('464e92d50240418e8c5d6703b8edd441cbdc902c')
Fconfopts+= --prefix=$Fprefix
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: digikam-3.0.0-3-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8203d9ec7a54cdcf8902cba0a418c1577d59864b

commit 8203d9ec7a54cdcf8902cba0a418c1577d59864b
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 20:12:27 2013 +0100

digikam-3.0.0-3-i686

* pkgrel++
* rebuilt with lensfun-0.2.7

diff --git a/source/kde-extra/digikam/FrugalBuild 
b/source/kde-extra/digikam/FrugalBuild
index 9227f08..4807f96 100644
--- a/source/kde-extra/digikam/FrugalBuild
+++ b/source/kde-extra/digikam/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=digikam
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc=Digital photo management application for kde
_F_archive_grepv=\-[a-z]
_F_kde_dirname=stable/$pkgname
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: darktable-1.1.3-2-i686

2013-02-18 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cf50c720a115c34d3702c6450d18ca5a8eae122c

commit cf50c720a115c34d3702c6450d18ca5a8eae122c
Author: Slown slownli...@gmail.com
Date:   Mon Feb 18 20:13:34 2013 +0100

darktable-1.1.3-2-i686

* pkgrel++
* rebuilt with lensfun-0.2.7

diff --git a/source/gnome-extra/darktable/FrugalBuild 
b/source/gnome-extra/darktable/FrugalBuild
index 7630ce8..cca12bd 100644
--- a/source/gnome-extra/darktable/FrugalBuild
+++ b/source/gnome-extra/darktable/FrugalBuild
@@ -5,7 +5,7 @@

pkgname=darktable
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc=A virtual lighttable and darkroom for photographers (manage RAW 
images)
depends=('curl' 'libgphoto2=2.5.0' 'openexr=1.7.0' 'exiv2=0.23' 'sqlite3'\
'librsvg' 'lensfun=0.2.6' 'lcms2' 'gtk+2-libs' 'libgomp')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: kamoso-2.0.2-2-x86_64

2013-02-18 Thread kikadf
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=15c898217c3f67e07eacb123b954722bf1798848

commit 15c898217c3f67e07eacb123b954722bf1798848
Author: kikadf kikadf...@gmail.com
Date:   Mon Feb 18 20:21:57 2013 +0100

kamoso-2.0.2-2-x86_64

* Use scm source

diff --git a/source/kde-extra/kamoso/FrugalBuild 
b/source/kde-extra/kamoso/FrugalBuild
index 08e9bd2..5288153 100644
--- a/source/kde-extra/kamoso/FrugalBuild
+++ b/source/kde-extra/kamoso/FrugalBuild
@@ -3,11 +3,13 @@

pkgname=kamoso
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc=Kamoso is an application to take pictures and videos out of your 
webcam.
_F_kde_dirname=stable/$pkgname/$pkgver/src
-_F_kde_ext=.tar.bz2
-Finclude kde
+#_F_kde_ext=.tar.bz2
+_F_scm_type=git
+_F_scm_url=git://anongit.kde.org/kamoso
+Finclude scm kde
depends=(${depends[@]} kdelibs=$_F_kde_ver kdebase-runtime=$_F_kde_ver \
'phonon' 'libkipi' 'qt-gstreamer' 'gst-plugins-base' 'gst-plugins-good')
makedepends=(${makedepends[@]} kdelibs-compiletime=$_F_kde_ver \
@@ -15,13 +17,12 @@ makedepends=(${makedepends[@]} 
kdelibs-compiletime=$_F_kde_ver \
groups=('kde-extra')
archs=('i686' 'x86_64')
up2date=Flastverdir $_F_kde_mirror/stable/$pkgname
-sha1sums=('3eb081446cb1a4ced6602f01cc3209fb188d0b96')
+source=()
+#sha1sums=('3eb081446cb1a4ced6602f01cc3209fb188d0b96')

build()
{
-   Fsed '#include libkipi/exportinterface.h' \
-'#include libkipi/exportinterface.h\n#include 
libkipi/imagecollection.h' \
-src/plugins/youtube/kipiplugin_youtube.h
+   Funpack_scm
KDE_build
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: Merge branch 'master' of ../ryuotesting10

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=592d4b860a98b953d7d0b0531a920c6f934f0913

commit 592d4b860a98b953d7d0b0531a920c6f934f0913
Merge: 15c8982 ac2a546
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 13:23:41 2013 -0600

Merge branch 'master' of ../ryuotesting10
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: Merge branch 'master' of ../current

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=ddad6abbc617c7917a4203524c4f919096324fe3

commit ddad6abbc617c7917a4203524c4f919096324fe3
Merge: ac2a546 592d4b8
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 13:31:02 2013 -0600

Merge branch 'master' of ../current
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: procps-3.2.8-6-x86_64 * delete scriptlet, as it has nothing useful anymore. * release bump

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=0f97f49c513252ae6e04b644c62c6871699ac704

commit 0f97f49c513252ae6e04b644c62c6871699ac704
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 13:34:22 2013 -0600

procps-3.2.8-6-x86_64
* delete scriptlet, as it has nothing useful anymore.
* release bump

diff --git a/source/base/procps/FrugalBuild b/source/base/procps/FrugalBuild
index d4cc7f7..9ce356c 100644
--- a/source/base/procps/FrugalBuild
+++ b/source/base/procps/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=procps
pkgver=3.2.8
-pkgrel=5
+pkgrel=6
pkgdesc=utilities for displaying process information
url=http://procps.sf.net;
depends=('ncurses=5.6-4')
diff --git a/source/base/procps/procps.install 
b/source/base/procps/procps.install
deleted file mode 100644
index 6a18351..000
--- a/source/base/procps/procps.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_upgrade()
-{
-   # can be removed after Frugalware-1.5
-   rm -f /etc/rc.d/rc0.d/K15rc.sysctl /etc/rc.d/rc1.d/K15rc.sysctl 
/etc/rc.d/rc2.d/S85rc.sysctl /etc/rc.d/rc3.d/S85rc.sysctl \
-   /etc/rc.d/rc4.d/S85rc.sysctl /etc/rc.d/rc5.d/S85rc.sysctl 
/etc/rc.d/rc6.d/K15rc.sysctl
-}
-
-op=$1
-shift
-$op $*
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting10: kmod-12-2-x86_64 * drop uselesss scriptlet * release bump

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting10.git;a=commitdiff;h=060ab14423edf69bb63e9a988fe2aa682c56dd70

commit 060ab14423edf69bb63e9a988fe2aa682c56dd70
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 13:37:52 2013 -0600

kmod-12-2-x86_64
* drop uselesss scriptlet
* release bump

diff --git a/source/base/kmod/FrugalBuild b/source/base/kmod/FrugalBuild
index 42ef8ee..a15b7b4 100644
--- a/source/base/kmod/FrugalBuild
+++ b/source/base/kmod/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=kmod
pkgver=12
-pkgrel=1
+pkgrel=2
pkgdesc=Utilities for inserting and removing modules from the Linux kernel
url=http://kernel.org;
depends=('zlib' 'xz')
diff --git a/source/base/kmod/kmod.install b/source/base/kmod/kmod.install
deleted file mode 100644
index 67eeec2..000
--- a/source/base/kmod/kmod.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_upgrade()
-{
-   # can be removed after Frugalware-1.5
-   rm -f /etc/rc.d/rcS.d/S13rc.modules
-}
-
-op=$1
-shift
-$op $*
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pacman-g2-3.9.0-1-x86_64 * version bump * drop old patch

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ed341756d536f86374e2c1a1c2c18ddd6461

commit ed341756d536f86374e2c1a1c2c18ddd6461
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 13:46:56 2013 -0600

pacman-g2-3.9.0-1-x86_64
* version bump
* drop old patch

diff --git 
a/source/base/pacman-g2/0001-makepkg.conf.in-march-is-x86-64-not-x86_64.patch 
b/source/base/pacman-g2/0001-makepkg.conf.in-march-is-x86-64-not-x86_64.patch
deleted file mode 100644
index e1c6fa0..000
--- 
a/source/base/pacman-g2/0001-makepkg.conf.in-march-is-x86-64-not-x86_64.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 719695510d2174e69815c0a586a83b55b81da9aa Mon Sep 17 00:00:00 2001
-From: James Buren r...@frugalware.org
-Date: Fri, 22 Jun 2012 05:14:50 -0500
-Subject: [PATCH] makepkg.conf.in: march is x86-64 not x86_64
-

- etc/makepkg.conf.in | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
-index 109ede7..4ea8e79 100644
 a/etc/makepkg.conf.in
-+++ b/etc/makepkg.conf.in
-@@ -20,8 +20,8 @@ case $(uname -m) in
-   x86_64)
-   CARCH=x86_64
-   CHOST=x86_64-frugalware-linux
--  CFLAGS=-march=x86_64 -mtune=generic -O2 -pipe
--  CXXFLAGS=-march=x86_64 -mtune=generic -O2 -pipe
-+  CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
-+  CXXFLAGS=-march=x86-64 -mtune=generic -O2 -pipe
-   ;;
-   arm*)
-   CARCH=arm
---
-1.7.11
-
diff --git a/source/base/pacman-g2/FrugalBuild 
b/source/base/pacman-g2/FrugalBuild
index 0141ca0..6ffb0e4 100644
--- a/source/base/pacman-g2/FrugalBuild
+++ b/source/base/pacman-g2/FrugalBuild
@@ -8,9 +8,9 @@ USE_MINIMAL=${USE_MINIMAL:-n}
USE_STABLE=${USE_STABLE:-n}

pkgname=pacman-g2
-pkgver=3.8.9
+pkgver=3.9.0
Fuse $USE_DEVEL  pkgver=3.8.1.18.gc254053
-pkgrel=2
+pkgrel=1
pkgdesc=A .tar.xz based package manager library (libpacman) and client 
(pacman-g2) with dependency support.
url=http://ftp.frugalware.org/pub/other/pacman-g2/;
backup=(etc/{makepkg,pacman-g2}.conf 
etc/pacman-g2/repos/{frugalware,frugalware-current})
@@ -36,8 +36,8 @@ archs=('i686' 'x86_64' 'arm')
_F_archive_nosort=y
up2date=Flasttar $url/releases/
if ! Fuse $USE_DEVEL; then
-   source=($url/releases/$pkgname-$pkgver.tar.gz 
0001-Revert-libftp-set-SO_-TIMEO-on-sockets-to-avoid-bloc.patch 
0001-makepkg.conf.in-march-is-x86-64-not-x86_64.patch)
-   signatures=($source.asc '' '')
+   source=($url/releases/$pkgname-$pkgver.tar.gz 
0001-Revert-libftp-set-SO_-TIMEO-on-sockets-to-avoid-bloc.patch)
+   signatures=($source.asc '')
if Fuse $USE_STABLE; then
source=(${source[@]} stable.patch)
signatures=(${signatures[@]} '')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pacman-tools-1.3.4-1-x86_64 * version bump

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6fe9ef1b26a8de59846670c393955c3cf63d400a

commit 6fe9ef1b26a8de59846670c393955c3cf63d400a
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 13:47:44 2013 -0600

pacman-tools-1.3.4-1-x86_64
* version bump

diff --git a/source/devel/pacman-tools/FrugalBuild 
b/source/devel/pacman-tools/FrugalBuild
index 002cca7..78454ba 100644
--- a/source/devel/pacman-tools/FrugalBuild
+++ b/source/devel/pacman-tools/FrugalBuild
@@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-n}
USE_STABLE=${USE_STABLE:-n}

pkgname=pacman-tools
-pkgver=1.3.3
+pkgver=1.3.4
Fuse $USE_DEVEL  pkgver=1.1.7.13.g544f9ab
pkgrel=1
pkgdesc=Tools for developers for managing packages
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: create a more complex syslinux config for create-iso

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=45b25c7f1cb127d25f6c1cadf2eed74797120918

commit 45b25c7f1cb127d25f6c1cadf2eed74797120918
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 05:33:52 2013 -0600

create a more complex syslinux config for create-iso

diff --git a/new/create-iso b/new/create-iso
index 32a32c4..0d8ab81 100755
--- a/new/create-iso
+++ b/new/create-iso
@@ -16,13 +16,24 @@ cp squashfs.img $ROOT/LiveOS/squashfs.img

# Setup isolinux bootloader.
cp /usr/lib/syslinux/isolinux.bin $ROOT/boot/syslinux/isolinux.bin
-#cp /usr/lib/syslinux/vesamenu.c32 $ROOT/boot/syslinux/vesamenu.c32
+cp /usr/lib/syslinux/menu.c32 $ROOT/boot/syslinux/menu.c32
cat  $ROOT/boot/syslinux/syslinux.cfg  EOF
-default frugalware
+timeout 100
+ui menu.c32
+
+menu title Frugalware Live
+
label frugalware
+menu label Frugalware (Normal Mode)
+linux /boot/vmlinuz
+initrd /boot/initrd
+append root=live:CDLABEL=fwlive quiet
+
+label frugalwarevm
+menu label Frugalware (Virtual Machine Mode)
linux /boot/vmlinuz
initrd /boot/initrd
-append root=live:CDLABEL=fwlive vga=789 video=800x600
+append root=live:CDLABEL=fwlive quiet vga=789 video=800x600
EOF

# Create the ISO.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: don't display progress bar for mksquashfs

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=4223de2b6948991b8552fdf94d608fbec3b2e8b7

commit 4223de2b6948991b8552fdf94d608fbec3b2e8b7
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 06:07:56 2013 -0600

don't display progress bar for mksquashfs

diff --git a/new/create-squashfs b/new/create-squashfs
index db72a12..4aa346b 100755
--- a/new/create-squashfs
+++ b/new/create-squashfs
@@ -14,7 +14,7 @@ mkdir -p $ROOT/LiveOS
cp rootfs.img $ROOT/LiveOS/rootfs.img

# Create squashfs image.
-mksquashfs $ROOT squashfs.img -noappend -comp gzip
+mksquashfs $ROOT squashfs.img -noappend -no-progress -comp lzo

# Delete the root directory.
rm -rf $ROOT
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: move fwlive src to new fwlive dir

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=883312feccc0f64a86d1d69d8736b4f35f8e2c62

commit 883312feccc0f64a86d1d69d8736b4f35f8e2c62
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 14:04:51 2013 -0600

move fwlive src to new fwlive dir

diff --git a/src/SConstruct b/new/src/src/SConstruct
similarity index 100%
rename from src/SConstruct
rename to new/src/src/SConstruct
diff --git a/src/TODO b/new/src/src/TODO
similarity index 100%
rename from src/TODO
rename to new/src/src/TODO
diff --git a/src/block.c b/new/src/src/block.c
similarity index 100%
rename from src/block.c
rename to new/src/src/block.c
diff --git a/src/format.c b/new/src/src/format.c
similarity index 100%
rename from src/format.c
rename to new/src/src/format.c
diff --git a/src/fwsetup-valgrind b/new/src/src/fwsetup-valgrind
similarity index 100%
rename from src/fwsetup-valgrind
rename to new/src/src/fwsetup-valgrind
diff --git a/src/install.c b/new/src/src/install.c
similarity index 100%
rename from src/install.c
rename to new/src/src/install.c
diff --git a/src/local.h b/new/src/src/local.h
similarity index 100%
rename from src/local.h
rename to new/src/src/local.h
diff --git a/src/main.c b/new/src/src/main.c
similarity index 100%
rename from src/main.c
rename to new/src/src/main.c
diff --git a/src/partition.c b/new/src/src/partition.c
similarity index 100%
rename from src/partition.c
rename to new/src/src/partition.c
diff --git a/src/postconfig.c b/new/src/src/postconfig.c
similarity index 100%
rename from src/postconfig.c
rename to new/src/src/postconfig.c
diff --git a/src/text.h b/new/src/src/text.h
similarity index 100%
rename from src/text.h
rename to new/src/src/text.h
diff --git a/src/ui_newt.c b/new/src/src/ui_newt.c
similarity index 100%
rename from src/ui_newt.c
rename to new/src/src/ui_newt.c
diff --git a/src/utility.c b/new/src/src/utility.c
similarity index 100%
rename from src/utility.c
rename to new/src/src/utility.c
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: php-5.3.21-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab42435a5eac5af2078f6de6e1cf36f8bdbe59d7

commit ab42435a5eac5af2078f6de6e1cf36f8bdbe59d7
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:12:13 2013 +0100

php-5.3.21-1-x86_64

version bump

diff --git a/source/devel/php/FrugalBuild b/source/devel/php/FrugalBuild
index c086a1b..752e3c8 100644
--- a/source/devel/php/FrugalBuild
+++ b/source/devel/php/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=php
-pkgver=5.3.18
+pkgver=5.3.21
pkgrel=1
pkgdesc=A widely-used general-purpose scripting language
url=http://www.php.net;
@@ -141,7 +141,7 @@ build()
Fln /usr/share/libtool/config/ltmain.sh /usr/lib/php/build/ltmain.sh
Fln /usr/share/aclocal/libtool.m4 /usr/lib/php/build/libtool.m4
}
-sha1sums=('f5ac05facd94f538078609d6b69b495367cad33c' \
+sha1sums=('a9dd370594f239ad999f4c3f938258db69025091' \
'c99534745f4dee26446c9e6f42e35a0c85ce961b' \
'9249ca52e57a3069befe20311fd02fc8bee7aeef' \
'0850ef23512a02e8460dc36f08f453d148dcd9df' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: php-pear-console_table-1.1.5-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7caf22d87107b064c31bd32a2d0e4d1b13a0

commit 7caf22d87107b064c31bd32a2d0e4d1b13a0
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:19:13 2013 +0100

php-pear-console_table-1.1.5-1-x86_64

version bump

diff --git a/source/devel-extra/php-pear-console_table/FrugalBuild 
b/source/devel-extra/php-pear-console_table/FrugalBuild
index e57219d..32d3c5a 100644
--- a/source/devel-extra/php-pear-console_table/FrugalBuild
+++ b/source/devel-extra/php-pear-console_table/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

_F_pear_name=Console_Table
-pkgver=1.1.4
+pkgver=1.1.5
pkgdesc=Class that makes it easy to build console style tables
depends=('php')
Finclude pear
-sha1sums=('b7cde3dfd779037c7e31f5486dd4d99bd06b2a84')
+sha1sums=('3641971f888b730c6637401904ec5359711792f2')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: php-pear-console_table-1.1.4-2-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8292152ae44b519a3fa7a706e6e1e06fcea1bfc1

commit 8292152ae44b519a3fa7a706e6e1e06fcea1bfc1
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:25:46 2013 +0100

php-pear-console_table-1.1.4-2-x86_64

reverting previous one
dear upstream, why shipping tarballs without the source?

diff --git a/source/devel-extra/php-pear-console_table/FrugalBuild 
b/source/devel-extra/php-pear-console_table/FrugalBuild
index 32d3c5a..d850294 100644
--- a/source/devel-extra/php-pear-console_table/FrugalBuild
+++ b/source/devel-extra/php-pear-console_table/FrugalBuild
@@ -2,8 +2,10 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

_F_pear_name=Console_Table
-pkgver=1.1.5
+pkgver=1.1.4
pkgdesc=Class that makes it easy to build console style tables
depends=('php')
Finclude pear
-sha1sums=('3641971f888b730c6637401904ec5359711792f2')
+sha1sums=('b7cde3dfd779037c7e31f5486dd4d99bd06b2a84')
+pkgrel=2
+options=('force' 'genscriptlet')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-geo-ipfree-1.130450-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d5b9d58e30bab53ab415b4c3447a1c85a6d6d2e6

commit d5b9d58e30bab53ab415b4c3447a1c85a6d6d2e6
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:27:13 2013 +0100

perl-geo-ipfree-1.130450-1-x86_64

version bump

diff --git a/source/devel-extra/perl-geo-ipfree/FrugalBuild 
b/source/devel-extra/perl-geo-ipfree/FrugalBuild
index 3684e33..e89f099 100644
--- a/source/devel-extra/perl-geo-ipfree/FrugalBuild
+++ b/source/devel-extra/perl-geo-ipfree/FrugalBuild
@@ -3,9 +3,9 @@

_F_perl_name=Geo-IPfree
_F_perl_author=B/BR/BRICAS
-pkgver=1.130110
+pkgver=1.130450
pkgdesc=DB of IPs is free  small.
depends=('perl')
Finclude perl
-sha1sums=('58a43bce3d9cadaf52cfae34621870db02ad11c0')
+sha1sums=('57a60952e6923c567ca7ae7bcdc494c3bc06')
archs=(${archs[@]} 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: smarty-3.1.13-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=590d18e8eccd9017972b1c145ccaafb058c39812

commit 590d18e8eccd9017972b1c145ccaafb058c39812
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:29:18 2013 +0100

smarty-3.1.13-1-x86_64

version bump

diff --git a/source/devel-extra/smarty/FrugalBuild 
b/source/devel-extra/smarty/FrugalBuild
index 47c9cde..1a95bea 100644
--- a/source/devel-extra/smarty/FrugalBuild
+++ b/source/devel-extra/smarty/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=smarty
-pkgver=3.1.12
+pkgver=3.1.13
pkgrel=1
pkgdesc=a template engine for PHP
url=http://smarty.net/;
@@ -23,4 +23,4 @@ build()
}


-sha1sums=('a95f182dfc22ae35c206099a06cbf9074216542c')
+sha1sums=('b5edbfd30a809b75d0eb9d4ee809d350eb3e1455')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-glib-1.290-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=113bc2701f426c924b441ef141b61c1445938443

commit 113bc2701f426c924b441ef141b61c1445938443
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:31:13 2013 +0100

perl-glib-1.290-1-x86_64

version bump

diff --git a/source/devel-extra/perl-glib/FrugalBuild 
b/source/devel-extra/perl-glib/FrugalBuild
index ce266ba..4a0187a 100644
--- a/source/devel-extra/perl-glib/FrugalBuild
+++ b/source/devel-extra/perl-glib/FrugalBuild
@@ -4,11 +4,11 @@

_F_perl_name=Glib
_F_perl_author=X/XA/XAOC
-pkgver=1.260
+pkgver=1.290
pkgrel=1
pkgdesc=Perl wrappers for the GLib utility and Object libraries
depends=('perl=5.14.1-3' 'glib2')
makedepends=('perl-extutils-depends=0.300' 'perl-extutils-pkgconfig=1.08')
Finclude perl
archs=('i686' 'x86_64')
-sha1sums=('6d93f603ea7b7054502c46df8e138e89fb067b0e')
+sha1sums=('3c7f2190d695016653ed240f418ccfcb384f3f33')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-mail-dkim-0.40-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7c7954209d54a9fbfd21b57433171f7903e78c89

commit 7c7954209d54a9fbfd21b57433171f7903e78c89
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:33:10 2013 +0100

perl-mail-dkim-0.40-1-x86_64

version bump

diff --git a/source/devel-extra/perl-mail-dkim/FrugalBuild 
b/source/devel-extra/perl-mail-dkim/FrugalBuild
index 969cc96..92bdd11 100644
--- a/source/devel-extra/perl-mail-dkim/FrugalBuild
+++ b/source/devel-extra/perl-mail-dkim/FrugalBuild
@@ -3,10 +3,10 @@

_F_perl_name=Mail-DKIM
_F_perl_author=J/JA/JASLONG
-pkgver=0.39
-pkgrel=2
+pkgver=0.40
+pkgrel=1
pkgdesc=Signs/verifies Internet mail with DKIM/DomainKey signatures
depends=('perl-crypt-openssl-rsa=0.24' 'perl-digest-sha1' 'perl-mailtools' 
'perl-net-dns')
Finclude perl
archs=('i686' 'x86_64')
-sha1sums=('910966a7dac98fae9d2f73907080ca8bbc6087c5')
+sha1sums=('992fa0e37527eea83803ce8ec39d5a3ef9326278')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tellico-2.3.7-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb7c70c2b1f43d453662ed0120bbacaac69bae81

commit eb7c70c2b1f43d453662ed0120bbacaac69bae81
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 21:44:24 2013 +0100

tellico-2.3.7-1-x86_64

version bump

diff --git a/source/kde-extra/tellico/FrugalBuild 
b/source/kde-extra/tellico/FrugalBuild
index 092c96f..9d994ae 100644
--- a/source/kde-extra/tellico/FrugalBuild
+++ b/source/kde-extra/tellico/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=tellico
-pkgver=2.3.6
-pkgrel=2
+pkgver=2.3.7
+pkgrel=1
pkgdesc=A collection manager for the KDE environment.
groups=('kde-extra')
archs=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=(${makedepends[@]} 
kdelibs-compiletime=$_F_kde_ver docbook-xsl
url=http://tellico-project.org;
up2date=Flastarchive $url/download .tar.bz2
source=($url/files/$pkgname-$pkgver.tar.bz2)
-sha1sums=('a362664cf90ccdc588e8fbe8392e82ee5fda36cd')
+sha1sums=('c0dc6afb665594052de84866ff6dc6339c565717')

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


[Frugalware-git] fwlive: install newt, valgrind, gdb

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=8c37a9e4cbc05cf3f261f745a2bcbb655d5e

commit 8c37a9e4cbc05cf3f261f745a2bcbb655d5e
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 14:53:27 2013 -0600

install newt, valgrind, gdb

diff --git a/new/create-rootfs b/new/create-rootfs
index 933df4e..fe31764 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -25,7 +25,7 @@ mount -t tmpfs none $ROOT/var/tmp
mount -o bind /var/cache/pacman-g2 $ROOT/var/cache/pacman-g2

# Setup root directory with pacman-g2.
-pacman-g2 --root $ROOT --noprogressbar --noconfirm --config pacman-g2.conf -Sy 
base
+pacman-g2 --root $ROOT --noprogressbar --noconfirm --config pacman-g2.conf -Sy 
base newt valgrind gdb

# LiveCD customizations beyond here.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: move src to main directory

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=3e5c3cef649e854ec88f4652e7a13ea271064ae9

commit 3e5c3cef649e854ec88f4652e7a13ea271064ae9
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 14:56:20 2013 -0600

move src to main directory

diff --git a/new/src/src/SConstruct b/new/src/SConstruct
similarity index 100%
rename from new/src/src/SConstruct
rename to new/src/SConstruct
diff --git a/new/src/src/TODO b/new/src/TODO
similarity index 100%
rename from new/src/src/TODO
rename to new/src/TODO
diff --git a/new/src/src/block.c b/new/src/block.c
similarity index 100%
rename from new/src/src/block.c
rename to new/src/block.c
diff --git a/new/src/src/format.c b/new/src/format.c
similarity index 100%
rename from new/src/src/format.c
rename to new/src/format.c
diff --git a/new/src/src/fwsetup-valgrind b/new/src/fwsetup-valgrind
similarity index 100%
rename from new/src/src/fwsetup-valgrind
rename to new/src/fwsetup-valgrind
diff --git a/new/src/src/install.c b/new/src/install.c
similarity index 100%
rename from new/src/src/install.c
rename to new/src/install.c
diff --git a/new/src/src/local.h b/new/src/local.h
similarity index 100%
rename from new/src/src/local.h
rename to new/src/local.h
diff --git a/new/src/src/main.c b/new/src/main.c
similarity index 100%
rename from new/src/src/main.c
rename to new/src/main.c
diff --git a/new/src/src/partition.c b/new/src/partition.c
similarity index 100%
rename from new/src/src/partition.c
rename to new/src/partition.c
diff --git a/new/src/src/postconfig.c b/new/src/postconfig.c
similarity index 100%
rename from new/src/src/postconfig.c
rename to new/src/postconfig.c
diff --git a/new/src/src/text.h b/new/src/text.h
similarity index 100%
rename from new/src/src/text.h
rename to new/src/text.h
diff --git a/new/src/src/ui_newt.c b/new/src/ui_newt.c
similarity index 100%
rename from new/src/src/ui_newt.c
rename to new/src/ui_newt.c
diff --git a/new/src/src/utility.c b/new/src/utility.c
similarity index 100%
rename from new/src/src/utility.c
rename to new/src/utility.c
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: install fwsetup to rootfs

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=bcc57a5aa2d1bf327bbd06c8f5898987a4ba2042

commit bcc57a5aa2d1bf327bbd06c8f5898987a4ba2042
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 14:43:45 2013 -0600

install fwsetup to rootfs

diff --git a/new/create-rootfs b/new/create-rootfs
index e6691ba..933df4e 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -29,6 +29,10 @@ pacman-g2 --root $ROOT --noprogressbar --noconfirm --config 
pacman-g2.conf -Sy b

# LiveCD customizations beyond here.

+# Install fwsetup.
+install -m 0755 -o 0 -g 0 src/fwsetup $ROOT/sbin/fwsetup
+install -m 0755 -o 0 -g 0 src/fwsetup-valgrind $ROOT/sbin/fwsetup-valgrind
+
# System locale.conf setup.
cat  $ROOT/etc/locale.conf  EOF
LANG=en_US.utf8
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: in partition, call ui_window_partition.

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=3c56e2c9890a303d26be3f1771b1223add9d4042

commit 3c56e2c9890a303d26be3f1771b1223add9d4042
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 14:57:39 2013 -0600

in partition, call ui_window_partition.

diff --git a/new/src/partition.c b/new/src/partition.c
index aa71596..94a7eee 100644
--- a/new/src/partition.c
+++ b/new/src/partition.c
@@ -26,6 +26,9 @@ static bool partition_run(void)
if(!partition_setup())
return false;

+  if(!ui_window_partition(devices,disks))
+return false;
+
return true;
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-gtk2-1.247-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6aa543301ac2983da0b9572f1fa8547d0391bf22

commit 6aa543301ac2983da0b9572f1fa8547d0391bf22
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Feb 18 22:02:30 2013 +0100

perl-gtk2-1.247-1-x86_64

version bump

diff --git a/source/xlib-extra/perl-gtk2/FrugalBuild 
b/source/xlib-extra/perl-gtk2/FrugalBuild
index fd3e1bc..718020c 100644
--- a/source/xlib-extra/perl-gtk2/FrugalBuild
+++ b/source/xlib-extra/perl-gtk2/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=perl-gtk2
_F_perl_name=Gtk2
_F_perl_author=X/XA/XAOC
-pkgver=1.242
+pkgver=1.247
pkgdesc=Perl interface to the 2.x series of the Gimp Toolkit library
depends=('gtk+2=2.20-2' 'perl-glib=1.223' 'perl-cairo=1.045-2' 
'perl-pango=1.220-2')
makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
@@ -14,6 +14,6 @@ pkgrel=1
groups=('xlib-extra')
archs=('i686' 'x86_64')
options=('scriptlet')
-sha1sums=('309af86fc6db5ab7bb0cddfc83c46e1b8fdf24a5')
+sha1sums=('5848d7fb910c1ce5c50ae77e4daca88134811d02')

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


[Frugalware-git] fwlive: fix segfault when deleting last partition and none remain

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=f18dd93384c884f0e03d50f5df2f1ac27d8cf51d

commit f18dd93384c884f0e03d50f5df2f1ac27d8cf51d
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 15:15:15 2013 -0600

fix segfault when deleting last partition and none remain

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 2f0611b..5755aca 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -1141,13 +1141,16 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)
}

disk_delete_partition(disk);
-
-if(strcmp(disk_partition_get_purpose(disk,--partition),extended) != 
0)
-  snprintf(text,NEWT_WIDTH+1,delete last partition);
-else
-  snprintf(text,NEWT_WIDTH+1,delete extended partition);

-newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) 
action.data);
+if(partition  0)
+{
+  if(strcmp(disk_partition_get_purpose(disk,partition-1),extended) 
!= 0)
+snprintf(text,NEWT_WIDTH+1,delete last partition);
+  else
+snprintf(text,NEWT_WIDTH+1,delete extended partition);
+
+  newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) 
action.data);
+}

key.delete = false;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: install terminus-font and set default console font to a terminus one

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=353ce77e513a499e8cdfdb73c6e0b0c273a9b424

commit 353ce77e513a499e8cdfdb73c6e0b0c273a9b424
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 15:32:04 2013 -0600

install terminus-font and set default console font to a terminus one

diff --git a/new/create-rootfs b/new/create-rootfs
index fe31764..a4308dc 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -25,7 +25,7 @@ mount -t tmpfs none $ROOT/var/tmp
mount -o bind /var/cache/pacman-g2 $ROOT/var/cache/pacman-g2

# Setup root directory with pacman-g2.
-pacman-g2 --root $ROOT --noprogressbar --noconfirm --config pacman-g2.conf -Sy 
base newt valgrind gdb
+pacman-g2 --root $ROOT --noprogressbar --noconfirm --config pacman-g2.conf -Sy 
base newt valgrind gdb terminus-font

# LiveCD customizations beyond here.

@@ -41,7 +41,7 @@ EOF
# System vconsole.conf setup.
cat  $ROOT/etc/vconsole.conf  EOF
KEYMAP=us
-FONT=LatArCyrHeb-16
+FONT=ter-v16n
EOF

# System fstab setup.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: in modify partition dialog, fix positioning of listbox

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=45e03eb2b29f04d5ce885509dc5b8d5f3a2fa0e6

commit 45e03eb2b29f04d5ce885509dc5b8d5f3a2fa0e6
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 21:04:01 2013 -0600

in modify partition dialog, fix positioning of listbox

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 5755aca..138eaad 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -403,7 +403,7 @@ static bool ui_dialog_partition_modify_partition(struct 
disk *disk,int n)

entry = newtEntry(label_width+1,textbox_height+1,name,entry_width,name,0);

-  listbox = newtListbox(0,textbox_height+1,listbox_height,NEWT_FLAG_SCROLL);
+  listbox = 
newtListbox(0,textbox_height+label_height+checkbox_height+3,listbox_height,NEWT_FLAG_SCROLL);

newtListboxSetWidth(listbox,listbox_width);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: remove logfile prior to opening it

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=fefa9af1bcc48cf5c530d0330fc9930f48394b50

commit fefa9af1bcc48cf5c530d0330fc9930f48394b50
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 21:15:25 2013 -0600

remove logfile prior to opening it

diff --git a/new/src/main.c b/new/src/main.c
index c1b0d2d..0a3ed9c 100644
--- a/new/src/main.c
+++ b/new/src/main.c
@@ -20,6 +20,8 @@ extern int main(int argc,char **argv)
return EXIT_FAILURE;
}

+  remove(LOGFILE);
+
logfile = fopen(LOGFILE,a);

if(logfile == 0)
@@ -50,8 +52,8 @@ struct global *g = local;
struct module *modules[] =
{
partition_module,
-  format_module,
-  install_module,
-  postconfig_module,
+//  format_module,
+//  install_module,
+//  postconfig_module,
0
};
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: import a valgrind suppression for suppressing newt internal memory that is never deallocated

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=120f2df478a6348b009bc607ea75627c742d3ce1

commit 120f2df478a6348b009bc607ea75627c742d3ce1
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 21:55:17 2013 -0600

import a valgrind suppression for suppressing newt internal
memory that is never deallocated

diff --git a/new/create-rootfs b/new/create-rootfs
index a4308dc..f103445 100755
--- a/new/create-rootfs
+++ b/new/create-rootfs
@@ -32,6 +32,7 @@ pacman-g2 --root $ROOT --noprogressbar --noconfirm --config 
pacman-g2.conf -Sy b
# Install fwsetup.
install -m 0755 -o 0 -g 0 src/fwsetup $ROOT/sbin/fwsetup
install -m 0755 -o 0 -g 0 src/fwsetup-valgrind $ROOT/sbin/fwsetup-valgrind
+install -m 0644 -o 0 -g 0 src/fwsetup.supp $ROOT/usr/lib/valgrind/fwsetup.supp

# System locale.conf setup.
cat  $ROOT/etc/locale.conf  EOF
diff --git a/new/src/fwsetup-valgrind b/new/src/fwsetup-valgrind
index 2c3e64a..3f840ca 100755
--- a/new/src/fwsetup-valgrind
+++ b/new/src/fwsetup-valgrind
@@ -1,3 +1,3 @@
#!/bin/sh

-exec valgrind --log-file=/var/log/fwsetup-valgrind.log --leak-check=full 
--show-reachable=yes fwsetup
+exec valgrind --log-file=/var/log/fwsetup-valgrind.log --leak-check=full 
--show-reachable=yes --suppressions=/usr/lib/valgrind/fwsetup.supp fwsetup
diff --git a/new/src/fwsetup.supp b/new/src/fwsetup.supp
new file mode 100644
index 000..c1ff8a7
--- /dev/null
+++ b/new/src/fwsetup.supp
@@ -0,0 +1,22 @@
+{
+  slang initialize suppression 1
+  Memcheck:Leak
+  fun:malloc
+  fun:SLmalloc
+  fun:read_terminfo_section
+  fun:_pSLtt_tigetent
+  fun:SLtt_initialize
+  fun:SLtt_get_terminfo
+  fun:newtInit
+}
+
+{
+  slang initialize suppression 2
+  Memcheck:Leak
+  fun:malloc
+  fun:SLmalloc
+  fun:_pSLtt_tigetent
+  fun:SLtt_initialize
+  fun:SLtt_get_terminfo
+  fun:newtInit
+}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: do not append the unknown filesystem to the modification listbox

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=2daf4927376d92d525071720d60a7d8860e0be03

commit 2daf4927376d92d525071720d60a7d8860e0be03
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 22:48:44 2013 -0600

do not append the unknown filesystem to the modification listbox

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 138eaad..85edadd 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -411,6 +411,9 @@ static bool ui_dialog_partition_modify_partition(struct 
disk *disk,int n)

for( i = 0 ; purposes[i] != 0 ; ++i )
{
+if(strcmp(purposes[i],unknown) == 0)
+  continue;
+
newtListboxAppendEntry(listbox,purposes[i],purposes[i]);

if(strcmp(purposes[i],purpose) == 0)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: do not append a blank entry after the last detected block device

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=f685b423f93901f39c21cec7b2baa4afa7c61aec

commit f685b423f93901f39c21cec7b2baa4afa7c61aec
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 23:05:11 2013 -0600

do not append a blank entry after the last detected block device

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 85edadd..c299c57 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -412,7 +412,7 @@ static bool ui_dialog_partition_modify_partition(struct 
disk *disk,int n)
for( i = 0 ; purposes[i] != 0 ; ++i )
{
if(strcmp(purposes[i],unknown) == 0)
-  continue;
+  continue;

newtListboxAppendEntry(listbox,purposes[i],purposes[i]);

@@ -984,7 +984,8 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

action.device_number = 0;

-newtListboxAppendEntry(listbox,,0);
+if(devices[i+1] != 0)
+  newtListboxAppendEntry(listbox,,0);
}

newtListboxSetCurrent(listbox,0);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: fix issue in 1.8 announcement

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=db8471e86503ea9c1ba2c125b9ff257f4b3566e4

commit db8471e86503ea9c1ba2c125b9ff257f4b3566e4
Author: James Buren r...@frugalware.org
Date:   Mon Feb 18 23:43:40 2013 -0600

fix issue in 1.8 announcement

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index 45dd589..c68c8f5 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -39,7 +39,7 @@ To get the current time in this format, run in your shell: 
date -R
authorryuo/author
hidden0/hidden
content![CDATA[
-  centerimg src=http://frugalware.org/images/promo-cinna.png; 
alt=Frugalware 1.8 Gaia is released! //centerbr /
+  centerimg src=http://frugalware.org/images/promo-cinna.png; 
alt=Frugalware 1.8 Cinna is released! //centerbr /
The Frugalware Developer Team is pleased to a href=/news/246announce/a 
the immediate availability of Frugalware 1.8, our eightteenth stable 
release.br /
No new features have been added since 1.8rc2, but 157 changes have been made to 
fix minor bugs. If you didn't follow the changes during the pre/rc releases, 
here are the most important changes since 1.7 in no particular order:br /
ul
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: xsane-0.998-5-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df2d790e9432153b38b9bbc3d54cd0c9a132087b

commit df2d790e9432153b38b9bbc3d54cd0c9a132087b
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Feb 19 07:02:25 2013 +0100

xsane-0.998-5-x86_64

- fix depends

diff --git a/source/xapps-extra/xsane/FrugalBuild 
b/source/xapps-extra/xsane/FrugalBuild
index d42b203..0117633 100644
--- a/source/xapps-extra/xsane/FrugalBuild
+++ b/source/xapps-extra/xsane/FrugalBuild
@@ -4,11 +4,11 @@

pkgname=xsane
pkgver=0.998
-pkgrel=4
+pkgrel=5
pkgdesc=XSane is a graphical scanning frontend for SANE (Scanner Access Now 
Easy).
url=http://www.xsane.org/;
depends=('gtk+2' 'lcms' 'sane-backends=1.0.21' 'zlib' 'libjpeg' \
-   'libgphoto2=2.5.0')
+   'libgphoto2=2.5.0')
makedepends=('gimp')
license=GPL 2
groups=('xapps-extra')
@@ -21,8 +21,8 @@ sha1sums=('59e238b310979f71a8e15b692eab3c5b2ce6fc32' \

subpkgs=(${subpkgs[@]} $pkgname-gimp)
subdescs=(${subdescs[@]} XSane Gimp plugin)
-subdepends=(${subdepends[@]} xsane gimp)
-subrodepends=(${subrodepends[@]} )
+subdepends=(${subdepends[@]} gimp)
+subrodepends=(${subrodepends[@]} xsane)
subgroups=(${subgroups[@]} 'xapps-extra')
subarchs=(${subarchs[@]} 'i686 x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libtirpc-0.2.3-1-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6130101c5884c7fffcbc371090c568fb392a302

commit c6130101c5884c7fffcbc371090c568fb392a302
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Feb 19 07:03:48 2013 +0100

libtirpc-0.2.3-1-x86_64

- up to 0.2.3

diff --git a/source/lib/libtirpc/FrugalBuild b/source/lib/libtirpc/FrugalBuild
index 73cac0b..5f90419 100644
--- a/source/lib/libtirpc/FrugalBuild
+++ b/source/lib/libtirpc/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=libtirpc
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
pkgdesc=A port of Suns Transport-Independent RPC library to Linux.
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge
@@ -12,9 +12,7 @@ rodepends=('libkrb5')
backup=('etc/netconfig')
groups=('lib')
archs=('i686' 'x86_64' 'arm')
-source=($source libtirpc-0.2.3-rc1.patch)
-sha1sums=('576c8826a91110580b60c973c672836559d2805a' \
-  '786ef330289fb256b966db8bea843745b88e4010')
+sha1sums=('7076d09762d11742de6d1b3d7162ee1e86d0b555')

build()
{
diff --git a/source/lib/libtirpc/libtirpc-0.2.3-rc1.patch 
b/source/lib/libtirpc/libtirpc-0.2.3-rc1.patch
deleted file mode 100644
index d57a59e..000
--- a/source/lib/libtirpc/libtirpc-0.2.3-rc1.patch
+++ /dev/null
@@ -1,637 +0,0 @@
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 7ee8cbc..6731ff9 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -50,7 +50,7 @@ libtirpc_la_SOURCES = auth_none.c auth_unix.c 
authunix_prot.c bindresvport.c cln
- rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
- rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c 
\
- svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
--auth_time.c auth_des.c authdes_prot.c des_crypt.c
-+auth_time.c auth_des.c authdes_prot.c
-
- ## XDR
- libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c 
xdr_reference.c xdr_stdio.c
-diff --git a/src/auth_des.c b/src/auth_des.c
-index 37e7667..f0c8b8c 100644
 a/src/auth_des.c
-+++ b/src/auth_des.c
-@@ -223,6 +223,7 @@ authdes_pk_seccreate(const char *servername, netobj *pkey, 
u_int window,
-   goto failed;
-   }
-   ad-ad_nis_srvr = NULL; /* not needed any longer */
-+  auth_get(auth); /* Reference for caller */
-   return (auth);
-
- failed:
-@@ -472,6 +473,12 @@ authdes_destroy(AUTH *auth)
-   FREE(auth, sizeof(AUTH));
- }
-
-+static bool_t
-+authdes_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere)
-+{
-+  return ((*xfunc)(xdrs, xwhere));
-+}
-+
- static struct auth_ops *
- authdes_ops(void)
- {
-@@ -487,6 +494,8 @@ authdes_ops(void)
-   ops.ah_validate = authdes_validate;
-   ops.ah_refresh = authdes_refresh;
-   ops.ah_destroy = authdes_destroy;
-+  ops.ah_wrap = authdes_wrap;
-+  ops.ah_unwrap = authdes_wrap;
- }
-   mutex_unlock(authdes_ops_lock);
-   return (ops);
-diff --git a/src/auth_gss.c b/src/auth_gss.c
-index df3017a..a992049 100644
 a/src/auth_gss.c
-+++ b/src/auth_gss.c
-@@ -200,6 +200,8 @@ authgss_create(CLIENT *clnt, gss_name_t name, struct 
rpc_gss_sec *sec)
-
-   if (!authgss_refresh(auth))
-   auth = NULL;
-+  else
-+  auth_get(auth); /* Reference for caller */
-
-   clnt-cl_auth = save_auth;
-
-@@ -555,9 +557,20 @@ authgss_destroy_context(AUTH *auth)
-
-   if (gd-gc.gc_ctx.length != 0) {
-   if (gd-established) {
-+  AUTH *save_auth = NULL;
-+
-+  /* Make sure we use the right auth_ops */
-+  if (gd-clnt-cl_auth != auth) {
-+  save_auth = gd-clnt-cl_auth;
-+  gd-clnt-cl_auth = auth;
-+  }
-+
-   gd-gc.gc_proc = RPCSEC_GSS_DESTROY;
-   clnt_call(gd-clnt, NULLPROC, (xdrproc_t)xdr_void, NULL,
- (xdrproc_t)xdr_void, NULL, AUTH_TIMEOUT);
-+
-+  if (save_auth != NULL)
-+  gd-clnt-cl_auth = save_auth;
-   }
-   gss_release_buffer(min_stat, gd-gc.gc_ctx);
-   /* XXX ANDROS check size of context  - should be 8 */
-diff --git a/src/auth_none.c b/src/auth_none.c
-index a439ec6..008c589 100644
 a/src/auth_none.c
-+++ b/src/auth_none.c
-@@ -155,6 +155,12 @@ authnone_destroy(AUTH *client)
- {
- }
-
-+static bool_t
-+authnone_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere)
-+{
-+  return ((*xfunc)(xdrs, xwhere));
-+}
-+
- static struct auth_ops *
- authnone_ops()
- {
-@@ -170,6 +176,8 @@ authnone_ops()
-   ops.ah_validate = authnone_validate;
-   ops.ah_refresh = authnone_refresh;
-   ops.ah_destroy = authnone_destroy;
-+  ops.ah_wrap = authnone_wrap;
-+  ops.ah_unwrap = 

[Frugalware-git] frugalware-current: amrnb-10.0.0.0-1-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=94f8045614a40f431abf751f2a2fff7352964d92

commit 94f8045614a40f431abf751f2a2fff7352964d92
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Feb 19 07:05:16 2013 +0100

amrnb-10.0.0.0-1-x86_64

- up to 10.0.0.0

diff --git a/source/lib/amrnb/FrugalBuild b/source/lib/amrnb/FrugalBuild
index 734dcd0..2722c29 100644
--- a/source/lib/amrnb/FrugalBuild
+++ b/source/lib/amrnb/FrugalBuild
@@ -1,8 +1,9 @@
# Compiling Time: 0.12 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
+# Maintainer: Baste ba...@frugalware.org
+# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=amrnb
-pkgver=7.0.0.2
+pkgver=10.0.0.0
pkgrel=1
pkgdesc=Wrapper library for 3GPP Adaptive Multi-Rate Floating-point Speech 
Codec
url=http://www.penguin.cz/~utx/amr;
@@ -12,7 +13,7 @@ archs=('i686' 'x86_64' 'arm')
up2date=Flasttar $url
source=(http://ftp.penguin.cz/pub/users/utx/amr/amrnb-$pkgver.tar.bz2 \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip)
-sha1sums=('e431206b64caca8ed47d876d602ef97f36ca2f20' \
+sha1sums=('8db731f9848f4d8af87828951358cdb4cc2355d3' \
'2631a2e7ec06294b36eb7bf8f80ada1799fb6bf8')
options=('nomirror')

diff --git a/source/lib/amrwb/FrugalBuild b/source/lib/amrwb/FrugalBuild
index ba0767d..ba4f7c5 100644
--- a/source/lib/amrwb/FrugalBuild
+++ b/source/lib/amrwb/FrugalBuild
@@ -1,5 +1,6 @@
# Compiling Time: 0.12 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
+# Maintainer: Baste ba...@frugalware.org
+# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=amrwb
pkgver=10.0.0.0
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: add a bit more to main partition UI textbox

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=fcfd77a8fe7f1a9eba94bd7302bd89d8c2b6a8ca

commit fcfd77a8fe7f1a9eba94bd7302bd89d8c2b6a8ca
Author: James Buren r...@frugalware.org
Date:   Tue Feb 19 00:17:58 2013 -0600

add a bit more to main partition UI textbox

diff --git a/new/src/text.h b/new/src/text.h
index df33966..171c42e 100644
--- a/new/src/text.h
+++ b/new/src/text.h
@@ -16,7 +16,7 @@
#define PASSWORD_MISMATCH_TITLE _(Passwords Do Not Match)
#define PASSWORD_MISMATCH_TEXT _(The passwords you have entered do not 
match.\n)
#define PARTITION_TITLE _(Partition Setup)
-#define PARTITION_TEXT _(Select a disk device to setup a new partition 
table.\nSelect a partition to modify its parameters.\nSelect a disk device's 
free space to setup a new partition.\n)
+#define PARTITION_TEXT _(Select a disk device to setup a new partition 
table.\nSelect a partition to modify its parameters.\nSelect a disk device's 
free space to setup a new partition.\nSelect a disk device's deletion entry to 
delete the last partition.\n)
#define PARTITION_DIALOG_NEW_TABLE_TITLE _(New Partition Table)
#define PARTITION_DIALOG_NEW_TABLE_TEXT _(Select a partition table type from 
the list below.\n)
#define PARTITION_DIALOG_MODIFY_PARTITION_TITLE _(Modifying a Partition)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: modify disk label text to be more symmetrical

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=9e46d2a093765726d69ed2072d88e5e14013b6d4

commit 9e46d2a093765726d69ed2072d88e5e14013b6d4
Author: James Buren r...@frugalware.org
Date:   Tue Feb 19 00:36:33 2013 -0600

modify disk label text to be more symmetrical

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index c299c57..5e42374 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -922,7 +922,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,device_get_size(device),false);

-snprintf(text,NEWT_WIDTH+1,%s %s %s 
label,device_get_path(device),size,(disk == 0) ? unknown : 
disk_get_type(disk));
+snprintf(text,NEWT_WIDTH+1,Disk %s: %s label 
(%s),device_get_path(device),(disk == 0) ? nil : disk_get_type(disk),size);

action.device_number = i;

@@ -1045,7 +1045,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,device_get_size(device),false);

-  snprintf(text,NEWT_WIDTH+1,%s %s %s 
label,device_get_path(device),size,disk_get_type(disk));
+  snprintf(text,NEWT_WIDTH+1,Disk %s: %s label 
(%s),device_get_path(device),disk_get_type(disk),size);

newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) key.data);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: hunspell-be-1.1-1-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=38975f16a18543588f7094ff03907f46fe5392e0

commit 38975f16a18543588f7094ff03907f46fe5392e0
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Feb 19 07:16:35 2013 +0100

hunspell-be-1.1-1-x86_64

- replace aspell5-be

diff --git a/source/locale-extra/hunspell-be/FrugalBuild 
b/source/locale-extra/hunspell-be/FrugalBuild
new file mode 100644
index 000..db090a7
--- /dev/null
+++ b/source/locale-extra/hunspell-be/FrugalBuild
@@ -0,0 +1,27 @@
+# Compiling time: 0.01 SBU
+# Maintainer: CSÉCSY László boo...@frugalware.org
+
+lang=be_BY
+pkgname=hunspell-be
+pkgver=1.1
+pkgrel=1
+pkgdesc=Belarusian dictionary for Hunspell
+url=http://extensions.services.openoffice.org/project/dict-be-official;
+rodepends=('hunspell=1.1.3')
+provides=('hunspell-dict')
+replace=('aspell5-be')
+groups=('locale-extra')
+archs=('i686' 'x86_64')
+up2date=lynx -dump $url |grep Version:|sed 's/.*]//'
+source=(http://extensions.services.openoffice.org/files/2412/1/dict-be-official.oxt)
+install=$pkgname.install
+sha1sums=('6c3a7975f37d7b0f94520fa31acc7a48a83027a3')
+
+build() {
+   unzip dict-be-official.oxt
+   sed -i -e s/microsoft-cp1251/CP1251/g be-official.aff hyph_be_BY.dic
+   tail -n +3 hyph_be_BY.dic| head -n 3  README_hyph_be_BY
+   Ffilerel be-official.aff /usr/share/myspell/be_BY.aff
+   Ffilerel be-official.dic /usr/share/myspell/be_BY.dic
+   Ffilerel hyph_be_BY.dic /usr/share/hyphen/hyph_be_BY.dic
+}
diff --git a/source/locale-extra/hunspell-be/hunspell-be.install 
b/source/locale-extra/hunspell-be/hunspell-be.install
new file mode 100644
index 000..fc7faa2
--- /dev/null
+++ b/source/locale-extra/hunspell-be/hunspell-be.install
@@ -0,0 +1,47 @@
+PLANG=be_BY
+post_install()
+{
+   # oldskull alternatives: bye-bye
+   if [ $(readlink /usr/share/myspell/default.aff | grep alternatives) ]; 
then
+   rm -f /usr/share/myspell/default.aff
+   fi
+   if [ $(readlink /usr/share/myspell/default.dic | grep alternatives) ]; 
then
+   rm -f /usr/share/myspell/default.dic
+   fi
+   rm -f /etc/alternatives/default.{aff,dic}
+   # if there is no default dictionary, then install one
+   if [ ! -L /usr/share/myspell/default.aff ]; then
+   ln -s /usr/share/myspell/$PLANG.aff 
/usr/share/myspell/default.aff
+   fi
+   if [ ! -L /usr/share/myspell/default.dic ]; then
+   ln -s /usr/share/myspell/$PLANG.dic 
/usr/share/myspell/default.dic
+   fi
+}
+
+post_remove()
+{
+   # if we removed the default, then set up a new default (if any)
+   if [ $(readlink /usr/share/myspell/default.aff) == 
/usr/share/myspell/$PLANG.aff ]; then
+   rm -f /usr/share/myspell/default.aff
+   if [ -e /usr/share/myspell/*.aff ]; then
+   ln -s $(ls -1 /usr/share/myspell/*.aff 2/dev/null | 
grep -v default | head -n 1 | sed 's/\*//') /usr/share/myspell/default.aff
+   fi
+   fi
+   if [ $(readlink /usr/share/myspell/default.dic) == 
/usr/share/myspell/$PLANG.dic ]; then
+   rm -f /usr/share/myspell/default.dic
+   if [ -e /usr/share/myspell/*.dic ]; then
+   ln -s $(ls -1 /usr/share/myspell/*.dic 2/dev/null | 
grep -v default | head -n 1 | sed 's/\*//') /usr/share/myspell/default.dic
+   fi
+   fi
+}
+
+post_upgrade()
+{
+   post_install
+}
+
+op=$1
+shift
+$op $*
+
+# vim: ft=sh
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: aspell5-be-0.01-4-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e0583eaaaba8abf3f407682c690a0eddd507326c

commit e0583eaaaba8abf3f407682c690a0eddd507326c
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Feb 19 07:16:59 2013 +0100

aspell5-be-0.01-4-x86_64

- replaced by hunspell-be

diff --git a/source/locale-extra/aspell5-be/FrugalBuild 
b/source/locale-extra/aspell5-be/FrugalBuild
deleted file mode 100644
index db96f04..000
--- a/source/locale-extra/aspell5-be/FrugalBuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Compiling Time: 0.04 SBU
-# Maintainer: Miklos Vajna vmik...@frugalware.org
-
-_F_aspell_lang=be
-_F_aspell_ver=5
-_F_aspell_noverstrip=y
-pkgver=0.01
-pkgrel=4
-pkgdesc=GNU Aspell Belarusian Dictionary Package
-Finclude aspell
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: libmspub-0.0.5-1-x86_64

2013-02-18 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a4026a616433de76293a5d53b56d0edebe2c3bba

commit a4026a616433de76293a5d53b56d0edebe2c3bba
Author: Miklos Vajna vmik...@frugalware.org
Date:   Tue Feb 19 07:23:29 2013 +0100

libmspub-0.0.5-1-x86_64

- add doxygen docs

diff --git a/source/xlib/libmspub/FrugalBuild b/source/xlib/libmspub/FrugalBuild
index 94ed4c6..06067ed 100644
--- a/source/xlib/libmspub/FrugalBuild
+++ b/source/xlib/libmspub/FrugalBuild
@@ -2,14 +2,14 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=libmspub
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc=libmspub import filter library
url=http://www.freedesktop.org/wiki/Software/libmspub;
depends=('libwpg' 'libwpd' 'icu4c')
-makedepends=('boost')
+makedepends=('boost' 'doxygen')
groups=('xlib')
archs=('i686' 'x86_64')
up2date=Flasttar http://dev-www.libreoffice.org/src;
source=(http://dev-www.libreoffice.org/src/libmspub-$pkgver.tar.xz)
-sha1sums=('e557b718dd6bb403f76567d710e281e7171bda39')
+sha1sums=('99bdab0796655764d8f3b81f53a7f66aa6703556')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: mongodb-2.2.3-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=363e67e2d167de2fe1b3a44418a2c7a26972e14e

commit 363e67e2d167de2fe1b3a44418a2c7a26972e14e
Author: CSÉCSY László boo...@frugalware.org
Date:   Tue Feb 19 08:05:14 2013 +0100

mongodb-2.2.3-1-x86_64

version bump

diff --git a/source/apps-extra/mongodb/FrugalBuild 
b/source/apps-extra/mongodb/FrugalBuild
index 15288aa..86be239 100644
--- a/source/apps-extra/mongodb/FrugalBuild
+++ b/source/apps-extra/mongodb/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=mongodb
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.2.3
+pkgrel=1
pkgdesc=A scalable, high-performance, open source NoSQL database
url=http://www.mongodb.org;
up2date=lynx -dump $url/downloads | grep src- -m1 | sed 
's/.*-src-r\(.*\)\.tar.*/\1/'
@@ -12,7 +12,7 @@ archs=('i686' 'x86_64')
depends=('libstdc++')
makedepends=('scons')
source=(http://downloads.mongodb.org/src/mongodb-src-r$pkgver.tar.gz)
-sha1sums=('64f96c4149cb79fbbad62c9b374f659cb46575b2')
+sha1sums=('c85c721cc61bbb1bc86cecc58c8eb29906335816')

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


[Frugalware-git] frugalware-current: jhead-2.97-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bb39268995305c2c85df6f3936028c45e301444a

commit bb39268995305c2c85df6f3936028c45e301444a
Author: CSÉCSY László boo...@frugalware.org
Date:   Tue Feb 19 08:09:19 2013 +0100

jhead-2.97-1-x86_64

version bump

diff --git a/source/apps-extra/jhead/FrugalBuild 
b/source/apps-extra/jhead/FrugalBuild
index d0ae57f..59ec70c 100644
--- a/source/apps-extra/jhead/FrugalBuild
+++ b/source/apps-extra/jhead/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=jhead
-pkgver=2.96
+pkgver=2.97
pkgrel=1
pkgdesc=Exif Jpeg camera setting parser and thumbnail remover
url=http://www.sentex.net/~mwandel/jhead/;
@@ -26,4 +26,4 @@ build() {
}

# optimization OK
-sha1sums=('668a515276654247e6fbe7a6193a5e1382a38116')
+sha1sums=('ca4965a19d60078a3fe2cfb6d3635a083f958f2e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: postfix-2.10.0-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=765a94d477f11d0524def1e3e91962fbbaf4340d

commit 765a94d477f11d0524def1e3e91962fbbaf4340d
Author: CSÉCSY László boo...@frugalware.org
Date:   Tue Feb 19 08:12:29 2013 +0100

postfix-2.10.0-1-x86_64

version bump

diff --git a/source/network/postfix/FrugalBuild 
b/source/network/postfix/FrugalBuild
index a05abe5..a940e58 100644
--- a/source/network/postfix/FrugalBuild
+++ b/source/network/postfix/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=postfix
-pkgver=2.9.5
-pkgrel=2
+pkgver=2.10.0
+pkgrel=1
vdaver=2.9.1
pkgdesc=A fast, easy to administer, and secure MTA
url=http://www.postfix.org/;
@@ -27,7 +27,7 @@ source=($mirror/official/$pkgname-$pkgver.tar.gz \
README.Frugalware \
http://vda.sourceforge.net/VDA/postfix-vda-v11-$vdaver.patch)

-sha1sums=('8602cd54e63b1af02a8f994b5da69d01d73ec8cc' \
+sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df' \
'09cdb731899b0fac0438589b03e1a9b14ddf1878' \
'b05736300a01bc6d4d0ca7bb92704de29b68651d' \
'f259c489d76271ac1780510e20a60962f97ac36f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: man-pages-3.47-1-x86_64

2013-02-18 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=91a62783199e60fafc26087398b3d354f02aee24

commit 91a62783199e60fafc26087398b3d354f02aee24
Author: CSÉCSY László boo...@frugalware.org
Date:   Tue Feb 19 08:15:07 2013 +0100

man-pages-3.47-1-x86_64

version bump

diff --git a/source/apps/man-pages/FrugalBuild 
b/source/apps/man-pages/FrugalBuild
index 1d49a11..88f9a70 100644
--- a/source/apps/man-pages/FrugalBuild
+++ b/source/apps/man-pages/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=man-pages
-pkgver=3.45
+pkgver=3.47
pkgrel=1
pkgdesc=Man pages are online documentation for Linux
url=http://www.kernel.org/doc/man-pages/index.html;
@@ -43,4 +43,4 @@ build()
Frm /usr/share/man/man3/{ctime,queue,random,regex,string}.3
}

-sha1sums=('8d77da0c84119c95bd58a4b488e53c4fc0a791af')
+sha1sums=('fcffd61348cc7a07a5bbb1c5c86a6cc35455a81f')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: better format the partition text

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=fd4ff35ee42a1b7c457c9edcf753c7dd457da83d

commit fd4ff35ee42a1b7c457c9edcf753c7dd457da83d
Author: James Buren r...@frugalware.org
Date:   Tue Feb 19 01:22:28 2013 -0600

better format the partition text

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 5e42374..4428f54 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -945,7 +945,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,disk_partition_get_size(disk,j),false);

-snprintf(text,NEWT_WIDTH+1,partition %d %s %s 
%s,disk_partition_get_number(disk,j),size,(disk_partition_get_active(disk,j)) 
? active : inactive,disk_partition_get_purpose(disk,j));
+snprintf(text,NEWT_WIDTH+1,%2cPartition %3d: %7s type %8s (%s),' 
',disk_partition_get_number(disk,j),disk_partition_get_purpose(disk,j),(disk_partition_get_active(disk,j))
 ? active : inactive,size);

newtListboxAppendEntry(listbox,text,(void *) action.data);
}
@@ -1070,7 +1070,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)
{
size_to_string(size,10,disk_partition_get_size(disk,partition),false);

-  snprintf(text,NEWT_WIDTH+1,partition %d %s %s 
%s,disk_partition_get_number(disk,partition),size,(disk_partition_get_active(disk,partition))
 ? active : inactive,disk_partition_get_purpose(disk,partition));
+  snprintf(text,NEWT_WIDTH+1,%2cPartition %3d: %7s type %8s (%s),' 
',disk_partition_get_number(disk,partition),disk_partition_get_purpose(disk,partition),(disk_partition_get_active(disk,partition))
 ? active : inactive,size);

newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) key.data);

@@ -1117,7 +1117,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,disk_partition_get_size(disk,partition),false);

-snprintf(text,NEWT_WIDTH+1,partition %d %s %s 
%s,disk_partition_get_number(disk,partition),size,(disk_partition_get_active(disk,partition))
 ? active : inactive,disk_partition_get_purpose(disk,partition));
+snprintf(text,NEWT_WIDTH+1,%2cPartition %3d: %7s type %8s (%s),' 
',disk_partition_get_number(disk,partition),disk_partition_get_purpose(disk,partition),(disk_partition_get_active(disk,partition))
 ? active : inactive,size);

newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) action.data);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: make the free space text a bit less ugly

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=d0cce5ca7563ed4d0fe217302a54c441fe8d8fd0

commit d0cce5ca7563ed4d0fe217302a54c441fe8d8fd0
Author: James Buren r...@frugalware.org
Date:   Tue Feb 19 01:29:50 2013 -0600

make the free space text a bit less ugly

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 4428f54..83df878 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -960,7 +960,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,freesize,false);

-snprintf(text,NEWT_WIDTH+1,free space %s,size);
+snprintf(text,NEWT_WIDTH+1,%2cFree Space (%s),' ',size);

newtListboxAppendEntry(listbox,text,(void *) action.data);

@@ -1057,7 +1057,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,disk_get_free_size(disk),false);

-  snprintf(text,NEWT_WIDTH+1,free space %s,size);
+  snprintf(text,NEWT_WIDTH+1,%2cFree Space (%s),' ',size);

newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) action.data);
}
@@ -1102,7 +1102,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)
{
size_to_string(size,10,disk_get_free_size(disk),false);

-snprintf(text,NEWT_WIDTH+1,free space %s,size);
+snprintf(text,NEWT_WIDTH+1,%2cFree Space (%s),' ',size);

newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) action.data);
}
@@ -1162,7 +1162,7 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)

size_to_string(size,10,disk_get_free_size(disk),false);

-snprintf(text,NEWT_WIDTH+1,free space %s,size);
+snprintf(text,NEWT_WIDTH+1,%2cFree Space (%s),' ',size);

newtListboxDeleteEntry(listbox,(void *) key.data);
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] fwlive: format deletion text as well

2013-02-18 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=07736e20364ec80fe05727b47e953fd79cbd490b

commit 07736e20364ec80fe05727b47e953fd79cbd490b
Author: James Buren r...@frugalware.org
Date:   Tue Feb 19 01:40:28 2013 -0600

format deletion text as well

diff --git a/new/src/ui_newt.c b/new/src/ui_newt.c
index 83df878..906a90b 100644
--- a/new/src/ui_newt.c
+++ b/new/src/ui_newt.c
@@ -972,9 +972,9 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)
action.delete = true;

if(strcmp(disk_partition_get_purpose(disk,k-1),extended) == 0)
-  snprintf(text,NEWT_WIDTH+1,delete extended partition);
+  snprintf(text,NEWT_WIDTH+1,%2cDelete Extended Partition,' ');
else
-  snprintf(text,NEWT_WIDTH+1,delete last partition);
+  snprintf(text,NEWT_WIDTH+1,%2cDelete Last Partition,' ');

newtListboxAppendEntry(listbox,text,(void *) action.data);

@@ -1088,9 +1088,9 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)
key.delete = true;

if(strcmp(disk_partition_get_purpose(disk,partition),extended) != 0)
-snprintf(text,NEWT_WIDTH+1,delete last partition);
+snprintf(text,NEWT_WIDTH+1,%2cDelete Last Partition,' ');
else
-snprintf(text,NEWT_WIDTH+1,delete extended partition);
+snprintf(text,NEWT_WIDTH+1,%2cDelete Extended Partition,' ');

newtListboxDeleteEntry(listbox,(void *) key.data);

@@ -1149,9 +1149,9 @@ extern bool ui_window_partition(struct device 
**devices,struct disk **disks)
if(partition  0)
{
if(strcmp(disk_partition_get_purpose(disk,partition-1),extended) != 0)
-snprintf(text,NEWT_WIDTH+1,delete last partition);
+snprintf(text,NEWT_WIDTH+1,%2cDelete Last Partition,' ');
else
-snprintf(text,NEWT_WIDTH+1,delete extended partition);
+snprintf(text,NEWT_WIDTH+1,%2cDelete Extended Partition,' ');

newtListboxInsertEntry(listbox,text,(void *) key.data,(void *) action.data);
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: wayland-1.0.5-1-x86_64

2013-02-18 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7defa70b401e493929440e70fc6df3381ddd57bd

commit 7defa70b401e493929440e70fc6df3381ddd57bd
Author: Michel Hermier herm...@frugalware.org
Date:   Tue Feb 19 08:50:07 2013 +0100

wayland-1.0.5-1-x86_64

* Bump version.

diff --git a/source/x11-extra/wayland/FrugalBuild 
b/source/x11-extra/wayland/FrugalBuild
index 4827ec8..1611017 100644
--- a/source/x11-extra/wayland/FrugalBuild
+++ b/source/x11-extra/wayland/FrugalBuild
@@ -1,10 +1,12 @@
# Compiling Time: 0.20 SBU
# Maintainer: Michel Hermier herm...@frugalware.org

+options+=('asneeded')
+
USE_DEVEL=${USE_DEVEL:-n}

pkgname=wayland
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc=Wayland Display Compositor
url=http://wayland.freedesktop.org/;
@@ -22,7 +24,7 @@ if Fuse DEVEL; then
Finclude scm
else
source=(${url}releases/${pkgname}-${pkgver}.tar.xz)
-   sha1sums=('2f65654a54366cacd39a69bc5a41fea21b357e34')
+   sha1sums=('f03eb5cffd21057c6bd0b0153216cbc97dd1c868')
fi

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


[Frugalware-git] frugalware-current: weston-1.0.5-1-x86_64

2013-02-18 Thread Michel Hermier
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8af2c2bece0b03c1f20f1bc17d175b68bbf40562

commit 8af2c2bece0b03c1f20f1bc17d175b68bbf40562
Author: Michel Hermier herm...@frugalware.org
Date:   Tue Feb 19 08:50:47 2013 +0100

weston-1.0.5-1-x86_64

* Bump version.

diff --git a/source/x11-extra/weston/FrugalBuild 
b/source/x11-extra/weston/FrugalBuild
index b431bcf..f676e24 100644
--- a/source/x11-extra/weston/FrugalBuild
+++ b/source/x11-extra/weston/FrugalBuild
@@ -1,10 +1,12 @@
# Compiling Time: 0.20 SBU
# Maintainer: Michel Hermier herm...@frugalware.org

+options+=('asneeded')
+
USE_DEVEL=${USE_DEVEL:-n}

pkgname=weston
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc=Wayland Default Display Compositor
url=http://wayland.freedesktop.org/;
@@ -22,7 +24,7 @@ if Fuse DEVEL; then
Finclude scm
else
source=(${url}releases/${pkgname}-${pkgver}.tar.xz)
-   sha1sums=('6f51fe78151ba2854f6cf6a41244c34f39c1d6de')
+   sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
fi

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