From vmiklos at frugalware.org Mon Sep 1 01:25:56 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Sep 1 01:25:58 2008 Subject: [Frugalware-git] frugalware-current: docs/install: add a note about vmware and ide disks Message-ID: <20080831232556.B20381190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4c65da16d4ddad0870ca3ca1a899ae650a1789a0 commit 4c65da16d4ddad0870ca3ca1a899ae650a1789a0 Author: Miklos Vajna Date: Mon Sep 1 01:25:52 2008 +0200 docs/install: add a note about vmware and ide disks diff --git a/docs/install.txt b/docs/install.txt index 80e813c..b53ed9e 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -200,6 +200,10 @@ IMPORTANT: Do not worry if you misconfigured something! Just press in the next dialog and you will see the menu. Just go back to the given part and you can reconfigure it. +NOTE: If you install Frugalware in a VMware virtual machine, then don't +forget to use an IDE disk for the root partition, otherwise you will not +be able to boot the system after the installation! + - After downloading and burning the CDs/DVD, insert the first CD/DVD to your CD/DVD drive, and reboot your computer. In the grub menu, you can disable the framebuffer, if a framebuffer with resolution 1024x768 is not suitable From bouleetbil at frogdev.info Mon Sep 1 18:40:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 18:40:13 2008 Subject: [Frugalware-git] bouleetbilppc: fontsproto-2.0.2-1-ppc Message-ID: <20080901164011.97DDB1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2a2ff7706be34c1ca009814e3cd110081a313fbc commit 2a2ff7706be34c1ca009814e3cd110081a313fbc Author: bouleetbil Date: Mon Sep 1 18:39:09 2008 +0200 fontsproto-2.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/fontsproto/FrugalBuild b/source/x11/fontsproto/FrugalBuild index d389588..2f4baea 100644 --- a/source/x11/fontsproto/FrugalBuild +++ b/source/x11/fontsproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org fonts protocol headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=0 From bouleetbil at frogdev.info Mon Sep 1 18:51:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 18:51:23 2008 Subject: [Frugalware-git] bouleetbilppc: freetype2-2.3.7-1-ppc Message-ID: <20080901165121.96B421190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=938ba7aa0674088e9866824ae421e2de2b942c74 commit 938ba7aa0674088e9866824ae421e2de2b942c74 Author: bouleetbil Date: Mon Sep 1 18:50:24 2008 +0200 freetype2-2.3.7-1-ppc *added ppc to archs() diff --git a/source/lib/freetype2/FrugalBuild b/source/lib/freetype2/FrugalBuild index ed7cb94..b3c834e 100644 --- a/source/lib/freetype2/FrugalBuild +++ b/source/lib/freetype2/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="TrueType font rendering library - 2.0 series (with bytecode interpreter)" url="http://freetype.sourceforge.net" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('zlib') _F_cd_path="freetype-$pkgver" up2date="lynx -dump 'http://sourceforge.net/project/showfiles.php?group_id=3157&package_id=3121'|grep 'freetype-' |sed -e 's/.*type-\(.*\).tar.bz2.*/\1/;q'" From bouleetbil at frogdev.info Mon Sep 1 18:54:47 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 18:54:48 2008 Subject: [Frugalware-git] bouleetbilppc: fontcacheproto-0.1.2-1-ppc Message-ID: <20080901165447.49C8E1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bdd9c15a8fbea6da3637f4e9b4fb9c7854b1cb7e commit bdd9c15a8fbea6da3637f4e9b4fb9c7854b1cb7e Author: bouleetbil Date: Mon Sep 1 18:54:05 2008 +0200 fontcacheproto-0.1.2-1-ppc *added ppc to archs() diff --git a/source/x11/fontcacheproto/FrugalBuild b/source/x11/fontcacheproto/FrugalBuild index cf8b424..4fee254 100644 --- a/source/x11/fontcacheproto/FrugalBuild +++ b/source/x11/fontcacheproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org font cache protocol headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From vmiklos at frugalware.org Mon Sep 1 19:02:03 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Sep 1 19:02:04 2008 Subject: [Frugalware-git] frugalware-current: at-3.1.10.1-2-i686 Message-ID: <20080901170203.4251D1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11bdca10a2f62fca512cfb2edd38b0111dff6a91 commit 11bdca10a2f62fca512cfb2edd38b0111dff6a91 Author: Miklos Vajna Date: Mon Sep 1 19:01:25 2008 +0200 at-3.1.10.1-2-i686 - fix permissions of /var/spool/atjobs - cookies go to bouleetbil ;) - closes #2879 diff --git a/source/apps/at/FrugalBuild b/source/apps/at/FrugalBuild index 47b0ebc..59f619b 100644 --- a/source/apps/at/FrugalBuild +++ b/source/apps/at/FrugalBuild @@ -3,12 +3,12 @@ pkgname=at pkgver=3.1.10.1 -pkgrel=1 +pkgrel=2 pkgdesc="Allows you to run jobs at specified times" url="http://ftp.debian.org/debian/pool/main/a/at/" backup=('etc/at.deny') depends=('glibc') -makedepends=('mta') +makedepends=('postfix') groups=('apps') archs=('i686' 'x86_64') Fpkgversep="_" @@ -31,6 +31,7 @@ build() { Fmkdir /var/spool/{atjobs,spool} chmod 700 $Fdestdir/var/spool/{atjobs,spool} chown daemon:daemon $Fdestdir/var/spool/{atjobs,spool} + chmod g+rwx $Fdestdir/var/spool/atjobs/ Fmkdir /etc touch $Fdestdir/etc/at.deny From bouleetbil at frogdev.info Mon Sep 1 19:03:08 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:03:09 2008 Subject: [Frugalware-git] bouleetbilppc: libxfont-1.3.1-2-ppc Message-ID: <20080901170308.A9A421190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=65b67e4bb5ce486bfd86c33a79712260dc1d6151 commit 65b67e4bb5ce486bfd86c33a79712260dc1d6151 Author: bouleetbil Date: Mon Sep 1 19:01:54 2008 +0200 libxfont-1.3.1-2-ppc *added ppc to archs() diff --git a/source/x11/libxfont/FrugalBuild b/source/x11/libxfont/FrugalBuild index 2e21876..cb2e0ef 100644 --- a/source/x11/libxfont/FrugalBuild +++ b/source/x11/libxfont/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X font Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xtrans>=1.0.4' 'libfontenc>=1.0.4-2' 'xproto>=7.0.11' 'fontsproto' 'freetype2') makedepends=('pkgconfig' 'fontcacheproto') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 19:10:57 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:10:58 2008 Subject: [Frugalware-git] bouleetbilppc: libxdmcp-1.0.2-2-ppc Message-ID: <20080901171057.0830D1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=44655f4b217c33a6b45a149e2c9bcf2bbe995b9d commit 44655f4b217c33a6b45a149e2c9bcf2bbe995b9d Author: bouleetbil Date: Mon Sep 1 19:10:09 2008 +0200 libxdmcp-1.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/libxdmcp/FrugalBuild b/source/x11/libxdmcp/FrugalBuild index f72c720..48f23d6 100644 --- a/source/x11/libxdmcp/FrugalBuild +++ b/source/x11/libxdmcp/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org Xdmcp library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xproto>=7.0.11') makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 19:16:24 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:16:26 2008 Subject: [Frugalware-git] bouleetbilppc: kbproto-1.0.3-2-ppc Message-ID: <20080901171624.E267F1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2cb1ef84538fb0cf7898193107f11dabc73170a1 commit 2cb1ef84538fb0cf7898193107f11dabc73170a1 Author: bouleetbil Date: Mon Sep 1 19:15:45 2008 +0200 kbproto-1.0.3-2-ppc *added ppc to archs() diff --git a/source/x11/kbproto/FrugalBuild b/source/x11/kbproto/FrugalBuild index 6277d05..fb0fac4 100644 --- a/source/x11/kbproto/FrugalBuild +++ b/source/x11/kbproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org KB extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 19:25:54 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:25:55 2008 Subject: [Frugalware-git] bouleetbilppc: libxau-1.0.3-2-ppc Message-ID: <20080901172554.2262E1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=230344d55bff8672cc3570b5d521a02441fbd014 commit 230344d55bff8672cc3570b5d521a02441fbd014 Author: bouleetbil Date: Mon Sep 1 19:25:12 2008 +0200 libxau-1.0.3-2-ppc *added ppc to archs() diff --git a/source/x11/libxau/FrugalBuild b/source/x11/libxau/FrugalBuild index 68ab4e3..03e331a 100644 --- a/source/x11/libxau/FrugalBuild +++ b/source/x11/libxau/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org Xau library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xproto>=7.0.11') makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 19:38:43 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:38:44 2008 Subject: [Frugalware-git] bouleetbilppc: libxcb-1.1-1-ppc Message-ID: <20080901173843.733921190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bd5c886ab5d5303bbfa8999c300290a8ddee0612 commit bd5c886ab5d5303bbfa8999c300290a8ddee0612 Author: bouleetbil Date: Mon Sep 1 19:37:56 2008 +0200 libxcb-1.1-1-ppc *added ppc to archs() diff --git a/source/x11/libxcb/FrugalBuild b/source/x11/libxcb/FrugalBuild index ed1fa37..122c336 100644 --- a/source/x11/libxcb/FrugalBuild +++ b/source/x11/libxcb/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="X.org X-protocol C Binding" url="http://xcb.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') depends=('xcb-proto>=1.1' 'libpthread-stubs' 'libxml2' 'libxau>=1.0.3-2' 'libxdmcp>=1.0.2-2' 'libxslt') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') makedepends=('pkgconfig') up2date=("lynx -dump 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep libxcb | Flasttar") source=(http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2) From bouleetbil at frogdev.info Mon Sep 1 19:42:33 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:42:34 2008 Subject: [Frugalware-git] bouleetbilppc: xf86bigfontproto-1.1.2-1-ppc Message-ID: <20080901174233.87E341190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c8bc9977eb2a882d347c2baeec9ddf0995afcfc4 commit c8bc9977eb2a882d347c2baeec9ddf0995afcfc4 Author: bouleetbil Date: Mon Sep 1 19:41:48 2008 +0200 xf86bigfontproto-1.1.2-1-ppc *added ppc to archs() diff --git a/source/x11/xf86bigfontproto/FrugalBuild b/source/x11/xf86bigfontproto/FrugalBuild index 659f7f9..ed44cb5 100644 --- a/source/x11/xf86bigfontproto/FrugalBuild +++ b/source/x11/xf86bigfontproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org BigFont extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 19:52:04 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:52:05 2008 Subject: [Frugalware-git] bouleetbilppc: bigreqsproto-1.0.2-1-ppc Message-ID: <20080901175204.4FDE51190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d1ecdf43311261d2be2596d79ef4dc19864219b1 commit d1ecdf43311261d2be2596d79ef4dc19864219b1 Author: bouleetbil Date: Mon Sep 1 19:51:16 2008 +0200 bigreqsproto-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/bigreqsproto/FrugalBuild b/source/x11/bigreqsproto/FrugalBuild index 7dfcbd0..ef3b7ed 100644 --- a/source/x11/bigreqsproto/FrugalBuild +++ b/source/x11/bigreqsproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org BigReqs extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=0 From bouleetbil at frogdev.info Mon Sep 1 19:57:51 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 19:57:52 2008 Subject: [Frugalware-git] bouleetbilppc: xextproto-7.0.2-1-ppc Message-ID: <20080901175751.313021190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=623c0ae2dc3b966037123cb28d1c4b2fc59eef90 commit 623c0ae2dc3b966037123cb28d1c4b2fc59eef90 Author: bouleetbil Date: Mon Sep 1 19:57:09 2008 +0200 xextproto-7.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/xextproto/FrugalBuild b/source/x11/xextproto/FrugalBuild index c969431..188c115 100644 --- a/source/x11/xextproto/FrugalBuild +++ b/source/x11/xextproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org xext protocol headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 20:00:56 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 20:00:57 2008 Subject: [Frugalware-git] bouleetbilppc: xcmiscproto-1.1.2-1-ppc Message-ID: <20080901180056.C57BF1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=5bbb6305b722760bbe38c51c25616015001f1760 commit 5bbb6305b722760bbe38c51c25616015001f1760 Author: bouleetbil Date: Mon Sep 1 20:00:07 2008 +0200 xcmiscproto-1.1.2-1-ppc *added ppc to archs() diff --git a/source/x11/xcmiscproto/FrugalBuild b/source/x11/xcmiscproto/FrugalBuild index 5220bd0..3bd3283 100644 --- a/source/x11/xcmiscproto/FrugalBuild +++ b/source/x11/xcmiscproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org XCMisc extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 20:04:04 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 20:04:05 2008 Subject: [Frugalware-git] bouleetbilppc: inputproto-1.4.2.1-1-ppc Message-ID: <20080901180404.5F1F41190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=07684065e996cf157a653d16175e772ca3b6cd48 commit 07684065e996cf157a653d16175e772ca3b6cd48 Author: bouleetbil Date: Mon Sep 1 20:03:24 2008 +0200 inputproto-1.4.2.1-1-ppc *added ppc to archs() diff --git a/source/x11/inputproto/FrugalBuild b/source/x11/inputproto/FrugalBuild index 182d98b..f019bd8 100644 --- a/source/x11/inputproto/FrugalBuild +++ b/source/x11/inputproto/FrugalBuild @@ -6,7 +6,7 @@ pkgver=1.4.2.1 pkgrel=1 pkgdesc="X.org input extension headers" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:15:10 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:15:11 2008 Subject: [Frugalware-git] bouleetbilppc: util-macros-1.1.5-2-ppc Message-ID: <20080901191510.9D2521190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=fe2c9bfae707c0d191deb8b40b6337b11503c846 commit fe2c9bfae707c0d191deb8b40b6337b11503c846 Author: bouleetbil Date: Mon Sep 1 21:14:10 2008 +0200 util-macros-1.1.5-2-ppc *added ppc to archs() diff --git a/source/x11/util-macros/FrugalBuild b/source/x11/util-macros/FrugalBuild index d1ec7f5..3305e97 100644 --- a/source/x11/util-macros/FrugalBuild +++ b/source/x11/util-macros/FrugalBuild @@ -6,7 +6,7 @@ pkgver=1.1.5 pkgrel=2 pkgdesc="X.Org autotools utility macros" groups=('x11' 'xorg-core' 'xorg-util') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:28:20 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:28:22 2008 Subject: [Frugalware-git] bouleetbilppc: libx11-1.1.3-2-ppc Message-ID: <20080901192820.911D21190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=92516b4233bfd24a13f039c37f87bcd073071469 commit 92516b4233bfd24a13f039c37f87bcd073071469 Author: bouleetbil Date: Mon Sep 1 21:26:55 2008 +0200 libx11-1.1.3-2-ppc *added ppc to archs() diff --git a/source/x11/libx11/FrugalBuild b/source/x11/libx11/FrugalBuild index 54d4b9f..cc4fe7e 100644 --- a/source/x11/libx11/FrugalBuild +++ b/source/x11/libx11/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org X11 library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xproto>=7.0.11' 'libxdmcp>=1.0.2-2' 'xtrans>=1.0.4' 'kbproto' 'libxau>=1.0.3-2' 'libxcb>=1.1' 'libpthread-stubs') makedepends=('pkgconfig' 'xf86bigfontproto' 'bigreqsproto' \ 'xextproto' 'xcmiscproto' 'inputproto>=1.4.2.1' 'util-macros>=1.1.5-2') From bouleetbil at frogdev.info Mon Sep 1 21:32:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:33:01 2008 Subject: [Frugalware-git] bouleetbilppc: libxext-1.0.4-1-ppc Message-ID: <20080901193259.A9B2E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=460f24bfacc7fcad71cc18a38c6aa05b5a939baf commit 460f24bfacc7fcad71cc18a38c6aa05b5a939baf Author: bouleetbil Date: Mon Sep 1 21:32:12 2008 +0200 libxext-1.0.4-1-ppc *added ppc to archs() diff --git a/source/x11/libxext/FrugalBuild b/source/x11/libxext/FrugalBuild index c297c36..21f1321 100644 --- a/source/x11/libxext/FrugalBuild +++ b/source/x11/libxext/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Misc X Extension Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'xextproto') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:37:01 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:37:02 2008 Subject: [Frugalware-git] bouleetbilppc: libxkbfile-1.0.4-2-ppc Message-ID: <20080901193701.7007C1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=5e7650a82e3174086adaa7873cd88ceb8ca487a1 commit 5e7650a82e3174086adaa7873cd88ceb8ca487a1 Author: bouleetbil Date: Mon Sep 1 21:35:56 2008 +0200 libxkbfile-1.0.4-2-ppc *added ppc to archs() diff --git a/source/x11/libxkbfile/FrugalBuild b/source/x11/libxkbfile/FrugalBuild index e15c811..2c30284 100644 --- a/source/x11/libxkbfile/FrugalBuild +++ b/source/x11/libxkbfile/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="The xkbfile Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'kbproto') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:42:02 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:42:04 2008 Subject: [Frugalware-git] bouleetbilppc: libice-1.0.4-2-ppc Message-ID: <20080901194202.9AD981190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7f24d9c71a381d24a293766ccb0e3a0378e94581 commit 7f24d9c71a381d24a293766ccb0e3a0378e94581 Author: bouleetbil Date: Mon Sep 1 21:41:17 2008 +0200 libice-1.0.4-2-ppc *added ppc to archs() diff --git a/source/x11/libice/FrugalBuild b/source/x11/libice/FrugalBuild index 4ae9623..4f453e3 100644 --- a/source/x11/libice/FrugalBuild +++ b/source/x11/libice/FrugalBuild @@ -7,7 +7,7 @@ pkgver=1.0.4 pkgrel=2 pkgdesc="X Inter Client Exchange Library" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xproto>=7.0.11' 'xtrans>=1.0.4') makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:44:23 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:44:25 2008 Subject: [Frugalware-git] bouleetbilppc: libsm-1.0.3-1-ppc Message-ID: <20080901194423.EFAA11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=db032daee30e0cdd729f6b8cc892cfc246d8c0c3 commit db032daee30e0cdd729f6b8cc892cfc246d8c0c3 Author: bouleetbil Date: Mon Sep 1 21:43:41 2008 +0200 libsm-1.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/libsm/FrugalBuild b/source/x11/libsm/FrugalBuild index 6ad2f77..cae4a80 100644 --- a/source/x11/libsm/FrugalBuild +++ b/source/x11/libsm/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X Session Management Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libice>=1.0.4') makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:48:27 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:48:28 2008 Subject: [Frugalware-git] bouleetbilppc: libxt-1.0.5-1-ppc Message-ID: <20080901194827.134A71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d4c7fd09131d23bfded51daefd30a6936fa58bd4 commit d4c7fd09131d23bfded51daefd30a6936fa58bd4 Author: bouleetbil Date: Mon Sep 1 21:47:33 2008 +0200 libxt-1.0.5-1-ppc *added ppc to archs() diff --git a/source/x11/libxt/FrugalBuild b/source/x11/libxt/FrugalBuild index 016c318..2938e31 100644 --- a/source/x11/libxt/FrugalBuild +++ b/source/x11/libxt/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X Toolkit Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libsm>=1.0.3' 'xproto>=7.0.11') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') _F_xorg_ind=1 From bouleetbil at frogdev.info Mon Sep 1 21:52:07 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:52:09 2008 Subject: [Frugalware-git] bouleetbilppc: libxmu-1.0.4-1-ppc Message-ID: <20080901195207.C0F0E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c335bb59d29507aae6a17610bda3e16e9269243d commit c335bb59d29507aae6a17610bda3e16e9269243d Author: bouleetbil Date: Mon Sep 1 21:51:25 2008 +0200 libxmu-1.0.4-1-ppc *added ppc to archs() diff --git a/source/x11/libxmu/FrugalBuild b/source/x11/libxmu/FrugalBuild index 3719c9d..1f94f2c 100644 --- a/source/x11/libxmu/FrugalBuild +++ b/source/x11/libxmu/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X.Org Xmu library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3-2' 'libxt>=1.0.5' 'libxext>=1.0.3') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:55:13 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:55:15 2008 Subject: [Frugalware-git] bouleetbilppc: renderproto-0.9.3-1-ppc Message-ID: <20080901195513.5D6621190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=5fd2b0ad1c42428b6ff8ed6bb969e881f7d96584 commit 5fd2b0ad1c42428b6ff8ed6bb969e881f7d96584 Author: bouleetbil Date: Mon Sep 1 21:54:32 2008 +0200 renderproto-0.9.3-1-ppc *added ppc to archs() diff --git a/source/x11/renderproto/FrugalBuild b/source/x11/renderproto/FrugalBuild index 2041a1d..b5dd176 100644 --- a/source/x11/renderproto/FrugalBuild +++ b/source/x11/renderproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Render extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 21:57:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 21:57:49 2008 Subject: [Frugalware-git] bouleetbilppc: libxrender-0.9.4-1-ppc Message-ID: <20080901195748.150921190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=45bd4073ececb78a9a0595c2383411ad24f13ffb commit 45bd4073ececb78a9a0595c2383411ad24f13ffb Author: bouleetbil Date: Mon Sep 1 21:57:07 2008 +0200 libxrender-0.9.4-1-ppc *added ppc to archs() diff --git a/source/x11/libxrender/FrugalBuild b/source/x11/libxrender/FrugalBuild index 5f1e13f..37b01c9 100644 --- a/source/x11/libxrender/FrugalBuild +++ b/source/x11/libxrender/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X Render Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'renderproto>=0.9.3' 'xproto>=7.0.11') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:01:27 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:01:29 2008 Subject: [Frugalware-git] bouleetbilppc: libxi-1.1.3-1-ppc Message-ID: <20080901200127.9D40F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7c64ea5a34aa4da0c3a50ddcaa12936052fed695 commit 7c64ea5a34aa4da0c3a50ddcaa12936052fed695 Author: bouleetbil Date: Mon Sep 1 22:00:39 2008 +0200 libxi-1.1.3-1-ppc *added ppc to archs() diff --git a/source/x11/libxi/FrugalBuild b/source/x11/libxi/FrugalBuild index 92f398e..f2a7a08 100644 --- a/source/x11/libxi/FrugalBuild +++ b/source/x11/libxi/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X input extension library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'inputproto>=1.4.2.1') makedepends=('pkgconfig' 'xproto>=7.0.11') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:07:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:07:05 2008 Subject: [Frugalware-git] bouleetbilppc: xf86vidmodeproto-2.2.2-1-ppc Message-ID: <20080901200703.E8EE31190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=daefb9b61256c17f32250422892e42c160e4a116 commit daefb9b61256c17f32250422892e42c160e4a116 Author: bouleetbil Date: Mon Sep 1 22:06:25 2008 +0200 xf86vidmodeproto-2.2.2-1-ppc *added ppc to archs() diff --git a/source/x11/xf86vidmodeproto/FrugalBuild b/source/x11/xf86vidmodeproto/FrugalBuild index 6e0ead3..fbb7ef2 100644 --- a/source/x11/xf86vidmodeproto/FrugalBuild +++ b/source/x11/xf86vidmodeproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org XF86VidMode extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:09:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:09:22 2008 Subject: [Frugalware-git] bouleetbilppc: libxxf86vm-1.0.1-2-ppc Message-ID: <20080901200921.D7AB41190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=520fa7a13a3dab1d7334f59abed969455caae18f commit 520fa7a13a3dab1d7334f59abed969455caae18f Author: bouleetbil Date: Mon Sep 1 22:08:42 2008 +0200 libxxf86vm-1.0.1-2-ppc *added ppc to archs() diff --git a/source/x11/libxxf86vm/FrugalBuild b/source/x11/libxxf86vm/FrugalBuild index b41aedc..0030a23 100644 --- a/source/x11/libxxf86vm/FrugalBuild +++ b/source/x11/libxxf86vm/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org Xxf86vm library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'xf86vidmodeproto') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:12:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:13:00 2008 Subject: [Frugalware-git] bouleetbilppc: libdrm-2.3.0-2-ppc Message-ID: <20080901201259.C98EB1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=19f4b18abe39ebdeab65a6a2c0981416dd8d5652 commit 19f4b18abe39ebdeab65a6a2c0981416dd8d5652 Author: bouleetbil Date: Mon Sep 1 22:12:17 2008 +0200 libdrm-2.3.0-2-ppc *added ppc to archs() diff --git a/source/x11/libdrm/FrugalBuild b/source/x11/libdrm/FrugalBuild index b03ed51..4d7064d 100644 --- a/source/x11/libdrm/FrugalBuild +++ b/source/x11/libdrm/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org Userspace interface to kernel DRM services" url="http://xorg.freedesktop.org/" depends=() -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') groups=('x11' 'xorg-core' 'xorg-libs') up2date="lynx -dump 'http://dri.freedesktop.org/libdrm/?C=M;O=A'|Flasttar" source=(http://dri.freedesktop.org/libdrm/libdrm-$pkgver.tar.gz nouveau.patch) From vmiklos at frugalware.org Mon Sep 1 22:16:14 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Sep 1 22:16:15 2008 Subject: [Frugalware-git] setup: plugins/install: spelling fixes Message-ID: <20080901201614.8FD751190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=0601ff57b3f475f8f905a9d87b96f697ce988326 commit 0601ff57b3f475f8f905a9d87b96f697ce988326 Author: Miklos Vajna Date: Mon Sep 1 21:59:09 2008 +0200 plugins/install: spelling fixes diff --git a/src/plugins/install.c b/src/plugins/install.c index 9973064..1bbb2bd 100644 --- a/src/plugins/install.c +++ b/src/plugins/install.c @@ -66,7 +66,7 @@ int installpkgs_forreal(GList *pkgs, int fast) cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm %s", ptr); if (fw_system_interactive(cmd) != 0) { - printf(_("Errors occured while installing " + printf(_("Errors occurred while installing " "selected packages.\n" "Press ENTER to continue...")); fflush(stdout); @@ -130,7 +130,7 @@ int installpkgs(GList *pkgs, GList **config) else return(0); } - // see what packages can be usefull from this volume + // see what packages can be useful from this volume for(i=0;i Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=ef471a7da85018cea8aaf97482ba4430a805e1dc commit ef471a7da85018cea8aaf97482ba4430a805e1dc Author: bouleetbil Date: Mon Sep 1 22:15:39 2008 +0200 fixesproto-4.0-2-ppc *added ppc to archs() diff --git a/source/x11/fixesproto/FrugalBuild b/source/x11/fixesproto/FrugalBuild index 5d6ea69..09f90e3 100644 --- a/source/x11/fixesproto/FrugalBuild +++ b/source/x11/fixesproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org Fixes extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=1 From bouleetbil at frogdev.info Mon Sep 1 22:18:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:18:49 2008 Subject: [Frugalware-git] bouleetbilppc: libxfixes-4.0.3-2-ppc Message-ID: <20080901201848.3F1511190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f4f0951833643de55e078f73e20ce5ac7fd67f50 commit f4f0951833643de55e078f73e20ce5ac7fd67f50 Author: bouleetbil Date: Mon Sep 1 22:18:07 2008 +0200 libxfixes-4.0.3-2-ppc *added ppc to archs() diff --git a/source/x11/libxfixes/FrugalBuild b/source/x11/libxfixes/FrugalBuild index e754407..f3049d2 100644 --- a/source/x11/libxfixes/FrugalBuild +++ b/source/x11/libxfixes/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org Xfixes library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'fixesproto>=4.0' 'xproto>=7.0.11' 'xextproto') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:21:23 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:21:24 2008 Subject: [Frugalware-git] bouleetbilppc: damageproto-1.1.0-1-ppc Message-ID: <20080901202123.067921190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7e6b3135eccfc92d5815becb95fdbf7d02864da2 commit 7e6b3135eccfc92d5815becb95fdbf7d02864da2 Author: bouleetbil Date: Mon Sep 1 22:20:33 2008 +0200 damageproto-1.1.0-1-ppc *added ppc to archs() diff --git a/source/x11/damageproto/FrugalBuild b/source/x11/damageproto/FrugalBuild index a5ece3d..843934a 100644 --- a/source/x11/damageproto/FrugalBuild +++ b/source/x11/damageproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Damage extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:24:10 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:24:11 2008 Subject: [Frugalware-git] bouleetbilppc: libxdamage-1.1.1-1-ppc Message-ID: <20080901202410.AE1B01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=28e9c1a15f2c620a7cf53b468e213ba6b645b805 commit 28e9c1a15f2c620a7cf53b468e213ba6b645b805 Author: bouleetbil Date: Mon Sep 1 22:23:30 2008 +0200 libxdamage-1.1.1-1-ppc *added ppc to archs() diff --git a/source/x11/libxdamage/FrugalBuild b/source/x11/libxdamage/FrugalBuild index 780fadd..884fc9b 100644 --- a/source/x11/libxdamage/FrugalBuild +++ b/source/x11/libxdamage/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X.Org Xdamage library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxfixes>=4.0.3-2' 'damageproto>=1.1.0' 'xproto>=7.0.11') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') _F_xorg_ind=1 From bouleetbil at frogdev.info Mon Sep 1 22:27:22 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:27:23 2008 Subject: [Frugalware-git] bouleetbilppc: makedepend-1.0.1-1-ppc Message-ID: <20080901202722.3AABB1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=cf3dc0a0bbc506f56454a0975479732610fa4605 commit cf3dc0a0bbc506f56454a0975479732610fa4605 Author: bouleetbil Date: Mon Sep 1 22:26:44 2008 +0200 makedepend-1.0.1-1-ppc *added ppc to archs() diff --git a/source/x11/makedepend/FrugalBuild b/source/x11/makedepend/FrugalBuild index 57236fa..68dfd6d 100644 --- a/source/x11/makedepend/FrugalBuild +++ b/source/x11/makedepend/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org makedepend utility" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-util') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig' 'xproto>=7.0.11') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:29:49 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:29:50 2008 Subject: [Frugalware-git] bouleetbilppc: glproto-1.4.9-1-ppc Message-ID: <20080901202949.AD78B1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=51b2110d425b74229293fe0703c80e398026f1ad commit 51b2110d425b74229293fe0703c80e398026f1ad Author: bouleetbil Date: Mon Sep 1 22:29:09 2008 +0200 glproto-1.4.9-1-ppc *added ppc to archs() diff --git a/source/x11/glproto/FrugalBuild b/source/x11/glproto/FrugalBuild index 375a9a1..585df1f 100644 --- a/source/x11/glproto/FrugalBuild +++ b/source/x11/glproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org GL extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:37:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:37:49 2008 Subject: [Frugalware-git] bouleetbilppc: mesa-7.0.2-2-ppc Message-ID: <20080901203748.B2CB71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=8982de48d149359d80b38baafef541e25e6e17b2 commit 8982de48d149359d80b38baafef541e25e6e17b2 Author: bouleetbil Date: Mon Sep 1 22:35:07 2008 +0200 mesa-7.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/mesa/FrugalBuild b/source/x11/mesa/FrugalBuild index 13106cf..ea2d221 100644 --- a/source/x11/mesa/FrugalBuild +++ b/source/x11/mesa/FrugalBuild @@ -16,7 +16,7 @@ depends=('expat' 'libx11>=1.1.3-2' 'libxext>=1.0.3' 'libxxf86vm>=1.0.1-2' 'libxi 'libice>=1.0.4' 'libdrm>=2.3.0-2' 'libxdamage>=1.1.1' 'libxfixes>=4.0.3-2' 'libxcb>=1.1' 'expat' 'libgcc') makedepends=('makedepend' 'glproto>=1.4.9' 'xf86vidmodeproto') rodepends=('libgl') # should be =$pkgver but we cannot do that while fglrx and nvidia -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') groups=('x11' 'xorg-core' 'xorg-libs') source=($source \ http://$_F_sourceforge_mirror.dl.sourceforge.net/sourceforge/$_F_sourceforge_dirname/MesaDemos-$pkgver.tar.bz2 \ @@ -29,7 +29,7 @@ subdescs=('Mesa OpenGL files.' 'OpenGL demonstration and test programs.') subconflicts=('fglrx nvidia' '') subdepends=('libxxf86vm>=1.0.1-2 libdrm>=2.3.0' "mesa=$pkgver libstdc++") subgroups=('x11' 'x11') -subarchs=('i686 x86_64' 'i686 x86_64') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') # NOTE: If you bump version (major or minor) you need to review the symlinking at the end of this # file !!!! On minor bump last number will be changed. @@ -58,20 +58,20 @@ build() { # hakish fix these warning about missing header files .. echo "MKDEP_OPTIONS = -fdepend -I$(gcc -print-search-dirs|head -n1|sed 's/.*: //')include" >> ${HOSTCONF} export DRI_DRIVER_DIR="/usr/lib/dri" - + make ${CONFIG} || Fdie Fmkdir /usr - + # br0ken on SMP unset MAKEFLAGS make DESTDIR=$Fdestdir install || Fdie - + cd progs/xdemos || Fdie make glxgears glxinfo glxdemo glxheads || Fdie Fexerel glxgears glxinfo glxdemo glxheads /usr/bin cd ../.. || Fdie - + Fmkdir /usr/share/doc/$pkgname-$pkgver cp -r docs/{README.*,*.html,COPYING} \ $Fdestdir/usr/share/doc/$pkgname-$pkgver/ || Fdie @@ -79,7 +79,7 @@ build() { # Copy our .la files and chmod them with a+rx cp -ar $Fsrcdir/lib{GL,GLU}.la $Fdestdir/usr/lib || Fdie chmod a+rx $Fdestdir/usr/lib/lib{GL,GLU}.la || Fdie - + Fln libGLU.so.1.3.070002 /usr/lib/libGLU.so.1.3 Fln libGLw.so.1.0.0 /usr/lib/libGLw.so.1.0 @@ -88,7 +88,7 @@ build() { Fsplit libgl usr/lib/libGL.so* Fsplit libgl usr/lib/libGL.la - + Fsplit mesademos usr/bin/{glxgears,glxinfo,glxdemo,glxheads} } From bouleetbil at frogdev.info Mon Sep 1 22:42:36 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:42:37 2008 Subject: [Frugalware-git] bouleetbilppc: mkfontscale-1.0.3-3-ppc Message-ID: <20080901204236.BFBC91190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=3a5a870ca81988fbf71920dd7c87fe8f04403b1f commit 3a5a870ca81988fbf71920dd7c87fe8f04403b1f Author: bouleetbil Date: Mon Sep 1 22:41:58 2008 +0200 mkfontscale-1.0.3-3-ppc *added ppc to archs() diff --git a/source/x11/mkfontscale/FrugalBuild b/source/x11/mkfontscale/FrugalBuild index dfb2a88..818ff50 100644 --- a/source/x11/mkfontscale/FrugalBuild +++ b/source/x11/mkfontscale/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="Create an index of scalable font files for X" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('freetype2' 'libfontenc>=1.0.4-2') makedepends=('inputproto>=1.4.2.1' 'xproto>=7.0.11') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:44:50 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:44:51 2008 Subject: [Frugalware-git] bouleetbilppc: mkfontdir-1.0.3-1-ppc Message-ID: <20080901204450.304641190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f845d3a059816e83c412b41042a0c80e5c5adde0 commit f845d3a059816e83c412b41042a0c80e5c5adde0 Author: bouleetbil Date: Mon Sep 1 22:44:11 2008 +0200 mkfontdir-1.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/mkfontdir/FrugalBuild b/source/x11/mkfontdir/FrugalBuild index 3228270..6f601c2 100644 --- a/source/x11/mkfontdir/FrugalBuild +++ b/source/x11/mkfontdir/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org mkfontdir application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('mkfontscale>=1.0.3-3') Finclude xorg sha1sums=('cb0afde150af5957d67f921673dbaed3402978d1') From bouleetbil at frogdev.info Mon Sep 1 22:47:15 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:47:16 2008 Subject: [Frugalware-git] bouleetbilppc: bdftopcf-1.0.1-1-ppc Message-ID: <20080901204715.4A3C41190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=484ea548e6bfefe185aa98af81b979094710c546 commit 484ea548e6bfefe185aa98af81b979094710c546 Author: bouleetbil Date: Mon Sep 1 22:46:38 2008 +0200 bdftopcf-1.0.1-1-ppc *added ppc to archs() diff --git a/source/x11/bdftopcf/FrugalBuild b/source/x11/bdftopcf/FrugalBuild index 3154aaa..f6e3e2d 100644 --- a/source/x11/bdftopcf/FrugalBuild +++ b/source/x11/bdftopcf/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org bdftopcf application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libxfont>=1.3.1') Finclude xorg sha1sums=('ab1c77b7e9b011afd29242eef0f3cfdcb11771ee') From bouleetbil at frogdev.info Mon Sep 1 22:49:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:49:05 2008 Subject: [Frugalware-git] bouleetbilppc: font-cursor-misc-1.0.0-2-ppc Message-ID: <20080901204903.682A71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=97f70edc11af13fddd2e49ef758f7139bcb04b49 commit 97f70edc11af13fddd2e49ef758f7139bcb04b49 Author: bouleetbil Date: Mon Sep 1 22:48:26 2008 +0200 font-cursor-misc-1.0.0-2-ppc *added ppc to archs() diff --git a/source/x11/font-cursor-misc/FrugalBuild b/source/x11/font-cursor-misc/FrugalBuild index 9d0a955..b0b9fee 100644 --- a/source/x11/font-cursor-misc/FrugalBuild +++ b/source/x11/font-cursor-misc/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org Cursor Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('mkfontscale>=1.0.3-3' 'mkfontdir>=1.0.3') makedepends=('pkgconfig' 'bdftopcf>=1.0.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:52:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:52:23 2008 Subject: [Frugalware-git] bouleetbilppc: font-util-1.0.1-1-ppc Message-ID: <20080901205221.BF0DF1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=4b5e836140b15a5328ee2435596b1e48cfeb3281 commit 4b5e836140b15a5328ee2435596b1e48cfeb3281 Author: bouleetbil Date: Mon Sep 1 22:51:44 2008 +0200 font-util-1.0.1-1-ppc *added ppc to archs() diff --git a/source/x11/font-util/FrugalBuild b/source/x11/font-util/FrugalBuild index 44a0199..793a918 100644 --- a/source/x11/font-util/FrugalBuild +++ b/source/x11/font-util/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org font utils" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=1 From bouleetbil at frogdev.info Mon Sep 1 22:57:18 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:57:20 2008 Subject: [Frugalware-git] bouleetbilppc: font-misc-misc-1.0.0-2-ppc Message-ID: <20080901205718.A47CD1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=e44738a5ca94239188e996a9862c8f182f27d5ec commit e44738a5ca94239188e996a9862c8f182f27d5ec Author: bouleetbil Date: Mon Sep 1 22:55:46 2008 +0200 font-misc-misc-1.0.0-2-ppc *added ppc to archs() diff --git a/source/x11/font-misc-misc/FrugalBuild b/source/x11/font-misc-misc/FrugalBuild index 38c46ce..dfae5c7 100644 --- a/source/x11/font-misc-misc/FrugalBuild +++ b/source/x11/font-misc-misc/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org Misc Misc Fontset" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('mkfontscale>=1.0.3-3' 'mkfontdir>=1.0.3') makedepends=('pkgconfig' 'bdftopcf>=1.0.1' 'font-util') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 22:59:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 22:59:49 2008 Subject: [Frugalware-git] bouleetbilppc: xbitmaps-1.0.1-2-ppc Message-ID: <20080901205948.8567F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=5ef7e8a1b631120b896ef6d22ea8e52425f7f79f commit 5ef7e8a1b631120b896ef6d22ea8e52425f7f79f Author: bouleetbil Date: Mon Sep 1 22:59:08 2008 +0200 xbitmaps-1.0.1-2-ppc *added ppc to archs() diff --git a/source/x11/xbitmaps/FrugalBuild b/source/x11/xbitmaps/FrugalBuild index 8ae741f..a514f4c 100644 --- a/source/x11/xbitmaps/FrugalBuild +++ b/source/x11/xbitmaps/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org bitmaps data" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-data') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:03:31 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:03:32 2008 Subject: [Frugalware-git] bouleetbilppc: xkbcomp-1.0.3-2-ppc Message-ID: <20080901210331.9A3C81190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c58e552b993430536c665e1b142e77d426e6a583 commit c58e552b993430536c665e1b142e77d426e6a583 Author: bouleetbil Date: Mon Sep 1 23:02:43 2008 +0200 xkbcomp-1.0.3-2-ppc *added ppc to archs() diff --git a/source/x11/xkbcomp/FrugalBuild b/source/x11/xkbcomp/FrugalBuild index 194104e..91b1c7f 100644 --- a/source/x11/xkbcomp/FrugalBuild +++ b/source/x11/xkbcomp/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org xkbcomp application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxkbfile>=1.0.4-2') makedepends=('inputproto>=1.4.2.1' 'util-macros>=1.1.5-2') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:06:17 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:06:19 2008 Subject: [Frugalware-git] bouleetbilppc: xkeyboard-config-1.2-1-ppc Message-ID: <20080901210617.DED6A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f9a820af3582826b5a75bbcaad9cf9ce2c8076b1 commit f9a820af3582826b5a75bbcaad9cf9ce2c8076b1 Author: bouleetbil Date: Mon Sep 1 23:05:24 2008 +0200 xkeyboard-config-1.2-1-ppc *added ppc to archs() diff --git a/source/x11/xkeyboard-config/FrugalBuild b/source/x11/xkeyboard-config/FrugalBuild index 276da04..73a038f 100644 --- a/source/x11/xkeyboard-config/FrugalBuild +++ b/source/x11/xkeyboard-config/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="X.org XML-based XKB configuration registry" url="http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig" groups=('x11' 'xorg-core' 'xorg-proto') depends=('xkbcomp>=1.0.3-2') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') makedepends=('pkgconfig' 'perl-xml-parser' 'util-macros>=1.1.5-2' 'intltool') up2date=("lynx -dump 'http://xlibs.freedesktop.org/xkbdesc/?C=M;O=A' | grep $pkgname | Flasttar") source=(http://xlibs.freedesktop.org/xkbdesc/$pkgname-$pkgver.tar.bz2) From bouleetbil at frogdev.info Mon Sep 1 23:08:45 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:08:47 2008 Subject: [Frugalware-git] bouleetbilppc: iceauth-1.0.2-2-ppc Message-ID: <20080901210845.D905C1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=90053c3f90aa882332635bf5255a8feaef0629cb commit 90053c3f90aa882332635bf5255a8feaef0629cb Author: bouleetbil Date: Mon Sep 1 23:08:09 2008 +0200 iceauth-1.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/iceauth/FrugalBuild b/source/x11/iceauth/FrugalBuild index 15ec892..49617d2 100644 --- a/source/x11/iceauth/FrugalBuild +++ b/source/x11/iceauth/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org iceauth application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3-2' 'libice>=1.0.4-2') Finclude xorg sha1sums=('31cb5e07ea928b2a85af25d69535726e0d8c08d9') From bouleetbil at frogdev.info Mon Sep 1 23:11:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:11:03 2008 Subject: [Frugalware-git] bouleetbilppc: rgb-1.0.1-2-ppc Message-ID: <20080901211103.1C3CA1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=66b0b74710c1a36a25e94d0adcb9ca8cc5a7a293 commit 66b0b74710c1a36a25e94d0adcb9ca8cc5a7a293 Author: bouleetbil Date: Mon Sep 1 23:10:27 2008 +0200 rgb-1.0.1-2-ppc *added ppc to archs() diff --git a/source/x11/rgb/FrugalBuild b/source/x11/rgb/FrugalBuild index e38e786..5a7c8a3 100644 --- a/source/x11/rgb/FrugalBuild +++ b/source/x11/rgb/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org rgb application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('inputproto>=1.4.2.1' 'xproto>=7.0.11') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:14:55 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:14:55 2008 Subject: [Frugalware-git] bouleetbilppc: xauth-1.0.2-2-ppc Message-ID: <20080901211455.771C91190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=e648d57d35451507ea2bebbba3f0d7008b6ce2d9 commit e648d57d35451507ea2bebbba3f0d7008b6ce2d9 Author: bouleetbil Date: Mon Sep 1 23:14:16 2008 +0200 xauth-1.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/xauth/FrugalBuild b/source/x11/xauth/FrugalBuild index 3ff5c42..d159cbf 100644 --- a/source/x11/xauth/FrugalBuild +++ b/source/x11/xauth/FrugalBuild @@ -6,7 +6,7 @@ pkgver=1.0.2 pkgrel=2 pkgdesc="X.Org xauth application" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxmu>=1.0.3-2' 'libxext>=1.0.3' 'libxau>=1.0.3-2') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:28:22 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:28:23 2008 Subject: [Frugalware-git] bouleetbilppc: fontconfig-2.6.0-1-ppc Message-ID: <20080901212822.6A27D1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f9dd737a29a7bc886e23d6367b01b42bff51e618 commit f9dd737a29a7bc886e23d6367b01b42bff51e618 Author: bouleetbil Date: Mon Sep 1 23:26:52 2008 +0200 fontconfig-2.6.0-1-ppc *added ppc to archs() diff --git a/source/lib/fontconfig/FrugalBuild b/source/lib/fontconfig/FrugalBuild index a3d7318..0450753 100644 --- a/source/lib/fontconfig/FrugalBuild +++ b/source/lib/fontconfig/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="A library for configuring and customizing font access" url="http://fontconfig.org/" depends=('libxml2' 'freetype2>=2.3.1' 'frugalware') groups=('lib' 'misc-fonts') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://fontconfig.org/release|Flasttar" options=('force') source=($url/release/$pkgname-$pkgver.tar.gz \ From bouleetbil at frogdev.info Mon Sep 1 23:33:18 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:33:20 2008 Subject: [Frugalware-git] bouleetbilppc: libxft-2.1.12-2-ppc Message-ID: <20080901213318.C72071190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=5114086a274178dd66dd4eb89c000467dfb022a2 commit 5114086a274178dd66dd4eb89c000467dfb022a2 Author: bouleetbil Date: Mon Sep 1 23:32:31 2008 +0200 libxft-2.1.12-2-ppc *added ppc to archs() diff --git a/source/x11/libxft/FrugalBuild b/source/x11/libxft/FrugalBuild index 09a3eaf..3dc72a8 100644 --- a/source/x11/libxft/FrugalBuild +++ b/source/x11/libxft/FrugalBuild @@ -7,7 +7,7 @@ pkgver=2.1.12 pkgrel=2 pkgdesc="X FreeType library" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'libxrender>=0.9.4' 'freetype2' 'fontconfig') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:38:10 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:38:12 2008 Subject: [Frugalware-git] bouleetbilppc: libxpm-3.5.7-1-ppc Message-ID: <20080901213810.A9CB41190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=610c654174bfefe247554c11f81a7bfe8ead51c0 commit 610c654174bfefe247554c11f81a7bfe8ead51c0 Author: bouleetbil Date: Mon Sep 1 23:37:19 2008 +0200 libxpm-3.5.7-1-ppc *added ppc to archs() diff --git a/source/x11/libxpm/FrugalBuild b/source/x11/libxpm/FrugalBuild index e2b129a..87e2800 100644 --- a/source/x11/libxpm/FrugalBuild +++ b/source/x11/libxpm/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X Pixmap Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxt>=1.0.5' 'libxext>=1.0.3') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:41:24 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:41:25 2008 Subject: [Frugalware-git] bouleetbilppc: printproto-1.0.3-1-ppc Message-ID: <20080901214124.A6D7A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=91e30fbdebf430412413c1626eb59ce7cd65dcd1 commit 91e30fbdebf430412413c1626eb59ce7cd65dcd1 Author: bouleetbil Date: Mon Sep 1 23:40:43 2008 +0200 printproto-1.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/printproto/FrugalBuild b/source/x11/printproto/FrugalBuild index 1267098..c3d3a36 100644 --- a/source/x11/printproto/FrugalBuild +++ b/source/x11/printproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org print protocol headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=0 From bouleetbil at frogdev.info Mon Sep 1 23:43:54 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:43:55 2008 Subject: [Frugalware-git] bouleetbilppc: libxp-1.0.0-2-ppc Message-ID: <20080901214354.9BCB01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c1f77f62bd2e49b2b6b18f8d47eaeceeed03f57b commit c1f77f62bd2e49b2b6b18f8d47eaeceeed03f57b Author: bouleetbil Date: Mon Sep 1 23:43:16 2008 +0200 libxp-1.0.0-2-ppc *added ppc to archs() diff --git a/source/x11/libxp/FrugalBuild b/source/x11/libxp/FrugalBuild index 63fa938..cc9a403 100644 --- a/source/x11/libxp/FrugalBuild +++ b/source/x11/libxp/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org Xprint library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'libxau>=1.0.3-2' 'printproto') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:49:57 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:49:59 2008 Subject: [Frugalware-git] bouleetbilppc: libxaw-1.0.4-1-ppc Message-ID: <20080901214957.844961190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=22fb31e1f13b8a31bc83ab836f89863dfa617017 commit 22fb31e1f13b8a31bc83ab836f89863dfa617017 Author: bouleetbil Date: Mon Sep 1 23:48:48 2008 +0200 libxaw-1.0.4-1-ppc *added ppc to archs() diff --git a/source/x11/libxaw/FrugalBuild b/source/x11/libxaw/FrugalBuild index 9e236d7..e38140f 100644 --- a/source/x11/libxaw/FrugalBuild +++ b/source/x11/libxaw/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X.Org Xaw library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxt>=1.0.5' 'libxpm>=3.5.7' 'libxmu>=1.0.3-2' 'libxp>=1.0.0-2') makedepends=('pkgconfig' 'xproto>=7.0.11' 'ed' 'printproto' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Mon Sep 1 23:54:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:54:12 2008 Subject: [Frugalware-git] bouleetbilppc: xorg-cf-files-1.0.2-1-ppc Message-ID: <20080901215411.141C11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=53cc678e880a68de9b966351100afe96192e6634 commit 53cc678e880a68de9b966351100afe96192e6634 Author: bouleetbil Date: Mon Sep 1 23:53:29 2008 +0200 xorg-cf-files-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/xorg-cf-files/FrugalBuild b/source/x11/xorg-cf-files/FrugalBuild index cd35329..eb40f18 100644 --- a/source/x11/xorg-cf-files/FrugalBuild +++ b/source/x11/xorg-cf-files/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Old Imake-related build files" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-util') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=1 From bouleetbil at frogdev.info Mon Sep 1 23:57:24 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 1 23:57:25 2008 Subject: [Frugalware-git] bouleetbilppc: imake-1.0.2-1-ppc Message-ID: <20080901215724.611841190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=092bf7d7dd3d94248bfb94940f3a037d4c8fd8c4 commit 092bf7d7dd3d94248bfb94940f3a037d4c8fd8c4 Author: bouleetbil Date: Mon Sep 1 23:56:35 2008 +0200 imake-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/imake/FrugalBuild b/source/x11/imake/FrugalBuild index e464fcd..e465cf4 100644 --- a/source/x11/imake/FrugalBuild +++ b/source/x11/imake/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org imake build system" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-util') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xorg-cf-files') makedepends=('pkgconfig' 'xproto') _F_xorg_nr=1 From bouleetbil at frogdev.info Tue Sep 2 00:01:18 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 00:01:19 2008 Subject: [Frugalware-git] bouleetbilppc: xterm-235-1-ppc Message-ID: <20080901220118.837AB1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7f2002da418e43130ca47c8f7144e1c9afd39da1 commit 7f2002da418e43130ca47c8f7144e1c9afd39da1 Author: bouleetbil Date: Tue Sep 2 00:00:30 2008 +0200 xterm-235-1-ppc *added ppc to archs() diff --git a/source/x11/xterm/FrugalBuild b/source/x11/xterm/FrugalBuild index e650a4e..3b84df0 100644 --- a/source/x11/xterm/FrugalBuild +++ b/source/x11/xterm/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X terminal emulator" url="http://dickey.his.com/xterm/" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3-2' 'libxt>=1.0.5' 'libxrender>=0.9.4' 'libxmu>=1.0.3-2' \ 'libxkbfile>=1.0.4-2' 'libxft>=2.1.12-2' 'libxaw>=1.0.4') rodepends=('desktop-file-utils') From bouleetbil at frogdev.info Tue Sep 2 00:04:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 00:04:59 2008 Subject: [Frugalware-git] bouleetbilppc: twm-1.0.3-2-ppc Message-ID: <20080901220459.2FF761190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bde23107305465c7e8e27a487846f85190f814c9 commit bde23107305465c7e8e27a487846f85190f814c9 Author: bouleetbil Date: Tue Sep 2 00:04:07 2008 +0200 twm-1.0.3-2-ppc *added ppc to archs() diff --git a/source/x11/twm/FrugalBuild b/source/x11/twm/FrugalBuild index 2d1da2f..04fbc80 100644 --- a/source/x11/twm/FrugalBuild +++ b/source/x11/twm/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Tab Window Manager for the X Window System" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxt>=1.0.5' 'libxmu>=1.0.3-2') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 00:08:16 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 00:08:17 2008 Subject: [Frugalware-git] bouleetbilppc: xclock-1.0.3-1-ppc Message-ID: <20080901220816.5FFF41190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7f0ee4b790efce68567dbf1ae68d748750a37291 commit 7f0ee4b790efce68567dbf1ae68d748750a37291 Author: bouleetbil Date: Tue Sep 2 00:07:34 2008 +0200 xclock-1.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/xclock/FrugalBuild b/source/x11/xclock/FrugalBuild index 179af94..159b947 100644 --- a/source/x11/xclock/FrugalBuild +++ b/source/x11/xclock/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org xclock application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxrender>=0.9.4' 'libxft>=2.1.12-2' 'libxkbfile>=1.0.4-2' 'libxaw>=1.0.4' 'libxp>=1.0.0-2') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 00:11:19 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 00:11:21 2008 Subject: [Frugalware-git] bouleetbilppc: desktop-file-utils-0.15-2-ppc Message-ID: <20080901221119.97FD91190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f1303cf988ccaa65f12f7c62df24d755d4c8bae2 commit f1303cf988ccaa65f12f7c62df24d755d4c8bae2 Author: bouleetbil Date: Tue Sep 2 00:10:35 2008 +0200 desktop-file-utils-0.15-2-ppc *added ppc to archs() diff --git a/source/apps/desktop-file-utils/FrugalBuild b/source/apps/desktop-file-utils/FrugalBuild index 300a810..ab2bbee 100644 --- a/source/apps/desktop-file-utils/FrugalBuild +++ b/source/apps/desktop-file-utils/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="Utilities for manipulating desktop files" url="http://freedesktop.org/wiki/Software/desktop-file-utils" depends=('glib2>=2.16.3' 'popt') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://freedesktop.org/software/desktop-file-utils/releases/?C=M;O=D'|grep tar.gz$|sed -n 's/.*-\(.*\).t.*/\1/;1 p'" source=(http://freedesktop.org/software/desktop-file-utils/releases/$pkgname-$pkgver.tar.gz) sha1sums=('10e9a3d2033fd676d7bb44ca7ba376f815ca0821') From vmiklos at frugalware.org Tue Sep 2 01:42:45 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 2 01:42:47 2008 Subject: [Frugalware-git] setup: plugins/install: disable dep checks in installpkgs_forreal() Message-ID: <20080901234245.D22531190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=01a3a580ed19c3448b93c7b0018cd526841e6cbb commit 01a3a580ed19c3448b93c7b0018cd526841e6cbb Author: Miklos Vajna Date: Tue Sep 2 01:41:04 2008 +0200 plugins/install: disable dep checks in installpkgs_forreal() this is not really necessary as we already check deps in select/fw_select() and it causes problem with circular deps. (ie. when foo and bar depends on each other but foo is on cdn and bar is on cdn+1.) closes #3264 diff --git a/src/plugins/install.c b/src/plugins/install.c index 1bbb2bd..27a2449 100644 --- a/src/plugins/install.c +++ b/src/plugins/install.c @@ -61,7 +61,7 @@ int installpkgs_forreal(GList *pkgs, int fast) { fw_end_dialog(); if(fast) - cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm -f --nointegrity %s", ptr); + cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm -d -f --nointegrity %s", ptr); else cmd = g_strdup_printf("pacman-g2 -S -r ./ --noconfirm %s", ptr); if (fw_system_interactive(cmd) != 0) From vmiklos at frugalware.org Tue Sep 2 01:51:47 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 2 01:51:48 2008 Subject: [Frugalware-git] frugalware-current: grub-theme-frugalware-0.9.0-1-i686 Message-ID: <20080901235147.769AE1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=90ed4b063724743b7cdd1bb44568940ca83a9b1d commit 90ed4b063724743b7cdd1bb44568940ca83a9b1d Author: Miklos Vajna Date: Tue Sep 2 01:51:29 2008 +0200 grub-theme-frugalware-0.9.0-1-i686 - version bump. probably the last one before 0.9 diff --git a/source/base/grub-theme-frugalware/FrugalBuild b/source/base/grub-theme-frugalware/FrugalBuild index f2eed9b..dc88fb5 100644 --- a/source/base/grub-theme-frugalware/FrugalBuild +++ b/source/base/grub-theme-frugalware/FrugalBuild @@ -3,7 +3,7 @@ pkgname=grub-theme-frugalware _F_archive_name=frugalware-grub-theme -pkgver=0.7.0 +pkgver=0.9.0 pkgrel=1 pkgdesc="Frugalware theme for GNU GRand Unified Bootloader" url="http://ftp.frugalware.org/pub/other/artwork/grub-theme/" @@ -13,7 +13,7 @@ groups=('base') archs=('i686' 'x86_64') up2date="lynx -dump $url | Flasttar" source=($url/frugalware-grub-theme-$pkgver.tar.gz) -sha1sums=('530998f60d0c1a7432c9cf8c060fe4ea3c28a487') +sha1sums=('2f8143d484c8899095de705512f4d738ed5c0cc1') options=('nodocs') build() From vmiklos at frugalware.org Tue Sep 2 02:40:18 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 2 02:40:20 2008 Subject: [Frugalware-git] setup: select: code reindent Message-ID: <20080902004018.9BE351190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=fb870072fc39441b130d3041496ee46a26834095 commit fb870072fc39441b130d3041496ee46a26834095 Author: Miklos Vajna Date: Tue Sep 2 02:39:57 2008 +0200 select: code reindent diff --git a/src/plugins/install.c b/src/plugins/install.c index 27a2449..ffe3b4d 100644 --- a/src/plugins/install.c +++ b/src/plugins/install.c @@ -1,7 +1,7 @@ /* * install.c for Frugalware setup * - * Copyright (c) 2005 by Miklos Vajna + * Copyright (c) 2005, 2008 by Miklos Vajna * * 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 diff --git a/src/plugins/select.c b/src/plugins/select.c index 4c15c45..adcd6b0 100644 --- a/src/plugins/select.c +++ b/src/plugins/select.c @@ -401,7 +401,8 @@ int fw_select(GList **config, int selpkgc, GList *syncs) int i, j; GList *cats=NULL; GList *allpkgs=NULL; - PM_LIST *x; + PM_LIST *x, *lp, *junk, *sorted; + char *ptr; dialog_vars.backtitle=gen_backtitle(_("Selecting packages")); dlg_put_backtitle(); @@ -433,50 +434,48 @@ int fw_select(GList **config, int selpkgc, GList *syncs) for(j=0;j Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bmf.git;a=commitdiff;h=996d5eabf4d4a59e6395b0d4028200412cca3b19 commit 996d5eabf4d4a59e6395b0d4028200412cca3b19 Author: Miklos Vajna Date: Tue Sep 2 19:35:08 2008 +0200 openoffice.org-3.0ooo300_m3-1-i686 - switch to the ooo300 mws (read: this is will become OOo 3.0, while the previous dev300 was like 'trunk') - new ooo-build svn snapshot - added poppler to depends - the hack about default-no-install-wizards.diff is now in upstream - fixed kdefilepicker splitting diff --git a/source/xapps/openoffice.org/FrugalBuild b/source/xapps/openoffice.org/FrugalBuild index b26c2b5..59ce5a2 100644 --- a/source/xapps/openoffice.org/FrugalBuild +++ b/source/xapps/openoffice.org/FrugalBuild @@ -16,12 +16,12 @@ if ! Fuse $USE_DEVEL; then else upstream=3.0 branch= - tree=dev300 + tree=ooo300 dir=`echo $tree|tr [a-z] [A-Z]` - milestone=28 + milestone=3 pkgver=$upstream${tree}_m$milestone pkgrel=1 - snapshot=r13476 + snapshot=r13757 fi pkgdesc="OpenOffice.org, a full office productivity suite." url="http://www.openoffice.org/" @@ -30,7 +30,7 @@ Finclude gnome-scriptlet mono java unset install depends=('libxml2' 'libart_lgpl' 'libsndfile' 'libgcj-awt>=4.1.1-6' 'nas' 'fontconfig' 'libpng' 'imagemagick' \ 'flex' 'neon>=0.26.1' 'bison' 'zip' 'unzip' 'expat' 'cups' 'desktop-file-utils' 'perl-archive-zip' \ - 'unixodbc' 'libxaw' 'libxslt' 'startup-notification' 'libwpd>=0.8.13') + 'unixodbc' 'libxaw' 'libxslt' 'startup-notification' 'libwpd>=0.8.13' 'poppler') # this is here as gstreamer is only a makedepend rodepends=('flac' 'dejavu-ttf') makedepends=('curl' 'intltool' 'tcsh' 'pam-headers' 'apache-ant' 'gcc-gcj' 'kdelibs>=3.5.5' \ @@ -115,8 +115,7 @@ build() { done # Remove our patches so that incremental build will be possible. - #rm -f patches/src680/no-oc.diff - sed -i '/default-no-install-wizards.diff/d' patches/dev300/apply + #rm -f patches/src680/ecj-is-gcj.diff Fpatchall # SMP build @@ -190,11 +189,11 @@ build() { done ## Split KDE stuff - for kde in fps_kde.uno.so kdebe*.uno.so kdefilepicker kde-open-url libvclplug_kde*.so \ - libkabdrv*.so + for kde in fps_kde.uno.so kdebe*.uno.so kde-open-url libvclplug_kde*.so libkabdrv*.so do Fsplit $pkgname-kde usr/lib/openoffice.org/basis3.0/program/$kde done + Fsplit $pkgname-kde usr/lib/openoffice.org/program/kdefilepicker ## Split GNOME stuff for gnome in gnome-open-ur* fps_gnome.uno.so \ libvclplug_gtk*.so libeggtray* libqstart_gtk* ucpgvfs1.uno.so \ From bouleetbil at frogdev.info Tue Sep 2 19:57:46 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 19:57:47 2008 Subject: [Frugalware-git] bouleetbilppc: xinit-1.0.7-1-ppc Message-ID: <20080902175746.CBD9F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=9129d5c8d11f342fe6a4b00f0aa694812050e937 commit 9129d5c8d11f342fe6a4b00f0aa694812050e937 Author: bouleetbil Date: Tue Sep 2 19:56:51 2008 +0200 xinit-1.0.7-1-ppc *added ppc to archs() diff --git a/source/x11/xinit/FrugalBuild b/source/x11/xinit/FrugalBuild index 1738e49..0db5d43 100644 --- a/source/x11/xinit/FrugalBuild +++ b/source/x11/xinit/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X Window System initializer" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xterm>=231' 'libx11>=1.1.3-2' 'twm>=1.0.3-2' 'xclock>=1.0.3') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:02:57 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:02:59 2008 Subject: [Frugalware-git] bouleetbilppc: xf86miscproto-0.9.2-1-ppc Message-ID: <20080902180257.8A1391190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1a28f8dd81c28ce9c1806b2b17486f1ef9fffe1d commit 1a28f8dd81c28ce9c1806b2b17486f1ef9fffe1d Author: bouleetbil Date: Tue Sep 2 20:02:04 2008 +0200 xf86miscproto-0.9.2-1-ppc *added ppc to archs() diff --git a/source/x11/xf86miscproto/FrugalBuild b/source/x11/xf86miscproto/FrugalBuild index 1090330..feceb42 100644 --- a/source/x11/xf86miscproto/FrugalBuild +++ b/source/x11/xf86miscproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org XF86Misc extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:07:00 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:07:01 2008 Subject: [Frugalware-git] bouleetbilppc: libxxf86misc-1.0.1-2-ppc Message-ID: <20080902180700.8264B1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=a85e97bd6ee76d9cfe6af904beb3de4c91c42e51 commit a85e97bd6ee76d9cfe6af904beb3de4c91c42e51 Author: bouleetbil Date: Tue Sep 2 20:06:16 2008 +0200 libxxf86misc-1.0.1-2-ppc *added ppc to archs() diff --git a/source/x11/libxxf86misc/FrugalBuild b/source/x11/libxxf86misc/FrugalBuild index 84cfda4..ab5201b 100644 --- a/source/x11/libxxf86misc/FrugalBuild +++ b/source/x11/libxxf86misc/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X.Org Xxf86misc library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'xf86miscproto') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:15:33 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:15:34 2008 Subject: [Frugalware-git] bouleetbilppc: libxkbui-1.0.2-2-ppc Message-ID: <20080902181533.5A4271190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c6c2e36be8dd74e04ca433d53c893ce8bb2d920c commit c6c2e36be8dd74e04ca433d53c893ce8bb2d920c Author: bouleetbil Date: Tue Sep 2 20:14:49 2008 +0200 libxkbui-1.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/libxkbui/FrugalBuild b/source/x11/libxkbui/FrugalBuild index 52f81de..639f077 100644 --- a/source/x11/libxkbui/FrugalBuild +++ b/source/x11/libxkbui/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org xkbui library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libxt>=1.0.5' 'libxkbfile>=1.0.4-2') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:18:46 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:18:47 2008 Subject: [Frugalware-git] bouleetbilppc: liblbxutil-1.0.1-2-ppc Message-ID: <20080902181846.8C3421190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=18ad5a07afbc4111b8b22a37e6e71a109e27fd68 commit 18ad5a07afbc4111b8b22a37e6e71a109e27fd68 Author: bouleetbil Date: Tue Sep 2 20:18:05 2008 +0200 liblbxutil-1.0.1-2-ppc *added ppc to archs() diff --git a/source/x11/liblbxutil/FrugalBuild b/source/x11/liblbxutil/FrugalBuild index 674b25c..867803c 100644 --- a/source/x11/liblbxutil/FrugalBuild +++ b/source/x11/liblbxutil/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org lbxutil library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig' 'xextproto' 'xproto>=7.0.11') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:21:55 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:21:56 2008 Subject: [Frugalware-git] bouleetbilppc: recordproto-1.13.2-1-ppc Message-ID: <20080902182155.3C8221190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=a3045dae2fea0e9e486b9f6ca97c744fd0336ad1 commit a3045dae2fea0e9e486b9f6ca97c744fd0336ad1 Author: bouleetbil Date: Tue Sep 2 20:21:14 2008 +0200 recordproto-1.13.2-1-ppc *added ppc to archs() diff --git a/source/x11/recordproto/FrugalBuild b/source/x11/recordproto/FrugalBuild index bda55fc..8eea25a 100644 --- a/source/x11/recordproto/FrugalBuild +++ b/source/x11/recordproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Record extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:24:27 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:24:28 2008 Subject: [Frugalware-git] bouleetbilppc: libxtst-1.0.3-1-ppc Message-ID: <20080902182427.42E911190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=3e576c39997add222a7a979559c638f9eee803e6 commit 3e576c39997add222a7a979559c638f9eee803e6 Author: bouleetbil Date: Tue Sep 2 20:23:42 2008 +0200 libxtst-1.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/libxtst/FrugalBuild b/source/x11/libxtst/FrugalBuild index dd668f2..a13a74c 100644 --- a/source/x11/libxtst/FrugalBuild +++ b/source/x11/libxtst/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X.Org Xtst library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'recordproto') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:26:41 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:26:43 2008 Subject: [Frugalware-git] bouleetbilppc: font-alias-1.0.1-1-ppc Message-ID: <20080902182641.1782E1190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=4edcd37c5b3efc6fd42144d3e1cd6aff00a2ee39 commit 4edcd37c5b3efc6fd42144d3e1cd6aff00a2ee39 Author: bouleetbil Date: Tue Sep 2 20:26:00 2008 +0200 font-alias-1.0.1-1-ppc *added ppc to archs() diff --git a/source/x11/font-alias/FrugalBuild b/source/x11/font-alias/FrugalBuild index 8ccd3b2..36cd7b2 100644 --- a/source/x11/font-alias/FrugalBuild +++ b/source/x11/font-alias/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org font alias" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-fonts') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig' 'mkfontscale') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:31:16 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:31:17 2008 Subject: [Frugalware-git] bouleetbilppc: randrproto-1.2.1-1-ppc Message-ID: <20080902183116.8B63A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2d666712250bd31841b849a3814a0124f9f64984 commit 2d666712250bd31841b849a3814a0124f9f64984 Author: bouleetbil Date: Tue Sep 2 20:30:30 2008 +0200 randrproto-1.2.1-1-ppc *added ppc to archs() diff --git a/source/x11/randrproto/FrugalBuild b/source/x11/randrproto/FrugalBuild index 18d9ea6..a05c078 100644 --- a/source/x11/randrproto/FrugalBuild +++ b/source/x11/randrproto/FrugalBuild @@ -6,7 +6,7 @@ pkgver=1.2.1 pkgrel=1 pkgdesc="X.Org RANDR protocol headers" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:34:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:34:24 2008 Subject: [Frugalware-git] bouleetbilppc: xf86dgaproto-2.0.3-1-ppc Message-ID: <20080902183421.B99AA1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=41af97e0f024e2b3897f7aa9d6869645161ef3d8 commit 41af97e0f024e2b3897f7aa9d6869645161ef3d8 Author: bouleetbil Date: Tue Sep 2 20:33:43 2008 +0200 xf86dgaproto-2.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/xf86dgaproto/FrugalBuild b/source/x11/xf86dgaproto/FrugalBuild index b1b0606..468b2e6 100644 --- a/source/x11/xf86dgaproto/FrugalBuild +++ b/source/x11/xf86dgaproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org XF86DGA extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:48:53 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:48:55 2008 Subject: [Frugalware-git] bouleetbilppc: xf86rushproto-1.1.2-1-ppc Message-ID: <20080902184853.D76ED1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d827be8a59981f017db20241ac05bba56d4e6784 commit d827be8a59981f017db20241ac05bba56d4e6784 Author: bouleetbil Date: Tue Sep 2 20:48:05 2008 +0200 xf86rushproto-1.1.2-1-ppc *added ppc to archs() diff --git a/source/x11/xf86rushproto/FrugalBuild b/source/x11/xf86rushproto/FrugalBuild index d47358f..caf592a 100644 --- a/source/x11/xf86rushproto/FrugalBuild +++ b/source/x11/xf86rushproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org XF86Rush extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 20:53:37 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 20:53:38 2008 Subject: [Frugalware-git] bouleetbilppc: compositeproto-0.4-1-ppc Message-ID: <20080902185337.21DC41190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bdf5666921eefb32c4f84a2d9b71c09aee7ae145 commit bdf5666921eefb32c4f84a2d9b71c09aee7ae145 Author: bouleetbil Date: Tue Sep 2 20:52:50 2008 +0200 compositeproto-0.4-1-ppc *added ppc to archs() diff --git a/source/x11/compositeproto/FrugalBuild b/source/x11/compositeproto/FrugalBuild index 7e91c71..1ae75ee 100644 --- a/source/x11/compositeproto/FrugalBuild +++ b/source/x11/compositeproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Composite extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:03:20 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:03:21 2008 Subject: [Frugalware-git] bouleetbilppc: resourceproto-1.0.2-1-ppc Message-ID: <20080902190320.9F22C1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=dbd8777caf5195a93969847b151c64474ac604a1 commit dbd8777caf5195a93969847b151c64474ac604a1 Author: bouleetbil Date: Tue Sep 2 21:02:28 2008 +0200 resourceproto-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/resourceproto/FrugalBuild b/source/x11/resourceproto/FrugalBuild index ed0838b..f85d543 100644 --- a/source/x11/resourceproto/FrugalBuild +++ b/source/x11/resourceproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Resource extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:07:54 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:07:56 2008 Subject: [Frugalware-git] bouleetbilppc: videoproto-2.2.2-1-ppc Message-ID: <20080902190754.EF5541190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=b96af9e7c5e4f1bbb4198f8ca5cb017fd2886c27 commit b96af9e7c5e4f1bbb4198f8ca5cb017fd2886c27 Author: bouleetbil Date: Tue Sep 2 21:07:01 2008 +0200 videoproto-2.2.2-1-ppc *added ppc to archs() diff --git a/source/x11/videoproto/FrugalBuild b/source/x11/videoproto/FrugalBuild index 9dc63bb..6c49c94 100644 --- a/source/x11/videoproto/FrugalBuild +++ b/source/x11/videoproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Video extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:10:50 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:10:50 2008 Subject: [Frugalware-git] bouleetbilppc: scrnsaverproto-1.1.0-1-ppc Message-ID: <20080902191050.30F731190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=18119b9a64af3eab021e99b3223e4c2b57d2982a commit 18119b9a64af3eab021e99b3223e4c2b57d2982a Author: bouleetbil Date: Tue Sep 2 21:10:09 2008 +0200 scrnsaverproto-1.1.0-1-ppc *added ppc to archs() diff --git a/source/x11/scrnsaverproto/FrugalBuild b/source/x11/scrnsaverproto/FrugalBuild index 4ef9282..c6d7671 100644 --- a/source/x11/scrnsaverproto/FrugalBuild +++ b/source/x11/scrnsaverproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org ScrnSaver extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=1 From bouleetbil at frogdev.info Tue Sep 2 21:13:40 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:13:41 2008 Subject: [Frugalware-git] bouleetbilppc: evieext-1.0.2-1-ppc Message-ID: <20080902191340.861B01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f190d0f2e4b1080a0d4889b56b2ab45f3b43b1a0 commit f190d0f2e4b1080a0d4889b56b2ab45f3b43b1a0 Author: bouleetbil Date: Tue Sep 2 21:13:00 2008 +0200 evieext-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/evieext/FrugalBuild b/source/x11/evieext/FrugalBuild index dbe74c6..eb46a3e 100644 --- a/source/x11/evieext/FrugalBuild +++ b/source/x11/evieext/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org EvIE extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=0 From bouleetbil at frogdev.info Tue Sep 2 21:16:39 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:16:41 2008 Subject: [Frugalware-git] bouleetbilppc: trapproto-3.4.3-1-ppc Message-ID: <20080902191639.8E61B1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=fd7fe6eefa8d9c89cd129796b09fb5e2330280ec commit fd7fe6eefa8d9c89cd129796b09fb5e2330280ec Author: bouleetbil Date: Tue Sep 2 21:16:00 2008 +0200 trapproto-3.4.3-1-ppc *added ppc to archs() diff --git a/source/x11/trapproto/FrugalBuild b/source/x11/trapproto/FrugalBuild index d1e6346..ad716de 100644 --- a/source/x11/trapproto/FrugalBuild +++ b/source/x11/trapproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Trap extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:19:41 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:19:43 2008 Subject: [Frugalware-git] bouleetbilppc: xineramaproto-1.1.2-1-ppc Message-ID: <20080902191941.A05161190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=4823f5bb57e1530def629abdcb31e7b5bf01d489 commit 4823f5bb57e1530def629abdcb31e7b5bf01d489 Author: bouleetbil Date: Tue Sep 2 21:19:01 2008 +0200 xineramaproto-1.1.2-1-ppc *added ppc to archs() diff --git a/source/x11/xineramaproto/FrugalBuild b/source/x11/xineramaproto/FrugalBuild index 893a641..b2a1310 100644 --- a/source/x11/xineramaproto/FrugalBuild +++ b/source/x11/xineramaproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org xinerama protocol headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:22:30 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:22:31 2008 Subject: [Frugalware-git] bouleetbilppc: xf86driproto-2.0.3-1-ppc Message-ID: <20080902192230.5AF321190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=4b06cb47eb27780fa19f5541b79e014a11fd28e3 commit 4b06cb47eb27780fa19f5541b79e014a11fd28e3 Author: bouleetbil Date: Tue Sep 2 21:21:51 2008 +0200 xf86driproto-2.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/xf86driproto/FrugalBuild b/source/x11/xf86driproto/FrugalBuild index e6c6e44..5fcd5db 100644 --- a/source/x11/xf86driproto/FrugalBuild +++ b/source/x11/xf86driproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org XF86DRI extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:25:25 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:25:27 2008 Subject: [Frugalware-git] bouleetbilppc: xorg-sgml-doctools-1.2-1-ppc Message-ID: <20080902192525.DBE891190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c8d08094180a761725b01e68c503e98817535545 commit c8d08094180a761725b01e68c503e98817535545 Author: bouleetbil Date: Tue Sep 2 21:24:49 2008 +0200 xorg-sgml-doctools-1.2-1-ppc *added ppc to archs() diff --git a/source/x11/xorg-sgml-doctools/FrugalBuild b/source/x11/xorg-sgml-doctools/FrugalBuild index 367acf5..fbc3956 100644 --- a/source/x11/xorg-sgml-doctools/FrugalBuild +++ b/source/x11/xorg-sgml-doctools/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org SGML Doctools" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-doc') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() Finclude xorg sha1sums=('4cc89daca196762226dc2bb603c93e4c189a212f') From bouleetbil at frogdev.info Tue Sep 2 21:29:55 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:29:56 2008 Subject: [Frugalware-git] bouleetbilppc: calibrateproto-0.1.0-1-ppc Message-ID: <20080902192955.D6D001190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=ab0b5f57f601ff24f428c65d6c15fbe7fb0e8451 commit ab0b5f57f601ff24f428c65d6c15fbe7fb0e8451 Author: bouleetbil Date: Tue Sep 2 21:29:17 2008 +0200 calibrateproto-0.1.0-1-ppc *added ppc to archs() diff --git a/source/x11/calibrateproto/FrugalBuild b/source/x11/calibrateproto/FrugalBuild index 8cc13b7..ac31698 100644 --- a/source/x11/calibrateproto/FrugalBuild +++ b/source/x11/calibrateproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org Calibrate extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:34:47 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:34:48 2008 Subject: [Frugalware-git] bouleetbilppc: dmxproto-2.2.2-1-ppc Message-ID: <20080902193447.7DB5C1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=99594b4d0ffec80b5a0ccf1f5f077d6cf4fd622d commit 99594b4d0ffec80b5a0ccf1f5f077d6cf4fd622d Author: bouleetbil Date: Tue Sep 2 21:34:09 2008 +0200 dmxproto-2.2.2-1-ppc *added ppc to archs() diff --git a/source/x11/dmxproto/FrugalBuild b/source/x11/dmxproto/FrugalBuild index 98710fe..4eab39e 100644 --- a/source/x11/dmxproto/FrugalBuild +++ b/source/x11/dmxproto/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org DMX extension headers" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-proto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('pkgconfig') _F_xorg_nr=0 From bouleetbil at frogdev.info Tue Sep 2 21:37:10 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:37:10 2008 Subject: [Frugalware-git] bouleetbilppc: libdmx-1.0.2-2-ppc Message-ID: <20080902193710.1A3381190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=94a414c8245d9781179ae626a57e5ca8859e7835 commit 94a414c8245d9781179ae626a57e5ca8859e7835 Author: bouleetbil Date: Tue Sep 2 21:36:31 2008 +0200 libdmx-1.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/libdmx/FrugalBuild b/source/x11/libdmx/FrugalBuild index 0973dd4..5c7a2c8 100644 --- a/source/x11/libdmx/FrugalBuild +++ b/source/x11/libdmx/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org dmx library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'dmxproto') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:40:55 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:40:55 2008 Subject: [Frugalware-git] bouleetbilppc: libxres-1.0.3-2-ppc Message-ID: <20080902194055.1C1CE1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=dd1d82b16705ab65a2aa98ff9493192080eb18af commit dd1d82b16705ab65a2aa98ff9493192080eb18af Author: bouleetbil Date: Tue Sep 2 21:40:12 2008 +0200 libxres-1.0.3-2-ppc *added ppc to archs() diff --git a/source/x11/libxres/FrugalBuild b/source/x11/libxres/FrugalBuild index 0190087..a722031 100644 --- a/source/x11/libxres/FrugalBuild +++ b/source/x11/libxres/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X Resource Information Extension Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'resourceproto' 'libxau>=1.0.3-2') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:52:46 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:52:48 2008 Subject: [Frugalware-git] bouleetbilppc: libxrandr-1.2.2-1-ppc Message-ID: <20080902195246.A66721190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d26f8ba8aafe851fc9ad99014dd8b43554691093 commit d26f8ba8aafe851fc9ad99014dd8b43554691093 Author: bouleetbil Date: Tue Sep 2 21:52:05 2008 +0200 libxrandr-1.2.2-1-ppc *added ppc to archs() diff --git a/source/x11/libxrandr/FrugalBuild b/source/x11/libxrandr/FrugalBuild index 5c8796b..abc817a 100644 --- a/source/x11/libxrandr/FrugalBuild +++ b/source/x11/libxrandr/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X RandR Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'libxrender>=0.9.4' 'randrproto>=1.2.1' 'xproto>=7.0.11' 'xextproto') makedepends=('pkgconfig' 'renderproto' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 21:56:46 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 21:56:48 2008 Subject: [Frugalware-git] bouleetbilppc: libxcursor-1.1.9-1-ppc Message-ID: <20080902195646.DC3791190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=50d6e23056f6e7db270c2af948f0f2953ae5fde6 commit 50d6e23056f6e7db270c2af948f0f2953ae5fde6 Author: bouleetbil Date: Tue Sep 2 21:56:06 2008 +0200 libxcursor-1.1.9-1-ppc *added ppc to archs() diff --git a/source/x11/libxcursor/FrugalBuild b/source/x11/libxcursor/FrugalBuild index 9ce24e0..d370fe0 100644 --- a/source/x11/libxcursor/FrugalBuild +++ b/source/x11/libxcursor/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X Cursor Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxfixes>=4.0.3-2' 'libxrender>=0.9.4') makedepends=('pkgconfig' 'xproto>=7.0.11' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 22:00:55 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 22:00:57 2008 Subject: [Frugalware-git] bouleetbilppc: libxinerama-1.0.2-1-ppc Message-ID: <20080902200055.E52A21190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d2ca814066cdfc03c8bb97fd35b737fc28de7956 commit d2ca814066cdfc03c8bb97fd35b737fc28de7956 Author: bouleetbil Date: Tue Sep 2 22:00:16 2008 +0200 libxinerama-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/libxinerama/FrugalBuild b/source/x11/libxinerama/FrugalBuild index c6ae68b..05230a4 100644 --- a/source/x11/libxinerama/FrugalBuild +++ b/source/x11/libxinerama/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="X.Org Xinemara library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'xineramaproto') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Tue Sep 2 22:07:46 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 22:07:48 2008 Subject: [Frugalware-git] bouleetbilppc: perl-dbi-1.607-1-ppc Message-ID: <20080902200746.5D3301190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1e9f545791052b636ed11883a7b86a213a8f459b commit 1e9f545791052b636ed11883a7b86a213a8f459b Author: bouleetbil Date: Tue Sep 2 22:06:53 2008 +0200 perl-dbi-1.607-1-ppc *added ppc to archs() diff --git a/source/devel-extra/perl-dbi/FrugalBuild b/source/devel-extra/perl-dbi/FrugalBuild index 5389db4..c609d9a 100644 --- a/source/devel-extra/perl-dbi/FrugalBuild +++ b/source/devel-extra/perl-dbi/FrugalBuild @@ -10,6 +10,6 @@ Finclude perl pkgdesc="Database independent interface for Perl" url="http://dbi.perl.org/" depends=('perl') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') sha1sums=('5883b7c8129f33d234fdbb7903b60c60abf7dadb') # optimization OK From bouleetbil at frogdev.info Tue Sep 2 23:25:05 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 23:25:06 2008 Subject: [Frugalware-git] bouleetbilppc: mysql-5.0.67-1-ppc Message-ID: <20080902212505.5DCD71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=ab944831218c017c6a76312090206b071dd0bde8 commit ab944831218c017c6a76312090206b071dd0bde8 Author: bouleetbil Date: Tue Sep 2 23:19:37 2008 +0200 mysql-5.0.67-1-ppc *added ppc to archs() diff --git a/source/apps-extra/mysql/FrugalBuild b/source/apps-extra/mysql/FrugalBuild index 77b2d0d..80efbbe 100644 --- a/source/apps-extra/mysql/FrugalBuild +++ b/source/apps-extra/mysql/FrugalBuild @@ -12,7 +12,7 @@ depends=('libstdc++' 'ncurses' 'perl-dbi') rodepends=('perl-dbd-mysql' "libmysqlclient=$pkgver") makedepends=('procps' 'openssl' 'zlib') groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://dev.mysql.com/|grep 'GA'|sed 's/.* \([0-9.]*\)/\1/;s/$extrapkgver//;q'" mirror="http://mysql.mirrors.crysys.hit.bme.hu/" source=($mirror/Downloads/MySQL-5.0/$pkgname-$pkgver$extrapkgver.tar.gz rc.mysqld my.cnf mysqld) @@ -22,7 +22,7 @@ subpkgs=('libmysqlclient' 'libmysqld') subdescs=('MySQL client library.' 'Embedded MySQL Server Library') subdepends=('openssl zlib' 'libstdc++ openssl zlib') subgroups=('lib' 'lib') -subarchs=('i686 x86_64' 'i686 x86_64') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') build() { From bouleetbil at frogdev.info Tue Sep 2 23:37:50 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 2 23:37:51 2008 Subject: [Frugalware-git] bouleetbilppc: tcl-8.5.4-1-ppc Message-ID: <20080902213750.3EE0B1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1308201ecf20ae5c694786aafef3e0e5d947f5a9 commit 1308201ecf20ae5c694786aafef3e0e5d947f5a9 Author: bouleetbil Date: Tue Sep 2 23:36:43 2008 +0200 tcl-8.5.4-1-ppc *added ppc to archs() diff --git a/source/devel/tcl/FrugalBuild b/source/devel/tcl/FrugalBuild index eeb5ee2..f9998d9 100644 --- a/source/devel/tcl/FrugalBuild +++ b/source/devel/tcl/FrugalBuild @@ -10,7 +10,7 @@ _F_sourceforge_ext="-src.tar.gz" Finclude sourceforge depends=('bash') groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.tcl.tk/|grep 'Tcl/Tk [0-9]'|sed 's/.*Tk \([^ ]*\) .*/\1/;q'" source=(${source/-$pkgver/$pkgver} nohide.diff) sha1sums=('a9ff089df633d55e6f8fef7e56c550ef25909c64' \ From bouleetbil at frogdev.info Wed Sep 3 07:25:33 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 07:25:35 2008 Subject: [Frugalware-git] bouleetbilppc: postgresql-8.2.9-1-ppc Message-ID: <20080903052533.B6B3D1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=de51625da272cedad3d6c4d2485f1ea863ebc200 commit de51625da272cedad3d6c4d2485f1ea863ebc200 Author: bouleetbil Date: Wed Sep 3 07:21:28 2008 +0200 postgresql-8.2.9-1-ppc *added ppc to archs() diff --git a/source/apps-extra/postgresql/FrugalBuild b/source/apps-extra/postgresql/FrugalBuild index 76cbac4..0869a87 100644 --- a/source/apps-extra/postgresql/FrugalBuild +++ b/source/apps-extra/postgresql/FrugalBuild @@ -11,7 +11,7 @@ depends=('zlib' 'readline') makedepends=('openssl' 'perl' 'python>=2.5.1' 'tcl' 'libxslt') rodepends=("libpq=$pkgver") groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="wget --passive-ftp -O - -q ftp://ftp.postgresql.org/pub/source/|grep '\.[0-9]/ $'|sed -n 's|.*v\([0-9\.]*\)/ $|\1|;$ p'" source=(ftp://ftp.postgresql.org/pub/source/v$pkgver/postgresql-$pkgver.tar.bz2 rc.postgresql) @@ -21,7 +21,7 @@ subdescs=('PostgreSQL Library.' 'PostgreSQL extra tools' 'PostgreSQL Documentati subdepends=('openssl' 'libxslt libpq readline' "$pkgname=$pkgver" "$pkgname=$pkgver perl" \ "$pkgname=$pkgver python" "$pkgname=$pkgver tcl") subgroups=('lib' 'apps-extra' 'apps-extra' 'devel-extra' 'devel-extra' 'devel-extra') -subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') build() { From bouleetbil at frogdev.info Wed Sep 3 07:36:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 07:36:22 2008 Subject: [Frugalware-git] bouleetbilppc: sqlite3-3.5.9-1-ppc Message-ID: <20080903053621.14DF11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1a7d15cb0ade247418412d8818108bbdffc6d95e commit 1a7d15cb0ade247418412d8818108bbdffc6d95e Author: bouleetbil Date: Wed Sep 3 07:35:18 2008 +0200 sqlite3-3.5.9-1-ppc *added ppc to archs() diff --git a/source/lib/sqlite3/FrugalBuild b/source/lib/sqlite3/FrugalBuild index d9118d8..59efb37 100644 --- a/source/lib/sqlite3/FrugalBuild +++ b/source/lib/sqlite3/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.sqlite.org/" depends=('readline') makedepends=('tcl') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_cd_path="sqlite-$pkgver" up2date="lynx -dump http://www.sqlite.org/ |grep Version |sed 's/.*n \(.*\) of.*/\1/'" source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz) @@ -20,7 +20,7 @@ subpkgs=('lemon') subdescs=('The Lemon program is an LALR(1) parser generator.') subdepends=('glibc') subgroups=('apps-extra') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() From bouleetbil at frogdev.info Wed Sep 3 21:04:44 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 21:04:46 2008 Subject: [Frugalware-git] bouleetbilppc: cups-1.3.8-1-ppc Message-ID: <20080903190444.BAB8E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c7beb83ce2fc9971d9e5c73276518efc6da44040 commit c7beb83ce2fc9971d9e5c73276518efc6da44040 Author: bouleetbil Date: Wed Sep 3 21:02:05 2008 +0200 cups-1.3.8-1-ppc *added ppc to archs() diff --git a/source/apps/cups/FrugalBuild b/source/apps/cups/FrugalBuild index e6bcda5..c2c8b8c 100644 --- a/source/apps/cups/FrugalBuild +++ b/source/apps/cups/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.cups.org/" depends=('libtiff' 'libpng' 'libjpeg') rodepends=('libcups') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') backup=(etc/cups/{printers.conf,classes.conf,client.conf,cupsd.conf,mime.types,mime.convs}) up2date="lynx -dump $url |grep Stable |sed -e 's/.*v\(.*\)/\1/'" source=(ftp://ftp.easysw.com/pub/cups/$pkgver/cups-$pkgver-source.tar.bz2 \ @@ -20,7 +20,7 @@ subpkgs=('libcups') subdescs=('Main library of the CUPS printing system.') subdepends=('openssl zlib') subgroups=('lib') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { Fsed "Icon=cups" "Icon=/usr/share/pixmaps/cups-128.png" desktop/cups.desktop @@ -52,7 +52,8 @@ build() { Fsplit libcups usr/lib/libcups.so* } -sha1sums=('60a28467eb05d4d996e1b301968dea12aebc84ad' \ + +sha1sums=('f43bfcc05923c43fa5e83df2fcd07addf0f7000f' \ 'ad90c43de181d362f6c507f366904472d01ae585' \ 'f19bb889e3535e1284d0b93606da48aa61089c8a' \ '03197abb98eff18d3ede3000a61c7783b8c1ad92') From bouleetbil at frogdev.info Wed Sep 3 21:32:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 21:32:59 2008 Subject: [Frugalware-git] bouleetbilppc: perl-dbd-mysql-4.007-1-ppc Message-ID: <20080903193259.4635B1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bd435c73d49e4d2dab200ce1ae124ae24d5c3fed commit bd435c73d49e4d2dab200ce1ae124ae24d5c3fed Author: bouleetbil Date: Wed Sep 3 21:27:32 2008 +0200 perl-dbd-mysql-4.007-1-ppc *added ppc to archs() diff --git a/source/devel-extra/perl-dbd-mysql/FrugalBuild b/source/devel-extra/perl-dbd-mysql/FrugalBuild index 39f7bd1..3b18721 100644 --- a/source/devel-extra/perl-dbd-mysql/FrugalBuild +++ b/source/devel-extra/perl-dbd-mysql/FrugalBuild @@ -9,7 +9,7 @@ Finclude perl pkgrel=1 pkgdesc="Database Interface to the MySQL database" depends=('libmysqlclient') -makedepends=('mysql') -archs=('i686' 'x86_64') +#makedepends=('mysql') +archs=('i686' 'x86_64' 'ppc') sha1sums=('4740953f7b901571aec3c485932cc09edd5c5ed1') # optimization OK From bouleetbil at frogdev.info Wed Sep 3 21:37:33 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 21:37:34 2008 Subject: [Frugalware-git] bouleetbilppc: perl-dbd-mysql-4.007-1-ppc Message-ID: <20080903193733.3BB901190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=29debdae9054781509dd33d0964c8ba142292027 commit 29debdae9054781509dd33d0964c8ba142292027 Author: bouleetbil Date: Wed Sep 3 21:36:22 2008 +0200 perl-dbd-mysql-4.007-1-ppc *oups i delete some depends added mysql diff --git a/source/devel-extra/perl-dbd-mysql/FrugalBuild b/source/devel-extra/perl-dbd-mysql/FrugalBuild index 3b18721..fc73d70 100644 --- a/source/devel-extra/perl-dbd-mysql/FrugalBuild +++ b/source/devel-extra/perl-dbd-mysql/FrugalBuild @@ -9,7 +9,7 @@ Finclude perl pkgrel=1 pkgdesc="Database Interface to the MySQL database" depends=('libmysqlclient') -#makedepends=('mysql') +makedepends=('mysql') archs=('i686' 'x86_64' 'ppc') sha1sums=('4740953f7b901571aec3c485932cc09edd5c5ed1') # optimization OK From bouleetbil at frogdev.info Wed Sep 3 23:05:39 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 23:05:40 2008 Subject: [Frugalware-git] bouleetbilppc: qt-3.3.8-9-ppc Message-ID: <20080903210539.B0A5A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=640b986883d8e9c52d947ad2a2be1188c7cbcc29 commit 640b986883d8e9c52d947ad2a2be1188c7cbcc29 Author: bouleetbil Date: Wed Sep 3 23:01:16 2008 +0200 qt-3.3.8-9-ppc *added ppc to archs() diff --git a/source/xlib/qt/FrugalBuild b/source/xlib/qt/FrugalBuild index 4899492..57f8249 100644 --- a/source/xlib/qt/FrugalBuild +++ b/source/xlib/qt/FrugalBuild @@ -12,7 +12,7 @@ url="http://www.trolltech.com/products/qt" depends=('libxrandr>=1.2.2' 'mesa>=7.0.2-2' 'libxft>=2.1.11-3' 'libmng' 'libjpeg' 'libxcursor' 'libxinerama' 'libsm' 'imake' 'libpng' 'libxtst') makedepends=('mysql>=5.0.15' 'postgresql>=8.2' 'sqlite3' 'cups' 'bison') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('nodocs' 'scriptlet') removes=('usr/lib/qt/mkspecs/default') up2date="lynx -dump ftp://ftp.trolltech.com/qt/source|grep '.tar.gz$'|grep 'qt-x11-free-'|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'|sed 's/$extraver//'" @@ -39,7 +39,7 @@ subpkgs=('qt-docs') subdescs=('QT Documentation') subdepends=('') subgroups=('docs-extra') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { From bouleetbil at frogdev.info Wed Sep 3 23:36:08 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed Sep 3 23:36:09 2008 Subject: [Frugalware-git] bouleetbilppc: autoconf-2.62-3-ppc Message-ID: <20080903213608.7F6AB1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2fff4f9cb9d0acdb06059fe3a1a1f25fa59f2050 commit 2fff4f9cb9d0acdb06059fe3a1a1f25fa59f2050 Author: bouleetbil Date: Wed Sep 3 23:34:01 2008 +0200 autoconf-2.62-3-ppc *added patch for ppc *http://www.mail-archive.com/bug-autoconf@gnu.org/msg01680.html diff --git a/source/devel/autoconf/Fix_ppc.diff b/source/devel/autoconf/Fix_ppc.diff new file mode 100644 index 0000000..a0d9e99 --- /dev/null +++ b/source/devel/autoconf/Fix_ppc.diff @@ -0,0 +1,13 @@ +diff -urN autoconf-2.62.org/lib/autoconf/c.m4 autoconf-2.62/lib/autoconf/c.m4 +--- autoconf-2.62.org/lib/autoconf/c.m4 2008-04-06 01:04:48.000000000 +0200 ++++ autoconf-2.62/lib/autoconf/c.m4 2008-06-17 18:37:55.194174188 +0200 +@@ -1416,7 +1416,7 @@ + #endif + typedef int dummy; + ]])], +- [ac_cv_c_bigendian=universal])], ++ [ac_cv_c_bigendian=unknown])], + [AC_DIAGNOSE([obsolete], [AC_C_BIGENDIAN suggests AC_CONFIG_HEADERS])]) + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + diff --git a/source/devel/autoconf/FrugalBuild b/source/devel/autoconf/FrugalBuild index a5cf277..66b75c4 100644 --- a/source/devel/autoconf/FrugalBuild +++ b/source/devel/autoconf/FrugalBuild @@ -3,7 +3,7 @@ pkgname=autoconf pkgver=2.62 -pkgrel=2 +pkgrel=3 pkgdesc="A GNU tool for automatically configuring source code" url="http://www.gnu.org/software/autoconf" depends=('gawk>=3.1.6-3' 'm4>=1.4.11-2' 'diffutils>=2.8.1-4' 'bash') @@ -11,8 +11,8 @@ groups=('devel' 'devel-core') archs=('i686' 'x86_64' 'ppc') Fup2gnugz Finclude texinfo -source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz) -signatures=($source.sig) +source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz Fix_ppc.diff) +signatures=($source.sig '') build() { @@ -21,3 +21,5 @@ build() Frm /usr/share/info/standards.info } +sha1sums=('74b2fcffb32b16d248103f42111284331d7bab75' \ + '3ebb43e25dfb8fc5d8d0a234b0ac7a157c9061c3') From bouleetbil at frogdev.info Thu Sep 4 00:16:01 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 00:16:03 2008 Subject: [Frugalware-git] bouleetbilppc: libmad-0.15.1b-5-ppc Message-ID: <20080903221601.7D1B71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=0ff76b0afa106ffb23b8b937ac3661b2fa40ca43 commit 0ff76b0afa106ffb23b8b937ac3661b2fa40ca43 Author: bouleetbil Date: Thu Sep 4 00:14:40 2008 +0200 libmad-0.15.1b-5-ppc *added ppc to archs() *added patch for gcc4.3 diff --git a/source/lib/libmad/Fix_GCC43.diff b/source/lib/libmad/Fix_GCC43.diff new file mode 100644 index 0000000..8f4ab1c --- /dev/null +++ b/source/lib/libmad/Fix_GCC43.diff @@ -0,0 +1,23 @@ +diff -urN libmad-0.15.1b.patched/configure libmad-0.15.1b/configure +--- libmad-0.15.1b.patched/configure 2008-01-19 23:39:51.000000000 +0200 ++++ libmad-0.15.1b/configure 2008-01-19 23:40:46.000000000 +0200 +@@ -19099,7 +19099,6 @@ + case "$optimize" in + -O|"-O "*) + optimize="-O" +- optimize="$optimize -fforce-mem" + optimize="$optimize -fforce-addr" + : #x optimize="$optimize -finline-functions" + : #- optimize="$optimize -fstrength-reduce" +diff -urN libmad-0.15.1b.patched/configure.ac libmad-0.15.1b/configure.ac +--- libmad-0.15.1b.patched/configure.ac 2008-01-19 23:39:51.000000000 +0200 ++++ libmad-0.15.1b/configure.ac 2008-01-19 23:40:53.000000000 +0200 +@@ -140,7 +140,6 @@ + case "$optimize" in + -O|"-O "*) + optimize="-O" +- optimize="$optimize -fforce-mem" + optimize="$optimize -fforce-addr" + : #x optimize="$optimize -finline-functions" + : #- optimize="$optimize -fstrength-reduce" + diff --git a/source/lib/libmad/FrugalBuild b/source/lib/libmad/FrugalBuild index 32ca07c..6eb1ca9 100644 --- a/source/lib/libmad/FrugalBuild +++ b/source/lib/libmad/FrugalBuild @@ -4,21 +4,24 @@ pkgname=libmad pkgver=0.15.1b -pkgrel=4 +pkgrel=5 pkgdesc="A high-quality MPEG audio decoder" _F_sourceforge_dirname="mad" Finclude sourceforge url="http://www.underbit.com/products/mad/" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('glibc') -source=($source mad.pc) +source=($source mad.pc Fix_GCC43.diff) sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76' \ - 'a2ee8d3844e95d89af993f7b49df9f2fda00a6d1') + 'a2ee8d3844e95d89af993f7b49df9f2fda00a6d1' \ + '0f3e0093f6e9e51fabd7e1846cfd5bd1196e0791') [ "$CARCH" == "x86_64" ] && confopts="--enable-fpm=64bit" - +[ "$CARCH" == "ppc" ] && confopts="--enable-fpm=ppc" build() { Fcd Fbuild $confopts Fexe /usr/lib/pkgconfig/mad.pc } + +# optimization OK From bouleetbil at frogdev.info Thu Sep 4 07:15:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 07:15:23 2008 Subject: [Frugalware-git] bouleetbilppc: byacc-1.9-2-ppc Message-ID: <20080904051521.C3F1A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=81da5746124bab7235ba45a41df48dfd6f555e80 commit 81da5746124bab7235ba45a41df48dfd6f555e80 Author: bouleetbil Date: Thu Sep 4 07:14:25 2008 +0200 byacc-1.9-2-ppc *added ppc to archs() diff --git a/source/devel-extra/byacc/FrugalBuild b/source/devel-extra/byacc/FrugalBuild index fe43d38..acd579a 100644 --- a/source/devel-extra/byacc/FrugalBuild +++ b/source/devel-extra/byacc/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="The best variant of the Yacc parser generator." url="http://dickey.his.com/byacc/byacc.html" depends=('glibc') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://sources.isc.org/devel/tools/\$(lynx -dump http://dickey.his.com/byacc/byacc.html|grep -m1 '.txt'|sed 's|.*/||g')|grep -m1 'Version:'|sed 's/.* //'" source=(http://www.isc.org/sources/devel/tools/byacc-$pkgver.tar.gz \ CVE-2008-3196.patch) From bouleetbil at frogdev.info Thu Sep 4 08:13:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 08:13:13 2008 Subject: [Frugalware-git] bouleetbilppc: openmotif-2.3.0-1-ppc Message-ID: <20080904061311.23A801190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=196df5c06d73ed0232fc8c8186d9f88439345fa5 commit 196df5c06d73ed0232fc8c8186d9f88439345fa5 Author: bouleetbil Date: Thu Sep 4 08:11:15 2008 +0200 openmotif-2.3.0-1-ppc *added ppc to archs() diff --git a/source/xlib/openmotif/FrugalBuild b/source/xlib/openmotif/FrugalBuild index f0c920d..cbad16e 100644 --- a/source/xlib/openmotif/FrugalBuild +++ b/source/xlib/openmotif/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.motifzone.org/" depends=('glibc' 'libice' 'libxp' 'libxmu' 'libsm' 'libxaw' 'libxft') makedepends=('byacc' 'xbitmaps') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ftp://ftp.ics.com/openmotif/|grep openmotif.*tgz|sed 's/.*-\([0-9.]*\)-.*/\1/;q'" source=(ftp://ftp.ics.com/openmotif/${pkgver%.?}/$pkgver/openmotif-$pkgver.tar.gz) sha1sums=('efb5f5fdc4cc43ef6065594f4ebe98953b7af15e') From bouleetbil at frogdev.info Thu Sep 4 18:53:38 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 18:53:38 2008 Subject: [Frugalware-git] bouleetbilppc: tetex-3.0-15-ppc Message-ID: <20080904165338.45A5A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=ee2453391d7f5f693cf630bdb3d497370bec3425 commit ee2453391d7f5f693cf630bdb3d497370bec3425 Author: bouleetbil Date: Thu Sep 4 18:42:02 2008 +0200 tetex-3.0-15-ppc *added ppc to archs() diff --git a/source/xapps-extra/tetex/FrugalBuild b/source/xapps-extra/tetex/FrugalBuild index 5c25147..0bc6f04 100644 --- a/source/xapps-extra/tetex/FrugalBuild +++ b/source/xapps-extra/tetex/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.tug.org/teTeX/" depends=('libstdc++' 'libxp' 'libxmu' 'libxft' 'libxpm' 'freetype2' 'fontconfig' 'expat' 'openmotif>=2.3.0' 'zlib' 'libpng' 'tetex-kpathsea') makedepends=('bison' 'flex' 'ncurses') groups=('xapps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx --dump 'ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/'|grep \"tar.gz\" |sed -e 's/.*tetex-src-\(.*\).tar.*/\1/;q'" source=(ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-texmf-$pkgver.tar.gz ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-src-$pkgver.tar.gz \ tetex-3.0-CVE-2005-3193.patch tetex-3.0-CVE-2007-0650.patch tetex-3.0-CVE-2007-3387.patch \ From vmiklos at frugalware.org Thu Sep 4 19:32:22 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 19:32:23 2008 Subject: [Frugalware-git] frugalware: update to 0.9 Message-ID: <20080904173222.217421190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware.git;a=commitdiff;h=358a5a07e9a6709754af4c5086dc5f8b16a5dd91 commit 358a5a07e9a6709754af4c5086dc5f8b16a5dd91 Author: Miklos Vajna Date: Thu Sep 4 19:32:16 2008 +0200 update to 0.9 diff --git a/Makefile b/Makefile index 97ad838..757648b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 0.9rc2 +VERSION = 0.9 CODENAME = Solaria FRUGALWARE_LANGS = de hu it From vmiklos at frugalware.org Thu Sep 4 19:32:22 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 19:32:24 2008 Subject: [Frugalware-git] frugalware: update-frugalware-version: also check for mounted /proc|/dev before running ybin Message-ID: <20080904173222.0B7111190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware.git;a=commitdiff;h=2c8344d9bf37167cfe56c9318c72cb7b5b89e361 commit 2c8344d9bf37167cfe56c9318c72cb7b5b89e361 Author: Miklos Vajna Date: Thu Sep 4 19:32:03 2008 +0200 update-frugalware-version: also check for mounted /proc|/dev before running ybin diff --git a/etc/update-frugalware-version b/etc/update-frugalware-version index dd3f050..c73a916 100644 --- a/etc/update-frugalware-version +++ b/etc/update-frugalware-version @@ -9,7 +9,7 @@ post_sysupgrade() if [ -e /boot/grub/menu.lst ]; then sed -i "s/Frugalware .*)/`cat /etc/frugalware-release`/" \ /boot/grub/menu.lst - elif [ -e /etc/yaboot.conf ]; then + elif [ -e /etc/yaboot.conf -a -e /proc/1 -a -e /dev/zero ]; then sed -i "s/Frugalware .*)/`cat /etc/frugalware-release`/" \ /etc/yaboot.conf grep -q unconfigured /etc/yaboot.conf || ybin From vmiklos at frugalware.org Thu Sep 4 19:36:19 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 19:36:20 2008 Subject: [Frugalware-git] frugalware-current: frugalware-0.9-1-i686 Message-ID: <20080904173619.C140E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aae2a929858e322126085afb07604cd49b803818 commit aae2a929858e322126085afb07604cd49b803818 Author: Miklos Vajna Date: Thu Sep 4 19:36:11 2008 +0200 frugalware-0.9-1-i686 - version bump diff --git a/source/base/frugalware/FrugalBuild b/source/base/frugalware/FrugalBuild index 25cc1e1..777df23 100644 --- a/source/base/frugalware/FrugalBuild +++ b/source/base/frugalware/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=frugalware -pkgver=0.9rc2 +pkgver=0.9 pkgrel=1 pkgdesc="Basic Frugalware Linux filesystem package" url="http://ftp.frugalware.org/pub/other/frugalware/" From vmiklos at frugalware.org Thu Sep 4 19:39:49 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 19:39:50 2008 Subject: [Frugalware-git] setup: configure: do not check for up2date system libs, we build in chroot Message-ID: <20080904173949.9D4B81190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=528cec67d6ddf48a44312aafd93cf02a69fd2ca3 commit 528cec67d6ddf48a44312aafd93cf02a69fd2ca3 Author: Miklos Vajna Date: Thu Sep 4 19:39:22 2008 +0200 configure: do not check for up2date system libs, we build in chroot diff --git a/configure b/configure index 2749b2d..97a600f 100755 --- a/configure +++ b/configure @@ -3,10 +3,8 @@ import pacman, os, sys from optparse import OptionParser -# since we're not in chroot, we need up to date libs. but don't be too -# agressive, we add libs to here just in case there was a bugreport about it -# parted: #807 -libs = ['parted', 'pacman-g2'] +# since we're in chroot, we no longer have to check for up to date libs. +libs = [] packages = ['bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', 'eject', 'frugalware', 'glibc', 'kbd', 'module-init-tools', 'ncurses', 'netkit-base', 'reiserfsprogs', 'udev', From vmiklos at frugalware.org Thu Sep 4 19:39:49 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 19:39:50 2008 Subject: [Frugalware-git] setup: updates for 0.9.4 Message-ID: <20080904173949.B99031190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=8c46d2580d11ecf977128160777308d1503052cf commit 8c46d2580d11ecf977128160777308d1503052cf Author: Miklos Vajna Date: Thu Sep 4 19:38:30 2008 +0200 updates for 0.9.4 diff --git a/NEWS b/NEWS index d384559..1458144 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.9.4 - allow special chars in passwords + - fix installation in case a depcycle is splitted to + multiple cds 0.9.3 - add support for libdialog >= 1.1_20080727 0.9.2 - make the build system carch-independent 0.9.1 - added support for running setup with valgrind diff --git a/configure b/configure index 97a600f..65e5aa0 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ packages = ['bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', 'device-mapper', 'lvm2', 'wpa_supplicant', 'openssl', 'pciutils'] # when releasing a new setup, please update this. -version = "0.9.3" +version = "0.9.4" # parse our options parser = OptionParser(version="configure for Frugalware Setup v%s" % (version)) From vmiklos at frugalware.org Thu Sep 4 19:52:31 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 19:52:34 2008 Subject: [Frugalware-git] frugalware-current: fwsetup-0.9.4-1-i686 Message-ID: <20080904175231.DCB001190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8dcab0552dc8b0f674f1ed82e05bfd80b967e4cf commit 8dcab0552dc8b0f674f1ed82e05bfd80b967e4cf Author: Miklos Vajna Date: Thu Sep 4 19:52:19 2008 +0200 fwsetup-0.9.4-1-i686 - version bump diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index e3d0f34..aa7e2d1 100644 --- a/source/devel-extra/fwsetup/FrugalBuild +++ b/source/devel-extra/fwsetup/FrugalBuild @@ -4,9 +4,9 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=fwsetup -pkgver=0.9.3 +pkgver=0.9.4 Fuse $USE_DEVEL && pkgver=0.8.8.9.gd348556 -pkgrel=2 +pkgrel=1 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() From bouleetbil at frogdev.info Thu Sep 4 20:19:47 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 20:19:50 2008 Subject: [Frugalware-git] bouleetbilppc: ghostscript-8.62-1-ppc Message-ID: <20080904181947.C57671190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bd7ba25400acea433890f57b78eb756d588606a8 commit bd7ba25400acea433890f57b78eb756d588606a8 Author: bouleetbil Date: Thu Sep 4 20:08:00 2008 +0200 ghostscript-8.62-1-ppc *added ppc to archs() diff --git a/source/apps/ghostscript/FrugalBuild b/source/apps/ghostscript/FrugalBuild index 0bd46f8..956c270 100644 --- a/source/apps/ghostscript/FrugalBuild +++ b/source/apps/ghostscript/FrugalBuild @@ -9,7 +9,7 @@ depends=('cups') rodepends=('foomatic-filters' 'urw-fonts') makedepends=('libxt' 'libxext') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') license="GPLv2" Finclude sourceforge url="http://www.ghostscript.com/awki" @@ -20,7 +20,7 @@ subpkgs=('xghostscript') subdescs=('A graphical interpreter for the PostScript language.') subdepends=("libxt libxext cups foomatic-filters urw-fonts") subgroups=('xapps') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') subconflicts=('ghostscript') subprovides=('ghostscript') From bouleetbil at frogdev.info Thu Sep 4 21:06:51 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 21:06:54 2008 Subject: [Frugalware-git] bouleetbilppc: ruby-1.8.7-5-ppc Message-ID: <20080904190651.E64A91190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bb6f7e1e692fcca95a4ca837d654a53d7e21fb0c commit bb6f7e1e692fcca95a4ca837d654a53d7e21fb0c Author: bouleetbil Date: Thu Sep 4 21:04:39 2008 +0200 ruby-1.8.7-5-ppc *added ppc to archs() diff --git a/source/devel/ruby/FrugalBuild b/source/devel/ruby/FrugalBuild index 9ea7d68..6a03295 100644 --- a/source/devel/ruby/FrugalBuild +++ b/source/devel/ruby/FrugalBuild @@ -12,7 +12,7 @@ url="http://www.ruby-lang.org/" depends=('termcap' 'zlib' 'db>=4.7.25-2' 'readline' 'openssl' 'gdbm') makedepend=('tk') groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.ruby-lang.org/en/downloads/|sed 's/-p$pkgpatch//' |Flasttar" source=(ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-${pkgver}-p$pkgpatch.tar.bz2) sha1sums=('462e990a724580e4dfeeac5a271b93f6cfcbf5c7') From bouleetbil at frogdev.info Thu Sep 4 21:23:50 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 21:23:52 2008 Subject: [Frugalware-git] bouleetbilppc: libxscrnsaver-1.1.2-2-ppc Message-ID: <20080904192350.D57B01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=10154edf5ec4d67acd30dab7decfb69b84c12eda commit 10154edf5ec4d67acd30dab7decfb69b84c12eda Author: bouleetbil Date: Thu Sep 4 21:22:24 2008 +0200 libxscrnsaver-1.1.2-2-ppc *added ppc to archs() diff --git a/source/x11/libxscrnsaver/FrugalBuild b/source/x11/libxscrnsaver/FrugalBuild index 78d1c10..7faee71 100644 --- a/source/x11/libxscrnsaver/FrugalBuild +++ b/source/x11/libxscrnsaver/FrugalBuild @@ -7,7 +7,7 @@ pkgver=1.1.2 pkgrel=2 pkgdesc="The XScrnSaver Library" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'scrnsaverproto') makedepends=('pkgconfig' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Thu Sep 4 21:39:31 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 4 21:39:33 2008 Subject: [Frugalware-git] bouleetbilppc: tk-8.5.4-1-ppc Message-ID: <20080904193931.1F6B21190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1595faa1e3b0e3ae96da963e1eef0b1bcc75b21e commit 1595faa1e3b0e3ae96da963e1eef0b1bcc75b21e Author: bouleetbil Date: Thu Sep 4 21:34:55 2008 +0200 tk-8.5.4-1-ppc *added ppc to archs() diff --git a/source/xlib/tk/FrugalBuild b/source/xlib/tk/FrugalBuild index 2027df1..88072af 100644 --- a/source/xlib/tk/FrugalBuild +++ b/source/xlib/tk/FrugalBuild @@ -12,7 +12,7 @@ Finclude sourceforge url="http://tcl.sourceforge.net" depends=("tcl>=$pkgver" 'libx11' 'glibc' 'libxscrnsaver' 'libxft' 'zlib') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.tcl.tk/|grep 'Tcl/Tk [0-9]'|sed 's/.*Tk \([^ ]*\) .*/\1/;q'" source=(${source/tk-/tk}) sha1sums=('a0907358651bf5c7c465de1cbf7be469513fcded') From vmiklos at frugalware.org Thu Sep 4 21:50:42 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 4 21:50:44 2008 Subject: [Frugalware-git] frugalware-current: splashy-0.3.11-4-i686 Message-ID: <20080904195042.81F371190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c2ac1a35a70ce949cabe56c6a771aadce4479386 commit c2ac1a35a70ce949cabe56c6a771aadce4479386 Author: Miklos Vajna Date: Thu Sep 4 21:47:36 2008 +0200 splashy-0.3.11-4-i686 - update theme to 0.9.1 diff --git a/source/xapps/splashy/FrugalBuild b/source/xapps/splashy/FrugalBuild index 53faf2a..b8f63f7 100644 --- a/source/xapps/splashy/FrugalBuild +++ b/source/xapps/splashy/FrugalBuild @@ -3,10 +3,10 @@ pkgname=splashy pkgver=0.3.11 -themever=0.9 +themever=0.9.1 # see http://alioth.debian.org/project/showfiles.php?group_id=30657 rel_id=2519 -pkgrel=3 +pkgrel=4 pkgdesc="A complete user-space boot splash system" url="http://alioth.debian.org/projects/splashy/" depends=('glib2' 'libgcc' 'file') @@ -29,7 +29,7 @@ sha1sums=('9af69c57dd1e19b7912ddc701bfaf2c63411aa2f' \ '82c272166e89ecc840169fa76cc3fb45e2236712' \ 'd86d3554aa64b129352e826d1e659a5a4611b47d' \ 'c9da7e70efb6070e61ba2e6908a712ac524ae90b' \ - 'a1dac0163ccd1c6cce504a4737a7472767b55fd2' \ + '732a1370a7b5fa2943e4f5bb5d6f3ea350cf77b4' \ '3c99a10ecc63c75086bb1ceb496d913dfc93886d') build() From vmiklos at frugalware.org Fri Sep 5 00:11:47 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri Sep 5 00:11:50 2008 Subject: [Frugalware-git] setup: configure: add parted and pacman-g2 back Message-ID: <20080904221147.ADBD61190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=515b742828e91dd69fa54959d1dcbf7068e50dbd commit 515b742828e91dd69fa54959d1dcbf7068e50dbd Author: Miklos Vajna Date: Thu Sep 4 23:59:23 2008 +0200 configure: add parted and pacman-g2 back i removed them accidently, when i wanted to _move_ them from the 'libs' list to the 'packages' one. diff --git a/configure b/configure index 65e5aa0..279cedc 100755 --- a/configure +++ b/configure @@ -5,7 +5,7 @@ from optparse import OptionParser # since we're in chroot, we no longer have to check for up to date libs. libs = [] -packages = ['bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', +packages = ['parted', 'pacman-g2', 'bash', 'kernel', 'busybox', 'dhcpcd', 'dialog', 'e2fsprogs', 'eject', 'frugalware', 'glibc', 'kbd', 'module-init-tools', 'ncurses', 'netkit-base', 'reiserfsprogs', 'udev', 'util-linux-ng', 'mdadm', 'xfsprogs', 'ppp', 'rp-pppoe', 'glib2', From vmiklos at frugalware.org Fri Sep 5 00:12:48 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri Sep 5 00:12:49 2008 Subject: [Frugalware-git] setup: updates for 0.9.5 Message-ID: <20080904221248.B5D101190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=13bfaeddbfd3a689e0fdd72e998ea070d536257e commit 13bfaeddbfd3a689e0fdd72e998ea070d536257e Author: Miklos Vajna Date: Fri Sep 5 00:12:44 2008 +0200 updates for 0.9.5 diff --git a/NEWS b/NEWS index 1458144..19fcf38 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.9.5 - add back libparted support which was removed accidently 0.9.4 - allow special chars in passwords - fix installation in case a depcycle is splitted to multiple cds diff --git a/configure b/configure index 279cedc..d9cb626 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ packages = ['parted', 'pacman-g2', 'bash', 'kernel', 'busybox', 'dhcpcd', 'dialo 'device-mapper', 'lvm2', 'wpa_supplicant', 'openssl', 'pciutils'] # when releasing a new setup, please update this. -version = "0.9.4" +version = "0.9.5" # parse our options parser = OptionParser(version="configure for Frugalware Setup v%s" % (version)) From vmiklos at frugalware.org Fri Sep 5 00:24:54 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri Sep 5 00:24:54 2008 Subject: [Frugalware-git] frugalware-current: fwsetup-0.9.5-1-i686 Message-ID: <20080904222454.116901190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce4e5a59c1d26edc98acc8847e9e7a3cc3ed42a9 commit ce4e5a59c1d26edc98acc8847e9e7a3cc3ed42a9 Author: Miklos Vajna Date: Fri Sep 5 00:24:16 2008 +0200 fwsetup-0.9.5-1-i686 - bump. hopefully last time before 0.9 diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index aa7e2d1..54f5e0c 100644 --- a/source/devel-extra/fwsetup/FrugalBuild +++ b/source/devel-extra/fwsetup/FrugalBuild @@ -4,13 +4,13 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=fwsetup -pkgver=0.9.4 +pkgver=0.9.5 Fuse $USE_DEVEL && pkgver=0.8.8.9.gd348556 pkgrel=1 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() -makedepends=('dialog' 'parted' 'pacman-g2>=3.5.5' 'module-init-tools' 'frugalware>=0.9rc2' 'grub') +makedepends=('dialog' 'parted' 'pacman-g2>=3.5.5' 'module-init-tools' 'frugalware>=0.9' 'grub') groups=('devel-extra') archs=('i686' 'x86_64') _F_archive_nosort=y @@ -34,7 +34,7 @@ build() Funpack_scm make prepare fi - Fbuild --repo=testing --enable-usb --enable-tftp + Fbuild --repo=current --enable-usb --enable-tftp } # optimization OK From bouleetbil at frogdev.info Fri Sep 5 08:02:20 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 08:02:23 2008 Subject: [Frugalware-git] bouleetbilppc: audiofile-0.2.6-3-ppc Message-ID: <20080905060220.82A2E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=69f9998d852be07afbb79a99fa87a49935ff60eb commit 69f9998d852be07afbb79a99fa87a49935ff60eb Author: bouleetbil Date: Fri Sep 5 08:01:21 2008 +0200 audiofile-0.2.6-3-ppc *added ppc to archs() diff --git a/source/multimedia/audiofile/FrugalBuild b/source/multimedia/audiofile/FrugalBuild index d8a3afb..8b3ba5f 100644 --- a/source/multimedia/audiofile/FrugalBuild +++ b/source/multimedia/audiofile/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Silicon Graphics Audio File Library" url="http://www.68k.org/~michael/audiofile/" depends=('glibc') groups=('multimedia') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.68k.org/~michael/audiofile/|grep Version|tr -s ' '|cut -d ' ' -f 3" source=(http://www.68k.org/~michael/audiofile/audiofile-$pkgver.tar.gz \ audiofile-m4-fix.patch) From bouleetbil at frogdev.info Fri Sep 5 08:07:25 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 08:07:27 2008 Subject: [Frugalware-git] bouleetbilppc: esd-0.2.36-1-ppc Message-ID: <20080905060725.7DA141190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d53c2c7611cb7e40ee7b7ce5a5ad5cb62d941bfa commit d53c2c7611cb7e40ee7b7ce5a5ad5cb62d941bfa Author: bouleetbil Date: Fri Sep 5 08:06:34 2008 +0200 esd-0.2.36-1-ppc *added ppc to archs() diff --git a/source/multimedia/esd/FrugalBuild b/source/multimedia/esd/FrugalBuild index eaf98d0..479d7fd 100644 --- a/source/multimedia/esd/FrugalBuild +++ b/source/multimedia/esd/FrugalBuild @@ -11,7 +11,7 @@ pkgdesc="Enlightened Sound Daemon" backup=('etc/esd.conf') depends=('audiofile' 'alsa-lib') groups=('multimedia') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome url="http://www.tux.org/~ricdude/EsounD.html" sha1sums=('66f451ff5a6b9cae8d49b196a536cf49f3f1755c') From vmiklos at frugalware.org Fri Sep 5 15:27:12 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri Sep 5 15:27:14 2008 Subject: [Frugalware-git] frugalware-current: TAG 0.9 Message-ID: <20080905132712.7EE9D1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=13f4a31f0b7ac9604017fc5e1a0c89729c6871f8 commit 13f4a31f0b7ac9604017fc5e1a0c89729c6871f8 Author: Miklos Vajna Date: Fri Sep 5 15:26:25 2008 +0200 TAG 0.9 From bouleetbil at frogdev.info Fri Sep 5 21:07:58 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 21:08:00 2008 Subject: [Frugalware-git] bouleetbilppc: guile-1.8.5-1-ppc Message-ID: <20080905190758.E19851190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=62c90af832c053a5b1c66f0cd4821d01aab43ec3 commit 62c90af832c053a5b1c66f0cd4821d01aab43ec3 Author: bouleetbil Date: Fri Sep 5 21:06:29 2008 +0200 guile-1.8.5-1-ppc *added ppc to archs() *added patch for stack direction check diff --git a/source/devel/guile/FrugalBuild b/source/devel/guile/FrugalBuild index aa5d942..ec95c9d 100644 --- a/source/devel/guile/FrugalBuild +++ b/source/devel/guile/FrugalBuild @@ -9,10 +9,16 @@ pkgdesc="Guile is a portable, embeddable Scheme implementation written in C" url="http://www.gnu.org/software/guile/" depends=('gmp' 'readline' 'libtool>=2.2.2') groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Fup2gnugz -source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('3ef611cf5c4998a5bdfc7935765bb68730038614') +source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz \ + stack-dir-detection.patch) +sha1sums=('3ef611cf5c4998a5bdfc7935765bb68730038614' \ + '205406d445612a75671a22d52af3b99e10974121') +Fconfopts="$Fconfopts \ + --disable-networking \ + --with-threads \ + --disable-error-on-warning" build() { @@ -20,10 +26,10 @@ build() ## damn libtool crap sed 's/AC_CONFIG_MACRO_DIR(\[m4\])/AC_CONFIG_MACRO_DIR(\[guile-config\])/' -i configure.in Fsed '-Werror' '' configure.in + Fpatch stack-dir-detection.patch Fautoreconf - Fbuild \ - --disable-networking \ - --with-threads \ - --disable-error-on-warning + Fmake + Fmakeinstall } + # optimization OK diff --git a/source/devel/guile/stack-dir-detection.patch b/source/devel/guile/stack-dir-detection.patch new file mode 100644 index 0000000..b452157 --- /dev/null +++ b/source/devel/guile/stack-dir-detection.patch @@ -0,0 +1,108 @@ +--- guile-1.8-1.8.5+1.old/libguile/gc_os_dep.c 2008-04-07 22:30:03.000000000 +0100 ++++ guile-1.8-1.8.5+1/libguile/gc_os_dep.c 2008-05-15 15:02:07.000000000 +0100 +@@ -1008,19 +1008,18 @@ scm_get_stack_base () + + # ifdef MIPS + # define MACH_TYPE "MIPS" +-/* # define STACKBOTTOM ((ptr_t)0x7fff8000) sometimes also works. */ + # ifdef LINUX +- /* This was developed for a linuxce style platform. Probably */ +- /* needs to be tweaked for workstation class machines. */ +-# define OS_TYPE "LINUX" +- extern int __data_start; +-# define DATASTART ((ptr_t)(&__data_start)) +-# define ALIGNMENT 4 +-# define USE_GENERIC_PUSH_REGS 1 +-# define STACKBOTTOM 0x80000000 +- /* In many cases, this should probably use LINUX_STACKBOTTOM */ +- /* instead. But some kernel versions seem to give the wrong */ +- /* value from /proc. */ ++# define CPP_WORDSZ _MIPS_SZPTR ++# define OS_TYPE "LINUX" ++# define ALIGNMENT 4 ++# define ALIGN_DOUBLE ++ extern int _fdata; ++# define DATASTART ((ptr_t)(&_fdata)) ++ extern int _end; ++# define DATAEND ((ptr_t)(&_end)) ++# define STACKBOTTOM ((ptr_t)0x7fff8000) ++# define USE_GENERIC_PUSH_REGS 1 ++# define DYNAMIC_LOADING + # endif /* Linux */ + # ifdef ULTRIX + # define HEURISTIC2 +--- guile-1.8-1.8.5+1.old/configure.in 2008-05-15 15:47:04.000000000 +0100 ++++ guile-1.8-1.8.5+1/configure.in 2008-05-15 15:25:38.000000000 +0100 +@@ -1106,12 +1106,12 @@ GUILE_STRUCT_UTIMBUF + #-------------------------------------------------------------------- + + SCM_I_GSC_STACK_GROWS_UP=0 +-AC_TRY_RUN(aux (l) unsigned long l; +- { int x; exit (l >= ((unsigned long)&x)); } +- main () { int q; aux((unsigned long)&q); }, +- [SCM_I_GSC_STACK_GROWS_UP=1], +- [], +- [AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)]) ++dnl AC_TRY_RUN(aux (l) unsigned long l; ++dnl { int x; exit (l >= ((unsigned long)&x)); } ++dnl main () { int q; aux((unsigned long)&q); }, ++dnl [SCM_I_GSC_STACK_GROWS_UP=1], ++dnl [], ++dnl [AC_MSG_WARN(Guessing that stack grows down -- see scmconfig.h)]) + + AC_CHECK_SIZEOF(float) + if test "$ac_cv_sizeof_float" -le "$ac_cv_sizeof_long"; then +--- guile-1.8-1.8.5+1.old/configure 2008-05-15 15:47:04.000000000 +0100 ++++ guile-1.8-1.8.5+1/configure 2008-05-15 16:31:07.000000000 +0100 +@@ -41987,51 +41987,6 @@ _ACEOF + #-------------------------------------------------------------------- + + SCM_I_GSC_STACK_GROWS_UP=0 +-if test "$cross_compiling" = yes; then +- { echo "$as_me:$LINENO: WARNING: Guessing that stack grows down -- see scmconfig.h" >&5 +-echo "$as_me: WARNING: Guessing that stack grows down -- see scmconfig.h" >&2;} +-else +- cat >conftest.$ac_ext <<_ACEOF +-/* confdefs.h. */ +-_ACEOF +-cat confdefs.h >>conftest.$ac_ext +-cat >>conftest.$ac_ext <<_ACEOF +-/* end confdefs.h. */ +-aux (l) unsigned long l; +- { int x; exit (l >= ((unsigned long)&x)); } +- main () { int q; aux((unsigned long)&q); } +-_ACEOF +-rm -f conftest$ac_exeext +-if { (ac_try="$ac_link" +-case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_link") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); } && { ac_try='./conftest$ac_exeext' +- { (case "(($ac_try" in +- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; +- *) ac_try_echo=$ac_try;; +-esac +-eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +- (eval "$ac_try") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; }; then +- SCM_I_GSC_STACK_GROWS_UP=1 +-else +- echo "$as_me: program exited with status $ac_status" >&5 +-echo "$as_me: failed program was:" >&5 +-sed 's/^/| /' conftest.$ac_ext >&5 +- +-fi +-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +-fi +- +- + + { echo "$as_me:$LINENO: checking for float" >&5 + echo $ECHO_N "checking for float... $ECHO_C" >&6; } From bouleetbil at frogdev.info Fri Sep 5 21:59:20 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 21:59:22 2008 Subject: [Frugalware-git] bouleetbilppc: ocaml-3.10.2-1-ppc Message-ID: <20080905195920.334D31190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=03e3f8d2ccf51a9541515d9a89497586f40afa81 commit 03e3f8d2ccf51a9541515d9a89497586f40afa81 Author: bouleetbil Date: Fri Sep 5 21:50:34 2008 +0200 ocaml-3.10.2-1-ppc *added ppc to archs() diff --git a/source/devel-extra/ocaml/FrugalBuild b/source/devel-extra/ocaml/FrugalBuild index eeda8e2..df344f5 100644 --- a/source/devel-extra/ocaml/FrugalBuild +++ b/source/devel-extra/ocaml/FrugalBuild @@ -9,7 +9,7 @@ url="http://caml.inria.fr/" depends=('gdbm') makedepends=('tk') groups=('devel-extra') -archs=('x86_64' 'i686') +archs=('x86_64' 'i686' 'ppc') up2date="lynx -dump http://caml.inria.fr/download.en.html|grep 'most recent version of Objective Caml' |sed -n 's/.*s \(.*\)\. .*/\1/;1 p'" source=(http://caml.inria.fr/pub/distrib/$pkgname-`echo $pkgver | sed 's/\(.*\)\..*/\1/'`/$pkgname-$pkgver.tar.gz) sha1sums=('997b04b7d95f17d3507f7c604f98d3d3f18d04ab') From bouleetbil at frogdev.info Fri Sep 5 22:08:17 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 22:08:18 2008 Subject: [Frugalware-git] bouleetbilppc: glitz-0.5.6-1-ppc Message-ID: <20080905200817.96BE01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=fe4448441da618a005b2ecc30edeea916987ba75 commit fe4448441da618a005b2ecc30edeea916987ba75 Author: bouleetbil Date: Fri Sep 5 22:07:26 2008 +0200 glitz-0.5.6-1-ppc *added ppc to archs() diff --git a/source/xlib/glitz/FrugalBuild b/source/xlib/glitz/FrugalBuild index f8f7900..3b86efb 100644 --- a/source/xlib/glitz/FrugalBuild +++ b/source/xlib/glitz/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="An OpenGL image compositing library" url="http://freedesktop.org/Software/glitz" depends=('mesa' 'libxext') groups=('xlib') -archs=('x86_64' 'i686') +archs=('x86_64' 'i686' 'ppc') up2date="lynx -dump 'http://cairographics.org/snapshots/?C=M;O=D' |grep 'glitz-[0-9\.]*tar.gz$' | sed -e 's/.*glitz-\(.*\).tar.*/\1/;s/0.5.3/0.5.5_cvs/;q'" source=(http://cairographics.org/snapshots/$pkgname-$pkgver.tar.gz) sha1sums=('81604bf02ceda85ea32b52423f78a883aaec6dc6') From bouleetbil at frogdev.info Fri Sep 5 22:15:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 22:15:05 2008 Subject: [Frugalware-git] bouleetbilppc: gperf-3.0.3-1-ppc Message-ID: <20080905201503.3547C1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=459def4836168047d78fe6117d344c7cff0130e9 commit 459def4836168047d78fe6117d344c7cff0130e9 Author: bouleetbil Date: Fri Sep 5 22:13:37 2008 +0200 gperf-3.0.3-1-ppc *added ppc to archs() diff --git a/source/devel-extra/gperf/FrugalBuild b/source/devel-extra/gperf/FrugalBuild index e3d8b87..2c7df4b 100644 --- a/source/devel-extra/gperf/FrugalBuild +++ b/source/devel-extra/gperf/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="A perfect hash function generator." url="http://www.gnu.org/software/gperf/" depends=('libstdc++') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Fup2gnugz source=(http://ftp.gnu.org/pub/gnu/gperf/gperf-$pkgver.tar.gz) signatures=($source.sig) From bouleetbil at frogdev.info Fri Sep 5 22:20:08 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 22:20:08 2008 Subject: [Frugalware-git] bouleetbilppc: xcb-util-0.2.1-1-ppc Message-ID: <20080905202008.3E2751190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=34889349bd30d041253fddeac65f289957ec6e45 commit 34889349bd30d041253fddeac65f289957ec6e45 Author: bouleetbil Date: Fri Sep 5 22:18:49 2008 +0200 xcb-util-0.2.1-1-ppc *added ppc to archs() diff --git a/source/x11/xcb-util/FrugalBuild b/source/x11/xcb-util/FrugalBuild index 9899e65..b637b4f 100644 --- a/source/x11/xcb-util/FrugalBuild +++ b/source/x11/xcb-util/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Utility libraries for X C Binding" url="http://xcb.freedesktop.org" groups=('x11') depends=('libxcb>=1.1' 'libxau' 'libxdmcp') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') makedepends=('pkgconfig' 'gperf') up2date=("lynx -dump 'http://xcb.freedesktop.org/dist/?C=M;O=A' | grep xcb-util | Flasttar") source=(http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2) From bouleetbil at frogdev.info Fri Sep 5 22:26:52 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 22:26:54 2008 Subject: [Frugalware-git] bouleetbilppc: poppler-data-0.2.0-1-ppc Message-ID: <20080905202652.74D4E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bfb7992bc9f03523f8e4c87fbe4cd38b3a971d69 commit bfb7992bc9f03523f8e4c87fbe4cd38b3a971d69 Author: bouleetbil Date: Fri Sep 5 22:25:11 2008 +0200 poppler-data-0.2.0-1-ppc *added ppc to archs() diff --git a/source/apps/poppler-data/FrugalBuild b/source/apps/poppler-data/FrugalBuild index b049abe..a98ff8c 100644 --- a/source/apps/poppler-data/FrugalBuild +++ b/source/apps/poppler-data/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Encoding files for poppler" url="http://poppler.freedesktop.org/" depends=() groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://poppler.freedesktop.org/|grep -m1 'poppler-data-\(.*\).tar.gz'|Flasttar" source=(http://poppler.freedesktop.org/$pkgname-$pkgver.tar.gz) sha1sums=('8961890a8d1de749a25533f8dc03b6d8321c4a20') From bouleetbil at frogdev.info Fri Sep 5 23:03:37 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 23:03:40 2008 Subject: [Frugalware-git] bouleetbilppc: cairo-1.6.4-1-ppc Message-ID: <20080905210337.B423F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=b113944c6b87c95688333632e07e5778954beb83 commit b113944c6b87c95688333632e07e5778954beb83 Author: bouleetbil Date: Fri Sep 5 23:00:58 2008 +0200 cairo-1.6.4-1-ppc *added ppc to archs() *some makedepends disable for ppc can be rebuild after diff --git a/source/xlib/cairo/FrugalBuild b/source/xlib/cairo/FrugalBuild index 9f9965c..e7cde20 100644 --- a/source/xlib/cairo/FrugalBuild +++ b/source/xlib/cairo/FrugalBuild @@ -7,9 +7,13 @@ pkgrel=1 pkgdesc="A vector graphics library with cross-device output support" url="http://cairographics.org" depends=('glitz' 'libxrender>=0.9.4' 'fontconfig' 'libpng' 'libxcb>=1.1' 'libx11>=1.1.3-2' 'xcb-util>=0.2' 'pixman>=0.10.0') -makedepends=('gtk-doc>=1.9' 'poppler-glib' 'librsvg>=2.20.0') +if [ "$CARCH" != "ppc" ]; then + makedepends=('gtk-doc>=1.9' 'poppler-glib' 'librsvg>=2.20.0') +else + makedepends=('gtk-doc>=1.9') +fi groups=('xlib') -archs=('x86_64' 'i686') +archs=('x86_64' 'i686' 'ppc') up2date="lynx -dump 'http://cairographics.org/releases/?C=D;O=A'|grep -m1 '/LATEST-cairo'|sed 's/.*ro-\(.*\).*/\1/'" source=($url/releases/$pkgname-$pkgver.tar.gz) options=('scriptlet') From bouleetbil at frogdev.info Fri Sep 5 23:20:00 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 23:20:02 2008 Subject: [Frugalware-git] bouleetbilppc: pango-1.20.5-1-ppc Message-ID: <20080905212000.5AB691190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2db6071fd680aabd7e71f7870db7400673b2058e commit 2db6071fd680aabd7e71f7870db7400673b2058e Author: bouleetbil Date: Fri Sep 5 23:19:02 2008 +0200 pango-1.20.5-1-ppc *added ppc to archs() diff --git a/source/xlib/pango/FrugalBuild b/source/xlib/pango/FrugalBuild index d5ea044..189f8db 100644 --- a/source/xlib/pango/FrugalBuild +++ b/source/xlib/pango/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.gtk.org/" depends=('cairo>=1.6.4' 'glib2>=2.16.3' 'libxft') groups=('xlib') makedepends=('gtk-doc' 'perl') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --enable-gtk-doc --enable-debug=minimum" sha1sums=('745469b2168df0bbb86eb4a849e8f2230ed11197') From bouleetbil at frogdev.info Fri Sep 5 23:43:30 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri Sep 5 23:43:31 2008 Subject: [Frugalware-git] bouleetbilppc: swig-1.3.36-1-ppc Message-ID: <20080905214330.5E7571190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=087f1591192cf0ab8d006c15b8dc6bd009113fed commit 087f1591192cf0ab8d006c15b8dc6bd009113fed Author: bouleetbil Date: Fri Sep 5 23:42:30 2008 +0200 swig-1.3.36-1-ppc *added ppc to archs() diff --git a/source/devel-extra/swig/FrugalBuild b/source/devel-extra/swig/FrugalBuild index 59a900b..7347d1f 100644 --- a/source/devel-extra/swig/FrugalBuild +++ b/source/devel-extra/swig/FrugalBuild @@ -6,7 +6,7 @@ pkgname=swig pkgver=1.3.36 pkgrel=1 pkgdesc="SWIG interface compiler" -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libstdc++>=4.3.0-4') groups=('devel-extra') Finclude sourceforge From bouleetbil at frogdev.info Sat Sep 6 00:27:07 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 00:27:09 2008 Subject: [Frugalware-git] bouleetbilppc: graphviz-2.20.2-1-ppc Message-ID: <20080905222707.E6C891190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=19501b1c99f5e6beb5eb4e499679d7dbc2811ac7 commit 19501b1c99f5e6beb5eb4e499679d7dbc2811ac7 Author: bouleetbil Date: Sat Sep 6 00:24:37 2008 +0200 graphviz-2.20.2-1-ppc *added ppc to archs() diff --git a/source/xapps-extra/graphviz/FrugalBuild b/source/xapps-extra/graphviz/FrugalBuild index d7ed48a..cd43456 100644 --- a/source/xapps-extra/graphviz/FrugalBuild +++ b/source/xapps-extra/graphviz/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.graphviz.org/" depends=('fontconfig' 'python' 'libjpeg' 'libpng' 'ruby' 'libtool' 'tk' 'guile' 'ocaml' 'libxaw' 'libstdc++' 'pango' 'cairo') makedepends=('tcl' 'tk' 'swig') groups=('xapps-extra') -archs=('x86_64' 'i686') +archs=('x86_64' 'i686' 'ppc') options=('scriptlet') up2date="lynx -dump http://www.graphviz.org/pub/graphviz/ARCHIVE/|grep 'graphviz-[0-9\.]*.tar.gz$'|sed -n 's/.*-\(.*\)\.t.*/\1/;$ p'" source=(http://www.graphviz.org/pub/graphviz/ARCHIVE/$pkgname-$pkgver.tar.gz) From bouleetbil at frogdev.info Sat Sep 6 07:02:53 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 07:02:54 2008 Subject: [Frugalware-git] bouleetbilppc: foomatic-filters-3.0.2-4-ppc Message-ID: <20080906050253.34B1F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=09fea5e09f2f754d0cf32aee33acaacaea1b1d7b commit 09fea5e09f2f754d0cf32aee33acaacaea1b1d7b Author: bouleetbil Date: Sat Sep 6 07:02:05 2008 +0200 foomatic-filters-3.0.2-4-ppc *added ppc to archs() diff --git a/source/apps/foomatic-filters/FrugalBuild b/source/apps/foomatic-filters/FrugalBuild index 30c871a..1d99079 100644 --- a/source/apps/foomatic-filters/FrugalBuild +++ b/source/apps/foomatic-filters/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="Foomatic is a system for using free software printer drivers with common spoolers on Unix" url="http://www.linuxprinting.org/foomatic.html" depends=('perl' 'libxml2' 'cups') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') groups=('apps') source=(http://www.linuxprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz) up2date='lynx --dump "http://www.linuxprinting.org/download/foomatic/?C=M:O=D" | grep "foomatic-filters-[0-9.]\+.tar.gz" | head -n 1 | sed "s/.*foomatic-filters-\(.*\).tar.gz.*/\1/"' From bouleetbil at frogdev.info Sat Sep 6 07:19:25 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 07:19:27 2008 Subject: [Frugalware-git] bouleetbilppc: urw-fonts-1.0.7pre40-3-ppc Message-ID: <20080906051925.6D6641190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d79b47bedafc4af9b14cd7bdc9d5f128486ed2de commit d79b47bedafc4af9b14cd7bdc9d5f128486ed2de Author: bouleetbil Date: Sat Sep 6 07:17:35 2008 +0200 urw-fonts-1.0.7pre40-3-ppc *added ppc to archs() diff --git a/source/apps/urw-fonts/FrugalBuild b/source/apps/urw-fonts/FrugalBuild index 517ce81..1e8d7ce 100644 --- a/source/apps/urw-fonts/FrugalBuild +++ b/source/apps/urw-fonts/FrugalBuild @@ -10,7 +10,7 @@ url="ftp://ftp.gnome.ru/fonts/urw/release/" depends=('fontconfig>=2.2.3-7') makedepends=('mkfontscale' 'mkfontdir') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') replaces=('ghostscript-fonts-std') conflicts=('ghostscript-fonts-std') up2date="wget --passive-ftp -O - -q ftp://ftp.gnome.ru/fonts/urw/release/|grep urw-fonts.*tar.bz2|sed -n 's/.*s-\(.*\)\.t.*/\1/;1 p'" From vmiklos at frugalware.org Sat Sep 6 15:30:44 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 15:30:45 2008 Subject: [Frugalware-git] frugalware-current: tools/genpkgdbs: generate changelog from 0.9 Message-ID: <20080906133044.0E1F01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b842f37b0f0428b1418057c4abbd3938d8b720e commit 4b842f37b0f0428b1418057c4abbd3938d8b720e Author: Miklos Vajna Date: Sat Sep 6 15:30:16 2008 +0200 tools/genpkgdbs: generate changelog from 0.9 diff --git a/tools/genpkgdbs b/tools/genpkgdbs index f14a30c..1abc3d4 100755 --- a/tools/genpkgdbs +++ b/tools/genpkgdbs @@ -20,7 +20,7 @@ cd `dirname $0`/.. # Changelog echo -n "generating ChangeLog.txt..." -git log --no-merges 0.8^.. | iconv -c -f iso8859-2 -t utf8 >ChangeLog.txt +git log --no-merges 0.9^.. | iconv -c -f iso8859-2 -t utf8 >ChangeLog.txt echo " done" # AUTHORS From vmiklos at frugalware.org Sat Sep 6 15:45:56 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 15:45:59 2008 Subject: [Frugalware-git] frugalware-0.9: fwsetup-0.9.5-2solaria1-i686 Message-ID: <20080906134556.D3F641190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=1bfe6964d0ee5a399607ee831ca469e3db6210c0 commit 1bfe6964d0ee5a399607ee831ca469e3db6210c0 Author: Miklos Vajna Date: Sat Sep 6 15:44:09 2008 +0200 fwsetup-0.9.5-2solaria1-i686 - default to stable diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index 54f5e0c..e34aa51 100644 --- a/source/devel-extra/fwsetup/FrugalBuild +++ b/source/devel-extra/fwsetup/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=fwsetup pkgver=0.9.5 Fuse $USE_DEVEL && pkgver=0.8.8.9.gd348556 -pkgrel=1 +pkgrel=2solaria1 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() @@ -34,7 +34,7 @@ build() Funpack_scm make prepare fi - Fbuild --repo=current --enable-usb --enable-tftp + Fbuild --repo=stable --enable-usb --enable-tftp } # optimization OK From vmiklos at frugalware.org Sat Sep 6 15:57:26 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 15:57:28 2008 Subject: [Frugalware-git] setup: src/Makefile: define not just ARCH="i686" but ARCH_I686 as well Message-ID: <20080906135726.AE3F11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=b393151df20fc6ef4d736b0b478b175d7699074e commit b393151df20fc6ef4d736b0b478b175d7699074e Author: Miklos Vajna Date: Sat Sep 6 15:56:47 2008 +0200 src/Makefile: define not just ARCH="i686" but ARCH_I686 as well to allow #ifdefs in the future. diff --git a/src/Makefile b/src/Makefile index f2ebfc3..fca15d2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,7 @@ CFLAGS ?= -Wall -Werror -O2 -pipe else CFLAGS ?= -g -Wall -Werror endif -CFLAGS += $(STABLE) -DARCH="\"$(shell arch)\"" +CFLAGS += $(STABLE) -DARCH="\"$(shell arch)\"" -DARCH_$(shell arch|tr [a-z] [A-Z]) LDFLAGS += -ldl -rdynamic CFLAGS += $(shell pkg-config --cflags glib-2.0) LDFLAGS += $(shell pkg-config --libs glib-2.0) From vmiklos at frugalware.org Sat Sep 6 16:06:55 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 16:06:56 2008 Subject: [Frugalware-git] frugalware-0.9: tools/mkpkglst: default to stable Message-ID: <20080906140655.07D9F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=9a2f14f1fffe64bfc2cdd601c50729ee22df54b5 commit 9a2f14f1fffe64bfc2cdd601c50729ee22df54b5 Author: Miklos Vajna Date: Sat Sep 6 16:05:12 2008 +0200 tools/mkpkglst: default to stable diff --git a/tools/mkpkglst b/tools/mkpkglst index ecc1a8d..1d0da62 100755 --- a/tools/mkpkglst +++ b/tools/mkpkglst @@ -1,7 +1,7 @@ #!/bin/bash [ -z "$arch" ] && arch=`arch` -tree=-current +tree= dbpath=`mktemp -d` cd `dirname $0`/.. From vmiklos at frugalware.org Sat Sep 6 16:08:59 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 16:09:01 2008 Subject: [Frugalware-git] frugalware-0.9: docs/Makefile: update VERSION Message-ID: <20080906140859.DBFC11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=2aad7aa3a7136f48572f28917c1353dd830bf4a8 commit 2aad7aa3a7136f48572f28917c1353dd830bf4a8 Author: Miklos Vajna Date: Sat Sep 6 16:08:55 2008 +0200 docs/Makefile: update VERSION diff --git a/docs/Makefile b/docs/Makefile index b2e36d7..a77e24d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,8 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -VERSION = $(shell git describe) (-current) -#VERSION = 0.6 (Terminus) +VERSION = 0.8 (Solaria) PO_DIR ?= ~/git/translations/po XML_PATH = /usr/share/sgml/docbook/dtd/xml-dtd-4.2 From vmiklos at frugalware.org Sat Sep 6 16:14:46 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 16:14:47 2008 Subject: [Frugalware-git] frugalware-current: docs/release-howto: next time it'd be better to write the upgrade howto before tagging the release Message-ID: <20080906141446.75D4A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0411e3e2f705635fb38f8fa71e1f1e535cf59b5 commit a0411e3e2f705635fb38f8fa71e1f1e535cf59b5 Author: Miklos Vajna Date: Sat Sep 6 16:13:35 2008 +0200 docs/release-howto: next time it'd be better to write the upgrade howto before tagging the release diff --git a/docs/release-howto.txt b/docs/release-howto.txt index 76f18ee..7db9086 100644 --- a/docs/release-howto.txt +++ b/docs/release-howto.txt @@ -26,6 +26,8 @@ $ rsync -avP --delete-after frugalware-current/ frugalware-testing/ - run gensync to rebuild the fdbs - generate isos and test if everything is ok (ie. install from cd1-cd2 on i686, and start kde, or something) +- check if the upgrade from 0.4->0.5 works or not, probably a simple -Syu is + not enough, then write a howto - tag the release using git tag == Creating the stable tree @@ -53,7 +55,7 @@ STABLE = true in the Makefile - s/-current// in tools/mkpkglst -- update VERSION in docs/Makefile +- update VERSION in docs/Makefile, and rebuild the manual - update `\.git/description` - update kernel FrugalBuild to hardwire the kernel release (`\_F_kernel_rel`) - update `/source/include/kernel-module.sh` (s/=/>=/) and rebuild the fdbs @@ -71,8 +73,6 @@ STABLE = true - generate isos, test _all_ of them (net,cd,dvd for each arch) - create an usb stick installer tarball for each arch - create an tftp boot image for each arch -- check if the upgrade from 0.4->0.5 works or not, probably a simple -Syu is - not enough, then write a howto and rebuild the manual == Announcement From vmiklos at frugalware.org Sat Sep 6 16:14:46 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 16:14:47 2008 Subject: [Frugalware-git] frugalware-current: docs/release-howto: syntax fixes Message-ID: <20080906141446.930621190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d1f9cd861f2d9186a085d3bdb5a3d629a1fe07f8 commit d1f9cd861f2d9186a085d3bdb5a3d629a1fe07f8 Author: Miklos Vajna Date: Sat Sep 6 16:14:23 2008 +0200 docs/release-howto: syntax fixes diff --git a/docs/release-howto.txt b/docs/release-howto.txt index 7db9086..8dbf486 100644 --- a/docs/release-howto.txt +++ b/docs/release-howto.txt @@ -47,25 +47,35 @@ Now one have two tree. All what one should do in -current is to bump == Updating the -stable tree - rename the frugalware-current fdbs to frugalware -- rebuild the initrd with +- rebuild the initrd with ++ ------------- STABLE = true ------------- ++ +in the Makefile - in the Makefile - s/-current// in tools/mkpkglst + - update VERSION in docs/Makefile, and rebuild the manual + - update `\.git/description` + - update kernel FrugalBuild to hardwire the kernel release (`\_F_kernel_rel`) + - update `/source/include/kernel-module.sh` (s/=/>=/) and rebuild the fdbs again + - run the just modified genpkgs to regenerate the ChangeLog.txt to start from the 0.4 tag to the 0.5 tag + - update pacman{,-tools} so that -stable will be the default on -Syu / repoman upd, not -current + - upload the fdbs to the mysql db using fpm2db, just run all2db.sh from the /tools dir + - create a new chroot tarball for each arch == Testing From vmiklos at frugalware.org Sat Sep 6 16:28:01 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 16:28:04 2008 Subject: [Frugalware-git] frugalware-current: docs/release-howto: remove kernel part Message-ID: <20080906142801.E5ECB1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4c4a4f7711eae81e030bc7aa2d4cf267f96fa7c2 commit 4c4a4f7711eae81e030bc7aa2d4cf267f96fa7c2 Author: Miklos Vajna Date: Sat Sep 6 16:27:35 2008 +0200 docs/release-howto: remove kernel part we can't avoid rebuilding all external modules on the first kernel bump in stable diff --git a/docs/release-howto.txt b/docs/release-howto.txt index 8dbf486..7951df6 100644 --- a/docs/release-howto.txt +++ b/docs/release-howto.txt @@ -62,11 +62,6 @@ in the Makefile - update `\.git/description` -- update kernel FrugalBuild to hardwire the kernel release (`\_F_kernel_rel`) - -- update `/source/include/kernel-module.sh` (s/=/>=/) and rebuild the fdbs - again - - run the just modified genpkgs to regenerate the ChangeLog.txt to start from the 0.4 tag to the 0.5 tag From vmiklos at frugalware.org Sat Sep 6 16:44:15 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat Sep 6 16:44:17 2008 Subject: [Frugalware-git] frugalware-0.9: pacman-g2-3.7.2-2solaria1-i686 Message-ID: <20080906144415.A8D3A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=696d4a9ea8a14cb3144293d7ed6a56d1ceb90696 commit 696d4a9ea8a14cb3144293d7ed6a56d1ceb90696 Author: Miklos Vajna Date: Sat Sep 6 16:43:48 2008 +0200 pacman-g2-3.7.2-2solaria1-i686 - default to stable diff --git a/source/base/pacman-g2/FrugalBuild b/source/base/pacman-g2/FrugalBuild index 5298a5f..210fdcd 100644 --- a/source/base/pacman-g2/FrugalBuild +++ b/source/base/pacman-g2/FrugalBuild @@ -11,7 +11,7 @@ fi pkgname=pacman-g2 pkgver=3.7.2 Fuse $USE_DEVEL && pkgver=3.6.5.25.gf2bbdac -pkgrel=1 +pkgrel=2solaria1 pkgdesc="A .tar.bz2 based package manager library (libpacman) and client (pacman-g2) with dependency support." url="http://ftp.frugalware.org/pub/other/pacman-g2/" backup=(etc/{makepkg,pacman-g2}.conf etc/pacman-g2/repos/{frugalware,frugalware-current}) @@ -29,8 +29,8 @@ archs=('i686' 'x86_64' 'ppc') _F_archive_nosort=y up2date="lynx -dump $url/releases/ |Flasttar" if ! Fuse $USE_DEVEL; then - source=($url/releases/$pkgname-$pkgver.tar.gz) - signatures=("$source.asc") + source=($url/releases/$pkgname-$pkgver.tar.gz stable.diff) + signatures=("$source.asc" '') else _F_scm_type="git" _F_scm_url="git://git.frugalware.org/pub/other/pacman-g2/pacman-g2" diff --git a/source/base/pacman-g2/stable.diff b/source/base/pacman-g2/stable.diff new file mode 100644 index 0000000..de62edb --- /dev/null +++ b/source/base/pacman-g2/stable.diff @@ -0,0 +1,17 @@ +diff --git a/etc/pacman-g2.conf.in b/etc/pacman-g2.conf.in +index 23c24b3..d581d05 100644 +--- a/etc/pacman-g2.conf.in ++++ b/etc/pacman-g2.conf.in +@@ -19,10 +19,10 @@ OldDelay = 3 + # tree to avoid conflicts + + # -current +-Include = /etc/pacman-g2/repos/frugalware-current ++#Include = /etc/pacman-g2/repos/frugalware-current + + # -stable +-#Include = /etc/pacman-g2/repos/frugalware ++Include = /etc/pacman-g2/repos/frugalware + + # An example of a custom package repository. See the pacman-g2 manpage for + # tips on creating your own repositories. From bouleetbil at frogdev.info Sat Sep 6 19:35:47 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 19:35:50 2008 Subject: [Frugalware-git] bouleetbilppc: doxygen-1.5.5-1-ppc Message-ID: <20080906173547.9E3D31190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d036962fb1aebe3c9d73ffecca24903eb37edbe1 commit d036962fb1aebe3c9d73ffecca24903eb37edbe1 Author: bouleetbil Date: Sat Sep 6 19:33:54 2008 +0200 doxygen-1.5.5-1-ppc *added ppc to archs() *added some export for build doc diff --git a/source/devel-extra/doxygen/FrugalBuild b/source/devel-extra/doxygen/FrugalBuild index c9602cd..f71204f 100644 --- a/source/devel-extra/doxygen/FrugalBuild +++ b/source/devel-extra/doxygen/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.doxygen.org/" depends=('libpng' 'libstdc++') makedepends=('tetex' 'ghostscript' 'graphviz') groups=('devel-extra') -archs=('x86_64' 'i686') +archs=('x86_64' 'i686' 'ppc') up2date="lynx -dump ftp://ftp.stack.nl/pub/users/dimitri/|grep 'doxygen-[0-9\.]*src.tar.gz'|tail -n 1|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'| sed -n 's/.src//;1 p'" source=(ftp://ftp.stack.nl/pub/users/dimitri/$pkgname-$pkgver.src.tar.gz \ doxygen-cflags-and-misc-fixes.patch \ @@ -25,6 +25,9 @@ build() { # Do not replace with Fbuild or Fconf or any F* macros !!! ./configure --prefix $Fdestdir/usr --release || Fdie make DESTDIR=$Fdestdir all || Fdie + export TEXINPUTS="${TEXINPUTS}:/usr/share/texmf/tex/latex/base/" + export TEXINPUTS="${TEXINPUTS}:/usr/share/texmf/tex/latex/graphics/" + #for build doc and find tetex files make docs || Fdie # commented out as it's broken atm make install INSTALL=$Fdestdir/usr || Fdie Fmkdir usr/share/doc/$pkgname-$pkgver/ From bouleetbil at frogdev.info Sat Sep 6 19:45:19 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 19:45:23 2008 Subject: [Frugalware-git] bouleetbilppc: jack-0.109.2-1-ppc Message-ID: <20080906174519.1D9ED1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=170ab8f74ff7548a4887964aa02324c306a1c65e commit 170ab8f74ff7548a4887964aa02324c306a1c65e Author: bouleetbil Date: Sat Sep 6 19:44:21 2008 +0200 jack-0.109.2-1-ppc *added ppc to archs() diff --git a/source/lib/jack/FrugalBuild b/source/lib/jack/FrugalBuild index 57d1228..8dbf65a 100644 --- a/source/lib/jack/FrugalBuild +++ b/source/lib/jack/FrugalBuild @@ -12,7 +12,7 @@ url="http://jackit.sourceforge.net/" depends=('alsa-lib') makedepends=('doxygen') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_cd_path="jack-audio-connection-kit-$pkgver" source=($source no-multilib-stuff-k-thx.patch) From bouleetbil at frogdev.info Sat Sep 6 21:21:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 21:21:04 2008 Subject: [Frugalware-git] bouleetbilppc: arts-1.5.9-2-ppc Message-ID: <20080906192103.5E5C51190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c2da26a66b6cfb552aca3e58c6022fdf57b78975 commit c2da26a66b6cfb552aca3e58c6022fdf57b78975 Author: bouleetbil Date: Sat Sep 6 21:19:12 2008 +0200 arts-1.5.9-2-ppc *added ppc to archs() *added patch for glib2.8 diff --git a/source/xmultimedia/arts/Fix_glib28.diff b/source/xmultimedia/arts/Fix_glib28.diff new file mode 100644 index 0000000..5ccfa8c --- /dev/null +++ b/source/xmultimedia/arts/Fix_glib28.diff @@ -0,0 +1,11 @@ +diff -Naur arts-1.5.9/mcop/mcoputils.cc arts-1.5.9.new/mcop/mcoputils.cc +--- arts-1.5.9/mcop/mcoputils.cc 2008-02-13 10:35:23.000000000 +0100 ++++ arts-1.5.9.new/mcop/mcoputils.cc 2008-06-11 02:07:41.349233625 +0200 +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + + using namespace std; + using namespace Arts; diff --git a/source/xmultimedia/arts/FrugalBuild b/source/xmultimedia/arts/FrugalBuild index 3505daa..d3f3901 100644 --- a/source/xmultimedia/arts/FrugalBuild +++ b/source/xmultimedia/arts/FrugalBuild @@ -7,17 +7,18 @@ pkgver=1.5.9 pkgrel=2 pkgdesc="Analog realtime synthesizer" groups=('xmultimedia') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libstdc++' 'qt>=3.3.8-8' 'libvorbis' 'libmad' 'glib2>=2.16.3' 'jack' 'alsa-lib' 'audiofile') _F_kde_reconf=1 Finclude kde up2date=$pkgver -source=($source avoid_la_files.diff) +source=($source avoid_la_files.diff Fix_glib28.diff) Fconfopts="$Fconfopts --with-alsa --without-esd \ --with-jack --enable-threading \ --disable-rpath" sha1sums=('5543a6d82a6188d53eec32c09a0d2b3cc6cd4c5c' \ - '2ac2a82d06057e8c3dbca12a4ffa41d2bd3fcde0') + '2ac2a82d06057e8c3dbca12a4ffa41d2bd3fcde0' \ + 'a84c71e6d2533644e5c84dcf5186ea207b7e9cd2') # lol export CXXFLAGS="$CXXFLAGS -DNDEBUG" From bouleetbil at frogdev.info Sat Sep 6 21:32:30 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 21:32:31 2008 Subject: [Frugalware-git] bouleetbilppc: aalib-1.4rc5-3-ppc Message-ID: <20080906193230.241C81190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=d55d6a70f5522e82d29742e6d956ee1ea929df32 commit d55d6a70f5522e82d29742e6d956ee1ea929df32 Author: bouleetbil Date: Sat Sep 6 21:31:41 2008 +0200 aalib-1.4rc5-3-ppc *added ppc to archs() diff --git a/source/lib/aalib/FrugalBuild b/source/lib/aalib/FrugalBuild index 58ca532..bc36132 100644 --- a/source/lib/aalib/FrugalBuild +++ b/source/lib/aalib/FrugalBuild @@ -7,7 +7,7 @@ pkgver=1.4rc5 pkgrel=3 pkgdesc="A portable ascii art graphics library." groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('glibc' 'gpm>=1.20.5-2' 'ncurses') _F_cd_path="$pkgname-1.4.0" _F_sourceforge_dirname=aa-project From bouleetbil at frogdev.info Sat Sep 6 21:47:12 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 21:47:13 2008 Subject: [Frugalware-git] bouleetbilppc: sdl-1.2.13-1-ppc Message-ID: <20080906194712.348E01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=58efdbcfcb634dac69afdb9a65d8f070daaeb8b4 commit 58efdbcfcb634dac69afdb9a65d8f070daaeb8b4 Author: bouleetbil Date: Sat Sep 6 21:46:18 2008 +0200 sdl-1.2.13-1-ppc *added ppc to archs() diff --git a/source/xlib/sdl/FrugalBuild b/source/xlib/sdl/FrugalBuild index 002de1b..cc6b013 100644 --- a/source/xlib/sdl/FrugalBuild +++ b/source/xlib/sdl/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.libsdl.org" depends=('glibc') makedepends=('arts' 'libxext' 'libstdc++' 'esd' 'alsa-lib' 'aalib') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.libsdl.org/release/|grep 'SDL-[0-9\.]*tar.gz$'|sed 's/.*-\(.*\)\.t.*/\1/'|Fsort|tail -n 1" source=(http://www.libsdl.org/release/SDL-$pkgver.tar.gz) _F_cd_path="SDL-$pkgver" From bouleetbil at frogdev.info Sat Sep 6 23:19:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 23:19:14 2008 Subject: [Frugalware-git] bouleetbilppc: xorg-server-1.4.2-1-ppc Message-ID: <20080906211911.268991190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=dac909eb60fadc74e0e86bb836593cef31aed55b commit dac909eb60fadc74e0e86bb836593cef31aed55b Author: bouleetbil Date: Sat Sep 6 23:13:23 2008 +0200 xorg-server-1.4.2-1-ppc *added ppc to archs() diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index c63395a..0a725de 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 mesaver=7.0.2 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libxfont>=1.3.1-2' 'libx11>=1.1.3-2' 'xtrans>=1.0.4' 'libxau>=1.0.3-2' \ 'libxext>=1.0.3' 'libxkbfile>=1.0.4-2' 'libxdmcp>=1.0.2-2' 'libxmu>=1.0.3-2' 'libxrender>=0.9.4' \ 'libxi>=1.1.3' 'freetype2' 'mesa>=7.0.2-2' 'font-cursor-misc>=1.0.0-2' 'font-misc-misc>=1.0.0-2' \ @@ -97,11 +97,11 @@ subgroups=('x11 xorg-core' \ 'x11-extra' 'x11-extra' 'x11-extra' 'x11-extra' \ 'x11-extra' 'x11-extra' 'x11-extra' 'x11-extra' \ 'x11-extra' 'x11-extra' 'x11-extra' 'x11-extra') -subarchs=('i686 x86_64' \ - 'i686 x86_64' 'i686 !x86_64' 'i686 !x86_64' 'i686 x86_64' \ - 'i686 !x86_64' 'i686 x86_64' 'i686 !x86_64' 'i686 !x86_64' \ - 'i686 !x86_64' 'i686 !x86_64' 'i686 !x86_64' 'i686 !x86_64' \ - 'i686 x86_64' 'i686 !x86_64' 'i686 !x86_64' 'i686 !x86_64') +subarchs=('i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 x86_64 ppc' \ + 'i686 !x86_64 !ppc' 'i686 x86_64 ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' \ + 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' \ + 'i686 x86_64 ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc') build() { cd $Fsrcdir/Mesa-$mesaver || Fdie From bouleetbil at frogdev.info Sat Sep 6 23:40:36 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 23:40:38 2008 Subject: [Frugalware-git] bouleetbilppc: xf86-input-mouse-1.2.3-1-ppc Message-ID: <20080906214036.A69B31190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=73c8ea2f365588a838fb3e5d339c0a8867f7619e commit 73c8ea2f365588a838fb3e5d339c0a8867f7619e Author: bouleetbil Date: Sat Sep 6 23:39:55 2008 +0200 xf86-input-mouse-1.2.3-1-ppc *added ppc to archs() diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index fca5de5..d93e50f 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -5,6 +5,7 @@ pkgname=xf86-input-mouse pkgver=1.2.3 pkgdesc="X.org Mouse input driver" Finclude xorg +archs=($archs 'ppc') sha1sums=('d8b5233f3296ab16d1fa06f3a366dbd137d31afd') # optimization OK From bouleetbil at frogdev.info Sat Sep 6 23:44:28 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 23:44:29 2008 Subject: [Frugalware-git] bouleetbilppc: xf86-input-keyboard-1.2.2-2-ppc Message-ID: <20080906214428.3A5651190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=23bc10b298905c332cb538d5832901cfb52108ca commit 23bc10b298905c332cb538d5832901cfb52108ca Author: bouleetbil Date: Sat Sep 6 23:43:36 2008 +0200 xf86-input-keyboard-1.2.2-2-ppc *added ppc to archs() diff --git a/source/x11/xf86-input-keyboard/FrugalBuild b/source/x11/xf86-input-keyboard/FrugalBuild index 1ef9612..3f7ff04 100644 --- a/source/x11/xf86-input-keyboard/FrugalBuild +++ b/source/x11/xf86-input-keyboard/FrugalBuild @@ -5,6 +5,7 @@ pkgname=xf86-input-keyboard pkgver=1.2.2 pkgrel=2 Finclude xorg +archs=($archs 'ppc') sha1sums=('4dd6de50ac468d585629ea8c76b1119b2d588796') # optimization OK From bouleetbil at frogdev.info Sat Sep 6 23:47:34 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 23:47:34 2008 Subject: [Frugalware-git] bouleetbilppc: xf86-video-vga-4.1.0-4-ppc Message-ID: <20080906214734.3B5221190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7a9d61cdd7e64adf791f2add30b2a6ce2894b3f0 commit 7a9d61cdd7e64adf791f2add30b2a6ce2894b3f0 Author: bouleetbil Date: Sat Sep 6 23:46:48 2008 +0200 xf86-video-vga-4.1.0-4-ppc *added ppc to archs() diff --git a/source/x11/xf86-video-vga/FrugalBuild b/source/x11/xf86-video-vga/FrugalBuild index 234f04f..7cc3276 100644 --- a/source/x11/xf86-video-vga/FrugalBuild +++ b/source/x11/xf86-video-vga/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="X.Org VGA driver" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xorg-server>=1.4.0.90') makedepends=('xproto' 'fontsproto' 'randrproto' 'renderproto' 'xextproto') Finclude xorg From bouleetbil at frogdev.info Sat Sep 6 23:49:49 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat Sep 6 23:49:50 2008 Subject: [Frugalware-git] bouleetbilppc: xf86-video-vesa-1.3.0-4-ppc Message-ID: <20080906214949.322C01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=e34a6a9b67a146c1d1fd524ddd307145ab0fed4f commit e34a6a9b67a146c1d1fd524ddd307145ab0fed4f Author: bouleetbil Date: Sat Sep 6 23:49:14 2008 +0200 xf86-video-vesa-1.3.0-4-ppc *added ppc to archs() diff --git a/source/x11/xf86-video-vesa/FrugalBuild b/source/x11/xf86-video-vesa/FrugalBuild index 3311cd4..e005d32 100644 --- a/source/x11/xf86-video-vesa/FrugalBuild +++ b/source/x11/xf86-video-vesa/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="X.Org video driver for VESA cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xorg-server>=1.4.0.90') makedepends=('randrproto' 'renderproto') Finclude xorg From bouleetbil at frogdev.info Sun Sep 7 09:11:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 09:11:50 2008 Subject: [Frugalware-git] bouleetbilppc: docbook-sgml-dtd-3.1-2-ppc Message-ID: <20080907071148.21CAC1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=9c8c4a9e6e66f7907bb37d20d6fc28b54d206fc7 commit 9c8c4a9e6e66f7907bb37d20d6fc28b54d206fc7 Author: bouleetbil Date: Sun Sep 7 09:11:03 2008 +0200 docbook-sgml-dtd-3.1-2-ppc *added ppc to archs() diff --git a/source/apps-extra/docbook-sgml-dtd/FrugalBuild b/source/apps-extra/docbook-sgml-dtd/FrugalBuild index ad978a2..20d4512 100644 --- a/source/apps-extra/docbook-sgml-dtd/FrugalBuild +++ b/source/apps-extra/docbook-sgml-dtd/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Docbook SGML DTD 3.1" url="http://www.docbook.org/sgml/" rodepends=('sgml-common') groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') # this package has been initially added for iputils and it won't work with # newer versions up2date="$pkgver" From bouleetbil at frogdev.info Sun Sep 7 09:14:44 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 09:14:46 2008 Subject: [Frugalware-git] bouleetbilppc: iputils-20071127-3-ppc Message-ID: <20080907071444.C67D61190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1bf32fc4f2d59415d14d57075241274c9dfc70c0 commit 1bf32fc4f2d59415d14d57075241274c9dfc70c0 Author: bouleetbil Date: Sun Sep 7 09:14:05 2008 +0200 iputils-20071127-3-ppc *added ppc to archs() diff --git a/source/network/iputils/FrugalBuild b/source/network/iputils/FrugalBuild index 24675a1..98d9475 100644 --- a/source/network/iputils/FrugalBuild +++ b/source/network/iputils/FrugalBuild @@ -9,7 +9,7 @@ url="ftp://ftp.inr.ac.ru/ip-routing/" rodepends=('netkit-base') makedepends=('perl-sgmlspm' 'opensp' 'docbook-sgml-dtd') groups=('network') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="Flasttar http://www.skbuff.net/iputils/ | sed 's/^s//'" source=(http://www.skbuff.net/iputils/$pkgname-s$pkgver.tar.bz2) sha1sums=('56c8b6c5999b96f47f5b3b37dcf014a33cc7cb22') From bouleetbil at frogdev.info Sun Sep 7 09:37:16 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 09:37:17 2008 Subject: [Frugalware-git] bouleetbilppc: slim-1.3.0-5-ppc Message-ID: <20080907073716.F06651190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=59c68802d3a624018ad46d2f156e3aeb305cbb56 commit 59c68802d3a624018ad46d2f156e3aeb305cbb56 Author: bouleetbil Date: Sun Sep 7 09:36:05 2008 +0200 slim-1.3.0-5-ppc *added ppc to archs() *added patch gcc4.3 diff --git a/source/xfce4/slim/Fix_GCC43.diff b/source/xfce4/slim/Fix_GCC43.diff new file mode 100644 index 0000000..5fa297e --- /dev/null +++ b/source/xfce4/slim/Fix_GCC43.diff @@ -0,0 +1,10 @@ +--- cfg.cpp.orig 2008-04-21 00:36:08.000000000 -0700 ++++ cfg.cpp 2008-04-21 00:37:01.000000000 -0700 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + #include + + #include diff --git a/source/xfce4/slim/FrugalBuild b/source/xfce4/slim/FrugalBuild index a6723a7..ad60c79 100644 --- a/source/xfce4/slim/FrugalBuild +++ b/source/xfce4/slim/FrugalBuild @@ -9,7 +9,7 @@ depends=('libpng' 'libjpeg') makedepends=('libx11' 'libxft' 'libxmu') rodepends=('xorg-server') groups=('xfce4') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') backup=('etc/slim.conf') Finclude berlios up2date=("lynx -dump http://developer.berlios.de/project/showfiles.php?group_id=2663 |grep slim-[0-9].[0-9].[0-9].tar |sed -ne 's/.*-\(.*\).t.*/\1/;1p'") @@ -17,12 +17,15 @@ source=(${source[@]} \ slim.conf \ slim.install \ $pkgname-$pkgver-cflags.diff \ - ftp://ftp.frugalware.org/pub/other/people/priyank/slim/frugalware-0.7.tar.bz2) + ftp://ftp.frugalware.org/pub/other/people/priyank/slim/frugalware-0.7.tar.bz2 \ + Fix_GCC43.diff) + sha1sums=('f27f40c73a2f757f1ae32155bf0438c97be2c019' \ '98dcec8ae2d52ae9c9b5abcfa3d145882a0848bd' \ 'a17849f628f4f74cf1bd48eea21a144f2f1a274d' \ '279111ffb45456f646250fb5e21eec53426c0a9b' \ - 'bb38d2ca1ab7a8e0c7d8d7a98760d602974a5fef') + 'bb38d2ca1ab7a8e0c7d8d7a98760d602974a5fef'\ + '13b28c06f03fdadfb45dcf1b21bb8d64fccd32ff') build() { From bouleetbil at frogdev.info Sun Sep 7 09:45:00 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 09:45:01 2008 Subject: [Frugalware-git] bouleetbilppc: startup-notification-0.9-2-ppc Message-ID: <20080907074500.267741190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=8ef0da46c1428a1dea8f77fdc278cde43037b9cb commit 8ef0da46c1428a1dea8f77fdc278cde43037b9cb Author: bouleetbil Date: Sun Sep 7 09:44:06 2008 +0200 startup-notification-0.9-2-ppc *added ppc to archs() diff --git a/source/xapps/startup-notification/FrugalBuild b/source/xapps/startup-notification/FrugalBuild index 970d0f4..2d51af5 100644 --- a/source/xapps/startup-notification/FrugalBuild +++ b/source/xapps/startup-notification/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Application startup notification and feedback library" url="http://freedesktop.org/wiki/Software_2fstartup_2dnotification" depends=('libx11' 'libsm' 'libxt') groups=('xapps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://freedesktop.org/software/startup-notification/releases/?C=M;O=D'|grep tar.gz$|sed -n 's/.*-\(.*\).t.*/\1/;1 p'" source=(http://freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.gz) sha1sums=('9901041d61b5b2659f35d662ecc9f86f342d4e18') From bouleetbil at frogdev.info Sun Sep 7 09:52:49 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 09:52:50 2008 Subject: [Frugalware-git] bouleetbilppc: openbox-3.4.7.2-1-ppc Message-ID: <20080907075249.F3E5B1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=de3edb18e06da20fdbbff72e46283ee3a503c35a commit de3edb18e06da20fdbbff72e46283ee3a503c35a Author: bouleetbil Date: Sun Sep 7 09:51:57 2008 +0200 openbox-3.4.7.2-1-ppc *added ppc to archs() diff --git a/source/xlib/openbox/FrugalBuild b/source/xlib/openbox/FrugalBuild index a9209f1..685efa4 100644 --- a/source/xlib/openbox/FrugalBuild +++ b/source/xlib/openbox/FrugalBuild @@ -12,7 +12,7 @@ url="http://icculus.org/openbox" depends=('fontconfig' 'libxml2' 'glib2' 'startup-notification' 'pango' 'libsm' 'libxinerama' 'libxrandr' 'libxcursor') rodepends=('xorg-server' 'python') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') backup=(etc/xdg/openbox/{menu.xml,rc.xml}) options=('scriptlet') up2date="lynx -dump 'http://icculus.org/openbox/index.php/Openbox:Download'|grep -v pkg|grep -m1 'openbox-\(.*\).tar.gz$'|Flasttar" From bouleetbil at frogdev.info Sun Sep 7 10:12:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 10:12:13 2008 Subject: [Frugalware-git] bouleetbilppc: lxde-common-0.3.2.1-3-ppc Message-ID: <20080907081211.BA26F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=938e412253254778ed061715e904504d7d13154e commit 938e412253254778ed061715e904504d7d13154e Author: bouleetbil Date: Sun Sep 7 10:10:06 2008 +0200 lxde-common-0.3.2.1-3-ppc *added ppc to archs() diff --git a/source/xlib-extra/lxde-common/FrugalBuild b/source/xlib-extra/lxde-common/FrugalBuild index 27422bd..5537934 100644 --- a/source/xlib-extra/lxde-common/FrugalBuild +++ b/source/xlib-extra/lxde-common/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="Common files of the LXDE Desktop" depends=('glib2' 'libx11') groups=('xlib-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" _F_sourceforge_ext=".tar.bz2" Finclude sourceforge From bouleetbil at frogdev.info Sun Sep 7 10:50:51 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 10:50:52 2008 Subject: [Frugalware-git] bouleetbilppc: atk-1.22.0-1-ppc Message-ID: <20080907085051.CBD7C1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=0538c4609035816236c00a0ed07ee5b18691bb68 commit 0538c4609035816236c00a0ed07ee5b18691bb68 Author: bouleetbil Date: Sun Sep 7 10:50:05 2008 +0200 atk-1.22.0-1-ppc *added ppc to archs() diff --git a/source/lib/atk/FrugalBuild b/source/lib/atk/FrugalBuild index 359fe27..177d3f5 100644 --- a/source/lib/atk/FrugalBuild +++ b/source/lib/atk/FrugalBuild @@ -9,7 +9,7 @@ url='http://www.gtk.org/' depends=('glib2>=2.16.3') groups=('lib') makedepends=('gtk-doc>=1.9') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('d07a42aff241f58e3bde7fe25be94f989361c605') Fconfopts="$Fconfopts --enable-gtk-doc" From vmiklos at frugalware.org Sun Sep 7 13:57:21 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun Sep 7 13:57:23 2008 Subject: [Frugalware-git] frugalware-0.9: pacman-tools-1.1.2-2solaria1-i686 Message-ID: <20080907115721.69AB91190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-0.9.git;a=commitdiff;h=26ba1f49b9e181907ec32dfe8c20862e3589081b commit 26ba1f49b9e181907ec32dfe8c20862e3589081b Author: Miklos Vajna Date: Sun Sep 7 13:56:46 2008 +0200 pacman-tools-1.1.2-2solaria1-i686 - default to stable diff --git a/source/devel/pacman-tools/FrugalBuild b/source/devel/pacman-tools/FrugalBuild index 1deca10..cfc641c 100644 --- a/source/devel/pacman-tools/FrugalBuild +++ b/source/devel/pacman-tools/FrugalBuild @@ -3,7 +3,7 @@ pkgname=pacman-tools pkgver=1.1.2 -pkgrel=1 +pkgrel=2solaria1 pkgdesc="Tools for developers for managing packages" url="http://ftp.frugalware.org/pub/other/pacman-tools" depends=('bash' 'perl>=5.10.0-8' 'pacman-g2>=3.7.0-4' 'wget>=1.11.4-2' 'python>=2.5.2-5' 'libxml2>=2.6.32-2' 'glib2>=2.16.4-2') @@ -12,7 +12,7 @@ groups=('devel' 'devel-core') archs=('i686' 'x86_64' 'ppc') backup=(etc/repoman.conf etc/syncpkg{cd/c,d/d,d/ctl}config.py) up2date="Flasttar $url" -source=($url/$pkgname-$pkgver.tar.gz) +source=($url/$pkgname-$pkgver.tar.gz stable.diff) options=('scriptlet') -signatures=(${source[0]}.asc) +signatures=(${source[0]}.asc '') # optimization OK diff --git a/source/devel/pacman-tools/stable.diff b/source/devel/pacman-tools/stable.diff new file mode 100644 index 0000000..b9523d9 --- /dev/null +++ b/source/devel/pacman-tools/stable.diff @@ -0,0 +1,15 @@ +diff --git a/repoman.conf b/repoman.conf +index 35d41f6..37ca7b2 100644 +--- a/repoman.conf ++++ b/repoman.conf +@@ -7,8 +7,8 @@ + + # the order is important, the first repo will be used as a default for + # developer actions (like up, del and so on) +-source /etc/repoman.d/current +-#source /etc/repoman.d/stable ++#source /etc/repoman.d/current ++source /etc/repoman.d/stable + + # default repo to search the include dir in + fst_root=/var/fst/ From bouleetbil at frogdev.info Sun Sep 7 18:33:58 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 18:34:00 2008 Subject: [Frugalware-git] bouleetbilppc: gtk+2-2.12.11-1-ppc Message-ID: <20080907163358.86EFD1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=e5fdec18029f499e850eac9bffff5365d098e2d2 commit e5fdec18029f499e850eac9bffff5365d098e2d2 Author: bouleetbil Date: Sun Sep 7 18:30:58 2008 +0200 gtk+2-2.12.11-1-ppc *added ppc to archs() diff --git a/source/xlib/gtk+2/FrugalBuild b/source/xlib/gtk+2/FrugalBuild index 600e71f..5635dc4 100644 --- a/source/xlib/gtk+2/FrugalBuild +++ b/source/xlib/gtk+2/FrugalBuild @@ -12,7 +12,7 @@ depends=('libtiff' 'atk>=1.22.0' 'libxi' 'libxinerama' 'fontconfig' 'libjpeg' \ rodepends=('gnome-icon-theme') groups=('xlib') makedepends=('gtk-doc' 'cups' 'inputproto') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome url="http://www.gtk.org/" _F_cd_path="gtk+-$pkgver" @@ -24,7 +24,7 @@ subpkgs=("$pkgname-docs") subdescs=("GTK+2 Documentation") subdepends=('') subgroups=('docs-extra') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { From bouleetbil at frogdev.info Sun Sep 7 18:44:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 18:45:01 2008 Subject: [Frugalware-git] bouleetbilppc: dbus-1.2.3-1-ppc Message-ID: <20080907164459.401081190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=235e080408ffd08f8e145ac96614e5d886794aa3 commit 235e080408ffd08f8e145ac96614e5d886794aa3 Author: bouleetbil Date: Sun Sep 7 18:43:52 2008 +0200 dbus-1.2.3-1-ppc *added ppc to archs() diff --git a/source/apps/dbus/FrugalBuild b/source/apps/dbus/FrugalBuild index 921eae7..0b8c6df 100644 --- a/source/apps/dbus/FrugalBuild +++ b/source/apps/dbus/FrugalBuild @@ -10,7 +10,7 @@ depends=('libxml2' 'expat') makedepends=('libx11' 'libsm' 'doxygen') rodepends=('shadow') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus/|Flasttar" source=(http://dbus.freedesktop.org/releases/dbus/$pkgname-$pkgver.tar.gz \ rc.$pkgname dbus-1-launch dbus-1-launch.desktop) @@ -26,7 +26,7 @@ subprovides=('dbus-gtk+2') subdescs=('X based tools for D-BUS.') subdepends=("dbus=$pkgver libx11 libsm") subgroups=('xapps') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { From bouleetbil at frogdev.info Sun Sep 7 18:54:33 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 18:54:35 2008 Subject: [Frugalware-git] bouleetbilppc: dbus-glib-0.76-1-ppc Message-ID: <20080907165433.6EC861190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=20218f9a635e7a364c14b5a0cd430150e090c178 commit 20218f9a635e7a364c14b5a0cd430150e090c178 Author: bouleetbil Date: Sun Sep 7 18:53:46 2008 +0200 dbus-glib-0.76-1-ppc *added ppc to archs() diff --git a/source/apps/dbus-glib/FrugalBuild b/source/apps/dbus-glib/FrugalBuild index 85f0aba..97d6c79 100644 --- a/source/apps/dbus-glib/FrugalBuild +++ b/source/apps/dbus-glib/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.freedesktop.org/wiki/Software_2fDBusBindings" depends=('dbus>=0.93' 'glib2>=2.16.3' 'expat') makedepends=('gtk-doc' 'doxygen') ## LOL groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('scriptlet') up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus-glib/|Flasttar" source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) From bouleetbil at frogdev.info Sun Sep 7 18:57:09 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 18:57:10 2008 Subject: [Frugalware-git] bouleetbilppc: hal-info-20080508-1-ppc Message-ID: <20080907165709.4DB6A1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=3fd4abfe983e94d918b4408ff2297db349ee85d4 commit 3fd4abfe983e94d918b4408ff2297db349ee85d4 Author: bouleetbil Date: Sun Sep 7 18:56:25 2008 +0200 hal-info-20080508-1-ppc *added ppc to archs() diff --git a/source/apps/hal-info/FrugalBuild b/source/apps/hal-info/FrugalBuild index b047993..2ef7955 100644 --- a/source/apps/hal-info/FrugalBuild +++ b/source/apps/hal-info/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="hal-info contains device information for HAL." url="http://www.freedesktop.org/wiki/Software/hal" depends=() groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://hal.freedesktop.org/releases/?C=M;O=A'|grep 'hal-info-\(.*\).tar.gz'|Flasttar" source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) sha1sums=('a2b3dafb6fca8ec11948039424c79b0dfe7133ad') From bouleetbil at frogdev.info Sun Sep 7 19:00:22 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 19:00:23 2008 Subject: [Frugalware-git] bouleetbilppc: libcap-1.10-3-ppc Message-ID: <20080907170022.D56171190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=0819400f6f67e4266d6f6ef9d768aee2aae1f54a commit 0819400f6f67e4266d6f6ef9d768aee2aae1f54a Author: bouleetbil Date: Sun Sep 7 18:59:35 2008 +0200 libcap-1.10-3-ppc *added ppc to archs() diff --git a/source/lib/libcap/FrugalBuild b/source/lib/libcap/FrugalBuild index 98c91c3..9f9c250 100644 --- a/source/lib/libcap/FrugalBuild +++ b/source/lib/libcap/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="POSIX 1003.1e capabilities" url="http://www.kernel.org/pub/linux/libs/security/linux-privs/" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('glibc') up2date="lynx -dump 'http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/?C=M;O=D'|grep tar.bz2$|sed -n 's/.*-\(.*\).t.*/\1/;1 p'" source=(http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/$pkgname-$pkgver.tar.bz2 libcap-1.10.patch) From bouleetbil at frogdev.info Sun Sep 7 19:03:34 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 19:03:35 2008 Subject: [Frugalware-git] bouleetbilppc: dmidecode-2.9-1-ppc Message-ID: <20080907170334.21B311190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1bb3bb52fa428ed9cde9f88b90a8ae8a2a014388 commit 1bb3bb52fa428ed9cde9f88b90a8ae8a2a014388 Author: bouleetbil Date: Sun Sep 7 19:02:55 2008 +0200 dmidecode-2.9-1-ppc *added ppc to archs() diff --git a/source/apps/dmidecode/FrugalBuild b/source/apps/dmidecode/FrugalBuild index 864d94f..069e114 100644 --- a/source/apps/dmidecode/FrugalBuild +++ b/source/apps/dmidecode/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Desktop Management Interface (DMI) table related utilities." url="http://www.nongnu.org/dmidecode/" depends=('glibc') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://download.savannah.gnu.org/releases/dmidecode/|Flasttar" source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz makefile.patch) From bouleetbil at frogdev.info Sun Sep 7 19:36:42 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 19:36:44 2008 Subject: [Frugalware-git] bouleetbilppc: hal-0.5.11-1-ppc Message-ID: <20080907173642.6BB5F1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=126c14eb42062965c10af7c5188c1117a0c5343c commit 126c14eb42062965c10af7c5188c1117a0c5343c Author: bouleetbil Date: Sun Sep 7 19:35:46 2008 +0200 hal-0.5.11-1-ppc *added ppc to archs() diff --git a/source/apps/hal/FrugalBuild b/source/apps/hal/FrugalBuild index e993207..0b2feb0 100644 --- a/source/apps/hal/FrugalBuild +++ b/source/apps/hal/FrugalBuild @@ -15,7 +15,7 @@ rodepends=('hal-info>=20080508') groups=('apps') replaces=('submount') options=('scriptlet') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://hal.freedesktop.org/releases/?C=M;O=A'|grep -v 'hal-info'|grep -v 'gnome'|grep -v PolicyKit|Flasttar" source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz \ rc.hald \ From bouleetbil at frogdev.info Sun Sep 7 19:45:00 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 19:45:02 2008 Subject: [Frugalware-git] bouleetbilppc: hicolor-icon-theme-0.10-1-ppc Message-ID: <20080907174500.D2FDE1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=a4924d3a9b7b6f825a7984e93e5307a3eba46ce3 commit a4924d3a9b7b6f825a7984e93e5307a3eba46ce3 Author: bouleetbil Date: Sun Sep 7 19:43:55 2008 +0200 hicolor-icon-theme-0.10-1-ppc *added ppc to archs() diff --git a/source/xlib/hicolor-icon-theme/FrugalBuild b/source/xlib/hicolor-icon-theme/FrugalBuild index 739a21d..991f307 100644 --- a/source/xlib/hicolor-icon-theme/FrugalBuild +++ b/source/xlib/hicolor-icon-theme/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="Freedesktop.org Hicolor icon theme" url="http://icon-theme.freedesktop.org/wiki/HicolorTheme" depends=() groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url|grep -m1 '.tar.gz'|sed -n 's/.*-\(.*\).t.*/\1/;1 p'" source=(http://icon-theme.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) sha1sums=('30a1526cd337ecbd9aaecfff2737884b86c72508') From bouleetbil at frogdev.info Sun Sep 7 19:50:49 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 19:50:50 2008 Subject: [Frugalware-git] bouleetbilppc: perl-xml-simple-2.18-1-ppc Message-ID: <20080907175049.0DCC71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=86b1016fe9d47b6440e7e6e2901e55c32f6c8462 commit 86b1016fe9d47b6440e7e6e2901e55c32f6c8462 Author: bouleetbil Date: Sun Sep 7 19:49:59 2008 +0200 perl-xml-simple-2.18-1-ppc *added ppc to archs() diff --git a/source/devel/perl-xml-simple/FrugalBuild b/source/devel/perl-xml-simple/FrugalBuild index adec02a..1045819 100644 --- a/source/devel/perl-xml-simple/FrugalBuild +++ b/source/devel/perl-xml-simple/FrugalBuild @@ -10,5 +10,5 @@ pkgdesc="Easy API to maintain XML (esp config files)" depends=('perl' 'perl-xml-parser') Finclude perl groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') sha1sums=('81d38dd9fd955b0322ac64099f2d116c296267d1') From bouleetbil at frogdev.info Sun Sep 7 20:26:22 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 20:26:25 2008 Subject: [Frugalware-git] bouleetbilppc: icon-naming-utils-0.8.7-1-ppc Message-ID: <20080907182622.562AC1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=edf7193016b51dea00bc536c65583bd201f3954f commit edf7193016b51dea00bc536c65583bd201f3954f Author: bouleetbil Date: Sun Sep 7 20:25:27 2008 +0200 icon-naming-utils-0.8.7-1-ppc *added ppc to archs() diff --git a/source/xapps/icon-naming-utils/FrugalBuild b/source/xapps/icon-naming-utils/FrugalBuild index 4542624..f78d8f6 100644 --- a/source/xapps/icon-naming-utils/FrugalBuild +++ b/source/xapps/icon-naming-utils/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Maps the new names of icons for Tango to the legacy names used by the G url="http://tango.freedesktop.org/" depends=('perl-xml-simple') groups=('xapps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://tango.freedesktop.org/releases/ | grep icon-naming-utils|Flasttar" source=(http://tango.freedesktop.org/releases/icon-naming-utils-$pkgver.tar.gz) sha1sums=('5dbdd875b091fddad073c81fd9d62db378beeafc') From bouleetbil at frogdev.info Sun Sep 7 20:43:29 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 20:43:31 2008 Subject: [Frugalware-git] bouleetbilppc: gnome-icon-theme-2.22.0-1-ppc Message-ID: <20080907184329.B34C41190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=c487cf4d06a047f693ae9a0e99c4e1a3cc376a22 commit c487cf4d06a047f693ae9a0e99c4e1a3cc376a22 Author: bouleetbil Date: Sun Sep 7 20:41:38 2008 +0200 gnome-icon-theme-2.22.0-1-ppc *added ppc to archs() diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index e22396c..46b7d7d 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -9,6 +9,6 @@ url="http://www.gnome.org/" depends=('hicolor-icon-theme') makedepends=('perl-xml-parser' 'icon-naming-utils>=0.8.2') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('d492b459d7b0a34e2303cba663536b9026dddeb4') From bouleetbil at frogdev.info Sun Sep 7 20:51:08 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 20:51:11 2008 Subject: [Frugalware-git] bouleetbilppc: lxsession-lite-0.3.6-1-ppc Message-ID: <20080907185108.686D01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f5c41e4eb199a2fdc022f7ce97e548d574b5d604 commit f5c41e4eb199a2fdc022f7ce97e548d574b5d604 Author: bouleetbil Date: Sun Sep 7 20:49:58 2008 +0200 lxsession-lite-0.3.6-1-ppc *added ppc to archs() diff --git a/source/x11-extra/lxsession-lite/FrugalBuild b/source/x11-extra/lxsession-lite/FrugalBuild index 4974346..3c01e8a 100644 --- a/source/x11-extra/lxsession-lite/FrugalBuild +++ b/source/x11-extra/lxsession-lite/FrugalBuild @@ -9,7 +9,7 @@ depends=('libice' 'glibc' 'gtk+2' 'freetype2' 'libxau' 'libxdmcp' 'dbus' 'libxda rodepends=('lxde-common' 'openbox' 'xorg-server' 'libxinerama' 'libxrandr' 'libxcursor') options=('scriptlet') groups=('x11-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" From bouleetbil at frogdev.info Sun Sep 7 21:05:19 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 21:05:21 2008 Subject: [Frugalware-git] bouleetbilppc: lxpanel-0.3.8.1-2-ppc Message-ID: <20080907190519.677B31190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=381269f47147d9d23071c3cc8d3f41c58443796b commit 381269f47147d9d23071c3cc8d3f41c58443796b Author: bouleetbil Date: Sun Sep 7 21:04:33 2008 +0200 lxpanel-0.3.8.1-2-ppc *added ppc to archs() diff --git a/source/x11-extra/lxpanel/FrugalBuild b/source/x11-extra/lxpanel/FrugalBuild index 05d9029..83974b4 100644 --- a/source/x11-extra/lxpanel/FrugalBuild +++ b/source/x11-extra/lxpanel/FrugalBuild @@ -11,7 +11,7 @@ rodepends=('pcmanfm' 'lxsession-lite' 'gtk+2-engines' 'gtk+2-theme-frugalware') makedepends=('intltool') options=('scriptlet') groups=('x11-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" From bouleetbil at frogdev.info Sun Sep 7 21:09:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 21:10:01 2008 Subject: [Frugalware-git] bouleetbilppc: lxappearance-0.2-1-ppc Message-ID: <20080907190959.DC0E01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=bd907ff747a1caa701d910eea081cdd22264449c commit bd907ff747a1caa701d910eea081cdd22264449c Author: bouleetbil Date: Sun Sep 7 21:09:17 2008 +0200 lxappearance-0.2-1-ppc *added ppc to archs() diff --git a/source/xapps-extra/lxappearance/FrugalBuild b/source/xapps-extra/lxappearance/FrugalBuild index 8fcb329..8f9c090 100644 --- a/source/xapps-extra/lxappearance/FrugalBuild +++ b/source/xapps-extra/lxappearance/FrugalBuild @@ -9,7 +9,7 @@ depends=('gtk+2' 'glibc' 'freetype2' 'libxau' 'libxdmcp' \ 'libxdamage' 'libxext' 'libxml2') options=('scriptlet') groups=('xapps-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" From bouleetbil at frogdev.info Sun Sep 7 21:17:10 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 21:17:12 2008 Subject: [Frugalware-git] bouleetbilppc: lxtask-0.1-1-ppc Message-ID: <20080907191710.92F6E1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=b0d92a467208e31d910cc19866da3319d1cd1f8f commit b0d92a467208e31d910cc19866da3319d1cd1f8f Author: bouleetbil Date: Sun Sep 7 21:16:17 2008 +0200 lxtask-0.1-1-ppc *added ppc to archs() diff --git a/source/xapps-extra/lxtask/FrugalBuild b/source/xapps-extra/lxtask/FrugalBuild index 46c0ac7..04923f9 100644 --- a/source/xapps-extra/lxtask/FrugalBuild +++ b/source/xapps-extra/lxtask/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="A lightweight desktop-independent task manager" depends=('gtk+2' 'glibc' 'freetype2' 'libxau' 'libxdmcp' 'libxdamage' 'libxext' 'libxml2') options=('scriptlet') groups=('xapps-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" From bouleetbil at frogdev.info Sun Sep 7 21:25:37 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 21:25:39 2008 Subject: [Frugalware-git] bouleetbilppc: libglade-2.6.2-4-ppc Message-ID: <20080907192537.B09321190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=a424a01d219360b374187b8b22204a0208e67e8a commit a424a01d219360b374187b8b22204a0208e67e8a Author: bouleetbil Date: Sun Sep 7 21:24:44 2008 +0200 libglade-2.6.2-4-ppc *added ppc to archs() diff --git a/source/xlib/libglade/FrugalBuild b/source/xlib/libglade/FrugalBuild index 959b4eb..d1799c3 100644 --- a/source/xlib/libglade/FrugalBuild +++ b/source/xlib/libglade/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.gnome.org/" depends=('gtk+2>=2.12.9' 'libxml2' 'python') makedepends=('gtk-doc>=1.9') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('99ffcf33bcd0fdd67191c99b117a0cefc26b84bc') Fconfopts="$Fconfopts --enable-gtk-doc" From bouleetbil at frogdev.info Sun Sep 7 21:29:59 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 21:30:00 2008 Subject: [Frugalware-git] bouleetbilppc: pycairo-1.4.12-1-ppc Message-ID: <20080907192959.680351190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=842e5cced08e9e4632b97a2cf1d3eeaedfae20ac commit 842e5cced08e9e4632b97a2cf1d3eeaedfae20ac Author: bouleetbil Date: Sun Sep 7 21:29:19 2008 +0200 pycairo-1.4.12-1-ppc *added ppc to archs() diff --git a/source/xlib/pycairo/FrugalBuild b/source/xlib/pycairo/FrugalBuild index 092bda1..5c186ba 100644 --- a/source/xlib/pycairo/FrugalBuild +++ b/source/xlib/pycairo/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Python bindings for cairo" url="http://cairographics.org" depends=('cairo>=1.4.2') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url/releases/ |grep ]LATEST-pycairo|sed 's/.*o-\([^ ]*\) .*/\1/'" source=($url/releases/$pkgname-$pkgver.tar.gz) sha1sums=('580255db6f3ab4c44ac44dfe0a9f7d1f598c2ab3') From bouleetbil at frogdev.info Sun Sep 7 21:58:44 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 21:58:46 2008 Subject: [Frugalware-git] bouleetbilppc: vte-0.16.13-1-ppc Message-ID: <20080907195844.1A1931190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=6af8862d5a5c5bf3455f55e5c7e12846091dee0f commit 6af8862d5a5c5bf3455f55e5c7e12846091dee0f Author: bouleetbil Date: Sun Sep 7 21:56:23 2008 +0200 vte-0.16.13-1-ppc *added ppc to archs() *disable pygtk for now depend to libffi (it's disable form FB gcc) diff --git a/source/gnome/vte/FrugalBuild b/source/gnome/vte/FrugalBuild index 60f81c9..fe36c41 100644 --- a/source/gnome/vte/FrugalBuild +++ b/source/gnome/vte/FrugalBuild @@ -7,9 +7,13 @@ pkgrel=1 pkgdesc="Virtual Terminal Emulator" url="http://www.gnome.org/" depends=('gtk+2>=2.12.9') -makedepends=('pygtk>=2.12.0' 'gtk-doc>=1.9' 'perl-xml-parser') +if [ "$CARCH" != "ppc" ]; then + makedepends=('pygtk>=2.12.0' 'gtk-doc>=1.9' 'perl-xml-parser') +else + makedepends=('gtk-doc>=1.9' 'perl-xml-parser') +fi groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('5dc98cf5e2a5c96236ae8daa1bd53017e89adb71') Fconfopts="$Fconfopts --enable-gtk-doc" @@ -22,7 +26,9 @@ subarchs=('i686 x86_64') build() { Fbuild - Fsplit vte-python usr/lib/python* + if [ "$CARCH" != "ppc" ]; then + Fsplit vte-python usr/lib/python* + fi } # optimization OK From bouleetbil at frogdev.info Sun Sep 7 22:03:49 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:03:50 2008 Subject: [Frugalware-git] bouleetbilppc: lxterminal-0.1.3-1-ppc Message-ID: <20080907200349.721B71190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=69b5513a5038116d3636e6b092a05d2195923c5d commit 69b5513a5038116d3636e6b092a05d2195923c5d Author: bouleetbil Date: Sun Sep 7 22:02:58 2008 +0200 lxterminal-0.1.3-1-ppc *added ppc to archs() diff --git a/source/xapps-extra/lxterminal/FrugalBuild b/source/xapps-extra/lxterminal/FrugalBuild index db4ffb0..125aea5 100644 --- a/source/xapps-extra/lxterminal/FrugalBuild +++ b/source/xapps-extra/lxterminal/FrugalBuild @@ -10,7 +10,7 @@ depends=('gtk+2' 'vte' 'libxft' 'libxau' 'libxdmcp' 'libice' \ makedepends=('perl-xml-parser') options=('scriptlet') groups=('xapps-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" From bouleetbil at frogdev.info Sun Sep 7 22:07:24 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:07:26 2008 Subject: [Frugalware-git] bouleetbilppc: xrandr-1.2.2-1-ppc Message-ID: <20080907200724.D18781190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=ea3c8ddd316d8d768cef9c60b719af736c4bf33e commit ea3c8ddd316d8d768cef9c60b719af736c4bf33e Author: bouleetbil Date: Sun Sep 7 22:06:44 2008 +0200 xrandr-1.2.2-1-ppc *added ppc to archs() diff --git a/source/x11/xrandr/FrugalBuild b/source/x11/xrandr/FrugalBuild index 9bbaaa7..4aedb43 100644 --- a/source/x11/xrandr/FrugalBuild +++ b/source/x11/xrandr/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org xrandr application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxrandr>=1.2.2') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Sun Sep 7 22:10:58 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:10:59 2008 Subject: [Frugalware-git] bouleetbilppc: lxrandr-0.1-1-ppc Message-ID: <20080907201058.15FB11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=48243f8eeeb01e7093dc5aa90ccc99b0a243739a commit 48243f8eeeb01e7093dc5aa90ccc99b0a243739a Author: bouleetbil Date: Sun Sep 7 22:10:20 2008 +0200 lxrandr-0.1-1-ppc *added ppc to archs() diff --git a/source/xapps-extra/lxrandr/FrugalBuild b/source/xapps-extra/lxrandr/FrugalBuild index 0cece1e..312dd7e 100644 --- a/source/xapps-extra/lxrandr/FrugalBuild +++ b/source/xapps-extra/lxrandr/FrugalBuild @@ -10,7 +10,7 @@ depends=('gtk+2' 'glibc' 'freetype2' 'libxau' \ rodepends=('xrandr') options=('scriptlet') groups=('xapps-extra' 'lxde-desktop') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" From bouleetbil at frogdev.info Sun Sep 7 22:30:50 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:30:52 2008 Subject: [Frugalware-git] bouleetbilppc: gamin-0.1.9-3-ppc Message-ID: <20080907203050.880B11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=74cec0edcc2a884eeabe60570f83f1d51c87dc06 commit 74cec0edcc2a884eeabe60570f83f1d51c87dc06 Author: bouleetbil Date: Sun Sep 7 22:29:34 2008 +0200 gamin-0.1.9-3-ppc *added ppc to archs() *added -D_GNU_SOURCE for glib-2.8 diff --git a/source/apps/gamin/FrugalBuild b/source/apps/gamin/FrugalBuild index 8c2d867..51f1f88 100644 --- a/source/apps/gamin/FrugalBuild +++ b/source/apps/gamin/FrugalBuild @@ -14,13 +14,13 @@ replaces=('fam') provides=('fam') options=('scriptlet') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://www.gnome.org/~veillard/gamin/sources/?C=M;O=D'|grep tar.gz|sed -n 's/.*-\(.*\).tar.*/\1/;1 p'" source=(http://www.gnome.org/~veillard/gamin/sources/$pkgname-$pkgver.tar.gz) build() { - Fsed "-O2" "$CFLAGS" configure.in + Fsed "-O2" "$CFLAGS -D_GNU_SOURCE" configure.in Fbuild --enable-docs --disable-dnotify --disable-debug Fdocrel doc/*.html } From bouleetbil at frogdev.info Sun Sep 7 22:37:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:37:49 2008 Subject: [Frugalware-git] bouleetbilppc: pcmanfm-0.5-1-ppc Message-ID: <20080907203748.0FDA11190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2be21b3c292cfe1a1c1109fa983de96de8709783 commit 2be21b3c292cfe1a1c1109fa983de96de8709783 Author: bouleetbil Date: Sun Sep 7 22:36:57 2008 +0200 pcmanfm-0.5-1-ppc *added ppc to archs() diff --git a/source/xapps-extra/pcmanfm/FrugalBuild b/source/xapps-extra/pcmanfm/FrugalBuild index 1fa3c0d..5a2f6a3 100644 --- a/source/xapps-extra/pcmanfm/FrugalBuild +++ b/source/xapps-extra/pcmanfm/FrugalBuild @@ -9,7 +9,7 @@ depends=('gtk+2' 'gamin' 'expat' 'startup-notification' 'hal>=0.5.11' 'dbus-glib makedepends=('intltool') groups=('xapps-extra') options=('scriptlet') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_gnome_mime="y" _F_gnome_desktop="y" Finclude gnome-scriptlet From bouleetbil at frogdev.info Sun Sep 7 22:44:30 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:44:31 2008 Subject: [Frugalware-git] bouleetbilppc: gnome-common-2.20.0-3-ppc Message-ID: <20080907204430.A65D01190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=1cfd3feac4ecd1e4dbd15b1bf96ccf9d5de207f0 commit 1cfd3feac4ecd1e4dbd15b1bf96ccf9d5de207f0 Author: bouleetbil Date: Sun Sep 7 22:43:54 2008 +0200 gnome-common-2.20.0-3-ppc *added ppc to archs() diff --git a/source/gnome-extra/gnome-common/FrugalBuild b/source/gnome-extra/gnome-common/FrugalBuild index 02a8d4c..7b55ae2 100644 --- a/source/gnome-extra/gnome-common/FrugalBuild +++ b/source/gnome-extra/gnome-common/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="Common macros for GNOME" url="http://www.gnome.org/" depends=('glibc') groups=('gnome-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} gnome.sh) From bouleetbil at frogdev.info Sun Sep 7 22:53:34 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:53:35 2008 Subject: [Frugalware-git] bouleetbilppc: gtk+2-engines-2.14.3-1-ppc Message-ID: <20080907205334.668AA1190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=8fb923c69c37a8f2cf34753c9949a08d06aebb22 commit 8fb923c69c37a8f2cf34753c9949a08d06aebb22 Author: bouleetbil Date: Sun Sep 7 22:52:35 2008 +0200 gtk+2-engines-2.14.3-1-ppc *added ppc to archs() diff --git a/source/xlib/gtk+2-engines/FrugalBuild b/source/xlib/gtk+2-engines/FrugalBuild index d4bfab9..1246508 100644 --- a/source/xlib/gtk+2-engines/FrugalBuild +++ b/source/xlib/gtk+2-engines/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.gnome.org/" depends=('gtk+2>=2.12.9') makedepends=('perl-xml-parser' 'gnome-common>=2.20.0' 'intltool') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') replaces=('gtk+2-engines-clearlooks' 'gtk+2-engines-industrial') provides=('gtk+2-engines-clearlooks' 'gtk+2-engines-industrial') Finclude gnome From bouleetbil at frogdev.info Sun Sep 7 22:58:02 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 22:58:03 2008 Subject: [Frugalware-git] bouleetbilppc: gnome-frugalware-0.7.2-1-ppc Message-ID: <20080907205802.56F741190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=2fe877155acd6a88f1fe4f3dc97c119c2a47033d commit 2fe877155acd6a88f1fe4f3dc97c119c2a47033d Author: bouleetbil Date: Sun Sep 7 22:57:04 2008 +0200 gnome-frugalware-0.7.2-1-ppc *added ppc to archs() diff --git a/source/gnome/gnome-frugalware/FrugalBuild b/source/gnome/gnome-frugalware/FrugalBuild index 2500e17..7a5f8cf 100644 --- a/source/gnome/gnome-frugalware/FrugalBuild +++ b/source/gnome/gnome-frugalware/FrugalBuild @@ -9,7 +9,7 @@ url="http://frugalware.org" rodepends=('gnome-themes' 'gtk+2-engines>=2.12.1' 'dejavu-ttf' "gtk+2-theme-frugalware=$pkgver") depends=() groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://ftp.frugalware.org/pub/other/artwork/gnome-theme | Flasttar" source=(http://ftp.frugalware.org/pub/other/artwork/gnome-theme/$pkgname-$pkgver.tar.gz) signatures=(${source[0]}.asc) @@ -18,7 +18,7 @@ subpkgs=('gtk+2-theme-frugalware') subdescs=('Frugalware GTK+2 theme') subdepends=('gtk+2-engines>=2.12.1') subgroups=('gnome') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { Fbuild From bouleetbil at frogdev.info Sun Sep 7 23:08:00 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 23:08:04 2008 Subject: [Frugalware-git] bouleetbilppc: xf86-video-nv-2.1.7-1-ppc Message-ID: <20080907210800.C90431190009@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=a8dfba68d23053edee1677560c6ae8e630e45750 commit a8dfba68d23053edee1677560c6ae8e630e45750 Author: bouleetbil Date: Sun Sep 7 23:07:07 2008 +0200 xf86-video-nv-2.1.7-1-ppc *added ppc to archs() diff --git a/source/x11/xf86-video-nv/FrugalBuild b/source/x11/xf86-video-nv/FrugalBuild index 6a994ed..10cf5cd 100644 --- a/source/x11/xf86-video-nv/FrugalBuild +++ b/source/x11/xf86-video-nv/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org driver for NVidia cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xorg-server>=1.4.0.90') makedepends=('randrproto' 'renderproto' 'videoproto' 'xf86dgaproto') Finclude xorg From bouleetbil at frogdev.info Sun Sep 7 23:21:01 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 23:21:04 2008 Subject: [Frugalware-git] bouleetbilppc: xmessage-1.0.2-1-ppc Message-ID: <20080907212101.CE8241190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=b2efdd6a1194919594a1ce3efde7ecdaba4ff4e8 commit b2efdd6a1194919594a1ce3efde7ecdaba4ff4e8 Author: bouleetbil Date: Sun Sep 7 23:20:16 2008 +0200 xmessage-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/xmessage/FrugalBuild b/source/x11/xmessage/FrugalBuild index 268ba71..671327a 100644 --- a/source/x11/xmessage/FrugalBuild +++ b/source/x11/xmessage/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org xmessage application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libxp' 'libxaw>=1.0.4') makedepends=('inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Sun Sep 7 23:25:20 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Sun Sep 7 23:25:21 2008 Subject: [Frugalware-git] bouleetbilppc: xsetroot-1.0.2-1-ppc Message-ID: <20080907212520.5B3451190005@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=6d24e783f986510b9b17525cd032151e0dabc0d7 commit 6d24e783f986510b9b17525cd032151e0dabc0d7 Author: bouleetbil Date: Sun Sep 7 23:24:29 2008 +0200 xsetroot-1.0.2-1-ppc *added ppc to archs() diff --git a/source/x11/xsetroot/FrugalBuild b/source/x11/xsetroot/FrugalBuild index d92c14d..5cffcf8 100644 --- a/source/x11/xsetroot/FrugalBuild +++ b/source/x11/xsetroot/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org xsetroot application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libxmu>=1.0.3-2') makedepends=('inputproto>=1.4.2.1' 'xbitmaps') Finclude xorg From bouleetbil at frogdev.info Mon Sep 8 21:24:35 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 21:24:37 2008 Subject: [Frugalware-git] bouleetbilppc: aspell-0.60.6-1-ppc Message-ID: <20080908192435.E62CB119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=60d8c4b5cd4ae7e24736b53c9706bcd40d6c5022 commit 60d8c4b5cd4ae7e24736b53c9706bcd40d6c5022 Author: bouleetbil Date: Mon Sep 8 21:21:42 2008 +0200 aspell-0.60.6-1-ppc *added ppc to archs() diff --git a/source/apps/aspell/FrugalBuild b/source/apps/aspell/FrugalBuild index 1c109bc..abf689f 100644 --- a/source/apps/aspell/FrugalBuild +++ b/source/apps/aspell/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="A spell checker designed to eventually replace Ispell" url="http://aspell.net/" depends=('libstdc++' 'ncurses') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://aspell.net/|grep Latest|tr -s ' '|cut -d ' ' -f 7" source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz aspell.conf) signatures=($source.sig '') From bouleetbil at frogdev.info Mon Sep 8 21:44:35 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 21:44:37 2008 Subject: [Frugalware-git] bouleetbilppc: aspell-fr-0.50r3-3-ppc Message-ID: <20080908194435.919E9119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=746bc748600286d7c54c8b3d1df35b6b4ddab389 commit 746bc748600286d7c54c8b3d1df35b6b4ddab389 Author: bouleetbil Date: Mon Sep 8 21:40:42 2008 +0200 aspell-fr-0.50r3-3-ppc *added ppc to archs() diff --git a/source/locale-extra/aspell-fr/FrugalBuild b/source/locale-extra/aspell-fr/FrugalBuild index ef952f7..f88d755 100644 --- a/source/locale-extra/aspell-fr/FrugalBuild +++ b/source/locale-extra/aspell-fr/FrugalBuild @@ -6,5 +6,6 @@ pkgver=0.50r3 pkgrel=3 pkgdesc="GNU Aspell French Word List Package" Finclude aspell +archs=($archs 'ppc') unset signatures sha1sums=('4712f81069eb20763aaf855f73b2819f4805f132') From vmiklos at frugalware.org Mon Sep 8 21:53:45 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon Sep 8 21:53:45 2008 Subject: [Frugalware-git] homepage-ng: add 0.9 announce draft Message-ID: <20080908195345.1CCC0119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e32e005c965327b7e1eaebebb9c09057270c58cc commit e32e005c965327b7e1eaebebb9c09057270c58cc Author: Miklos Vajna Date: Mon Sep 8 21:52:19 2008 +0200 add 0.9 announce draft diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 0d090f0..7ac6d6d 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -21,6 +21,120 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + + 110 + Frugalware 0.9 (Kalgan) for i686 and x86_64 released + FIXME + Miklos Vajna + 1 + announce the immediate availability of Frugalware 0.9, our ninth stable release.
+ No new features have been added since 0.9rc2, but about 40 changes have been made to fix minor bugs. + If you didn't follow the changes during the pre/rc releases, here are the most important changes since 0.8:
+
    +
  • Up to date base system: Linux kernel 2.6.26, Glibc 2.8 and GCC 4.3.1
  • +
  • Updated desktop packages: GNOME 2.22, OpenOffice.org 2.4.1 and Firefox 3.0.1
  • +
  • Setup: improved support for machines with multiple network cards, the usb installer is now easier to start, fixed/documented installation in virtualbox/vmware.
  • +
  • Improved graphical tools: FUN (update notifier) now supports news notifications.
  • +
  • 6400 changes, including 568 new packages, 2279 updated packages and 926 closed tasks.
  • +
+ Please refer to the Frugalware Solaria ChangeLog for more information.
+ Download for i686:
+ livecd, + netinstall, + cd1, + cd2, + cd3, + cd4, + cd5, + cd6, + cd7, + cd8, + cd9, + cd10, + cd11, + cd12, + cd13, + cd14, + cd15, + cd16, + cd17, + dvd1, + dvd2, + dvd3, + tftp, + usb, + chroot tarball +
+ Download for x86_64:
+ netinstall, + cd1, + cd2, + cd3, + cd4, + cd5, + cd6, + cd7, + cd8, + cd9, + cd10, + cd11, + cd12, + cd13, + cd14, + dvd1, + dvd2, + tftp, + usb, + chroot tarball +
+ NOTE: Click here to read more about what media you need for the installation.
+ SHA1SUMs: +
+0383ece5dadf7f6c3fae76fe6bf1c9eb4c4ba968  frugalware-0.9-i686-cd10.iso
+d877114f5e750030d4a7de9ea8450018c68397d6  frugalware-0.9-i686-cd11.iso
+a8e419bb1d4d5c86697a4ce8601c9115c45945b3  frugalware-0.9-i686-cd12.iso
+84a391373964b4562a66637484857bcab2e2c152  frugalware-0.9-i686-cd13.iso
+49fb32529af5a6560481b7b5c60d4a02fe915ccd  frugalware-0.9-i686-cd14.iso
+9927bcbbc50e6af9a0ffcd28c4bdd72ee5c97edb  frugalware-0.9-i686-cd15.iso
+75d4ffad29a36e1461ce123faf3a1380dec8b85f  frugalware-0.9-i686-cd16.iso
+2d3536e412f8113dd75b37c88e3ad3e3a34fc53e  frugalware-0.9-i686-cd17.iso
+c537d5a0b23f4c6fee0c492d900e45ffc413f595  frugalware-0.9-i686-cd1.iso
+c54f15d4a84e9edf1ae0b361b3561c60408106e9  frugalware-0.9-i686-cd2.iso
+f517c107d899d15f26917b82dd4e0bfb41649fa3  frugalware-0.9-i686-cd3.iso
+973863f7a50a2a63735a56f73a5e9810aa0aac81  frugalware-0.9-i686-cd4.iso
+13d3f325db8527500afe4e1febebc81de851a9b3  frugalware-0.9-i686-cd5.iso
+ca3e59204f2f5a87d4966753109baa641eb2c9d0  frugalware-0.9-i686-cd6.iso
+1ee8825c535b6097b22be1a6b3a512c469dc647e  frugalware-0.9-i686-cd7.iso
+18cacd311e6750cfdece0085e106f5ebdc821a8a  frugalware-0.9-i686-cd8.iso
+b0f55f01fe40488d642f8997c89db7d5761b26b7  frugalware-0.9-i686-cd9.iso
+707c673c9e8af04eb535531f83ad176da0c14e10  frugalware-0.9-i686-dvd1.iso
+bb0927d89f7eae9a6b29fd53f3200d9894696fec  frugalware-0.9-i686-dvd2.iso
+a0fe6e2e7aa3b1b94f0876ada796eeef37550bbb  frugalware-0.9-i686-dvd3.iso
+55271cf0891b3212694d83653c379b4c08747502  frugalware-0.9-i686-net.iso
+5d35777ccaadc3c25a2e0e5ed623c3a5010fc889  frugalware-0.9-x86_64-cd10.iso
+ae3d5b07c8e01bfec60791d9e5622750737fc581  frugalware-0.9-x86_64-cd11.iso
+7373b0dd47e007234dca056bf04d16a528444a25  frugalware-0.9-x86_64-cd12.iso
+0990e9c516efbdfea211d4590b817420cfca4eb6  frugalware-0.9-x86_64-cd13.iso
+9df01abb82ae48ff04b4c579551417dc7bd92a2a  frugalware-0.9-x86_64-cd14.iso
+9c7103b730c0ea29815c6ff767603a89f1619105  frugalware-0.9-x86_64-cd1.iso
+ef178a9f04dfc3bb6b9ebb93d4c39e873a03a034  frugalware-0.9-x86_64-cd2.iso
+b4164619a11590cf644d6d93b32e3579b9d9a061  frugalware-0.9-x86_64-cd3.iso
+e6b662514a82c7a0770f17b9e1ea6c07769eb96a  frugalware-0.9-x86_64-cd4.iso
+b46496147a659b19811135720007b04122874666  frugalware-0.9-x86_64-cd5.iso
+ea964984272532e0641fed7266b65939fea91a2d  frugalware-0.9-x86_64-cd6.iso
+178cb089726bd918a223b9d32d6f83b39a7f0c9c  frugalware-0.9-x86_64-cd7.iso
+c54e1c5de643b6682aa34f72cfe4b640fbaf500e  frugalware-0.9-x86_64-cd8.iso
+dd62797d0702eb84d60e1c7b54301fbfe2d5f8e2  frugalware-0.9-x86_64-cd9.iso
+b49dcffed6fdd7ee6c410fbf4adbc445ecbe5746  frugalware-0.9-x86_64-dvd1.iso
+b62bce2cb1cc74d774731ebc3a30b5fbffe61a07  frugalware-0.9-x86_64-dvd2.iso
+f2a29df040f4b5ac40a52fa7e90447e81ea1a240  frugalware-0.9-x86_64-net.iso
+10cb93ab72fe961386fdcc67881f7f2afde11741  fwlive-0.9-i686-full.iso
+            
+ If you are upgrading to Solaria from our previous stable release (Kalgan), please read the upgrade part of our documentation.
+ ]]> +
+
109 Frugalware 0.9rc2 (Solaria) released From bouleetbil at frogdev.info Mon Sep 8 21:58:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 21:58:49 2008 Subject: [Frugalware-git] bouleetbilppc: hd2u-1.0.0-2-ppc Message-ID: <20080908195848.38116119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=f5f9cc4eeff2bdc6914233d56cb0fa737d86c7ca commit f5f9cc4eeff2bdc6914233d56cb0fa737d86c7ca Author: bouleetbil Date: Mon Sep 8 21:56:41 2008 +0200 hd2u-1.0.0-2-ppc *added ppc to archs() diff --git a/source/apps/hd2u/FrugalBuild b/source/apps/hd2u/FrugalBuild index de45250..a3e42e0 100644 --- a/source/apps/hd2u/FrugalBuild +++ b/source/apps/hd2u/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="Hany's DOS <-> Unix convertor" url="http://www.megaloman.com/~hany/software/hd2u/" depends=('popt') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') #up2date="lynx -dump 'http://www.megaloman.com/~hany/_data/hd2u/?C=M;O=D'|grep tgz|sed -n 's/.*-\(.*\).t.*/\1/;1 p'" up2date="$pkgver" source=(http://www.megaloman.com/~hany/_data/hd2u/$pkgname-$pkgver.tgz) From bouleetbil at frogdev.info Mon Sep 8 22:04:10 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 22:04:12 2008 Subject: [Frugalware-git] bouleetbilppc: hunspell-1.2.7-1-ppc Message-ID: <20080908200410.84DC8119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=e0ec08e34d9a594ccb226d46fe823c4e3402010f commit e0ec08e34d9a594ccb226d46fe823c4e3402010f Author: bouleetbil Date: Mon Sep 8 22:01:19 2008 +0200 hunspell-1.2.7-1-ppc *added ppc to archs() diff --git a/source/apps-extra/hunspell/FrugalBuild b/source/apps-extra/hunspell/FrugalBuild index f1aed8f..2a89375 100644 --- a/source/apps-extra/hunspell/FrugalBuild +++ b/source/apps-extra/hunspell/FrugalBuild @@ -9,7 +9,7 @@ rodepends=('hunspell-dict') depends=('libstdc++' 'readline' 'ncurses') makedepends=('hd2u') groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_mirror=heanet Finclude sourceforge url="http://hunspell.sourceforge.net/" From bouleetbil at frogdev.info Mon Sep 8 22:08:51 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 22:08:52 2008 Subject: [Frugalware-git] bouleetbilppc: hunspell-fr-2.3.2-1-ppc Message-ID: <20080908200851.5719D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=8976fe02060a9d45e97574d75dc2811b0d02fdfa commit 8976fe02060a9d45e97574d75dc2811b0d02fdfa Author: bouleetbil Date: Mon Sep 8 22:05:06 2008 +0200 hunspell-fr-2.3.2-1-ppc *added ppc to archs() diff --git a/source/locale-extra/hunspell-fr/FrugalBuild b/source/locale-extra/hunspell-fr/FrugalBuild index fac3e92..3c8ed38 100644 --- a/source/locale-extra/hunspell-fr/FrugalBuild +++ b/source/locale-extra/hunspell-fr/FrugalBuild @@ -12,7 +12,7 @@ url="http://dicollecte.free.fr" rodepends=('hunspell>=1.0.8') provides=('hunspell-dict') groups=('locale-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="Flastarchive $url/download.php\?prj=fr '\.zip' | sed 's/-/./g'" source=($url/download/fr/$_F_archive_name$Fpkgversep${pkgver//\./-}.zip) install=$pkgname.install From iron at frugalware.org Mon Sep 8 22:26:37 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Mon Sep 8 22:26:39 2008 Subject: [Frugalware-git] homepage-ng: 0.9 Hungarian announcement draft Message-ID: <20080908202637.9D22D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=9f564e3d037c0693722537d4bb101c3a0ab8a57e commit 9f564e3d037c0693722537d4bb101c3a0ab8a57e Author: Krisztian VASAS Date: Mon Sep 8 22:25:11 2008 +0200 0.9 Hungarian announcement draft diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index ebe75a3..87bd255 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -16,6 +16,120 @@ + + 110 + Megjelent a Frugalware 0.9 (Solaria) i686 és x86_64 architektúrákra + FIXME + Krisztian VASAS + 1 + jelenti be a Frugalware 0.9 azonnali elérhetőségét, mint kilencedik stabil kiadásunkat.
+ Igaz, hogy újdonság nem került bele 0.9rc2 óta, de több, mint 40 apróbb hibajavítás történt.
+ Ha nem követte folyamatosan a változásokat, íme a legfontosabbak 0.8 óta:
+
    +
  • Naprakész alaprendszer: Linux kernel 2.6.26, Glibc 2.8 és GCC 4.3.1
  • +
  • Naprakész grafikus csomagok: GNOME 2.22, OpenOffice.org 2.4.1 és Firefox 3.0.1
  • +
  • TelepítÅ‘: több hálózati kártya támogatás továbbfejlesztve, az usb telepítÅ‘t könnyebb használni, javított/dokumentált telepítés virtualbox/vmware környezeteken.
  • +
  • Továbbfejlesztett grafikus eszközök: FUN (frissítés jelzÅ‘) mostmár a híreket is jelzi.
  • +
  • 6400 változás, ebben 568 új csomag, 2279 frissített csomag és 926 lezárt hibajegy.
  • +
+ Bővebb információért tekintse meg a Frugalware 0.9 (Kalgan) Változások Listáját.
+ Letöltés i686-ra:
+ livecd, + netinstall, + cd1, + cd2, + cd3, + cd4, + cd5, + cd6, + cd7, + cd8, + cd9, + cd10, + cd11, + cd12, + cd13, + cd14, + cd15, + cd16, + cd17, + dvd1, + dvd2, + dvd3, + tftp, + usb, + chroot tarball +
+ Download for x86_64:
+ netinstall, + cd1, + cd2, + cd3, + cd4, + cd5, + cd6, + cd7, + cd8, + cd9, + cd10, + cd11, + cd12, + cd13, + cd14, + dvd1, + dvd2, + tftp, + usb, + chroot tarball +
+ Megjegyzés: Kattintson ide, hogy eldönthesse, melyik telepítő médiára van szüksége..
+ SHA1SUMok: +
+c537d5a0b23f4c6fee0c492d900e45ffc413f595  frugalware-0.9-i686-cd1.iso
+c54f15d4a84e9edf1ae0b361b3561c60408106e9  frugalware-0.9-i686-cd2.iso
+f517c107d899d15f26917b82dd4e0bfb41649fa3  frugalware-0.9-i686-cd3.iso
+973863f7a50a2a63735a56f73a5e9810aa0aac81  frugalware-0.9-i686-cd4.iso
+13d3f325db8527500afe4e1febebc81de851a9b3  frugalware-0.9-i686-cd5.iso
+ca3e59204f2f5a87d4966753109baa641eb2c9d0  frugalware-0.9-i686-cd6.iso
+1ee8825c535b6097b22be1a6b3a512c469dc647e  frugalware-0.9-i686-cd7.iso
+18cacd311e6750cfdece0085e106f5ebdc821a8a  frugalware-0.9-i686-cd8.iso
+b0f55f01fe40488d642f8997c89db7d5761b26b7  frugalware-0.9-i686-cd9.iso
+0383ece5dadf7f6c3fae76fe6bf1c9eb4c4ba968  frugalware-0.9-i686-cd10.iso
+d877114f5e750030d4a7de9ea8450018c68397d6  frugalware-0.9-i686-cd11.iso
+a8e419bb1d4d5c86697a4ce8601c9115c45945b3  frugalware-0.9-i686-cd12.iso
+84a391373964b4562a66637484857bcab2e2c152  frugalware-0.9-i686-cd13.iso
+49fb32529af5a6560481b7b5c60d4a02fe915ccd  frugalware-0.9-i686-cd14.iso
+9927bcbbc50e6af9a0ffcd28c4bdd72ee5c97edb  frugalware-0.9-i686-cd15.iso
+75d4ffad29a36e1461ce123faf3a1380dec8b85f  frugalware-0.9-i686-cd16.iso
+2d3536e412f8113dd75b37c88e3ad3e3a34fc53e  frugalware-0.9-i686-cd17.iso
+707c673c9e8af04eb535531f83ad176da0c14e10  frugalware-0.9-i686-dvd1.iso
+bb0927d89f7eae9a6b29fd53f3200d9894696fec  frugalware-0.9-i686-dvd2.iso
+a0fe6e2e7aa3b1b94f0876ada796eeef37550bbb  frugalware-0.9-i686-dvd3.iso
+55271cf0891b3212694d83653c379b4c08747502  frugalware-0.9-i686-net.iso
+9c7103b730c0ea29815c6ff767603a89f1619105  frugalware-0.9-x86_64-cd1.iso
+ef178a9f04dfc3bb6b9ebb93d4c39e873a03a034  frugalware-0.9-x86_64-cd2.iso
+b4164619a11590cf644d6d93b32e3579b9d9a061  frugalware-0.9-x86_64-cd3.iso
+e6b662514a82c7a0770f17b9e1ea6c07769eb96a  frugalware-0.9-x86_64-cd4.iso
+b46496147a659b19811135720007b04122874666  frugalware-0.9-x86_64-cd5.iso
+ea964984272532e0641fed7266b65939fea91a2d  frugalware-0.9-x86_64-cd6.iso
+178cb089726bd918a223b9d32d6f83b39a7f0c9c  frugalware-0.9-x86_64-cd7.iso
+c54e1c5de643b6682aa34f72cfe4b640fbaf500e  frugalware-0.9-x86_64-cd8.iso
+dd62797d0702eb84d60e1c7b54301fbfe2d5f8e2  frugalware-0.9-x86_64-cd9.iso
+5d35777ccaadc3c25a2e0e5ed623c3a5010fc889  frugalware-0.9-x86_64-cd10.iso
+ae3d5b07c8e01bfec60791d9e5622750737fc581  frugalware-0.9-x86_64-cd11.iso
+7373b0dd47e007234dca056bf04d16a528444a25  frugalware-0.9-x86_64-cd12.iso
+0990e9c516efbdfea211d4590b817420cfca4eb6  frugalware-0.9-x86_64-cd13.iso
+9df01abb82ae48ff04b4c579551417dc7bd92a2a  frugalware-0.9-x86_64-cd14.iso
+b49dcffed6fdd7ee6c410fbf4adbc445ecbe5746  frugalware-0.9-x86_64-dvd1.iso
+b62bce2cb1cc74d774731ebc3a30b5fbffe61a07  frugalware-0.9-x86_64-dvd2.iso
+f2a29df040f4b5ac40a52fa7e90447e81ea1a240  frugalware-0.9-x86_64-net.iso
+10cb93ab72fe961386fdcc67881f7f2afde11741  fwlive-0.9-i686-full.iso
+			
+ Ha a korábbi stabil kiadásunkról (Solaria) frissít, kérjük olvassa el a dokumentáció frissítésről szóló részét.
+ ]]> +
+
109 Megjelent a Frugalware 0.9rc2 (Solaria) From iron at frugalware.org Mon Sep 8 22:30:35 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Mon Sep 8 22:30:37 2008 Subject: [Frugalware-git] homepage-ng: small correction in 0.9 .hu announce draft Message-ID: <20080908203035.D3D04119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=dcecccceed8a15c368cdea8a2e23f88a02fa82d1 commit dcecccceed8a15c368cdea8a2e23f88a02fa82d1 Author: Krisztian VASAS Date: Mon Sep 8 22:29:16 2008 +0200 small correction in 0.9 .hu announce draft diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 87bd255..74d1f58 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -33,7 +33,7 @@
  • Továbbfejlesztett grafikus eszközök: FUN (frissítés jelzÅ‘) mostmár a híreket is jelzi.
  • 6400 változás, ebben 568 új csomag, 2279 frissített csomag és 926 lezárt hibajegy.
  • - BÅ‘vebb információért tekintse meg a Frugalware 0.9 (Kalgan) Változások Listáját.
    + Bővebb információért tekintse meg a Frugalware 0.9 (Solaria) Változások Listáját.
    Letöltés i686-ra:
    livecd, netinstall, @@ -126,7 +126,7 @@ b62bce2cb1cc74d774731ebc3a30b5fbffe61a07 frugalware-0.9-x86_64-dvd2.iso f2a29df040f4b5ac40a52fa7e90447e81ea1a240 frugalware-0.9-x86_64-net.iso 10cb93ab72fe961386fdcc67881f7f2afde11741 fwlive-0.9-i686-full.iso - Ha a korábbi stabil kiadásunkról (Solaria) frissít, kérjük olvassa el a dokumentáció frissítésről szóló részét.
    + Ha a korábbi stabil kiadásunkról (Kalgan) frissít, kérjük olvassa el a dokumentáció frissítésről szóló részét.
    ]]>
    From iron at frugalware.org Mon Sep 8 22:33:04 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Mon Sep 8 22:33:06 2008 Subject: [Frugalware-git] homepage-ng: another 0.9 .hu correction Message-ID: <20080908203304.A8228119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=49579baf46218742fd4b9bbb8401b25df55c7ccf commit 49579baf46218742fd4b9bbb8401b25df55c7ccf Author: Krisztian VASAS Date: Mon Sep 8 22:31:42 2008 +0200 another 0.9 .hu correction diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 74d1f58..0c62b5a 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -61,7 +61,7 @@ usb, chroot tarball
    - Download for x86_64:
    + Letöltés x86_64-re:
    netinstall, cd1, cd2, From iron at frugalware.org Mon Sep 8 22:36:19 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Mon Sep 8 22:36:21 2008 Subject: [Frugalware-git] homepage-ng: small correction in 0.9 draft Message-ID: <20080908203619.6994B119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=cd723ded515a5c71ddd7c25cf595c9bb718a9f5b commit cd723ded515a5c71ddd7c25cf595c9bb718a9f5b Author: Krisztian VASAS Date: Mon Sep 8 22:34:57 2008 +0200 small correction in 0.9 draft diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 7ac6d6d..2d2a2d7 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -23,7 +23,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 110 - Frugalware 0.9 (Kalgan) for i686 and x86_64 released + Frugalware 0.9 (Solaria) for i686 and x86_64 released FIXME Miklos Vajna 1 From bouleetbil at frogdev.info Mon Sep 8 23:02:50 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:02:51 2008 Subject: [Frugalware-git] bouleetbilppc: gail-1.22.1-1-ppc Message-ID: <20080908210250.C1A5A119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=6ef234274263a2b6729e30bf7a57595fbbeba888 commit 6ef234274263a2b6729e30bf7a57595fbbeba888 Author: bouleetbil Date: Mon Sep 8 23:00:25 2008 +0200 gail-1.22.1-1-ppc *added ppc to archs() diff --git a/source/gnome/gail/FrugalBuild b/source/gnome/gail/FrugalBuild index 25d6cd0..ef66807 100644 --- a/source/gnome/gail/FrugalBuild +++ b/source/gnome/gail/FrugalBuild @@ -9,7 +9,7 @@ url="http://developer.gnome.org/projects/gap" depends=('gtk+2>=2.12.9') makedepends=('gtk-doc') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --enable-gtk-doc" sha1sums=('d400bc79b0a54a1aa7b87ab0f1f4f2e48b5582cd') From bouleetbil at frogdev.info Mon Sep 8 23:07:21 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:07:22 2008 Subject: [Frugalware-git] bouleetbilppc: libart_lgpl-2.3.20-1-ppc Message-ID: <20080908210721.3050C119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=157fb60a48f13aced35d6f5426f949a3fc896bc5 commit 157fb60a48f13aced35d6f5426f949a3fc896bc5 Author: bouleetbil Date: Mon Sep 8 23:05:28 2008 +0200 libart_lgpl-2.3.20-1-ppc *added ppc to archs() diff --git a/source/lib/libart_lgpl/FrugalBuild b/source/lib/libart_lgpl/FrugalBuild index a7cf1a5..ca7aede 100644 --- a/source/lib/libart_lgpl/FrugalBuild +++ b/source/lib/libart_lgpl/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="A library for high-performance 2D graphics" url="http://www.gnome.org/" depends=('glibc') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_gnome_devel=y Finclude gnome sha1sums=('40aa6c6c5fb27a8a45cd7aaa302a835ff374d13a') From bouleetbil at frogdev.info Mon Sep 8 23:15:25 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:15:25 2008 Subject: [Frugalware-git] bouleetbilppc: libgnomecanvas-2.20.1.1-2-ppc Message-ID: <20080908211525.4BE3D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=cb7aa9e779cbc229379b619ed7786bfc18c03450 commit cb7aa9e779cbc229379b619ed7786bfc18c03450 Author: bouleetbil Date: Mon Sep 8 23:13:17 2008 +0200 libgnomecanvas-2.20.1.1-2-ppc *added ppc to archs() diff --git a/source/gnome/libgnomecanvas/FrugalBuild b/source/gnome/libgnomecanvas/FrugalBuild index 3ae524f..2fc6767 100644 --- a/source/gnome/libgnomecanvas/FrugalBuild +++ b/source/gnome/libgnomecanvas/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.gnome.org/" depends=('libglade>=2.6.2-2' 'gail>=1.22.1' 'libart_lgpl') makedepends=('gtk-doc>=1.9' 'perl-xml-parser') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('302a4762b658244828ad1c9f291ffb972b8274c9') Fconfopts="$Fconfopts --disable-gtk-doc" From bouleetbil at frogdev.info Mon Sep 8 23:21:26 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:21:27 2008 Subject: [Frugalware-git] bouleetbilppc: check-0.9.5-1-ppc Message-ID: <20080908212126.176A6119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=5f054d9b29dabe6ea1be805843e82f3c0a432029 commit 5f054d9b29dabe6ea1be805843e82f3c0a432029 Author: bouleetbil Date: Mon Sep 8 23:19:34 2008 +0200 check-0.9.5-1-ppc *added ppc to archs() diff --git a/source/lib/check/FrugalBuild b/source/lib/check/FrugalBuild index 8c3dac1..630927e 100644 --- a/source/lib/check/FrugalBuild +++ b/source/lib/check/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Check is a unit test framework for C." depends=() groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude sourceforge url="http://check.sourceforge.net/" sha1sums=('84b9d1ace6d0bf0fc73c9de2e684a62f73d312f8') From bouleetbil at frogdev.info Mon Sep 8 23:26:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:26:12 2008 Subject: [Frugalware-git] bouleetbilppc: libgalago-0.5.2-2-ppc Message-ID: <20080908212611.88CBD119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=cb8f3bf2f8acb5eb2d473281ff9c9f53f28ae5ec commit cb8f3bf2f8acb5eb2d473281ff9c9f53f28ae5ec Author: bouleetbil Date: Mon Sep 8 23:24:17 2008 +0200 libgalago-0.5.2-2-ppc *added ppc to archs() diff --git a/source/lib/libgalago/FrugalBuild b/source/lib/libgalago/FrugalBuild index 5d88754..bf44d99 100644 --- a/source/lib/libgalago/FrugalBuild +++ b/source/lib/libgalago/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.galago-project.org" depends=('dbus-glib>=0.71' 'check') makedepends=('gtk-doc') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('scriptlet') source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) up2date="lynx -dump http://www.galago-project.org/files/releases/source/$pkgname | Flasttar" From bouleetbil at frogdev.info Mon Sep 8 23:31:17 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:31:19 2008 Subject: [Frugalware-git] bouleetbilppc: libnotify-0.4.4-2-ppc Message-ID: <20080908213117.D7E7F119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=9a631bf09c6c084ef27df45d2872a25bb82d159e commit 9a631bf09c6c084ef27df45d2872a25bb82d159e Author: bouleetbil Date: Mon Sep 8 23:29:25 2008 +0200 libnotify-0.4.4-2-ppc *added ppc to archs() diff --git a/source/xlib/libnotify/FrugalBuild b/source/xlib/libnotify/FrugalBuild index 0c93c3b..60ba60f 100644 --- a/source/xlib/libnotify/FrugalBuild +++ b/source/xlib/libnotify/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="Galago Desktop Presence Framework - Desktop Notification Library" url="http://www.galago-project.org" depends=('libgalago>=0.5.2-2' 'gtk+2>=2.12.9' 'dbus-glib>=0.71') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('scriptlet') source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) up2date="lynx -dump http://www.galago-project.org/files/releases/source/$pkgname | Flasttar" From bouleetbil at frogdev.info Mon Sep 8 23:37:48 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:37:49 2008 Subject: [Frugalware-git] bouleetbilppc: gnome-doc-utils-0.12.2-1-ppc Message-ID: <20080908213748.3090D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=7a7ede969f76a898260ea291ad20e5ec43a110d9 commit 7a7ede969f76a898260ea291ad20e5ec43a110d9 Author: bouleetbil Date: Mon Sep 8 23:35:53 2008 +0200 gnome-doc-utils-0.12.2-1-ppc *added ppc to archs() diff --git a/source/gnome-extra/gnome-doc-utils/FrugalBuild b/source/gnome-extra/gnome-doc-utils/FrugalBuild index e0e057b..8ceaf46 100644 --- a/source/gnome-extra/gnome-doc-utils/FrugalBuild +++ b/source/gnome-extra/gnome-doc-utils/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.gnome.org/" depends=('libxslt' 'rarian>=0.8.0') makedepends=('intltool' 'perl-xml-parser') groups=('gnome-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet From bouleetbil at frogdev.info Mon Sep 8 23:41:55 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon Sep 8 23:41:56 2008 Subject: [Frugalware-git] bouleetbilppc: zenity-2.22.1-1-ppc Message-ID: <20080908214155.769EF119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=bouleetbilppc.git;a=commitdiff;h=842657cabe609851edad68716c0cf4eb73a86dbd commit 842657cabe609851edad68716c0cf4eb73a86dbd Author: bouleetbil Date: Mon Sep 8 23:39:40 2008 +0200 zenity-2.22.1-1-ppc *added ppc to archs() diff --git a/source/gnome/zenity/FrugalBuild b/source/gnome/zenity/FrugalBuild index 7a643ae..89f6d9c 100644 --- a/source/gnome/zenity/FrugalBuild +++ b/source/gnome/zenity/FrugalBuild @@ -10,7 +10,7 @@ rodepends=('notification-daemon') depends=('libgnomecanvas>=2.20.0' 'rarian' 'libnotify>=0.4.4' 'dbus-glib>=0.71-2') makedepends=('intltool' 'gnome-doc-utils>=0.10.3') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_gnome_scrollkeeper="y" Finclude gnome gnome-scriptlet From vmiklos at frugalware.org Tue Sep 9 01:57:24 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 01:57:28 2008 Subject: [Frugalware-git] homepage-ng: release 0.9 :) Message-ID: <20080908235724.8652F119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=5eba3ba925d27ac343a9d69ffa54b9e3a3184d56 commit 5eba3ba925d27ac343a9d69ffa54b9e3a3184d56 Author: Miklos Vajna Date: Tue Sep 9 01:55:59 2008 +0200 release 0.9 :) diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 2d2a2d7..3fc9791 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -24,9 +24,9 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 110 Frugalware 0.9 (Solaria) for i686 and x86_64 released - FIXME + Tue, 09 Sep 2008 01:53:58 +0200 Miklos Vajna - 1 + 0 announce the immediate availability of Frugalware 0.9, our ninth stable release.
    No new features have been added since 0.9rc2, but about 40 changes have been made to fix minor bugs. diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml index b9b5f94..d05e314 100644 --- a/frugalware/xml/roadmap.xml +++ b/frugalware/xml/roadmap.xml @@ -25,8 +25,8 @@ A fictional human-inhabited planet in Isaac Asimov's Foundation and Robot series. 0.9 Sep 9, 2008 - 0 - + 1 + 110 rc2 Aug 26, 2008 From vmiklos at frugalware.org Tue Sep 9 02:58:16 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 02:58:18 2008 Subject: [Frugalware-git] frugalware-current: xf86-video-ati-6.8.0-2-ppc Message-ID: <20080909005816.49F56119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eee9d2bba50da4d0db8655e7a1e0ef20ccc18f9a commit eee9d2bba50da4d0db8655e7a1e0ef20ccc18f9a Author: Miklos Vajna Date: Tue Sep 9 02:56:58 2008 +0200 xf86-video-ati-6.8.0-2-ppc added ppc to archs() diff --git a/source/x11/xf86-video-ati/FrugalBuild b/source/x11/xf86-video-ati/FrugalBuild index 4606883..a745408 100644 --- a/source/x11/xf86-video-ati/FrugalBuild +++ b/source/x11/xf86-video-ati/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="X.Org driver for ATI cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('xorg-server>=1.4.0.90') # to help upgraders. can be removed after 0.9 is out rodepends=('xf86-video-mach64' 'xf86-video-r128') From vmiklos at frugalware.org Tue Sep 9 03:00:40 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 03:00:41 2008 Subject: [Frugalware-git] frugalware-current: blackbox-0.70.1-3-ppc Message-ID: <20080909010040.E3919119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6df48aae859d379f4f60c4064be3636fe85e9787 commit 6df48aae859d379f4f60c4064be3636fe85e9787 Author: Miklos Vajna Date: Tue Sep 9 02:59:24 2008 +0200 blackbox-0.70.1-3-ppc added ppc to archs() diff --git a/source/xlib/blackbox/FrugalBuild b/source/xlib/blackbox/FrugalBuild index 1adfef0..d675461 100644 --- a/source/xlib/blackbox/FrugalBuild +++ b/source/xlib/blackbox/FrugalBuild @@ -13,7 +13,7 @@ url="http://blackboxwm.sourceforge.net" depends=('libstdc++' 'libxft' 'zlib') makedepends=('xorg-server') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') source=($source $pkgname-$pkgver-gcc-4.3.patch xinitrc.$pkgname menu \ $pkgname.desktop) sha1sums=('f0ab7e4b44ae6ee4c2a2136651afc567c47fe2cd' \ From vmiklos at frugalware.org Tue Sep 9 03:02:09 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 03:02:10 2008 Subject: [Frugalware-git] frugalware-current: x-cursors-dmz-0.4-1-ppc Message-ID: <20080909010209.2CA76119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d70a7beed05196d02b438809e369605ef6a2277c commit d70a7beed05196d02b438809e369605ef6a2277c Author: Miklos Vajna Date: Tue Sep 9 03:00:54 2008 +0200 x-cursors-dmz-0.4-1-ppc added ppc to archs() diff --git a/source/xlib/x-cursors-dmz/FrugalBuild b/source/xlib/x-cursors-dmz/FrugalBuild index a227292..c9d64c6 100644 --- a/source/xlib/x-cursors-dmz/FrugalBuild +++ b/source/xlib/x-cursors-dmz/FrugalBuild @@ -12,7 +12,7 @@ conflicts=('x-cursors-industrial') provides=('x-cursors-industrial') replaces=('x-cursors-industrial') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="Flasttar $url/themes.php?skin=7" source=(http://jimmac.musichall.cz/zip/vanilla-dmz-$pkgver.tar.bz2 \ http://jimmac.musichall.cz/zip/vanilla-dmz-aa-$pkgver.tar.bz2) From ryuo at frugalware.org Tue Sep 9 06:18:51 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 06:18:53 2008 Subject: [Frugalware-git] frugalware-current: sawfish-1.3.4-1-i686 Message-ID: <20080909041851.C161C119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb1ddae88dbffd61c1d9ca19951c8fd8757b2d72 commit eb1ddae88dbffd61c1d9ca19951c8fd8757b2d72 Author: James Buren Date: Mon Sep 8 23:14:40 2008 -0500 sawfish-1.3.4-1-i686 * version bump * remove SMP bypass, since it now works with SMP diff --git a/source/x11-extra/sawfish/FrugalBuild b/source/x11-extra/sawfish/FrugalBuild index 8fc1f2e..7a808de 100644 --- a/source/x11-extra/sawfish/FrugalBuild +++ b/source/x11-extra/sawfish/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: James Buren pkgname=sawfish -pkgver=1.3.3 -pkgrel=3 +pkgver=1.3.4 +pkgrel=1 pkgdesc="Extensible window manager written in lisp." rodepends=('alsa-utils') depends=('librep' 'gtk+2' 'libice' 'libxft' 'libxml2' 'libxdmcp' 'libxau' 'libxdamage' 'audiofile' 'rep-gtk' 'gpm') @@ -15,12 +15,11 @@ archs=('i686' 'x86_64') options=('scriptlet') Fconfopts="$Fconfopts --disable-themer --disable-capplet --disable-gnome-widgets --without-esd" source=(${source[@]} $pkgname-session startup $pkgname.desktop xinitrc.$pkgname) -sha1sums=('3a77267cc8a2032a5a0810070b2a200fe4961250' \ +sha1sums=('5b981d1f6c0cbdce421d27b19f243c9abd7ca19a' \ 'abe3c1ce2bf78e19d7af02faa428a05a17b4431a' \ 'ac7544f73f2ea96d85cd0e9ca8a6d24d8bc2734d' \ '4a718c79c71dcb54cd624dfbf878824ac37a2010' \ '182d1f6c47aa90f85568215b7f39f600067a1a64') -unset MAKEFLAGS build() { From ryuo at frugalware.org Tue Sep 9 06:22:44 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 06:22:46 2008 Subject: [Frugalware-git] frugalware-current: awesome-2.3.4-1-i686 Message-ID: <20080909042244.4FA8D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7c92b2a31f83b7efedbbdf7c27a0a568a8f27cea commit 7c92b2a31f83b7efedbbdf7c27a0a568a8f27cea Author: James Buren Date: Mon Sep 8 23:20:32 2008 -0500 awesome-2.3.4-1-i686 * version bump diff --git a/source/x11-extra/awesome/FrugalBuild b/source/x11-extra/awesome/FrugalBuild index 0b83630..146d9bf 100644 --- a/source/x11-extra/awesome/FrugalBuild +++ b/source/x11-extra/awesome/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: James Buren pkgname=awesome -pkgver=2.3.3 -pkgrel=2 +pkgver=2.3.4 +pkgrel=1 pkgdesc="awesome is a floating and tiling window manager initialy based on a dwm code rewriting." url="http://awesome.naquadah.org/" depends=('pango' 'libxau' 'libxdmcp' 'confuse' 'libxinerama' 'imlib2' 'libxml2' 'libxrandr') @@ -14,7 +14,7 @@ groups=('x11-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/download" source=($url/download/$pkgname-$pkgver.tar.bz2) -sha1sums=('144bc39e9e132ab871bb0d5cf1d0b8210306119d') +sha1sums=('dbcb9d0dd712d4e73a27c7f57e3c94e26563c44f') build() { From ryuo at frugalware.org Tue Sep 9 06:43:28 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 06:43:30 2008 Subject: [Frugalware-git] frugalware-current: bsnes-035-1-i686 Message-ID: <20080909044328.A3C62119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=71594eb57cd716b21516f3545e07b6ffb35deb79 commit 71594eb57cd716b21516f3545e07b6ffb35deb79 Author: James Buren Date: Mon Sep 8 23:42:03 2008 -0500 bsnes-035-1-i686 * version bump diff --git a/source/games-extra/bsnes/FrugalBuild b/source/games-extra/bsnes/FrugalBuild index 644c717..0b6edb8 100644 --- a/source/games-extra/bsnes/FrugalBuild +++ b/source/games-extra/bsnes/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren pkgname=bsnes -pkgver=034 +pkgver=035 pkgrel=1 pkgdesc="A newer snes emulator designed with accuracy in mind." url="http://byuu.cinnamonpirate.com/bsnes/" @@ -15,7 +15,7 @@ source=(http://byuu.cinnamonpirate.com/files/${pkgname}_v$pkgver.tar.bz2) _F_desktop_icon="$pkgname" _F_desktop_categories="Game;Emulator;" options=('scriptlet') -sha1sums=('25fde60970d28ac44ae0c42cb005540dd4f2b983') +sha1sums=('d1483b6db558e4bf70adac63e350f5651c92e497') build() { From priyank at frugalware.org Tue Sep 9 07:55:45 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 07:55:47 2008 Subject: [Frugalware-git] homepage-ng: added screenshots of GNetconfig Message-ID: <20080909055545.09C28119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=2eeb57a8c6bfc1e390e76c2043553029c89cb820 commit 2eeb57a8c6bfc1e390e76c2043553029c89cb820 Author: Priyank Date: Tue Sep 9 11:23:56 2008 +0530 added screenshots of GNetconfig diff --git a/frugalware/screenshots.php b/frugalware/screenshots.php index 5736f3c..5656381 100644 --- a/frugalware/screenshots.php +++ b/frugalware/screenshots.php @@ -161,6 +161,13 @@ $shots[fun][1][title]=gettext("FUN Main Window"); $shots[fun][2][name]="03_fun.png"; $shots[fun][2][title]=gettext("Preferences Window"); +$shots[gnetconfig][0][name]="01_gnetconfig.png"; +$shots[gnetconfig][0][title]=gettext("GNetconfig"); +$shots[gnetconfig][1][name]="02_gnetconfig.png"; +$shots[gnetconfig][1][title]=gettext("GNetconfig - Interface Management"); +$shots[gnetconfig][2][name]="03_gnetconfig.png"; +$shots[gnetconfig][2][title]=gettext("GNetconfig - DNS Settings"); + $shots[runleveled][15][name]="18_runlevel_editor.png"; $shots[runleveled][15][title]=gettext("18_runlevel_editor.png"); @@ -224,6 +231,13 @@ for ($i=0; $i". "
    ".$shots[fun][$i][title]."\n"; } +$maincont .= "\n
    \n"; +$maincont .= "".gettext("GNetconfig (Network Configuration Tool)")."\n"; +for ($i=0; $i". + "\"screenshot\"". + "
    ".$shots[gnetconfig][$i][title]."\n"; $maincont .= "
    \n\n"; print $maincont; From priyank at frugalware.org Tue Sep 9 07:57:09 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 07:57:11 2008 Subject: [Frugalware-git] homepage-ng: forgot to terminate a for loop ;) Message-ID: <20080909055709.C1F29119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=14b0c393899c3ceacbc57c6b2b1b5b7c9a18f523 commit 14b0c393899c3ceacbc57c6b2b1b5b7c9a18f523 Author: Priyank Date: Tue Sep 9 11:25:43 2008 +0530 forgot to terminate a for loop ;) diff --git a/frugalware/screenshots.php b/frugalware/screenshots.php index 5656381..425d755 100644 --- a/frugalware/screenshots.php +++ b/frugalware/screenshots.php @@ -238,6 +238,7 @@ for ($i=0; $i". "\"screenshot\"". "
    ".$shots[gnetconfig][$i][title]."\n"; +} $maincont .= "\n\n"; print $maincont; From priyank at frugalware.org Tue Sep 9 08:08:41 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 08:08:42 2008 Subject: [Frugalware-git] frugalware-current: perl-anyevent-4.233-1-i686 Message-ID: <20080909060841.D9C1F119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab04b3251cba6333412f4d0a690c0f0d79bb1ed6 commit ab04b3251cba6333412f4d0a690c0f0d79bb1ed6 Author: Priyank Date: Tue Sep 9 11:36:29 2008 +0530 perl-anyevent-4.233-1-i686 * Version bump diff --git a/source/devel-extra/perl-anyevent/FrugalBuild b/source/devel-extra/perl-anyevent/FrugalBuild index e7dbaf0..7186f41 100644 --- a/source/devel-extra/perl-anyevent/FrugalBuild +++ b/source/devel-extra/perl-anyevent/FrugalBuild @@ -4,10 +4,10 @@ _F_perl_name=AnyEvent _F_perl_author=M/ML/MLEHMANN -pkgver=4.231 +pkgver=4.233 pkgdesc="Perl framework for multiple event loops." depends=('perl-event>=1.10') Finclude perl archs=('i686' 'x86_64') -sha1sums=('6e2e7323dd7dd648594b58e931513706f3e01195') +sha1sums=('fbcbaac6e7d3238a1591ca2085a4249d19f87d10') From priyank at frugalware.org Tue Sep 9 08:29:47 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 08:29:49 2008 Subject: [Frugalware-git] frugalware-current: thunar-thumbnailers-0.4.1-1-i686 Message-ID: <20080909062947.A8569119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c0e5008ebff92abb4477bec516fa03b4be822ba5 commit c0e5008ebff92abb4477bec516fa03b4be822ba5 Author: Priyank Date: Tue Sep 9 11:57:40 2008 +0530 thunar-thumbnailers-0.4.1-1-i686 * Version bump diff --git a/source/xfce4-extra/thunar-thumbnailers/FrugalBuild b/source/xfce4-extra/thunar-thumbnailers/FrugalBuild index d23168b..9aadfe0 100644 --- a/source/xfce4-extra/thunar-thumbnailers/FrugalBuild +++ b/source/xfce4-extra/thunar-thumbnailers/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=thunar-thumbnailers -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Additional thumbnailers for Thunar file manager." makedepends=('intltool') @@ -11,6 +11,6 @@ groups=('xfce4-extra' 'xfce4-goodies') _F_xfce_goodies_ext=".tar.bz2" Finclude xfce4 archs=('i686' 'x86_64') -sha1sums=('a07f1c993b6e4302f963b49b878d021b2067fea9') +sha1sums=('584e435e9be23d78280e1306430c6d37dd63fcaa') # optimization OK From priyank at frugalware.org Tue Sep 9 08:37:01 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 08:37:03 2008 Subject: [Frugalware-git] frugalware-current: leafpad-0.8.15-1-i686 Message-ID: <20080909063701.A96C5119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3ebf70edcc2c2a900622286dc7aa655047056b61 commit 3ebf70edcc2c2a900622286dc7aa655047056b61 Author: Priyank Date: Tue Sep 9 12:04:51 2008 +0530 leafpad-0.8.15-1-i686 * Version bump diff --git a/source/xapps-extra/leafpad/FrugalBuild b/source/xapps-extra/leafpad/FrugalBuild index 49c5998..501c67c 100644 --- a/source/xapps-extra/leafpad/FrugalBuild +++ b/source/xapps-extra/leafpad/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=leafpad -pkgver=0.8.14 +pkgver=0.8.15 pkgrel=1 pkgdesc="A gtk2 based simple text editor." url="http://tarot.freeshell.org/leafpad" @@ -13,6 +13,6 @@ up2date="lynx -dump $url | grep -m1 tar.gz$ | sed -ne 's/.*d-\(.*\).*.tar.gz/\1/ source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) _F_gnome_iconcache="y" Finclude gnome-scriptlet -sha1sums=('6cd31b2a5730d8537366eecb910a59a888c1e1aa') +sha1sums=('b21b4f509489c4cdecea1e6154315537d5da6483') # optimization OK From priyank at frugalware.org Tue Sep 9 08:46:43 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 08:46:44 2008 Subject: [Frugalware-git] frugalware-current: libpri-1.4.7-1-i686 Message-ID: <20080909064643.20B02119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d7af88e29e0b6418c76d4f2b8ff2c4b2e43350f9 commit d7af88e29e0b6418c76d4f2b8ff2c4b2e43350f9 Author: Priyank Date: Tue Sep 9 12:14:19 2008 +0530 libpri-1.4.7-1-i686 * Version bump diff --git a/source/lib-extra/libpri/FrugalBuild b/source/lib-extra/libpri/FrugalBuild index 0627cff..db9baab 100644 --- a/source/lib-extra/libpri/FrugalBuild +++ b/source/lib-extra/libpri/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Balint Kovacs pkgname=libpri -pkgver=1.4.5 +pkgver=1.4.7 pkgrel=1 pkgdesc="Primary Rate ISDN specification library" url="http://www.asterisk.org/" @@ -12,7 +12,7 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/downloads | grep -m1 'libpri-.*.tar.gz' | sed 's/.*pri-\(.*\).t.*/\1/'" source=(http://ftp.digium.com/pub/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('f5406e48d6fba78da6e942c8fc66a0c4945f6304') +sha1sums=('eb9ad72bc7c1457c60af37936049a300faebf82b') build() { From priyank at frugalware.org Tue Sep 9 09:18:52 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 09:18:54 2008 Subject: [Frugalware-git] frugalware-current: geoip-python-1.2.2-1-i686 Message-ID: <20080909071852.2B676119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=998bd8b2abd91d2892377a98015010b7ece3f7d6 commit 998bd8b2abd91d2892377a98015010b7ece3f7d6 Author: Priyank Date: Tue Sep 9 12:45:57 2008 +0530 geoip-python-1.2.2-1-i686 * Version bump diff --git a/source/devel-extra/geoip-python/FrugalBuild b/source/devel-extra/geoip-python/FrugalBuild index 45abb31..88918c9 100644 --- a/source/devel-extra/geoip-python/FrugalBuild +++ b/source/devel-extra/geoip-python/FrugalBuild @@ -3,8 +3,8 @@ pkgname=geoip-python _F_archive_name=GeoIP-Python -pkgver=1.2.1 -pkgrel=2 +pkgver=1.2.2 +pkgrel=1 pkgdesc="Python bindings for the GeoIP geographical lookup libraries" url="http://www.maxmind.com/app/python" depends=('python' 'geoip') @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.maxmind.com/download/geoip/api/python/ | grep GeoIP-Python | Flasttar" source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-$pkgver.tar.gz) -sha1sums=('fe24fa21011696dbd2ba9f49a45a82910c34dadf') +sha1sums=('e24e08b8e2e4dfb9dd2be9c1d6ed1d998c4f468d') Finclude python build() From priyank at frugalware.org Tue Sep 9 09:24:08 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 09:24:09 2008 Subject: [Frugalware-git] frugalware-current: dcraw-8.87-1-i686 Message-ID: <20080909072408.867AD119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=73e74b9d7fec81cffc6ccdcd158e97f7048b33c9 commit 73e74b9d7fec81cffc6ccdcd158e97f7048b33c9 Author: Priyank Date: Tue Sep 9 12:51:59 2008 +0530 dcraw-8.87-1-i686 * Version bump diff --git a/source/apps-extra/dcraw/FrugalBuild b/source/apps-extra/dcraw/FrugalBuild index 558523a..a405352 100644 --- a/source/apps-extra/dcraw/FrugalBuild +++ b/source/apps-extra/dcraw/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=dcraw -pkgver=8.86 +pkgver=8.87 pkgrel=1 pkgdesc="A command line based converter for raw digital photos." url="http://www.cybercom.net/~dcoffin/dcraw/" @@ -12,7 +12,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.cybercom.net/~dcoffin/dcraw/dcraw.c | grep -m1 VERSION | sed 's/.*N \"\(.*\).\"*/\1/'" source=($url/$pkgname.{c,1}) -sha1sums=('2bdf5bf5b7cc855c3bd62dd4a6b337daf8012e4c' \ +sha1sums=('082ef3b7c76b593de59d66d0cd561cca23de0b2e' \ '6b6e2995f669781af1acfcbb7098d852eccb8e13') build() From priyank at frugalware.org Tue Sep 9 09:31:30 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 09:31:33 2008 Subject: [Frugalware-git] frugalware-current: sleepd-1.11-1-i686 Message-ID: <20080909073130.E3F7D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d99ebdf235c2b53bbb360583d4e69dfb383beb91 commit d99ebdf235c2b53bbb360583d4e69dfb383beb91 Author: Priyank Date: Tue Sep 9 12:57:58 2008 +0530 sleepd-1.11-1-i686 * Version bump diff --git a/source/apps-extra/sleepd/FrugalBuild b/source/apps-extra/sleepd/FrugalBuild index 442f03c..00e879a 100644 --- a/source/apps-extra/sleepd/FrugalBuild +++ b/source/apps-extra/sleepd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=sleepd Fpkgversep='_' -pkgver=1.10 +pkgver=1.11 pkgrel=1 pkgdesc="A daemon to put a laptop to sleep if it is not being used or if the battery is low." url="http://kitenet.net/~joey/code/sleepd.html" @@ -14,7 +14,7 @@ backup=('etc/sleepd.conf') up2date="lynx -dump -nolist http://ftp.debian.org/debian/pool/main/s/sleepd/ | Flasttar" source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/$pkgname$Fpkgversep$pkgver.tar.gz \ sleepd.conf rc.sleepd) -sha1sums=('98e4df4e002bdb39aa2a271c37bdc0ce766d00e0' \ +sha1sums=('6196a2ae6937a10e5c904f072a7520c7b6803f7c' \ '13f636770e35ab44a3d891431abc743b684057ab' \ '417e5397a1daf5ee0b0b7bbf6ed1c3377c081257') From priyank at frugalware.org Tue Sep 9 10:05:53 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 10:05:55 2008 Subject: [Frugalware-git] frugalware-current: python-logilab-common-0.34.0-1-i686 Message-ID: <20080909080553.8290F119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dbf29b2c9af12edcf46bcdf87ee5270cbe7efd8c commit dbf29b2c9af12edcf46bcdf87ee5270cbe7efd8c Author: Priyank Date: Tue Sep 9 13:33:10 2008 +0530 python-logilab-common-0.34.0-1-i686 * Version Bump diff --git a/source/devel-extra/python-logilab-common/FrugalBuild b/source/devel-extra/python-logilab-common/FrugalBuild index 1ea8d3d..4da0ac4 100644 --- a/source/devel-extra/python-logilab-common/FrugalBuild +++ b/source/devel-extra/python-logilab-common/FrugalBuild @@ -4,9 +4,9 @@ pkgname=python-logilab-common _F_archive_name=logilab-common -pkgver=0.33.0 +pkgver=0.34.0 pkgrel=1 -pkgdesc="Providing low level functionnalities needed for logilab python programs." +pkgdesc="Providing low level functionalities needed for logilab python programs." url="http://www.logilab.org/projects/common/project_view" depends=('python>=2.5' 'pyxml') groups=('devel-extra') @@ -14,5 +14,5 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://www.logilab.org/ftp/pub/common | Flasttar" source=(ftp://ftp.logilab.org/pub/common/logilab-common-$pkgver.tar.gz) _F_cd_path=logilab-common-$pkgver -sha1sums=('ad3fc2b28f3bd09161a417b17314df14505ac187') +sha1sums=('80ce185dbb10b12f9484e4428d91aeb6eeed13d1') From priyank at frugalware.org Tue Sep 9 10:38:36 2008 From: priyank at frugalware.org (Priyank) Date: Tue Sep 9 10:38:40 2008 Subject: [Frugalware-git] frugalware-current: transmission-1.33-1-i686 Message-ID: <20080909083836.22F20119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35761dbb050e0e2c4ba82a12a383fe3dad5ef3c4 commit 35761dbb050e0e2c4ba82a12a383fe3dad5ef3c4 Author: Priyank Date: Tue Sep 9 14:04:52 2008 +0530 transmission-1.33-1-i686 * Version bump diff --git a/source/xapps-extra/transmission/FrugalBuild b/source/xapps-extra/transmission/FrugalBuild index a4e2e7c..2a8913d 100644 --- a/source/xapps-extra/transmission/FrugalBuild +++ b/source/xapps-extra/transmission/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=transmission -pkgver=1.22 +pkgver=1.33 pkgrel=1 pkgdesc="A free, lightweight BitTorrent Client." url="http://transmission.m0k.org/" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64') options=('scriptlet') up2date="lynx -dump -nolist http://download.m0k.org/transmission/files/ | Flasttarbz2" source=(http://download.m0k.org/transmission/files/$pkgname-$pkgver.tar.bz2) -sha1sums=('8f942b7e1367adf55ee95a38a907f2fb52b8ca97') +sha1sums=('dcabfc887af0695abdcce902dc29ea3fb728288c') build() { From vmiklos at frugalware.org Tue Sep 9 11:52:05 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 11:52:07 2008 Subject: [Frugalware-git] frugalware-current: libidl-0.8.10-2-ppc Message-ID: <20080909095205.32E53119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5f22ef9dc7c8ac6975df20f47cf5e4fae46ad0d7 commit 5f22ef9dc7c8ac6975df20f47cf5e4fae46ad0d7 Author: Miklos Vajna Date: Tue Sep 9 11:50:26 2008 +0200 libidl-0.8.10-2-ppc added ppc to archs() diff --git a/source/lib/libidl/FrugalBuild b/source/lib/libidl/FrugalBuild index 9ab654e..027b2b3 100644 --- a/source/lib/libidl/FrugalBuild +++ b/source/lib/libidl/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="A library for creating trees of CORBA IDL files" url="http://www.gnome.org/" depends=('glib2>=2.16.3') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome _F_cd_path="libIDL-$pkgver" sha1sums=('643d1aa2a4be94dd568f8d585d7df22e69706cdd') From vmiklos at frugalware.org Tue Sep 9 11:54:59 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 11:55:01 2008 Subject: [Frugalware-git] frugalware-current: nspr-4.7.1-1-ppc Message-ID: <20080909095459.F0243119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=27204380cca4e0ea7909e09ceeae39ced95edfe1 commit 27204380cca4e0ea7909e09ceeae39ced95edfe1 Author: Miklos Vajna Date: Tue Sep 9 11:53:56 2008 +0200 nspr-4.7.1-1-ppc added ppc to archs() diff --git a/source/lib/nspr/FrugalBuild b/source/lib/nspr/FrugalBuild index a8a1efd..d27e0a4 100644 --- a/source/lib/nspr/FrugalBuild +++ b/source/lib/nspr/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="NSPR library from mozilla.org" url="http://www.mozilla.org/projects/nspr/" pkgurl="http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') license="MPL GPL" depends=('glibc') up2date="lynx -dump '$pkgurl'|sort -n -r|head -n 2|sort -n|head -n 1|sed -e 's/.*v//' -e 's|/||g'" From vmiklos at frugalware.org Tue Sep 9 11:59:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 11:59:31 2008 Subject: [Frugalware-git] frugalware-current: aspell-fr-0.50r3-3-x86_64 Message-ID: <20080909095930.3E4FF119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=afcf5b1665de9ade02084737ffb732149834686d commit afcf5b1665de9ade02084737ffb732149834686d Author: Miklos Vajna Date: Tue Sep 9 11:56:55 2008 +0200 aspell-fr-0.50r3-3-x86_64 - readd x86_64 to archs() diff --git a/source/locale-extra/aspell-fr/FrugalBuild b/source/locale-extra/aspell-fr/FrugalBuild index f88d755..d17b433 100644 --- a/source/locale-extra/aspell-fr/FrugalBuild +++ b/source/locale-extra/aspell-fr/FrugalBuild @@ -6,6 +6,6 @@ pkgver=0.50r3 pkgrel=3 pkgdesc="GNU Aspell French Word List Package" Finclude aspell -archs=($archs 'ppc') +archs=(${archs[@]} 'ppc') unset signatures sha1sums=('4712f81069eb20763aaf855f73b2819f4805f132') From vmiklos at frugalware.org Tue Sep 9 11:59:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 11:59:32 2008 Subject: [Frugalware-git] frugalware-current: xf86-input-keyboard-1.2.2-2-x86_64 Message-ID: <20080909095930.5CB27119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae9ba6d6b45731541629d1b1de707994da44c3b2 commit ae9ba6d6b45731541629d1b1de707994da44c3b2 Author: Miklos Vajna Date: Tue Sep 9 11:57:43 2008 +0200 xf86-input-keyboard-1.2.2-2-x86_64 - readd x86_64 to archs() diff --git a/source/x11/xf86-input-keyboard/FrugalBuild b/source/x11/xf86-input-keyboard/FrugalBuild index 3f7ff04..577ff85 100644 --- a/source/x11/xf86-input-keyboard/FrugalBuild +++ b/source/x11/xf86-input-keyboard/FrugalBuild @@ -5,7 +5,7 @@ pkgname=xf86-input-keyboard pkgver=1.2.2 pkgrel=2 Finclude xorg -archs=($archs 'ppc') +archs=(${archs[@]} 'ppc') sha1sums=('4dd6de50ac468d585629ea8c76b1119b2d588796') # optimization OK From vmiklos at frugalware.org Tue Sep 9 11:59:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 11:59:32 2008 Subject: [Frugalware-git] frugalware-current: xf86-input-mouse-1.2.3-1-x86_64 Message-ID: <20080909095930.6B18411901A1@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=49c944e8ea9f62fc4c00ee2ec2de741ff9b8d6fe commit 49c944e8ea9f62fc4c00ee2ec2de741ff9b8d6fe Author: Miklos Vajna Date: Tue Sep 9 11:58:22 2008 +0200 xf86-input-mouse-1.2.3-1-x86_64 - readd x86_64 to archs() diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index d93e50f..17e34d8 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -5,7 +5,7 @@ pkgname=xf86-input-mouse pkgver=1.2.3 pkgdesc="X.org Mouse input driver" Finclude xorg -archs=($archs 'ppc') +archs=(${archs[@]} 'ppc') sha1sums=('d8b5233f3296ab16d1fa06f3a366dbd137d31afd') # optimization OK From iron at frugalware.org Tue Sep 9 14:17:15 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Tue Sep 9 14:17:19 2008 Subject: [Frugalware-git] homepage-ng: small spelling fixes in 0.9 .hu announce Message-ID: <20080909121715.B1DCC119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=854372b8fdd91fa5063fdd16ceb24a7b4d128e00 commit 854372b8fdd91fa5063fdd16ceb24a7b4d128e00 Author: Krisztian VASAS Date: Tue Sep 9 14:14:46 2008 +0200 small spelling fixes in 0.9 .hu announce diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 0c62b5a..64428dc 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -18,19 +18,19 @@ 110 - Megjelent a Frugalware 0.9 (Solaria) i686 és x86_64 architektúrákra + Megjelent a Frugalware 0.9 (Solaria) i686 és&nbsp;x86_64 architektúrákra FIXME Krisztian VASAS 1 jelenti be a Frugalware 0.9 azonnali elérhetőségét, mint kilencedik stabil kiadásunkat.
    - Igaz, hogy újdonság nem került bele 0.9rc2 óta, de több, mint 40 apróbb hibajavítás történt.
    + Igaz, hogy újdonság nem került bele a 0.9rc2 óta, de több, mint 40 apróbb hibajavítás történt.
    Ha nem követte folyamatosan a változásokat, íme a legfontosabbak 0.8 óta:
    • Naprakész alaprendszer: Linux kernel 2.6.26, Glibc 2.8 és GCC 4.3.1
    • Naprakész grafikus csomagok: GNOME 2.22, OpenOffice.org 2.4.1 és Firefox 3.0.1
    • TelepítÅ‘: több hálózati kártya támogatás továbbfejlesztve, az usb telepítÅ‘t könnyebb használni, javított/dokumentált telepítés virtualbox/vmware környezeteken.
    • -
    • Továbbfejlesztett grafikus eszközök: FUN (frissítés jelzÅ‘) mostmár a híreket is jelzi.
    • +
    • Továbbfejlesztett grafikus eszközök: FUN (frissítés jelzÅ‘) most már a híreket is jelzi.
    • 6400 változás, ebben 568 új csomag, 2279 frissített csomag és 926 lezárt hibajegy.
    Bővebb információért tekintse meg a Frugalware 0.9 (Solaria) Változások Listáját.
    From iron at frugalware.org Tue Sep 9 14:17:15 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Tue Sep 9 14:17:20 2008 Subject: [Frugalware-git] homepage-ng: official 0.9 .hu announce Message-ID: <20080909121715.D296C119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=165abffcd15355af4e4c7f2782390baeb1c87844 commit 165abffcd15355af4e4c7f2782390baeb1c87844 Author: Krisztian VASAS Date: Tue Sep 9 14:16:23 2008 +0200 official 0.9 .hu announce diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 64428dc..6141b4a 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -19,9 +19,9 @@ 110 Megjelent a Frugalware 0.9 (Solaria) i686 és&nbsp;x86_64 architektúrákra - FIXME + Tue, 09 Sep 2008 14:15:24 +0200 Krisztian VASAS - 1 + 0 jelenti be a Frugalware 0.9 azonnali elérhetőségét, mint kilencedik stabil kiadásunkat.
    Igaz, hogy újdonság nem került bele a 0.9rc2 óta, de több, mint 40 apróbb hibajavítás történt.
    From vmiklos at frugalware.org Tue Sep 9 14:21:36 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 14:21:38 2008 Subject: [Frugalware-git] frugalware-current: nss-3.12-2-ppc Message-ID: <20080909122137.02052119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5aa8c9229cc910c613341691933a2a826b4b980b commit 5aa8c9229cc910c613341691933a2a826b4b980b Author: Miklos Vajna Date: Tue Sep 9 14:20:06 2008 +0200 nss-3.12-2-ppc added ppc to archs() diff --git a/source/lib/nss/FrugalBuild b/source/lib/nss/FrugalBuild index 5d48ae5..9640649 100644 --- a/source/lib/nss/FrugalBuild +++ b/source/lib/nss/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="NSS library from mozilla.org" url="http://www.mozilla.org/projects/security/pki/nss/" pkgurl="http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') license="MPL GPL" depends=('glibc' 'nspr>=4.7.1' 'sqlite3') up2date="lynx -dump '$pkgurl?C=M;D=A'|grep NSS|sed -n 's/.*NSS_\(.*\)_RTM.*/\1/;s/_/./g;$ p'" From iron at frugalware.org Tue Sep 9 14:21:45 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Tue Sep 9 14:21:46 2008 Subject: [Frugalware-git] homepage-ng: small spelling correction in 0.9 .hu announce Message-ID: <20080909122145.7AE6C119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=c7cf058559c8013b945a7086d7873ea7f5126d81 commit c7cf058559c8013b945a7086d7873ea7f5126d81 Author: Krisztian VASAS Date: Tue Sep 9 14:20:55 2008 +0200 small spelling correction in 0.9 .hu announce diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 6141b4a..4036ce5 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -18,7 +18,7 @@ 110 - Megjelent a Frugalware 0.9 (Solaria) i686 és&nbsp;x86_64 architektúrákra + Megjelent a Frugalware 0.9 (Solaria) i686&nbps és&nbsp;x86_64 architektúrákra Tue, 09 Sep 2008 14:15:24 +0200 Krisztian VASAS 0 From iron at frugalware.org Tue Sep 9 14:22:37 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Tue Sep 9 14:22:39 2008 Subject: [Frugalware-git] homepage-ng: small errorfix in .hu ann. Message-ID: <20080909122237.7F0AB119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=2d3136331519db2f8a6a357a1de6a02b20c6e396 commit 2d3136331519db2f8a6a357a1de6a02b20c6e396 Author: Krisztian VASAS Date: Tue Sep 9 14:21:43 2008 +0200 small errorfix in .hu ann. diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 4036ce5..eb89610 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -18,7 +18,7 @@ 110 - Megjelent a Frugalware 0.9 (Solaria) i686&nbps és&nbsp;x86_64 architektúrákra + Megjelent a Frugalware 0.9 (Solaria) i686&nbps; és&nbsp;x86_64 architektúrákra Tue, 09 Sep 2008 14:15:24 +0200 Krisztian VASAS 0 From iron at frugalware.org Tue Sep 9 14:23:22 2008 From: iron at frugalware.org (Krisztian VASAS) Date: Tue Sep 9 14:23:24 2008 Subject: [Frugalware-git] homepage-ng: another correction in .hu announce Message-ID: <20080909122322.CF38C119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=54f472b384dff64f8958bc39d1a5a2854f2000ff commit 54f472b384dff64f8958bc39d1a5a2854f2000ff Author: Krisztian VASAS Date: Tue Sep 9 14:22:34 2008 +0200 another correction in .hu announce diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index eb89610..5da164b 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -18,7 +18,7 @@ 110 - Megjelent a Frugalware 0.9 (Solaria) i686&nbps; és&nbsp;x86_64 architektúrákra + Megjelent a Frugalware 0.9 (Solaria) i686&nbsp;és&nbsp;x86_64 architektúrákra Tue, 09 Sep 2008 14:15:24 +0200 Krisztian VASAS 0 From vmiklos at frugalware.org Tue Sep 9 14:33:38 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 14:33:41 2008 Subject: [Frugalware-git] frugalware-current: autoconf-archive-2008_08_25-1-i686 Message-ID: <20080909123338.EAC9C119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3507bcc163091cde969f9eea301a210c5c45d183 commit 3507bcc163091cde969f9eea301a210c5c45d183 Author: Miklos Vajna Date: Tue Sep 9 14:32:05 2008 +0200 autoconf-archive-2008_08_25-1-i686 - version bump diff --git a/source/devel-extra/autoconf-archive/FrugalBuild b/source/devel-extra/autoconf-archive/FrugalBuild index f822d92..893c3f8 100644 --- a/source/devel-extra/autoconf-archive/FrugalBuild +++ b/source/devel-extra/autoconf-archive/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=autoconf-archive -pkgver=2008_07_25 +pkgver=2008_08_25 pkgrel=1 pkgdesc="Aims to provide a collection of reusable Autoconf macros." url="http://autoconf-archive.cryp.to/" @@ -11,5 +11,5 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url |grep tar.bz2$|sed 's/.*archive-\(.*\).t.*/\1/;s/-/_/g;q'" source=(http://autoconf-archive.cryp.to/autoconf-archive-${pkgver//_/-}.tar.bz2) -sha1sums=('2728123ed46ecf1c2473a8556b32eea8da5b55fd') +sha1sums=('d7a757ad7dc61780e0a3849c7d92579ac4c108a8') _F_cd_path="autoconf-archive-${pkgver//_/-}" From ryuo at frugalware.org Tue Sep 9 14:49:31 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 14:49:33 2008 Subject: [Frugalware-git] frugalware-current: ourico-0.1.6-1-i686 Message-ID: <20080909124931.12E62119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f8c289d8eedec781346d71377f4863577e1837cf commit f8c289d8eedec781346d71377f4863577e1837cf Author: James Buren Date: Tue Sep 9 07:47:27 2008 -0500 ourico-0.1.6-1-i686 * version bump diff --git a/source/x11-extra/ourico/FrugalBuild b/source/x11-extra/ourico/FrugalBuild index b1ec134..f34b34d 100644 --- a/source/x11-extra/ourico/FrugalBuild +++ b/source/x11-extra/ourico/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren pkgname=ourico -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc="A simple EWMH taskbar, with only a workspace switcher & window list." url="http://www.rootshell.be/~polachok/code" @@ -11,7 +11,7 @@ groups=('x11-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('6f635a05ebf1a8f9240da2c42dfb25ccfec64510') +sha1sums=('e4f4001592ffd49486cd667dd0402a26f2d34222') build() { From ryuo at frugalware.org Tue Sep 9 14:51:25 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 14:51:26 2008 Subject: [Frugalware-git] frugalware-current: pycups-1.9.42-1-i686 Message-ID: <20080909125125.8DCB2119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aac37f43d4b57fa5228d3efdf2e89d97a70c8e2e commit aac37f43d4b57fa5228d3efdf2e89d97a70c8e2e Author: James Buren Date: Tue Sep 9 07:50:16 2008 -0500 pycups-1.9.42-1-i686 * version bump diff --git a/source/lib-extra/pycups/FrugalBuild b/source/lib-extra/pycups/FrugalBuild index 3281cb7..a20c149 100644 --- a/source/lib-extra/pycups/FrugalBuild +++ b/source/lib-extra/pycups/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren pkgname=pycups -pkgver=1.9.41 +pkgver=1.9.42 pkgrel=1 pkgdesc="The python bindings for cups." url="http://cyberelk.net/tim/software/pycups/" @@ -11,6 +11,6 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="Flasttar `echo $url | sed 's|software|data|'`" source=(`echo $url | sed 's|software|data|'`/$pkgname-$pkgver.tar.bz2) -sha1sums=('d090d2cc43c6b4ebacb132dd1a1ba2665889052d') +sha1sums=('02dc38dfb942ef7ce5fbd1cb2018f0af49e5600c') # optimization OK From ryuo at frugalware.org Tue Sep 9 14:54:06 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 14:54:08 2008 Subject: [Frugalware-git] frugalware-current: termit-1.3.4-1-i686 Message-ID: <20080909125406.C1156119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=edbb5d7bcf9d2b975517befa4381281e4bea5f4c commit edbb5d7bcf9d2b975517befa4381281e4bea5f4c Author: James Buren Date: Tue Sep 9 07:52:03 2008 -0500 termit-1.3.4-1-i686 * forgot to update sums diff --git a/source/xapps-extra/termit/FrugalBuild b/source/xapps-extra/termit/FrugalBuild index 0812698..8caf9df 100644 --- a/source/xapps-extra/termit/FrugalBuild +++ b/source/xapps-extra/termit/FrugalBuild @@ -13,6 +13,6 @@ archs=('i686' 'x86_64') up2date="Flasttar $url" source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2) Finclude cmake -sha1sums=('1ebe50aaf0a08537be1325cc61ffca195c51b498') +sha1sums=('f55cce1e1bec3544c5538c555eebf04412a8cdc7') # optimization OK From ryuo at frugalware.org Tue Sep 9 14:54:06 2008 From: ryuo at frugalware.org (James Buren) Date: Tue Sep 9 14:54:09 2008 Subject: [Frugalware-git] frugalware-current: termit-1.3.4-1-i686 Message-ID: <20080909125406.A6DF1119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eaa04cea788da65f40c410bc33241d886f597bd4 commit eaa04cea788da65f40c410bc33241d886f597bd4 Author: James Buren Date: Tue Sep 9 07:51:40 2008 -0500 termit-1.3.4-1-i686 * version bump diff --git a/source/xapps-extra/termit/FrugalBuild b/source/xapps-extra/termit/FrugalBuild index 8df213d..0812698 100644 --- a/source/xapps-extra/termit/FrugalBuild +++ b/source/xapps-extra/termit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren pkgname=termit -pkgver=1.3.3 +pkgver=1.3.4 pkgrel=1 pkgdesc="A terminal emulator based on the vte library." url="http://code.google.com/p/termit/wiki/TermIt" From vmiklos at frugalware.org Tue Sep 9 14:57:54 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 14:57:55 2008 Subject: [Frugalware-git] frugalware-current: erlang-12B_4-1-i686 Message-ID: <20080909125754.A06F6119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b9993f0883e3030e506d03cfd5b92b184a75f988 commit b9993f0883e3030e506d03cfd5b92b184a75f988 Author: Miklos Vajna Date: Tue Sep 9 14:56:41 2008 +0200 erlang-12B_4-1-i686 - version bump diff --git a/source/devel-extra/erlang/FrugalBuild b/source/devel-extra/erlang/FrugalBuild index 7257e9a..53ef473 100644 --- a/source/devel-extra/erlang/FrugalBuild +++ b/source/devel-extra/erlang/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: Miklos Vajna pkgname=erlang -pkgver=12B_3 -ertsver=5.6.3 -interfacever=3.5.7 +pkgver=12B_4 +ertsver=5.6.4 +interfacever=3.5.8 pkgrel=1 pkgdesc="A programming language designed at the Ericsson Computer Science Laboratory." url="http://www.erlang.org/" @@ -16,9 +16,9 @@ up2date="lynx -dump http://www.erlang.org/download.html|grep readme$|sed 's/.*_R source=(http://www.erlang.org/download/otp_src_R${pkgver/_/-}.tar.gz \ http://www.erlang.org/download/otp_doc_html_R${pkgver/_/-}.tar.gz \ http://www.erlang.org/download/otp_doc_man_R${pkgver/_/-}.tar.gz) -sha1sums=('ea5f202cc35ed6ef2796727b95d62c9bbe6ad5e5' \ - '194003607113c84aef5b5daad7ca8b8901d1d80a' \ - '8ea4c9fa7d941c339c73bb417f88ee939d6989eb') +sha1sums=('4e42454c3f560ce6efd3c917a79a5b288664e329' \ + 'cbe6bc52a5000b21de5cac5f9b2672b935e94ed7' \ + 'b954711b493e384606ce23d32a6d980017637b10') build() { From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:36 2008 Subject: [Frugalware-git] frugalware-current: quilt-0.47-1-i686 Message-ID: <20080909132334.05192119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a7361c48267a3a5f465cbc16911214b6e350da06 commit a7361c48267a3a5f465cbc16911214b6e350da06 Author: Miklos Vajna Date: Tue Sep 9 15:00:55 2008 +0200 quilt-0.47-1-i686 - version bump diff --git a/source/devel-extra/quilt/FrugalBuild b/source/devel-extra/quilt/FrugalBuild index 7fad57e..f27c2e7 100644 --- a/source/devel-extra/quilt/FrugalBuild +++ b/source/devel-extra/quilt/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=quilt -pkgver=0.46 +pkgver=0.47 pkgrel=1 pkgdesc="Allows to manage a series of patches." url="http://savannah.nongnu.org/projects/quilt" @@ -13,4 +13,4 @@ up2date="lynx -dump http://savannah.nongnu.org/download/quilt/ |Flasttar" source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz) # optimization OK -sha1sums=('9344c1289f262053beb0196645b41ea5d9cda597') +sha1sums=('028dadd5ab60b1df12edd18af600e59fe0a83525') From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:37 2008 Subject: [Frugalware-git] frugalware-current: lxml-2.1.2-1-i686 Message-ID: <20080909132334.178E1119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=26ef35cf38cbcb578b9bf9af7a4f159dc23fbd9b commit 26ef35cf38cbcb578b9bf9af7a4f159dc23fbd9b Author: Miklos Vajna Date: Tue Sep 9 15:10:07 2008 +0200 lxml-2.1.2-1-i686 - version bump diff --git a/source/devel-extra/lxml/FrugalBuild b/source/devel-extra/lxml/FrugalBuild index a96b802..cc68266 100644 --- a/source/devel-extra/lxml/FrugalBuild +++ b/source/devel-extra/lxml/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=lxml -pkgver=2.1.1 +pkgver=2.1.2 pkgrel=1 pkgdesc="Easy-to-use library for working with XML and HTML in Python." url="http://codespeak.net/lxml/" @@ -11,7 +11,7 @@ groups=('devel-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url |grep latest|sed 's/.*lxml \(.*\), .*/\1/;q'" source=(http://cheeseshop.python.org/packages/source/l/lxml/lxml-$pkgver.tar.gz) -sha1sums=('797c996d3381f59495582336daceaf50b9c14fff') +sha1sums=('5354b3dd5f0bd16589da9970e0da7df60aaaa2f5') build() { From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:41 2008 Subject: [Frugalware-git] frugalware-current: bzr-svn-0.4.12-1-i686 Message-ID: <20080909132334.326A111901A1@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1de09617fc4661b1a3875f44de05d0cedbf2ee9b commit 1de09617fc4661b1a3875f44de05d0cedbf2ee9b Author: Miklos Vajna Date: Tue Sep 9 15:12:26 2008 +0200 bzr-svn-0.4.12-1-i686 - version bump diff --git a/source/devel-extra/bzr-svn/FrugalBuild b/source/devel-extra/bzr-svn/FrugalBuild index 29d818e..7ed86c2 100644 --- a/source/devel-extra/bzr-svn/FrugalBuild +++ b/source/devel-extra/bzr-svn/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=bzr-svn -pkgver=0.4.10 +pkgver=0.4.12 pkgrel=1 pkgdesc="Subversion branch support for Bazaar" url="http://bazaar-vcs.org/BzrForeignBranches/Subversion" @@ -20,3 +20,5 @@ build() rm Makefile Fmakeinstall } + +# optimization OK From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:42 2008 Subject: [Frugalware-git] frugalware-current: file-4.26-1-i686 Message-ID: <20080909132334.4901D11901A5@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b26c79149304bfd57ecd014cbaa03fbbdb79e78d commit b26c79149304bfd57ecd014cbaa03fbbdb79e78d Author: Miklos Vajna Date: Tue Sep 9 15:14:00 2008 +0200 file-4.26-1-i686 - version bump diff --git a/source/base/file/FrugalBuild b/source/base/file/FrugalBuild index 7c731ea..b1580da 100644 --- a/source/base/file/FrugalBuild +++ b/source/base/file/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=file -pkgver=4.25 -pkgrel=2 +pkgver=4.26 +pkgrel=1 pkgdesc="File type identification utility" url="ftp://ftp.astron.com/pub/file" depends=('glibc>=2.8-3' 'zlib>=1.2.3-6') @@ -11,7 +11,7 @@ groups=('base' 'chroot-core') archs=('i686' 'x86_64' 'ppc') up2date="wget --passive-ftp -O - -q ftp://ftp.astron.com/pub/file/ |grep file |grep tar.gz|tail -n 1|cut -d '>' -f 2|cut -d '<' -f 1|sed 's/.tar.gz//'|cut -d - -f 2" source=(ftp://ftp.astron.com/pub/file/$pkgname-$pkgver.tar.gz) -sha1sums=('0d4a0b678a4c13fbc38cd0ea633ef4df60d74f22') +sha1sums=('412cdac5cd778d867e2d91a01b09858be1998ec3') build() { From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:43 2008 Subject: [Frugalware-git] frugalware-current: ed-1.0-1-i686 Message-ID: <20080909132334.5D8ED11901AB@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab66b8f5d4c061bff74fe4d9ae6f945888c11b95 commit ab66b8f5d4c061bff74fe4d9ae6f945888c11b95 Author: Miklos Vajna Date: Tue Sep 9 15:14:19 2008 +0200 ed-1.0-1-i686 - version bump diff --git a/source/base/ed/FrugalBuild b/source/base/ed/FrugalBuild index 2495f5c..5869234 100644 --- a/source/base/ed/FrugalBuild +++ b/source/base/ed/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=ed -pkgver=0.9 -pkgrel=3 +pkgver=1.0 +pkgrel=1 pkgdesc="A POSIX-compliant line editor" url="http://www.gnu.org/software/ed/ed.html" depends=('glibc>=2.8-3') From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:43 2008 Subject: [Frugalware-git] frugalware-current: rdiff-backup-1.2.1-1-i686 Message-ID: <20080909132334.7228911901AE@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02d39ff498b91ffd4d46647a73b81f78e9b9819b commit 02d39ff498b91ffd4d46647a73b81f78e9b9819b Author: Miklos Vajna Date: Tue Sep 9 15:18:20 2008 +0200 rdiff-backup-1.2.1-1-i686 - version bump diff --git a/source/apps-extra/rdiff-backup/FrugalBuild b/source/apps-extra/rdiff-backup/FrugalBuild index 0fd9bc3..1854ac9 100644 --- a/source/apps-extra/rdiff-backup/FrugalBuild +++ b/source/apps-extra/rdiff-backup/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=rdiff-backup -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=1 pkgdesc="Backs up one directory to another, possibly over a network." url="http://www.nongnu.org/rdiff-backup/" @@ -12,4 +12,4 @@ archs=('i686' 'x86_64') up2date="lynx -dump $url|grep stable |sed 's/.*n \(.*\), r.*/\1/;q'" source=(http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-$pkgver.tar.gz) # optimization OK -sha1sums=('3ebb9561532f2b829d95b2f88ef0a3e1cd60d4d8') +sha1sums=('4479584da1ef85814e01f59b406cadd63cd6f405') From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:44 2008 Subject: [Frugalware-git] frugalware-current: libnxml-0.18.3-1-i686 Message-ID: <20080909132334.7EDFF11901AF@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce70d727c607994a6cdd03a0d908cacf429e88ec commit ce70d727c607994a6cdd03a0d908cacf429e88ec Author: Miklos Vajna Date: Tue Sep 9 15:19:13 2008 +0200 libnxml-0.18.3-1-i686 - version bump diff --git a/source/lib-extra/libnxml/FrugalBuild b/source/lib-extra/libnxml/FrugalBuild index 979a5e0..df595d3 100644 --- a/source/lib-extra/libnxml/FrugalBuild +++ b/source/lib-extra/libnxml/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=libnxml -pkgver=0.18.2 +pkgver=0.18.3 pkgrel=1 pkgdesc="nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams." url="http://www2.autistici.org/bakunin/libnxml" @@ -11,6 +11,6 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url |Flasttar" source=($url/libnxml-$pkgver.tar.gz) -sha1sums=('0ddf96fb28ee8a0327c8eb6a8a51399a3afa9464') +sha1sums=('2bcb17ea01aa953d0f8cbc116e025bb837bec4aa') # optimization OK From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:44 2008 Subject: [Frugalware-git] frugalware-current: libmrss-0.19.2-1-i686 Message-ID: <20080909132334.8A08011901B1@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6979f368a11207d84899b2064bcf494d62338e2 commit c6979f368a11207d84899b2064bcf494d62338e2 Author: Miklos Vajna Date: Tue Sep 9 15:19:49 2008 +0200 libmrss-0.19.2-1-i686 - version bump diff --git a/source/lib-extra/libmrss/FrugalBuild b/source/lib-extra/libmrss/FrugalBuild index ef53950..1975ec4 100644 --- a/source/lib-extra/libmrss/FrugalBuild +++ b/source/lib-extra/libmrss/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=libmrss -pkgver=0.19.1 +pkgver=0.19.2 pkgrel=1 pkgdesc="A C library for parsing, writing and creating RSS (0.91, 0.92, 1.0, 2.0) files or streams." url="http://www2.autistici.org/bakunin/libmrss/" @@ -11,5 +11,5 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url |Flasttar" source=($url/libmrss-$pkgver.tar.gz) -sha1sums=('a632b89af04f05ebc3c8dca91d8934e2909a7217') +sha1sums=('3723b0f41151873de11eb56bb3743a4f72d446ce') # optimization OK From vmiklos at frugalware.org Tue Sep 9 15:23:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:23:45 2008 Subject: [Frugalware-git] frugalware-current: findutils-4.5.2-1-i686 Message-ID: <20080909132334.67FAB11901AD@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cf580e99c5056fae66463be2fd6f32eb2d2b8324 commit cf580e99c5056fae66463be2fd6f32eb2d2b8324 Author: Miklos Vajna Date: Tue Sep 9 15:16:16 2008 +0200 findutils-4.5.2-1-i686 - version bump diff --git a/source/base/findutils/FrugalBuild b/source/base/findutils/FrugalBuild index d2d2957..28f9da8 100644 --- a/source/base/findutils/FrugalBuild +++ b/source/base/findutils/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=findutils -pkgver=4.5.1 -pkgrel=2 +pkgver=4.5.2 +pkgrel=1 pkgdesc="Basic directory searching utilities" url="http://www.gnu.org/software/findutils" depends=('glibc>=2.8-3' 'bash') From vmiklos at frugalware.org Tue Sep 9 15:38:36 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:38:39 2008 Subject: [Frugalware-git] frugalware-current: nss_ldap-262-1-i686 Message-ID: <20080909133836.99D85119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e4f00b6f43d21b6da1c7e3cfcf0d6cab6ae5751b commit e4f00b6f43d21b6da1c7e3cfcf0d6cab6ae5751b Author: Miklos Vajna Date: Tue Sep 9 15:27:15 2008 +0200 nss_ldap-262-1-i686 - version bump diff --git a/source/network-extra/nss_ldap/FrugalBuild b/source/network-extra/nss_ldap/FrugalBuild index 0fa377c..53476c4 100644 --- a/source/network-extra/nss_ldap/FrugalBuild +++ b/source/network-extra/nss_ldap/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=nss_ldap -pkgver=261 +pkgver=262 pkgrel=1 pkgdesc="Resolve the entities defined in RFC 2307 from LDAP directories." url="http://www.padl.com/OSS/nss_ldap.html" @@ -13,5 +13,5 @@ up2date="lynx -dump http://www.padl.com/download/ |grep nss_ldap- |Flasttar" source=(http://www.padl.com/download/$pkgname-$pkgver.tar.gz) Fconfopts="$Fconfopts --with-ldap=openldap --libdir=/lib --enable-schema-mapping \ --enable-rfc2307bis" -sha1sums=('85058bfca645f88a177bcde7fb3f1bea23c6e8f1') +sha1sums=('846419cc10fbcccc173744176bdd88f9607e7f28') # optimization OK From vmiklos at frugalware.org Tue Sep 9 15:38:36 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:38:40 2008 Subject: [Frugalware-git] frugalware-current: bitlbee-skype-0.6.3-1-i686 Message-ID: <20080909133836.B4476119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=785650b0b38ad2c1617ff863d393a6a0a228ee3c commit 785650b0b38ad2c1617ff863d393a6a0a228ee3c Author: Miklos Vajna Date: Tue Sep 9 15:27:59 2008 +0200 bitlbee-skype-0.6.3-1-i686 - version bump diff --git a/source/network-extra/bitlbee-skype/FrugalBuild b/source/network-extra/bitlbee-skype/FrugalBuild index fcc8ac3..81e0b76 100644 --- a/source/network-extra/bitlbee-skype/FrugalBuild +++ b/source/network-extra/bitlbee-skype/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=bitlbee-skype -pkgver=0.6.0 -pkgrel=2 +pkgver=0.6.3 +pkgrel=1 pkgdesc="A Skype plugin for BitlBee" url="http://vmiklos.hu/project/bitlbee-skype/" depends=('bitlbee>=1.2.2' 'skype4py') From vmiklos at frugalware.org Tue Sep 9 15:38:36 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:38:41 2008 Subject: [Frugalware-git] frugalware-current: ejabberd-2.0.2-1-i686 Message-ID: <20080909133836.C95C411901A1@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c0d7ca45d48a9ad4b7d25eea1962e6c76ad177a7 commit c0d7ca45d48a9ad4b7d25eea1962e6c76ad177a7 Author: Miklos Vajna Date: Tue Sep 9 15:32:29 2008 +0200 ejabberd-2.0.2-1-i686 - version bump diff --git a/source/network-extra/ejabberd/FrugalBuild b/source/network-extra/ejabberd/FrugalBuild index 3f6970c..fb1686e 100644 --- a/source/network-extra/ejabberd/FrugalBuild +++ b/source/network-extra/ejabberd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=ejabberd -pkgver=2.0.1_2 +pkgver=2.0.2 pkgrel=1 pkgdesc="A free and open source instant messaging server written in Erlang." url="http://ejabberd.jabber.ru/" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://www.process-one.net/en/ejabberd/archive/|grep -v beta |Flasttar" source=(http://www.process-one.net/downloads/ejabberd/${pkgver%%_*}/ejabberd-$pkgver.tar.gz \ rc.ejabberd README.Frugalware) -sha1sums=('7fbb21eb87206c1b40e5234927e2d6a20de66149' \ +sha1sums=('7c82082b941277fe18aac25ca9b2016f25dc8472' \ 'ac41a05fd1a21dcb6a4f1e104c185e82b5262d43' \ '1b31169bb44dabd8d862c603f8a79a5d4c6fa69d') From vmiklos at frugalware.org Tue Sep 9 15:38:36 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:38:42 2008 Subject: [Frugalware-git] frugalware-current: live-2008.09.02-1-i686 Message-ID: <20080909133836.E0E2311901A5@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1ff83171b53e067807bd1ffb1567e3aba279591a commit 1ff83171b53e067807bd1ffb1567e3aba279591a Author: Miklos Vajna Date: Tue Sep 9 15:35:23 2008 +0200 live-2008.09.02-1-i686 - version bump diff --git a/source/multimedia/live/FrugalBuild b/source/multimedia/live/FrugalBuild index b80ecba..cda20cf 100644 --- a/source/multimedia/live/FrugalBuild +++ b/source/multimedia/live/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=live -pkgver=2008.07.25 +pkgver=2008.09.02 pkgrel=1 pkgdesc="Source-code libraries for standards-based RTP/RTCP/RTSP multimedia streaming" url="http://www.live555.com/" @@ -11,7 +11,7 @@ groups=('multimedia') archs=('i686' 'x86_64') up2date="lynx -dump http://www.live555.com/liveMedia/public/|grep tar.gz$|sed 's/.*live.\(.*\)\.t.*/\1/;q'" source=(http://www.live555.com/liveMedia/public/live.$pkgver.tar.gz) -sha1sums=('fbc84b2b16212a2891d587bff48bfb8822716a7c') +sha1sums=('ea65e82fa331dd843af75d2eb35f23cd07308062') build() { From vmiklos at frugalware.org Tue Sep 9 15:38:37 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:38:43 2008 Subject: [Frugalware-git] frugalware-current: firefox-firebug-1.2.0-1-i686 Message-ID: <20080909133837.07D2711901AB@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3aff3201519b24bd69bd0e905a12eb638391457b commit 3aff3201519b24bd69bd0e905a12eb638391457b Author: Miklos Vajna Date: Tue Sep 9 15:35:59 2008 +0200 firefox-firebug-1.2.0-1-i686 - version bump diff --git a/source/xapps-extra/firefox-firebug/FrugalBuild b/source/xapps-extra/firefox-firebug/FrugalBuild index 52f17ab..c56daa1 100644 --- a/source/xapps-extra/firefox-firebug/FrugalBuild +++ b/source/xapps-extra/firefox-firebug/FrugalBuild @@ -1,7 +1,7 @@ # Compiling Time: 0.01 SBU # Maintainer: Miklos Vajna -pkgver=1.2.0b13 +pkgver=1.2.0 pkgrel=1 pkgdesc="Display WML (Wireless Markup Language) content." url="https://addons.mozilla.org/firefox/1843/" @@ -14,5 +14,5 @@ _F_firefox_id="firebug@software.joehewitt.com" _F_firefox_name="$_F_firefox_ext-$pkgver-fx.xpi" _F_firefox_nocurly=1 Finclude firefox-extension -sha1sums=('363556ced23d0da8971ed41cf752ef16e3d99375' \ +sha1sums=('9147223c16b06cec547a75de8aa8b86a8a0f80d4' \ 'bd28013296ba44b61bc73f367fbaa536ddfdf933') From vmiklos at frugalware.org Tue Sep 9 15:49:01 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:49:04 2008 Subject: [Frugalware-git] frugalware-current: git2cl-2.0-1-i686 Message-ID: <20080909134901.A27FE119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b7b9979482656f9bc39be56e362ace58b1d83f73 commit b7b9979482656f9bc39be56e362ace58b1d83f73 Author: Miklos Vajna Date: Tue Sep 9 15:47:57 2008 +0200 git2cl-2.0-1-i686 - version bump diff --git a/source/devel-extra/git2cl/FrugalBuild b/source/devel-extra/git2cl/FrugalBuild index c0ccee9..192a023 100644 --- a/source/devel-extra/git2cl/FrugalBuild +++ b/source/devel-extra/git2cl/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=git2cl -pkgver=1.2 +pkgver=2.0 pkgrel=1 pkgdesc="A tool used to generate GNU ChangeLogs based on git repository logs." url="http://josefsson.org/git2cl/" From vmiklos at frugalware.org Tue Sep 9 15:53:17 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 15:53:20 2008 Subject: [Frugalware-git] frugalware-current: firefox-3.0.1-2-ppc Message-ID: <20080909135317.D00C5119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=815d4659933d053c1e7d8452df7e5a5a8921ee9e commit 815d4659933d053c1e7d8452df7e5a5a8921ee9e Author: Miklos Vajna Date: Tue Sep 9 15:52:06 2008 +0200 firefox-3.0.1-2-ppc added ppc to archs() diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index f082518..8eca5a4 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -12,7 +12,7 @@ depends=('gtk+2' 'libidl' 'desktop-file-utils' 'nss>=3.12' 'glibc>=2.6' 'dbus-gl 'lcms' 'libxau' 'libxdmcp' 'libxft' 'libxt' 'libstdc++' 'libxdamage' 'libice' 'bzip2' ) makedepends=('zip') groups=('xapps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/latest/source | sed 's/-source//g' | Flasttarbz2" source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver-source.tar.bz2 \ # Disable the default application checks. From vmiklos at frugalware.org Tue Sep 9 16:08:34 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 16:08:36 2008 Subject: [Frugalware-git] frugalware-current: fltk-1.1.9-1-ppc Message-ID: <20080909140834.19989119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=78910b88a97129d47a2536b7801cd9f0d252cd3f commit 78910b88a97129d47a2536b7801cd9f0d252cd3f Author: Miklos Vajna Date: Tue Sep 9 16:07:32 2008 +0200 fltk-1.1.9-1-ppc added ppc to archs() diff --git a/source/xlib/fltk/FrugalBuild b/source/xlib/fltk/FrugalBuild index 1ba4bcd..1c8ce47 100644 --- a/source/xlib/fltk/FrugalBuild +++ b/source/xlib/fltk/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="FLTK is a cross-platform C++ GUI toolkit for X" url="http://www.fltk.org/" depends=('libjpeg' 'libgcc' 'libxft' 'libpng' 'libxt' 'mesa') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.fltk.org/|grep 'Stable Release'|sed 's/.*: \[.*\].*v//'" source=(ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.bz2) sha1sums=('6f21903dc53c829ec71e8e49655eb19e624c8247') @@ -20,3 +20,5 @@ build() --with-x Frm /usr/share/man/cat{1,3} } + +# optimization OK From vmiklos at frugalware.org Tue Sep 9 16:43:23 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 16:43:25 2008 Subject: [Frugalware-git] frugalware-current: openexr-1.4.0a-3-i686 Message-ID: <20080909144323.D25B5119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=731e29380c2b11c324cdb4e0fd2d2a9cf3b0526c commit 731e29380c2b11c324cdb4e0fd2d2a9cf3b0526c Author: Miklos Vajna Date: Tue Sep 9 16:40:53 2008 +0200 openexr-1.4.0a-3-i686 - rebuild with gcc-4.3 diff --git a/source/xapps/openexr/FrugalBuild b/source/xapps/openexr/FrugalBuild index 9fdda61..9f49fb4 100644 --- a/source/xapps/openexr/FrugalBuild +++ b/source/xapps/openexr/FrugalBuild @@ -3,7 +3,7 @@ pkgname=openexr pkgver=1.4.0a -pkgrel=2 +pkgrel=3 pkgdesc="OpenEXR is a high dynamic-range (HDR) image file format." url="http://www.openexr.com" depends=('mesa' 'libsm' 'fltk' 'libgl' 'libstdc++' 'libdrm' 'libxcb' 'libxmu' 'libxrender') @@ -11,20 +11,9 @@ groups=('xapps') archs=('i686' 'x86_64') up2date="lynx -dump http://download.savannah.gnu.org/releases/openexr/|grep 'openexr-\(.*\).tar.gz'|grep -v images| Flasttar" source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz \ - openexr-1.4.0a-asneeded.patch) - -build() -{ - Fcd $pkgname-${pkgver//a/} - Fpatchall - aclocal || Fdie - autoconf || Fdie - libtoolize --copy --force || Fdie - automake || Fdie - Fmake - Fmakeinstall -} - -sha1sums=('d7f2188b677ea28cafb104f2ace6c0f50b5aadee'\ - 'b63fdc2492a5bedb2b50f71b8bc4ae771356fcaf') + openexr-1.4.0a-asneeded.patch gcc43.patch) +sha1sums=('d7f2188b677ea28cafb104f2ace6c0f50b5aadee' \ + 'b63fdc2492a5bedb2b50f71b8bc4ae771356fcaf' \ + 'ea73ace41a7dcaf4ea6d5b7d50df41acb6ae4cd5') +_F_cd_path=$pkgname-${pkgver//a/} # optimization OK diff --git a/source/xapps/openexr/gcc43.patch b/source/xapps/openexr/gcc43.patch new file mode 100644 index 0000000..f5fa837 --- /dev/null +++ b/source/xapps/openexr/gcc43.patch @@ -0,0 +1,22 @@ +diff -Naur openexr-1.6.1-orig/exrenvmap/main.cpp openexr-1.6.1/exrenvmap/main.cpp +--- openexr-1.6.1-orig/exrenvmap/main.cpp 2007-04-24 19:07:51.000000000 -0600 ++++ openexr-1.6.1/exrenvmap/main.cpp 2008-01-12 20:28:56.000000000 -0600 +@@ -43,6 +43,7 @@ + #include + #include + #include ++#include + #include + #include + +diff -Naur openexr-1.6.1-orig/exrmaketiled/main.cpp openexr-1.6.1/exrmaketiled/main.cpp +--- openexr-1.6.1-orig/exrmaketiled/main.cpp 2007-04-24 19:08:45.000000000 -0600 ++++ openexr-1.6.1/exrmaketiled/main.cpp 2008-01-12 20:28:14.000000000 -0600 +@@ -45,6 +45,7 @@ + #include + #include + #include ++#include + #include + + using namespace Imf; From vmiklos at frugalware.org Tue Sep 9 16:47:07 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 16:47:08 2008 Subject: [Frugalware-git] frugalware-current: openexr-1.4.0a-3-ppc Message-ID: <20080909144707.96F5A119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5311224317f473418bcf3d684392cc2b866f1cbd commit 5311224317f473418bcf3d684392cc2b866f1cbd Author: Miklos Vajna Date: Tue Sep 9 16:46:22 2008 +0200 openexr-1.4.0a-3-ppc added ppc to archs() diff --git a/source/xapps/openexr/FrugalBuild b/source/xapps/openexr/FrugalBuild index 9f49fb4..66a869b 100644 --- a/source/xapps/openexr/FrugalBuild +++ b/source/xapps/openexr/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="OpenEXR is a high dynamic-range (HDR) image file format." url="http://www.openexr.com" depends=('mesa' 'libsm' 'fltk' 'libgl' 'libstdc++' 'libdrm' 'libxcb' 'libxmu' 'libxrender') groups=('xapps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://download.savannah.gnu.org/releases/openexr/|grep 'openexr-\(.*\).tar.gz'|grep -v images| Flasttar" source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz \ openexr-1.4.0a-asneeded.patch gcc43.patch) From vmiklos at frugalware.org Tue Sep 9 16:52:48 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 16:52:49 2008 Subject: [Frugalware-git] frugalware-current: freeglut-2.4.0-2-ppc Message-ID: <20080909145248.596D2119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b2ad2693e347d16872bbc261ec499d330ed4f7f commit 4b2ad2693e347d16872bbc261ec499d330ed4f7f Author: Miklos Vajna Date: Tue Sep 9 16:51:58 2008 +0200 freeglut-2.4.0-2-ppc added ppc to archs() diff --git a/source/xlib/freeglut/FrugalBuild b/source/xlib/freeglut/FrugalBuild index d439ffe..8e5cce2 100644 --- a/source/xlib/freeglut/FrugalBuild +++ b/source/xlib/freeglut/FrugalBuild @@ -6,7 +6,7 @@ pkgver=2.4.0 pkgrel=2 pkgdesc="The free OpenGL utility toolkit, alternative to the GLUT library" groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('mesa>=7.0.1-2' 'libstdc++') makedepends=('libx11>=1.1.3' 'libxext>=1.0.3') Finclude sourceforge From vmiklos at frugalware.org Tue Sep 9 16:57:41 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 16:57:43 2008 Subject: [Frugalware-git] frugalware-current: jasper-1.900.1-2-ppc Message-ID: <20080909145741.58C38119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2ae43f47dfa51bb2135bee6d0297b4cb4225f163 commit 2ae43f47dfa51bb2135bee6d0297b4cb4225f163 Author: Miklos Vajna Date: Tue Sep 9 16:56:50 2008 +0200 jasper-1.900.1-2-ppc added ppc to archs() diff --git a/source/xlib/jasper/FrugalBuild b/source/xlib/jasper/FrugalBuild index d16aac8..98a27ad 100644 --- a/source/xlib/jasper/FrugalBuild +++ b/source/xlib/jasper/FrugalBuild @@ -11,7 +11,7 @@ source=($url/software/$pkgname-$pkgver.zip jasper-stepsizes-overflow.diff) depends=('libjpeg' 'freeglut') makedepends=('unzip') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Fconfopts="$Fconfopts --enable-shared --disable-static" sha1sums=('9c5735f773922e580bf98c7c7dfda9bbed4c5191' \ 'f298566fef08c8a589d072582112cd51c72c3983') From devil505linux at gmail.com Tue Sep 9 17:06:15 2008 From: devil505linux at gmail.com (Devil505) Date: Tue Sep 9 17:06:17 2008 Subject: [Frugalware-git] frugalware-current: guvcview-0.9.3-1-i686 Message-ID: <20080909150615.9A623119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5098306af6765a462505a99b615702b737e810c2 commit 5098306af6765a462505a99b615702b737e810c2 Author: Devil505 Date: Tue Sep 9 17:04:54 2008 +0200 guvcview-0.9.3-1-i686 * version bump * remove patch kernel26-gcc43 diff --git a/source/xapps-extra/guvcview/FrugalBuild b/source/xapps-extra/guvcview/FrugalBuild index 5b23ed9..d43734d 100644 --- a/source/xapps-extra/guvcview/FrugalBuild +++ b/source/xapps-extra/guvcview/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=guvcview -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=1 pkgdesc="A video viewer and capturer for the linux uvc driver" depends=('kernel>=2.6.26' 'gtk+2' 'freetype2' 'libxau' 'libxdmcp' 'sdl' 'portaudio' 'libxdamage' 'libxext' 'libxml2' 'gst-plugins-good-video4linux2') @@ -11,11 +11,9 @@ _F_berlios_name="$pkgname-src" _F_berlios_dirname="$pkgname" _F_berlios_broken_up2date="1" Finclude berlios -source=($source gcc4.3_Kernel2.26.diff) groups=('xapps-extra') archs=('i686' 'x86_64') _F_cd_path="$_F_berlios_name-$pkgver" -sha1sums=('ef35c3339ab0018744d95b7b9cf97774b43913ad' \ - 'd8ef8a42af233bbeb1b2a74b550ea40b648bcf8b') +sha1sums=('998ab81fd8c689e141370808cfa58d93d50b43aa') # optimization OK diff --git a/source/xapps-extra/guvcview/gcc4.3_Kernel2.26.diff b/source/xapps-extra/guvcview/gcc4.3_Kernel2.26.diff deleted file mode 100644 index efe8c7a..0000000 --- a/source/xapps-extra/guvcview/gcc4.3_Kernel2.26.diff +++ /dev/null @@ -1,31 +0,0 @@ ---- guvcview-src-0.9.2old/src/v4l2uvc.h 2008-08-13 18:25:12.000000000 +0200 -+++ guvcview-src-0.9.2/src/v4l2uvc.h 2008-08-13 18:24:59.000000000 +0200 -@@ -99,12 +99,8 @@ - - #define V4L2_CID_PRIVATE_LAST (V4L2_CID_WHITE_BALANCE_TEMPERATURE+1) - --enum v4l2_exposure_auto_type { -- V4L2_EXPOSURE_MANUAL = 1, -- V4L2_EXPOSURE_AUTO = 2, -- V4L2_EXPOSURE_SHUTTER_PRIORITY = 4, -- V4L2_EXPOSURE_APERTURE_PRIORITY = 8 --}; -+ -+ - - static const int exp_vals[]={ - V4L2_EXPOSURE_MANUAL, -@@ -114,13 +110,6 @@ - }; - - --enum v4l2_power_line_frequency { -- V4L2_CID_POWER_LINE_FREQUENCY_DISABLED = 0, -- V4L2_CID_POWER_LINE_FREQUENCY_50HZ = 1, -- V4L2_CID_POWER_LINE_FREQUENCY_60HZ = 2, --}; -- -- - #define UVC_DYN_CONTROLS - /* - * Dynamic controls From devil505linux at gmail.com Tue Sep 9 17:10:53 2008 From: devil505linux at gmail.com (Devil505) Date: Tue Sep 9 17:10:54 2008 Subject: [Frugalware-git] frugalware-current: xcfa-3.3.40-1-i686 Message-ID: <20080909151053.23E07119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3f6db92c5d23b478aee452758db247436b062286 commit 3f6db92c5d23b478aee452758db247436b062286 Author: Devil505 Date: Tue Sep 9 17:09:41 2008 +0200 xcfa-3.3.40-1-i686 * version bump diff --git a/source/xapps-extra/xcfa/FrugalBuild b/source/xapps-extra/xcfa/FrugalBuild index 529a01e..9d98d85 100644 --- a/source/xapps-extra/xcfa/FrugalBuild +++ b/source/xapps-extra/xcfa/FrugalBuild @@ -1,9 +1,9 @@ -# Compiling Time: 0.20 SBU +# Compiling Time: 0.17 SBU # Maintainer: Devil505 # Contributor: jedifox pkgname=xcfa -pkgver=3.3.37 +pkgver=3.3.40 pkgrel=1 pkgdesc="Frontend which use miscellaneous external programs to extract and convert music files" url="http://www.xcfa.tuxfamily.org/" @@ -15,4 +15,4 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://download.tuxfamily.org/xcfaudio/download/Src/ | Flasttar" Fconfopts="${Fconfopts[@]} --disable-ansi" source=(http://download.tuxfamily.org/xcfaudio/download/Src/$pkgname-$pkgver.tar.gz) -sha1sums=('06314fecfb4e72f4299b13bf5f2713178ef2ba9c') +sha1sums=('80c34caf20390b66b48719d206fd81890beaf5b4') From devil505linux at gmail.com Tue Sep 9 17:33:29 2008 From: devil505linux at gmail.com (Devil505) Date: Tue Sep 9 17:33:30 2008 Subject: [Frugalware-git] frugalware-current: fotoxx-5.2.4-1-i686 Message-ID: <20080909153329.7A811119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bdbf92f2783e0ec0d94319f1dd208802ca3755da commit bdbf92f2783e0ec0d94319f1dd208802ca3755da Author: Devil505 Date: Tue Sep 9 17:30:49 2008 +0200 fotoxx-5.2.4-1-i686 * version bump diff --git a/source/xapps-extra/fotoxx/FrugalBuild b/source/xapps-extra/fotoxx/FrugalBuild index 2806559..39d6aa4 100644 --- a/source/xapps-extra/fotoxx/FrugalBuild +++ b/source/xapps-extra/fotoxx/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=fotoxx -pkgver=5.0.3 +pkgver=5.2.4 pkgrel=1 pkgdesc="A program for improving image files made with a digital camera" url="http://kornelix.squarespace.com/$pkgname/" @@ -12,12 +12,12 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" source=(http://kornelix.squarespace.com/storage/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('74378507b20463e453d796e84daf03929caf91c0') +sha1sums=('64e1d5b1a992fd76ae35a50e0913604d6cb9c91d') replaces=('fotox') build() { - Fcd + Fcd $pkgname export PREFIX=/usr Fmake Fmakeinstall Fmkdir usr/share/applications/ From devil505linux at gmail.com Tue Sep 9 17:37:28 2008 From: devil505linux at gmail.com (Devil505) Date: Tue Sep 9 17:37:30 2008 Subject: [Frugalware-git] frugalware-current: vagalume-0.7-1-i686 Message-ID: <20080909153728.290D9119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ac28e82574b859fa4bb4f65807cd0abb18947198 commit ac28e82574b859fa4bb4f65807cd0abb18947198 Author: Devil505 Date: Tue Sep 9 17:36:18 2008 +0200 vagalume-0.7-1-i686 * version bump diff --git a/source/gnome-extra/vagalume/FrugalBuild b/source/gnome-extra/vagalume/FrugalBuild index 49190be..02ffbb6 100644 --- a/source/gnome-extra/vagalume/FrugalBuild +++ b/source/gnome-extra/vagalume/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling Time: 0.11 SBU +# Compiling Time: 0.5 SBU # Maintainer: Devil505 pkgname=vagalume -pkgver=0.6 +pkgver=0.7 pkgrel=1 pkgdesc="Vagalume is a Last.fm client for Gnome" url="http://vagalume.igalia.com/" @@ -18,7 +18,7 @@ Fpkgversep="_" up2date="Flastarchive http://people.igalia.com/berto/files/vagalume/source/ .orig.tar.gz" source=($urldl/$pkgname$Fpkgversep$pkgver.orig.tar.gz) _F_cd_path="$pkgname-$pkgver.orig" -sha1sums=('1022e387a8fb907ecaea25cfb4ee47a815676b23') +sha1sums=('9cfb527fedfe4878743993198c39da87141e9f78') # optimization OK From devil505linux at gmail.com Tue Sep 9 17:46:51 2008 From: devil505linux at gmail.com (Devil505) Date: Tue Sep 9 17:46:53 2008 Subject: [Frugalware-git] frugalware-current: terminator-0.10-1-i686 Message-ID: <20080909154651.D37C7119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0769897b6444bcf51dfeffa3f3b79f76ab4ea91b commit 0769897b6444bcf51dfeffa3f3b79f76ab4ea91b Author: Devil505 Date: Tue Sep 9 17:45:33 2008 +0200 terminator-0.10-1-i686 * version bump diff --git a/source/gnome-extra/terminator/FrugalBuild b/source/gnome-extra/terminator/FrugalBuild index e9be2c3..b4fb360 100644 --- a/source/gnome-extra/terminator/FrugalBuild +++ b/source/gnome-extra/terminator/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=terminator -pkgver=0.9 +pkgver=0.10 pkgrel=1 pkgdesc="Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals." url="http://www.tenshu.net/terminator/" @@ -16,6 +16,7 @@ Fpkgversep="_" up2date="elinks -dump 'https://launchpad.net/$pkgname/+download' | Flasttar" source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_${pkgver}.tar.gz) _F_cd_path="$pkgname-$pkgver" -sha1sums=('fb61fe78a32b480ec00692cfc9272500e0872ec5') +sha1sums=('49efecb8e70df3a87a7070797cdc9edbfb327ab7') + From devil505linux at gmail.com Tue Sep 9 18:01:24 2008 From: devil505linux at gmail.com (Devil505) Date: Tue Sep 9 18:01:25 2008 Subject: [Frugalware-git] frugalware-current: gbrainy-1.00-1-i686 Message-ID: <20080909160124.0BE0D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8b057902238a34ab780f85300d521703db944389 commit 8b057902238a34ab780f85300d521703db944389 Author: Devil505 Date: Tue Sep 9 18:00:07 2008 +0200 gbrainy-1.00-1-i686 * version bump diff --git a/source/gnome-extra/gbrainy/FrugalBuild b/source/gnome-extra/gbrainy/FrugalBuild index 9f5cbe0..74e17ca 100644 --- a/source/gnome-extra/gbrainy/FrugalBuild +++ b/source/gnome-extra/gbrainy/FrugalBuild @@ -1,8 +1,8 @@ -# Compiling Time: 0.08 SBU +# Compiling Time: 0.03 SBU # Maintainer: Devil505 pkgname=gbrainy -pkgver=0.70 +pkgver=1.00 pkgrel=1 pkgdesc="brain teaser game and trainer" url="http://live.gnome.org/$pkgname" @@ -17,7 +17,7 @@ Finclude gnome-scriptlet groups=('gnome-extra') up2date="lynx -dump http://www.softcatala.org/~jmas/$pkgname/ | Flasttar" source=(http://www.softcatala.org/~jmas/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('fdfe824d0d8c0ebdfb432de12d64b43a0b2af60e') +sha1sums=('8f3f8b49686d0b7eed871af94ec4e86c3f9ad9b8') build() { From hermier at frugalware.org Tue Sep 9 19:00:08 2008 From: hermier at frugalware.org (Michel Hermier) Date: Tue Sep 9 19:00:10 2008 Subject: [Frugalware-git] homepage-ng: news_fr.xml Message-ID: <20080909170008.AE2D5119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=be7eacca7dc4cc4f2a0e427691e7569b9b737cab commit be7eacca7dc4cc4f2a0e427691e7569b9b737cab Author: Michel Hermier Date: Tue Sep 9 18:58:28 2008 +0200 news_fr.xml * Add 0.9 release news. diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index a9edc94..bfc8002 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -22,8 +22,122 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 110 + Frugalware 0.9rc2 (Solaria) pour i686 et x86_64 est disponible + Tue, 09 Sep 2008 01:53:58 +0200 + Miklos Vajna + 0 + annoncer la sortie de Frugalware 0.9, notre neuvième version stable.
    + Aucune nouveauté n'a été ajoutée depuis 0.9rc2, mais plus de 40 changements ont étés éffectués pour corriger des problèmes mineurs. + Si vous n'avez pas suivis les changement pendant les versions pre/rc, voici les changements les plus important depuis la version 0.8:
    +
      +
    • Mise à jour du système de base: Noyaux Linux 2.6.26, Glibc 2.8 et GCC 4.3.1
    • +
    • Mise à jour de paquets de bureau: GNOME 2.22, OpenOffice.org 2.4.1 et Firefox 3.0.1
    • +
    • Installateur: amélioration du support pour les machines possédents plusieurs cartes réseaux, l'installateur usb est plus facile à démarrer, l'installation dans virtualbox/vmware est fixée/documentée.
    • +
    • Amélioration des outils graphiques: FUN (notificateurs de mise à jour) supporte maintenant l'affichage des nouvelles.
    • +
    • 6400 changement, inclue 568 nouveaux paquets, 2279 mise à jour de paquets et 926 taches fermées.
    • +
    + Veuillez vous référer à la Frugalware Solaria ChangeLog pour plus d'information.
    + Téléchargements pour i686:
    + livecd, + netinstall, + cd1, + cd2, + cd3, + cd4, + cd5, + cd6, + cd7, + cd8, + cd9, + cd10, + cd11, + cd12, + cd13, + cd14, + cd15, + cd16, + cd17, + dvd1, + dvd2, + dvd3, + tftp, + usb, + chroot tarball +
    + Téléchargements pour x86_64:
    + netinstall, + cd1, + cd2, + cd3, + cd4, + cd5, + cd6, + cd7, + cd8, + cd9, + cd10, + cd11, + cd12, + cd13, + cd14, + dvd1, + dvd2, + tftp, + usb, + chroot tarball +
    + NOTE: Cliquez ici pour avoir plus d'information pour choisir le media dont vous avez besoin pour l'installation.
    + SHA1SUMs: +
    +0383ece5dadf7f6c3fae76fe6bf1c9eb4c4ba968  frugalware-0.9-i686-cd10.iso
    +d877114f5e750030d4a7de9ea8450018c68397d6  frugalware-0.9-i686-cd11.iso
    +a8e419bb1d4d5c86697a4ce8601c9115c45945b3  frugalware-0.9-i686-cd12.iso
    +84a391373964b4562a66637484857bcab2e2c152  frugalware-0.9-i686-cd13.iso
    +49fb32529af5a6560481b7b5c60d4a02fe915ccd  frugalware-0.9-i686-cd14.iso
    +9927bcbbc50e6af9a0ffcd28c4bdd72ee5c97edb  frugalware-0.9-i686-cd15.iso
    +75d4ffad29a36e1461ce123faf3a1380dec8b85f  frugalware-0.9-i686-cd16.iso
    +2d3536e412f8113dd75b37c88e3ad3e3a34fc53e  frugalware-0.9-i686-cd17.iso
    +c537d5a0b23f4c6fee0c492d900e45ffc413f595  frugalware-0.9-i686-cd1.iso
    +c54f15d4a84e9edf1ae0b361b3561c60408106e9  frugalware-0.9-i686-cd2.iso
    +f517c107d899d15f26917b82dd4e0bfb41649fa3  frugalware-0.9-i686-cd3.iso
    +973863f7a50a2a63735a56f73a5e9810aa0aac81  frugalware-0.9-i686-cd4.iso
    +13d3f325db8527500afe4e1febebc81de851a9b3  frugalware-0.9-i686-cd5.iso
    +ca3e59204f2f5a87d4966753109baa641eb2c9d0  frugalware-0.9-i686-cd6.iso
    +1ee8825c535b6097b22be1a6b3a512c469dc647e  frugalware-0.9-i686-cd7.iso
    +18cacd311e6750cfdece0085e106f5ebdc821a8a  frugalware-0.9-i686-cd8.iso
    +b0f55f01fe40488d642f8997c89db7d5761b26b7  frugalware-0.9-i686-cd9.iso
    +707c673c9e8af04eb535531f83ad176da0c14e10  frugalware-0.9-i686-dvd1.iso
    +bb0927d89f7eae9a6b29fd53f3200d9894696fec  frugalware-0.9-i686-dvd2.iso
    +a0fe6e2e7aa3b1b94f0876ada796eeef37550bbb  frugalware-0.9-i686-dvd3.iso
    +55271cf0891b3212694d83653c379b4c08747502  frugalware-0.9-i686-net.iso
    +5d35777ccaadc3c25a2e0e5ed623c3a5010fc889  frugalware-0.9-x86_64-cd10.iso
    +ae3d5b07c8e01bfec60791d9e5622750737fc581  frugalware-0.9-x86_64-cd11.iso
    +7373b0dd47e007234dca056bf04d16a528444a25  frugalware-0.9-x86_64-cd12.iso
    +0990e9c516efbdfea211d4590b817420cfca4eb6  frugalware-0.9-x86_64-cd13.iso
    +9df01abb82ae48ff04b4c579551417dc7bd92a2a  frugalware-0.9-x86_64-cd14.iso
    +9c7103b730c0ea29815c6ff767603a89f1619105  frugalware-0.9-x86_64-cd1.iso
    +ef178a9f04dfc3bb6b9ebb93d4c39e873a03a034  frugalware-0.9-x86_64-cd2.iso
    +b4164619a11590cf644d6d93b32e3579b9d9a061  frugalware-0.9-x86_64-cd3.iso
    +e6b662514a82c7a0770f17b9e1ea6c07769eb96a  frugalware-0.9-x86_64-cd4.iso
    +b46496147a659b19811135720007b04122874666  frugalware-0.9-x86_64-cd5.iso
    +ea964984272532e0641fed7266b65939fea91a2d  frugalware-0.9-x86_64-cd6.iso
    +178cb089726bd918a223b9d32d6f83b39a7f0c9c  frugalware-0.9-x86_64-cd7.iso
    +c54e1c5de643b6682aa34f72cfe4b640fbaf500e  frugalware-0.9-x86_64-cd8.iso
    +dd62797d0702eb84d60e1c7b54301fbfe2d5f8e2  frugalware-0.9-x86_64-cd9.iso
    +b49dcffed6fdd7ee6c410fbf4adbc445ecbe5746  frugalware-0.9-x86_64-dvd1.iso
    +b62bce2cb1cc74d774731ebc3a30b5fbffe61a07  frugalware-0.9-x86_64-dvd2.iso
    +f2a29df040f4b5ac40a52fa7e90447e81ea1a240  frugalware-0.9-x86_64-net.iso
    +10cb93ab72fe961386fdcc67881f7f2afde11741  fwlive-0.9-i686-full.iso
    +			
    + Si vous mettez vers Solaria depuis notre version stable précédente (Kalgan), veuillez lire la partie mise à jour de notre documentation.
    + ]]> +
    +
    + 109 - Frugalware 0.9rc2 (Solaria) released + Frugalware 0.9rc2 (Solaria) est disponible Tue, 26 Aug 2008 01:02:24 +0200 Miklos Vajna 0 @@ -674,7 +788,7 @@ f443ddfb61652ccde5f87135965e467e3bc660f7 frugalware-0.9pre1-i686-usb.img 91 - Frugalware 0.8rc2 (Kalgan) pour i686 est disponible + Frugalware 0.8 (Kalgan) pour i686 est disponible Mon, 11 Mar 2008 07:16:05 +0100 VMiklos 0 From bouleetbil at frogdev.info Tue Sep 9 20:01:47 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 20:01:48 2008 Subject: [Frugalware-git] frugalware-current: orbit2-2.14.12-2-ppc Message-ID: <20080909180147.6A2A9119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=991ffe39739993d3b086a061ee34daa0c7d743bb commit 991ffe39739993d3b086a061ee34daa0c7d743bb Author: bouleetbil Date: Tue Sep 9 19:59:56 2008 +0200 orbit2-2.14.12-2-ppc *added ppc to archs() diff --git a/source/gnome/orbit2/FrugalBuild b/source/gnome/orbit2/FrugalBuild index 8cf883c..3531078 100644 --- a/source/gnome/orbit2/FrugalBuild +++ b/source/gnome/orbit2/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.gnome.org/" depends=('libidl>=0.8.10-2' 'glib2>=2.16.3' 'popt' 'openssl') makedepends=('gtk-doc>=1.9' 'gnome-common>=2.12.0') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome options=('scriptlet') _F_cd_path="ORBit2-$pkgver" From bouleetbil at frogdev.info Tue Sep 9 20:09:08 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 20:09:08 2008 Subject: [Frugalware-git] frugalware-current: indent-2.2.10-1-ppc Message-ID: <20080909180908.1799E119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24cd4cb544496d799ddd37fa91437a24f25ef37d commit 24cd4cb544496d799ddd37fa91437a24f25ef37d Author: bouleetbil Date: Tue Sep 9 20:07:30 2008 +0200 indent-2.2.10-1-ppc *added ppc to archs() diff --git a/source/devel/indent/FrugalBuild b/source/devel/indent/FrugalBuild index bb4fa22..fe76967 100644 --- a/source/devel/indent/FrugalBuild +++ b/source/devel/indent/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="The GNU Pretty-printer" url="http://indent.isidore-it.eu/beautify.html" depends=('glibc') groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://indent.isidore-it.eu/beautify.html| grep -m1 'indent-\(.*\).tar.gz'|Flasttar" source=(http://indent.isidore-it.eu/$pkgname-$pkgver.tar.gz) sha1sums=('20fa8a7a4af6670c3254c8b87020291c3db37ed1') From vmiklos at frugalware.org Tue Sep 9 20:16:35 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 20:16:37 2008 Subject: [Frugalware-git] frugalware-current: dbus-python-0.83.0-1-ppc Message-ID: <20080909181635.ECCBE119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=695d32b38702dbbac14f14e5c0489238678f5cc7 commit 695d32b38702dbbac14f14e5c0489238678f5cc7 Author: Miklos Vajna Date: Tue Sep 9 20:15:30 2008 +0200 dbus-python-0.83.0-1-ppc added ppc to archs() diff --git a/source/apps/dbus-python/FrugalBuild b/source/apps/dbus-python/FrugalBuild index 4db85c5..1360549 100644 --- a/source/apps/dbus-python/FrugalBuild +++ b/source/apps/dbus-python/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.freedesktop.org/wiki/Software_2fDBusBindings" depends=('dbus-glib>=0.74-2' 'python>=2.5.2-5') makedepends=('doxygen') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://dbus.freedesktop.org/releases/dbus-python/|Flasttar" source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) sha1sums=('c2a6edaf69b52066e8fb205ebee96a1aae141944') From vmiklos at frugalware.org Tue Sep 9 20:21:08 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 20:21:09 2008 Subject: [Frugalware-git] frugalware-current: nss-mdns-0.10-1-ppc Message-ID: <20080909182108.0FEBF119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=872cfb7cd9251163553e9c1f1d4bb2dc626cae24 commit 872cfb7cd9251163553e9c1f1d4bb2dc626cae24 Author: Miklos Vajna Date: Tue Sep 9 20:20:27 2008 +0200 nss-mdns-0.10-1-ppc added ppc to archs() diff --git a/source/network/nss-mdns/FrugalBuild b/source/network/nss-mdns/FrugalBuild index 3792b0b..bf1c718 100644 --- a/source/network/nss-mdns/FrugalBuild +++ b/source/network/nss-mdns/FrugalBuild @@ -9,7 +9,7 @@ url="http://0pointer.de/lennart/projects/nss-mdns/" depends=('glibc') groups=('network') backup=('etc/mdns.allow') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://0pointer.de/lennart/projects/nss-mdns/|grep '.tar.gz'|grep 'nss-mdns-'|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" source=($url/$pkgname-$pkgver.tar.gz mdns.allow README.Frugalware) sha1sums=('d8610950b8b209e29129a70765449b820bcda1a0'\ From vmiklos at frugalware.org Tue Sep 9 20:24:32 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 20:24:33 2008 Subject: [Frugalware-git] frugalware-current: libdaemon-0.13-1-ppc Message-ID: <20080909182432.D6306119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44b87f205da9d7fb07b7a4e1871a3587dbd37e0f commit 44b87f205da9d7fb07b7a4e1871a3587dbd37e0f Author: Miklos Vajna Date: Tue Sep 9 20:23:53 2008 +0200 libdaemon-0.13-1-ppc added ppc to archs() diff --git a/source/lib/libdaemon/FrugalBuild b/source/lib/libdaemon/FrugalBuild index d1e0e30..c2bc004 100644 --- a/source/lib/libdaemon/FrugalBuild +++ b/source/lib/libdaemon/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="libdaemon is a lightweight C library that eases the writing of UNIX dae url="http://0pointer.de/lennart/projects/libdaemon/" depends=('glibc') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://0pointer.de/lennart/projects/libdaemon | grep 'libdaemon [0-9]' | sed 's/ //g' | sed 's/libdaemon//'" source=($url/$pkgname-$pkgver.tar.gz) Fconfopts="$Fconfopts --disable-doxygen --disable-lynx" From vmiklos at frugalware.org Tue Sep 9 20:28:32 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 20:28:33 2008 Subject: [Frugalware-git] frugalware-current: libungif-4.1.4-2-ppc Message-ID: <20080909182832.32B0F119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47a3f99a31fc9fe52128878dda5cd1175f1ab384 commit 47a3f99a31fc9fe52128878dda5cd1175f1ab384 Author: Miklos Vajna Date: Tue Sep 9 20:27:45 2008 +0200 libungif-4.1.4-2-ppc added ppc to archs() diff --git a/source/xlib/libungif/FrugalBuild b/source/xlib/libungif/FrugalBuild index ad45238..7944297 100644 --- a/source/xlib/libungif/FrugalBuild +++ b/source/xlib/libungif/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="GIF loading and saving shared library" depends=('libx11' 'libsm' 'libxt') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_sourceforge_dirname="giflib" Finclude sourceforge # DIED -> http://sourceforge.net/forum/forum.php?forum_id=753553 From vmiklos at frugalware.org Tue Sep 9 20:31:07 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 20:31:09 2008 Subject: [Frugalware-git] frugalware-current: libexif-0.6.16-2-ppc Message-ID: <20080909183107.A2411119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f4ee9e727a7fea606725a7edff3fde0a7b8e20f4 commit f4ee9e727a7fea606725a7edff3fde0a7b8e20f4 Author: Miklos Vajna Date: Tue Sep 9 20:30:24 2008 +0200 libexif-0.6.16-2-ppc added ppc to archs() diff --git a/source/lib/libexif/FrugalBuild b/source/lib/libexif/FrugalBuild index 7574471..a9ab8f0 100644 --- a/source/lib/libexif/FrugalBuild +++ b/source/lib/libexif/FrugalBuild @@ -12,7 +12,7 @@ url="http://sourceforge.net/projects/libexif" depends=('glibc') makedepends=('doxygen') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Fconfopts="$Fconfopts --disable-static --with-gnu-ld" up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=12272|grep 'libexif '|sed -n '1 p'|tr -s ' '|cut -d ' ' -f 3|cut -d ] -f 2" source=(${source[@]} CVE-2007-6351.patch CVE-2007-6352.patch) From vmiklos at frugalware.org Tue Sep 9 20:39:14 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 20:39:15 2008 Subject: [Frugalware-git] frugalware-current: libgdiplus-1.9-1-ppc Message-ID: <20080909183914.456F9119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f76ca9fa7f6e69bc01067fd378f1e58f51c200e4 commit f76ca9fa7f6e69bc01067fd378f1e58f51c200e4 Author: Miklos Vajna Date: Tue Sep 9 20:38:29 2008 +0200 libgdiplus-1.9-1-ppc added ppc to archs() diff --git a/source/xlib/libgdiplus/FrugalBuild b/source/xlib/libgdiplus/FrugalBuild index 94d8cbe..bbcdec7 100644 --- a/source/xlib/libgdiplus/FrugalBuild +++ b/source/xlib/libgdiplus/FrugalBuild @@ -9,7 +9,7 @@ pkgdesc="libgdiplus is an implementation of the GDI+ library on Windows" url="http://www.mono-project.com" depends=('glib2>=2.16.3' 'libungif' 'libjpeg' 'libtiff' 'libexif' 'cairo>=1.2.4') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'libgdiplus-'|sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2) Fconfopts="$Fconfopts --with-cairo=system" From bouleetbil at frogdev.info Tue Sep 9 20:40:30 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 20:40:31 2008 Subject: [Frugalware-git] frugalware-current: db-4.5-4.5.20-2-ppc Message-ID: <20080909184030.4FCF6119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=16e0e5a09fe97af182921aa3ab0b56da0fde0e0c commit 16e0e5a09fe97af182921aa3ab0b56da0fde0e0c Author: bouleetbil Date: Tue Sep 9 20:38:26 2008 +0200 db-4.5-4.5.20-2-ppc *added ppc to archs() diff --git a/source/lib-extra/db-4.5/FrugalBuild b/source/lib-extra/db-4.5/FrugalBuild index 702080c..b14bda0 100644 --- a/source/lib-extra/db-4.5/FrugalBuild +++ b/source/lib-extra/db-4.5/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="The Berkeley DB embedded database system v4.5.x" url="http://www.sleepycat.com" depends=('libstdc++') groups=('lib-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="$pkgver" source=(http://download.oracle.com/berkeley-db/db-$pkgver.tar.gz \ http://www.oracle.com/technology/products/berkeley-db/db/update/4.5.20/patch.4.5.20.1 \ From bouleetbil at frogdev.info Tue Sep 9 21:18:58 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 21:19:00 2008 Subject: [Frugalware-git] frugalware-current: heimdal-1.2.1-1-ppc Message-ID: <20080909191858.1E375119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=977ecb11b5913556d675088fe4cb8d08a8bc360a commit 977ecb11b5913556d675088fe4cb8d08a8bc360a Author: bouleetbil Date: Tue Sep 9 21:17:09 2008 +0200 heimdal-1.2.1-1-ppc *added ppc to archs() diff --git a/source/lib/heimdal/FrugalBuild b/source/lib/heimdal/FrugalBuild index 62ceb9f..575a48d 100644 --- a/source/lib/heimdal/FrugalBuild +++ b/source/lib/heimdal/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Heimdal Kerberos V5 libraries" url="http://www.pdc.kth.se/heimdal/" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('e2fsprogs' 'openssl' 'termcap' 'db>=4.7.25') up2date="lynx -dump $url |grep current|sed 's/.*e \(.*\) and.*/\1/'" source=(http://ftp.pdc.kth.se/pub/heimdal/src/$pkgname-$pkgver.tar.gz) From bouleetbil at frogdev.info Tue Sep 9 21:32:08 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 21:32:10 2008 Subject: [Frugalware-git] frugalware-current: cyrus-sasl-2.1.22-16-ppc Message-ID: <20080909193208.A93A0119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f06419a255e7d77e10a76c3419d4800e2ed5c5e7 commit f06419a255e7d77e10a76c3419d4800e2ed5c5e7 Author: bouleetbil Date: Tue Sep 9 21:29:21 2008 +0200 cyrus-sasl-2.1.22-16-ppc *added ppc to archs() diff --git a/source/network/cyrus-sasl/FrugalBuild b/source/network/cyrus-sasl/FrugalBuild index a05a37f..58cc9c2 100644 --- a/source/network/cyrus-sasl/FrugalBuild +++ b/source/network/cyrus-sasl/FrugalBuild @@ -10,7 +10,7 @@ depends=('openssl' 'gdbm') backup=(etc/sysconfig/saslauthd) makedepends=('mysql' 'postgresql>=8.2' 'heimdal>=1.2.1' 'db>=4.7.25') groups=('network') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') source=(ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-$pkgver.tar.gz \ $pkgname-2.1.21-checkpw.patch psql.patch rc.saslauthd saslauthd \ README.Frugalware) @@ -28,7 +28,7 @@ subdescs=("$pkgname mysql, postgresql and sqlite plugin." "$pkgname gssapiv2 plu subdepends=("$pkgname=$pkgver libmysqlclient libpq>=8.2" "$pkgname=$pkgver db>=4.6.16 heimdal>=1.2.1" \ "$pkgname=$pkgver $pkgname-gssapiv2") subgroups=('network' 'network' 'network') -subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') build() { unset MAKEFLAGS From vmiklos at frugalware.org Tue Sep 9 21:44:48 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 21:44:50 2008 Subject: [Frugalware-git] frugalware-current: mono-1.9-2-ppc Message-ID: <20080909194448.2FC78119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0d15581b08f0ab0110815f428554fc560d2cceef commit 0d15581b08f0ab0110815f428554fc560d2cceef Author: Miklos Vajna Date: Tue Sep 9 21:34:09 2008 +0200 mono-1.9-2-ppc added ppc to archs() diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild index 301a4a3..1fbe530 100644 --- a/source/devel/mono/FrugalBuild +++ b/source/devel/mono/FrugalBuild @@ -10,7 +10,7 @@ depends=('glib2' 'zlib') makedepends=('libgdiplus>=1.9') rodepends=('libxml2') groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') 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 rc.mono rc.mono-hu.po \ From bouleetbil at frogdev.info Tue Sep 9 22:19:18 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 22:19:21 2008 Subject: [Frugalware-git] frugalware-current: openldap-2.3.43-1-ppc Message-ID: <20080909201918.AE4AE119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cbae2e298336570b136207640e644f26e2331983 commit cbae2e298336570b136207640e644f26e2331983 Author: bouleetbil Date: Tue Sep 9 22:15:35 2008 +0200 openldap-2.3.43-1-ppc *added ppc to archs() *added -D_GNU_SOURCE to CPPFLAGS diff --git a/source/network-extra/openldap/FrugalBuild b/source/network-extra/openldap/FrugalBuild index c1ca3c5..20d24cd 100644 --- a/source/network-extra/openldap/FrugalBuild +++ b/source/network-extra/openldap/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A suite of the Lightweight Directory Access Protocol servers" url="http://www.openldap.org/" groups=('network-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') backup=(etc/openldap/ldap.conf etc/openldap/slapd.conf) depends=('db-4.5>=4.5.20-2' 'libtool') rodepends=("libldap=$pkgver") @@ -23,13 +23,13 @@ subpkgs=('libldap') subdescs=('OpenLDAP library.') subdepends=('openssl cyrus-sasl') subgroups=('lib') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { Fpatchall autoconf || return 1 - export CPPFLAGS="-I/usr/include/db-4.5 $CPPFLAGS" + export CPPFLAGS="-I/usr/include/db-4.5 $CPPFLAGS -D_GNU_SOURCE" Fmake \ --localstatedir=/var/openldap --enable-syslog --enable-dynamic \ --with-readline --with-threads --with-tls --enable-slapd \ From bouleetbil at frogdev.info Tue Sep 9 22:31:07 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 22:31:09 2008 Subject: [Frugalware-git] frugalware-current: gconf-2.22.0-1-ppc Message-ID: <20080909203107.616B1119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d657212031623c01753c91c5c7b317b35dc1008d commit d657212031623c01753c91c5c7b317b35dc1008d Author: bouleetbil Date: Tue Sep 9 22:29:14 2008 +0200 gconf-2.22.0-1-ppc *added ppc to archs() diff --git a/source/gnome/gconf/FrugalBuild b/source/gnome/gconf/FrugalBuild index 9660e75..6f31991 100644 --- a/source/gnome/gconf/FrugalBuild +++ b/source/gnome/gconf/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.gnome.org/" depends=('orbit2>=2.14.12' 'gtk+2>=2.12.9' 'libxml2') makedepends=('indent' 'gtk-doc>=1.9' 'openldap' 'perl-xml-parser') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} gconf-2.16.0-reload.patch gconf-2.22.0-automagic-ldap.patch) sha1sums=('2a9ca649ef58394e425a030dc99b863b499a8a56' \ @@ -21,7 +21,7 @@ subpkgs=('gconf-ldap') subdescs=('Gconf LDAP support modules') subdepends=('gconf libldap') subgroups=('gnome') -subarchs=('i686 x86_64') +subarchs=('i686 x86_64 ppc') build() { Fcd GConf-$pkgver From bouleetbil at frogdev.info Tue Sep 9 22:52:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 22:52:04 2008 Subject: [Frugalware-git] frugalware-current: libtasn1-1.4-1-ppc Message-ID: <20080909205203.3EC9B119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6c23c13d121f1d47173e374f65f151b0e5e26552 commit 6c23c13d121f1d47173e374f65f151b0e5e26552 Author: bouleetbil Date: Tue Sep 9 22:50:38 2008 +0200 libtasn1-1.4-1-ppc *added ppc to archs() diff --git a/source/lib/libtasn1/FrugalBuild b/source/lib/libtasn1/FrugalBuild index f723094..30523ba 100644 --- a/source/lib/libtasn1/FrugalBuild +++ b/source/lib/libtasn1/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" url="http://josefsson.org/libtasn1/" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('glibc' 'texinfo') makedepends=('gtk-doc') options=('scriptlet') From bouleetbil at frogdev.info Tue Sep 9 23:02:27 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 23:02:29 2008 Subject: [Frugalware-git] frugalware-current: gnome-keyring-2.22.3-1-ppc Message-ID: <20080909210227.7F6B6119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9280df4472b144337749591b0d8fcad9777fdcbf commit 9280df4472b144337749591b0d8fcad9777fdcbf Author: bouleetbil Date: Tue Sep 9 23:01:09 2008 +0200 gnome-keyring-2.22.3-1-ppc *added ppc to archs() diff --git a/source/gnome/gnome-keyring/FrugalBuild b/source/gnome/gnome-keyring/FrugalBuild index 496023a..a1975e4 100644 --- a/source/gnome/gnome-keyring/FrugalBuild +++ b/source/gnome/gnome-keyring/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.gnome.org/" depends=('gtk+2>=2.12.11' 'dbus-glib>=0.76-1' 'hal' 'libtasn1>=1.4' 'gconf') makedepends=('intltool' 'gtk-doc>=1.9') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_gnome_schemas=('/etc/gconf/schemas/gnome-keyring.schemas') Finclude gnome gnome-scriptlet Fconfopts="$Fconfopts --enable-gtk-doc" From bouleetbil at frogdev.info Tue Sep 9 23:19:35 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 23:19:36 2008 Subject: [Frugalware-git] frugalware-current: shared-mime-info-0.51-1-ppc Message-ID: <20080909211935.115EF119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af12820184754709e809c1dd25fec41cc87fb5d0 commit af12820184754709e809c1dd25fec41cc87fb5d0 Author: bouleetbil Date: Tue Sep 9 23:18:02 2008 +0200 shared-mime-info-0.51-1-ppc *added ppc to archs() diff --git a/source/xlib/shared-mime-info/FrugalBuild b/source/xlib/shared-mime-info/FrugalBuild index 30cc24d..07cdacc 100644 --- a/source/xlib/shared-mime-info/FrugalBuild +++ b/source/xlib/shared-mime-info/FrugalBuild @@ -10,7 +10,7 @@ url="http://freedesktop.org/Software/shared-mime-info" depends=('libxml2' 'glib2>=2.16.3') makedepends=('perl-xml-parser' 'intltool') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url | grep -m 1 \"$pkgname-[0-9\.]\+.tar.bz2\" | grep -o '[0-9\.]\+.tar.bz2' | sed 's|.tar.bz2||'" source=(http://freedesktop.org/~hadess/$pkgname-$pkgver.tar.bz2) sha1sums=('4428b572e6d0fd1d8cf5d2f3eb887d7ab90e151f') From vmiklos at frugalware.org Tue Sep 9 23:22:33 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 23:22:34 2008 Subject: [Frugalware-git] frugalware-current: xulrunner-1.8.1.3-3-ppc Message-ID: <20080909212233.63C7E119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f285dd6d61b92f7bc3f88974695c1d564de0e491 commit f285dd6d61b92f7bc3f88974695c1d564de0e491 Author: Miklos Vajna Date: Tue Sep 9 23:18:40 2008 +0200 xulrunner-1.8.1.3-3-ppc added ppc to archs() diff --git a/source/xlib/xulrunner/FrugalBuild b/source/xlib/xulrunner/FrugalBuild index 7ab6b74..7ad35e2 100644 --- a/source/xlib/xulrunner/FrugalBuild +++ b/source/xlib/xulrunner/FrugalBuild @@ -11,7 +11,7 @@ depends=('gtk+2>=2.10.12' 'libidl' 'nss>=3.12') makedepends=('zip' 'pkgconfig') groups=('xlib') options=('scriptlet') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/?C=M;O=D'|grep -m1 'releases/[0-9]'|sed 's/.*s\/\(.*\)/\/\1/;s/\///g'" source=(http://frugalware.org/~alex/tarballs/xulrunner/$pkgname-$pkgver-source.tar.bz2 \ xulrunner-1.8.1.3-bug310924.patch xulrunner-1.8.1.3-bug325644.patch newer_nss.patch mozconfig) From bouleetbil at frogdev.info Tue Sep 9 23:23:05 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue Sep 9 23:23:07 2008 Subject: [Frugalware-git] frugalware-current: gnome-mime-data-2.18.0-2-ppc Message-ID: <20080909212305.E2187119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=647116edda64b4550273df17e90c1d88e6c226b3 commit 647116edda64b4550273df17e90c1d88e6c226b3 Author: bouleetbil Date: Tue Sep 9 23:21:26 2008 +0200 gnome-mime-data-2.18.0-2-ppc *added ppc to archs() diff --git a/source/gnome/gnome-mime-data/FrugalBuild b/source/gnome/gnome-mime-data/FrugalBuild index a6c3dde..555a2d8 100644 --- a/source/gnome/gnome-mime-data/FrugalBuild +++ b/source/gnome/gnome-mime-data/FrugalBuild @@ -9,6 +9,6 @@ url="http://www.gnome.org/" depends=('shared-mime-info>=0.19-2') makedepends=('intltool') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('9ce7b1a24a97f275f60b416fae82d81c1010cb65') From vmiklos at frugalware.org Tue Sep 9 23:25:45 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue Sep 9 23:25:46 2008 Subject: [Frugalware-git] frugalware-current: fastjar-0.96-1-ppc Message-ID: <20080909212545.6B8BB119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c6de77e639442a5d04fa5fadd9fd9520bf2c4605 commit c6de77e639442a5d04fa5fadd9fd9520bf2c4605 Author: Miklos Vajna Date: Tue Sep 9 23:25:05 2008 +0200 fastjar-0.96-1-ppc added ppc to archs() diff --git a/source/devel-extra/fastjar/FrugalBuild b/source/devel-extra/fastjar/FrugalBuild index f0c24c4..21b7a31 100644 --- a/source/devel-extra/fastjar/FrugalBuild +++ b/source/devel-extra/fastjar/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Fastjar is an implementation of Sun's jar utility" url="https://savannah.nongnu.org/projects/fastjar" depends=('zlib>=1.2.3-6') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://download.savannah.nongnu.org/releases/fastjar/|Flasttar" source=(http://download.savannah.nongnu.org/releases/fastjar/$pkgname-$pkgver.tar.gz) sha1sums=('24fb913eac951c871954f94f0cddb1e62293a8af') From devil505linux at gmail.com Wed Sep 10 08:30:28 2008 From: devil505linux at gmail.com (Devil505) Date: Wed Sep 10 08:30:32 2008 Subject: [Frugalware-git] frugalware-current: xcb-util-emul-0.2.1_1-1-x86_64 Message-ID: <20080910063028.B51D9119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e5e4d9855ffdb61ba5407fb2672616d538edea9b commit e5e4d9855ffdb61ba5407fb2672616d538edea9b Author: Devil505 Date: Wed Sep 10 08:27:42 2008 +0200 xcb-util-emul-0.2.1_1-1-x86_64 * new package diff --git a/source/emul-extra/xcb-util-emul/FrugalBuild b/source/emul-extra/xcb-util-emul/FrugalBuild new file mode 100644 index 0000000..e323f4f --- /dev/null +++ b/source/emul-extra/xcb-util-emul/FrugalBuild @@ -0,0 +1,11 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Christian Hamar alias krix + +pkgname=xcb-util-emul +pkgver=0.2.1_1 +pkgrel=1 +pkgdesc="Utility libraries for X C Binding for emulation of i686 on x86_64" +url="http://xcb.freedesktop.org" +rodepends=('libxcb-emul' 'libxau-emul' 'libxdmcp-emul') +Finclude emul +sha1sums=('e7a06fd720d655685149cd7a22168c4b09055c8e') From vmiklos at frugalware.org Wed Sep 10 12:38:40 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 12:38:43 2008 Subject: [Frugalware-git] frugalware-current: gcc-4.3.1-3-ppc Message-ID: <20080910103840.ED5C2119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b93e2b72fc61e3fa987adb42056ad65279369a95 commit b93e2b72fc61e3fa987adb42056ad65279369a95 Author: Miklos Vajna Date: Wed Sep 10 09:13:25 2008 +0200 gcc-4.3.1-3-ppc - make it possible to build with java enabled but ecj disabled (for bootstrapping) - enable java on ppc, and disable ecj for now - no relbump yet diff --git a/source/devel/gcc/FrugalBuild b/source/devel/gcc/FrugalBuild index 046d8fd..ad6584b 100644 --- a/source/devel/gcc/FrugalBuild +++ b/source/devel/gcc/FrugalBuild @@ -2,10 +2,11 @@ # Maintainer: Miklos Vajna USE_CPP=${USE_CPP:-"y"} +USE_JAVA=${USE_JAVA:-"y"} if [ "$CARCH" != "ppc" ]; then - USE_JAVA=${USE_JAVA:-"y"} + USE_ECJ=${USE_ECJ:-"y"} else - USE_JAVA=${USE_JAVA:-"n"} + USE_ECJ=${USE_ECJ:-"n"} fi USE_OBJC=${USE_OBJC:-"y"} USE_ADA=${USE_ADA:-"y"} @@ -50,13 +51,18 @@ if Fuse $USE_JAVA; then subpkgs=("${subpkgs[@]}" 'libffi' 'libgcj' 'libgcj-awt' 'gcc-gcj') subdescs=("${subdescs[@]}" 'FFU kubrarues from GCC' 'Java runtime library for gcc' 'AWT peer libraries for libgcj' 'Java support for GCC') subdepends=("${subdepends[@]}" 'glibc' 'libgcc zlib alsa-lib' \ - 'libgcj libart_lgpl gtk+2 libxml2 freetype2 libice libxtst libxau libxdmcp libxdamage libstdc++' \ - "libgcj zlib ecj mpfr") + 'libgcj libart_lgpl gtk+2 libxml2 freetype2 libice libxtst libxau libxdmcp libxdamage libstdc++') + if Fuse $USE_ECJ; then + subdepends=("${subdepends[@]}" "libgcj zlib ecj mpfr") + else + subdepends=("${subdepends[@]}" "libgcj zlib mpfr") + fi subbackup=("${subbackup[@]}" '' "usr/lib/gcj-$pkgver/classmap.db" '' '') subgroups=("${subgroups[@]}" 'lib' 'lib' 'xlib' 'devel-extra') makedepends=("${makedepends[@]}" 'gtk+2' 'libart_lgpl' 'libxtst' 'zip' 'xulrunner' \ - 'ecj' 'libxml2' 'freetype2' 'libice' 'libxtst' 'libxau' 'libxdmcp' \ + 'libxml2' 'freetype2' 'libice' 'libxtst' 'libxau' 'libxdmcp' \ 'libxdamage' 'alsa-lib' 'fastjar>=0.95') + Fuse $USE_ECJ && makedepends=("${makedepends[@]}" 'ecj') fi if Fuse $USE_OBJC; then subpkgs=("${subpkgs[@]}" 'libobjc' 'gcc-objc' 'gcc-objc++') @@ -115,12 +121,12 @@ build() langlist="$langlist,java" Fconfopts="$Fconfopts --enable-java-awt=gtk \ --with-fastjar=/usr/bin/fastjar \ - --with-ecj \ - --with-ecj-jar=/usr/share/java/eclipse-ecj.jar \ --enable-gtk-cairo \ --enable-plugin \ --disable-libjava-multilib \ --enable-hash-synchronization" + Fuse $USE_ECJ && Fconfopts="$Fconfopts --with-ecj \ + --with-ecj-jar=/usr/share/java/eclipse-ecj.jar" fi if Fuse $USE_CPP; then langlist="$langlist,c++" @@ -272,7 +278,8 @@ build() Fsplit gcc-gcj usr/bin/{gcj,$CHOST-gcj,gcjh,gjavah,jcf-dump} Fsplit gcc-gcj usr/man/man1/{gcj,gcjh,gjavah,jcf-dump}.1* Fsplit gcc-gcj usr/info/gcj* - Fsplit gcc-gcj usr/libexec/gcc/$CHOST/$pkgver/{jc1,jvgenmain,ecj1} + Fsplit gcc-gcj usr/libexec/gcc/$CHOST/$pkgver/{jc1,jvgenmain} + Fuse $USE_ECJ && usr/libexec/gcc/$CHOST/$pkgver/ecj1 fi if Fuse $USE_ADA; then # libgnat From vmiklos at frugalware.org Wed Sep 10 12:54:44 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 12:54:46 2008 Subject: [Frugalware-git] frugalware-current: ecj-3.3.2-2-ppc Message-ID: <20080910105444.20C19119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7c8885c569d7a60a7ab3e9a05aaf7170500f1a0 commit c7c8885c569d7a60a7ab3e9a05aaf7170500f1a0 Author: Miklos Vajna Date: Wed Sep 10 12:53:52 2008 +0200 ecj-3.3.2-2-ppc added ppc to archs() diff --git a/source/devel-extra/ecj/FrugalBuild b/source/devel-extra/ecj/FrugalBuild index 8aa004b..4286c9d 100644 --- a/source/devel-extra/ecj/FrugalBuild +++ b/source/devel-extra/ecj/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.eclipse.org/" Finclude java makedepends=('gcc-gcj>=4.3.1-3' 'fastjar>=0.95-2') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://download.eclipse.org/eclipse/downloads/|grep Release|sed -n 's/.*]\([0-9\.]*\) .*/\1/;1 p'" # NOTE: when you bump that package you should _NOT_ use the source as is from ecplipe because # it does not have any version and we end up to package it wrong. From vmiklos at frugalware.org Wed Sep 10 13:00:44 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:00:46 2008 Subject: [Frugalware-git] frugalware-current: pygobject-2.14.2-1-ppc Message-ID: <20080910110044.B2E16119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b5ea5a2ee5092797b5e853083a44e128e46e933 commit 4b5ea5a2ee5092797b5e853083a44e128e46e933 Author: Miklos Vajna Date: Wed Sep 10 13:00:30 2008 +0200 pygobject-2.14.2-1-ppc added ppc to archs() diff --git a/source/lib/pygobject/FrugalBuild b/source/lib/pygobject/FrugalBuild index 5d081f6..adef3c1 100644 --- a/source/lib/pygobject/FrugalBuild +++ b/source/lib/pygobject/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Python bindings for GObject" depends=('python' 'glib2>=2.16.3' 'libffi') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('e891c3f1ad0d6f737d6c51b9be3eb363f7d11cbc') From vmiklos at frugalware.org Wed Sep 10 13:06:03 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:06:06 2008 Subject: [Frugalware-git] frugalware-current: python-numeric-24.2-3-ppc Message-ID: <20080910110603.C7236119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f27463edd8af9d2d977ddcf19e3fd3900830e139 commit f27463edd8af9d2d977ddcf19e3fd3900830e139 Author: Miklos Vajna Date: Wed Sep 10 13:05:54 2008 +0200 python-numeric-24.2-3-ppc added ppc to archs() diff --git a/source/devel/python-numeric/FrugalBuild b/source/devel/python-numeric/FrugalBuild index ccb18d4..290f336 100644 --- a/source/devel/python-numeric/FrugalBuild +++ b/source/devel/python-numeric/FrugalBuild @@ -11,7 +11,7 @@ _F_sourceforge_dirname="numpy" Finclude sourceforge depends=('python>=2.5') groups=('devel') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=1369|grep -m1 'Numeric-\(.*\).tar.gz'|sed 's/.*-\(.*\).t.*/\1/'" source=(${source/$pkgname-/$realname-}) _F_cd_path="Numeric-$pkgver" From vmiklos at frugalware.org Wed Sep 10 13:19:03 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:19:05 2008 Subject: [Frugalware-git] frugalware-current: pygtk-2.12.1-2-ppc Message-ID: <20080910111903.A1FF3119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ac5b28401347a7004cd33c9072de984fae66794a commit ac5b28401347a7004cd33c9072de984fae66794a Author: Miklos Vajna Date: Wed Sep 10 13:18:51 2008 +0200 pygtk-2.12.1-2-ppc added ppc to archs() diff --git a/source/xlib/pygtk/FrugalBuild b/source/xlib/pygtk/FrugalBuild index 6d3edd9..f3c66f5 100644 --- a/source/xlib/pygtk/FrugalBuild +++ b/source/xlib/pygtk/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Python bindings for GTK+2" depends=('libglade>=2.6.2-4' 'pycairo>=1.4.12' 'pygobject>=2.14.1-2' 'python-numeric>=24.2-3' 'gtk+2>=2.12.9') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome url="http://www.daa.com.au/~james/pygtk/" sha1sums=('7a7d095f53829895174640d693c4e4af16122d98') From vmiklos at frugalware.org Wed Sep 10 13:29:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:29:31 2008 Subject: [Frugalware-git] frugalware-current: squid-3.0.STABLE9-1-i686 Message-ID: <20080910112930.3ED2C119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=181a08c7a8b7e5d11a8abdd13ba4ef959938a2ba commit 181a08c7a8b7e5d11a8abdd13ba4ef959938a2ba Author: Miklos Vajna Date: Wed Sep 10 13:15:36 2008 +0200 squid-3.0.STABLE9-1-i686 - version bump diff --git a/source/network-extra/squid/FrugalBuild b/source/network-extra/squid/FrugalBuild index 5962d69..a1d3b20 100644 --- a/source/network-extra/squid/FrugalBuild +++ b/source/network-extra/squid/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=squid -pkgver=3.0.STABLE8 +pkgver=3.0.STABLE9 pkgrel=1 pkgdesc="Squid Web Proxy Cache" url="http://www.squid-cache.org/" @@ -14,7 +14,7 @@ backup=(etc/squid/{mime,msntauth,squid}.conf) up2date="lynx -dump http://www.squid-cache.org/Versions/|grep Stable -A 3|sed -n 's/.*\]\([0-9.]*\) .*STABLE\([0-9]*\) .*/\1.STABLE\2/;$ p'" source=(http://www.squid-cache.org/Versions/v3/3.0/$pkgname-$pkgver.tar.bz2 \ rc.squid squid) -sha1sums=('432ef10f288581db90a20bfe5c204703f5c1f235' \ +sha1sums=('3a06e62ef87caa23e64ee4192e6711dfe9d57591' \ '3a8ce41ac3e6b48d0340a5577093a345cfae9242' \ '53042dd86e482d4a6eff9e34ecb01352439c5026') @@ -26,7 +26,7 @@ build() --enable-auth="basic,digest,ntlm" \ --enable-removal-policies="lru,heap" \ --enable-digest-auth-helpers="password" \ - --enable-storeio="aufs,ufs,diskd,coss,null" \ + --enable-storeio="aufs,ufs,diskd,null" \ --enable-basic-auth-helpers="getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM" \ --enable-external-acl-helpers="ip_user,unix_group,wbinfo_group" \ --enable-ntlm-auth-helpers="SMB,fakeauth,no_check" \ From vmiklos at frugalware.org Wed Sep 10 13:29:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:29:32 2008 Subject: [Frugalware-git] frugalware-current: libtool-2.2.6a-1-i686 Message-ID: <20080910112930.4A39111901A1@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d040f3a54cff54990ee6917c05545b0d7dfe9211 commit d040f3a54cff54990ee6917c05545b0d7dfe9211 Author: Miklos Vajna Date: Wed Sep 10 13:19:20 2008 +0200 libtool-2.2.6a-1-i686 - version bump diff --git a/source/devel/libtool/FrugalBuild b/source/devel/libtool/FrugalBuild index 6a2280c..d855c3c 100644 --- a/source/devel/libtool/FrugalBuild +++ b/source/devel/libtool/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=libtool -pkgver=2.2.4 -pkgrel=2 +pkgver=2.2.6a +pkgrel=1 pkgdesc="A generic library support script" url="http://www.gnu.org/software/libtool" depends=('bash>=3.2_039-3') @@ -13,4 +13,5 @@ _F_archive_nosort=y Fup2gnugz source=(http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz) signatures=($source.sig) +_F_cd_path="$pkgname-${pkgver%%a}" # optimization ok From vmiklos at frugalware.org Wed Sep 10 13:29:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:29:32 2008 Subject: [Frugalware-git] frugalware-current: module-init-tools-3.4.1-1-i686 Message-ID: <20080910112930.29F3D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1ae81cec04fa4d03c84e3ba1fa7f2f698c3a21b commit e1ae81cec04fa4d03c84e3ba1fa7f2f698c3a21b Author: Miklos Vajna Date: Wed Sep 10 13:04:48 2008 +0200 module-init-tools-3.4.1-1-i686 - version bump diff --git a/source/base/module-init-tools/FrugalBuild b/source/base/module-init-tools/FrugalBuild index d8a9d09..e97bc55 100644 --- a/source/base/module-init-tools/FrugalBuild +++ b/source/base/module-init-tools/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Miklos Vajna pkgname=module-init-tools -pkgver=3.4 -pkgrel=8 +pkgver=3.4.1 +pkgrel=1 pkgdesc="Utilities for inserting and removing modules from the Linux kernel" url="http://kerneltools.org/KernelTools.org" depends=('glibc>=2.8-3') @@ -14,7 +14,7 @@ backup=('etc/rc.d/rc.modules' 'etc/sysconfig/modules') up2date="Flasttar http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/" source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/$pkgname-$pkgver.tar.bz2 rc.modules modules binfmt_misc prefer-modprobe.d.patch) -sha1sums=('fcdf758d171211b72210d48b7303ccb5651a1850' \ +sha1sums=('cb957cccbbeb4d4c0bbd3f2be4d9848bcfb61102' \ '2946433739d105c569a8f0b15bb41a7403a52b5c' \ '49a6c7e2c3f212610718c1d891dc8bdf96081d5e' \ '73cef31f3c1f924c3ef1cd112672ffda750266a5' \ From vmiklos at frugalware.org Wed Sep 10 13:29:30 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:29:33 2008 Subject: [Frugalware-git] frugalware-current: alpine-2.00-1-i686 Message-ID: <20080910112930.5499A11901A5@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b0d42d5e6e6badbf3b8b0d76bda5252c76c4376e commit b0d42d5e6e6badbf3b8b0d76bda5252c76c4376e Author: Miklos Vajna Date: Wed Sep 10 13:28:53 2008 +0200 alpine-2.00-1-i686 - version bump diff --git a/source/network-extra/alpine/FrugalBuild b/source/network-extra/alpine/FrugalBuild index b01f207..f168276 100644 --- a/source/network-extra/alpine/FrugalBuild +++ b/source/network-extra/alpine/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=alpine -pkgver=1.10 +pkgver=2.00 pkgrel=1 pkgdesc="Alternatively Licensed Program for Internet News & Email" url="http://www.washington.edu/alpine/" @@ -12,7 +12,7 @@ conflicts=('pine') groups=('network-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.washington.edu/alpine/acquire/|grep 'Alpine.*[0-9.]'|sed 's/.* \([0-9.]*\) .*/\1/;q'" -source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('fa1cd5dcfaf5fb595c6a8dcc25094b01c9e58c45') +source=(ftp://ftp.cac.washington.edu/alpine/alpine-$pkgver.tar.gz) +sha1sums=('363b3aa5d3eb1319e168639fbbc42b033b16f15b') # optimization OK From vmiklos at frugalware.org Wed Sep 10 13:52:29 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:52:30 2008 Subject: [Frugalware-git] frugalware-current: unixodbc-2.2.12-3-ppc Message-ID: <20080910115229.1150C119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dea8fe51918289f824fae75fb23342ba19bbf3dc commit dea8fe51918289f824fae75fb23342ba19bbf3dc Author: Miklos Vajna Date: Wed Sep 10 13:51:44 2008 +0200 unixodbc-2.2.12-3-ppc added ppc to archs() diff --git a/source/devel/unixodbc/FrugalBuild b/source/devel/unixodbc/FrugalBuild index c7d9466..f52c887 100644 --- a/source/devel/unixodbc/FrugalBuild +++ b/source/devel/unixodbc/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.unixodbc.org/" depends=('readline') groups=('devel') backup=(etc/odbc.ini etc/odbcinst.ini) -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') makedepends=('qt') up2date="lynx -dump http://www.unixodbc.org/unixODBC.html|grep Released|sed -n 's/.* \([0-9\.]*\) .*/\1/;1 p'" source=(http://www.unixodbc.org/unixODBC-$pkgver.tar.gz) From vmiklos at frugalware.org Wed Sep 10 13:55:33 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:55:35 2008 Subject: [Frugalware-git] frugalware-current: octave-3.0.2-1-i686 Message-ID: <20080910115533.76CEF119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6b6702c7f64017ce020947f2c8802228e3924054 commit 6b6702c7f64017ce020947f2c8802228e3924054 Author: Miklos Vajna Date: Wed Sep 10 13:55:24 2008 +0200 octave-3.0.2-1-i686 - version bump diff --git a/source/apps-extra/octave/FrugalBuild b/source/apps-extra/octave/FrugalBuild index 85807c9..c620f2e 100644 --- a/source/apps-extra/octave/FrugalBuild +++ b/source/apps-extra/octave/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=octave -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="Octave is a high-level language, primarily intended for numerical computations." url="http://www.octave.org/" @@ -12,7 +12,7 @@ groups=('apps-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/download.html|grep Stable|sed 's/.* \([0-9.]\+\) (.*/\1/'" source=(ftp://ftp.octave.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2 gcc43.patch) -sha1sums=('e4cebe74a1182df610d91e45974653227dd4b342' \ +sha1sums=('fa300afed620b241ff0e25892f70b713a00e5ae8' \ 'f04865197157ace7891e68044ac7ad49ddb699cd') build() { From vmiklos at frugalware.org Wed Sep 10 13:58:19 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 13:58:20 2008 Subject: [Frugalware-git] frugalware-current: sqlite2-2.8.17-1-ppc Message-ID: <20080910115819.3FFC5119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28ba164d46b51e15ad1c05dc4d85e81c02e0e72d commit 28ba164d46b51e15ad1c05dc4d85e81c02e0e72d Author: Miklos Vajna Date: Wed Sep 10 13:58:06 2008 +0200 sqlite2-2.8.17-1-ppc added ppc to archs() diff --git a/source/lib-extra/sqlite2/FrugalBuild b/source/lib-extra/sqlite2/FrugalBuild index 0606ef6..9800ead 100644 --- a/source/lib-extra/sqlite2/FrugalBuild +++ b/source/lib-extra/sqlite2/FrugalBuild @@ -10,7 +10,7 @@ url="http://www.sqlite.org/" depends=('readline') makedepends=('tcl') groups=('lib-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url/download.html|grep -m1 sqlite-2.\*zip | sed 's/.*-\(.*\).z.*/\1/' | tr '_' '.'" source=($url/sqlite-$pkgver.tar.gz) sha1sums=('75db1cf3b00ea18ae8528e676fc9fdf698e2fe58') From vmiklos at frugalware.org Wed Sep 10 14:05:06 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 14:05:08 2008 Subject: [Frugalware-git] frugalware-current: linuxwacom-0.8.0_3-1-ppc Message-ID: <20080910120506.913E6119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1c6e8093121126a73671b0f35fe356485c5f3523 commit 1c6e8093121126a73671b0f35fe356485c5f3523 Author: Miklos Vajna Date: Wed Sep 10 14:04:32 2008 +0200 linuxwacom-0.8.0_3-1-ppc added ppc to archs() diff --git a/source/x11-extra/linuxwacom/FrugalBuild b/source/x11-extra/linuxwacom/FrugalBuild index 82796de..85b1980 100644 --- a/source/x11-extra/linuxwacom/FrugalBuild +++ b/source/x11-extra/linuxwacom/FrugalBuild @@ -11,7 +11,7 @@ depends=('xorg-server>=1.4.0.90' 'ncurses' 'libxi>=1.1.3') makedepends=('tk' 'inputproto' 'randrproto') rodepends=('udev') groups=('x11-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') source=($source check_driver{,.1} 60-wacom.rules) sha1sums=('17a6e10fc7f8f220de03b63d18c65bc1f5a224d2' \ '12ae37807a03f36be2c5cc47e444475677b41693' \ From priyank at frugalware.org Wed Sep 10 14:56:11 2008 From: priyank at frugalware.org (Priyank) Date: Wed Sep 10 14:56:14 2008 Subject: [Frugalware-git] frugalware-current: albumart-1.6.6-1-i686 Message-ID: <20080910125611.9EFBC119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dce7b6cca1d7ae860a8a11f74ea250d4488cae11 commit dce7b6cca1d7ae860a8a11f74ea250d4488cae11 Author: Priyank Date: Wed Sep 10 18:24:16 2008 +0530 albumart-1.6.6-1-i686 * Version bump diff --git a/source/xapps-extra/albumart/FrugalBuild b/source/xapps-extra/albumart/FrugalBuild index bc4f157..3e768ca 100644 --- a/source/xapps-extra/albumart/FrugalBuild +++ b/source/xapps-extra/albumart/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: TranzeManiaC pkgname=albumart -pkgver=1.6.4 +pkgver=1.6.6 pkgrel=1 pkgdesc="Album Cover Art Downloader." url="http://unrealvoodoo.org/hiteck/projects/albumart/" @@ -17,7 +17,7 @@ _F_desktop_name="AlbumArt" _F_desktop_icon="albumart.png" _F_desktop_exec="albumart-qt" _F_desktop_categories="Qt;GNOME;KDE;Graphics" -sha1sums=('3b77a41cd5dc413a846141e51c4c6c1cebbe19d9' \ +sha1sums=('8e974fe51b57b524e3948158f0efee0f84dc22ea' \ '9cad992458cfae0d551aa93fd5729ed96c2969ca') build() From priyank at frugalware.org Wed Sep 10 15:03:03 2008 From: priyank at frugalware.org (Priyank) Date: Wed Sep 10 15:03:04 2008 Subject: [Frugalware-git] frugalware-current: obexftp-0.22-1-i686 Message-ID: <20080910130303.8C045119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7742cc854bd8e64d8a9a06b68cd453de4c064bd commit c7742cc854bd8e64d8a9a06b68cd453de4c064bd Author: Priyank Date: Wed Sep 10 18:32:04 2008 +0530 obexftp-0.22-1-i686 * new maintainer diff --git a/source/apps-extra/obexftp/FrugalBuild b/source/apps-extra/obexftp/FrugalBuild index 5d32edb..ee4f6a0 100644 --- a/source/apps-extra/obexftp/FrugalBuild +++ b/source/apps-extra/obexftp/FrugalBuild @@ -1,5 +1,6 @@ # Compiling Time: 0.12 SBU -# Maintainer: Szabo Peter Laszlo +# Maintainer: Priyank Gosalia +# Contributor: Szabo Peter Laszlo pkgname=obexftp pkgver=0.22 From priyank at frugalware.org Wed Sep 10 15:07:51 2008 From: priyank at frugalware.org (Priyank) Date: Wed Sep 10 15:07:53 2008 Subject: [Frugalware-git] frugalware-current: tvtime-1.0.2-2-i686 Message-ID: <20080910130751.A9437119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6c005622fc09702ecf8a8328fdf110ab64a3c348 commit 6c005622fc09702ecf8a8328fdf110ab64a3c348 Author: Priyank Date: Wed Sep 10 18:36:58 2008 +0530 tvtime-1.0.2-2-i686 * New maintainer diff --git a/source/xapps-extra/tvtime/FrugalBuild b/source/xapps-extra/tvtime/FrugalBuild index c014a43..017daa3 100644 --- a/source/xapps-extra/tvtime/FrugalBuild +++ b/source/xapps-extra/tvtime/FrugalBuild @@ -1,5 +1,6 @@ # Compiling Time: 0.23 SBU -# Maintainer: Shrift +# Maintainer: Priyank Gosalia +# Contributor: Shrift pkgname=tvtime pkgver=1.0.2 From devil505linux at gmail.com Wed Sep 10 18:12:19 2008 From: devil505linux at gmail.com (Devil505) Date: Wed Sep 10 18:12:20 2008 Subject: [Frugalware-git] frugalware-current: gpodder-0.12.3-1-i686 Message-ID: <20080910161219.822AA119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=625c6ac99029af0128a00659cd291ab4bc7394ea commit 625c6ac99029af0128a00659cd291ab4bc7394ea Author: Devil505 Date: Wed Sep 10 18:09:04 2008 +0200 gpodder-0.12.3-1-i686 * version bump diff --git a/source/gnome-extra/gpodder/FrugalBuild b/source/gnome-extra/gpodder/FrugalBuild index b777dad..f79f905 100644 --- a/source/gnome-extra/gpodder/FrugalBuild +++ b/source/gnome-extra/gpodder/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gpodder -pkgver=0.12.2 +pkgver=0.12.3 pkgrel=1 pkgdesc="A podcast receiver/catcher." depends=('pygtk' 'pyxml' 'wget' 'python' 'libglade' 'imagemagick' 'feedparser') @@ -13,5 +13,6 @@ Finclude berlios _F_gnome_iconcache="y" options=('scriptlet') Finclude gnome-scriptlet -sha1sums=('58193fb888847d31e4b583d5c57e08804975ae80') +sha1sums=('68185c39414b5c842cc1fa0d6d3fb8d0ef0fd862') + From vmiklos at frugalware.org Wed Sep 10 20:08:09 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 20:08:11 2008 Subject: [Frugalware-git] pacman-tools: dg send: parse --cc="foo, bar" as --cc="foo" --cc="bar" Message-ID: <20080910180809.A9986119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=3c5a6bf505d3a0268e250a76cf86769cb8d8cf50 commit 3c5a6bf505d3a0268e250a76cf86769cb8d8cf50 Author: Miklos Vajna Date: Wed Sep 10 20:08:05 2008 +0200 dg send: parse --cc="foo, bar" as --cc="foo" --cc="bar" diff --git a/darcs-git.py b/darcs-git.py index 8f49e24..f68b1d3 100755 --- a/darcs-git.py +++ b/darcs-git.py @@ -750,7 +750,8 @@ Options: elif opt in ("-t", "--to"): options.to = '--to="%s"' % arg elif opt in ("-c", "--cc"): - options.cc += ' --cc="%s"' % arg + for i in arg.split(', '): + options.cc += ' --cc="%s"' % i optind += 1 if optind < len(argv): options.gitopts = " ".join(argv[optind:]) From vmiklos at frugalware.org Wed Sep 10 20:19:28 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 20:19:29 2008 Subject: [Frugalware-git] pacman-tools: dg send: fix for the case when the names are quoted Message-ID: <20080910181928.D5B11119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=7776a5630b0def0bb20435e9530f3e6c43556459 commit 7776a5630b0def0bb20435e9530f3e6c43556459 Author: Miklos Vajna Date: Wed Sep 10 20:19:20 2008 +0200 dg send: fix for the case when the names are quoted noticed by IroNiQ diff --git a/darcs-git.py b/darcs-git.py index f68b1d3..bec5aee 100755 --- a/darcs-git.py +++ b/darcs-git.py @@ -750,8 +750,11 @@ Options: elif opt in ("-t", "--to"): options.to = '--to="%s"' % arg elif opt in ("-c", "--cc"): - for i in arg.split(', '): - options.cc += ' --cc="%s"' % i + for i in arg.split('>, '): + if i == arg.split('>, ')[-1]: + options.cc += ' --cc="%s"' % i + else: + options.cc += ' --cc="%s>"' % i optind += 1 if optind < len(argv): options.gitopts = " ".join(argv[optind:]) From vmiklos at frugalware.org Wed Sep 10 22:22:46 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 22:22:48 2008 Subject: [Frugalware-git] frugalware-current: gcc-4.3.2-1-i686 Message-ID: <20080910202246.92178119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2dbe1b0ed59b547edf34e1a0de5f3167b485796a commit 2dbe1b0ed59b547edf34e1a0de5f3167b485796a Author: Miklos Vajna Date: Wed Sep 10 22:22:32 2008 +0200 gcc-4.3.2-1-i686 - version bump diff --git a/source/devel/gcc/FrugalBuild b/source/devel/gcc/FrugalBuild index ad6584b..e547cba 100644 --- a/source/devel/gcc/FrugalBuild +++ b/source/devel/gcc/FrugalBuild @@ -15,8 +15,8 @@ USE_FORTRAN=${USE_FORTRAN:-"y"} USE_SHARED=${USE_SHARED:-"y"} pkgname=gcc -pkgver=4.3.1 -pkgrel=3 +pkgver=4.3.2 +pkgrel=1 pkgdesc="The GNU Compiler Collection" url="http://gcc.gnu.org" depends=('binutils>=2.18.50.0.8-3' 'glibc>=2.8-2' 'mpfr>=2.3.1-2') From vmiklos at frugalware.org Wed Sep 10 23:23:35 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 23:23:37 2008 Subject: [Frugalware-git] homepage-ng: newsletter issue 31 Message-ID: <20080910212335.42376119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f644d43857487e0cd584d972e23fd085dc229ccd commit f644d43857487e0cd584d972e23fd085dc229ccd Author: Russell Dickenson Date: Wed Sep 10 22:46:13 2008 +1000 newsletter issue 31 diff --git a/frugalware/weeklynews/issue31.html b/frugalware/weeklynews/issue31.html new file mode 100644 index 0000000..76538f5 --- /dev/null +++ b/frugalware/weeklynews/issue31.html @@ -0,0 +1,170 @@ +

    Frugalware Linux Newsletter - Issue 31

    + +

    ...to inform...to educate...to entertain

    + +

    By learning you will teach, by teaching you will learn. Latin Proverb

    + +

    Welcome

    +

    The newsletter's aim is to keep you up to date with what's happened recently in the world of the Linux distribution 'Frugalware'.

    + +

    Features of this issue include: +

      +
    • Solaria has arrived
    • +
    • Wallpaper competition - we have a winner!
    • +
    • Recent changes to the newsletter
    • +
    • Getting To Know You - Frugalware's i18n
    • +
    • Tips and tricks - How to determine the date of the installation of a Frugalware system?
    • +
    • Focus On Package(s) - xmllint
    • +
    +

    + + +

    Events

    + +

    Here's a selection of events which have occurred since the previous newsletter:

    + +
      +
    • +

      Solaria has arrived

      +

      As you read this, Frugalware Linux release 0.9 - code name "Solaria" - will have been released. Following in the footsteps of another well-known Linux distribution, a release party has been arranged. It's an all-you-can-eat-and-drink event being held at VMiklos' home. Many thanks to him for hosting this event. :P

      +
    • +
    • +

      Wallpaper competition - we have a winner!

      +

      'Z' has won the first ever Frugalware wallpaper competition with entries in the required 4:3 and 16:9 ratios. Congratulations to Z and thankyou to all those who entered the competition. Note that they will be hosted permanently on the official Frugalware web site shortly. Please take a look at these entries because they are the default Splashy theme and wallpaper for Frugalware 0.9 - code named "Solaria".

      +

      Another competition is planned for "the big one" - Frugalware 1.0. We encourage everyone to plan ahead for that competition. If you begin work now, you could get feedback from others and be ready with TBEW (The Best Ever Wallpaper).

      +
    • +
    • +

      Recent changes to the newsletter

      +

      In issue 30 of the newsletter I made two additions - the title and a quote per newsletter issue. I added the title so that (a) the newsletter's issue number was recorded in the newsletter's text, and (b) the issue would have a title if it was viewed outside the Frugalware web site - e.g. offline. I added an inspirational quote - with a different quote for each newsletter - so that we would be motivated to spend all our time using/developing Frugalware. :P

      +
    • +
    • +

      OK, so I'm late! :P

      +

      The unofficial schedule for the newsletter is that it's released every two weeks. I sincerely apologise for the delay with this issue and promise that it won't happen again (until next time :P).

      +
    • +
    • +

      Errata

      +

      In a rather embarrassing case of not following my own advice, I've not been checking the validity of the links in the newsletter. Carl Anderson told me shortly after issue 30's release that the links to the Danish newsletter translation were incorrect. He gave me the correct URL and I have corrected the link in this issue.

      +
    • +
    • +

      Frugalware's in the media

      +

      An article on Frugalware appeared recently in a French-language magazine. This is great for Frugalware because the more press coverage we get, the more users we're likely to attract. You can find a link to the issue's web page here if you're interested.

      +
    • +
    + +

    Getting To Know You

    + +

    In this section of the newsletter, we get to know Frugalware Linux a little at a time. This is not meant to replace the official documentation but instead present it in a different way. It should also suit those people who, like me, have short attention spans. :)

    + +

    Frugalware's i18n

    +

    Frugalware is the result of international efforts, with developers and contributors in many countries, including: Hungary, Germany, USA, France, India and Australia. Frugalware's users are also located around the world. One of Frugalware's goals is to be accessible to people in their native language. To achieve this, the official web site, Frugalware's own utilities, the official documentation and this newsletter are available in many languages. Work is underway in translating into further languages, including Polish. The Pootle tool is used in translating everything except the newsletter. Help in providing and maintaining translations is always welcome.

    + + +

    Tips and tricks

    + +

    Disclaimer - Be aware that the hints & tips provided here have NOT been tested and so come with no warranty.

    + +
      +
    • +

      How to determine the date of the installation of a Frugalware system? - submitted by 'VMiklos'

      +

      There is a file, /var/log/setup.log which is created during the installation, but never modified. You can use the command

      ls -l
      to see it's modification date. On old systems (before 0.7) we did not create such a file, so there is no easy way to determine that date. However, in most cases the keymap is never modified after the installation, so if you check the date of the /etc/sysconfig/keymap file, you probably get the correct date.

      +
    • +
    • +

      Mibbit - web-based IRC service - submitted by 'phayz'

      +

      Mibbit is a web-based IRC hosting service. Instead of connecting directly to one or more IRC servers from an IRC client, you use a web browser. Within the browser appears a user interface which is similar to that of most IRC clients. This service is very useful in situations where you have access to a browser but not an IRC client, also where network traffic over IRC's ports is blocked.

      +
    • +
    • +

      Listen and learn - submitted by 'phayz'

      +

      Linux-related podcasts are a great way of learning about Linux and related topics and can be a great source of entertainment. Be aware though, that those that are really entertaining can have you laughing out loud in public - e.g. on the train/bus or in the office. Many podcasts have very active communities, with active forums, wikis, mailing lists etc.

      + +

      Here's a list of some of the more popular English-language Linux podcasts:

      + +

      Unfortunately two very popular podcasts stopped production this year:

      + +

      Linux Reality is particularly interesting because each episode is focused on a specific topic, with some topics being covered by several episodes. Topics include an introduction to Ardour - an advanced audio editor - and a guide on setting up a network.

      +
    • +
    +

    This section relies on your contributions! If have some tips and tricks that you would like to be shown in the newsletter, please post them on the forums. English is my only language so if you want to submit a tip in another language, please do and I'll try to have it translated.

    + + +

    Focus On Package(s)

    + +

    xmllint

    +

    "The xmllint program parses one or more XML files, specified on the command line as xmlfile. It prints various types of output, depending upon the options selected. It is useful for detecting errors both in XML code and in the XML parser itself."

    +

    xmllint is used by the Frugalware project to validate all XML, including some of the web site content. The nature of XML is that it's difficult to validate manually - i.e. by simply looking at it. If you work with XML, it's definitely worthwhile taking the time to use xmllint.

    + +

    Bug fixes

    + +

    The following table gives you a overview of activity on bugs and feature requests as at 9 September 2008. In each cell of the table is a link to a detailed list of the relevant bugs or feature requests.

    + + + + + + + + + + + + + + + + + + + + + + +
    ActivityBugsFeature
    Requests
    Open159199
    Opened since the last newsletter153
    Closed since the previous newsletter513
    + +

    Security announcements

    + +

    Remember - According to the normal support arrangements for Frugalware, the release of 0.8 ("Kalgan") means that support for the previous release has ended. This means that no further security or bug fixes will be released for Frugalware 0.7 ("Sayshell").

    + +

    Here is a list of security issues which have been discovered and fixed in the 0.8 release since the previous newsletter.

    + + + + + + + + + + + + + + + + + + + + + + + +
    FSAPackageFSA DescriptionUpgrade To
    FSA525pidginA security issue has been reported in Pidgin, which can be exploited by malicious people to conduct spoofing attackspidgin-2.4.3-1kalgan2
    FSA524graphicsmagickSome vulnerabilities have been reported in GraphicsMagick, which can be exploited by malicious people to cause a DoS (Denial of Service)graphicsmagick-1.2.4-1kalgan1
    FSA523popplerA vulnerability has been reported in Poppler, which potentially can be exploited by malicious people to compromise an application using the librarypoppler-0.6.4-2kalgan1
    FSA522monoDean Brettle has reported some security issues in Mono, which can be exploited by malicious people to conduct cross-site scripting attacksmono-1.2.6-4kalgan1
    FSA521openttdA vulnerability has been reported in OpenTTD, which potentially can be exploited by malicious people to cause a DoS (Denial of Service) or to compromise a vulnerable systemopenttd-0.6.2-1kalgan1
    FSA520freetype2Some vulnerabilities have been reported in FreeType, which potentially can be exploited by malicious people to compromise an application using the libraryfreetype2-2.3.7-1kalgan1
    FSA519httrackA security issue has been reported in HTTrack, which potentially can be exploited by malicious people to compromise a vulnerable systemhttrack-3.42_3-1kalgan1
    FSA518pythonSome vulnerabilities have been reported in Python, where some have unknown impact and others can potentially be exploited by malicious people to cause a DoS (Denial of Service) or to compromise a vulnerable systempython-2.5.2-2kalgan2
    FSA517apacheA vulnerability has been reported in Apache, which can be exploited by malicious people to conduct cross-site scripting attacksapache-2.2.8-2kalgan2
    FSA516linksUnspecified vulnerability in Links before 2.1, when "only proxies" is enabled, has unknown impact and attack vectors related to providing "URLs to external programs."links-2.1-1kalgan1
    FSA515rubySome vulnerabilities have been reported in Ruby, which can be exploited by malicious people to bypass certain security restrictions, cause a DoS (Denial of Service), and conduct spoofing attacksruby-1.8.6-5kalgan1
    FSA514libxsltChris Evans has reported some vulnerabilities in libxslt, which can be exploited by malicious people to cause a DoS (Denial of Service) and potentially compromise an application using the librarylibxslt-1.1.22-2kalgan2
    FSA513gitStack-based buffer overflow in the (1) diff_addremove and (2) diff_change functions in GIT before 1.5.6.4 might allow local users to execute arbitrary code via a PATH whose length is larger than the system's PATH_MAX when running GIT utilities such as git-diff or git-grep.git-1.5.6.4-1kalgan1
    FSA512amarokA security issue has been reported in Amarok, which can be exploited by malicious, local users to perform certain actions with escalated privilegesamarok-1.4.10-1kalgan1
    FSA511pdnsA weakness has been reported in PowerDNS, which can be exploited by malicious people to conduct spoofing attackspdns-2.9.21.1-1kalgan1
    FSA510thunderbirdSome vulnerabilities have been reported in Mozilla Thunderbird, which potentially can be exploited by malicious people to compromise a user's systemthunderbird-2.0.0.16-1kalgan1
    FSA509firefoxSome vulnerabilities have been reported in Mozilla Firefox, which can be exploited by malicious people to conduct cross-site scripting and spoofing attacks, bypass certain security restrictions, disclose sensitive information, or potentially compromise a user's systemfirefox-2.0.0.15-1kalgan1
    FSA507postfixSebastian Krahmer has reported some security issues in Postfix, which can be exploited by malicious, local users to disclose potentially sensitive information and perform certain actions with escalated privilegespostfix-2.4.7-1kalgan1
    FSA506drupalSome vulnerabilities have been reported in Drupal, which can be exploited by malicious users to conduct script insertion attacks and compromise a vulnerable system, and by malicious people to conduct cross-site scripting and cross-site request forgery attacksdrupal-5.10-1kalgan1
    FSA505phpmyadminAung Khant has reported two vulnerabilities in phpMyAdmin, which can be exploited by malicious local users to conduct cross-site scripting attacks, and by malicious people to conduct spoofing attacksphpmyadmin-2.11.8.1-1kalgan1
    FSA504mantisSome vulnerabilities have been reported in Mantis, which can be exploited by malicious users to compromise a vulnerable system and malicious people to conduct cross-site scripting and request forgery attacksmantis-1.1.2-1kalgan1
    + + +

    About the newsletter

    + +

    Author

    +

    The Frugalware newsletter is written and edited by Russell Dickenson (AKA phayz). Credit for the Frugalware distribution goes to the development team.

    +

    Translations

    +

    The newsletter is currently translated into French and Danish. The French translation is provided by the French Frugalware community. The Danish translation is provided by the Danish Frugalware community. Thanks to all those involved in providing and hosting these translations.

    +

    Release

    +

    To allow time for review and corrections, each newsletter is written ahead of its release date. Therefore it may not mention events which occured in the few days before its release - e.g. security fixes. To be sure that you've got the very latest information on these topics, go to the appropriate page of the Frugalware web site.

    +

    Feedback

    +

    If you have feedback about the Frugalware newsletter - whether good or bad - please provide it via the forums. Your feedback is valuable because we want the newsletter to meet the needs of Frugalware's users.

    diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 3fc9791..d7a5607 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -22,6 +22,27 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 111 + Frugalware Newsletter Issue 31 + Wed, 10 Sep 2008 22:44:11 +1000 + phayz + 0 + + Features of this issue include: +
      +
    • Solaria has arrived
    • +
    • Wallpaper competition - we have a winner!
    • +
    • Recent changes to the newsletter
    • +
    • Getting To Know You - Frugalware's i18n
    • +
    • Tips and tricks - How to determine the date of the installation of a Frugalware system?
    • +
    • Focus On Package(s) - xmllint
    • +
    + You can read it here. We hope you like it! + ]]> +
    +
    + 110 Frugalware 0.9 (Solaria) for i686 and x86_64 released Tue, 09 Sep 2008 01:53:58 +0200 From vmiklos at frugalware.org Wed Sep 10 23:23:35 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 23:23:38 2008 Subject: [Frugalware-git] homepage-ng: weeklynews/issue31: fix security link Message-ID: <20080910212335.575E3119019E@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=35d7dd60826659a8100ebdd2deec09806995cd60 commit 35d7dd60826659a8100ebdd2deec09806995cd60 Author: Miklos Vajna Date: Wed Sep 10 23:21:47 2008 +0200 weeklynews/issue31: fix security link diff --git a/frugalware/weeklynews/issue31.html b/frugalware/weeklynews/issue31.html index 76538f5..aedb9b4 100644 --- a/frugalware/weeklynews/issue31.html +++ b/frugalware/weeklynews/issue31.html @@ -131,7 +131,7 @@

    Remember - According to the normal support arrangements for Frugalware, the release of 0.8 ("Kalgan") means that support for the previous release has ended. This means that no further security or bug fixes will be released for Frugalware 0.7 ("Sayshell").

    -

    Here is a list of security issues which have been discovered and fixed in the 0.8 release since the previous newsletter.

    +

    Here is a list of security issues which have been discovered and fixed in the 0.8 release since the previous newsletter.

    From vmiklos at frugalware.org Wed Sep 10 23:36:02 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 23:36:03 2008 Subject: [Frugalware-git] frugalware-current: qt4-4.4.1-1-ppc Message-ID: <20080910213602.674EE119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9537cbe18ee8602884ced4c5010ea4d6b5ea6cd1 commit 9537cbe18ee8602884ced4c5010ea4d6b5ea6cd1 Author: Miklos Vajna Date: Wed Sep 10 23:26:37 2008 +0200 qt4-4.4.1-1-ppc added ppc to archs() diff --git a/source/xlib-extra/qt4/FrugalBuild b/source/xlib-extra/qt4/FrugalBuild index ec01881..b07d0f0 100644 --- a/source/xlib-extra/qt4/FrugalBuild +++ b/source/xlib-extra/qt4/FrugalBuild @@ -18,7 +18,7 @@ makedepends=('libxrandr' 'mesa>=6.5.3' 'libxft' 'libmng' 'libjpeg' 'libxcursor' rodepends=("libqtcore" "libqtgui" "libqtnetwork" "libqtopengl" "libqt3support" "libqtscript" "libqtsql" \ "libqtsvg" "libqtxml" "libqttest" "qt4-qdbus" "$pkgname-tools") groups=('xlib-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') options=('scriptlet' 'nodocs') up2date="lynx -dump ftp://ftp.trolltech.com/qt/source/|grep 'qt-x11-opensource-src'|grep -v rc[1-9]|grep -v beta|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" source=(ftp://ftp.trolltech.com/qt/source/$origname-$pkgmore-$pkgver.tar.bz2 \ @@ -108,13 +108,13 @@ subgroups=('xapps-extra' 'lib-extra qt4-libs' 'xlib-extra qt4-libs' 'lib-extra q 'lib-extra qt4-libs' 'lib-extra qt4-libs' 'xlib-extra qt4-libs' 'xlib-extra qt4-libs' 'lib-extra qt4-libs' \ 'xlib-extra qt4-libs' 'xapps-extra' 'xlib-extra qt4-libs' 'xlib-extra qt4-libs' 'xlib-extra qt4-libs' \ 'xlib-extra qt4-libs') -subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc') build() { From vmiklos at frugalware.org Wed Sep 10 23:56:29 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed Sep 10 23:56:30 2008 Subject: [Frugalware-git] frugalware-current: gtk2-sharp-2.12.1-1-i686 Message-ID: <20080910215629.24677119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b02226984f245a82a6748412c9d0861dabea398d commit b02226984f245a82a6748412c9d0861dabea398d Author: Miklos Vajna Date: Wed Sep 10 23:56:02 2008 +0200 gtk2-sharp-2.12.1-1-i686 - remove makdepend on self, it was added to fix up a build breakage but it is no longer necessary. diff --git a/source/gnome/gtk2-sharp/FrugalBuild b/source/gnome/gtk2-sharp/FrugalBuild index 83fe244..940f41a 100644 --- a/source/gnome/gtk2-sharp/FrugalBuild +++ b/source/gnome/gtk2-sharp/FrugalBuild @@ -8,7 +8,6 @@ pkgrel=1 pkgdesc="A C# language binding for the GTK+2 toolkit" url="http://www.mono-project.com/GtkSharp" depends=('mono>=1.9' 'gtk+2>=2.12.9' 'libglade' 'libxdamage') -makedepends=("$pkgname") provides=('gtk-sharp') replaces=('gtk-sharp') groups=('gnome') From vmiklos at frugalware.org Thu Sep 11 00:01:37 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 00:01:38 2008 Subject: [Frugalware-git] frugalware-current: gtk2-sharp-2.12.1-1-ppc Message-ID: <20080910220137.01303119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=16246aab815a7fc65a6fbedb3cc55c770a379248 commit 16246aab815a7fc65a6fbedb3cc55c770a379248 Author: Miklos Vajna Date: Thu Sep 11 00:01:14 2008 +0200 gtk2-sharp-2.12.1-1-ppc added ppc to archs() diff --git a/source/gnome/gtk2-sharp/FrugalBuild b/source/gnome/gtk2-sharp/FrugalBuild index 940f41a..86878a4 100644 --- a/source/gnome/gtk2-sharp/FrugalBuild +++ b/source/gnome/gtk2-sharp/FrugalBuild @@ -11,7 +11,7 @@ depends=('mono>=1.9' 'gtk+2>=2.12.9' 'libglade' 'libxdamage') provides=('gtk-sharp') replaces=('gtk-sharp') groups=('gnome') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') _F_cd_path="$_F_gnome_name-$pkgver" _F_mono_aot=0 Finclude gnome mono From vmiklos at frugalware.org Thu Sep 11 00:10:15 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 00:10:17 2008 Subject: [Frugalware-git] frugalware-current: avahi-0.6.23-1-ppc Message-ID: <20080910221015.DC2FF119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc0427b8f816b2830b5fce26d038e68f815c98b5 commit fc0427b8f816b2830b5fce26d038e68f815c98b5 Author: Miklos Vajna Date: Thu Sep 11 00:09:55 2008 +0200 avahi-0.6.23-1-ppc added ppc to archs() diff --git a/source/network/avahi/FrugalBuild b/source/network/avahi/FrugalBuild index 737b1df..d90f139 100644 --- a/source/network/avahi/FrugalBuild +++ b/source/network/avahi/FrugalBuild @@ -6,7 +6,7 @@ pkgname=avahi pkgver=0.6.23 pkgrel=1 pkgdesc="A multicast/unicast DNS-SD framework" -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') url="http://www.avahi.org" groups=('network') depends=('dbus-python>=0.80.2' 'libcap' 'nss-mdns' 'gdbm' 'libdaemon>=0.12' 'shadow>=4.0.18.1-4' 'libssp') From vmiklos at frugalware.org Thu Sep 11 00:12:26 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 00:12:28 2008 Subject: [Frugalware-git] frugalware-current: avahi-0.6.23-1-ppc Message-ID: <20080910221226.EAC55119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af2401ab6c3f27932b080f06af037cfb14d3b51a commit af2401ab6c3f27932b080f06af037cfb14d3b51a Author: Miklos Vajna Date: Thu Sep 11 00:11:51 2008 +0200 avahi-0.6.23-1-ppc - whoops, forgot to add to subarchs() as well diff --git a/source/network/avahi/FrugalBuild b/source/network/avahi/FrugalBuild index d90f139..929e426 100644 --- a/source/network/avahi/FrugalBuild +++ b/source/network/avahi/FrugalBuild @@ -37,8 +37,8 @@ subdepends=("glib2 $pkgname=$pkgver" "mono>=1.9 $pkgname=$pkgver" "qt $pkgname=$ "avahi-python=$pkgver libglade pygtk libavahi-ui=$pkgver avahi-glib=$pkgver" "libqtcore $pkgname=$pkgver" "$pkgname=$pkgver" \ "gtk+2 $pkgname=$pkgver" "gtk2-sharp>=2.12.0 libavahi-ui=$pkgver") subgroups=('network' 'apps-extra' 'xlib' 'network-extra' 'network' 'gnome-extra' 'lib-extra' 'network-extra' 'gnome' 'gnome-extra') -subarchs=('i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' 'i686 x86_64' \ - 'i686 x86_64' 'i686 x86_64' 'i686 x86_64') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc' \ + 'i686 x86_64 ppc' 'i686 x86_64 ppc' 'i686 x86_64 ppc') unset MAKEFLAGS From vmiklos at frugalware.org Thu Sep 11 00:26:27 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 00:26:29 2008 Subject: [Frugalware-git] frugalware-current: libieee1284-0.2.10-3-ppc Message-ID: <20080910222627.DC333119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11b339e81d193c4549f19d6bac5ee62f6239c928 commit 11b339e81d193c4549f19d6bac5ee62f6239c928 Author: Miklos Vajna Date: Thu Sep 11 00:26:21 2008 +0200 libieee1284-0.2.10-3-ppc added ppc to archs() diff --git a/source/lib/libieee1284/FrugalBuild b/source/lib/libieee1284/FrugalBuild index d44f467..ded30ae 100644 --- a/source/lib/libieee1284/FrugalBuild +++ b/source/lib/libieee1284/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="A library for applications communicates with pralallel port devices" url="http://cyberelk.net/tim/libieee1284" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('glibc' 'python') up2date="lynx -dump http://www.cyberelk.net/tim/data/libieee1284/stable/|grep 'tar.bz2 '|grep -v pre|tail -n 1|sed 's/.*4-\(.*\)\.t.*/\1/'" source=(http://cyberelk.net/tim/data/$pkgname/stable/$pkgname-$pkgver.tar.bz2) @@ -19,3 +19,5 @@ build () { } # vim: ft=sh + +# optimization OK From vmiklos at frugalware.org Thu Sep 11 00:36:10 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 00:36:12 2008 Subject: [Frugalware-git] frugalware-current: libgphoto2-2.4.2-1-ppc Message-ID: <20080910223610.D5F1F119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0e55f5b2330156fbef483dafcb170561a552f919 commit 0e55f5b2330156fbef483dafcb170561a552f919 Author: Miklos Vajna Date: Thu Sep 11 00:35:42 2008 +0200 libgphoto2-2.4.2-1-ppc added ppc to archs() diff --git a/source/lib/libgphoto2/FrugalBuild b/source/lib/libgphoto2/FrugalBuild index d906679..5160c91 100644 --- a/source/lib/libgphoto2/FrugalBuild +++ b/source/lib/libgphoto2/FrugalBuild @@ -7,7 +7,7 @@ pkgver=2.4.2 pkgrel=1 pkgdesc="A portable library to gives access to many digital cameras" groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libtool' 'libexif' 'hal' 'e2fsprogs' 'avahi-compat' 'libjpeg') _F_sourceforge_dirname=gphoto _F_sourceforge_ext=".tar.bz2" From vmiklos at frugalware.org Thu Sep 11 00:56:02 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 00:56:03 2008 Subject: [Frugalware-git] frugalware-current: sane-backends-1.0.19-1-ppc Message-ID: <20080910225602.74635119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=92ccbdd86335d7af08a1d70e46180742a5ff7dda commit 92ccbdd86335d7af08a1d70e46180742a5ff7dda Author: Miklos Vajna Date: Thu Sep 11 00:54:51 2008 +0200 sane-backends-1.0.19-1-ppc added ppc to archs() diff --git a/source/multimedia/sane-backends/FrugalBuild b/source/multimedia/sane-backends/FrugalBuild index 031a647..c571ecc 100644 --- a/source/multimedia/sane-backends/FrugalBuild +++ b/source/multimedia/sane-backends/FrugalBuild @@ -8,7 +8,7 @@ pkgdesc="Scanner Access Now Easy" url="http://www.sane-project.org" depends=('libieee1284' 'libgphoto2' 'libjpeg') groups=('multimedia') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://www.sane-project.org/|grep \"ackend.*released\"|tr -s ' '|cut -d ' ' -f 3|cut -d - -f 3" source=(ftp://ftp.sane-project.org/pub/sane/sane-backends-$pkgver/sane-backends-$pkgver.tar.gz) sha1sums=('3ff8eefa8f32e72dcdbaa4bf20fe125df90144d5') From vmiklos at frugalware.org Thu Sep 11 01:03:06 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 01:03:07 2008 Subject: [Frugalware-git] frugalware-current: hspell-1.0-1-ppc Message-ID: <20080910230306.1A2E1119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dc9e10be9d482fe6f211e19fc28d7859007640cf commit dc9e10be9d482fe6f211e19fc28d7859007640cf Author: Miklos Vajna Date: Thu Sep 11 01:02:48 2008 +0200 hspell-1.0-1-ppc added ppc to archs() diff --git a/source/apps-extra/hspell/FrugalBuild b/source/apps-extra/hspell/FrugalBuild index f8180bd..f78851b 100644 --- a/source/apps-extra/hspell/FrugalBuild +++ b/source/apps-extra/hspell/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.ivrix.org.il/projects/spell-checker/" depends=('zlib') makedepends=('aspell') groups=('apps-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump $url/download.html|grep tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=($url/$pkgname-$pkgver.tar.gz) sha1sums=('9ed0d5b91785e2e3b419a374c73b55edc09e23c7') From devil505linux at gmail.com Thu Sep 11 08:00:55 2008 From: devil505linux at gmail.com (Devil505) Date: Thu Sep 11 08:00:57 2008 Subject: [Frugalware-git] frugalware-current: playonlinux-3.1-1-i686 Message-ID: <20080911060055.989D7119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cd495eaad6416b7ea4855c9db26665a6f0a59360 commit cd495eaad6416b7ea4855c9db26665a6f0a59360 Author: Devil505 Date: Thu Sep 11 07:57:36 2008 +0200 playonlinux-3.1-1-i686 * version bump diff --git a/source/xapps-extra/playonlinux/FrugalBuild b/source/xapps-extra/playonlinux/FrugalBuild index f626993..4a01df4 100644 --- a/source/xapps-extra/playonlinux/FrugalBuild +++ b/source/xapps-extra/playonlinux/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=playonlinux -pkgver=3.0.8 +pkgver=3.1 pkgrel=1 pkgdesc="GUI for managing Windows and DOS programs under linux" url="http://www.$pkgname.com" @@ -15,7 +15,7 @@ Fpkgversep="_" _F_cd_path="$pkgname" up2date="lynx -dump $url/en/download-generic.html | Flasttar" source=(http://www.playonlinux.com/script_files/$_F_archive_name/$pkgver/${_F_archive_name}_$pkgver.tar.gz) -sha1sums=('e35d931452d674c88230a956e8ccd57b0ea94903') +sha1sums=('de312ca18976b86ab9fc232ccb5dd72c67dc448b') build() { From priyank at frugalware.org Thu Sep 11 14:35:20 2008 From: priyank at frugalware.org (Priyank) Date: Thu Sep 11 14:35:21 2008 Subject: [Frugalware-git] frugalware-current: gtkwave-3.13-1-i686 Message-ID: <20080911123520.58857119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c664ed3093162b38ed26a41eb1d92628a0d1fa44 commit c664ed3093162b38ed26a41eb1d92628a0d1fa44 Author: Priyank Date: Thu Sep 11 18:04:20 2008 +0530 gtkwave-3.13-1-i686 * Version bump diff --git a/source/xapps-extra/gtkwave/FrugalBuild b/source/xapps-extra/gtkwave/FrugalBuild index 508fedb..426568d 100644 --- a/source/xapps-extra/gtkwave/FrugalBuild +++ b/source/xapps-extra/gtkwave/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Priyank Gosalia pkgname=gtkwave -pkgver=3.1.12 +pkgver=3.1.13 pkgrel=1 pkgdesc="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog VCD/EVCD files." url="http://home.nc.rr.com/gtkwave/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64') options=('scriptlet') up2date="lynx -dump $url | grep $pkgname | grep -m1 tar.gz | Flasttar" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('ea13294c4e371d47d066d227745a7bb86c9d67b9') +sha1sums=('b4e882b3ce96bd5ebf9f007221cd088ff41465a4') # optimization OK From hermier at frugalware.org Thu Sep 11 20:26:55 2008 From: hermier at frugalware.org (Michel Hermier) Date: Thu Sep 11 20:26:57 2008 Subject: [Frugalware-git] homepage-ng: news_fr.xml Message-ID: <20080911182655.C27B4119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=7bdcfea69a9d98a54f5466626ddd6c55e10e8b03 commit 7bdcfea69a9d98a54f5466626ddd6c55e10e8b03 Author: Michel Hermier Date: Thu Sep 11 20:18:34 2008 +0200 news_fr.xml * Add newsletter 31 news entry. diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml index bfc8002..a19d4ae 100644 --- a/frugalware/xml/news_fr.xml +++ b/frugalware/xml/news_fr.xml @@ -22,6 +22,27 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 111 + Lettre d'information Frugalware numéro 31 + Wed, 10 Sep 2008 22:44:11 +1000 + phayz + 0 + + Dans ce numéro: +
      +
    • Solaria est disponible
    • +
    • Concour de Wallpaper - nous avons un gagnant!
    • +
    • Récent changement à la lettre d'information
    • +
    • Apprendre à Vous Connaître - Les traducteurs de Frugalware
    • +
    • Astuces - Comment déterminer la date d'une installation d'un système Frugalware?
    • +
    • Détails sur un(des) paquet(s) - xmllint
    • +
    + Vous pouvez la lire ici (anglais). Nous espérons que vous l'apprécierez! + ]]> +
    +
    + 110 Frugalware 0.9rc2 (Solaria) pour i686 et x86_64 est disponible Tue, 09 Sep 2008 01:53:58 +0200 @@ -242,7 +263,7 @@ b023faab7154bd80e4718fa4ecf9c946a9414ad0 frugalware-0.9rc2-i686-dvd3.iso
  • La compétition de wallpaper est maintenant fermée
  • Astuces - "Où diable est ce fichier?"
  • Détails sur un(des) paquet(s) - LinkChecker
  • -
  • NEW - Getting To Know You
  • +
  • NOUVEAU - Apprendre à vous connaître
  • Vous pouvez la lire ici (anglais). Nous espérons que vous l'apprécierez! ]]> From bouleetbil at frogdev.info Thu Sep 11 20:27:03 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 20:27:04 2008 Subject: [Frugalware-git] frugalware-current: libwnck-2.22.3-1-ppc Message-ID: <20080911182703.9CC1E119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1e4cfbae4b26446bb2818bcbacf50115698d772d commit 1e4cfbae4b26446bb2818bcbacf50115698d772d Author: bouleetbil Date: Thu Sep 11 20:25:41 2008 +0200 libwnck-2.22.3-1-ppc *added ppc to archs() diff --git a/source/xlib/libwnck/FrugalBuild b/source/xlib/libwnck/FrugalBuild index ee9592d..a3dbcfe 100644 --- a/source/xlib/libwnck/FrugalBuild +++ b/source/xlib/libwnck/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.gnome.org/" depends=('gtk+2>=2.12.9' 'libsm' 'libxres' 'startup-notification>=0.9') groups=('xlib') makedepends=('gtk-doc' 'perl-xml-parser') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome Fconfopts="$Fconfopts --enable-gtk-doc" sha1sums=('57d97639287dee0d62492418b10cd2ad5b17f5b3') From bouleetbil at frogdev.info Thu Sep 11 20:35:11 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 20:35:12 2008 Subject: [Frugalware-git] frugalware-current: libsexy-0.1.11-3-ppc Message-ID: <20080911183511.31C38119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0649920e9f95e40a2e7ba017023c195da56dc9d0 commit 0649920e9f95e40a2e7ba017023c195da56dc9d0 Author: bouleetbil Date: Thu Sep 11 20:34:09 2008 +0200 libsexy-0.1.11-3-ppc *added ppc to archs() diff --git a/source/xlib/libsexy/FrugalBuild b/source/xlib/libsexy/FrugalBuild index 203310c..810aaec 100644 --- a/source/xlib/libsexy/FrugalBuild +++ b/source/xlib/libsexy/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.chipx86.com/wiki/Libsexy" depends=('gtk+2>=2.12.9') makedepends=('gtk-doc') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') source=(http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz) up2date="lynx -dump http://releases.chipx86.com/libsexy/libsexy | Flasttar" options=('scriptlet') From bouleetbil at frogdev.info Thu Sep 11 20:41:17 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 20:41:18 2008 Subject: [Frugalware-git] frugalware-current: notification-daemon-0.3.7-2-ppc Message-ID: <20080911184117.8CCFE119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ac576087c822084cb33b08d207f9998a26bb20e6 commit ac576087c822084cb33b08d207f9998a26bb20e6 Author: bouleetbil Date: Thu Sep 11 20:40:14 2008 +0200 notification-daemon-0.3.7-2-ppc *added ppc to archs() diff --git a/source/gnome/notification-daemon/FrugalBuild b/source/gnome/notification-daemon/FrugalBuild index ad4ed9b..aa97452 100644 --- a/source/gnome/notification-daemon/FrugalBuild +++ b/source/gnome/notification-daemon/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.galago-project.org" depends=('libnotify>=0.4.4' 'libwnck' 'libsexy' 'gconf' 'dbus-glib>=0.71') makedepends=('gnome-doc-utils' 'intltool') groups=('gnome') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') source=($url/files/releases/source/$pkgname/$pkgname-$pkgver.tar.bz2) up2date="lynx -dump http://www.galago-project.org/files/releases/source/$pkgname | Flasttar" options=('scriptlet') From bouleetbil at frogdev.info Thu Sep 11 20:44:22 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 20:44:24 2008 Subject: [Frugalware-git] frugalware-current: sessreg-1.0.3-1-ppc Message-ID: <20080911184422.C1DB2119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d3059c8eb0831c82930e59f97b49d6f6b1d31ff6 commit d3059c8eb0831c82930e59f97b49d6f6b1d31ff6 Author: bouleetbil Date: Thu Sep 11 20:43:26 2008 +0200 sessreg-1.0.3-1-ppc *added ppc to archs() diff --git a/source/x11/sessreg/FrugalBuild b/source/x11/sessreg/FrugalBuild index 2eea973..bfcedac 100644 --- a/source/x11/sessreg/FrugalBuild +++ b/source/x11/sessreg/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="X.Org sessreg application" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=() makedepends=('xproto>=7.0.11' 'inputproto>=1.4.2.1' 'libx11>=1.1.3' 'util-macros>=1.1.5-2') Finclude xorg From bouleetbil at frogdev.info Thu Sep 11 21:38:07 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 21:38:09 2008 Subject: [Frugalware-git] frugalware-current: libxevie-1.0.2-2-ppc Message-ID: <20080911193807.C87F9119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c1818293d7a07c41b7ab173d537e049e207bbf3a commit c1818293d7a07c41b7ab173d537e049e207bbf3a Author: bouleetbil Date: Thu Sep 11 21:36:40 2008 +0200 libxevie-1.0.2-2-ppc *added ppc to archs() diff --git a/source/x11/libxevie/FrugalBuild b/source/x11/libxevie/FrugalBuild index 345e0f1..acdca30 100644 --- a/source/x11/libxevie/FrugalBuild +++ b/source/x11/libxevie/FrugalBuild @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="X Event Interceptor Library" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-libs') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') depends=('libx11>=1.1.3' 'libxext>=1.0.3' 'xproto>=7.0.11' 'evieext') makedepends=('pkgconfig' 'xextproto' 'inputproto>=1.4.2.1') Finclude xorg From bouleetbil at frogdev.info Thu Sep 11 21:44:35 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 21:44:35 2008 Subject: [Frugalware-git] frugalware-current: libcroco-0.6.1-4-ppc Message-ID: <20080911194435.56166119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=714816813ad9ffe5b75ea287228c75d8ef6b9f5a commit 714816813ad9ffe5b75ea287228c75d8ef6b9f5a Author: bouleetbil Date: Thu Sep 11 21:43:29 2008 +0200 libcroco-0.6.1-4-ppc *added ppc to archs() diff --git a/source/lib/libcroco/FrugalBuild b/source/lib/libcroco/FrugalBuild index 421c3e9..cb0d506 100644 --- a/source/lib/libcroco/FrugalBuild +++ b/source/lib/libcroco/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=4 pkgdesc="A standalone CSS2 parsing and manipulation library" depends=('glib2>=2.16.3' 'libxml2') groups=('lib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome url="http://www.freespiders.org/projects/libcroco/" sha1sums=('fdb1d0ab7082836c570f98b1846e4ddcc0b37607') From bouleetbil at frogdev.info Thu Sep 11 22:00:51 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 22:00:52 2008 Subject: [Frugalware-git] frugalware-current: libbonobo-2.22.0-1-ppc Message-ID: <20080911200051.35998119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=aca26d0e21a65365b8f06c8559c5780e4b28d629 commit aca26d0e21a65365b8f06c8559c5780e4b28d629 Author: bouleetbil Date: Thu Sep 11 21:59:18 2008 +0200 libbonobo-2.22.0-1-ppc *added ppc to archs() diff --git a/source/gnome/libbonobo/FrugalBuild b/source/gnome/libbonobo/FrugalBuild index 7d7b531..5ffbbf7 100644 --- a/source/gnome/libbonobo/FrugalBuild +++ b/source/gnome/libbonobo/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.gnome.org/" depends=('orbit2>=2.14.12' 'libxml2' 'perl') makedepends=('intltool' 'gtk-doc>=1.9' 'popt' 'sgml-common') groups=('gnome' 'gnome-minimal') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') install=$pkgname.install Finclude gnome source=(${source[@]} libbonobo-search-path-fix.patch) From bouleetbil at frogdev.info Thu Sep 11 22:08:27 2008 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu Sep 11 22:08:29 2008 Subject: [Frugalware-git] frugalware-current: pmount-0.9.9-2-ppc Message-ID: <20080911200827.DBCBA119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=71dfbf394e20e0c2ea517ae1342c78f96ead0d16 commit 71dfbf394e20e0c2ea517ae1342c78f96ead0d16 Author: bouleetbil Date: Thu Sep 11 22:07:12 2008 +0200 pmount-0.9.9-2-ppc *added ppc to archs() diff --git a/source/apps/pmount/FrugalBuild b/source/apps/pmount/FrugalBuild index f578b0f..cdd6480 100644 --- a/source/apps/pmount/FrugalBuild +++ b/source/apps/pmount/FrugalBuild @@ -9,7 +9,7 @@ url="http://www.piware.de/projects.shtml" depends=('sysfsutils' 'hal>=0.5.7.1-3') makedepends=('perl-xml-parser') groups=('apps') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') backup=('etc/pmount.allow') up2date="lynx -dump http://www.piware.de/projects/|grep pmount-.*tar.gz$|sed 's/.*-\(.*\)\.t.*/\1/'|sort|sed -n '$ p'" source=(http://www.piware.de/projects/$pkgname-$pkgver.tar.gz dbus09x.patch) From vmiklos at frugalware.org Thu Sep 11 23:36:52 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 23:36:52 2008 Subject: [Frugalware-git] frugalware-current: warsow-0.42-1-i686 Message-ID: <20080911213652.417F8119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=87c74f1b54eec15f0b0bfb001f223aa716a2ff90 commit 87c74f1b54eec15f0b0bfb001f223aa716a2ff90 Author: gholafox Date: Wed Sep 10 22:32:59 2008 +0200 warsow-0.42-1-i686 - version bump diff --git a/source/games-extra/warsow/FrugalBuild b/source/games-extra/warsow/FrugalBuild index 77080ef..545c5ed 100644 --- a/source/games-extra/warsow/FrugalBuild +++ b/source/games-extra/warsow/FrugalBuild @@ -2,43 +2,46 @@ # Maintainer: detto pkgname=warsow -pkgver=0.32 +pkgver=0.42 pkgrel=1 pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine." url="http://www.warsow.net/" -_F_desktop_name="Warsow" -_F_desktop_icon="wsw-icon_48x48.png" -_F_desktop_categories="Game" archs=('i686' 'x86_64') groups=('games-extra') makedepends=('unzip') depends=('sdl' 'openal' 'curl' 'mesa' 'libxxf86dga' 'libjpeg' 'libvorbis' 'libxinerama') -up2date=("lynx -dump $url |grep Latest |sed -e 's/.*ow \(.*\)/\1/'") -source=(http://www.67250.com/warsow/${pkgname}_${pkgver}_linux.tar.gz \ - http://www.67250.com/warsow/${pkgname}_${pkgver}_sdk.zip \ +up2date=("lynx -dump $url |grep Release: |sed -e 's/.*ow \(.*\)/\1/'") +source=(http://data.rodix.free.fr/${pkgname}/files/${pkgname}_${pkgver}_unified.zip \ + http://data.rodix.free.fr/${pkgname}/files/${pkgname}_${pkgver}_sdk.zip \ http://mitglied.lycos.de/r3360/warsow/wsw-icon/wsw-icon_48x48.png \ - warsow.sh warsow_server.sh) -sha1sums=('05691ca3aea23de5280b88004a05491339a6eee6' \ - '09a9cb1d231dfdf62dc6249f9faba7760cde2e0f' \ + warsow.sh warsow_server.sh warsowtv_server.sh) +sha1sums=('2553aaf544a4a2eb02a0a875214906b0f3a076df' \ + '1b358463169cad425d4c4379d7d302888879ce09' \ '54e59b98772d11914ca6881a5c60c45698f550e6' \ 'c4b18b46e02c7e120c18427e7ace272d51680da4' \ - 'ef06eae2aded9d4f6afc2ebe85d9bf0106e1d843') + 'ef06eae2aded9d4f6afc2ebe85d9bf0106e1d843' \ + '82653c57eaa20c6542c95a6179f899692415abcc') +_F_desktop_name="Warsow" +_F_desktop_icon="wsw-icon_48x48.png" +_F_desktop_categories="Game;ActionGame;" build () { # copy the whole prebuilt warsow to pkg and remove prebuilt binaries and libs... - Fmkdir usr/share - Fcpr warsow usr/share/ - Frm usr/share/warsow/libs/ - Frm usr/share/warsow/{warsow.i386,warsow.x86_64,wsw_server.i386,wsw_server.x86_64} + Fmkdir usr/share/${pkgname} + mv $Fsrcdir/${pkgname}_${pkgver}_unified/basewsw $Fdestdir/usr/share/${pkgname} | Fdie + Ffilerel ${pkgname}_${pkgver}_unified/{warsow,wsw_server,wswtv_server} /usr/share/${pkgname} + Fdocrel ${pkgname}_${pkgver}_unified/docs/* # and adjust correct permissions Fdirschmod usr/ 755 Ffileschmod usr/ 644 Ffileschmod usr/share/warsow/warsow 755 Ffileschmod usr/share/warsow/wsw_server 755 + Ffileschmod usr/share/warsow/wswtv_server 755 # going to compile source... - Fcd ${pkgname}_${pkgver}/source + Fcd ${pkgname}_${pkgver}_src/source + Fpatchall Fmake DEBUG_BUILD=NO \ LOCALBASE=/usr \ X11BASE=/usr @@ -47,6 +50,7 @@ build () { # copy built binaries to pkg... Fexerel release/warsow.x86_64 usr/share/warsow/ Fexerel release/wsw_server.x86_64 usr/share/warsow/ + Fexerel release/wswtv_server.x86_64 usr/share/warsow/ # and built libs to pkg Fexerel release/libs/{irc_x86_64.so,snd_openal_x86_64.so,snd_qf_x86_64.so} usr/share/warsow/libs/ @@ -55,6 +59,7 @@ build () { # copy built binaries to pkg... Fexerel release/warsow.i386 usr/share/warsow/ Fexerel release/wsw_server.i386 usr/share/warsow/ + Fexerel release/wswtv_server.i386 usr/share/warsow/ # and built libs to pkg Fexerel release/libs/{irc_i386.so,snd_openal_i386.so,snd_qf_i386.so} usr/share/warsow/libs/ @@ -64,6 +69,7 @@ build () { # install the game and server launchers... Fexe warsow.sh /usr/bin/warsow Fexe warsow_server.sh usr/bin/warsow-server + Fexe warsowtv_server.sh usr/bin/warsowtv-server # and don't forget the shortcut and icon Ficon wsw-icon_48x48.png diff --git a/source/games-extra/warsow/warsowtv_server.sh b/source/games-extra/warsow/warsowtv_server.sh new file mode 100644 index 0000000..8bedb79 --- /dev/null +++ b/source/games-extra/warsow/warsowtv_server.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd "/usr/share/warsow/" +./wswtv_server +set fs_usehomedir 1 $* +exit $? From vmiklos at frugalware.org Thu Sep 11 23:42:31 2008 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu Sep 11 23:42:32 2008 Subject: [Frugalware-git] homepage-ng: add link to frugalware-art.org Message-ID: <20080911214231.7859D119019C@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=d97ff109d25a445355395418f487170f5146b065 commit d97ff109d25a445355395418f487170f5146b065 Author: Miklos Vajna Date: Thu Sep 11 23:42:05 2008 +0200 add link to frugalware-art.org diff --git a/frugalware/config.inc.php b/frugalware/config.inc.php index 2559076..efc7052 100644 --- a/frugalware/config.inc.php +++ b/frugalware/config.inc.php @@ -64,6 +64,7 @@ $menucontent .= ' ' . gettext('Screensho $menucontent .= ' ' . gettext('Map') . "\n"; $menucontent .= ' ' . gettext('Last.fm group') . "\n"; $menucontent .= ' ' . gettext('National sites') . "\n"; +$menucontent .= ' ' . gettext('Artwork') . "\n"; $menucontent .= "\n"; $menucontent .= '' . gettext('Download') . " · \n"; $menucontent .= '
    FSAPackageFSA DescriptionUpgrade To
    FSA525pidginA security issue has been reported in Pidgin, which can be exploited by malicious people to conduct spoofing attackspidgin-2.4.3-1kalgan2