[Frugalware-git] frugalware-current: phpmyadmin-3.1.1-1-i686

2009-01-08 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=934fc2a44f4abc85d5960fc345d02aa5752f42a9

commit 934fc2a44f4abc85d5960fc345d02aa5752f42a9
Author: CSÉCSY László boo...@frugalware.org
Date:   Thu Jan 8 09:45:21 2009 +0100

phpmyadmin-3.1.1-1-i686
up2date fix

diff --git a/source/network-extra/phpmyadmin/FrugalBuild 
b/source/network-extra/phpmyadmin/FrugalBuild
index ed1a106..625437e 100644
--- a/source/network-extra/phpmyadmin/FrugalBuild
+++ b/source/network-extra/phpmyadmin/FrugalBuild
@@ -13,7 +13,7 @@ rodepends=('php')
backup=(var/www/html/phpmyadmin/libraries/config.default.php)
groups=('network-extra')
archs=('i686' 'x86_64')
-up2date=lynx -dump $url |grep -m1 released | sed 's/.*n \([0-9\.]\+\) .*/\1/'
+up2date=lynx -dump $url | grep -m1 'http.*Admin' | sed 
's/.*Admin-\(.*\)-all.*/\1/'
source=(${source/phpmyadmin-/phpMyAdmin-})

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


[Frugalware-git] frugalware-current: yeahlaunch-0.2-2-i686

2009-01-08 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b58a174f4aace77334c9f893e17a519457cc5e16

commit b58a174f4aace77334c9f893e17a519457cc5e16
Author: James Buren r...@frugalware.org
Date:   Thu Jan 8 04:25:50 2009 -0600

yeahlaunch-0.2-2-i686
* removing package and replacing

diff --git a/source/x11-extra/yeahlaunch/FrugalBuild 
b/source/x11-extra/yeahlaunch/FrugalBuild
deleted file mode 100644
index d7550a6..000
--- a/source/x11-extra/yeahlaunch/FrugalBuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: James Buren r...@frugalware.org
-
-pkgname=yeahlaunch
-pkgver=0.2
-pkgrel=2
-pkgdesc=Yeahlaunch is a very simple application launcher with horizontal 
menu.
-url=http://www.phrat.de/;
-depends=('libx11' 'glibc')
-groups=('x11-extra')
-archs=('i686' 'x86_64')
-up2date=Flasttar $url/downloads.html
-source=($url/$pkgname-$pkgver.tar.gz $pkgname-$pkgver-label.patch)
-sha1sums=('a58790be639b48f81eb19d5c5eb12dc66f229eaf' \
-  'c4e2e75c6b542a79ba6f9d3ab3c027e249cda087')
-
-build()
-{
-   Fsed -Os ${CFLAGS} Makefile
-   Fpatchall
-   Fmake
-   Fexerel /usr/bin/yeahlaunch
-}
-
-# optimization OK
diff --git a/source/x11-extra/yeahlaunch/yeahlaunch-0.2-label.patch 
b/source/x11-extra/yeahlaunch/yeahlaunch-0.2-label.patch
deleted file mode 100644
index 7e826ad..000
--- a/source/x11-extra/yeahlaunch/yeahlaunch-0.2-label.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 yeahlaunch-0.2/yeahlaunch.c2004-12-18 04:46:10.0 -0600
-+++ yeahlaunch-0.2-2/yeahlaunch.c  2008-07-24 01:01:04.0 -0500
-@@ -120,7 +120,7 @@
- if (!strncmp(argv[i], -, 1)  i + 1  argc)
- i++;
- else if (i + 1  argc)
--make_new_tab(argv[++i], argv[i]);
-+make_new_tab(argv[i], argv[i++]);
- }
- for (t = head_tab; t; t = t-next)
- width += t-width;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tablaunch-0.6-1-i686

2009-01-08 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4795e84483c38267cd3aea454ee301059f7570c9

commit 4795e84483c38267cd3aea454ee301059f7570c9
Author: James Buren r...@frugalware.org
Date:   Thu Jan 8 04:28:26 2009 -0600

tablaunch-0.6-1-i686
* new package that is replacing yeahlaunch

