[Frugalware-git] frugalware-current: gajim-0.15-1-i686 * version bump

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b737e71ecb9e4063f8f1062d64701f6ba68d764c

commit b737e71ecb9e4063f8f1062d64701f6ba68d764c
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 08:06:36 2012 +0100

gajim-0.15-1-i686
* version bump

diff --git a/source/xapps-extra/gajim/FrugalBuild 
b/source/xapps-extra/gajim/FrugalBuild
index 5f07c15..6cd7cc6 100644
--- a/source/xapps-extra/gajim/FrugalBuild
+++ b/source/xapps-extra/gajim/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: voroskoi voros...@frugalware.org

pkgname=gajim
-pkgver=0.14.4
+pkgver=0.15
pkgrel=1
pkgdesc=The goal of Gajim is to provide a full featured and easy to use Jabber 
client.
url=http://www.gajim.org/;
@@ -16,7 +16,7 @@ Finclude gnome-scriptlet
groups=('xapps-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://www.gajim.org/downloads.php?lang=en |grep tar.bz2 
|sed 's/.*-\(.*\).t.*/\1/'
-source=(http://www.gajim.org/downloads/0.14/gajim-$pkgver.tar.bz2)
-sha1sums=('0343af3c4bae39aa49e547b641caac197a887bb4')
+source=(http://www.gajim.org/downloads/$pkgver/gajim-$pkgver.tar.bz2)
+sha1sums=('68934aa40090d21b2937df551373e454f5aa6bb6')

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


[Frugalware-git] frugalware-current: liferea-1.8.2-1-i686 * version bump

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab7ceb5721ff8102275bc2677535a7e6fe871e18

commit ab7ceb5721ff8102275bc2677535a7e6fe871e18
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 08:15:17 2012 +0100

liferea-1.8.2-1-i686
* version bump

diff --git a/source/gnome-extra/liferea/FrugalBuild 
b/source/gnome-extra/liferea/FrugalBuild
index 5a38aef..94d2db5 100644
--- a/source/gnome-extra/liferea/FrugalBuild
+++ b/source/gnome-extra/liferea/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: jercel jerce...@gmail.com

pkgname=liferea
-pkgver=1.8.0
+pkgver=1.8.2
pkgrel=1
pkgdesc=Liferea is a news aggregator for online news feeds.
license=GPL2
@@ -17,7 +17,7 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude sourceforge gnome-scriptlet
source=($source frugalware-feeds.diff)
-sha1sums=('b731e70128130478207e9059fc9ec33ae7d95358' \
+sha1sums=('43b60c1df62c72b06c26a292eb0c4835d3932b3a' \
'c35e850470675eaae86928cc27ea36e011a2efb9')
replaces=('news-notification')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: support kernel.org style signatures now

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=68b8648e048465e48b4260640c2ccd36be82dec0

commit 68b8648e048465e48b4260640c2ccd36be82dec0
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 03:36:22 2012 -0500

support kernel.org style signatures now

diff --git a/scripts/makepkg b/scripts/makepkg
index 19b646f..11e5a3c 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -1,27 +1,27 @@
#!/bin/bash
-#
+#
#   makepkg
-#
+#
#   Copyright (c) 2005 by Aurelien Foret orel...@chez.com
#   Copyright (c) 2005 by Judd Vinet jvi...@zeroflux.org
#   Copyright (c) 2005 by Christian Hamar kr...@linuxforum.hu
#   Copyright (c) 2006 by Alex Smith a...@alex-smith.me.uk
#   Copyright (c) 2006 by Andras Voroskoi voros...@frugalware.org
#   Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 by Miklos Vajna 
vmik...@frugalware.org
-#
+#
#   This program is free software; you can redistribute it and/or modify
#   it under the terms of the GNU General Public License as published by
#   the Free Software Foundation; either version 2 of the License, or
#   (at your option) any later version.
-#
+#
#   This program is distributed in the hope that it will be useful,
#   but WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#   GNU General Public License for more details.
-#
+#
#   You should have received a copy of the GNU General Public License
#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
#   USA.
#

@@ -829,13 +829,13 @@ umask 0022
# download buildscript if necessary
if [ ! -z $DOWNLOAD -a $INFAKEROOT != 1 ]; then
msg Retrieving $DOWNLOAD's buildscript...
-
+
# find the package
if ! $PACMAN -Si $DOWNLOAD /dev/null 21; then
error Package \$DOWNLOAD\ was not found.
exit 1
fi
-
+
# check for a download utility
if [ -z $FTPAGENT ]; then
error FTPAGENT is not configured. Check the /etc/makepkg.conf file.
@@ -848,16 +848,16 @@ if [ ! -z $DOWNLOAD -a $INFAKEROOT != 1 ]; then
msg Aborting...
exit 1
fi
-
+
confs=`cat /etc/pacman-g2.conf |grep ^Include|sed 's/.* = \(.*\)/\1/'`
-
+
# searching for a mirror
repo=`$PACMAN -Si $DOWNLOAD |grep ^Repo |sed -n 's/.* \([^ ]*\)/\1/;1 p'`
dir=`grep ^Server /etc/pacman-g2/repos/$repo |sed -n 's/.* = \(.*\)/\1/;1 p'`
arch=`grep ^Server /etc/pacman-g2/repos/$repo |sed -n 's/.*-\(.*\)/\1/;1 p'`
cat=`$PACMAN -Si $DOWNLOAD |grep ^G |sed 's/.* : \([^ ]*\) .*/\1/;'`
dlpath=$dir/../
-
+
# download the script
mkdir $DOWNLOAD
cd $DOWNLOAD
@@ -1099,7 +1099,7 @@ if [ $CHROOT = 1 -a $INCHROOT != 1 ]; then
fi
# why is this necessary?
chmod 1777 $CHROOTDIR/{var,}/tmp
-
+
msg Copying config files to chroot
cp -pf /etc/pacman-g2/repos/* $CHROOTDIR/etc/pacman-g2/repos /dev/null
if [ -d ~/.pacman-g2/repos ]; then
@@ -1136,7 +1136,7 @@ if [ $CHROOT = 1 -a $INCHROOT != 1 ]; then
msg Copying $pkgname's buildscript to chroot
cp -a * $CHROOTDIR/var/tmp/fst/
chown -R fst:users $CHROOTDIR/var/tmp/fst
-
+
if [ ! -x  /usr/sbin/chroot ]; then
error chroot was not found.
else
@@ -1229,7 +1229,7 @@ if [ `id -u` != 0 ]; then
sleep 1
fi
else
-   warning Running makepkg as an unprivileged user will result in 
non-root
+   warning Running makepkg as an unprivileged user will result in 
non-root
plain ownership of the packaged files.  Try using the fakeroot
plain environment.  (USE_FAKEROOT=y in makepkg.conf)
plain 
@@ -1435,7 +1435,17 @@ if [ $GENSHA1 = 0 ]; then
sig=`strip_url ${signatures[$idx]}`
$ECHO -n $file ...  2
if [ ! -z $sig ]; then
-   gpg --batch --verify $sig $file 
/dev/null 21
+   echo $sig | grep -q ^$file 
/dev/null 21
+   if [ $? -ne 0 ]; then
+   case $file in
+   *.gz)  
cmd='zcat'  ;;
+   *.bz2) 
cmd='bzcat' ;;
+   *.xz)  
cmd='xzcat' ;;
+   esac
+   else
+   cmd='cat'
+   fi
+   $cmd $file | gpg --batch 
--verify $sig - /dev/null 21
if [ $? -ne 0 ]; then
$ECHO FAILED 2
errors=1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: update NEWS

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b966c2d4fac46b32fb3d3823a2946adfe0c780c4

commit b966c2d4fac46b32fb3d3823a2946adfe0c780c4
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 03:37:43 2012 -0500

update NEWS

diff --git a/NEWS b/NEWS
index d13a5d1..9cb0298 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
VERSION DESCRIPTION
-
+3.8.9 - makepkg: supports kernel.org gpg signatures now
3.8.8 - makepkg: more stacked repo work (to allow a wip repo
-   based on an other wip repo)
+  based on an other wip repo)
- support for newer libarchive
- support static libarchive
- libftp: yet another timeout fix
@@ -300,7 +301,7 @@ VERSION DESCRIPTION
by alpm_db_setserver()
- added python bindings
3.3.5 - fixed a stale lockfile problem (when packages were corrupted)
-  - fixed problem when sometimes ^C was ignored
+  - fixed problem when sometimes ^C was ignored
- new pacman option: --ask
- libalpm: prefixed all internal functions with _alpm
- makepkg: bugfix for suboptions=('nostrip')
@@ -527,7 +528,7 @@ VERSION DESCRIPTION
- Makefile fix for nonstandard lib search paths (Kevin Piche)
- fixed the leftover directories in /tmp
- speed improvement patches from Tommi Rantala
-2.9.2 - bugfix for 2.9.1
+2.9.2 - bugfix for 2.9.1
2.9.1 - --refresh now only downloads fresh packages lists if they've
been updated (currently only works with FTP)
2.9   - Improved -Rs functionality -- pacman now tracks why a package
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting: kernel-3.3-1-x86_64 * initial bump to 3.3

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=8726a6d058aaa1ba89cd3dd8bc5c0be4cbe253ae

commit 8726a6d058aaa1ba89cd3dd8bc5c0be4cbe253ae
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 03:42:07 2012 -0500

kernel-3.3-1-x86_64
* initial bump to 3.3

diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild
index c806e76..43b4f20 100644
--- a/source/base/kernel/FrugalBuild
+++ b/source/base/kernel/FrugalBuild
@@ -18,11 +18,9 @@ fi
Finclude kernel

if ! Fuse $USE_DEVEL; then
-sha1sums=('0d6ae32001e3c2ecd996675c4262a9ae977733c5' \
-  '47b1e8ac9df3a007fb0dc2ea0a4965b560a30930' \
+sha1sums=('c5dfb129d53b5a03e050afa9d042d7bd3a6b' \
'7a2d9a8cbc71df32d2c382af485684bca0caa28d' \
'77a6089de108b68f8b60ec05160b4453b7671133' \
'9e09ce09ac9a862b44d244d52b0edfbfdf6ff887' \
-  '754e42240154842808a47115e692620903816471' \
'384290a11db317e0d9dc8b4fdf0d29f8027e808c')
fi
diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh
index 44ee87e..ecfaa76 100644
--- a/source/include/kernel-version.sh
+++ b/source/include/kernel-version.sh
@@ -15,9 +15,9 @@
# * _F_kernelver_rel: the kernel release
# * _F_kernelver_stable: the number of the -stable patch to use (if any)
###
-_F_kernelver_ver=3.2
-_F_kernelver_rel=4
-_F_kernelver_stable=9
+_F_kernelver_ver=3.3
+_F_kernelver_rel=1
+_F_kernelver_stable=0

###
# == APPENDED VALUES
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] ryuotesting: kernel-3.3-1-x86_64 * update i686/x86_64 configs to default output of make menuconfig

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=1c4d8d93705e9b0918f1c6c9f18abc4db794a385

commit 1c4d8d93705e9b0918f1c6c9f18abc4db794a385
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 03:50:24 2012 -0500

kernel-3.3-1-x86_64
* update i686/x86_64 configs to default output of make menuconfig

diff --git a/source/base/kernel/config.i686 b/source/base/kernel/config.i686
index 471888b..40a24ce 100644
--- a/source/base/kernel/config.i686
+++ b/source/base/kernel/config.i686
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.2.0 Kernel Configuration
+# Linux/x86 3.3.0 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -17,11 +17,9 @@ CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
-CONFIG_ZONE_DMA=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
-CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_GPIO=y
@@ -40,7 +38,6 @@ CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
-CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
@@ -89,6 +86,7 @@ CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y
+# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set
CONFIG_HAVE_GENERIC_HARDIRQS=y

#
@@ -111,6 +109,7 @@ CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=32
# CONFIG_RCU_FANOUT_EXACT is not set
+# CONFIG_RCU_FAST_NO_HZ is not set
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_RCU_BOOST=y
CONFIG_RCU_BOOST_PRIO=1
@@ -130,6 +129,7 @@ CONFIG_RESOURCE_COUNTERS=y
CONFIG_CGROUP_MEM_RES_CTLR=y
CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y
CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED=y
+# CONFIG_CGROUP_MEM_RES_CTLR_KMEM is not set
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
@@ -137,6 +137,7 @@ CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
+# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
@@ -191,6 +192,7 @@ CONFIG_SLUB_DEBUG=y
CONFIG_SLUB=y
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
+CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
@@ -210,6 +212,9 @@ CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
+CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
+CONFIG_HAVE_CMPXCHG_LOCAL=y
+CONFIG_HAVE_CMPXCHG_DOUBLE=y

#
# GCOV-based kernel profiling
@@ -233,6 +238,35 @@ CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y

#
+# Partition Types
+#
+CONFIG_PARTITION_ADVANCED=y
+CONFIG_ACORN_PARTITION=y
+CONFIG_ACORN_PARTITION_CUMANA=y
+CONFIG_ACORN_PARTITION_EESOX=y
+CONFIG_ACORN_PARTITION_ICS=y
+CONFIG_ACORN_PARTITION_ADFS=y
+CONFIG_ACORN_PARTITION_POWERTEC=y
+CONFIG_ACORN_PARTITION_RISCIX=y
+CONFIG_OSF_PARTITION=y
+CONFIG_AMIGA_PARTITION=y
+CONFIG_ATARI_PARTITION=y
+CONFIG_MAC_PARTITION=y
+CONFIG_MSDOS_PARTITION=y
+CONFIG_BSD_DISKLABEL=y
+CONFIG_MINIX_SUBPARTITION=y
+CONFIG_SOLARIS_X86_PARTITION=y
+CONFIG_UNIXWARE_DISKLABEL=y
+CONFIG_LDM_PARTITION=y
+# CONFIG_LDM_DEBUG is not set
+CONFIG_SGI_PARTITION=y
+CONFIG_ULTRIX_PARTITION=y
+CONFIG_SUN_PARTITION=y
+CONFIG_KARMA_PARTITION=y
+CONFIG_EFI_PARTITION=y
+CONFIG_SYSV68_PARTITION=y
+
+#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
@@ -278,6 +312,7 @@ CONFIG_FREEZER=y
#
# Processor type and features
#
+CONFIG_ZONE_DMA=y
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
@@ -329,8 +364,6 @@ CONFIG_M686=y
CONFIG_X86_GENERIC=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
-CONFIG_CMPXCHG_LOCAL=y
-CONFIG_CMPXCHG_DOUBLE=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
# CONFIG_X86_PPRO_FENCE is not set
@@ -401,6 +434,8 @@ CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_HAVE_MEMBLOCK=y
+CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
+CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
@@ -640,6 +675,7 @@ CONFIG_RAPIDIO_TSI500=y
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
+CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_HAVE_AOUT=y
CONFIG_BINFMT_AOUT=m
@@ -653,6 +689,7 @@ CONFIG_NET=y
#
CONFIG_PACKET=m
CONFIG_UNIX=m
+# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
CONFIG_XFRM_SUB_POLICY=y
@@ -694,6 +731,7 @@ CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
+# CONFIG_INET_UDP_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=m
@@ -745,12 +783,14 @@ CONFIG_BRIDGE_NETFILTER=y
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
+# CONFIG_NETFILTER_NETLINK_ACCT is not set
CONFIG_NETFILTER_NETLINK_QUEUE=m

[Frugalware-git] pacman-g2: makepkg.conf.in: rely on uname for arch specific variables this enables x86_64 to use fw32 for compiling i686 packages

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=805078a42183bcd8ac719c63519ee9753ce80b71

commit 805078a42183bcd8ac719c63519ee9753ce80b71
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 05:19:51 2012 -0500

makepkg.conf.in: rely on uname for arch specific variables
this enables x86_64 to use fw32 for compiling i686 packages

diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 5f0f0f4..3ffbdfd 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -10,15 +10,28 @@ export FTPAGENT=/usr/bin/wget -U makepkg --continue 
--passive-ftp --tries=3 --w
# The rsync utility that makepkg should use to access the Frugalware mirrors
export RSYNCAGENT=rsync -e 'ssh -q -o 
GlobalKnownHostsFile=$HOME/.ssh/known_hosts -i $HOME/.ssh/id_dsa' -vP

-export CARCH=@CARCH@
-export CHOST=@CHOST@
-
-# Pentium Pro/Pentium II/Pentium III+/Pentium 4/Athlon exclusive (binaries
-# will use the P6 instruction set and only run on P6+ systems)
-# As of GCC 4.2 -mtune=generic can be used to generate code running well on
-# common x86 chips.
-export CFLAGS=@CARCHFLAGS@ -O2 -pipe
-export CXXFLAGS=@CARCHFLAGS@ -O2 -pipe
+case $(uname -m) in
+   i686)
+   CARCH=i686
+   CHOST=i686-frugalware-linux
+   CFLAGS=-march=i686 -mtune=generic -O2 -pipe
+   CXXFLAGS=-march=i686 -mtune=generic -O2 -pipe
+   ;;
+   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
+   ;;
+   arm*)
+   CARCH=arm
+   CHOST=arm-frugalware-linux
+   CFLAGS=-march=armv5te -O2 -pipe
+   CXXFLAGS=-march=armv5te -O2 -pipe
+   ;;
+esac
+
+export CARCH CHOST CFLAGS CXXFLAGS

# SMP Systems
#export MAKEFLAGS=-j2
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: update NEWS

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=2d403142c90d7b38681309b9612028a14c1615a2

commit 2d403142c90d7b38681309b9612028a14c1615a2
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 05:22:04 2012 -0500

update NEWS

diff --git a/NEWS b/NEWS
index 9cb0298..ce106e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
VERSION DESCRIPTION
-
3.8.9 - makepkg: supports kernel.org gpg signatures now
+  - makepkg: support for fw32 compilation
3.8.8 - makepkg: more stacked repo work (to allow a wip repo
based on an other wip repo)
- support for newer libarchive
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


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

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=3fea655ecb25037e31cd9742f35fe7046840e016

commit 3fea655ecb25037e31cd9742f35fe7046840e016
Merge: 2d7f88f ab7ceb5
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 12:10:02 2012 +0100

Merge ../current

Conflicts:
source/base/kmod/FrugalBuild
source/devel-extra/mono/FrugalBuild
source/gnome-extra/latexila/FrugalBuild
source/gnome/gnome-frugalware/FrugalBuild
source/gnome/gnome-icon-theme/FrugalBuild
source/gnome/gnome-themes-standard/FrugalBuild
source/gnome/gnome-themes/FrugalBuild
source/gnome/gsettings-desktop-schemas/FrugalBuild
source/gnome/gtk+3-engines-unico/FrugalBuild
source/gnome/rarian/FrugalBuild
source/lib/atk/FrugalBuild
source/lib/glibmm/FrugalBuild
source/lib/lcms2/FrugalBuild
source/lib/libcroco/FrugalBuild
source/lib/libgee/FrugalBuild
source/lib/pygobject3/FrugalBuild
source/lib/telepathy-mission-control/FrugalBuild
source/multimedia/audiofile/FrugalBuild
source/multimedia/libao/FrugalBuild
source/network/modemmanager/FrugalBuild
source/network/networkmanager/FrugalBuild
source/xapps-extra/epdfview/FrugalBuild
source/xapps-extra/gparted/FrugalBuild
source/xapps-extra/texlive/FrugalBuild
source/xlib-extra/libpst/FrugalBuild
source/xlib/gdk-pixbuf2/FrugalBuild
source/xlib/gobject-introspection/FrugalBuild
source/xlib/gtkmm/FrugalBuild
source/xlib/librsvg/FrugalBuild
source/xlib/libwnck/FrugalBuild
source/xlib/libwnck2/FrugalBuild
source/xlib/sdl/FrugalBuild

diff --cc source/apps/polkit/FrugalBuild
index 592b44e,1948fbb..8e4c12c
--- a/source/apps/polkit/FrugalBuild
+++ b/source/apps/polkit/FrugalBuild
@@@ -9,10 -9,10 +9,10 @@@ url=http://hal.freedesktop.org/docs/Po
depends=('pam' 'dbus-glib' 'expat' 'eggdbus')
makedepends=('intltool' 'gobject-introspection=0.9.0' 'docbook-xsl')
groups=('apps')
- archs=('i686' 'x86_64' 'ppc' 'arm')
+ archs=('i686' 'x86_64' 'arm')
up2date=Flasttar http://hal.freedesktop.org/releases/;
source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('62907e1c9ffc45a8cd5f2cec2b5eabb168551f0e')
+sha1sums=('599208cf584b9e13f8c9d863238a8271af4aba62')

replaces=('policykit')
conflicts=('policykit')
diff --cc source/apps/upower/FrugalBuild
index 6eb19f7,7a61059..29749b8
--- a/source/apps/upower/FrugalBuild
+++ b/source/apps/upower/FrugalBuild
@@@ -9,10 -9,10 +9,10 @@@ url=http://upwoer.freedesktop.org
depends=('libxml2=2.7.8' 'dbus-glib' 'udev' 'polkit' 'libusb' 'libgudev' 
'pm-utils' 'libimobiledevice' 'libusb1')
makedepends=('intltool' 'gobject-introspection')
groups=('apps')
- archs=('i686' 'x86_64' 'ppc')
+ archs=('i686' 'x86_64')
up2date=Flasttar http://upower.freedesktop.org/releases/;
source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('d073ce9f25b2c300565e75fff03834eca3dccd9a')
+sha1sums=('565d9944c1ca01b4dd4eb9325bca81838799965f')
replaces=(devicekit-power)
conflicts=(devicekit-power)
provides=(devicekit-power)
diff --cc source/base/glib2/FrugalBuild
index db332d1,f6d09ec..ccb5612
--- a/source/base/glib2/FrugalBuild
+++ b/source/base/glib2/FrugalBuild
@@@ -11,10 -11,9 +11,10 @@@ url=http://www.gtk.org/
depends=('glibc=2.9-2' 'libffi')
makedepends=('libgcrypt=1.4.3-1' 'gobject-introspection')
groups=('base' 'chroot-core')
- archs=('i686' 'x86_64' 'ppc' 'arm')
+ archs=('i686' 'x86_64' 'arm')
options=('scriptlet')
_F_gnome_name=glib
+_F_gnome_ext=.tar.xz
Finclude gnome
_F_cd_path=glib-$pkgver
## DON'T remove nor change the debug level or it breaks again ..
diff --cc source/devel-extra/mono/FrugalBuild
index 40c827c,e3293df..a66998e
--- a/source/devel-extra/mono/FrugalBuild
+++ b/source/devel-extra/mono/FrugalBuild
@@@ -17,11 -17,11 +17,11 @@@ if Fuse $USE_MONOFORBUILD; the
makedepends=(${makedepends[@]} mono)
fi
rodepends=('libxml2')
- groups=('devel-extra')
- archs=('i686' 'x86_64' 'ppc')
+ groups=('devel')
+ archs=('i686' 'x86_64')
Finclude mono
-up2date=lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 
'mono-'|sed 's/.*-\(.*\).t.*/\1/'
-source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+up2date=Flasttar http://origin-download.mono-project.com/sources/mono/;
+source=(http://origin-download.mono-project.com/sources/mono/$pkgname-$pkgver.tar.bz2)
replaces=('monodoc')
conflicts=('monodoc')
provides=('monodoc')
diff --cc source/devel-extra/vala/FrugalBuild
index c9233cb,5b60eb7..9508b84
--- a/source/devel-extra/vala/FrugalBuild
+++ b/source/devel-extra/vala/FrugalBuild
@@@ -9,10 -9,10 +9,10 @@@ pkgdesc=Vala is a prgramming language
depends=('glib2=2.28.3')
makedepends=('libxslt')
groups=('devel-extra')
- archs=('i686' 'x86_64' 'ppc' 'arm')
+ archs=('i686' 'x86_64' 'arm')
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('6a1de529691bd8708150e1298d17e67a809b2592')
+sha1sums=('085de8426ed5625dbb7f8637c7b6bc29bf62d07b')
Fconfopts=${Fconfopts[@]} --enable-vapigen

#IDE not ready for vala 0.14
diff --cc source/gnome-extra/latexila/FrugalBuild
index 9a54698,0358532..3975b55
--- 

[Frugalware-git] gnometesting: nspr-4.9-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=9042d5f9301ee8061dcac334095af0ce6fe34c97

commit 9042d5f9301ee8061dcac334095af0ce6fe34c97
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 13:07:00 2012 +0100

nspr-4.9-1-x86_64
* Version bump

diff --git a/source/lib/nspr/FrugalBuild b/source/lib/nspr/FrugalBuild
index 860da87..29128f0 100644
--- a/source/lib/nspr/FrugalBuild
+++ b/source/lib/nspr/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=nspr
-pkgver=4.8.9
+pkgver=4.9
pkgrel=1
pkgdesc=NSPR library from mozilla.org
url=http://www.mozilla.org/projects/nspr/;
@@ -12,9 +12,9 @@ archs=('i686' 'x86_64' 'arm')
license=MPL GPL
depends=('glibc=2.12.1')
up2date=lynx -dump '$pkgurl'|sort -n -r|head -n 2|sort -n|head -n 1|sed -e 
's/.*v//' -e 's|/||g'
-source=($pkgurl/v${pkgver}/src/$pkgname-$pkgver.tar.gz pkgconfig.patch)
-sha1sums=('509785e68f52542778c770445329cc4db15c749b' \
-  'a538989bf58ae7910cacd65fd9bcbe9e6c4206d0')
+source=($pkgurl/v${pkgver}/src/$pkgname-$pkgver.tar.gz nspr.pc)
+sha1sums=('57a6bb09ccb90d14303c3d9a6ec2592d8a5c0752' \
+  'cb5d61a82a394cf115c9fde4306abcebba45915d')

build()
{
@@ -36,6 +36,7 @@ build()
## do not use Fmakeinstall here
make || Fdie
make DESTDIR=$Fdestdir install || Fdie
+   Fexe /usr/lib/pkgconfig/nspr.pc
Frm usr/bin/compile-et.pl
Frm usr/bin/pterr.*
Frm usr/lib/*.a
diff --git a/source/lib/nspr/nspr.pc b/source/lib/nspr/nspr.pc
new file mode 100644
index 000..7c23295
--- /dev/null
+++ b/source/lib/nspr/nspr.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include/nspr4
+
+Name: NSPR
+Description: The Netscape Portable Runtime
+Version: 4.9.0
+Libs: -L${libdir} -lplds4 -lplc4 -lnspr4 -lpthread
+Cflags: -I${includedir}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: nss-3.13.3-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2292875d55c72f1e64cdb7a975f2f9f62bd8fa9a

commit 2292875d55c72f1e64cdb7a975f2f9f62bd8fa9a
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 13:08:27 2012 +0100

nss-3.13.3-1-x86_64
* Version bump

diff --git a/source/lib/nss/FrugalBuild b/source/lib/nss/FrugalBuild
index 258b58c..a1123d8 100644
--- a/source/lib/nss/FrugalBuild
+++ b/source/lib/nss/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=nss
-pkgver=3.13.1
+pkgver=3.13.3
pkgrel=1
pkgdesc=NSS library from mozilla.org
url=http://www.mozilla.org/projects/security/pki/nss/;
@@ -10,7 +10,7 @@ 
pkgurl=http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/;
groups=('lib')
archs=('i686' 'x86_64' 'arm')
license=MPL GPL
-depends=('glibc=2.12.1' 'nspr=4.8.9' 'sqlite3')
+depends=('glibc=2.12.1' 'nspr=4.9' 'sqlite3')
up2date=lynx -dump '$pkgurl?C=M;D=A'|grep NSS|sed -n 
's/.*NSS_\(.*\)_RTM.*/\1/;s/_/./g;$ p'
source=($pkgurl/NSS_${pkgver//./_}_RTM/src/$pkgname-$pkgver.tar.gz \
nss-config.in nss.pc.in)
@@ -98,7 +98,7 @@ build() {

}

-sha1sums=('d8e7ee9f9f1e0bfa2ea8b72d25727634fea130a6' \
+sha1sums=('6b8b92d3de893ae67dc04ce9a14ab5c9495dd4a6' \
'0227f94c745519b67b1b530e6cc116e8069a6b43' \
'ae2d58b2aa31ce0426541e8c76aeda7a8d34c8cf')
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: xulrunner-6.0.2-4-x86_64 * Rebuild

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=0ded4c94042175a6c45bc5994880c135b17f7f0d

commit 0ded4c94042175a6c45bc5994880c135b17f7f0d
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 13:11:24 2012 +0100

xulrunner-6.0.2-4-x86_64
* Rebuild

diff --git a/source/xlib/xulrunner/FrugalBuild 
b/source/xlib/xulrunner/FrugalBuild
index 78774fd..c707c8f 100644
--- a/source/xlib/xulrunner/FrugalBuild
+++ b/source/xlib/xulrunner/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=xulrunner
pkgver=6.0.2
-pkgrel=3
+pkgrel=4
pkgdesc=XULRunner is a Mozilla runtime package that can be used to bootstrap 
XUL+XPCOM applications that are as rich as Firefox and Thunderbird.
url=http://developer.mozilla.org/en/docs/XULRunner;
depends=('libxml2=2.7.8' 'alsa-lib' 'bzip2' 'cairo=1.8.10-2' 'curl' 
'dbus-glib' 'gtk+2=2.20.0-2' 'libidl' 'libnotify=0.4.5-3' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtkhtml-4.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d8453b295b3229d9cbbcf7cac3587ed2ca580749

commit d8453b295b3229d9cbbcf7cac3587ed2ca580749
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 13:18:56 2012 +0100

gtkhtml-4.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/gtkhtml/FrugalBuild b/source/gnome/gtkhtml/FrugalBuild
index 11a0eeb..8974563 100644
--- a/source/gnome/gtkhtml/FrugalBuild
+++ b/source/gnome/gtkhtml/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gtkhtml
-pkgver=4.3.91
+pkgver=4.3.92
pkgrel=1
pkgdesc=A lightweight HTML rendering/printing/editing engine
depends=('libxml2=2.7.8' 'gtk+3' 'gconf' \
@@ -14,7 +14,7 @@ archs=('i686' 'x86_64')
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('5e1cfa7546a889d0561b391467cb33b74c4ad8c5')
+sha1sums=('13bc91ee2417a274040a7da575824b2807a6cc03')
replaces=('gtkhtml312')
provides=('gtkhtml312')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-doc-utils-0.20.8-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=fd26add6bff637d8b64263150e26728e8ac7c035

commit fd26add6bff637d8b64263150e26728e8ac7c035
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 13:40:19 2012 +0100

gnome-doc-utils-0.20.8-1-x86_64
* Version bump

diff --git a/source/gnome/gnome-doc-utils/FrugalBuild 
b/source/gnome/gnome-doc-utils/FrugalBuild
index d2c537e..74aa3c7 100644
--- a/source/gnome/gnome-doc-utils/FrugalBuild
+++ b/source/gnome/gnome-doc-utils/FrugalBuild
@@ -3,7 +3,7 @@
# Contributor: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=gnome-doc-utils
-pkgver=0.20.7
+pkgver=0.20.8
pkgrel=1
pkgdesc=A collection of documentation utilities for GNOME
url=http://www.gnome.org/;
@@ -14,6 +14,6 @@ archs=('i686' 'x86_64' 'arm')
_F_gnome_scrollkeeper=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('d9bff4843ff574a2e1007b59775205e5d91723fc')
+sha1sums=('c9e415c17d66c9d90d2dfdd7f368ec5eeb8c7fb4')

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


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

2012-03-19 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1b90a5c92d3586de46d0b21e58a5ba5d3f15c014

commit 1b90a5c92d3586de46d0b21e58a5ba5d3f15c014
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Mar 19 13:58:17 2012 +0100

jhead-2.95-1-x86_64

version bump

diff --git a/source/apps-extra/jhead/FrugalBuild 
b/source/apps-extra/jhead/FrugalBuild
index a49fa54..afad6da 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.93
+pkgver=2.95
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=('d4b9f1406c4236e987c7aed4974f25454f270262')
+sha1sums=('e66b0a64e034054185da3e6c5e1ac7afb36776f8')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: perl-dbd-pg-2.19.2-1-x86_64

2012-03-19 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c00fb1870d5e6b032155fcd3b9af208ade94

commit c00fb1870d5e6b032155fcd3b9af208ade94
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Mar 19 14:00:37 2012 +0100

perl-dbd-pg-2.19.2-1-x86_64

version bump

diff --git a/source/devel-extra/perl-dbd-pg/FrugalBuild 
b/source/devel-extra/perl-dbd-pg/FrugalBuild
index dd44c46..fc45e2c 100644
--- a/source/devel-extra/perl-dbd-pg/FrugalBuild
+++ b/source/devel-extra/perl-dbd-pg/FrugalBuild
@@ -4,11 +4,11 @@

_F_perl_name=DBD-Pg
_F_perl_author=T/TU/TURNSTEP
-pkgver=2.18.1
-pkgrel=2
+pkgver=2.19.2
+pkgrel=1
pkgdesc=PostgreSQL database driver for the DBI module
depends=('perl-dbi=1.609' 'postgresql=8.4.0')
Finclude perl
archs=(${archs[@]} 'x86_64')
-sha1sums=('7ea0735fae4dab0b5c95b11ff391f9adedebfaca')
+sha1sums=('edcaa1a44c0ff8e7f78bc80f584b9e83c11d10df')
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: drupal6-fckeditor-6.x_2.3-1-x86_64

2012-03-19 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8c9a5c7581fa304dc805fe4eb806c8706cc499ac

commit 8c9a5c7581fa304dc805fe4eb806c8706cc499ac
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Mar 19 14:02:05 2012 +0100

drupal6-fckeditor-6.x_2.3-1-x86_64

version bump
closes #4680 in -current

diff --git a/source/network-extra/drupal6-fckeditor/FrugalBuild 
b/source/network-extra/drupal6-fckeditor/FrugalBuild
index 382adb5..76680f3 100644
--- a/source/network-extra/drupal6-fckeditor/FrugalBuild
+++ b/source/network-extra/drupal6-fckeditor/FrugalBuild
@@ -3,14 +3,14 @@

_F_drupal_module=fckeditor
_F_drupal_ver=6.x
-pkgver=6.x_2.2
+pkgver=6.x_2.3
pkgrel=1
pkgdesc=This module allows Drupal to replace textarea fields with the 
FCKeditor
Finclude sourceforge drupal
# Looks like any random SF mirror does not contain this file, so hardcoding ovh.
_F_sourceforge_mirror=ovh.dl
source=(${source[@]} 
http://${_F_sourceforge_mirror}.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.tar.gz)
-sha1sums=('939c820704f8141657d2c400d7527ee9bd45aff2' \
+sha1sums=('b5ca38067a35373d33655b268f998de657bd8167' \
'f489dc780bd52ee42966c82934ee2c16036a683c')
replaces=('drupal-fckeditor')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: roundcube-0.7.2-1-x86_64

2012-03-19 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aba2cdeff4163b6d54e28b95ed6e52823396c726

commit aba2cdeff4163b6d54e28b95ed6e52823396c726
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Mar 19 14:06:21 2012 +0100

roundcube-0.7.2-1-x86_64

version bump

diff --git a/source/network-extra/roundcube/FrugalBuild 
b/source/network-extra/roundcube/FrugalBuild
index abe0424..a25e548 100644
--- a/source/network-extra/roundcube/FrugalBuild
+++ b/source/network-extra/roundcube/FrugalBuild
@@ -3,7 +3,7 @@
# Maintainer: CSÉCSY László boo...@frugalware.org

pkgname=roundcube
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc=A free and open source webmail solution with a desktop-like user 
interface
_F_sourceforge_dirname=roundcubemail
@@ -16,7 +16,7 @@ groups=('network-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://roundcube.net/download | grep Stable | sed 's/.*: 
\(.*\) \[.*/\1/'
source=(http://downloads.sourceforge.net/project/${_F_sourceforge_dirname}/${_F_sourceforge_dirname}/$pkgver/${_F_sourceforge_dirname}-$pkgver.tar.gz)
-sha1sums=('20d7c7203de14727f2bdcfbbc61916b7ff5a3dc2')
+sha1sums=('fdfa7fdbe7eac7244dd9c5f7ca08ef8b52afdfa5')

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


[Frugalware-git] frugalware-1.6: drupal6-fckeditor-6.x_2.3-1fermus1-x86_64

2012-03-19 Thread CS�CSY L�szl�
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.6.git;a=commitdiff;h=733779402af04a6b87447a827f08bacf373df78d

commit 733779402af04a6b87447a827f08bacf373df78d
Author: CSÉCSY László boo...@frugalware.org
Date:   Mon Mar 19 14:09:07 2012 +0100

drupal6-fckeditor-6.x_2.3-1fermus1-x86_64

secfix verbump, backport of 8c9a5c7
closes #4680 in -stable

diff --git a/source/network-extra/drupal6-fckeditor/FrugalBuild 
b/source/network-extra/drupal6-fckeditor/FrugalBuild
index 382adb5..fb29a49 100644
--- a/source/network-extra/drupal6-fckeditor/FrugalBuild
+++ b/source/network-extra/drupal6-fckeditor/FrugalBuild
@@ -3,14 +3,14 @@

_F_drupal_module=fckeditor
_F_drupal_ver=6.x
-pkgver=6.x_2.2
-pkgrel=1
+pkgver=6.x_2.3
+pkgrel=1fermus1
pkgdesc=This module allows Drupal to replace textarea fields with the 
FCKeditor
Finclude sourceforge drupal
# Looks like any random SF mirror does not contain this file, so hardcoding ovh.
_F_sourceforge_mirror=ovh.dl
source=(${source[@]} 
http://${_F_sourceforge_mirror}.sourceforge.net/project/fckeditor/FCKeditor/2.6.6/FCKeditor_2.6.6.tar.gz)
-sha1sums=('939c820704f8141657d2c400d7527ee9bd45aff2' \
+sha1sums=('b5ca38067a35373d33655b268f998de657bd8167' \
'f489dc780bd52ee42966c82934ee2c16036a683c')
replaces=('drupal-fckeditor')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gsettings-desktop-schemas-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=55fbefdb55637dac0a27cd8ddd00d5003b48ca59

commit 55fbefdb55637dac0a27cd8ddd00d5003b48ca59
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 14:19:01 2012 +0100

gsettings-desktop-schemas-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/gsettings-desktop-schemas/FrugalBuild 
b/source/gnome/gsettings-desktop-schemas/FrugalBuild
index 08f8833..d1f3cba 100644
--- a/source/gnome/gsettings-desktop-schemas/FrugalBuild
+++ b/source/gnome/gsettings-desktop-schemas/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gsettings-desktop-schemas
-pkgver=3.3.90
-pkgrel=2
+pkgver=3.3.92
+pkgrel=1
pkgdesc=Shared GSettings schemas for the desktop
depends=('glib2')
-makedepends=('intltool' 'gnome-doc-utils=0.10.3' 'gobject-introspection')
+makedepends=('intltool' 'gnome-doc-utils=0.20.8' 'gobject-introspection')
groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64' 'arm')
_F_gnome_glib=y
@@ -14,10 +14,11 @@ _F_gnome_git=n
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
#gnome-screen-saver will merge into gnome-session gnome-shell
-source=($source background.diff theme.diff gsettings.diff)
-sha1sums=('70d776e174f315bc1482342631ee6bfcc3d1f60d' \
-  'a329200a605f47a82c0feb003aa29ecb1113eb3c' \
-  'e9a196fc508ce8956deb8ad4e39258a93bf979cc' \
+#source=($source background.diff theme.diff gsettings.diff)
+#Remove theme.diff for the moment
+source=($source background.diff gsettings.diff)
+sha1sums=('0e1a2022063ee230b2ae9e7f7a3a0a5903b24b90' \
+  'b4bc050512bf5bba41cd2809ba2706878ebec215' \
'4425726d380bccd607d7c5fab05dbdc02fb31050')
if [ $_F_gnome_git != n ]; then
unset sha1sums
diff --git a/source/gnome/gsettings-desktop-schemas/background.diff 
b/source/gnome/gsettings-desktop-schemas/background.diff
index 0fd3057..fa361a4 100644
--- a/source/gnome/gsettings-desktop-schemas/background.diff
+++ b/source/gnome/gsettings-desktop-schemas/background.diff
@@ -4,7 +4,7 @@
/_description
/key
key name=picture-uri type=s
--  
default'file://@datadir@/themes/Adwaita/backgrounds/stripes.jpg'/default
+-  
default'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'/default
+  
default'file://@datadir@/pixmaps/backgrounds/gnome/frugalware/frugalware.png'/default
_summaryPicture URI/_summary
_description
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: yelp-xsl-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1a62d1caf82d58c58ac378b4d891ca5025f2b857

commit 1a62d1caf82d58c58ac378b4d891ca5025f2b857
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 14:39:54 2012 +0100

yelp-xsl-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/yelp-xsl/FrugalBuild 
b/source/gnome/yelp-xsl/FrugalBuild
index f6dde6f..2e27ec4 100644
--- a/source/gnome/yelp-xsl/FrugalBuild
+++ b/source/gnome/yelp-xsl/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=yelp-xsl
-pkgver=3.3.3
+pkgver=3.3.92
pkgrel=1
pkgdesc=TXSL stylesheets for the yelp help browser
depends=('libxml2' 'libxslt')
@@ -11,4 +11,4 @@ groups=('gnome')
archs=('i686' 'x86_64')
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('b31978858cd0a77061c806b34dc2e20ebc5944f7')
+sha1sums=('5516d618a2b882d3036dceb4e1fcb3ee6c3b7ff3')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: evolution-data-server-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=173e937cdb0d8a2741a7edad998515396ef00881

commit 173e937cdb0d8a2741a7edad998515396ef00881
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 14:58:03 2012 +0100

evolution-data-server-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/evolution-data-server/FrugalBuild 
b/source/gnome/evolution-data-server/FrugalBuild
index 2561b7f..e2437f8 100644
--- a/source/gnome/evolution-data-server/FrugalBuild
+++ b/source/gnome/evolution-data-server/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evolution-data-server
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=Evolution Data Server provides a central location for addressbook and 
calendar in the GNOME Desktop
depends=('nss=3.12.9' 'libsoup-gnome=2.37.91' 'libgweather=3.1-3' \
@@ -14,7 +14,7 @@ archs=('i686' 'x86_64')
_F_gnome_git=n
_F_gnome_ext=.tar.xz
Finclude gnome
-sha1sums=('f94fb67b0b4d9f26a762d01660fbad8da7ec84cf')
+sha1sums=('1e28c97448953260bf923b58dfac29e29262e60f')
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] frugalware-current: etckeeper-0.62-1-x86_64

2012-03-19 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d5956684798d74bfbbe3897902c86dc8b7963645

commit d5956684798d74bfbbe3897902c86dc8b7963645
Author: Miklos Vajna vmik...@frugalware.org
Date:   Mon Mar 19 15:02:10 2012 +0100

etckeeper-0.62-1-x86_64

- version bump

diff --git a/source/apps-extra/etckeeper/FrugalBuild 
b/source/apps-extra/etckeeper/FrugalBuild
index 7102b41..b721742 100644
--- a/source/apps-extra/etckeeper/FrugalBuild
+++ b/source/apps-extra/etckeeper/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Miklos Vajna vmik...@frugalware.org

pkgname=etckeeper
-pkgver=0.61
+pkgver=0.62
pkgrel=1
pkgdesc=Stores the /etc directory in a git repo.
url=http://kitenet.net/~joey/code/etckeeper/;
@@ -14,7 +14,7 @@ archs=('i686' 'x86_64')
Fpkgversep=_
up2date=Flasttar http://ftp.debian.org/debian/pool/main/e/etckeeper;
source=(http://ftp.debian.org/debian/pool/main/e/etckeeper/etckeeper_$pkgver.tar.gz)
-sha1sums=('f9ae6699d575b16ac84a475e09932e4ce218bd5b')
+sha1sums=('4d045f42b8668de41128a0fd4bdb6b835c621673')

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


[Frugalware-git] gnometesting: evolution-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f22421bdac257b7d8b2d822af85778bee5617d6c

commit f22421bdac257b7d8b2d822af85778bee5617d6c
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:12:21 2012 +0100

evolution-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/evolution/FrugalBuild 
b/source/gnome/evolution/FrugalBuild
index 25058e9..936ada3 100644
--- a/source/gnome/evolution/FrugalBuild
+++ b/source/gnome/evolution/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evolution
-pkgver=3.3.91
+pkgver=3.3.92
evo_major=3.4
pkgrel=1
pkgdesc=Integrated mail, calendar and address book suite for GNOME
@@ -166,6 +166,6 @@ build() {
}

#source=($source glib.diff)
-sha1sums=('4f838fc973bd0d012bdcc33ea9ec2d58b2433b04')
+sha1sums=('2fd4f7fd23f63ef304dc34656d225c8d0ce745b4')

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


[Frugalware-git] gnometesting: gnome-desktop-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=2387196c91e0926583699b2a4308f086bc314c88

commit 2387196c91e0926583699b2a4308f086bc314c88
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:19:18 2012 +0100

gnome-desktop-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/gnome-desktop/FrugalBuild 
b/source/gnome/gnome-desktop/FrugalBuild
index 879841a..da7b247 100644
--- a/source/gnome/gnome-desktop/FrugalBuild
+++ b/source/gnome/gnome-desktop/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-desktop
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=The GNOME Desktop
url=http://www.gnome.org/;
@@ -16,7 +16,7 @@ _F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --with-gnome-distributor=Frugalware --enable-gtk-doc
-sha1sums=('43977a0707b081bbe7b0d5ea8a801c9c7ae54efc')
+sha1sums=('36fa1ade1a7e1d5395bf104dc9b3b686927400d6')
replaces=('desktop-data-model' 'gnome-volume-manager' 'gnome-spell' 'gnome-art' 
'xournal' 'keytouch' \
'system-tools-backends' 'liboobs'\
'gnome-theme-airlines' 'gnome-theme-aquadreams' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: evolution-ews-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=05636d54e64178dde6d978225fa8adccd5ffd243

commit 05636d54e64178dde6d978225fa8adccd5ffd243
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:28:01 2012 +0100

evolution-ews-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/evolution-ews/FrugalBuild 
b/source/gnome/evolution-ews/FrugalBuild
index 283e189..40764ff 100644
--- a/source/gnome/evolution-ews/FrugalBuild
+++ b/source/gnome/evolution-ews/FrugalBuild
@@ -2,17 +2,17 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evolution-ews
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=MS Exchange integration through Exchange Web Services
-depends=('evolution-data-server=3.3.91' 'evolution=3.3.91' 'libsoup' \
-   'evolution-data-server-ldap=3.3.91' 'libkrb5' 'openssl=1.0.0')
+depends=('evolution-data-server=3.3.92' 'evolution=3.3.92' 'libsoup' \
+   'evolution-data-server-ldap=3.3.92' 'libkrb5' 'openssl=1.0.0')
makedepends=('gtk-doc=1.11' 'perl-xml-parser' 'openldap' 'intltool' 'krb5')
groups=('gnome')
archs=('i686' 'x86_64')
_F_gnome_ext=.tar.xz
Finclude gnome
Fconfopts=$Fconfopts --disable-gtk-doc --with-krb5=/usr
-sha1sums=('4b3b39e5410e4d5a53fc09764f325d98fa0aacc6')
+sha1sums=('70abebadef7b66395c61bc3908c62d2a52394969')

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


[Frugalware-git] gnometesting: evolution-exchange-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=aebe3472913e71606bf2c6a998e830966b043d69

commit aebe3472913e71606bf2c6a998e830966b043d69
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:30:08 2012 +0100

evolution-exchange-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/evolution-exchange/FrugalBuild 
b/source/gnome/evolution-exchange/FrugalBuild
index 8eafbb5..c432e02 100644
--- a/source/gnome/evolution-exchange/FrugalBuild
+++ b/source/gnome/evolution-exchange/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evolution-exchange
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=Ximian Connector for Microsoft Exchange, which adds support for 
Microsoft Exchange 2000 and 2003 to Evolution.
-depends=('gtkhtml=4.3.5' 'evolution-data-server=3.3.91' 'evolution=3.3.91' 
'libsoup=2.37.2' \
-   'evolution-data-server-ldap=3.3.91' 'libkrb5' 'openssl=1.0.0' 
'gnome-desktop' 'libcanberra-gtk')
+depends=('gtkhtml=4.3.5' 'evolution-data-server=3.3.92' 'evolution=3.3.92' 
'libsoup=2.37.2' \
+   'evolution-data-server-ldap=3.3.92' 'libkrb5' 'openssl=1.0.0' 
'gnome-desktop' 'libcanberra-gtk')
makedepends=('gtk-doc=1.11' 'perl-xml-parser' 'openldap' 'intltool' 'krb5')
groups=('gnome')
archs=('i686' 'x86_64')
@@ -14,6 +14,6 @@ _F_gnome_ext=.tar.xz
Finclude gnome
url=http://www.gnome.org/projects/evolution/;
Fconfopts=$Fconfopts --disable-gtk-doc --with-krb5=/usr
-sha1sums=('fa7f9eb296814d5690104884170fcd383d99b0b9')
+sha1sums=('91e39f2031bf425674654ccfc2a0b1a32317926f')

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


[Frugalware-git] gnometesting: gnome-settings-daemon-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6254e5939b874d1cfb4ddbb0987173a913e850d2

commit 6254e5939b874d1cfb4ddbb0987173a913e850d2
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:32:29 2012 +0100

gnome-settings-daemon-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/gnome-settings-daemon/FrugalBuild 
b/source/gnome/gnome-settings-daemon/FrugalBuild
index c1e1fbc..0e0730b 100644
--- a/source/gnome/gnome-settings-daemon/FrugalBuild
+++ b/source/gnome/gnome-settings-daemon/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-settings-daemon
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=Utility library for accessing gnome-settings-daemon over DBUS
depends=('libxml2=2.7.8' 'libgnomekbd=3.1.0' 'gst-plugins-base=0.10.22-2' 
'libxxf86misc' \
@@ -20,7 +20,7 @@ _F_gnome_iconcache=y
_F_gnome_git=n
_F_gnome_doc=y
Finclude gnome gnome-scriptlet
-sha1sums=('96475d4521d596c16b5e079a6bb7be9b08c9a31e')
+sha1sums=('4b315e934ff7439b92bb9ee9e28ac0ae0d1721cd')
if [ $_F_gnome_git != n ]; then
unset sha1sums
unset source
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gcr-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=b856bb2f93e1ef44e4e5cf556283ab9681fb2234

commit b856bb2f93e1ef44e4e5cf556283ab9681fb2234
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:40:46 2012 +0100

gcr-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/gcr/FrugalBuild b/source/gnome/gcr/FrugalBuild
index 8f400ab..0c69858 100644
--- a/source/gnome/gcr/FrugalBuild
+++ b/source/gnome/gcr/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gcr
-pkgver=3.3.90
+pkgver=3.3.92
pkgrel=1
pkgdesc=A library for bits of crypto UI
depends=('dbus-glib' 'gtk+3' 'p11-kit')
@@ -14,6 +14,6 @@ _F_gnome_glib=y
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome-scriptlet gnome
-sha1sums=('2acd8c19e3b845b8ed9e376142a787acde8117ac')
+sha1sums=('feffa1adfb9528d5019ff08b2e666426309db35b')

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


[Frugalware-git] gnometesting: libgnome-keyring-3.3.92-1-x86_64 * Version vump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=459da14b6681d5425106e1c138b98f7bbb446264

commit 459da14b6681d5425106e1c138b98f7bbb446264
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:44:06 2012 +0100

libgnome-keyring-3.3.92-1-x86_64
* Version vump

diff --git a/source/gnome/libgnome-keyring/FrugalBuild 
b/source/gnome/libgnome-keyring/FrugalBuild
index b10842d..873e9b3 100644
--- a/source/gnome/libgnome-keyring/FrugalBuild
+++ b/source/gnome/libgnome-keyring/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=libgnome-keyring
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=Compatibility library for accessing secrets.
url=http://www.gnome.org/;
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64')
_F_gnome_doc=y
_F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
-sha1sums=('78e54d8ccfdee3b7a2fa78c3736dab68e4091008')
+sha1sums=('2f6806dfa20d0e8c93341b45f5f1e3c3079f979e')

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


[Frugalware-git] frugalware-current: gnupg-1.4.11-3-x86_64 * split gpgv for future use by pacman-g2

2012-03-19 Thread James Buren
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=857c97c4ef4bbf7947ec1b6b7855034fed704bec

commit 857c97c4ef4bbf7947ec1b6b7855034fed704bec
Author: James Buren r...@frugalware.org
Date:   Mon Mar 19 10:44:50 2012 -0500

gnupg-1.4.11-3-x86_64
* split gpgv for future use by pacman-g2

diff --git a/source/apps/gnupg/FrugalBuild b/source/apps/gnupg/FrugalBuild
index e47a836..4828825 100644
--- a/source/apps/gnupg/FrugalBuild
+++ b/source/apps/gnupg/FrugalBuild
@@ -3,9 +3,10 @@

pkgname=gnupg
pkgver=1.4.11
-pkgrel=2
+pkgrel=3
pkgdesc=GnuPG is a complete and free replacement for PGP
url=http://www.gnupg.org/;
+rodepends=('gpgv')
depends=('zlib=1.2.3-6' 'bzip2=1.0.5-2' 'readline=6.2')
groups=('apps' 'chroot-core')
archs=('i686' 'x86_64' 'arm')
@@ -16,4 +17,17 @@ up2date=Flasttar 
http://www.gnupg.org/download/index.en.html;
source=(ftp://ftp.gnupg.org/GnuPG/gnupg/$pkgname-$pkgver.tar.gz)
signatures=($source.sig)
Finclude texinfo
+
+subpkgs=('gpgv')
+subdescs=(gpgv from $pkgname.)
+subgroups=('base')
+subarchs=('i686 x86_64 arm')
+subrodepends=('zlib bzip2')
+
+build()
+{
+   Fbuild
+   Fsplit gpgv /usr/bin/gpgv
+}
+
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gnome-keyring-3.3.92-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=1d48293809c32b20108546c596a6bc7a89704e96

commit 1d48293809c32b20108546c596a6bc7a89704e96
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:47:17 2012 +0100

gnome-keyring-3.3.92-1-x86_64
* Version bump

diff --git a/source/gnome/gnome-keyring/FrugalBuild 
b/source/gnome/gnome-keyring/FrugalBuild
index f96704f..da62905 100644
--- a/source/gnome/gnome-keyring/FrugalBuild
+++ b/source/gnome/gnome-keyring/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=gnome-keyring
-pkgver=3.3.91
+pkgver=3.3.92
pkgrel=1
pkgdesc=Password and keyring managing daemon for GNOME
url=http://www.gnome.org/;
@@ -20,7 +20,7 @@ _F_gnome_ext=.tar.xz
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --with-pam-dir=/lib/security --with-gtk=3.0 \
--disable-update-mime --enable-pam --with-root-certs=/etc/ssl/certs
-sha1sums=('bdf9fc33f5a367ec0416b54813ed0b445d6273a4')
+sha1sums=('ffe473449c4a2fd9db37000484dfc83caef25880')

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


[Frugalware-git] frugalware-current: fasm-1.69.47-1-i686

2012-03-19 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d9de444be570791a8bde27daeae44e308423398a

commit d9de444be570791a8bde27daeae44e308423398a
Author: Slown slownli...@gmail.com
Date:   Mon Mar 19 16:52:26 2012 +0100

fasm-1.69.47-1-i686

* version bump

diff --git a/source/devel-extra/fasm/FrugalBuild 
b/source/devel-extra/fasm/FrugalBuild
index 9028a90..1777c80 100644
--- a/source/devel-extra/fasm/FrugalBuild
+++ b/source/devel-extra/fasm/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=fasm
-pkgver=1.69.46
+pkgver=1.69.47
pkgrel=1
pkgdesc=A fast and small assembler for x86 and x86-4
url=http://flatassembler.net;
@@ -12,7 +12,7 @@ archs=('i686')
up2date=Flasttar $url/download.php
source=($url/$pkgname-$pkgver.tgz)
_F_cd_path=$pkgname
-sha1sums=('197dd25e7a72fd4c5d421abd717fa25f71f221a0')
+sha1sums=('885aabbba67d1b4ad7e4975d212251dd90410033')

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


[Frugalware-git] bastetesting: seamonkey-2.8-1-x86_64 * Version bump

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bastetesting.git;a=commitdiff;h=9cc28d7f3d583f51c1e9234e1bafa518934f6ef1

commit 9cc28d7f3d583f51c1e9234e1bafa518934f6ef1
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 16:55:51 2012 +0100

seamonkey-2.8-1-x86_64
* Version bump

diff --git a/source/xapps-extra/seamonkey/FrugalBuild 
b/source/xapps-extra/seamonkey/FrugalBuild
index 353d06f..16b0a53 100644
--- a/source/xapps-extra/seamonkey/FrugalBuild
+++ b/source/xapps-extra/seamonkey/FrugalBuild
@@ -2,14 +2,12 @@
# Maintainer: voroskoi voros...@frugalware.org

pkgname=seamonkey
-pkgver=2.6.1
+pkgver=2.8
pkgrel=1
pkgdesc=Seamonkey all-in-one internet application suite
url=http://www.mozilla.org/projects/seamonkey/;
-depends=('libstdc++' 'gtk+2=2.20.0-2' 'libxau=1.0.4' 'libxdmcp' 'libxdamage' 
'libxml2' 'libidl' 'libxt' 'libice' 'nss=3.12.9' 'libxft' 'dbus-glib' 
'alsa-lib' 'libnotify')
-if [ $CARCH != ppc ]; then
-   depends=(${depends[@]} libvpx)
-fi
+depends=('libstdc++' 'gtk+2=2.20.0-2' 'libxau=1.0.4' 'libxdmcp' 'libxdamage' 
'libxml2' 'libidl' 'libxt' \
+   'libice' 'nss=3.12.9' 'libxft' 'dbus-glib' 'alsa-lib' 'libnotify' 
'libvpx')
makedepends=('zip' 'yasm')
options=('scriptlet')
groups=('xapps-extra')
@@ -25,9 +23,8 @@ build()
export CFLAGS=$CFLAGS -fno-strict-aliasing -fPIC
export CXXFLAGS=$CXXFLAGS -fno-strict-aliasing -fPIC
sed s/-march=i686 -O2 -pipe/$CFLAGS/ $startdir/src/config  .mozconfig
-   if [ $CARCH != ppc ]; then
-   echo ac_add_options --with-system-libvpx  .mozconfig
-   fi
+   echo ac_add_options --with-system-libvpx  .mozconfig
+   sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' 
mozilla/configure

Fbuild

@@ -50,7 +47,7 @@ build()
Frm usr/bin/seamonkey
Fwrapper '/usr/lib/seamonkey/seamonkey $@' $pkgname
}
-sha1sums=('8309ddc99db05f61cfa9cf40e6c60ff62ef190ea' \
+sha1sums=('8f5ef8cb2a3ac495add99fb3394d8c007a5d91af' \
'3ebee15ce05a37f97b7948f8197aadf19937b603' \
'b0e0bdd676758e19cac4a0429257a92183328f0e')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: lonote-1.6.7-1-i686

2012-03-19 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a15c8fb6d0086448eec5cafca3d5372dac7a5efa

commit a15c8fb6d0086448eec5cafca3d5372dac7a5efa
Author: Slown slownli...@gmail.com
Date:   Mon Mar 19 17:14:21 2012 +0100

lonote-1.6.7-1-i686

* version bump

diff --git a/source/xapps-extra/lonote/FrugalBuild 
b/source/xapps-extra/lonote/FrugalBuild
index cdeca9a..340565d 100644
--- a/source/xapps-extra/lonote/FrugalBuild
+++ b/source/xapps-extra/lonote/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Slown sl...@frugalware.org

pkgname=lonote
-pkgver=1.6.5
+pkgver=1.6.7
pkgrel=1
pkgdesc=LoNote is a personal note-taking software.
depends=('pyqt4')
@@ -11,7 +11,7 @@ groups=('xapps-extra')
archs=('i686' 'x86_64')
_F_googlecode_ext=.7z
Finclude googlecode
-sha1sums=('73f99268c32ae8776ad87684669d55785a254a26')
+sha1sums=('63e01ba976adc377ba9bf46bd00b9bd94ca58d07')

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


[Frugalware-git] frugalware-current: slim-1.3.2-5-i686 * added several patch for pam and logrotate support and to fix some bugs

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae555f91fe8a42e9225140af9d8e3188c8b61540

commit ae555f91fe8a42e9225140af9d8e3188c8b61540
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 18:09:15 2012 +0100

slim-1.3.2-5-i686
* added several patch for pam and logrotate support and to fix
some bugs

diff --git a/source/xfce4/slim/FrugalBuild b/source/xfce4/slim/FrugalBuild
index cc5a767..405e395 100644
--- a/source/xfce4/slim/FrugalBuild
+++ b/source/xfce4/slim/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=slim
pkgver=1.3.2
-pkgrel=4
+pkgrel=5
pkgdesc=SLiM is a lightweight, Desktop-independent graphical login manager for 
X11.
depends=('libxml2=2.7.8' 'libpng' 'libjpeg')
makedepends=('libx11=1.2.2-1' 'libxft' 'libxmu')
@@ -17,17 +17,38 @@ source=(${source[@]} \
slim.conf \
slim.install \
slim-1.3.2-cflags.patch \
+pam.d \
+logrotate \
+ptr_pam.patch \
+no-host.patch \
+restart.patch \
+sigterm.patch \
+session-name.patch \
+tty-slowness.patch \
http://ftp.frugalware.org/pub/other/artwork/slim-theme/frugalware-1.6.tar.bz2)

sha1sums=('e421d5487732c8317f8f591906661e014b036358' \
-  '98dcec8ae2d52ae9c9b5abcfa3d145882a0848bd' \
+  'cc9ac1f2beddc9c1559a14c029790cc0bf7fb8ae' \
'a17849f628f4f74cf1bd48eea21a144f2f1a274d' \
'55bba5f18fde0f93114c6e8428c48706c05dd0ff' \
+  'a0e991ef0ac5120465a3be014a26e70ba073b6ae' \
+  'b969cc902c1d9915a5609141a652c77b2732407b' \
+  '640668c984a13593a1bfba8d3b503c005d5f401e' \
+  'b86eddd083fb9f6259e46c735f55ebe76c655bd3' \
+  '2d526bc0c498bf307ee50e2d22b4f53ffa0c4435' \
+  '0b35048723c527fb824c5e0f9b9064f751871785' \
+  '4d0328a707fbc8c5155d6ebf4623ba4f50dd66ea' \
+  '213fefe8533c845ea8c40585b6a8097820d5e5d2' \
'644712d038ef637ceab7e158e3f8fae98561bf31')

build()
{
-   Fbuild
+   Fcd
+   Fpatchall
+   make USE_PAM=1 || Fdie
+   Fmakeinstall
+   Finstall 644 pam.d etc/pam.d/slim
+   Finstall 644 logrotate etc/logrotate.d/slim
Fcpr frugalware /usr/share/slim/themes/frugalware
Fcpr slim.conf /etc/slim.conf
}
diff --git a/source/xfce4/slim/logrotate b/source/xfce4/slim/logrotate
new file mode 100644
index 000..26ec3b0
--- /dev/null
+++ b/source/xfce4/slim/logrotate
@@ -0,0 +1,9 @@
+/var/log/slim.log {
+compress
+rotate 1
+size 1024k
+notifempty
+missingok
+copytruncate
+noolddir
+}
diff --git a/source/xfce4/slim/no-host.patch b/source/xfce4/slim/no-host.patch
new file mode 100644
index 000..c40f25b
--- /dev/null
+++ b/source/xfce4/slim/no-host.patch
@@ -0,0 +1,29 @@
+Datum: Sun, 30 Jan 2011 12:49:00 +0200
+Von: Samuli Suominen ssuomi...@gentoo.org
+An: j...@archlinux.org, andy...@archlinux.org, tha...@archlinux.org
+Betreff: SLIM and ConsoleKit 0.4.2 (and up)
+
+People have been coming to #xfce after Arch's ConsoleKit 0.4.3 upgrade
+to ask for help why Suspend / Hibernate / and such doesn't work.
+
+It's because SLIM is using pam_ck_connector.so and SLIM sets Host to localhost
+and makes pam_ck_connector.so believe it's actually a *remote host* called
+localhost and will refuse access.
+
+http://bugs.gentoo.org/346037
+https://developer.berlios.de/bugs/?func=detailbugbug_id=17757group_id=2663
+http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-misc/slim/files/346037-stop_setting_host_for_pam_ck_connector_so.patch?view=log
+
+
+diff -aur old/app.cpp new/app.cpp
+--- old/app.cpp2011-01-30 12:39:34.07944 +0100
 new/app.cpp2011-01-30 12:40:25.843337943 +0100
+@@ -228,8 +228,6 @@
+ pam.start(slim);
+ pam.set_item(PAM::Authenticator::TTY, DisplayName);
+ pam.set_item(PAM::Authenticator::Requestor, root);
+-pam.set_item(PAM::Authenticator::Host, localhost);
+-
+ }
+ catch(PAM::Exception e){
+ cerr  APPNAME  :   e  endl;
diff --git a/source/xfce4/slim/pam.d b/source/xfce4/slim/pam.d
new file mode 100644
index 000..78a981f
--- /dev/null
+++ b/source/xfce4/slim/pam.d
@@ -0,0 +1,10 @@
+#%PAM-1.0
+authrequisite   pam_nologin.so
+authrequiredpam_env.so
+authrequiredpam_unix.so
+account requiredpam_unix.so
+passwordrequiredpam_unix.so
+session requiredpam_limits.so
+session requiredpam_unix.so
+session optionalpam_loginuid.so
+session optionalpam_ck_connector.so
diff --git a/source/xfce4/slim/ptr_pam.patch b/source/xfce4/slim/ptr_pam.patch
new file mode 100644
index 000..3a3fbcd
--- /dev/null
+++ b/source/xfce4/slim/ptr_pam.patch
@@ -0,0 +1,52 @@
+diff -aur old/app.cpp new/app.cpp
+--- old/app.cpp2010-07-08 07:04:10.0 +0200
 new/app.cpp2011-05-01 18:30:52.933844872 +0200
+@@ -43,8 +43,8 @@
+ Panel* panel = *static_castPanel**(appdata_ptr);
+ int result = PAM_SUCCESS;
+ for 

[Frugalware-git] frugalware-current: flush-0.9.12-1-i686

2012-03-19 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e72ce4a9735feb8b684d9c98acd23c000c01d5bc

commit e72ce4a9735feb8b684d9c98acd23c000c01d5bc
Author: Slown slownli...@gmail.com
Date:   Mon Mar 19 18:34:25 2012 +0100

flush-0.9.12-1-i686

* new package

diff --git a/source/xapps-extra/flush/FrugalBuild 
b/source/xapps-extra/flush/FrugalBuild
new file mode 100644
index 000..8df4f6c
--- /dev/null
+++ b/source/xapps-extra/flush/FrugalBuild
@@ -0,0 +1,18 @@
+# Compiling Time: 1.58 SBU
+# Maintainer: Slown sl...@frugalware.org
+
+pkgname=flush
+pkgver=0.9.12
+pkgrel=1
+pkgdesc=GTK+ based BitTorrent client
+depends=('libconfig' 'libtorrent-rasterbar' 'libglademm' 'libnotify')
+makedepends=('boost' 'intltool')
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+_F_gnome_desktop=y
+_F_gnome_iconcache=y
+_F_sourceforge_ext=.tar.bz2
+Finclude sourceforge gnome-scriptlet
+sha1sums=('3b942caef43ebce337dd638fd3d326dc791c55ed')
+
+# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: vlc-2.0.1-1-i686 * version bump

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fa20353a47fb6d97992580f818747a190f005fd4

commit fa20353a47fb6d97992580f818747a190f005fd4
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 18:40:22 2012 +0100

vlc-2.0.1-1-i686
* version bump

diff --git a/source/xmultimedia/vlc/FrugalBuild 
b/source/xmultimedia/vlc/FrugalBuild
index 56c6fe1..a3dd4d1 100644
--- a/source/xmultimedia/vlc/FrugalBuild
+++ b/source/xmultimedia/vlc/FrugalBuild
@@ -3,9 +3,9 @@
# Contributor: Miklos Vajna vmik...@frugalware.org

pkgname=vlc
-pkgver=2.0.0
+pkgver=2.0.1
pkgextraver=
-pkgrel=2
+pkgrel=1
pkgdesc=The cross-platform media player and streaming server.
url=http://www.videolan.org/vlc/;
depends=('e2fsprogs' 'libxpm=3.5.8-1' 'libxdmcp' 'libshout' 'avahi' 
'libdvbpsi=0.1.7' 'libsmbclient' 'vcdimager=0.7.24' \
@@ -23,7 +23,7 @@ archs=('i686' 'x86_64')

up2date=lynx -dump $url/download-sources.html|grep -m1 'Latest VLC'|sed 
's/.*(\(.*\)).*/\1/;s/$pkgextraver//'
source=(http://download.videolan.org/pub/videolan/vlc/$pkgver$pkgextraver/$pkgname-$pkgver$pkgextraver.tar.xz)
-sha1sums=('c28c4c8128110fd02a7bdf55c9dad5cc20eb91b8')
+sha1sums=('40d0ed360dd3fa7dc3ff4fbc9c319553ebb22538')

subpkgs=(${subpkgs[@]} 'vlc-libdvdnav')
subdescs=(${subdescs[@]} 'vlc plugin for libdvdnav')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: * fixing version numbers

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=13f9c6ed6b10bcfe983096ae162918c259c8928d

commit 13f9c6ed6b10bcfe983096ae162918c259c8928d
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 18:42:49 2012 +0100

* fixing version numbers

diff --git a/NEWS b/NEWS
index 1392921..0875e04 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ codename=Gaia
pre1=(
Package updates:
Kernel 3.2.9
-KDE 4.8.0
-LibreOffice 3.5
+KDE 4.8.1
+LibreOffice 3.5.1
New features:
Kernel modules are now compressed with XZ
GRUB2 has replaced GRUB1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: soundkonverter-1.4.0-1-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=66c387436c7f900290102abcb3aed4d94de3c49f

commit 66c387436c7f900290102abcb3aed4d94de3c49f
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 19:23:03 2012 +0100

soundkonverter-1.4.0-1-i686

* version bump

diff --git a/source/kde-extra/soundkonverter/FrugalBuild 
b/source/kde-extra/soundkonverter/FrugalBuild
index 1bfac68..a056803 100644
--- a/source/kde-extra/soundkonverter/FrugalBuild
+++ b/source/kde-extra/soundkonverter/FrugalBuild
@@ -2,12 +2,13 @@
# Maintainer: exceed exceed.ced...@gmail.com

pkgname=soundkonverter
-pkgver=1.3.3
+pkgver=1.4.0
pkgrel=1
pkgdesc=KDE frontend to various audio converters
depends=(${depends[@]} kdelibs=$_F_kde_ver cdparanoia taglib \
lame libogg ffmpeg=0.10 vorbisgain libkcddb)
-makedepends=(${makedepends[@]} kdebase-runtime-compiletime)
+makedepends=(${makedepends[@]} kdebase-runtime-compiletime=$_F_kde_ver \
+   ksgmltools2=$_F_kde_ver libkdeclarative=$_F_kde_ver)
groups=('kde-extra')
archs=('i686' 'x86_64')
replaces=('transkode')
@@ -15,6 +16,6 @@ Finclude kde
url=http://www.kde-apps.org/content/show.php?content=29024;
up2date=lynx -dump $url | grep -m1 Source | sed 's/.*Source (//;s/: 
Source*.//'
source=(http://kde-apps.org/CONTENT/content-files/29024-$pkgname-$pkgver.tar.gz)
-sha1sums=('25ca6f6be6266e42525b056d101be4cf3578a887')
+sha1sums=('f1a4b076ff863a73f674e7a4e6254cb405c126a4')

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


[Frugalware-git] frugalware-current: qbittorrent-2.9.7-1-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b23bc0616126eb262edbafd09911db3024539655

commit b23bc0616126eb262edbafd09911db3024539655
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 19:14:15 2012 +0100

qbittorrent-2.9.7-1-i686

* version bump

diff --git a/source/xapps-extra/qbittorrent/FrugalBuild 
b/source/xapps-extra/qbittorrent/FrugalBuild
index af9953c..1e4345e 100644
--- a/source/xapps-extra/qbittorrent/FrugalBuild
+++ b/source/xapps-extra/qbittorrent/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 1.81 SBU
+# Compiling Time: 1.50 SBU
# Maintainer: centuri0 achevaux at gmail dot com

pkgname=qbittorrent
-pkgver=2.9.6
+pkgver=2.9.7
pkgrel=1
pkgdesc=A Bittorrent client.
depends=('libtorrent-rasterbar=0.15.1' 'libqtgui=4.7.1' 'libqtnetwork=4.7.1' 
'libqtxml=4.6.1'\
@@ -15,7 +15,7 @@ archs=('i686' 'x86_64')
_F_gnome_iconcache=y
Finclude sourceforge
url=http://www.$pkgname.org/;
-sha1sums=('0ba384b49dda419b813a2fca9a0d600aea53bcbd')
+sha1sums=('ea49b3031b1517fe83826627b38cf4df725b5f4a')

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


[Frugalware-git] frugalware-current: gnuchess-6.0.2-1-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cc9d9cabdb4b2842604e83257d83defe4e0e1b98

commit cc9d9cabdb4b2842604e83257d83defe4e0e1b98
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 19:25:27 2012 +0100

gnuchess-6.0.2-1-i686

* version bump

diff --git a/source/games-extra/gnuchess/FrugalBuild 
b/source/games-extra/gnuchess/FrugalBuild
index 3a71509..dbc9a05 100644
--- a/source/games-extra/gnuchess/FrugalBuild
+++ b/source/games-extra/gnuchess/FrugalBuild
@@ -2,17 +2,17 @@
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=gnuchess
-pkgver=6.0.1
-pkgrel=2
+pkgver=6.0.2
+pkgrel=1
pkgdesc=Console based chess interface
license=GPL2
url=http://www.gnu.org/software/chess/;
-depends=('readline=6.2')
+depends=(readline=6.2 'libstdc++')
groups=('games-extra')
archs=('i686' 'x86_64')
up2date=Flasttar http://ftp.gnu.org/pub/gnu/chess/;
source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-sha1sums=('4127c843a8c78c329e1947734a2569d30dfb0eb2')
+sha1sums=('a3455e7a523f11db542bdffe1c86c2530fb8d0c5')
Fconfopts=$Fconfopts --with-readline

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


[Frugalware-git] frugalware-current: gnuchess-book-1.02-1-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de724570f1f66d13093a0a26cec5fdfee988d6c1

commit de724570f1f66d13093a0a26cec5fdfee988d6c1
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 19:37:48 2012 +0100

gnuchess-book-1.02-1-i686

* version bump

diff --git a/source/games-extra/gnuchess-book/FrugalBuild 
b/source/games-extra/gnuchess-book/FrugalBuild
index 09b2489..9176e25 100644
--- a/source/games-extra/gnuchess-book/FrugalBuild
+++ b/source/games-extra/gnuchess-book/FrugalBuild
@@ -1,8 +1,8 @@
-# Compiling Time: 0.24 SBU
+# Compiling Time: 0.01 SBU
# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu

pkgname=gnuchess-book
-pkgver=1.01
+pkgver=1.02
pkgrel=1
pkgdesc=Book for gnuchess
license=GPL2
@@ -12,12 +12,12 @@ groups=('games-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://ftp.gnu.org/pub/gnu/chess/ | grep book_ | grep 
pgn.gz$| sed -n 's/.*_\(.*\)\.p.*/\1/;$ p'
source=(http://ftp.gnu.org/pub/gnu/chess/book_$pkgver.pgn.gz)
-sha1sums=('3ef3f1e2c52941d35610f3723a4c200575faaf2e')
+sha1sums=('9b54f699b919f7f93b97a829764554fa2b7da3a1')

build() {
cd $Fsrcdir || Fdie
# ''Compile'' book
echo -e book add book_$pkgver.pgn$'\n'quit | /usr/bin/gnuchess || Fdie
Fmkdir /usr/share/games/gnuchess/
-cp -ar $Fsrcdir/book.dat $Fdestdir/usr/share/games/gnuchess/ || Fdie
+cp -ar $Fsrcdir/book_$pkgver.pgn $Fdestdir/usr/share/games/gnuchess/ || 
Fdie
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: light-monitor-1.7-2-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=643b84620a64d292485ddde30d645b85f028218e

commit 643b84620a64d292485ddde30d645b85f028218e
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 19:43:50 2012 +0100

light-monitor-1.7-2-i686

* bin, project is dead
* we got plenty of other panels

diff --git a/source/xapps-extra/light-monitor/FrugalBuild 
b/source/xapps-extra/light-monitor/FrugalBuild
deleted file mode 100644
index 2dac75f..000
--- a/source/xapps-extra/light-monitor/FrugalBuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Compiling Time: 0.07 SBU
-# Maintainer: Christian Hamar alias krix kr...@linuxforum.hu
-
-pkgname=light-monitor
-pkgver=1.7
-pkgrel=2
-pkgdesc=light-monitor is a transparent panel with dependency only on X and 
Xft for 40Ko.
-url=http://www.dixsous.org/Light-monitor/;
-depends=('libxft' 'libx11=1.2.2-1' 'libxpm')
-groups=('xapps-extra')
-archs=('i686' 'x86_64')
-backup=('etc/light-monitor.conf')
-up2date=Flasttar $url | sed 's/^v//g'
-_F_cd_path=$pkgname-v$pkgver
-source=(http://www.dixsous.org/media/download/$pkgname-v$pkgver.tgz \
-   makefile-fixes.patch)
-sha1sums=('29947c1cb0c98f7b27f48ad9f8aecbf25485ff0d' \
-  '6cf83c0f2d95b4f54effe845d3e3ef3ec9ccf117')
-
-build() {
-   Fbuild
-   Fdocrel gpl.txt
-}
-
-options=('force')
-# optimization OK
diff --git a/source/xapps-extra/light-monitor/makefile-fixes.patch 
b/source/xapps-extra/light-monitor/makefile-fixes.patch
deleted file mode 100644
index 2b806de..000
--- a/source/xapps-extra/light-monitor/makefile-fixes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur light-monitor-v1.6.orig/makefile light-monitor-v1.6/makefile
 light-monitor-v1.6.orig/makefile   2007-07-03 17:08:26.0 +0200
-+++ light-monitor-v1.6/makefile2007-07-03 17:08:54.0 +0200
-@@ -1,7 +1,7 @@
- DEST=light-monitor-v1.6
- all : light-monitor light-calendar
-
--OPTS=-O2 -Wall
-+OPTS=${CFLAGS}
- #OPTS=-g -Wall #-DDEBUG
-
- XFTCFLAGS=`xft-config --cflags`
-@@ -57,6 +57,8 @@
-
-
- install:
--  install -m 0755 -s light-monitor /usr/bin/
--  install -m 0755 -s light-calendar /usr/bin/
--  install -m 0644light-monitor.conf /etc/
-+  install -d ${DESTDIR}/usr/bin/
-+  install -d ${DESTDIR}/etc/
-+  install -m 0755 light-monitor ${DESTDIR}/usr/bin/
-+  install -m 0755 light-calendar ${DESTDIR}/usr/bin/
-+  install -m 0644light-monitor.conf ${DESTDIR}/etc/
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


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

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bastetesting.git;a=commitdiff;h=3bfa3d10d7b8b16969995a7f5e637cd4b1ce0a7a

commit 3bfa3d10d7b8b16969995a7f5e637cd4b1ce0a7a
Merge: 9cc28d7 643b846
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 19:46:55 2012 +0100

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


[Frugalware-git] bastetesting: ffmpeg-0.10.2-2-x86_64 * Rebuild with latest libvpx

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bastetesting.git;a=commitdiff;h=3038380e4d1d939e5f502c8f357ac19a9913eb39

commit 3038380e4d1d939e5f502c8f357ac19a9913eb39
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 19:49:01 2012 +0100

ffmpeg-0.10.2-2-x86_64
* Rebuild with latest libvpx

diff --git a/source/xmultimedia/ffmpeg/FrugalBuild 
b/source/xmultimedia/ffmpeg/FrugalBuild
index 8d7e3d9..2c9e1a8 100644
--- a/source/xmultimedia/ffmpeg/FrugalBuild
+++ b/source/xmultimedia/ffmpeg/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=ffmpeg
pkgver=0.10.2
#rev=22893
-pkgrel=1
+pkgrel=2
pkgdesc=FFMpeg is a complete and free Internet live audio and video 
broadcasting solution for Linux/Unix.
url=http://ffmpeg.sourceforge.net/;
depends=('alsa-lib' 'a52dec' 'amrnb' 'amrwb' 'faac=1.28' 'lame' 'libtheora' 
'libvorbis' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: python-jenkins-0.2-1-i686

2012-03-19 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c366f64cd74e0e0bf1b4b78ff48d2562b417498d

commit c366f64cd74e0e0bf1b4b78ff48d2562b417498d
Author: Slown slownli...@gmail.com
Date:   Mon Mar 19 19:57:04 2012 +0100

python-jenkins-0.2-1-i686

* new package

diff --git a/source/lib-extra/python-jenkins/FrugalBuild 
b/source/lib-extra/python-jenkins/FrugalBuild
new file mode 100644
index 000..8001118
--- /dev/null
+++ b/source/lib-extra/python-jenkins/FrugalBuild
@@ -0,0 +1,13 @@
+# Compiling Time: 0 SBU
+# Maintainer: Slown sl...@frugalware.org
+
+pkgname=python-jenkins
+pkgver=0.2
+pkgrel=1
+pkgdesc=Python API for managing jobs and nodes in a Jenkins CI instance
+depends=('python')
+groups=('lib-extra')
+archs=('i686' 'x86_64')
+_F_launchpad_branch=0.2
+Finclude launchpad
+sha1sums=('35020797a331235d61c8f01d84cab8fa8eda4fcd')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] bastetesting: vlc-2.0.1-2-x86_64 * Rebuild with latest libvpx

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bastetesting.git;a=commitdiff;h=ce4f6e6fa037732de3c76c84eb3b6b86aa0b3797

commit ce4f6e6fa037732de3c76c84eb3b6b86aa0b3797
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 20:00:53 2012 +0100

vlc-2.0.1-2-x86_64
* Rebuild with latest libvpx

diff --git a/source/xmultimedia/vlc/FrugalBuild 
b/source/xmultimedia/vlc/FrugalBuild
index a3dd4d1..a30bfb8 100644
--- a/source/xmultimedia/vlc/FrugalBuild
+++ b/source/xmultimedia/vlc/FrugalBuild
@@ -5,7 +5,7 @@
pkgname=vlc
pkgver=2.0.1
pkgextraver=
-pkgrel=1
+pkgrel=2
pkgdesc=The cross-platform media player and streaming server.
url=http://www.videolan.org/vlc/;
depends=('e2fsprogs' 'libxpm=3.5.8-1' 'libxdmcp' 'libshout' 'avahi' 
'libdvbpsi=0.1.7' 'libsmbclient' 'vcdimager=0.7.24' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: python-sqlobject-1.2.2-1-i686

2012-03-19 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=67fb671bd2c9889e5e1781c55199b7484d441c25

commit 67fb671bd2c9889e5e1781c55199b7484d441c25
Author: Slown slownli...@gmail.com
Date:   Mon Mar 19 20:09:39 2012 +0100

python-sqlobject-1.2.2-1-i686

* version bump

diff --git a/source/devel-extra/python-sqlobject/FrugalBuild 
b/source/devel-extra/python-sqlobject/FrugalBuild
index 2ce4e9a..a019842 100644
--- a/source/devel-extra/python-sqlobject/FrugalBuild
+++ b/source/devel-extra/python-sqlobject/FrugalBuild
@@ -1,18 +1,18 @@
-# Compiling Time: 0.01 SBU
+# Compiling Time: 0 SBU
# Maintainer: Pingax pin...@frugalware.fr
# Contributor: enda e...@netou.com

pkgname=python-sqlobject
-pkgver=1.2.0
+pkgver=1.2.2
pkgrel=1
pkgdesc=SQLObject is a popular Object Relational Manager for providing an 
object interface to your database.
url=http://sqlobject.org/;
-makedepends=('distribute')
-depends=('python' 'python-formencode')
+depends=('python-formencode=1.1.1')
+makedepends=('python-distribute')
groups=('devel-extra')
archs=('i686' 'x86_64')
_F_sourceforge_name=SQLObject
_F_sourceforge_dirname=sqlobject
Finclude sourceforge
_F_cd_path=SQLObject-$pkgver
-sha1sums=('5f4b9915198072a0d743c73804f4969718d6ee64')
+sha1sums=('692263caa773aafa12295671128a804c50c9cc25')
___
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/baste/bastetesting

2012-03-19 Thread Baste
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5428e309d8d4788126e99c2a1718a9df31861272

commit 5428e309d8d4788126e99c2a1718a9df31861272
Merge: 67fb671 ce4f6e6
Author: Baste ba...@frugalware.org
Date:   Mon Mar 19 20:25:25 2012 +0100

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


[Frugalware-git] frugalware-current: libconcord-0.24-1-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b38e1c3f37f0098de3b25e87e87ae9554e913c6

commit 9b38e1c3f37f0098de3b25e87e87ae9554e913c6
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 20:30:25 2012 +0100

libconcord-0.24-1-i686

* version bump

diff --git a/source/lib-extra/libconcord/FrugalBuild 
b/source/lib-extra/libconcord/FrugalBuild
index a09e342..797ea76 100644
--- a/source/lib-extra/libconcord/FrugalBuild
+++ b/source/lib-extra/libconcord/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Cedrick Hannier alias Cedynamix cedyna...@gmail.com

pkgname=libconcord
-pkgver=0.23
+pkgver=0.24
pkgrel=1
pkgdesc=Library for programming the Logitech Harmony universal remote 
(concordance project)
url=http://www.phildev.net/harmony/index.shtml;
@@ -14,7 +14,7 @@ _F_sourceforge_dirname=concordance
_F_cd_path=$_F_sourceforge_dirname-$pkgver/$pkgname
_F_sourceforge_ext=.tar.bz2
Finclude sourceforge python
-sha1sums=('7cd2b3dbc0b5f9237290bae46671153327ee3b62')
+sha1sums=('cb2d80a7e69ec309da87a3d358933e6053a45197')

subpkgs=(py$pkgname)
subdescs=(Python bindings for libconcord)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: python-boto-2.3.0-1-i686

2012-03-19 Thread centuri0
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1c5b71583401654652684f4ee6bdd08281c58109

commit 1c5b71583401654652684f4ee6bdd08281c58109
Author: centuri0 achev...@gmail.com
Date:   Mon Mar 19 20:37:01 2012 +0100

python-boto-2.3.0-1-i686

* version bump

diff --git a/source/devel-extra/python-boto/FrugalBuild 
b/source/devel-extra/python-boto/FrugalBuild
index 98d0c28..f32b49d 100644
--- a/source/devel-extra/python-boto/FrugalBuild
+++ b/source/devel-extra/python-boto/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Cedrick Hannier alias Cedynamix cedyna...@gmail.com

pkgname=python-boto
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
pkgdesc=Python interface to Amazon Web Services
depends=('python=2.7')
@@ -11,5 +11,5 @@ archs=('i686' 'x86_64')
_F_googlecode_name=boto
_F_cd_path=$_F_googlecode_name-$pkgver
Finclude googlecode python
-sha1sums=('b4ac32ae01fd504d7867b205fb3784bb8c5c65eb')
+sha1sums=('5f5a9ddd6d9888c871f9875cb4b40f931966944a')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: pantheon-terminal-20120319-1-i686 * version bump

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=338b1eccf6f78aa46cd87ba27a320dcd9aa66a07

commit 338b1eccf6f78aa46cd87ba27a320dcd9aa66a07
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 20:40:05 2012 +0100

pantheon-terminal-20120319-1-i686
* version bump

diff --git a/source/xapps-extra/pantheon-terminal/FrugalBuild 
b/source/xapps-extra/pantheon-terminal/FrugalBuild
index f3a47f8..c50e4fd 100644
--- a/source/xapps-extra/pantheon-terminal/FrugalBuild
+++ b/source/xapps-extra/pantheon-terminal/FrugalBuild
@@ -2,11 +2,11 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=pantheon-terminal
-pkgver=20120107
+pkgver=20120319
pkgrel=1
pkgdesc=The terminal of the 21st century.
url=https://launchpad.net/pantheon-terminal;
-depends=('vte3' 'libuuid' 'granite' 'libnotify')
+depends=('vte3' 'libuuid' 'granite' 'libnotify' 'clutter-gtk')
makedepends=('vala')
groups=('xapps-extra' 'pantheon-desktop')
_F_gnome_glib=y
@@ -14,7 +14,7 @@ Finclude cmake gnome-scriptlet
archs=('i686' 'x86_64')
up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('b2c706d938db2f658010c63609fe3f1f7510d557')
+sha1sums=('c2b91423c848e5da043064b85b31d0d31c61c356')

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


[Frugalware-git] frugalware-current: update NEWS with firefox, t-bird and seamonkey

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae96fdaf6007ef5cf619cdc5638ed9a390e3c8a4

commit ae96fdaf6007ef5cf619cdc5638ed9a390e3c8a4
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 20:42:38 2012 +0100

update NEWS with firefox, t-bird and seamonkey

diff --git a/NEWS b/NEWS
index 0875e04..bc0444a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ pre1=(
Kernel 3.2.9
KDE 4.8.1
LibreOffice 3.5.1
+Firefox 11.0, Thunderbird 11.0, Seamonkey 2.8
New features:
Kernel modules are now compressed with XZ
GRUB2 has replaced GRUB1
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: maya-20120319-1-i686 * version bump

2012-03-19 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c0573ceabae8d1d0a28144df3e78a86c11f08340

commit c0573ceabae8d1d0a28144df3e78a86c11f08340
Author: Devil505 devil505li...@gmail.com
Date:   Mon Mar 19 20:46:48 2012 +0100

maya-20120319-1-i686
* version bump

diff --git a/source/gnome-extra/maya/FrugalBuild 
b/source/gnome-extra/maya/FrugalBuild
index 22daaf0..e3f23f1 100644
--- a/source/gnome-extra/maya/FrugalBuild
+++ b/source/gnome-extra/maya/FrugalBuild
@@ -2,7 +2,7 @@
# Maintainer: Devil505 devil505li...@gmail.com

pkgname=maya
-pkgver=20120311
+pkgver=20120319
pkgrel=1
pkgdesc=Maya is a slim, lightweight, GCal-syncing GTK+ Calendar application
url=https://launchpad.net/maya;
@@ -14,7 +14,7 @@ Finclude cmake gnome-scriptlet
archs=('i686' 'x86_64')
up2date=Flasttar 
http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname;
source=(http://ftp.frugalware.org/pub/other/people/devil505/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha1sums=('b4d1faf9aadf4089d451d13987a2e0a0b7c9ce77')
+sha1sums=('1ef984119ff0b0332afb4952f66cfb051448af46')

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


[Frugalware-git] frugalware-current: ngplant-0.9.8-1-i686

2012-03-19 Thread Slown
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b6e6ca43df7fdb5cefc3144f4e1f842674417b0a

commit b6e6ca43df7fdb5cefc3144f4e1f842674417b0a
Author: Slown slownli...@gmail.com
Date:   Mon Mar 19 21:36:40 2012 +0100

ngplant-0.9.8-1-i686

* new package

diff --git a/source/xapps-extra/ngplant/FrugalBuild 
b/source/xapps-extra/ngplant/FrugalBuild
new file mode 100644
index 000..8ca227d
--- /dev/null
+++ b/source/xapps-extra/ngplant/FrugalBuild
@@ -0,0 +1,45 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: Slown sl...@frugalware.org
+
+pkgname=ngplant
+pkgver=0.9.8
+pkgrel=1
+pkgdesc=A plant modeling software package
+depends=('wxgtk' 'lua' 'glew' 'bzip2')
+makedepends=('scons')
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+Finclude sourceforge
+source=($source scons.patch)
+sha1sums=('a96699fe21b6adad0d4b8494c82f36aa9ffa79b6' \
+  '2995fbb098f140ec88575b148048088b1c9fb127')
+
+_F_desktop_name=ngPlant
+_F_desktop_exec=/usr/bin/ngplant
+_F_desktop_icon=/usr/share/pixmaps/ngplant.xpm
+_F_desktop_categories=Application;Graphics;
+
+build() {
+   Fcd
+   Fpatchall
+   scons || Fdie
+
+   # Install programs
+   Fexerel $pkgname/$pkgname usr/bin/$pkgname
+   Fexerel ngpshot/ngpshot usr/bin/ngpshot
+   Fexerel ngpview/ngpview usr/bin/ngpview
+
+   # Install menu
+   Ficonrel $pkgname/images/$pkgname.xpm
+   Fdesktop2
+
+   # Install plugins
+   Fmkdir /usr/share/$pkgname/plugins
+   Fcp $pkgname-$pkgver/plugins/* usr/share/$pkgname/plugins
+
+   # Install examples
+   Fmkdir /usr/share/$pkgname/examples
+   Fcp $pkgname-$pkgver/samples/* usr/share/$pkgname/examples
+}
+
+# optimization OK
diff --git a/source/xapps-extra/ngplant/scons.patch 
b/source/xapps-extra/ngplant/scons.patch
new file mode 100644
index 000..026a885
--- /dev/null
+++ b/source/xapps-extra/ngplant/scons.patch
@@ -0,0 +1,55 @@
+--- SConstruct.org 2010-11-16 20:39:30.791274871 +0100
 SConstruct 2010-11-16 21:15:24.695838140 +0100
+@@ -33,7 +33,7 @@
+ opts.Add(BoolOption('WITH_LUA','Enable Lua plug-ins support','yes'))
+ opts.Add(BoolOption('LUA_INTERNAL','Compile Lua libraries from sources in 
extern/lua','no'))
+ opts.Add('LUA_INC','Lua headers path(s)','')
+-opts.Add('LUA_LIBS','Lua libraries','')
++opts.Add('LUA_LIBS','Lua libraries','lua')
+ opts.Add('LUA_LIBPATH','Lua libraries path(s)','')
+
+ opts.Add(BoolOption('GLEW_INTERNAL','Compile GLEW library from sources in 
extern/glew','no'))
+
+--- pywrapper/SConscript.org   2010-11-16 21:42:40.843983827 +0100
 pywrapper/SConscript   2010-11-16 21:42:00.554521981 +0100
+@@ -82,7 +82,7 @@
+ source = SRCS,
+ PYEXT_NAME='_ngp',
+ PYEXT_VERSION='1.0',
+-CPPPATH=['.','pywrapper'])
++CPPPATH=['.','pywrapper','/usr/include/python2.7'])
+
+ env.Command('_ngp.so','setup.py',python pywrapper/setup.py build --build-lib 
pywrapper --build-temp pywrapper/build)
+
+--- ngplant/SConscript  2012-03-19 19:56:43.893868954 +0100
 ngplant/SConscript.new  2012-03-19 19:59:10.891869224 +0100
+@@ -50,6 +50,7 @@
+ NGPlantEnv.Append(CPPPATH=NGPlantEnv['GLEXT_INC'])
+ NGPlantEnv.Append(LIBPATH=NGPlantEnv['GLEXT_LIBPATH'])
+ NGPlantEnv.Append(LIBS=NGPlantEnv['GLEXT_LIBS'])
++NGPlantEnv.Append(LIBS=['GLU','GL'])
+
+ if TimingsEnabled:
+ NGPlantEnv.Append(CPPDEFINES=[('P3D_TIMINGS_ENABLED','1')])
+
+--- ngput/SConscript  2012-03-19 20:08:52.657708434 +0100
 ngput/SConscript.new  2012-03-19 20:09:50.293002886 +0100
+@@ -25,6 +25,7 @@
+ NGPUtEnv.Append(CXXFLAGS=CC_OPT_FLAGS)
+
+ NGPUtEnv.Append(CPPPATH=NGPUtEnv['GLEXT_INC'])
++NGPUtEnv.Append(LIBS=['X11'])
+
+ if NGPUtEnv['WITH_LIBPNG']:
+ NGPUtEnv.Append(CPPPATH=NGPUtEnv['LIBPNG_CPPPATH'])
+
+--- ngpshot/SConscript  2012-03-19 20:16:16.888110326 +0100
 ngpshot/SConscript.new  2012-03-19 20:17:07.987272511 +0100
+@@ -32,6 +32,7 @@
+ NGPShotEnv.Append(CPPPATH=NGPShotEnv['GLEXT_INC'])
+ NGPShotEnv.Append(LIBPATH=NGPShotEnv['GLEXT_LIBPATH'])
+ NGPShotEnv.Append(LIBS=NGPShotEnv['GLEXT_LIBS'])
++NGPShotEnv.Append(LIBS=['X11'])
+
+ AppendLibPngConf(NGPShotEnv)
+ AppendLibJpegConf(NGPShotEnv)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git