diff --git a/source/x11-extra/tablaunch/FrugalBuild 
b/source/x11-extra/tablaunch/FrugalBuild
new file mode 100644
index 000..d4e08aa
--- /dev/null
+++ b/source/x11-extra/tablaunch/FrugalBuild
@@ -0,0 +1,29 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: James Buren r...@frugalware.org
+
+pkgname=tablaunch
+pkgver=0.6
+pkgrel=1
+pkgdesc=A tab launcher originally derived from yeahlaunch.
+Finclude sourceforge
+depends=('libx11' 'glibc' 'imlib2' 'libice')
+conflicts=('yeahlaunch')
+replaces=('yeahlaunch')
+provides=('yeahlaunch')
+groups=('x11-extra')
+archs=('i686')
+sha1sums=('813560c0df658ba4a0f6daa135bfd60011bedd24')
+_F_cd_path=$pkgname-$pkgver/src
+
+build()
+{
+   Fsed -lgif -lungif   Makefile
+   Fsed -Os   ${CFLAGS} Makefile
+   make using.imlib2 || Fdie
+   Fexerel /usr/bin/$pkgname
+   Fdocrel ../readme.html
+   Ffilerel ../example/{.,}$pkgname* 
/usr/share/doc/$pkgname-$pkgver/example
+   Frm /usr/share/doc/$pkgname-$pkgver/example/$pkgname
+}
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: qlbar-0.1.4-1-i686

2009-01-08 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b8594e96932861bc17f484a19bef3602572461aa

commit b8594e96932861bc17f484a19bef3602572461aa
Author: James Buren r...@frugalware.org
Date:   Thu Jan 8 05:05:41 2009 -0600

qlbar-0.1.4-1-i686
* new package

diff --git a/source/x11-extra/qlbar/FrugalBuild 
b/source/x11-extra/qlbar/FrugalBuild
new file mode 100644
index 000..48fd295
--- /dev/null
+++ b/source/x11-extra/qlbar/FrugalBuild
@@ -0,0 +1,28 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: James Buren r...@frugalware.org
+
+pkgname=qlbar
+pkgver=0.1.4
+pkgrel=1
+pkgdesc=$pkgname is a toolbar launcher for X11.
+url=http://prokop.ae.krakow.pl/projects/$pkgname.html;
+depends=('libx11' 'imlib2' 'libstdc++')
+groups=('x11-extra')
+archs=('i686')
+up2date=Flasttar $url
+source=(http://prokop.ae.krakow.pl/projects/download/$pkgname-$pkgver.tar.bz2\
+   $pkgname-$pkgver-gcc4.patch)
+sha1sums=('4ad7277d428ab4eed9741c942905ed2522c32658' \
+  '7ad2c68349927177613c32051a322f94c6a92aa1')
+
+build()
+{
+   Fpatchall
+   Fmake
+   Fexerel src/$pkgname /usr/bin/$pkgname
+   Fmanrel man/$pkgname.8
+   Fdocrel man/$pkgname{.pdf,.dvi,\_man.html}
+   Ffilerel conf/* /usr/share/$pkgname-$pkgver/example
+}
+
+# optimization OK
diff --git a/source/x11-extra/qlbar/qlbar-0.1.4-gcc4.patch 
b/source/x11-extra/qlbar/qlbar-0.1.4-gcc4.patch
new file mode 100644
index 000..1528be7
--- /dev/null
+++ b/source/x11-extra/qlbar/qlbar-0.1.4-gcc4.patch
@@ -0,0 +1,42 @@
+diff -aur qlbar-0.1.4/src/main.cc qlbar-0.1.4-2/src/main.cc
+--- qlbar-0.1.4/src/main.cc2008-08-13 13:08:24.0 -0500
 qlbar-0.1.4-2/src/main.cc  2009-01-08 04:43:21.0 -0600
+@@ -1,4 +1,5 @@
+ #include stdio.h
++#include string.h
+ #include unistd.h
+ #include getopt.h
+
+diff -aur qlbar-0.1.4/src/qlbar.cc qlbar-0.1.4-2/src/qlbar.cc
+--- qlbar-0.1.4/src/qlbar.cc   2008-08-13 13:08:24.0 -0500
 qlbar-0.1.4-2/src/qlbar.cc 2009-01-08 04:43:21.0 -0600
+@@ -1,7 +1,7 @@
+ #include stdio.h
+ #include X11/extensions/shape.h
+ #include pthread.h
+-
++#include unistd.h
+ #include constants.h
+ #include qlbar.h
+
+diff -aur qlbar-0.1.4/src/qlconf.cc qlbar-0.1.4-2/src/qlconf.cc
+--- qlbar-0.1.4/src/qlconf.cc  2008-08-14 12:42:59.0 -0500
 qlbar-0.1.4-2/src/qlconf.cc2009-01-08 04:43:21.0 -0600
+@@ -1,6 +1,7 @@
+ #include regex.h
+ #include fstream
+ #include vector
++#include string.h
+ #include stdlib.h
+
+ #include qlconf.h
+diff -aur qlbar-0.1.4/src/qlitem.cc qlbar-0.1.4-2/src/qlitem.cc
+--- qlbar-0.1.4/src/qlitem.cc  2008-08-13 13:08:24.0 -0500
 qlbar-0.1.4-2/src/qlitem.cc2009-01-08 04:43:21.0 -0600
+@@ -1,4 +1,6 @@
+ #include stdio.h
++#include stdlib.h
++#include string.h
+ #include unistd.h
+ #include sys/wait.h
+ #include sys/stat.h
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xcmenu: xcmenu.c

2009-01-08 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xcmenu.git;a=commitdiff;h=548aa1437f5bc98a924697ad7e942dabdd0cf932

commit 548aa1437f5bc98a924697ad7e942dabdd0cf932
Author: James Buren r...@frugalware.org
Date:   Thu Jan 8 09:46:38 2009 -0600

xcmenu.c
* add a check for image height and a way to determine the required
height automatically

diff --git a/xcmenu.c b/xcmenu.c
index 4bbef3e..d354194 100644
--- a/xcmenu.c
+++ b/xcmenu.c
@@ -21,6 +21,7 @@ static char path[BUFFER];
static char theme[BUFFER];
static char themefile[BUFFER];
static config_t cfg;
+static unsigned int hg;
static cairo_surface_t *bg;
static cairo_surface_t *le;
static cairo_surface_t *re;
@@ -81,6 +82,17 @@ static int filechk(const char *filename)
return(TRUE);
}

+/* check if a png file's height is sane */
+static void chkhg(cairo_surface_t *png)
+{
+   unsigned int height;
+   height = cairo_image_surface_get_height(png);
+   if (!hg)
+   hg = height;
+   else if (hg!=height)
+   error(All theme images must be of the same height.,NULL);
+}
+
/* wrap cairo calls for my own uses :D */
static void load_png(const char *png,cairo_surface_t **ptr)
{
@@ -130,6 +142,14 @@ static void parse_theme()
load_png(selectedbackground,stbg);
load_png(selectedleftend,stle);
load_png(selectedrightend,stre);
+   chkhg(bg);
+   chkhg(le);
+   chkhg(re);
+   chkhg(la);
+   chkhg(ra);
+   chkhg(stbg);
+   chkhg(stle);
+   chkhg(stre);
config_destroy(cfg);
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lxml-2.1.5-1-i686

2009-01-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=59f2c376c903a4afb8a36f8f43871341978a9d4d

commit 59f2c376c903a4afb8a36f8f43871341978a9d4d
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 15:44:20 2009 +0100

lxml-2.1.5-1-i686

- version bump

diff --git a/source/devel-extra/lxml/FrugalBuild 
b/source/devel-extra/lxml/FrugalBuild
index cfde6dc..7db8461 100644
--- a/source/devel-extra/lxml/FrugalBuild
+++ b/source/devel-extra/lxml/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=lxml
-pkgver=2.1.4
-pkgrel=2
+pkgver=2.1.5
+pkgrel=1
pkgdesc=Easy-to-use library for working with XML and HTML in Python.
url=http://codespeak.net/lxml/;
depends=('python' 'libxslt')
@@ -11,7 +11,7 @@ groups=('devel-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump $url |grep latest|sed 's/.*lxml \(.*\), .*/\1/;q'
source=(http://cheeseshop.python.org/packages/source/l/lxml/lxml-$pkgver.tar.gz)
-sha1sums=('c2cbccaad4c0073955e4206f378ef597881e66fb')
+sha1sums=('fa80e756e15bfcce3eb8551a36f950b00162190c')

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


[Frugalware-git] frugalware-current: docs/ids: add tape/dialout groups

2009-01-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b68b9eb140faae080cd6f1cb5ffa1469685935e

commit 2b68b9eb140faae080cd6f1cb5ffa1469685935e
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 15:56:13 2009 +0100

docs/ids: add tape/dialout groups

- these will be provided by the next shadow package and will be required
by the next udev one

diff --git a/docs/ids.txt b/docs/ids.txt
index 207e131..f04e482 100644
--- a/docs/ids.txt
+++ b/docs/ids.txt
@@ -57,8 +57,8 @@ IDUserPackage Group   
Package
049
050 ftp shadow
051 telnetd shadow
-052
-053
+052tapeshadow
+053dialout shadow
054
055
056
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: php-pecl-xdebug-2.0.4-1-i686

2009-01-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=293e31443051afe76896902eddb748542ce1f8c3

commit 293e31443051afe76896902eddb748542ce1f8c3
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 15:45:01 2009 +0100

php-pecl-xdebug-2.0.4-1-i686

- version bump
- kudos go to boobaa, for fixing php so that this bump is now possible
;)

diff --git a/source/devel-extra/php-pecl-xdebug/FrugalBuild 
b/source/devel-extra/php-pecl-xdebug/FrugalBuild
index 4c7ce86..ce56917 100644
--- a/source/devel-extra/php-pecl-xdebug/FrugalBuild
+++ b/source/devel-extra/php-pecl-xdebug/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

_F_pecl_name=xdebug
-pkgver=2.0.3
+pkgver=2.0.4
pkgdesc=Provides functions for function traces and profiling
depends=('php=5.2.6')
Finclude pecl
-pkgrel=2
+pkgrel=1
archs=('i686' 'x86_64')
-sha1sums=('fb172b0a48203759facd499f6825527c6112e275')
+sha1sums=('6a6d8c9e8c84a8371fd7528b39d7960d936f6000')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: udev-136-1-i686

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

commit 3a168601d2fee21272a60a7ee8f9abf632f0bdd5
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 15:58:08 2009 +0100

udev-136-1-i686

- version bump

diff --git a/source/base/udev/FrugalBuild b/source/base/udev/FrugalBuild
index af3c181..7ae7eb4 100644
--- a/source/base/udev/FrugalBuild
+++ b/source/base/udev/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=udev
-pkgver=135
-pkgrel=2
+pkgver=136
+pkgrel=1
pkgdesc=A userspace implementation of devfs
url=http://www.kernel.org/pub/linux/utils/kernel/hotplug/;
backup=(etc/sysconfig/blacklist)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: bind-9.6.0-2-i686

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

commit b10c6d4b7d75c87ded6b4e1ca08bf0b3dab20eed
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 16:51:15 2009 +0100

bind-9.6.0-2-i686

- version bump

diff --git a/source/network/bind/FrugalBuild b/source/network/bind/FrugalBuild
index e250dee..f366fda 100644
--- a/source/network/bind/FrugalBuild
+++ b/source/network/bind/FrugalBuild
@@ -3,8 +3,8 @@

pkgname=bind
pkgver=9.6.0
-pkgextraver=
-pkgrel=1
+pkgextraver=-P1
+pkgrel=2
pkgdesc=DNS server and utilities
url=http://www.isc.org/index.pl?/sw/bind/;
backup=(etc/named.conf etc/logrotate.d/named)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: shadow-4.1.2.2-2-i686

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

commit aea8e6a9d547280d4196e9154e14826056393b1a
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 15:57:00 2009 +0100

shadow-4.1.2.2-2-i686

- add tape/dialout groups. these will be used by some exotic devices, so
the list of default groups in adduser is untouched

diff --git a/source/base/shadow/FrugalBuild b/source/base/shadow/FrugalBuild
index 3a431ee..0696edb 100644
--- a/source/base/shadow/FrugalBuild
+++ b/source/base/shadow/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=shadow
pkgver=4.1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc=Shadow password file utilities
url=http://pkg-shadow.alioth.debian.org/;
pkgurl=ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow;
diff --git a/source/base/shadow/group b/source/base/shadow/group
index bf7fd7f..34c34d4 100644
--- a/source/base/shadow/group
+++ b/source/base/shadow/group
@@ -31,6 +31,8 @@ gdm::42:
shadow::43:
ftp::50:
telnetd::51:
+tape::52:
+dialout::53:
pop::90:pop
nobody::98:nobody
nogroup::99:
diff --git a/source/base/shadow/shadow.install 
b/source/base/shadow/shadow.install
index 4f07188..aab58da 100644
--- a/source/base/shadow/shadow.install
+++ b/source/base/shadow/shadow.install
@@ -1,3 +1,9 @@
+post_upgrade()
+{
+   getent group tape /dev/null || /usr/sbin/groupadd -g 52 tape
+   getent group dialout /dev/null || /usr/sbin/groupadd -g 53 dialout
+}
+
post_remove()
{
# Remove the backup files
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: rdiff-backup-1.2.5-1-i686

2009-01-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=25612c297ee536db0256282ecd2345fe820dfa41

commit 25612c297ee536db0256282ecd2345fe820dfa41
Author: Miklos Vajna vmik...@frugalware.org
Date:   Thu Jan 8 16:12:58 2009 +0100

rdiff-backup-1.2.5-1-i686

- version bump

diff --git a/source/apps-extra/rdiff-backup/FrugalBuild 
b/source/apps-extra/rdiff-backup/FrugalBuild
index 85b6c81..f8fa814 100644
--- a/source/apps-extra/rdiff-backup/FrugalBuild
+++ b/source/apps-extra/rdiff-backup/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=rdiff-backup
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc=Backs up one directory to another, possibly over a network.
url=http://www.nongnu.org/rdiff-backup/;
@@ -12,4 +12,4 @@ archs=('i686' 'x86_64')
up2date=lynx -dump $url|grep stable |sed 's/.*n \(.*\), r.*/\1/;q'
source=(http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-$pkgver.tar.gz)
# optimization OK
-sha1sums=('ff96ed9308eb96fb90f13b92dc84478e21a2a7ed')
+sha1sums=('8cb52ca90faa0910a76a8d862096aabef3a3efc1')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xcmenu: xcmenu.c

2009-01-08 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xcmenu.git;a=commitdiff;h=41c1386f97ba668ec9bb1bee3f0dde027bae08d0

commit 41c1386f97ba668ec9bb1bee3f0dde027bae08d0
Author: James Buren r...@frugalware.org
Date:   Thu Jan 8 10:06:40 2009 -0600

xcmenu.c
* add additional information for when a parsing error occurs

diff --git a/xcmenu.c b/xcmenu.c
index d354194..0d24018 100644
--- a/xcmenu.c
+++ b/xcmenu.c
@@ -109,7 +109,11 @@ static void parse_theme()
char selectedrightend[BUFFER];
config_init(cfg);
if (!config_read_file(cfg,themefile))
-   error(Failed to parse theme file.,NULL);
+   {
+   char buffer[BUFFER];
+   snprintf(buffer,sizeof(buffer),Failed to parse theme file: %s 
at line %d,config_error_text(cfg),config_error_line(cfg));
+   error(buffer,NULL);
+   }
snprintf(background,sizeof(background),%s%s,theme,config_lookup_string(cfg,theme.background));
snprintf(leftend,sizeof(leftend),%s%s,theme,config_lookup_string(cfg,theme.leftend));
snprintf(rightend,sizeof(rightend),%s%s,theme,config_lookup_string(cfg,theme.rightend));
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: vala-0.5.4-1-i686

2009-01-08 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7cefbcaacb8a07c58e48d7c61005a320e2425273

commit 7cefbcaacb8a07c58e48d7c61005a320e2425273
Author: bouleetbil bouleet...@frogdev.info
Date:   Thu Jan 8 21:11:41 2009 +0100

vala-0.5.4-1-i686
*version bump

diff --git a/source/devel-extra/vala/FrugalBuild 
b/source/devel-extra/vala/FrugalBuild
index ab0ad16..ce5baae 100644
--- a/source/devel-extra/vala/FrugalBuild
+++ b/source/devel-extra/vala/FrugalBuild
@@ -3,15 +3,15 @@
# Contributor: jedifox j3d1...@free.fr

pkgname=vala
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
pkgdesc=Vala is a prgramming language that aims to bring modern programming 
language features to GNOME developers
depends=('glib2=2.18.3')
groups=('devel-extra')
archs=('i686' 'x86_64')
_F_gnome_devel=y
Finclude gnome
-sha1sums=('f10872d207b61d82a79a2e2bfdfbc1a7b92ec435')
+sha1sums=('049f13bab0fed25bfe71cc3af23d68a256e8fb29')
Fconfopts=${fconfop...@]} --enable-vapigen

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


[Frugalware-git] bouleetbiltesting: pulseaudio-0.9.13-7-i686

2009-01-08 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbiltesting.git;a=commitdiff;h=62ec1250a3d4492916cc7801cf4be2b58ca4623e

commit 62ec1250a3d4492916cc7801cf4be2b58ca4623e
Author: bouleetbil bouleet...@frogdev.info
Date:   Thu Jan 8 22:31:14 2009 +0100

pulseaudio-0.9.13-7-i686
*change the gid group new shadow have the same gid

diff --git a/source/multimedia/pulseaudio/FrugalBuild 
b/source/multimedia/pulseaudio/FrugalBuild
index 54a8f7c..038bf33 100644
--- a/source/multimedia/pulseaudio/FrugalBuild
+++ b/source/multimedia/pulseaudio/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=pulseaudio
pkgver=0.9.13
-pkgrel=6
+pkgrel=7
pkgdesc=PulseAudio is a sound server with an advanced plugin system
url=http://pulseaudio.org/;
depends=('speex' 'liboil' 'audiofile' 'libsndfile' 'libtool' 'libatomic_ops' 
'libsamplerate' 'flac' 'glib2' \
diff --git a/source/multimedia/pulseaudio/pulseaudio.install 
b/source/multimedia/pulseaudio/pulseaudio.install
index 8b7dad1..c456e0b 100644
--- a/source/multimedia/pulseaudio/pulseaudio.install
+++ b/source/multimedia/pulseaudio/pulseaudio.install
@@ -1,11 +1,11 @@
post_install() {
if ! grep -q 'realtime' /etc/group; then
#create groups
-   /usr/sbin/groupadd -g 52 realtime 2/dev/null
-   /usr/sbin/groupadd -g 53 pulse-access 2/dev/null
-   /usr/sbin/groupadd -g 54 pulse 2/dev/null
+   /usr/sbin/groupadd -g 57 realtime 2/dev/null
+   /usr/sbin/groupadd -g 58 pulse-access 2/dev/null
+   /usr/sbin/groupadd -g 59 pulse 2/dev/null
#create user
-   /usr/sbin/useradd -s /bin/false -c daemon system user 
pulseaudio -d /var/run/pulse -u 54 -g pulse pulse 2/dev/null
+   /usr/sbin/useradd -s /bin/false -c daemon system user 
pulseaudio -d /var/run/pulse -u 59 -g pulse pulse 2/dev/null
fi
# Create the state directory
mkdir -p /var/run/pulse
@@ -21,11 +21,11 @@ post_upgrade()
{
if ! grep -q 'realtime' /etc/group; then
#create groups
-   /usr/sbin/groupadd -g 52 realtime 2/dev/null
-   /usr/sbin/groupadd -g 53 pulse-access 2/dev/null
-   /usr/sbin/groupadd -g 54 pulse 2/dev/null
+   /usr/sbin/groupadd -g 57 realtime 2/dev/null
+   /usr/sbin/groupadd -g 58 pulse-access 2/dev/null
+   /usr/sbin/groupadd -g 59 pulse 2/dev/null
#create user
-   /usr/sbin/useradd -s /bin/false -c daemon system user 
pulseaudio -d /var/run/pulse -u 54 -g pulse pulse 2/dev/null
+   /usr/sbin/useradd -s /bin/false -c daemon system user 
pulseaudio -d /var/run/pulse -u 59 -g pulse pulse 2/dev/null
fi
# Create the state directory
mkdir -p /var/run/pulse
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] bouleetbiltesting: abiword-2.6.5-1-i686

2009-01-08 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbiltesting.git;a=commitdiff;h=832829e074063d856dfe213504949d6aa8cbf00f

commit 832829e074063d856dfe213504949d6aa8cbf00f
Author: bouleetbil bouleet...@frogdev.info
Date:   Thu Jan 8 22:36:11 2009 +0100

abiword-2.6.5-1-i686
*version bump
*moved to xapp-extra (disable gnome print support)
*added abiword-gnome for print
*added subkpg plugins

diff --git a/source/xapps-extra/abiword/FrugalBuild 
b/source/xapps-extra/abiword/FrugalBuild
new file mode 100644
index 000..c7961be
--- /dev/null
+++ b/source/xapps-extra/abiword/FrugalBuild
@@ -0,0 +1,97 @@
+# Compiling Time: 2.82 SBU
+# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu
+
+pkgname=abiword
+pkgver=2.6.5
+#for now same version
+pkgverplugin=2.6.5
+abivers=2.6
+pkgrel=1
+pkgdesc=AbiWord is a free word processing program similar to Microsoft(R) 
Word.
+url=http://www.abisource.com;
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+depends=('pango' 'libpng' 'fontconfig' 'freetype2' 'libxft' \
+   'enchant' 'perl' 'fribidi' 'wv' 'atk' 'cairo' 'libxau' 'libxdmcp' \
+   'libsm' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' \
+   'libxcursor' 'openssl' 'libjpeg' 'libglade')
+makedepends=('libgnomeprintui' 'goffice'  'boost'\
+   'libgda' 'libgnomedb' 'loudmouth' 'gtkmathview')
+options=('scriptlet')
+_F_gnome_desktop=y
+_F_gnome_mime=y
+Finclude gnome-scriptlet
+up2date=lynx -dump http://www.abisource.com/|grep -m1 'stable release is'|tr 
-d  '[:alpha:] [:blank:]' |sed 's/\(.*\)./\1/;s/.//6'
+source=($url/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz \
+   
$url/downloads/abiword/$pkgver/source/abiword-plugins-$pkgverplugin.tar.gz )
+sha1sums=('f848e82bcda6b0ece5ce206b516a475af9aa5fa7' \
+  '2572bdfe0d19390ff839310102cef75802ba7fa8')
+license=GPL2
+conflicts=('abiword-gnome')
+
+subpkgs=(abiword-gnome abiword-plugins-gnome abiword-plugins 
abiword-plugins-mathview abiword-plugins-xmmp)
+subconflicts=('abiword' '' '' '' '')
+subprovides=('abiword' '' '' '' '')
+subdescs=('Abiword with gnome printing support' 'Abiword gnome plugins' 
'Abiword plugins' \
+   'Abiword plugins mathview' 'Abiword plugins xmmp')
+subdepends=(pango libpng fontconfig freetype2 libxft \
+   enchant perl fribidi wv atk cairo libxau libxdmcp \
+   libsm libxdamage libxinerama libxi libxrandr \
+   libxcursor openssl libjpeg libglade libgnomeprintui goffice \
+   abiword-gnome libgnomedb libgda abiword \
+   abiword gtkmathview abiword loudmouth)
+subgroups=('gnome-extra' 'gnome-extra' 'xlib-extra' 'xlib-extra' 'xlib-extra')
+subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 
x86_64')
+subinstall=($_F_gnome_scriptlet)
+
+#Todo
+#When we bump it verify if abiscan is already broken
+#If not add it to abiword-plugin-gnome
+
+build() {
+   unset MAKEFLAGS
+
+   #first build plugins
+   Fcd
+   cd ../abiword-plugins-$pkgverplugin || Fdie
+   #plugin abiscan broken with new 'gnome-scan'
+   Fbuild --with-abiword=../abiword-$pkgver -disable-abiscan
+
+   #gnome plugins
+   Fsplit abiword-plugins-gnome 
/usr/lib/abiword-$abivers/plugins/libLoadBindings*
+   Fsplit abiword-plugins-gnome 
/usr/lib/abiword-$abivers/plugins/libAbiCommand*
+   Fsplit abiword-plugins-gnome 
/usr/lib/abiword-$abivers/plugins/libPresentation*
+
+   Fsplit abiword-plugins-xmmp 
/usr/lib/abiword-$abivers/plugins/libAbiCollab*
+
+   Fsplit abiword-plugins-mathview 
/usr/lib/abiword-$abivers/plugins/libAbiMathView*
+
+   #plugins don't depend gnome*
+   Fsplit abiword-plugins /usr
+
+   #build abiword
+   cd ../$pkgname-$pkgver || Fdie
+   Fsed 'icondir = $(datadir)/icons' 'icondir = $(datadir)/pixmaps' 
GNUmakefile.in
+   Fmake --enable-libabiword \
+   --enable-threads \
+   --enable-scripting \
+   --enable-printing --enable-gucharmap
+   Fmakeinstall
+   Fsplit abiword-gnome /usr
+   Fbuild_gnome_scriptlet
+
+   make clean
+   #broken configure
+   Fsed print=true print=false configure
+   Fmake --enable-libabiword \
+   --enable-threads \
+   --enable-scripting \
+   --disable-embedded \
+   --disable-printing --disable-gucharmap \
+   --disable-gnomevfs --disable-gnomeui
+   Fmakeinstall
+   Fbuild_gnome_scriptlet
+
+}
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: openssl-0.9.8-16-i686

2009-01-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1680c094ecab738d73707a5fde57aa4e5c34aa3f

commit 1680c094ecab738d73707a5fde57aa4e5c34aa3f
Author: Miklos Vajna vmik...@frugalware.org
Date:   Fri Jan 9 05:02:25 2009 +0100

openssl-0.9.8-16-i686

- bump to patchlevel 'j'
- closes #3557

diff --git a/source/base/openssl/FrugalBuild b/source/base/openssl/FrugalBuild
index 7c7e89b..fe7db31 100644
--- a/source/base/openssl/FrugalBuild
+++ b/source/base/openssl/FrugalBuild
@@ -4,8 +4,8 @@

pkgname=openssl
pkgver=0.9.8
-pkgextraver=i
-pkgrel=15
+pkgextraver=j
+pkgrel=16
pkgdesc=The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security
url=http://www.openssl.org/source/;
groups=('base' 'chroot-core')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: tablaunch-0.6-1-x86_64

2009-01-08 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d8b05216f7d01adbfc8b0be94d642690a616835

commit 9d8b05216f7d01adbfc8b0be94d642690a616835
Author: Miklos Vajna vmik...@frugalware.org
Date:   Fri Jan 9 05:27:49 2009 +0100

tablaunch-0.6-1-x86_64

added x86_64 to archs()

diff --git a/source/x11-extra/tablaunch/FrugalBuild 
b/source/x11-extra/tablaunch/FrugalBuild
index d4e08aa..e3c31ca 100644
--- a/source/x11-extra/tablaunch/FrugalBuild
+++ b/source/x11-extra/tablaunch/FrugalBuild
@@ -11,7 +11,7 @@ conflicts=('yeahlaunch')
replaces=('yeahlaunch')
provides=('yeahlaunch')
groups=('x11-extra')
-archs=('i686')
+archs=('i686' 'x86_64')
sha1sums=('813560c0df658ba4a0f6daa135bfd60011bedd24')
_F_cd_path=$pkgname-$pkgver/src
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: proftpd-1.3.1-7-i686

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

commit cf55a8714a562951e7fe14b8d7c4d78e6661468d
Author: Miklos Vajna vmik...@frugalware.org
Date:   Fri Jan 9 05:31:44 2009 +0100

proftpd-1.3.1-7-i686

- rebuilt with openssl
- up2date fix

diff --git a/source/network/proftpd/FrugalBuild 
b/source/network/proftpd/FrugalBuild
index bcf9a8f..7410475 100644
--- a/source/network/proftpd/FrugalBuild
+++ b/source/network/proftpd/FrugalBuild
@@ -5,15 +5,16 @@
pkgname=proftpd
pkgver=1.3.1
pkgextraver=
-pkgrel=6
+pkgrel=7
pkgdesc=Highly configurable GPL-licensed FTP server software
url=http://www.proftpd.org/;
groups=('network')
archs=('i686' 'x86_64')
-depends=('ncurses' 'libmysqlclient' 'openssl=0.9.8-15')
+depends=('ncurses' 'libmysqlclient' 'openssl=0.9.8-16')
makedepends=('tcp_wrappers' 'mysql')
backup=(etc/{proftpd.conf,ftpusers})
-up2date=lynx -dump $url | Flasttar
+_F_archive_grepv=rc[0-9]
+up2date=Flasttar $url
source=(ftp://ftp.proftpd.org/distrib/source/$pkgname-$pkgver$pkgextraver.tar.bz2
 \
rc.proftpd proftpd.conf ftpusers compile.patch CVE-2008-4242.diff)
signatures=($source.asc '' '' '' '' '')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: qlbar-0.1.4-2-i686

2009-01-08 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7f2531f37b11d6833818cde8137384ee2bf0578c

commit 7f2531f37b11d6833818cde8137384ee2bf0578c
Author: James Buren r...@frugalware.org
Date:   Thu Jan 8 23:50:44 2009 -0600

qlbar-0.1.4-2-i686
* adjust default config file font path
* correct config file location

diff --git a/source/x11-extra/qlbar/FrugalBuild 
b/source/x11-extra/qlbar/FrugalBuild
index 48fd295..433addd 100644
--- a/source/x11-extra/qlbar/FrugalBuild
+++ b/source/x11-extra/qlbar/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=qlbar
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc=$pkgname is a toolbar launcher for X11.
url=http://prokop.ae.krakow.pl/projects/$pkgname.html;
depends=('libx11' 'imlib2' 'libstdc++')
@@ -22,7 +22,9 @@ build()
Fexerel src/$pkgname /usr/bin/$pkgname
Fmanrel man/$pkgname.8
Fdocrel man/$pkgname{.pdf,.dvi,\_man.html}
-   Ffilerel conf/* /usr/share/$pkgname-$pkgver/example
+   # change default font path in the config file
+   Fsed /usr/X11/lib/X11/fonts/TTF /usr/lib/X11/fonts/TTF
+   Ffilerel conf/* /usr/share/doc/$pkgname-$pkgver/example
}

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