From bouleetbil at frogdev.info Tue Sep 1 11:41:20 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 11:41:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg-server-1.6.3.901.150.gc61d8ce1-1-i686 *version bump *fixed rodepends *added some use var *use directly git xorg *should add some hal rules for that simple :) Message-ID: <20090901094120.D93F011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8764def649be5be4e91092121be0dd4086344c7b commit 8764def649be5be4e91092121be0dd4086344c7b Author: bouleetbil Date: Tue Sep 1 11:27:54 2009 +0200 xorg-server-1.6.3.901.150.gc61d8ce1-1-i686 *version bump *fixed rodepends *added some use var *use directly git xorg *should add some hal rules for that simple :) diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index 46e17f6..2997b48 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -1,8 +1,13 @@ # Compiling Time: 6.34 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} +USE_ALLXSERVER=${USE_ALLXSERVER:-"n"} +USE_HAL=${USE_HAL:-"y"} + + pkgname=xorg-server -pkgver=1.6.3.295e598d +pkgver=1.6.3.901 pkgrel=1 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') @@ -12,13 +17,13 @@ depends=('libxfont>=1.4.0' 'libx11>=1.2.99.901' 'xtrans>=1.2.3' 'libxau>=1.0.5' 'libxi>=1.2.1' 'freetype2' 'mesa>=7.4.2-4' 'font-cursor-misc>=1.0.0-3' 'font-misc-misc>=1.0.0-3' \ 'xbitmaps' 'xkeyboard-config>=1.6' 'iceauth>=1.0.2-3' 'rgb>=1.0.3' 'xauth>=1.0.3' 'xinit>=1.1.1' 'libxaw>=1.0.5' \ 'libxpm>=3.5.7-2' 'libxxf86misc>=1.0.1-3' 'libxxf86vm>=1.0.1-3' 'libxkbui>=1.0.2-2' 'liblbxutil>=1.0.1-4' \ - 'xorg-cf-files' 'libxtst>=1.0.3-3' 'font-alias' 'libxcb>=1.4' 'pixman>=0.15.8' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'dbus' 'hal') + 'xorg-cf-files' 'libxtst>=1.0.3-3' 'font-alias' 'libxcb>=1.4' 'pixman>=0.15.8' 'libpciaccess>=0.10.5' 'libxv>=1.0.4') makedepends=('randrproto>=1.3.0' 'renderproto>=0.9.3' 'fixesproto' 'damageproto>=1.1.0' 'xextproto>=7.0.5' 'xproto>=7.0.15' \ 'xf86dgaproto' 'xf86miscproto' 'xf86rushproto' 'xf86vidmodeproto' 'xf86bigfontproto' \ 'compositeproto>=0.4' 'recordproto' 'resourceproto' 'videoproto>=2.2.2' 'scrnsaverproto' 'evieext' \ 'trapproto' 'xineramaproto' 'fontsproto' 'kbproto' 'inputproto>=1.5' 'bigreqsproto' 'xcmiscproto' \ 'glproto' 'xf86driproto>=2.0.4' 'libdrm>=2.4.11' 'printproto>=1.0.4' 'mkfontdir>=1.0.4' 'mkfontscale>=1.0.6-1' \ - 'fontcacheproto' 'xorg-sgml-doctools>=1.2' 'util-macros>=1.2.1' 'calibrateproto' 'libdmx>=1.0.2-3' 'libxres>=1.0.3-3' 'sdl' 'libxinerama>=1.0.3') + 'fontcacheproto' 'xorg-sgml-doctools>=1.2' 'util-macros>=1.2.1' 'calibrateproto' 'libdmx>=1.0.2-3' 'libxres>=1.0.3-3' 'sdl' 'libxinerama>=1.0.3' 'bigreqsproto') rodepends=('libdri' 'libglx' 'xf86-input-mouse' 'xf86-input-keyboard' 'xf86-video-vga' 'xf86-video-vesa') provides=('xorg-compat' 'xorg-server-ati' 'xorg-server-chips' \ 'xorg-server-epson' 'xorg-server-i810' 'xorg-server-mach64' \ @@ -32,61 +37,43 @@ replaces=('xorg-compat' 'xorg-server-ati' 'xorg-server-chips' \ backup=('etc/sysconfig/desktop') Finclude sourceforge xorg -#source=(${source[@]} \ -source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/$pkgname-$pkgver.tar.bz2 \ +source=(${source[@]} \ desktop) -sha1sums=('df908f76ee7b1bd9067ad937ed1750730cd9f28e' \ +sha1sums=('09e3d46178701ce76911553ee53309686822bb31' \ '1456207203932404752e2519c5b7fe830a913cf4') -subpkgs=('libdri' 'libglx' ) -#\ -# "$pkgname-dmx" "$pkgname-xephyr" \ -# "$pkgname-fbdev" "$pkgname-sdl") +if Fuse $USE_DEVEL; then + pkgver=1.6.3.901.150.gc61d8ce1 + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/xserver" + Finclude scm + source=(${source[@]} desktop) +fi + + +subpkgs=('libdri' 'libglx') subdescs=('Dri library for XOrg.' \ - 'Glx library for XOrg.' ) -# 'Distributed Multi-Head X server.' \ -# 'KDrive xephyr X server' \ -# 'KDrive fbdev X server' \ -# 'KDrive sdl X server') + 'Glx library for XOrg.') subdepends=('glibc' \ 'glibc') -# 'libdmx libxcb libsm libxaw libxrender libxfixes libxfont>=1.3.1-2 libxi pixman libxres' \ -# 'libxext libxfont>=1.3.1-2 pixman' \ -# 'libxfont>=1.3.1-2 libxau pixman libxdmcp' \ -# 'libxfont>=1.3.1-2 libxau pixman libxdmcp sdl') subgroups=('x11 xorg-core' 'x11 xorg-core') -# 'x11-extra' 'x11-extra' 'x11-extra' 'x11-extra') 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() { - cd $Fsrcdir/$_F_xorg_name-$pkgver || Fdie - Fautoreconf - Fmake \ +Fconfopts="${Fconfopts[@]} --disable-static \ --enable-ipv6 \ --enable-dri \ --with-dri-driver-path=/usr/lib/dri \ --enable-xcsecurity \ --enable-xorg \ - --disable-dmx \ --enable-xtrap \ - --disable-xephyr \ - --disable-kdrive \ - --disable-xsdl \ --enable-xevie \ - --disable-xvfb \ --disable-xfake \ --enable-vfb \ --sysconfdir=/etc/X11 \ --localstatedir=/var \ - --disable-multibuffer \ - --with-vendor-web="http://www.frugalware.org" \ - --with-os-name="Frugalware Linux" \ - --with-os-vendor="Frugalware.org Development Team" \ - --with-builder-addr="frugalware-devel at frugalware.org" \ --with-xkb-output=/var/lib/xkb \ --with-xkb-path=/usr/lib/X11/xkb \ --disable-xorgcfg \ @@ -96,9 +83,71 @@ build() { --enable-composite \ --enable-glx-tls \ --enable-install-setuid \ + --enable-record" + +if Fuse $USE_HAL; then + depends=(${depends[@]} 'dbus' 'hal') + rodepends=(${rodepends[@]} 'xf86-input-evdev') + Fconfopts="${Fconfopts[@]} \ --enable-config-dbus \ - --enable-record \ - --enable-config-hal + --enable-config-hal" +else + Fconfopts="${Fconfopts[@]} \ + --disable-config-dbus \ + --disable-config-hal" +fi + + +if Fuse $USE_ALLXSERVER; then + subpkgs=(${subpkgs[@]} "$pkgname-dmx" "$pkgname-xephyr" \ + "$pkgname-fbdev" "$pkgname-sdl") + subdescs=(${subdescs[@]} \ + 'Distributed Multi-Head X server.' \ + 'KDrive xephyr X server' \ + 'KDrive fbdev X server' \ + 'KDrive sdl X server') + subdepends=(${subdepends[@]} 'libdmx libxcb libsm libxaw libxrender libxfixes libxfont>=1.3.1-2 libxi pixman libxres' \ + 'libxext libxfont>=1.3.1-2 pixman' \ + 'libxfont>=1.3.1-2 libxau pixman libxdmcp' \ + 'libxfont>=1.3.1-2 libxau pixman libxdmcp sdl') + subgroups=(${subgroups[@]} 'x11-extra' 'x11-extra' 'x11-extra' 'x11-extra') + subarchs=(${subarchs[@]} 'i686 x86_64 ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 x86_64 ppc') + Fconfopts="${Fconfopts[@]} + --enable-dmx \ + --enable-xephyr \ + --enable-xsdl \ + --enable-xvfb \ + --enaable-multibuffer \ + --enable-kdrive" + + +else + Fconfopts="${Fconfopts[@]} + --disable-dmx \ + --disable-xephyr \ + --disable-xsdl \ + --disable-xvfb \ + --disable-kdrive \ + --disable-multibuffer" +fi + +build() { + if Fuse $USE_DEVEL; then + Funpack_scm + Fcd $_F_xorg_name + #Fix typo of latest commit + Fsed "X11/extensions/bigreqproto.h" "X11/extensions/bigreqsproto.h" Xext/bigreq.c + else + Fcd $_F_xorg_name-$pkgver + fi + + Fautoreconf + Fmake \ + --with-vendor-web="http://www.frugalware.org" \ + --with-os-name="Frugalware Linux" \ + --with-os-vendor="Frugalware.org Development Team" \ + --with-builder-addr="frugalware-devel at frugalware.org" \ + Fmakeinstall # TODO - Move away from here Ffile /etc/sysconfig/desktop @@ -110,19 +159,21 @@ build() { Fsplit libglx usr/lib/xorg/modules/extensions/libglx.* ## the servers =) - ## -dmx - #Fsplit $pkgname-dmx \ - # usr/bin/{Xdmx,dmxaddinput,dmxaddscreen,dmxreconfig,dmxresize,dmxrminput,dmxrmscreen,dmxtodmx,dmxwininfo,vdltodmx,xdmx,xdmxconfig} - #Fsplit $pkgname-dmx usr/share/man/man1/*dmx* + if Fuse $USE_ALLXSERVER; then + ## -dmx + Fsplit $pkgname-dmx \ + usr/bin/{Xdmx,dmxaddinput,dmxaddscreen,dmxreconfig,dmxresize,dmxrminput,dmxrmscreen,dmxtodmx,dmxwininfo,vdltodmx,xdmx,xdmxconfig} + Fsplit $pkgname-dmx usr/share/man/man1/*dmx* - ## -xephyr - #Fsplit $pkgname-xephyr usr/bin/Xephyr + ## -xephyr + Fsplit $pkgname-xephyr usr/bin/Xephyr - ## -sdl - #Fsplit $pkgname-sdl usr/bin/Xsdl + ## -sdl + Fsplit $pkgname-sdl usr/bin/Xsdl - ## -fbdev - #Fsplit $pkgname-fbdev usr/bin/Xfbdev + ## -fbdev + Fsplit $pkgname-fbdev usr/bin/Xfbdev + fi } # optimization OK From bouleetbil at frogdev.info Tue Sep 1 12:28:57 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 12:28:57 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: hal-0.5.11-9-i686 *fix the keyboard with the locale Message-ID: <20090901102857.C388111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0165fe99a5e56d868e7b0d98b939328cf77fd823 commit 0165fe99a5e56d868e7b0d98b939328cf77fd823 Author: bouleetbil Date: Tue Sep 1 12:16:45 2009 +0200 hal-0.5.11-9-i686 *fix the keyboard with the locale diff --git a/source/apps/hal/FrugalBuild b/source/apps/hal/FrugalBuild index 2e090c6..98a41fa 100644 --- a/source/apps/hal/FrugalBuild +++ b/source/apps/hal/FrugalBuild @@ -4,7 +4,7 @@ pkgname=hal pkgver=0.5.11 -pkgrel=8 +pkgrel=9 pkgdesc="Hardware Abstraction Layer" url="http://www.freedesktop.org/wiki/Software/hal" depends=('dbus-glib>=0.74' 'udev>=132' 'util-linux-ng>=2.15' 'glib2' 'libcap' 'dbus>=1.2.12-4' \ diff --git a/source/apps/hal/hal.install b/source/apps/hal/hal.install index 9b1550c..5638c5c 100644 --- a/source/apps/hal/hal.install +++ b/source/apps/hal/hal.install @@ -15,6 +15,10 @@ post_install() if [ -n "$1" -a -x /usr/sbin/chkconfig ]; then /usr/sbin/chkconfig --add rc.hald fi + #for use the good layout + layout=`locale | grep LANG | cut -d '=' -f 2 | cut -d '_' -f 1` + line=`grep -n 'xkb.layout' /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi | cut -d: -f1` + sed "$line s/us/$layout/" -i /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi } post_upgrade() From bouleetbil at frogdev.info Tue Sep 1 14:26:59 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 14:26:59 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-synaptics-1.1.99.31.gc9527bdc-1-i686 *version bump *use git version (wait for a release) Message-ID: <20090901122659.F055C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0ce4805e8410f1e14e84ce98005f58952eab7ed3 commit 0ce4805e8410f1e14e84ce98005f58952eab7ed3 Author: bouleetbil Date: Tue Sep 1 14:14:44 2009 +0200 xf86-input-synaptics-1.1.99.31.gc9527bdc-1-i686 *version bump *use git version (wait for a release) diff --git a/source/x11/xf86-input-synaptics/FrugalBuild b/source/x11/xf86-input-synaptics/FrugalBuild index ab3bc6c..ae13edd 100644 --- a/source/x11/xf86-input-synaptics/FrugalBuild +++ b/source/x11/xf86-input-synaptics/FrugalBuild @@ -1,13 +1,38 @@ # Compiling Time: 0.03 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=xf86-input-synaptics pkgver=1.1.3 +Fuse $USE_DEVEL && pkgver=1.1.99.31.gc9527bdc Finclude xorg replaces=('synaptics') _F_cd_path="$pkgname-$pkgver" source=($source README.Frugalware) sha1sums=('eb1664971f03530e2d63df2fa52625fdee2a4da4' \ 'fcc70fb810074bfdc9a89cc1211fc8d75c1c964b') -# optimization OK +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics" + Finclude scm + source=($source README.Frugalware) +fi + archs=(${archs[@]} 'ppc') +makedepends=(${makedepends[@]} 'util-macros') +pkgrel=1 + +build() +{ + if Fuse $USE_DEVEL; then + Funpack_scm + fi + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} + +# optimization OK From bouleetbil at frogdev.info Tue Sep 1 17:35:40 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 17:35:40 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vesa-2.2.1-1-i686 *version bump *use the latest snapshot Message-ID: <20090901153540.34DA611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f187c70e45e3f211166322ab1c4541f9be95df2e commit f187c70e45e3f211166322ab1c4541f9be95df2e Author: bouleetbil Date: Tue Sep 1 17:23:24 2009 +0200 xf86-video-vesa-2.2.1-1-i686 *version bump *use the latest snapshot diff --git a/source/x11/xf86-video-vesa/FrugalBuild b/source/x11/xf86-video-vesa/FrugalBuild index f4d2d88..f240308 100644 --- a/source/x11/xf86-video-vesa/FrugalBuild +++ b/source/x11/xf86-video-vesa/FrugalBuild @@ -2,16 +2,23 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-vesa -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="X.Org video driver for VESA cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1-2') -makedepends=('randrproto>1.3.0' 'renderproto') +depends=('xorg-server>=1.6.3.901') +makedepends=('randrproto>1.3.0' 'renderproto' 'util-macros') replaces=('xf86-video-vermilion' 'xf86-video-imstt') Finclude xorg -sha1sums=('b2d0f33f811bc1a651d4ecbc84979f82281e8a59') +source=(http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/snapshot/$pkgname-$pkgver.tar.bz2) +sha1sums=('e532bd9be30074eb29b06b447bfb2880b3463aca') + +build() { + Fcd + Fautoreconf + Fbuild +} # optimization OK From bouleetbil at frogdev.info Tue Sep 1 17:45:32 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 17:45:32 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vesa-2.2.1-2-i686 *replaces vga see commit 0cc11bfe *This driver is unmaintained .... *use the xf86-video-vesa driver instead. Message-ID: <20090901154532.239E311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f4a7efdc0534bd9714ebc990262b5abb427c5ebc commit f4a7efdc0534bd9714ebc990262b5abb427c5ebc Author: bouleetbil Date: Tue Sep 1 17:32:25 2009 +0200 xf86-video-vesa-2.2.1-2-i686 *replaces vga see commit 0cc11bfe *This driver is unmaintained .... *use the xf86-video-vesa driver instead. diff --git a/source/x11/xf86-video-vesa/FrugalBuild b/source/x11/xf86-video-vesa/FrugalBuild index f240308..c956697 100644 --- a/source/x11/xf86-video-vesa/FrugalBuild +++ b/source/x11/xf86-video-vesa/FrugalBuild @@ -3,14 +3,14 @@ pkgname=xf86-video-vesa pkgver=2.2.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for VESA cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') depends=('xorg-server>=1.6.3.901') makedepends=('randrproto>1.3.0' 'renderproto' 'util-macros') -replaces=('xf86-video-vermilion' 'xf86-video-imstt') +replaces=('xf86-video-vermilion' 'xf86-video-imstt' 'xf86-video-vga') Finclude xorg source=(http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/snapshot/$pkgname-$pkgver.tar.bz2) sha1sums=('e532bd9be30074eb29b06b447bfb2880b3463aca') From bouleetbil at frogdev.info Tue Sep 1 19:43:21 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 19:43:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libgee-0.2.0-1-i686 *downgrade to stable version *devel version break all reverse depends Message-ID: <20090901174321.B384D11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca021d1aaf0ce2f17110799b0782e2a13e3267a9 commit ca021d1aaf0ce2f17110799b0782e2a13e3267a9 Author: bouleetbil Date: Tue Sep 1 19:30:49 2009 +0200 libgee-0.2.0-1-i686 *downgrade to stable version *devel version break all reverse depends diff --git a/source/lib-extra/libgee/FrugalBuild b/source/lib-extra/libgee/FrugalBuild index 1fa8aba..8e7f661 100644 --- a/source/lib-extra/libgee/FrugalBuild +++ b/source/lib-extra/libgee/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=libgee -pkgver=0.3.0 +pkgver=0.2.0 pkgrel=1 pkgdesc="Library providing GObject-based interfaces and classes for commonly used data structures." depends=('glib2' 'vala') groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') -_F_gnome_devel="y" +options=('force') Finclude gnome url="http://live.gnome.org/Libgee" -sha1sums=('fd8604fb5a80c1510aed680db8b40c13d1c4eb82') +sha1sums=('4582aa286bae8e64b71e0826925cc49b23f24642') # optimization OK From bouleetbil at frogdev.info Tue Sep 1 22:22:04 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 22:22:04 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: libdrm-2.4.13-2-i686 *enable radeon drm Message-ID: <20090901202204.F091311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=5d9be99d7f499bf439fbc3d1a919058d69c168df commit 5d9be99d7f499bf439fbc3d1a919058d69c168df Author: bouleetbil Date: Tue Sep 1 22:10:00 2009 +0200 libdrm-2.4.13-2-i686 *enable radeon drm diff --git a/source/x11/libdrm/FrugalBuild b/source/x11/libdrm/FrugalBuild index cf078ad..2911802 100644 --- a/source/x11/libdrm/FrugalBuild +++ b/source/x11/libdrm/FrugalBuild @@ -3,7 +3,7 @@ pkgname=libdrm pkgver=2.4.13 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org Userspace interface to kernel DRM services" url="http://xorg.freedesktop.org/" depends=() @@ -12,14 +12,15 @@ 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 no-pthread-stubs.patch) sha1sums=('df82ead09f0a2075f8ec2c08cca6a63bc837afdd' \ - '5f503d723937314bcefa964f9d986b20f40e948c') + '6a5c48f014d40630d1b5b3d2130188da5352477a') +Fconfopts="${Fconfopts[@]} --enable-nouveau-experimental-api --enable-radeon-experimental-api" build() { Fcd Fpatchall Fautoreconf - Fconf --enable-nouveau-experimental-api + Fconf Fmake Fmakeinstall } diff --git a/source/x11/libdrm/no-pthread-stubs.patch b/source/x11/libdrm/no-pthread-stubs.patch index 5521084..fd90430 100644 --- a/source/x11/libdrm/no-pthread-stubs.patch +++ b/source/x11/libdrm/no-pthread-stubs.patch @@ -48,3 +48,20 @@ diff -ru libdrm-2.4.0/configure.ac libdrm-2.4.0-nostubs/configure.ac libdrm_intel_la_SOURCES = \ intel_bufmgr.c \ +--- libdrm-2.4.13/libdrm/radeon/Makefile.am~ 2009-07-06 22:11:03.000000000 +0200 ++++ libdrm-2.4.13/libdrm/radeon/Makefile.am 2009-09-01 22:05:15.000000000 +0200 +@@ -26,13 +26,12 @@ + $(WARN_CFLAGS) \ + -I$(top_srcdir)/libdrm \ + -I$(top_srcdir)/libdrm/radeon \ +- $(PTHREADSTUBS_CFLAGS) \ + -I$(top_srcdir)/shared-core + + libdrm_radeon_la_LTLIBRARIES = libdrm_radeon.la + libdrm_radeon_ladir = $(libdir) + libdrm_radeon_la_LDFLAGS = -version-number 1:0:0 -no-undefined +-libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ ++libdrm_radeon_la_LIBADD = ../libdrm.la + + libdrm_radeon_la_SOURCES = \ + radeon_bo_gem.c \ From bouleetbil at frogdev.info Tue Sep 1 22:28:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 22:28:30 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nouveau-0.0.15.35.g569a17a-1-i686 *new package Message-ID: <20090901202830.D6BB711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=12eee0bb08e2b2e4be4d3e006ab4ab76f8258605 commit 12eee0bb08e2b2e4be4d3e006ab4ab76f8258605 Author: bouleetbil Date: Tue Sep 1 22:16:46 2009 +0200 xf86-video-nouveau-0.0.15.35.g569a17a-1-i686 *new package diff --git a/source/x11/xf86-video-nouveau/FrugalBuild b/source/x11/xf86-video-nouveau/FrugalBuild new file mode 100644 index 0000000..edaec1f --- /dev/null +++ b/source/x11/xf86-video-nouveau/FrugalBuild @@ -0,0 +1,35 @@ +# Compiling Time: 0.24 SBU +# Maintainer: Christian Hamar alias krix + +USE_DEVEL=${USE_DEVEL:-"y"} + +pkgname=xf86-video-nouveau +pkgver=0.0.15 +Fuse $USE_DEVEL && pkgver=0.0.15.35.g569a17a +pkgrel=1 +pkgdesc="X.Org driver for Nvidia cards (opensource)" +groups=('x11' 'xorg-core' 'xorg-drivers') +archs=('i686') +Finclude xorg +depends=('xorg-server>=1.6.3' 'libxvmc>=1.0.4-3' 'libdrm') +makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' \ + 'xf86dgaproto' 'glproto' 'xineramaproto' 'util-macros>=1.2.1') +Fconfopts="$Fconfopts --with-kms=yes" +sha1sums=('77ea9054e46662d84d5b33a088a48cb175662915') +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau" + Finclude scm +fi + +build() +{ + if Fuse $USE_DEVEL; then + Funpack_scm + Fautoreconf + fi + Fbuild +} + +# optimization OK From bouleetbil at frogdev.info Tue Sep 1 22:38:06 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 1 Sep 2009 22:38:06 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-tseng-1.2.2-1-i686 *version bump *added fix Message-ID: <20090901203806.B7B8411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=50af7496c86aa6a65bb530eb40c861c3d4accfa8 commit 50af7496c86aa6a65bb530eb40c861c3d4accfa8 Author: bouleetbil Date: Tue Sep 1 22:26:21 2009 +0200 xf86-video-tseng-1.2.2-1-i686 *version bump *added fix diff --git a/source/x11/xf86-video-tseng/FixABI.diff b/source/x11/xf86-video-tseng/FixABI.diff new file mode 100644 index 0000000..942e836 --- /dev/null +++ b/source/x11/xf86-video-tseng/FixABI.diff @@ -0,0 +1,65 @@ +From 17ebee6804a99af32747b801c5b979ba5248a9d8 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:40 +0000 +Subject: tseng: update for resources/RAC API removal + +--- +diff --git a/src/tseng_driver.c b/src/tseng_driver.c +index efa19c8..1b61da8 100644 +--- a/src/tseng_driver.c ++++ b/src/tseng_driver.c +@@ -42,8 +42,10 @@ + + #include "fb.h" + ++#ifndef XSERVER_LIBPCIACCESS + #include "xf86RAC.h" + #include "xf86Resources.h" ++#endif + #include "xf86int10.h" + + #include "xf86xv.h" +@@ -889,10 +891,12 @@ TsengGetFbAddress(ScrnInfoPtr pScrn) + pTseng->FbAddress = PCI_REGION_BASE(pTseng->PciInfo, 0, REGION_MEM); + + ++#ifndef XSERVER_LIBPCIACCESS + if (xf86RegisterResources(pTseng->pEnt->index,NULL,ResNone)) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Cannot register FB memory.\n"); + return FALSE; + } ++#endif + + /* The W32 linear map address space is always 4Mb (mainly because the + * memory-mapped registers are located near the top of the 4MB area). +@@ -1089,13 +1093,14 @@ TsengPreInit(ScrnInfoPtr pScrn, int flags) + else + VGAHWPTR(pScrn)->MapSize = 0x10000; + ++#ifndef XSERVER_LIBPCIACCESS + /* + * XXX At least part of this range does appear to be disabled, + * but to play safe, it is marked as "unused" for now. + * Changed this to "disable". Otherwise it might interfere with DGA. + */ + xf86SetOperatingState(resVgaMem, pTseng->pEnt->index, ResDisableOpr); +- ++#endif + /* hibit processing (TsengProcessOptions() must have been called first) */ + pTseng->save_divide = 0x40; /* default */ + if (pTseng->ChipType == ET4000) { +@@ -1466,9 +1471,10 @@ TsengScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) + if (pScrn->depth == 4 || pScrn->depth == 8) { /* fb and xf4bpp */ + vgaHWHandleColormaps(pScreen); + } ++#ifndef XSERVER_LIBPCIACCESS + pScrn->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; + pScrn->racMemFlags = pScrn->racIoFlags; +- ++#endif + /* Wrap the current CloseScreen and SaveScreen functions */ + pScreen->SaveScreen = TsengSaveScreen; + +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-tseng/FrugalBuild b/source/x11/xf86-video-tseng/FrugalBuild index f96eebf..2124f21 100644 --- a/source/x11/xf86-video-tseng/FrugalBuild +++ b/source/x11/xf86-video-tseng/FrugalBuild @@ -2,15 +2,17 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-tseng -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="X.Org video driver for tseng cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('8f048c2d7e0068699f1c0bdb6443d4774fada14a') +source=($source FixABI.diff) +sha1sums=('b45d6a49ddb0691c45fcc4b225e937c7336ce670' \ + '97339fa7a183e83814a40a2ba62ed2b040a25cf5') # optimization OK From vmiklos at frugalware.org Wed Sep 2 10:56:24 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Sep 2009 10:56:24 +0200 (CEST) Subject: [Frugalware-git] frugalware: update to 1.1 final Message-ID: <20090902085624.0AFE511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware.git;a=commitdiff;h=0025c004d0131306046829acadac4aa68fac7911 commit 0025c004d0131306046829acadac4aa68fac7911 Author: Miklos Vajna Date: Wed Sep 2 10:56:20 2009 +0200 update to 1.1 final diff --git a/Makefile b/Makefile index 5fd7faf..4fdd5e1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 1.1rc2 +VERSION = 1.1 CODENAME = Getorin FRUGALWARE_LANGS = de hu it From vmiklos at frugalware.org Wed Sep 2 11:00:26 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Sep 2009 11:00:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: frugalware-1.1-1-i686 Message-ID: <20090902090026.C510411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a627cfc58bf3a285e88d803b43cb6ccba940dde commit 3a627cfc58bf3a285e88d803b43cb6ccba940dde Author: Miklos Vajna Date: Wed Sep 2 11:00:15 2009 +0200 frugalware-1.1-1-i686 - version bump diff --git a/source/base/frugalware/FrugalBuild b/source/base/frugalware/FrugalBuild index 5a18d1c..35091c6 100644 --- a/source/base/frugalware/FrugalBuild +++ b/source/base/frugalware/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=frugalware -pkgver=1.1rc2 +pkgver=1.1 pkgrel=1 pkgdesc="Basic Frugalware Linux filesystem package" url="http://ftp.frugalware.org/pub/other/frugalware/" From vmiklos at frugalware.org Wed Sep 2 11:15:21 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Sep 2009 11:15:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-2.6.1-4-i686 Message-ID: <20090902091521.59B1211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=31bf152ad7b5ad51b89a407df5c203b47e9a46af commit 31bf152ad7b5ad51b89a407df5c203b47e9a46af Author: Miklos Vajna Date: Wed Sep 2 11:14:37 2009 +0200 pidgin-2.6.1-4-i686 - drop nice from depends - that was part of commit 7dae6fd, and we reverted it for now diff --git a/source/xapps/pidgin/FrugalBuild b/source/xapps/pidgin/FrugalBuild index a1190db..f97692e 100644 --- a/source/xapps/pidgin/FrugalBuild +++ b/source/xapps/pidgin/FrugalBuild @@ -4,10 +4,10 @@ pkgname=pidgin pkgver=2.6.1 -pkgrel=3 +pkgrel=4 pkgdesc="A multi-protocol instant messaging (IM) client" depends=('gtk+2>=2.16.2-2' 'libao' 'audiofile' 'gtkspell>=2.0.11-3' 'startup-notification>=0.9-3' \ - 'libxscrnsaver>=1.1.3' 'dbus-x11>=1.2.14' 'gstreamer' 'nice') + 'libxscrnsaver>=1.1.3' 'dbus-x11>=1.2.14' 'gstreamer') makedepends=('evolution-data-server>=1.12.0' 'doxygen' 'tk' 'perl-xml-parser' 'intltool' 'sqlite3' \ 'avahi-compat>=0.6.21' 'dbus-glib>=0.74' 'avahi-glib>=0.6.21' 'gnutls>=2.8' 'libxml2' 'libxslt' 'nss>=3.12') rodepends=('libpurple') From vmiklos at frugalware.org Wed Sep 2 11:24:48 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Sep 2009 11:24:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fwsetup-1.0.4-2-i686 Message-ID: <20090902092448.B449411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b19cfbbde1b311acda5f5ba1506eaa79cd64a40c commit b19cfbbde1b311acda5f5ba1506eaa79cd64a40c Author: Miklos Vajna Date: Wed Sep 2 11:24:36 2009 +0200 fwsetup-1.0.4-2-i686 - depend on frugalware-1.1 final diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index 869b4ed..b55c4ae 100644 --- a/source/devel-extra/fwsetup/FrugalBuild +++ b/source/devel-extra/fwsetup/FrugalBuild @@ -6,12 +6,12 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=fwsetup pkgver=1.0.4 Fuse $USE_DEVEL && pkgver=0.8.8.9.gd348556 -pkgrel=1 +pkgrel=2 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() makedepends=('dialog' 'parted' 'pacman-g2>=3.5.5' 'module-init-tools' \ - 'frugalware>=1.1rc2' 'busybox>=1.12.1-2' 'frugalwareutils>=0.8.8' \ + 'frugalware>=1.1' 'busybox>=1.12.1-2' 'frugalwareutils>=0.8.8' \ 'gdb') if [ "$CARCH" != "ppc" ]; then Fconfopts="$Fconfopts --enable-tftp" From bouleetbil at frogdev.info Wed Sep 2 16:04:13 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 16:04:13 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-geode-2.11.4.1-1-i686 *version bump Message-ID: <20090902140413.49AB711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=33465587c538b7543751b584f519bf5b45ff6bde commit 33465587c538b7543751b584f519bf5b45ff6bde Author: bouleetbil Date: Wed Sep 2 15:52:13 2009 +0200 xf86-video-geode-2.11.4.1-1-i686 *version bump diff --git a/source/x11/xf86-video-geode/FrugalBuild b/source/x11/xf86-video-geode/FrugalBuild index 24f0f77..8367fc3 100644 --- a/source/x11/xf86-video-geode/FrugalBuild +++ b/source/x11/xf86-video-geode/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-geode -pkgver=2.8.0 +pkgver=2.11.4.1 pkgrel=1 pkgdesc="X.Org video driver AMD Geode GX and LX" url="http://xorg.freedesktop.org" @@ -12,9 +12,9 @@ provides=('xf86-video-amd') conflicts=('xf86-video-amd') # NOT COMPILES ON x86_64 because of assembly stuff. archs=('i686' '!x86_64') -depends=('xorg-server>=1.4.0.90') +depends=('xorg-server>=1.6.3') makedepends=('randrproto' 'renderproto' 'xf86dgaproto' 'videoproto') Finclude xorg -sha1sums=('e76b68798f84a300af6098836b5030a4a48fff37') +sha1sums=('d0d4b7f30f9e6a6bd34cde02e808787287adb616') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 16:11:01 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 16:11:01 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xterm-247-1-i686 *version bump Message-ID: <20090902141101.E039411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=8360d08ad2472c1f2227c84c93fef1932883594f commit 8360d08ad2472c1f2227c84c93fef1932883594f Author: bouleetbil Date: Wed Sep 2 15:59:00 2009 +0200 xterm-247-1-i686 *version bump diff --git a/source/x11/xterm/FrugalBuild b/source/x11/xterm/FrugalBuild index b7debec..33d1ec2 100644 --- a/source/x11/xterm/FrugalBuild +++ b/source/x11/xterm/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: Christian Hamar alias krix pkgname=xterm -pkgver=245 +pkgver=247 pkgrel=1 pkgdesc="X terminal emulator" url="http://dickey.his.com/xterm/" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64' 'ppc') -depends=('libx11>=1.2.1' 'libxt>=1.0.5-2' 'libxrender>=0.9.4-3' 'libxmu>=1.0.4-2' \ - 'libxkbfile>=1.0.5' 'libxft>=2.1.13-2' 'libxaw>=1.0.5') +depends=('libx11>=1.2.99.4' 'libxt>=1.0.5-2' 'libxrender>=0.9.4-3' 'libxmu>=1.0.4-2' \ + 'libxkbfile>=1.0.5' 'libxft>=2.1.13-2' 'libxaw>=1.0.6') rodepends=('desktop-file-utils') makedepends=('groff' 'imake') _F_gnome_desktop="y" @@ -42,5 +42,5 @@ build() { Fbuild_gnome_scriptlet } -sha1sums=('c90a999ea5aaebd014e2ce99dceaa9e0dd00e91d') +sha1sums=('71c2110c60480aa3322938950eea1ae5b3eb1bf3') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 16:20:44 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 16:20:44 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xinput-1.4.99.2-1-i686 *version bump Message-ID: <20090902142044.C1F0A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=84b13c95601c41ef9a9f05487871b1eba2580208 commit 84b13c95601c41ef9a9f05487871b1eba2580208 Author: bouleetbil Date: Wed Sep 2 16:08:46 2009 +0200 xinput-1.4.99.2-1-i686 *version bump diff --git a/source/x11/xinput/FrugalBuild b/source/x11/xinput/FrugalBuild index e57e86e..e7a58ad 100644 --- a/source/x11/xinput/FrugalBuild +++ b/source/x11/xinput/FrugalBuild @@ -2,14 +2,14 @@ # Maintainer: Christian Hamar alias krix pkgname=xinput -pkgver=1.3.0 -pkgrel=2 +pkgver=1.4.99.2 +pkgrel=1 pkgdesc="Utility to set XInput device parameters" groups=('x11' 'xorg-core' 'xorg-apps') archs=('i686' 'x86_64') -depends=('libxi>=1.2.1') -makedepends=('inputproto>=1.5') +depends=('libxi>=1.2.99.4') +makedepends=('inputproto>=1.9.99.902') Finclude xorg -sha1sums=('84c8316950ebae8f28794759202391303148fd02') +sha1sums=('c67b11edbf5d195c9733f5acd739ac9e5798dece') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 16:33:58 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 16:33:58 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-acecad-1.3.0-2-i686 *rebuild with xorg Message-ID: <20090902143358.416D811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ec8ad9a936074b936a470dd1a175c8482df92bb6 commit ec8ad9a936074b936a470dd1a175c8482df92bb6 Author: bouleetbil Date: Wed Sep 2 16:21:54 2009 +0200 xf86-input-acecad-1.3.0-2-i686 *rebuild with xorg diff --git a/source/x11/xf86-input-acecad/FixABI-Xinput.diff b/source/x11/xf86-input-acecad/FixABI-Xinput.diff new file mode 100644 index 0000000..c01f76b --- /dev/null +++ b/source/x11/xf86-input-acecad/FixABI-Xinput.diff @@ -0,0 +1,109 @@ +From a87f59f431c86272e45fdc3ed328fd30be1db2ae Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Mon, 22 Jun 2009 03:36:54 +0000 +Subject: Cope with ABI_XINPUT_VERSION 7 - requires button/axes labels. + +We don't have an atom for relative pressure, so if the device is set to +relative, we export the axis as REL_Z instead. + +Signed-off-by: Peter Hutterer +--- +diff --git a/src/acecad.c b/src/acecad.c +index 63c5aaf..1dac489 100644 +--- a/src/acecad.c ++++ b/src/acecad.c +@@ -78,6 +78,11 @@ + #endif + #endif + ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++#include ++#include ++#endif ++ + /* Previously found in xf86Xinput.h */ + #ifdef DBG + #undef DBG +@@ -627,13 +632,36 @@ DeviceInit (DeviceIntPtr dev) + int rx, ry; + LocalDevicePtr local = (LocalDevicePtr) dev->public.devicePrivate; + AceCadPrivatePtr priv = (AceCadPrivatePtr) (local->private); +- unsigned char map[] = +- {0, 1, 2, 3}; ++ unsigned char map[] = {0, 1, 2, 3}; ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_labels[3]; ++ Atom axes_labels[3]; ++ ++ btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); ++ btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); ++ btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); ++ ++ if ((priv->flags & ABSOLUTE_FLAG)) ++ { ++ axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); ++ axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); ++ axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE); ++ } else ++ { ++ axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); ++ axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); ++ axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Z); ++ } ++#endif + + xf86MsgVerb(X_INFO, 4, "%s Init\n", local->name); + + /* 3 boutons */ +- if (InitButtonClassDeviceStruct (dev, 3, map) == FALSE) ++ if (InitButtonClassDeviceStruct (dev, 3, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ btn_labels, ++#endif ++ map) == FALSE) + { + xf86Msg(X_ERROR, "%s: unable to allocate ButtonClassDeviceStruct\n", local->name); + return !Success; +@@ -653,6 +681,9 @@ DeviceInit (DeviceIntPtr dev) + + /* 3 axes */ + if (InitValuatorClassDeviceStruct (dev, 3, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +@@ -668,6 +699,9 @@ DeviceInit (DeviceIntPtr dev) + + InitValuatorAxisStruct(dev, + 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels[0], ++#endif + 0, /* min val */ + #if XORG_BOTCHED_INPUT + screenInfo.screens[0]->width, +@@ -679,6 +713,9 @@ DeviceInit (DeviceIntPtr dev) + 1000); /* max_res */ + InitValuatorAxisStruct(dev, + 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels[1], ++#endif + 0, /* min val */ + #if XORG_BOTCHED_INPUT + screenInfo.screens[0]->height, +@@ -690,6 +727,9 @@ DeviceInit (DeviceIntPtr dev) + 1000); /* max_res */ + InitValuatorAxisStruct(dev, + 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels[2], ++#endif + 0, /* min val */ + priv->acecadMaxZ, /* max val */ + 1000, /* resolution */ +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-acecad/FrugalBuild b/source/x11/xf86-input-acecad/FrugalBuild index 5591013..a7c4c88 100644 --- a/source/x11/xf86-input-acecad/FrugalBuild +++ b/source/x11/xf86-input-acecad/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-acecad pkgver=1.3.0 -pkgrel=1 +pkgrel=2 Finclude xorg -sha1sums=('4d354701cc43ac71388d389a16e61d8378aed0c5') +source=($source FixABI-Xinput.diff) +sha1sums=('4d354701cc43ac71388d389a16e61d8378aed0c5' \ + 'ad88a998400d92ef7ee3fd19cda9426e7a6cc664') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 16:48:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 16:48:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-aiptek-1.2.0-2-i686 *rebuild with new xorg Message-ID: <20090902144856.16D5F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=5219b8040b6152efc374114a141985fd88613d21 commit 5219b8040b6152efc374114a141985fd88613d21 Author: bouleetbil Date: Wed Sep 2 16:37:00 2009 +0200 xf86-input-aiptek-1.2.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-aiptek/FixXinput.diff b/source/x11/xf86-input-aiptek/FixXinput.diff new file mode 100644 index 0000000..bb2cd67 --- /dev/null +++ b/source/x11/xf86-input-aiptek/FixXinput.diff @@ -0,0 +1,140 @@ +From f440e333bb535854ed25e258fc502b1b6a8d5e44 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Mon, 22 Jun 2009 04:12:23 +0000 +Subject: Cope with ABI_XINPUT_VERSION 7 - requires button/axes labeling + +Signed-off-by: Peter Hutterer +--- +diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c +index a26ca60..8402c85 100644 +--- a/src/xf86Aiptek.c ++++ b/src/xf86Aiptek.c +@@ -126,6 +126,12 @@ + #include + #include + ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++#include ++#include ++#endif ++ ++ + static const char identification[] = "$Identification: 0 $"; + static InputDriverPtr aiptekDrv; + static int debug_level = INI_DEBUG_LEVEL; +@@ -1499,6 +1505,9 @@ xf86AiptekOpenDevice(DeviceIntPtr pDriver) + */ + InitValuatorAxisStruct(pDriver, /* X resolution */ + 0, /* axis_id */ ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X), ++#endif + 0, /* min value */ + device->xBottom - device->xTop, /* max value */ + LPI2CPM(375), /* resolution */ +@@ -1507,6 +1516,9 @@ xf86AiptekOpenDevice(DeviceIntPtr pDriver) + + InitValuatorAxisStruct(pDriver, /* Y Resolution */ + 1, /* axis_id */ ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y), ++#endif + 0, /* min value */ + device->yBottom - device->yTop, /* max value */ + LPI2CPM(375), /* resolution */ +@@ -1515,6 +1527,9 @@ xf86AiptekOpenDevice(DeviceIntPtr pDriver) + + InitValuatorAxisStruct(pDriver, /* Pressure */ + 2, /* axis_id */ ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE), ++#endif + 0, /* min value */ + 511, /* max value */ + 512, /* resolution */ +@@ -1523,6 +1538,9 @@ xf86AiptekOpenDevice(DeviceIntPtr pDriver) + + InitValuatorAxisStruct(pDriver, /* xTilt */ + 3, /* axis id */ ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_X), ++#endif + -128, /* min value */ + 127, /* max value */ + 256, /* resolution */ +@@ -1531,6 +1549,9 @@ xf86AiptekOpenDevice(DeviceIntPtr pDriver) + + InitValuatorAxisStruct(pDriver, /* yTilt */ + 4, /* axis_id */ ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_Y), ++#endif + -128, /* min value */ + 127, /* max value */ + 256, /* resolution */ +@@ -1554,11 +1575,15 @@ static int + xf86AiptekProc(DeviceIntPtr pAiptek, int requestCode) + { + CARD8 map[512+1]; +- int numAxes; +- int numButtons; ++ int numAxes = 5; /* X, Y, Z, xTilt, yTilt */ ++ int numButtons = 5; + int loop; + LocalDevicePtr local = (LocalDevicePtr)pAiptek->public.devicePrivate; + AiptekDevicePtr device = (AiptekDevicePtr)PRIVATE(pAiptek); ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_labels[numAxes]; ++ Atom axes_labels[numButtons]; ++#endif + + DBG(2, ErrorF("xf86AiptekProc() type=%s flags=%d request=%d\n", + (DEVICE_ID(device->flags) == STYLUS_ID) ? "stylus" : +@@ -1570,15 +1595,27 @@ xf86AiptekProc(DeviceIntPtr pAiptek, int requestCode) + case DEVICE_INIT: + { + DBG(1, ErrorF("xf86AiptekProc request=INIT\n")); +- numAxes = 5; /* X, Y, Z, xTilt, yTilt */ +- numButtons = 5; + + for(loop=1; loop<=numButtons; ++loop) + { + map[loop] = loop; + } + +- if (InitButtonClassDeviceStruct(pAiptek,numButtons,map) == FALSE) ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); ++ btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); ++ btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); ++ btn_labels[3] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_UP); ++ btn_labels[4] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_WHEEL_DOWN); ++ ++ memset(axes_labels, 0, sizeof(axes_labels)); ++#endif ++ ++ if (InitButtonClassDeviceStruct(pAiptek,numButtons, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ btn_labels, ++#endif ++ map) == FALSE) + { + ErrorF("Unable to init Button Class Device\n"); + return !Success; +@@ -1609,8 +1646,13 @@ xf86AiptekProc(DeviceIntPtr pAiptek, int requestCode) + return !Success; + } + ++ /* we don't label the axes here, done later in ++ * xf86AiptedOpenDevice */ + if (InitValuatorClassDeviceStruct(pAiptek, + numAxes, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-aiptek/FrugalBuild b/source/x11/xf86-input-aiptek/FrugalBuild index a10a221..e4d046f 100644 --- a/source/x11/xf86-input-aiptek/FrugalBuild +++ b/source/x11/xf86-input-aiptek/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-aiptek pkgver=1.2.0 -pkgrel=1 +pkgrel=2 Finclude xorg -sha1sums=('3eae977b16a34d03d0049730d8d320a1d1717c65') +source=($source FixXinput.diff) +sha1sums=('3eae977b16a34d03d0049730d8d320a1d1717c65' \ + '836ce62fa6bbc751354b43fc11be7b518efce2a2') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 17:20:07 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 17:20:07 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-elographics-1.2.3-2-i686 *rebuild with new xorg Message-ID: <20090902152007.87C0911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=6bbf933f828950dbde41ce58f46015c43587eb54 commit 6bbf933f828950dbde41ce58f46015c43587eb54 Author: bouleetbil Date: Wed Sep 2 17:08:03 2009 +0200 xf86-input-elographics-1.2.3-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-elographics/FixXinput.diff b/source/x11/xf86-input-elographics/FixXinput.diff new file mode 100644 index 0000000..0493539 --- /dev/null +++ b/source/x11/xf86-input-elographics/FixXinput.diff @@ -0,0 +1,70 @@ +From a18af14b1df5271fbe3100df3fcb3a8811981ddf Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Fri, 17 Jul 2009 04:44:55 +0000 +Subject: Cope with XINPUT ABI 7. + +Signed-off-by: Peter Hutterer +--- +diff --git a/src/xf86Elo.c b/src/xf86Elo.c +index 4ca60f1..495a43c 100644 +--- a/src/xf86Elo.c ++++ b/src/xf86Elo.c +@@ -780,6 +780,10 @@ xf86EloControl(DeviceIntPtr dev, + unsigned char map[] = { 0, 1 }; + unsigned char req[ELO_PACKET_SIZE]; + unsigned char reply[ELO_PACKET_SIZE]; ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_label; ++ Atom axis_labels[2] = { 0, 0 }; ++#endif + + switch(mode) { + +@@ -797,7 +801,11 @@ xf86EloControl(DeviceIntPtr dev, + /* + * Device reports button press for up to 1 button. + */ +- if (InitButtonClassDeviceStruct(dev, 1, map) == FALSE) { ++ if (InitButtonClassDeviceStruct(dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ &btn_label, ++#endif ++ map) == FALSE) { + ErrorF("Unable to allocate Elographics touchscreen ButtonClassDeviceStruct\n"); + return !Success; + } +@@ -818,6 +826,9 @@ xf86EloControl(DeviceIntPtr dev, + * screen to fit one meter. + */ + if (InitValuatorClassDeviceStruct(dev, 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +@@ -827,11 +838,19 @@ xf86EloControl(DeviceIntPtr dev, + } + else { + /* I will map coordinates myself */ +- InitValuatorAxisStruct(dev, 0, -1, -1, ++ InitValuatorAxisStruct(dev, 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[0], ++#endif ++ -1, -1, + 9500, + 0 /* min_res */, + 9500 /* max_res */); +- InitValuatorAxisStruct(dev, 1, -1, -1, ++ InitValuatorAxisStruct(dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[1], ++#endif ++ -1, -1, + 10500, + 0 /* min_res */, + 10500 /* max_res */); +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-elographics/FrugalBuild b/source/x11/xf86-input-elographics/FrugalBuild index 2b916fe..d548624 100644 --- a/source/x11/xf86-input-elographics/FrugalBuild +++ b/source/x11/xf86-input-elographics/FrugalBuild @@ -3,8 +3,11 @@ pkgname=xf86-input-elographics pkgver=1.2.3 -pkgrel=1 +pkgrel=2 Finclude xorg +source=($source FixXinput.diff) _F_cd_path="$pkgname-$pkgver" -sha1sums=('9485c42a79e91035447e72a3a2d1ba9a2ecbe8af') +sha1sums=('9485c42a79e91035447e72a3a2d1ba9a2ecbe8af' \ + '2fc267f8efe1accb37fe96960f1c09ea5a932a5c') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 17:24:37 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 17:24:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-fpit-1.3.0-2-i686 *rebuild with new xorg Message-ID: <20090902152437.1D38C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=721621c6e89b44dc956a860ed4860baa7c747a73 commit 721621c6e89b44dc956a860ed4860baa7c747a73 Author: bouleetbil Date: Wed Sep 2 17:12:33 2009 +0200 xf86-input-fpit-1.3.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-fpit/FixXinput.diff b/source/x11/xf86-input-fpit/FixXinput.diff new file mode 100644 index 0000000..6785433 --- /dev/null +++ b/source/x11/xf86-input-fpit/FixXinput.diff @@ -0,0 +1,92 @@ +From 7d203627e7e3e7a6f8d0e847ed650b0b89760c09 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Fri, 17 Jul 2009 04:38:31 +0000 +Subject: Cope with XINPUT ABI 7. + +--- +diff --git a/src/xf86Fpit.c b/src/xf86Fpit.c +index 528ebb9..f40c6a9 100644 +--- a/src/xf86Fpit.c ++++ b/src/xf86Fpit.c +@@ -188,6 +188,9 @@ static void xf86FpitSetUpAxes(DeviceIntPtr dev, FpitPrivatePtr priv) + * screen to fit one meter. + */ + int quarter_turns; ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom axis_labels[2] = { 0, 0 }; ++#endif + + priv->screen_width = screenInfo.screens[priv->screen_no]->width; + priv->screen_height = screenInfo.screens[priv->screen_no]->height; +@@ -212,14 +215,30 @@ static void xf86FpitSetUpAxes(DeviceIntPtr dev, FpitPrivatePtr priv) + } + + if (priv->fpitTotalOrientation & FPIT_THEN_SWAP_XY) { +- InitValuatorAxisStruct(dev, 1, priv->fpitMinX, priv->fpitMaxX, 9500, 0 /* min_res */ , ++ InitValuatorAxisStruct(dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[1], ++#endif ++ priv->fpitMinX, priv->fpitMaxX, 9500, 0 /* min_res */ , + 9500 /* max_res */ ); +- InitValuatorAxisStruct(dev, 0, priv->fpitMinY, priv->fpitMaxY, 10500, 0 /* min_res */ , ++ InitValuatorAxisStruct(dev, 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[0], ++#endif ++ priv->fpitMinY, priv->fpitMaxY, 10500, 0 /* min_res */ , + 10500 /* max_res */ ); + } else { +- InitValuatorAxisStruct(dev, 0, priv->fpitMinX, priv->fpitMaxX, 9500, 0 /* min_res */ , ++ InitValuatorAxisStruct(dev, 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[0], ++#endif ++ priv->fpitMinY, priv->fpitMaxY, 9500, 0 /* min_res */ , + 9500 /* max_res */ ); +- InitValuatorAxisStruct(dev, 1, priv->fpitMinY, priv->fpitMaxY, 10500, 0 /* min_res */ , ++ InitValuatorAxisStruct(dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[1], ++#endif ++ priv->fpitMinY, priv->fpitMaxY, 10500, 0 /* min_res */ , + 10500 /* max_res */ ); + } + } +@@ -408,6 +427,10 @@ static Bool xf86FpitControl(DeviceIntPtr dev, int mode) + unsigned char map[] = { + 0, 1, 2, 3 /* DMC: changed this so we can use all three buttons */ + }; ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_labels[3] = { 0 }; ++ Atom axis_labels[2] = { 0, 0 }; ++#endif + + + switch (mode) { +@@ -420,7 +443,11 @@ static Bool xf86FpitControl(DeviceIntPtr dev, int mode) + /* + * Device reports button press for up to 3 buttons. + */ +- if (InitButtonClassDeviceStruct(dev, 3, map) == FALSE) { ++ if (InitButtonClassDeviceStruct(dev, 3, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ btn_labels, ++#endif ++ map) == FALSE) { + ErrorF("Unable to allocate Fpit touchscreen ButtonClassDeviceStruct\n"); + return !Success; + } +@@ -435,6 +462,9 @@ static Bool xf86FpitControl(DeviceIntPtr dev, int mode) + } + + if (InitValuatorClassDeviceStruct(dev, 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-fpit/FrugalBuild b/source/x11/xf86-input-fpit/FrugalBuild index 8d5af61..f092132 100644 --- a/source/x11/xf86-input-fpit/FrugalBuild +++ b/source/x11/xf86-input-fpit/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-fpit pkgver=1.3.0 -pkgrel=1 +pkgrel=2 Finclude xorg -sha1sums=('bc80c546c1b7838754a02a99391dbe31e5f1c475') +source=($source FixXinput.diff) +sha1sums=('bc80c546c1b7838754a02a99391dbe31e5f1c475' \ + 'd67cfd87cf8dc4bbe29d31c6280a262b56a5dee3') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 17:41:27 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 17:41:27 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-hyperpen-1.3.0-2-i686 *rebuild with new xorg Message-ID: <20090902154127.B550711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0317895fae34ce4dc90d3795bb7f773229885dff commit 0317895fae34ce4dc90d3795bb7f773229885dff Author: bouleetbil Date: Wed Sep 2 17:29:27 2009 +0200 xf86-input-hyperpen-1.3.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-hyperpen/FixXinput.diff b/source/x11/xf86-input-hyperpen/FixXinput.diff new file mode 100644 index 0000000..1af8313 --- /dev/null +++ b/source/x11/xf86-input-hyperpen/FixXinput.diff @@ -0,0 +1,86 @@ +From 7f3815f74e77df6122320d845d6e7e9541a28b76 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Fri, 17 Jul 2009 04:28:42 +0000 +Subject: Cope with XINPUT ABI 7. + +--- +diff --git a/src/xf86HyperPen.c b/src/xf86HyperPen.c +index bd630a5..3920a04 100644 +--- a/src/xf86HyperPen.c ++++ b/src/xf86HyperPen.c +@@ -719,6 +719,9 @@ xf86HypOpenDevice(DeviceIntPtr pHyp) + { + LocalDevicePtr local = (LocalDevicePtr)pHyp->public.devicePrivate; + HyperPenDevicePtr priv = (HyperPenDevicePtr)PRIVATE(pHyp); ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom axis_labels[3] = { 0 }; ++#endif + + if (xf86HypOpen(local) != Success) { + if (local->fd >= 0) { +@@ -730,6 +733,9 @@ xf86HypOpenDevice(DeviceIntPtr pHyp) + /* Set the real values */ + InitValuatorAxisStruct(pHyp, + 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[0], ++#endif + 0, /* min val */ + priv->hypXSize, /* max val */ + LPI2CPM(priv->hypRes), /* resolution */ +@@ -737,6 +743,9 @@ xf86HypOpenDevice(DeviceIntPtr pHyp) + LPI2CPM(priv->hypRes)); /* max_res */ + InitValuatorAxisStruct(pHyp, + 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[1], ++#endif + 0, /* min val */ + priv->hypYSize, /* max val */ + LPI2CPM(priv->hypRes), /* resolution */ +@@ -744,6 +753,9 @@ xf86HypOpenDevice(DeviceIntPtr pHyp) + LPI2CPM(priv->hypRes)); /* max_res */ + InitValuatorAxisStruct(pHyp, + 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[2], ++#endif + 0, /* min val */ + 511, /* max val */ + 512, /* resolution */ +@@ -765,8 +777,10 @@ xf86HypProc(DeviceIntPtr pHyp, int what) + int loop; + LocalDevicePtr local = (LocalDevicePtr)pHyp->public.devicePrivate; + HyperPenDevicePtr priv = (HyperPenDevicePtr)PRIVATE(pHyp); +- +- ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_labels[4] = { 0 }; ++ Atom axis_labels[3] = { 0 }; ++#endif + + switch (what) { + case DEVICE_INIT: +@@ -779,6 +793,9 @@ xf86HypProc(DeviceIntPtr pHyp, int what) + + if (InitButtonClassDeviceStruct(pHyp, + nbbuttons, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ btn_labels, ++#endif + map) == FALSE) { + ErrorF("unable to allocate Button class device\n"); + return !Success; +@@ -802,6 +819,9 @@ xf86HypProc(DeviceIntPtr pHyp, int what) + + if (InitValuatorClassDeviceStruct(pHyp, + nbaxes, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-hyperpen/FrugalBuild b/source/x11/xf86-input-hyperpen/FrugalBuild index 5e87be8..90dd03f 100644 --- a/source/x11/xf86-input-hyperpen/FrugalBuild +++ b/source/x11/xf86-input-hyperpen/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-hyperpen pkgver=1.3.0 -pkgrel=1 +pkgrel=2 Finclude xorg -sha1sums=('c508f7d713d9127b6ad906f347c4760825a612e5') +source=($source FixXinput.diff) +sha1sums=('c508f7d713d9127b6ad906f347c4760825a612e5' \ + 'ae8c0733d83d47b37c2d64c47246ab5cb55e87e3') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 21:26:21 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 21:26:21 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-keyboard-1.3.2.27.g158d33c-1-i686 *version bump *use git version wait a release Message-ID: <20090902192621.1086D11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=84711525a7dbf7304d03604e574669793c92e12a commit 84711525a7dbf7304d03604e574669793c92e12a Author: bouleetbil Date: Wed Sep 2 21:14:08 2009 +0200 xf86-input-keyboard-1.3.2.27.g158d33c-1-i686 *version bump *use git version wait a release diff --git a/source/x11/xf86-input-keyboard/FrugalBuild b/source/x11/xf86-input-keyboard/FrugalBuild index 98b0e5d..03ae219 100644 --- a/source/x11/xf86-input-keyboard/FrugalBuild +++ b/source/x11/xf86-input-keyboard/FrugalBuild @@ -1,11 +1,30 @@ # Compiling Time: 0.05 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=xf86-input-keyboard pkgver=1.3.2 +Fuse $USE_DEVEL && pkgver=1.3.2.27.g158d33c pkgrel=1 Finclude xorg archs=(${archs[@]} 'ppc') +source=($source xkb-api.diff) sha1sums=('81d35fedef7b809b35297935330ddc8743005512') +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/driver/xf86-input-keyboard" + Finclude scm + makedepends=(${makedepends[@]} 'util-macros') +fi +build() +{ + if Fuse $USE_DEVEL; then + Funpack_scm + Fautoreconf + fi + Fbuild +} # optimization OK From bouleetbil at frogdev.info Wed Sep 2 21:40:14 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 21:40:14 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-mouse-1.4.0.27.gf292f23-1-i686 *version bump *use git version wait for a release Message-ID: <20090902194014.38AC911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=47a4017d75389cb5654190c9dc0b70e15b4bb848 commit 47a4017d75389cb5654190c9dc0b70e15b4bb848 Author: bouleetbil Date: Wed Sep 2 21:28:07 2009 +0200 xf86-input-mouse-1.4.0.27.gf292f23-1-i686 *version bump *use git version wait for a release diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index 1928f66..194cdf1 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -1,11 +1,31 @@ # Compiling Time: 0.04 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=xf86-input-mouse pkgver=1.4.0 +Fuse $USE_DEVEL && pkgver=1.4.0.27.gf292f23 pkgdesc="X.org Mouse input driver" Finclude xorg archs=(${archs[@]} 'ppc') sha1sums=('d16c09580a0a5deb1675874e914f616548859747') +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/driver/xf86-input-mouse" + Finclude scm + makedepends=(${makedepends[@]} 'util-macros') +fi + +build() +{ + if Fuse $USE_DEVEL; then + Funpack_scm + Fautoreconf + fi + Fbuild +} + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 21:44:14 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 21:44:14 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-mutouch-1.2.1-2-i686 *rebuild with new xorg Message-ID: <20090902194414.902F611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=54ec38017461f7e44ffa288e974c7883ace29f57 commit 54ec38017461f7e44ffa288e974c7883ace29f57 Author: bouleetbil Date: Wed Sep 2 21:32:27 2009 +0200 xf86-input-mutouch-1.2.1-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-mutouch/FixXinput.diff b/source/x11/xf86-input-mutouch/FixXinput.diff new file mode 100644 index 0000000..732d216 --- /dev/null +++ b/source/x11/xf86-input-mutouch/FixXinput.diff @@ -0,0 +1,70 @@ +From db04a5333b545a0442b995bae47d2c5527a7459e Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Fri, 17 Jul 2009 04:18:51 +0000 +Subject: Cope with XINPUT ABI 7. + +Signed-off-by: Peter Hutterer +--- +diff --git a/src/xf86MuTouch.c b/src/xf86MuTouch.c +index 2d5cdb0..de319fc 100644 +--- a/src/xf86MuTouch.c ++++ b/src/xf86MuTouch.c +@@ -749,6 +749,10 @@ xf86MuTControl(DeviceIntPtr dev, + unsigned char req[MuT_PACKET_SIZE]; + unsigned char reply[MuT_BUFFER_SIZE]; + char *id_string = DEVICE_ID(local->private_flags) == FINGER_ID ? "finger" : "stylus"; ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_label; ++ Atom axis_labels[2] = { 0, 0 }; ++#endif + + switch(mode) { + +@@ -766,7 +770,11 @@ xf86MuTControl(DeviceIntPtr dev, + /* + * Device reports button press for up to 1 button. + */ +- if (InitButtonClassDeviceStruct(dev, 1, map) == FALSE) { ++ if (InitButtonClassDeviceStruct(dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ &btn_label, ++#endif ++ map) == FALSE) { + ErrorF("Unable to allocate ButtonClassDeviceStruct\n"); + return !Success; + } +@@ -779,6 +787,9 @@ xf86MuTControl(DeviceIntPtr dev, + * screen to fit one meter. + */ + if (InitValuatorClassDeviceStruct(dev, 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +@@ -787,11 +798,19 @@ xf86MuTControl(DeviceIntPtr dev, + return !Success; + } + else { +- InitValuatorAxisStruct(dev, 0, priv->min_x, priv->max_x, ++ InitValuatorAxisStruct(dev, 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[0], ++#endif ++ priv->min_x, priv->max_x, + 9500, + 0 /* min_res */, + 9500 /* max_res */); +- InitValuatorAxisStruct(dev, 1, priv->min_y, priv->max_y, ++ InitValuatorAxisStruct(dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[1], ++#endif ++ priv->min_y, priv->max_y, + 10500, + 0 /* min_res */, + 10500 /* max_res */); +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-mutouch/FrugalBuild b/source/x11/xf86-input-mutouch/FrugalBuild index 4801d12..ffc36d5 100644 --- a/source/x11/xf86-input-mutouch/FrugalBuild +++ b/source/x11/xf86-input-mutouch/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-mutouch pkgver=1.2.1 -pkgrel=1 +pkgrel=2 Finclude xorg -sha1sums=('c5883c2c5cc80186f711751e8847c9c07f2e4448') +source=($source FixXinput.diff) +sha1sums=('c5883c2c5cc80186f711751e8847c9c07f2e4448' \ + '86b620c1d90cf0716b03544adede802294c61f0b') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 21:48:41 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 21:48:41 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-penmount-1.4.0-2-i686 *rebuild with new xorg Message-ID: <20090902194841.ED7F111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=1841ab9928b9dcb37fc8d16aceaa9c860b5a813e commit 1841ab9928b9dcb37fc8d16aceaa9c860b5a813e Author: bouleetbil Date: Wed Sep 2 21:36:32 2009 +0200 xf86-input-penmount-1.4.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-penmount/FixXinput.diff b/source/x11/xf86-input-penmount/FixXinput.diff new file mode 100644 index 0000000..65d2cfd --- /dev/null +++ b/source/x11/xf86-input-penmount/FixXinput.diff @@ -0,0 +1,69 @@ +From dab0c2742c034750e3e9673167eb20812b679818 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Fri, 17 Jul 2009 03:59:43 +0000 +Subject: Cope with XINPUT ABI 7. + +Signed-off-by: Peter Hutterer +--- +diff --git a/src/xf86PM.c b/src/xf86PM.c +index 0c01760..1e38124 100644 +--- a/src/xf86PM.c ++++ b/src/xf86PM.c +@@ -181,6 +181,9 @@ ProcessDeviceInit(PenMountPrivatePtr priv, DeviceIntPtr dev, InputInfoPtr pInfo) + unsigned char map[] = + {0, 1}; + int min_x, min_y, max_x, max_y; ++ Atom axis_labels[2] = { 0, 0 }; ++ Atom btn_label = 0; ++ + /* + * these have to be here instead of in the SetupProc, because when the + * SetupProc is run at server startup, screenInfo is not setup yet +@@ -191,7 +194,11 @@ ProcessDeviceInit(PenMountPrivatePtr priv, DeviceIntPtr dev, InputInfoPtr pInfo) + /* + * Device reports button press for 1 button. + */ +- if (InitButtonClassDeviceStruct (dev, 1, map) == FALSE) ++ if (InitButtonClassDeviceStruct (dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ &btn_label, ++#endif ++ map) == FALSE) + { + ErrorF ("Unable to allocate PenMount ButtonClassDeviceStruct\n"); + return !Success; +@@ -202,6 +209,9 @@ ProcessDeviceInit(PenMountPrivatePtr priv, DeviceIntPtr dev, InputInfoPtr pInfo) + * Axes min and max values are reported in raw coordinates. + */ + if (InitValuatorClassDeviceStruct (dev, 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +@@ -234,11 +244,19 @@ ProcessDeviceInit(PenMountPrivatePtr priv, DeviceIntPtr dev, InputInfoPtr pInfo) + min_y = 0; + } + +- InitValuatorAxisStruct (dev, 0, min_x, max_x, ++ InitValuatorAxisStruct (dev, 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[0], ++#endif ++ min_x, max_x, + 9500, + 0 /* min_res */ , + 9500 /* max_res */ ); +- InitValuatorAxisStruct (dev, 1, min_y, max_y, ++ InitValuatorAxisStruct (dev, 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axis_labels[1], ++#endif ++ min_y, max_y, + 10500, + 0 /* min_res */ , + 10500 /* max_res */ ); +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-penmount/FrugalBuild b/source/x11/xf86-input-penmount/FrugalBuild index 1582ab1..1608f3d 100644 --- a/source/x11/xf86-input-penmount/FrugalBuild +++ b/source/x11/xf86-input-penmount/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-penmount pkgver=1.4.0 +pkgrel=2 Finclude xorg -sha1sums=('f997597a754f5dd0b5df4c1db0b42fbb11400514') +source=($source FixXinput.diff) +sha1sums=('f997597a754f5dd0b5df4c1db0b42fbb11400514' \ + '78a20376999051ab57060891ac5223ec735e8333') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 21:56:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 21:56:05 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-vmmouse-12.6.5-2-i686 *rebuild with new xorg Message-ID: <20090902195605.4F8D411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=bb021fbffc7604322d7c041a7591f4e3b5611243 commit bb021fbffc7604322d7c041a7591f4e3b5611243 Author: bouleetbil Date: Wed Sep 2 21:44:15 2009 +0200 xf86-input-vmmouse-12.6.5-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-vmmouse/FrugalBuild b/source/x11/xf86-input-vmmouse/FrugalBuild index 9ac1de0..28299b4 100644 --- a/source/x11/xf86-input-vmmouse/FrugalBuild +++ b/source/x11/xf86-input-vmmouse/FrugalBuild @@ -3,6 +3,7 @@ pkgname=xf86-input-vmmouse pkgver=12.6.5 +pkgrel=2 Finclude xorg sha1sums=('bf2f1031ccc0096f388272ce93b75572d24548be') From bouleetbil at frogdev.info Wed Sep 2 22:00:58 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:00:58 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-void-1.2.0-2-i686 *rebuild with new xorg Message-ID: <20090902200058.A55B211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=6efab927e9ffec0879e375829a9be3c1f011a91a commit 6efab927e9ffec0879e375829a9be3c1f011a91a Author: bouleetbil Date: Wed Sep 2 21:49:10 2009 +0200 xf86-input-void-1.2.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-input-void/FixXinput.diff b/source/x11/xf86-input-void/FixXinput.diff new file mode 100644 index 0000000..7199b61 --- /dev/null +++ b/source/x11/xf86-input-void/FixXinput.diff @@ -0,0 +1,84 @@ +From 1c549f65bdcb735f45000d88ec5e6016fe00b72d Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Thu, 18 Jun 2009 22:38:14 +0000 +Subject: Adjust for ABI_XINPUT_VERSION >= 7 + +--- +diff --git a/src/void.c b/src/void.c +index ce005d0..9d49308 100644 +--- a/src/void.c ++++ b/src/void.c +@@ -52,6 +52,11 @@ + #include + #endif + ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++#include ++#include ++#endif ++ + #define MAXBUTTONS 3 + + /****************************************************************************** +@@ -178,7 +183,18 @@ xf86VoidControlProc(DeviceIntPtr device, int what) + XkbRMLVOSet rmlvo; + #endif + Bool result; +- ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ Atom btn_labels[MAXBUTTONS] = {0}; ++ Atom axes_labels[2] = {0}; ++ ++ axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); ++ axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); ++ ++ btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); ++ btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); ++ btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); ++#endif ++ + pInfo = device->public.devicePrivate; + + switch (what) +@@ -192,6 +208,9 @@ xf86VoidControlProc(DeviceIntPtr device, int what) + + if (InitButtonClassDeviceStruct(device, + MAXBUTTONS, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ btn_labels, ++#endif + map) == FALSE) { + ErrorF("unable to allocate Button class device\n"); + return !Success; +@@ -224,6 +243,9 @@ xf86VoidControlProc(DeviceIntPtr device, int what) + + if (InitValuatorClassDeviceStruct(device, + 2, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels, ++#endif + #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 + xf86GetMotionEvents, + #endif +@@ -231,12 +253,18 @@ xf86VoidControlProc(DeviceIntPtr device, int what) + Absolute) == FALSE) { + InitValuatorAxisStruct(device, + 0, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels[0], ++#endif + 0, /* min val */1, /* max val */ + 1, /* resolution */ + 0, /* min_res */ + 1); /* max_res */ + InitValuatorAxisStruct(device, + 1, ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 7 ++ axes_labels[1], ++#endif + 0, /* min val */1, /* max val */ + 1, /* resolution */ + 0, /* min_res */ +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-input-void/FrugalBuild b/source/x11/xf86-input-void/FrugalBuild index 84fe0ca..b359dce 100644 --- a/source/x11/xf86-input-void/FrugalBuild +++ b/source/x11/xf86-input-void/FrugalBuild @@ -3,7 +3,10 @@ pkgname=xf86-input-void pkgver=1.2.0 -pkgrel=1 +pkgrel=2 Finclude xorg -sha1sums=('18ead823be5677c63043648d1cf4327e51c8aeb0') +source=($source FixXinput.diff) +sha1sums=('18ead823be5677c63043648d1cf4327e51c8aeb0' \ + '3a72a567f5b704dd2e441e13ea4bb82b41c538bf') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 22:04:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:04:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-apm-1.2.2-2-i686 *rebuild with new xorg Message-ID: <20090902200452.CEFD311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=444e07d08f67203a5194d25cb41f912cca810b5f commit 444e07d08f67203a5194d25cb41f912cca810b5f Author: bouleetbil Date: Wed Sep 2 21:53:07 2009 +0200 xf86-video-apm-1.2.2-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-apm/FrugalBuild b/source/x11/xf86-video-apm/FrugalBuild index dddb3db..8dd6497 100644 --- a/source/x11/xf86-video-apm/FrugalBuild +++ b/source/x11/xf86-video-apm/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-apm pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for apm cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('xproto>=7.0.15' 'randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xorg-sgml-doctools>=1.2') Finclude xorg sha1sums=('d319ccb26754419541bde73636d747d581a7ab84') From bouleetbil at frogdev.info Wed Sep 2 22:13:26 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:13:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ark-0.7.1-2-i686 *rebuild with new xorg Message-ID: <20090902201326.4AD4E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=00a5ae67932b123b5598e063fe19f24574725c44 commit 00a5ae67932b123b5598e063fe19f24574725c44 Author: bouleetbil Date: Wed Sep 2 22:01:40 2009 +0200 xf86-video-ark-0.7.1-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-ark/FixRessources.diff b/source/x11/xf86-video-ark/FixRessources.diff new file mode 100644 index 0000000..1920070 --- /dev/null +++ b/source/x11/xf86-video-ark/FixRessources.diff @@ -0,0 +1,38 @@ +From e521e8240c1acc49a514db123cb67beb669dea81 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:28 +0000 +Subject: ark: update for resources/RAC API removal + +--- +diff --git a/src/ark_driver.c b/src/ark_driver.c +index db5303c..ee94a14 100644 +--- a/src/ark_driver.c ++++ b/src/ark_driver.c +@@ -35,7 +35,6 @@ + #include "xf86_OSproc.h" + #include "xf86Pci.h" + #include "xf86PciInfo.h" +-#include "xf86Resources.h" + #include "xf86fbman.h" + #include "xf86cmap.h" + #include "compiler.h" +@@ -313,16 +312,7 @@ static Bool ARKPreInit(ScrnInfoPtr pScrn, int flags) + } + + pEnt = xf86GetEntityInfo(pScrn->entityList[0]); +- if (pEnt->resources) { +- xfree(pEnt); +- ARKFreeRec(pScrn); +- return FALSE; +- } +- + pARK->PciInfo = xf86GetPciInfoForEntity(pEnt->index); +- xf86RegisterResources(pEnt->index, NULL, ResNone); +- xf86SetOperatingState(resVgaIo, pEnt->index, ResUnusedOpr); +- xf86SetOperatingState(resVgaMem, pEnt->index, ResDisableOpr); + + if (pEnt->device->chipset && *pEnt->device->chipset) { + pScrn->chipset = pEnt->device->chipset; +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-ark/FrugalBuild b/source/x11/xf86-video-ark/FrugalBuild index 3d78c1b..aba9a64 100644 --- a/source/x11/xf86-video-ark/FrugalBuild +++ b/source/x11/xf86-video-ark/FrugalBuild @@ -3,14 +3,16 @@ pkgname=xf86-video-ark pkgver=0.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for ark cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') -makedepends=('xproto>=.0;15' 'randrproto>=1.3.0' 'renderproto') +depends=('xorg-server>=1.6.3') +makedepends=('xproto>=7.0.15' 'randrproto>=1.3.0' 'renderproto') Finclude xorg -sha1sums=('d2e929cddda2e5f2df87a1ef53db585bcedb0c59') +source=($source FixRessources.diff) +sha1sums=('d2e929cddda2e5f2df87a1ef53db585bcedb0c59' \ + 'aab81e3770c5c50cd723546002de80a4efaf633d') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 22:16:49 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:16:49 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ast-0.89.9-1-i686 *version bump Message-ID: <20090902201649.E560311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=71add0b64c136f666ec6f62a48d411de234c47c2 commit 71add0b64c136f666ec6f62a48d411de234c47c2 Author: bouleetbil Date: Wed Sep 2 22:05:07 2009 +0200 xf86-video-ast-0.89.9-1-i686 *version bump diff --git a/source/x11/xf86-video-ast/FrugalBuild b/source/x11/xf86-video-ast/FrugalBuild index e2e72f8..5d8b100 100644 --- a/source/x11/xf86-video-ast/FrugalBuild +++ b/source/x11/xf86-video-ast/FrugalBuild @@ -2,14 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-ast -pkgver=0.89.8 +pkgver=0.89.9 pkgrel=1 pkgdesc="X.Org video driver for ast cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('c54ea67c14eb8c043f7fc48e6eada4d7a7d5fe13') +sha1sums=('30e8297c89d1416398f8fd82e7a6dd3a4d20755e') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 22:35:23 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:35:23 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-ati-6.12.2.127.g794ae74-1-i686 *version bump *use git version wait for a release Message-ID: <20090902203523.3B03111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=10917192605ce1c2dfcbd9703b840cd81b05a0e7 commit 10917192605ce1c2dfcbd9703b840cd81b05a0e7 Author: bouleetbil Date: Wed Sep 2 22:23:08 2009 +0200 xf86-video-ati-6.12.2.127.g794ae74-1-i686 *version bump *use git version wait for a release diff --git a/source/x11/xf86-video-ati/FrugalBuild b/source/x11/xf86-video-ati/FrugalBuild index bbdb424..1f9bb98 100644 --- a/source/x11/xf86-video-ati/FrugalBuild +++ b/source/x11/xf86-video-ati/FrugalBuild @@ -1,14 +1,17 @@ # Compiling Time: 0.44 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=xf86-video-ati pkgver=6.12.2 +Fuse $USE_DEVEL && pkgver=6.12.2.127.g794ae74 pkgrel=1 pkgdesc="X.Org driver for ATI cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') # to help upgraders. can be removed after 0.9 is out rodepends=('xf86-video-mach64' 'xf86-video-r128') makedepends=('xproto>=7.0.15' 'randrproto>=1.3.0' 'renderproto' 'xf86driproto>=2.0.4' 'videoproto>=2.2.2' 'xf86miscproto' 'xineramaproto' 'glproto') @@ -20,8 +23,19 @@ Fconfopts="$Fconfopts --enable-dri" # NOTE: Do not panic if you see at configure time "Only PCI cards" or similary. That is for # not using ISA detection code.. So PCI and AGP works too :) -build() -{ +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/driver/xf86-video-ati" + Finclude scm + makedepends=(${makedepends[@]} 'util-macros') +fi + +build() { + if Fuse $USE_DEVEL; then + Funpack_scm + Fautoreconf + fi Fbuild Frm usr/{lib/xorg/modules/drivers,share/man/man4}/{mach64,r128}* } From bouleetbil at frogdev.info Wed Sep 2 22:38:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:38:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-chips-1.2.2-1-i686 *version bump Message-ID: <20090902203856.BB3C511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d68e96514d9a183c941c610c5b7abe3bbf94d5c3 commit d68e96514d9a183c941c610c5b7abe3bbf94d5c3 Author: bouleetbil Date: Wed Sep 2 22:27:11 2009 +0200 xf86-video-chips-1.2.2-1-i686 *version bump diff --git a/source/x11/xf86-video-chips/FrugalBuild b/source/x11/xf86-video-chips/FrugalBuild index a179617..b2e1882 100644 --- a/source/x11/xf86-video-chips/FrugalBuild +++ b/source/x11/xf86-video-chips/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-chips -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="X.Org driver for chips cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>=2.2.2' 'renderproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('95705cb8d970fb52fb21e05acad952b71afb808b') +sha1sums=('3990bc1cf4e8963164b3a38b15f92bc87da9278c') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 22:46:12 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:46:12 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-cirrus-1.3.2-1-i686 *version bump Message-ID: <20090902204612.EF2F711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=50bdf8d44d3664487f4419317c8ade71c7366302 commit 50bdf8d44d3664487f4419317c8ade71c7366302 Author: bouleetbil Date: Wed Sep 2 22:34:28 2009 +0200 xf86-video-cirrus-1.3.2-1-i686 *version bump diff --git a/source/x11/xf86-video-cirrus/FrugalBuild b/source/x11/xf86-video-cirrus/FrugalBuild index 5fb3884..ae295c5 100644 --- a/source/x11/xf86-video-cirrus/FrugalBuild +++ b/source/x11/xf86-video-cirrus/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-cirrus -pkgver=1.3.0 +pkgver=1.3.2 pkgrel=1 pkgdesc="X.Org driver for Cirrus Logic cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('8e55835ff4ce7d0a210f1dd667e4cd040bba9f6e') +sha1sums=('85bc5833075f9ddadb902f71a40249aa769aa4d1') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 22:52:37 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:52:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-geode-2.11.4.1-2-i686 *xf86-video-cyrix migrate to geode Message-ID: <20090902205237.9072511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=192ce4a05f10165c28a1f452aed274824ec54f46 commit 192ce4a05f10165c28a1f452aed274824ec54f46 Author: bouleetbil Date: Wed Sep 2 22:40:22 2009 +0200 xf86-video-geode-2.11.4.1-2-i686 *xf86-video-cyrix migrate to geode diff --git a/source/x11/xf86-video-geode/FrugalBuild b/source/x11/xf86-video-geode/FrugalBuild index 8367fc3..efb2255 100644 --- a/source/x11/xf86-video-geode/FrugalBuild +++ b/source/x11/xf86-video-geode/FrugalBuild @@ -3,11 +3,11 @@ pkgname=xf86-video-geode pkgver=2.11.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver AMD Geode GX and LX" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') -replaces=('xf86-video-amd') +replaces=('xf86-video-amd' 'xf86-video-cyrix') provides=('xf86-video-amd') conflicts=('xf86-video-amd') # NOT COMPILES ON x86_64 because of assembly stuff. From bouleetbil at frogdev.info Wed Sep 2 22:56:18 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 22:56:18 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-dummy-0.3.2-1-i686 *version bump Message-ID: <20090902205618.385AB11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=0e1397612e669c71b337f61b4626d796458dc994 commit 0e1397612e669c71b337f61b4626d796458dc994 Author: bouleetbil Date: Wed Sep 2 22:44:33 2009 +0200 xf86-video-dummy-0.3.2-1-i686 *version bump diff --git a/source/x11/xf86-video-dummy/FrugalBuild b/source/x11/xf86-video-dummy/FrugalBuild index 77df7e1..e7b36a6 100644 --- a/source/x11/xf86-video-dummy/FrugalBuild +++ b/source/x11/xf86-video-dummy/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-dummy -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="X.Org driver for dummy cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto=>1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('79a71e2e7f232325229f79ce2259c677516eee84') +sha1sums=('f76ce46656b0674ac0c4b505f19b3c72de5e1229') # optimization OK From vmiklos at frugalware.org Wed Sep 2 23:01:46 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Wed, 2 Sep 2009 23:01:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: TAG 1.1 Message-ID: <20090902210146.22B3C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5bcbf2e68c34376c37e880cef62895a484ae4604 commit 5bcbf2e68c34376c37e880cef62895a484ae4604 Author: Miklos Vajna Date: Wed Sep 2 23:01:26 2009 +0200 TAG 1.1 From bouleetbil at frogdev.info Wed Sep 2 23:02:03 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 23:02:03 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-fbdev-0.4.1-2-i686 *rebuild with new xorg Message-ID: <20090902210203.E079111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=177267161d2f03d032cbeede51ebc78f399bcfd1 commit 177267161d2f03d032cbeede51ebc78f399bcfd1 Author: bouleetbil Date: Wed Sep 2 22:47:42 2009 +0200 xf86-video-fbdev-0.4.1-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-fbdev/FrugalBuild b/source/x11/xf86-video-fbdev/FrugalBuild index 124f4b7..50c8428 100644 --- a/source/x11/xf86-video-fbdev/FrugalBuild +++ b/source/x11/xf86-video-fbdev/FrugalBuild @@ -3,12 +3,13 @@ pkgname=xf86-video-fbdev pkgver=0.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for fbdev cards" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>=1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('1dd2f26e1406d70b8a40bedc94c827a7a61a82a6') + # optimization OK From bouleetbil at frogdev.info Wed Sep 2 23:05:58 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 23:05:58 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-glint-1.2.4-1-i686 *version bump Message-ID: <20090902210558.B461711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4b36eb946a48d378abb0aa968e5acab8ca3316f3 commit 4b36eb946a48d378abb0aa968e5acab8ca3316f3 Author: bouleetbil Date: Wed Sep 2 22:54:13 2009 +0200 xf86-video-glint-1.2.4-1-i686 *version bump diff --git a/source/x11/xf86-video-glint/FrugalBuild b/source/x11/xf86-video-glint/FrugalBuild index 409f28d..ade29b9 100644 --- a/source/x11/xf86-video-glint/FrugalBuild +++ b/source/x11/xf86-video-glint/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-glint -pkgver=1.2.2 +pkgver=1.2.4 pkgrel=1 pkgdesc="X.Org driver for glint cards" url="http://xorg.freedesktop.org" @@ -12,6 +12,6 @@ depends=('xorg-server>=1.6.1') makedepends=('randrproto>=1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg Fconfopts="$Fconfopts --enable-dri" -sha1sums=('4b352d503f747172790605ea3dcded412bbf1921') +sha1sums=('ac1261cfcca4fa1c5e3c3dc1f69af96ac00c5cb1') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 23:17:28 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 23:17:28 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-i128-1.3.3-1-i686 *version bump Message-ID: <20090902211728.5955711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ca9a139a4e7ec5bbc3826c8d34df2d9666c0e39a commit ca9a139a4e7ec5bbc3826c8d34df2d9666c0e39a Author: bouleetbil Date: Wed Sep 2 23:05:44 2009 +0200 xf86-video-i128-1.3.3-1-i686 *version bump diff --git a/source/x11/xf86-video-i128/FrugalBuild b/source/x11/xf86-video-i128/FrugalBuild index 1c8493e..2938292 100644 --- a/source/x11/xf86-video-i128/FrugalBuild +++ b/source/x11/xf86-video-i128/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-i128 -pkgver=1.3.1 +pkgver=1.3.3 pkgrel=1 pkgdesc="X.Org driver for i128 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('4e58d4c09d794f9dd9d3e035b0a2ada0086dba81') +sha1sums=('75838161e8ddc2e68d53250ad3ea6b54c9cca7a3') # optimization OK From bouleetbil at frogdev.info Wed Sep 2 23:29:47 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Wed, 2 Sep 2009 23:29:47 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-i740-1.3.2-1-i686 *version bump Message-ID: <20090902212947.838F011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=38f7915b325bfbf341b771d83c5465c7c87e866e commit 38f7915b325bfbf341b771d83c5465c7c87e866e Author: bouleetbil Date: Wed Sep 2 23:18:01 2009 +0200 xf86-video-i740-1.3.2-1-i686 *version bump diff --git a/source/x11/xf86-video-i740/FrugalBuild b/source/x11/xf86-video-i740/FrugalBuild index 011bd86..c54def4 100644 --- a/source/x11/xf86-video-i740/FrugalBuild +++ b/source/x11/xf86-video-i740/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-i740 -pkgver=1.3.0 +pkgver=1.3.2 pkgrel=1 pkgdesc="X.Org driver for i740 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('524f1f7f380111b88e3f1e548f736bdfb89560ee') +sha1sums=('aadd2168153f780c487778e5fdda5473ed4b243d') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 00:03:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 00:03:05 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-mach64-6.8.2-2-i686 *rebuild with new xorg Message-ID: <20090902220305.9C6EE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3d75316d7f96afd84c2b7f90564d83d90193f683 commit 3d75316d7f96afd84c2b7f90564d83d90193f683 Author: bouleetbil Date: Wed Sep 2 23:51:16 2009 +0200 xf86-video-mach64-6.8.2-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-mach64/FrugalBuild b/source/x11/xf86-video-mach64/FrugalBuild index 7b3fda3..e82ddfc 100644 --- a/source/x11/xf86-video-mach64/FrugalBuild +++ b/source/x11/xf86-video-mach64/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-mach64 pkgver=6.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for mach64 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'xineramaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg sha1sums=('b7303689a6a971b956061fd81399dc81adb865af') From bouleetbil at frogdev.info Thu Sep 3 00:06:53 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 00:06:53 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-mga-1.4.11-1-i686 *version bump Message-ID: <20090902220653.C658211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=1d00403d738e4d90539ff6c8b7cca54fd3875ed9 commit 1d00403d738e4d90539ff6c8b7cca54fd3875ed9 Author: bouleetbil Date: Wed Sep 2 23:55:01 2009 +0200 xf86-video-mga-1.4.11-1-i686 *version bump diff --git a/source/x11/xf86-video-mga/FrugalBuild b/source/x11/xf86-video-mga/FrugalBuild index 743c2bd..a1f0b15 100644 --- a/source/x11/xf86-video-mga/FrugalBuild +++ b/source/x11/xf86-video-mga/FrugalBuild @@ -2,16 +2,17 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-mga -pkgver=1.4.10 +pkgver=1.4.11 pkgrel=1 pkgdesc="X.Org driver for Matrox cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>=1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'xf86dgaproto' 'glproto') Finclude xorg options=('force') Fconfopts="$Fconfopts --enable-dri" -sha1sums=('69ec7b6eb42ade32d77b99a24e7905ae50501136') +sha1sums=('1add2aa03fb8387bab5d3b36ca09035aaf4e0b4c') + # optimization OK From bouleetbil at frogdev.info Thu Sep 3 00:10:10 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 00:10:10 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-neomagic-1.2.4-1-i686 *version bump Message-ID: <20090902221010.6AF2211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=382e602ca9d69ff2c7ec0df181894bb67423c2ee commit 382e602ca9d69ff2c7ec0df181894bb67423c2ee Author: bouleetbil Date: Wed Sep 2 23:58:27 2009 +0200 xf86-video-neomagic-1.2.4-1-i686 *version bump diff --git a/source/x11/xf86-video-neomagic/FrugalBuild b/source/x11/xf86-video-neomagic/FrugalBuild index 42c2837..c965460 100644 --- a/source/x11/xf86-video-neomagic/FrugalBuild +++ b/source/x11/xf86-video-neomagic/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-neomagic -pkgver=1.2.2 +pkgver=1.2.4 pkgrel=1 pkgdesc="X.Org driver for NeoMagic cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg -sha1sums=('f40c877a8592a2f977a20cfdcb8082421cbf5a60') +sha1sums=('9a6991d2ca64d544a41ff653a5f4c7d5d4b9760f') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 00:14:46 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 00:14:46 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-newport-0.2.2-2-i686 *rebuild with new xorg Message-ID: <20090902221446.1DDF511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=2d291d7df63730adf8599d800533127a58d5c372 commit 2d291d7df63730adf8599d800533127a58d5c372 Author: bouleetbil Date: Thu Sep 3 00:02:55 2009 +0200 xf86-video-newport-0.2.2-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-newport/FixRessources.diff b/source/x11/xf86-video-newport/FixRessources.diff new file mode 100644 index 0000000..c27f612 --- /dev/null +++ b/source/x11/xf86-video-newport/FixRessources.diff @@ -0,0 +1,51 @@ +From d0bc81e8d7af7df512e5556a2d1da0c2053c75cd Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:31 +0000 +Subject: newport: update for resources/RAC API removal + +--- +diff --git a/src/newport.h b/src/newport.h +index f7354e9..d4435b7 100644 +--- a/src/newport.h ++++ b/src/newport.h +@@ -23,7 +23,10 @@ + #include "xf86.h" + #include "xf86_OSproc.h" + #include "compiler.h" ++ ++#ifndef XSERVER_LIBPCIACCESS + #include "xf86Resources.h" ++#endif + + #include "xf86cmap.h" + +diff --git a/src/newport_driver.c b/src/newport_driver.c +index 757fd12..64b643a 100644 +--- a/src/newport_driver.c ++++ b/src/newport_driver.c +@@ -247,7 +247,9 @@ NewportProbe(DriverPtr drv, int flags) + Bool foundScreen = FALSE; + GDevPtr *devSections; + GDevPtr dev = NULL; ++#ifndef XSERVER_LIBPCIACCESS + resRange range[] = { {ResExcMemBlock ,0,0}, _END }; ++#endif + unsigned probedIDs[NEWPORT_MAX_BOARDS]; + memType base; + +@@ -270,10 +272,12 @@ NewportProbe(DriverPtr drv, int flags) + ScrnInfoPtr pScrn = NULL; + + entity = xf86ClaimNoSlot(drv, 0, dev, TRUE); ++#ifndef XSERVER_LIBPCIACCESS + base = (NEWPORT_BASE_ADDR0 + + busID * NEWPORT_BASE_OFFSET); + RANGE(range[0], base, base + sizeof(NewportRegs),\ + ResExcMemBlock); ++#endif + pScrn = xf86AllocateScreen(drv, 0); + xf86AddEntityToScreen(pScrn, entity); + pScrn->driverVersion = NEWPORT_VERSION; +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-newport/FrugalBuild b/source/x11/xf86-video-newport/FrugalBuild index 26613f8..4913c79 100644 --- a/source/x11/xf86-video-newport/FrugalBuild +++ b/source/x11/xf86-video-newport/FrugalBuild @@ -3,14 +3,16 @@ pkgname=xf86-video-newport pkgver=0.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for newport cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg -sha1sums=('f6d8d3134bda3a0037d8bb511cf5b8a2b0851afc') +source=($source FixRessources.diff) +sha1sums=('f6d8d3134bda3a0037d8bb511cf5b8a2b0851afc' \ + '7302757f661e0c0565c39811d015cf7741643a89') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 00:30:20 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 00:30:20 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-nv-2.1.14-2-i686 *rebuild with new xorg Message-ID: <20090902223020.9C39D11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=b8f8f6da7dc6691795eb2a19139a5505a3f09fe8 commit b8f8f6da7dc6691795eb2a19139a5505a3f09fe8 Author: bouleetbil Date: Thu Sep 3 00:18:30 2009 +0200 xf86-video-nv-2.1.14-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-nv/FixRessources.diff b/source/x11/xf86-video-nv/FixRessources.diff new file mode 100644 index 0000000..e6b289c --- /dev/null +++ b/source/x11/xf86-video-nv/FixRessources.diff @@ -0,0 +1,195 @@ +From 445498d2cc977b8c4f22fca881c75637dc7b058a Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:32 +0000 +Subject: nv: update for resources/RAC API removal + +--- +diff --git a/src/g80_driver.c b/src/g80_driver.c +index 7e06358..17c85f0 100644 +--- a/src/g80_driver.c ++++ b/src/g80_driver.c +@@ -29,8 +29,9 @@ + #include + + #include ++#ifndef XSERVER_LIBPCIACCESS + #include +-#include ++#endif + #include + #include + #include +@@ -43,6 +44,7 @@ + #include + #endif + ++#include + + #include "nv_const.h" + #include "g80_type.h" +@@ -229,8 +231,10 @@ G80PreInit(ScrnInfoPtr pScrn, int flags) + } + + /* Disable VGA access */ ++#ifndef XSERVER_LIBPCIACCESS + xf86SetOperatingState(resVgaIo, pEnt->index, ResUnusedOpr); + xf86SetOperatingState(resVgaMem, pEnt->index, ResDisableOpr); ++#endif + + pScrn->monitor = pScrn->confScreen->monitor; + +@@ -314,11 +318,13 @@ G80PreInit(ScrnInfoPtr pScrn, int flags) + xf86DrvMsg(pScrn->scrnIndex, X_INFO, "MMIO registers mapped at %p\n", + (void*)pNv->reg); + ++#ifndef XSERVER_LIBPCIACCESS + if(xf86RegisterResources(pEnt->index, NULL, ResExclusive)) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "xf86RegisterResources() found " + "resource conflicts\n"); + goto fail; + } ++#endif + + pNv->architecture = pNv->reg[0] >> 20 & 0x1ff; + tmp = pNv->reg[0x0010020C/4]; +diff --git a/src/nv_driver.c b/src/nv_driver.c +index 3a396e0..a7cf2dc 100644 +--- a/src/nv_driver.c ++++ b/src/nv_driver.c +@@ -1264,8 +1264,10 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) + #endif + } + ++#ifndef XSERVER_LIBPCIACCESS + xf86SetOperatingState(resVgaIo, pNv->pEnt->index, ResUnusedOpr); + xf86SetOperatingState(resVgaMem, pNv->pEnt->index, ResDisableOpr); ++#endif + + /* Set pScrn->monitor */ + pScrn->monitor = pScrn->confScreen->monitor; +@@ -1642,6 +1644,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) + xf86DrvMsg(pScrn->scrnIndex, from, "MMIO registers at 0x%lX\n", + (unsigned long)pNv->IOAddress); + ++#ifndef XSERVER_LIBPCIACCESS + if (xf86RegisterResources(pNv->pEnt->index, NULL, ResExclusive)) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "xf86RegisterResources() found resource conflicts\n"); +@@ -1649,6 +1652,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) + NVFreeRec(pScrn); + return FALSE; + } ++#endif + + switch (pNv->Chipset & 0x0ff0) { + case 0x0100: /* GeForce 256 */ +diff --git a/src/nv_include.h b/src/nv_include.h +index b579b37..4442621 100644 +--- a/src/nv_include.h ++++ b/src/nv_include.h +@@ -8,7 +8,11 @@ + /* All drivers should typically include these */ + #include "xf86.h" + #include "xf86_OSproc.h" ++ ++#ifndef XSERVER_LIBPCIACCESS + #include "xf86Resources.h" ++#include "xf86RAC.h" ++#endif + #include "compiler.h" + + /* Drivers for PCI hardware need this */ +@@ -29,8 +33,6 @@ + + #include "vbe.h" + +-#include "xf86RAC.h" +- + #include "nv_const.h" + + #include "dixstruct.h" +diff --git a/src/nv_video.c b/src/nv_video.c +index e11e0d0..6b13e5f 100644 +--- a/src/nv_video.c ++++ b/src/nv_video.c +@@ -4,7 +4,6 @@ + + #include "xf86.h" + #include "xf86_OSproc.h" +-#include "xf86Resources.h" + #include "compiler.h" + #include "xf86PciInfo.h" + #include "xf86Pci.h" +diff --git a/src/riva_driver.c b/src/riva_driver.c +index 3540fe9..afe0972 100644 +--- a/src/riva_driver.c ++++ b/src/riva_driver.c +@@ -396,8 +396,10 @@ RivaPreInit(ScrnInfoPtr pScrn, int flags) + #endif + } + ++#ifndef XSERVER_LIBPCIACCESS + xf86SetOperatingState(resVgaIo, pRiva->pEnt->index, ResUnusedOpr); + xf86SetOperatingState(resVgaMem, pRiva->pEnt->index, ResDisableOpr); ++#endif + + /* Set pScrn->monitor */ + pScrn->monitor = pScrn->confScreen->monitor; +@@ -633,6 +635,7 @@ RivaPreInit(ScrnInfoPtr pScrn, int flags) + xf86DrvMsg(pScrn->scrnIndex, from, "MMIO registers at 0x%lX\n", + (unsigned long)pRiva->IOAddress); + ++#ifndef XSERVER_LIBPCIACCESS + if (xf86RegisterResources(pRiva->pEnt->index, NULL, ResExclusive)) { + xf86DrvMsg(pScrn->scrnIndex, X_ERROR, + "xf86RegisterResources() found resource conflicts\n"); +@@ -640,7 +643,7 @@ RivaPreInit(ScrnInfoPtr pScrn, int flags) + RivaFreeRec(pScrn); + return FALSE; + } +- ++#endif + Riva3Setup(pScrn); + + /* +diff --git a/src/riva_include.h b/src/riva_include.h +index 6726fcc..a2064e1 100644 +--- a/src/riva_include.h ++++ b/src/riva_include.h +@@ -6,7 +6,11 @@ + /* All drivers should typically include these */ + #include "xf86.h" + #include "xf86_OSproc.h" ++ ++#ifndef XSERVER_LIBPCIACCESS + #include "xf86Resources.h" ++#include "xf86RAC.h" ++#endif + #include "compiler.h" + + /* Drivers for PCI hardware need this */ +@@ -27,7 +31,6 @@ + + #include "vbe.h" + +-#include "xf86RAC.h" + + #include "riva_const.h" + +diff --git a/src/riva_type.h b/src/riva_type.h +index 5a1317f..456f813 100644 +--- a/src/riva_type.h ++++ b/src/riva_type.h +@@ -56,8 +56,8 @@ typedef struct { + #else + pciVideoPtr PciInfo; + PCITAG PciTag; +-#endif + xf86AccessRec Access; ++#endif + int ChipRev; + Bool Primary; + CARD32 IOAddress; +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-nv/FrugalBuild b/source/x11/xf86-video-nv/FrugalBuild index 257b359..080122c 100644 --- a/source/x11/xf86-video-nv/FrugalBuild +++ b/source/x11/xf86-video-nv/FrugalBuild @@ -3,14 +3,25 @@ pkgname=xf86-video-nv pkgver=2.1.14 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for NVidia cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1-2') -makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') +depends=('xorg-server>=1.6.3') +makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto' 'util-macros') Finclude xorg -sha1sums=('eda0e94c7a86c7cbc51a9a5de79e71813f28d045') +source=($source xextproto71.diff FixRessources.diff) +sha1sums=('eda0e94c7a86c7cbc51a9a5de79e71813f28d045' \ + 'c299127191290c5aaf8a44b5e8fd6b03bc5c4d2b' \ + '5a53451416396492ca13728af9ae7bb5b01610c6') + +build() { + Fcd + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} # optimization OK diff --git a/source/x11/xf86-video-nv/xextproto71.diff b/source/x11/xf86-video-nv/xextproto71.diff new file mode 100644 index 0000000..6adae1c --- /dev/null +++ b/source/x11/xf86-video-nv/xextproto71.diff @@ -0,0 +1,82 @@ +From 957b8c1a240884b26ee5b91856c251622cc0b2a7 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Thu, 16 Jul 2009 01:49:24 +0000 +Subject: Update to xextproto 7.1 support. + +DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers +need to include dpmsconst.h if xextproto 7.1 is available. + +Signed-off-by: Peter Hutterer +--- +diff --git a/configure.ac b/configure.ac +index 3c874fe..839512b 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -66,6 +66,10 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) + + # Checks for pkg-config packages + PKG_CHECK_MODULES(XORG, [xorg-server >= 1.2 xproto fontsproto $REQUIRED_MODULES]) ++PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], ++ HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), ++ HAVE_XEXTPROTO_71="no") ++AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) + sdkdir=$(pkg-config --variable=sdkdir xorg-server) + + # Checks for libraries. +diff --git a/src/g80_dac.c b/src/g80_dac.c +index 404f178..307e412 100644 +--- a/src/g80_dac.c ++++ b/src/g80_dac.c +@@ -27,8 +27,13 @@ + + #include + ++#ifdef HAVE_XEXTPROTO_71 ++#include ++#else + #define DPMS_SERVER + #include ++#endif ++ + #include + + #include "g80_type.h" +diff --git a/src/g80_driver.c b/src/g80_driver.c +index 5ecf895..7e06358 100644 +--- a/src/g80_driver.c ++++ b/src/g80_driver.c +@@ -36,8 +36,13 @@ + #include + #include + #include ++#ifdef HAVE_XEXTPROTO_71 ++#include ++#else + #define DPMS_SERVER + #include ++#endif ++ + + #include "nv_const.h" + #include "g80_type.h" +diff --git a/src/g80_sor.c b/src/g80_sor.c +index c1ef42d..185761f 100644 +--- a/src/g80_sor.c ++++ b/src/g80_sor.c +@@ -25,8 +25,13 @@ + #include "config.h" + #endif + ++#ifdef HAVE_XEXTPROTO_71 ++#include ++#else + #define DPMS_SERVER + #include ++#endif ++ + #include + + #include "g80_type.h" +-- +cgit v0.8.2 + From bouleetbil at frogdev.info Thu Sep 3 09:57:51 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 09:57:51 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-r128-6.8.1-1-i686 *version bump Message-ID: <20090903075751.D8CAC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=3c8d355f7d130436c8597719d2657346bab2a1c3 commit 3c8d355f7d130436c8597719d2657346bab2a1c3 Author: bouleetbil Date: Thu Sep 3 09:45:45 2009 +0200 xf86-video-r128-6.8.1-1-i686 *version bump diff --git a/source/x11/xf86-video-r128/FrugalBuild b/source/x11/xf86-video-r128/FrugalBuild index e88b67e..a8e7b0b 100644 --- a/source/x11/xf86-video-r128/FrugalBuild +++ b/source/x11/xf86-video-r128/FrugalBuild @@ -2,14 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-r128 -pkgver=6.8.0 -pkgrel=2 +pkgver=6.8.1 +pkgrel=1 pkgdesc="X.Org video driver for r128 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'xineramaproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'glproto') Finclude xorg -sha1sums=('a94f3014a139d5c469622723192aaf1626e6470b') +sha1sums=('14f33cbd248dfd1584ee14949475ab3bb922da17') + # optimization OK From bouleetbil at frogdev.info Thu Sep 3 11:28:47 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 11:28:47 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-rendition-4.2.2-2-i686 *rebuild with new xorg Message-ID: <20090903092847.C1BFD11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=eba98b819060a7b3fc4174f4c7c14290c8a83267 commit eba98b819060a7b3fc4174f4c7c14290c8a83267 Author: bouleetbil Date: Thu Sep 3 11:16:56 2009 +0200 xf86-video-rendition-4.2.2-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-rendition/FixRessources.diff b/source/x11/xf86-video-rendition/FixRessources.diff new file mode 100644 index 0000000..518537a --- /dev/null +++ b/source/x11/xf86-video-rendition/FixRessources.diff @@ -0,0 +1,53 @@ +From d9e34c59faf63162f18dc87f599e36de024f557c Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:35 +0000 +Subject: rendition: update for resources/RAC API removal + +--- +diff --git a/src/rendition.c b/src/rendition.c +index db62f8e..7a9e18b 100644 +--- a/src/rendition.c ++++ b/src/rendition.c +@@ -538,7 +538,6 @@ renditionPreInit(ScrnInfoPtr pScreenInfo, int flags) + pRendition->PciInfo = xf86GetPciInfoForEntity(pRendition->pEnt->index); + pRendition->pcitag= pciTag(pRendition->PciInfo->bus, + pRendition->PciInfo->device, pRendition->PciInfo->func); +-#endif + + /* + * XXX This could be refined if some VGA memory resources are not +@@ -549,11 +548,12 @@ renditionPreInit(ScrnInfoPtr pScreenInfo, int flags) + if (xf86RegisterResources(pRendition->pEnt->index, NULL, ResExclusive)) + return FALSE; + ++ + /* Operations for which memory access is required. */ + pScreenInfo->racMemFlags = RAC_FB | RAC_CURSOR; + /* Operations for which I/O access is required. (XXX Check this) */ + pScreenInfo->racIoFlags = RAC_FB | RAC_COLORMAP | RAC_CURSOR | RAC_VIEWPORT; +- ++#endif + /* determine depth, bpp, etc. */ + if (!xf86SetDepthBpp(pScreenInfo, 0, 0, 0, Support32bppFb)) + return FALSE; +diff --git a/src/rendition.h b/src/rendition.h +index 2b43cba..84809fa 100644 +--- a/src/rendition.h ++++ b/src/rendition.h +@@ -37,11 +37,13 @@ + /* All drivers using the mi colormap manipulation need this */ + #include "micmap.h" + ++#ifndef XSERVER_LIBPCIACCESS + /* Needed by Resources Access Control (RAC) */ + #include "xf86RAC.h" + + /* Several predefined resource lists */ + #include "xf86Resources.h" ++#endif + + /* Needed by the Shadow Framebuffer */ + #include "shadowfb.h" +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-rendition/FrugalBuild b/source/x11/xf86-video-rendition/FrugalBuild index 177a158..e1cc32a 100644 --- a/source/x11/xf86-video-rendition/FrugalBuild +++ b/source/x11/xf86-video-rendition/FrugalBuild @@ -3,14 +3,16 @@ pkgname=xf86-video-rendition pkgver=4.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for rendition cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg -sha1sums=('7ad12db370763619affda31245eecfc74b18e9f7') +source=($source FixRessources.diff) +sha1sums=('7ad12db370763619affda31245eecfc74b18e9f7' \ + 'd7a3f96c69a72638b524becf78afe7b785187cb9') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 11:31:26 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 11:31:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-s3-0.6.3-2-i686 *rebuild with new xorg Message-ID: <20090903093126.027E511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=bc55e0a06998e695cdf16de4113cdae417d36c2f commit bc55e0a06998e695cdf16de4113cdae417d36c2f Author: bouleetbil Date: Thu Sep 3 11:19:36 2009 +0200 xf86-video-s3-0.6.3-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-s3/FrugalBuild b/source/x11/xf86-video-s3/FrugalBuild index c1ff708..fc13310 100644 --- a/source/x11/xf86-video-s3/FrugalBuild +++ b/source/x11/xf86-video-s3/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-s3 pkgver=0.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for S3 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('5953c5c9cdc84487d1997a3cb5f8ff857cdf033b') From bouleetbil at frogdev.info Thu Sep 3 11:35:03 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 11:35:03 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-s3virge-1.10.4-1-i686 *version bump Message-ID: <20090903093503.8FA6B11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=21f07c4338479b58a6db8f2a3f3bc8ff8ff89a62 commit 21f07c4338479b58a6db8f2a3f3bc8ff8ff89a62 Author: bouleetbil Date: Thu Sep 3 11:23:16 2009 +0200 xf86-video-s3virge-1.10.4-1-i686 *version bump diff --git a/source/x11/xf86-video-s3virge/FrugalBuild b/source/x11/xf86-video-s3virge/FrugalBuild index 48ce94a..9ed15ee 100644 --- a/source/x11/xf86-video-s3virge/FrugalBuild +++ b/source/x11/xf86-video-s3virge/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-s3virge -pkgver=1.10.2 +pkgver=1.10.4 pkgrel=1 pkgdesc="X.Org driver for S3 Virge cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg -sha1sums=('f153846fbc18e7d46d996157cdc74be8ea95ad87') +sha1sums=('69b83a1e9bba5176d6c0ff95d531117734f02eec') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 11:37:37 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 11:37:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-savage-2.3.1-2-i686 *rebuild with new xorg Message-ID: <20090903093737.3173C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=820351d7c9957c88efdfeed672d42497ebc9d9e6 commit 820351d7c9957c88efdfeed672d42497ebc9d9e6 Author: bouleetbil Date: Thu Sep 3 11:25:48 2009 +0200 xf86-video-savage-2.3.1-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-savage/FrugalBuild b/source/x11/xf86-video-savage/FrugalBuild index c5ee045..c9494b5 100644 --- a/source/x11/xf86-video-savage/FrugalBuild +++ b/source/x11/xf86-video-savage/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-savage pkgver=2.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for S3 Savage cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'glproto' 'xf86driproto>=2.0.4') Finclude xorg sha1sums=('a368eb1b082fc4fc5964090c99e4312eaddf5df8') From bouleetbil at frogdev.info Thu Sep 3 11:40:42 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 11:40:42 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-siliconmotion-1.7.3-1-i686 *version bump Message-ID: <20090903094042.A0B9311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a2ea3ed7d09ec392653f5f66f46137f24e0f1876 commit a2ea3ed7d09ec392653f5f66f46137f24e0f1876 Author: bouleetbil Date: Thu Sep 3 11:28:55 2009 +0200 xf86-video-siliconmotion-1.7.3-1-i686 *version bump diff --git a/source/x11/xf86-video-siliconmotion/FrugalBuild b/source/x11/xf86-video-siliconmotion/FrugalBuild index ebf62d1..695ca22 100644 --- a/source/x11/xf86-video-siliconmotion/FrugalBuild +++ b/source/x11/xf86-video-siliconmotion/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-siliconmotion -pkgver=1.7.1 +pkgver=1.7.3 pkgrel=1 pkgdesc="X.Org driver for siliconmotion cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg -sha1sums=('d246ee7ca3e70ddcd7fcff92d4d0174abef0c241') +sha1sums=('f3edf5853a17c3725c11ea983edcf4b6bd54d10a') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 13:19:03 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 13:19:03 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-sis-0.10.2-2-i686 *rebuild with new xorg Message-ID: <20090903111903.1EB5911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=7efabfcc837d8d4eaedbee6fd8dab9697d4b9e77 commit 7efabfcc837d8d4eaedbee6fd8dab9697d4b9e77 Author: bouleetbil Date: Thu Sep 3 13:07:03 2009 +0200 xf86-video-sis-0.10.2-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-sis/FrugalBuild b/source/x11/xf86-video-sis/FrugalBuild index 4ae35f3..c08954e 100644 --- a/source/x11/xf86-video-sis/FrugalBuild +++ b/source/x11/xf86-video-sis/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-sis pkgver=0.10.2 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for SiS cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto' 'glproto' 'xf86driproto>=2.0.4' 'xf86miscproto' 'xineramaproto') Finclude xorg sha1sums=('c7369196d504671b6fdc9e17c90c0f07aa8e0c24') From bouleetbil at frogdev.info Thu Sep 3 13:22:18 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 13:22:18 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-sisusb-0.9.3-2-i686 *rebuild with new xorg Message-ID: <20090903112218.073A611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=1284a1532ad9cf68cd56fcf8466afb60aae287d7 commit 1284a1532ad9cf68cd56fcf8466afb60aae287d7 Author: bouleetbil Date: Thu Sep 3 13:10:28 2009 +0200 xf86-video-sisusb-0.9.3-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-sisusb/FrugalBuild b/source/x11/xf86-video-sisusb/FrugalBuild index 5039243..1ace257 100644 --- a/source/x11/xf86-video-sisusb/FrugalBuild +++ b/source/x11/xf86-video-sisusb/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-sisusb pkgver=0.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org driver for sisusb cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86driproto>=2.0.4' 'xf86miscproto' 'xineramaproto') Finclude xorg sha1sums=('63fbe3c1f14088a258077f932890d60433d106e4') From bouleetbil at frogdev.info Thu Sep 3 13:27:23 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 13:27:23 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-tdfx-1.4.3-1-i686 *version bump Message-ID: <20090903112723.5721A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=36eeb51fb47d03b0ba34a503011aafee8accc583 commit 36eeb51fb47d03b0ba34a503011aafee8accc583 Author: bouleetbil Date: Thu Sep 3 13:15:36 2009 +0200 xf86-video-tdfx-1.4.3-1-i686 *version bump diff --git a/source/x11/xf86-video-tdfx/FrugalBuild b/source/x11/xf86-video-tdfx/FrugalBuild index 899568c..7f07fbc 100644 --- a/source/x11/xf86-video-tdfx/FrugalBuild +++ b/source/x11/xf86-video-tdfx/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-tdfx -pkgver=1.4.1 +pkgver=1.4.3 pkgrel=1 pkgdesc="X.Org driver for 3dfx Voodoo cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto' 'glproto' 'xf86driproto>=2.0.4' 'xf86miscproto' 'xineramaproto') Finclude xorg -sha1sums=('588b591a930838f9b48fae00507043a067f2bfe1') +sha1sums=('d091d3c93b500b361c083bc1b54c4f5d5fac0943') Fconfopts="$Fconfopts --enable-dri" # optimization OK From vmiklos at frugalware.org Thu Sep 3 13:30:27 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Sep 2009 13:30:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: tools/mkpkglst: default to stable Message-ID: <20090903113027.39F7511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=c1244d259f7c4751c3770a87e4999ef83973f134 commit c1244d259f7c4751c3770a87e4999ef83973f134 Author: Miklos Vajna Date: Thu Sep 3 13:29:26 2009 +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 Thu Sep 3 13:33:55 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Sep 2009 13:33:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: docs/Makefile: default to -stable in VERSION Message-ID: <20090903113355.074A111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=5bede9b9da30ea62f265a92d26448192e93eea35 commit 5bede9b9da30ea62f265a92d26448192e93eea35 Author: Miklos Vajna Date: Thu Sep 3 13:33:49 2009 +0200 docs/Makefile: default to -stable in VERSION diff --git a/docs/Makefile b/docs/Makefile index 3cf223a..8229807 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +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 = $(shell git describe) (-stable) #VERSION = 0.6 (Terminus) PO_DIR ?= ~/git/translations/po XML_PATH = /usr/share/sgml/docbook/dtd/xml-dtd-4.2 From bouleetbil at frogdev.info Thu Sep 3 13:34:33 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 13:34:33 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-tga-1.2.0-2-i686 *rebuild with new xorg Message-ID: <20090903113433.79A4911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=14c7da1a232e0f431d2523731de32c001d25b89e commit 14c7da1a232e0f431d2523731de32c001d25b89e Author: bouleetbil Date: Thu Sep 3 13:22:45 2009 +0200 xf86-video-tga-1.2.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-tga/FixRessources.diff b/source/x11/xf86-video-tga/FixRessources.diff new file mode 100644 index 0000000..9d4eeb9 --- /dev/null +++ b/source/x11/xf86-video-tga/FixRessources.diff @@ -0,0 +1,64 @@ +From 2e5ad88716038229563e0682b2665f156aab0d33 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:39 +0000 +Subject: tga: update for resources/RAC API removal + +--- +diff --git a/src/tga_driver.c b/src/tga_driver.c +index 8615b29..069fdc6 100644 +--- a/src/tga_driver.c ++++ b/src/tga_driver.c +@@ -38,9 +38,10 @@ + #include "xf86PciInfo.h" + #include "xf86Pci.h" + +-/* RAC stuff */ ++#ifndef XSERVER_LIBPCIACCESS + #include "xf86Resources.h" +- ++#include "xf86RAC.h" ++#endif + /* #include "vgaHW.h" */ + + /* software cursor */ +@@ -54,9 +55,6 @@ + + #include "fb.h" + +-/* more RAC stuff */ +-#include "xf86RAC.h" +- + /* Gamma Correction? */ + #include "xf86cmap.h" + +@@ -471,7 +469,9 @@ TGAPreInit(ScrnInfoPtr pScrn, int flags) + /* This is the general case */ + for (i = 0; i < pScrn->numEntities; i++) { + pTga->pEnt = xf86GetEntityInfo(pScrn->entityList[i]); ++#ifndef XSERVER_LIBPCIACCESS + if (pTga->pEnt->resources) return FALSE; ++#endif + pTga->Chipset = pTga->pEnt->chipset; + pScrn->chipset = (char *)xf86TokenToString(TGAChipsets, + pTga->pEnt->chipset); +@@ -765,6 +765,7 @@ TGAPreInit(ScrnInfoPtr pScrn, int flags) + xf86DrvMsg(pScrn->scrnIndex, from, "MMIO registers at 0x%lX\n", + (unsigned long)pTga->IOAddress); + ++#ifndef XSERVER_LIBPCIACCESS + /* RAC stuff: we don't have any resources we need to reserve, + but we should do this here anyway */ + if (xf86RegisterResources(pTga->pEnt->index, NULL, ResExclusive)) { +@@ -773,8 +774,7 @@ TGAPreInit(ScrnInfoPtr pScrn, int flags) + TGAFreeRec(pScrn); + return FALSE; + } +- +- ++#endif + + /* HW bpp matches reported bpp */ + pTga->HwBpp = pScrn->bitsPerPixel; +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-tga/FrugalBuild b/source/x11/xf86-video-tga/FrugalBuild index a948921..f2bf0f2 100644 --- a/source/x11/xf86-video-tga/FrugalBuild +++ b/source/x11/xf86-video-tga/FrugalBuild @@ -3,14 +3,25 @@ pkgname=xf86-video-tga pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for tga cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') -makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') +depends=('xorg-server>=1.6.3') +makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto' \ + 'videoproto>=2.2.2' 'util-macros') Finclude xorg -sha1sums=('78eec5bb2c688b6c6ddd8e651f02f51881e95b83') +source=($source Xextproto71.diff FixRessources.diff) +sha1sums=('78eec5bb2c688b6c6ddd8e651f02f51881e95b83' \ + '30a15762602c0c697d41d50b01a475c9bae5a018' \ + '8d2ab35d74b925a6bcfbd28dc5f9356e3232378d') + +build() { + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} # optimization OK diff --git a/source/x11/xf86-video-tga/Xextproto71.diff b/source/x11/xf86-video-tga/Xextproto71.diff new file mode 100644 index 0000000..1b7252e --- /dev/null +++ b/source/x11/xf86-video-tga/Xextproto71.diff @@ -0,0 +1,46 @@ +From 60a7cad2c07bd23f58de07e927d0abbadd5e3bc8 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Thu, 16 Jul 2009 01:57:07 +0000 +Subject: Update to xextproto 7.1 support. + +DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers +need to include dpmsconst.h if xextproto 7.1 is available. + +Signed-off-by: Peter Hutterer +--- +diff --git a/configure.ac b/configure.ac +index b47a6d0..3ff2dfb 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -56,6 +56,10 @@ XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto) + + # Checks for pkg-config packages + PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901 xproto fontsproto $REQUIRED_MODULES]) ++PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], ++ HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), ++ HAVE_XEXTPROTO_71="no") ++AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) + sdkdir=$(pkg-config --variable=sdkdir xorg-server) + + # Checks for libraries. +diff --git a/src/tga_driver.c b/src/tga_driver.c +index c315d2e..8615b29 100644 +--- a/src/tga_driver.c ++++ b/src/tga_driver.c +@@ -70,8 +70,13 @@ + #endif + + #include "globals.h" ++#ifdef HAVE_XEXTPROTO_71 ++#include ++#else + #define DPMS_SERVER + #include ++#endif ++ + + #include "xf86xv.h" + #include +-- +cgit v0.8.2 + From bouleetbil at frogdev.info Thu Sep 3 13:37:33 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 13:37:33 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-trident-1.3.3-2-i686 *rebuild with new xorg Message-ID: <20090903113733.CDBC211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=99f1c986a2df699c1e633c942a48bf26d238c921 commit 99f1c986a2df699c1e633c942a48bf26d238c921 Author: bouleetbil Date: Thu Sep 3 13:25:43 2009 +0200 xf86-video-trident-1.3.3-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-trident/FrugalBuild b/source/x11/xf86-video-trident/FrugalBuild index 4390c41..6c856f4 100644 --- a/source/x11/xf86-video-trident/FrugalBuild +++ b/source/x11/xf86-video-trident/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-trident pkgver=1.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for trident cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'xf86dgaproto') Finclude xorg sha1sums=('ac795465d47d807969970ae1433336439afad9b8') From vmiklos at frugalware.org Thu Sep 3 13:40:30 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Sep 2009 13:40:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docs/header: update copyright year Message-ID: <20090903114030.E1EEE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5d0b72812eef81c4dbda65114b1656dd9a6b63ad commit 5d0b72812eef81c4dbda65114b1656dd9a6b63ad Author: Miklos Vajna Date: Thu Sep 3 13:38:20 2009 +0200 docs/header: update copyright year diff --git a/docs/header.txt.in b/docs/header.txt.in index b3bf8b6..fb193be 100644 --- a/docs/header.txt.in +++ b/docs/header.txt.in @@ -1,7 +1,7 @@ _ Frugalware @VERSION@ Documentation -------------------------------------------------------------------------- -Copyright (C) 2003-2008 The Frugalware Developer Team. +Copyright (C) 2005, 2006, 2007, 2008, 2009 The Frugalware Developer Team. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; From vmiklos at frugalware.org Thu Sep 3 13:51:23 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Sep 2009 13:51:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tools/mkpkglst: try to figure out automatically if we need to default to stable or current Message-ID: <20090903115123.4AD4011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1211ed3f72636aab0f54fea0a7f84eb9a2473948 commit 1211ed3f72636aab0f54fea0a7f84eb9a2473948 Author: Miklos Vajna Date: Thu Sep 3 13:51:15 2009 +0200 tools/mkpkglst: try to figure out automatically if we need to default to stable or current diff --git a/docs/release-howto.txt b/docs/release-howto.txt index 7951df6..0a91f4a 100644 --- a/docs/release-howto.txt +++ b/docs/release-howto.txt @@ -56,7 +56,7 @@ STABLE = true + in the Makefile -- s/-current// in tools/mkpkglst +- run tools/mkpkglst for each arch - update VERSION in docs/Makefile, and rebuild the manual diff --git a/tools/mkpkglst b/tools/mkpkglst index ecc1a8d..2288c3b 100755 --- a/tools/mkpkglst +++ b/tools/mkpkglst @@ -1,7 +1,7 @@ #!/bin/bash [ -z "$arch" ] && arch=`arch` -tree=-current +pwd|grep -q current && tree=-current dbpath=`mktemp -d` cd `dirname $0`/.. From vmiklos at frugalware.org Thu Sep 3 14:01:53 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Sep 2009 14:01:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tools/genpkgdbs: automatically figure out the last stable tag Message-ID: <20090903120153.908CD11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=222b1811d9acd6a0c2ef91f518b4749d99f386a0 commit 222b1811d9acd6a0c2ef91f518b4749d99f386a0 Author: Miklos Vajna Date: Thu Sep 3 14:01:46 2009 +0200 tools/genpkgdbs: automatically figure out the last stable tag diff --git a/docs/release-howto.txt b/docs/release-howto.txt index 0a91f4a..39b2ab9 100644 --- a/docs/release-howto.txt +++ b/docs/release-howto.txt @@ -41,8 +41,9 @@ $ cp -av frugalware-current frugalware-0.5 == Updating the -current tree -Now one have two tree. All what one should do in -current is to bump -`--from-tag` version to 0.5 in tools/genpkgs. +Now one has two trees. All what one should do in -current is to +regenerate ChangeLog.txt (copy & paste the command from +`tools/genpkgdbs`). == Updating the -stable tree diff --git a/tools/genpkgdbs b/tools/genpkgdbs index a99e9fa..f396be3 100755 --- a/tools/genpkgdbs +++ b/tools/genpkgdbs @@ -20,7 +20,8 @@ cd `dirname $0`/.. # Changelog echo -n "generating ChangeLog.txt..." -git log 1.0^.. | iconv -c -f $(git config i18n.logOutputEncoding) -t utf8 >ChangeLog.txt +stable=`git tag -l|grep '^[0-9]\+\.[0-9]$'|sed -n '$ p'` +git log $stable^.. | iconv -c -f $(git config i18n.logOutputEncoding) -t utf8 >ChangeLog.txt echo " done" # AUTHORS From vmiklos at frugalware.org Thu Sep 3 14:03:34 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Thu, 3 Sep 2009 14:03:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: docs/release-howto: update not on the fwsetup pkg Message-ID: <20090903120334.190C011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=482d042b2e6528626b1db10e7099120439a70585 commit 482d042b2e6528626b1db10e7099120439a70585 Author: Miklos Vajna Date: Thu Sep 3 14:03:27 2009 +0200 docs/release-howto: update not on the fwsetup pkg diff --git a/docs/release-howto.txt b/docs/release-howto.txt index 39b2ab9..7821e3e 100644 --- a/docs/release-howto.txt +++ b/docs/release-howto.txt @@ -49,14 +49,6 @@ regenerate ChangeLog.txt (copy & paste the command from - rename the frugalware-current fdbs to frugalware -- rebuild the initrd with -+ -------------- -STABLE = true -------------- -+ -in the Makefile - - run tools/mkpkglst for each arch - update VERSION in docs/Makefile, and rebuild the manual @@ -66,8 +58,8 @@ in the Makefile - 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 +- update pacman-{g2,-tools} and fwsetup so that -stable will be the + default on -Syu / repoman upd / in the installer, not -current - upload the fdbs to the mysql db using fpm2db, just run all2db.sh from the /tools dir From bouleetbil at frogdev.info Thu Sep 3 16:14:35 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 16:14:35 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-tseng-1.2.2-1-i686 *rebuild with new xorg Message-ID: <20090903141435.F2FEF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e1e52b3095dfb4c42a4f3fc58924a93dc414ecc0 commit e1e52b3095dfb4c42a4f3fc58924a93dc414ecc0 Author: bouleetbil Date: Thu Sep 3 16:02:00 2009 +0200 xf86-video-tseng-1.2.2-1-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-tseng/FixABI.diff b/source/x11/xf86-video-tseng/FixRessources.diff similarity index 100% rename from source/x11/xf86-video-tseng/FixABI.diff rename to source/x11/xf86-video-tseng/FixRessources.diff diff --git a/source/x11/xf86-video-tseng/FrugalBuild b/source/x11/xf86-video-tseng/FrugalBuild index 2124f21..8fb29b4 100644 --- a/source/x11/xf86-video-tseng/FrugalBuild +++ b/source/x11/xf86-video-tseng/FrugalBuild @@ -11,7 +11,7 @@ archs=('i686' 'x86_64') depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto' 'videoproto>=2.2.2') Finclude xorg -source=($source FixABI.diff) +source=($source FixRessources.diff) sha1sums=('b45d6a49ddb0691c45fcc4b225e937c7336ce670' \ '97339fa7a183e83814a40a2ba62ed2b040a25cf5') From bouleetbil at frogdev.info Thu Sep 3 16:19:23 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 16:19:23 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-v4l-0.2.0-2-i686 *rebuild with new xorg Message-ID: <20090903141923.60A4011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9e499260f68e930a46722a70a2c5833a701b3ee5 commit 9e499260f68e930a46722a70a2c5833a701b3ee5 Author: bouleetbil Date: Thu Sep 3 16:07:20 2009 +0200 xf86-video-v4l-0.2.0-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-v4l/FrugalBuild b/source/x11/xf86-video-v4l/FrugalBuild index dcae36c..b19296b 100644 --- a/source/x11/xf86-video-v4l/FrugalBuild +++ b/source/x11/xf86-video-v4l/FrugalBuild @@ -3,12 +3,12 @@ pkgname=xf86-video-v4l pkgver=0.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for V4L cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') Finclude xorg sha1sums=('7f2212c529a5bcc34f67858a9d0167a0d4848aaa') From bouleetbil at frogdev.info Thu Sep 3 16:37:54 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 16:37:54 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vesa-2.2.1-3-i686 *xf86-video-via is dead Message-ID: <20090903143754.3A56511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=9ed8ba7f08832174274275b70306477f2de86302 commit 9ed8ba7f08832174274275b70306477f2de86302 Author: bouleetbil Date: Thu Sep 3 16:25:22 2009 +0200 xf86-video-vesa-2.2.1-3-i686 *xf86-video-via is dead diff --git a/source/x11/xf86-video-vesa/FrugalBuild b/source/x11/xf86-video-vesa/FrugalBuild index c956697..e9e1f51 100644 --- a/source/x11/xf86-video-vesa/FrugalBuild +++ b/source/x11/xf86-video-vesa/FrugalBuild @@ -3,14 +3,14 @@ pkgname=xf86-video-vesa pkgver=2.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="X.Org video driver for VESA cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64' 'ppc') depends=('xorg-server>=1.6.3.901') makedepends=('randrproto>1.3.0' 'renderproto' 'util-macros') -replaces=('xf86-video-vermilion' 'xf86-video-imstt' 'xf86-video-vga') +replaces=('xf86-video-vermilion' 'xf86-video-imstt' 'xf86-video-vga' 'xf86-video-via') Finclude xorg source=(http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/snapshot/$pkgname-$pkgver.tar.bz2) sha1sums=('e532bd9be30074eb29b06b447bfb2880b3463aca') From bouleetbil at frogdev.info Thu Sep 3 16:44:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 16:44:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vmware-10.16.7-2-i686 *rebuild with new xorg Message-ID: <20090903144456.943E611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=54e378f87737a7a545873b3dbf3c8cadf4cc6d05 commit 54e378f87737a7a545873b3dbf3c8cadf4cc6d05 Author: bouleetbil Date: Thu Sep 3 16:32:48 2009 +0200 xf86-video-vmware-10.16.7-2-i686 *rebuild with new xorg diff --git a/source/x11/xf86-video-vmware/FixRessources.diff b/source/x11/xf86-video-vmware/FixRessources.diff new file mode 100644 index 0000000..2dbea8c --- /dev/null +++ b/source/x11/xf86-video-vmware/FixRessources.diff @@ -0,0 +1,81 @@ +From 4605e8d3a99ddcd75314051bd00b51d8ecee06a1 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 03:32:41 +0000 +Subject: vmware: update for resources/RAC API removal + +--- +diff --git a/src/vmware.c b/src/vmware.c +index 2d1eabd..b1a9070 100644 +--- a/src/vmware.c ++++ b/src/vmware.c +@@ -18,7 +18,9 @@ char rcsId_vmware[] = + + #include "xf86.h" + #include "xf86_OSproc.h" ++#ifndef XSERVER_LIBPCIACCESS + #include "xf86Resources.h" ++#endif + + #include "compiler.h" /* inb/outb */ + +@@ -109,11 +111,15 @@ static SymTabRec VMWAREChipsets[] = { + { -1, NULL } + }; + ++#ifndef XSERVER_LIBPCIACCESS + static resRange vmwareLegacyRes[] = { + { ResExcIoBlock, SVGA_LEGACY_BASE_PORT, + SVGA_LEGACY_BASE_PORT + SVGA_NUM_PORTS*sizeof(uint32)}, + _VGA_EXCLUSIVE, _END + }; ++#else ++static int vmwareLegacyRes = 0; ++#endif + + #if XSERVER_LIBPCIACCESS + +diff --git a/src/vmware.h b/src/vmware.h +index a3502dd..31560b5 100644 +--- a/src/vmware.h ++++ b/src/vmware.h +@@ -19,12 +19,14 @@ + + #include "xf86.h" + #include "xf86_OSproc.h" +-#include "xf86Resources.h" ++ + + #include + + #ifdef XSERVER_LIBPCIACCESS + #include ++#else ++#include "xf86Resources.h" + #endif + + #include "compiler.h" /* inb/outb */ +-- +cgit v0.8.2 + +From 0fddce5511b761206bb5f59dcd17652f15bda5ef Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Tue, 28 Jul 2009 04:11:59 +0000 +Subject: vmware: fix resource removal properly + +--- +diff --git a/src/vmware.c b/src/vmware.c +index b1a9070..9ea9fff 100644 +--- a/src/vmware.c ++++ b/src/vmware.c +@@ -118,7 +118,7 @@ static resRange vmwareLegacyRes[] = { + _VGA_EXCLUSIVE, _END + }; + #else +-static int vmwareLegacyRes = 0; ++#define vmwareLegacyRes NULL + #endif + + #if XSERVER_LIBPCIACCESS +-- +cgit v0.8.2 + diff --git a/source/x11/xf86-video-vmware/FrugalBuild b/source/x11/xf86-video-vmware/FrugalBuild index 6313e4a..b109f73 100644 --- a/source/x11/xf86-video-vmware/FrugalBuild +++ b/source/x11/xf86-video-vmware/FrugalBuild @@ -3,14 +3,16 @@ pkgname=xf86-video-vmware pkgver=10.16.7 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org video driver for vmware cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'xineramaproto') Finclude xorg +source=($source FixRessources.diff) +sha1sums=('4f3b4942af38e939a4761f1cafca2c2fd6305816' \ + 'e2a9d3afd3d6c82242a0e041aebcf6fd791c5dc1') -sha1sums=('4f3b4942af38e939a4761f1cafca2c2fd6305816') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 16:48:35 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 16:48:35 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-voodoo-1.2.3-1-i686 *version bump Message-ID: <20090903144835.2182511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=f9cb4a1f8eea8fc1d89607d3b7f995d73a13fe9d commit f9cb4a1f8eea8fc1d89607d3b7f995d73a13fe9d Author: bouleetbil Date: Thu Sep 3 16:36:33 2009 +0200 xf86-video-voodoo-1.2.3-1-i686 *version bump diff --git a/source/x11/xf86-video-voodoo/FrugalBuild b/source/x11/xf86-video-voodoo/FrugalBuild index bdb87e3..a088cc5 100644 --- a/source/x11/xf86-video-voodoo/FrugalBuild +++ b/source/x11/xf86-video-voodoo/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: Christian Hamar alias krix pkgname=xf86-video-voodoo -pkgver=1.2.1 +pkgver=1.2.3 pkgrel=1 pkgdesc="X.Org video driver for Voodoo 1/2 cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1-2') +depends=('xorg-server>=1.6.3') makedepends=('randrproto>1.3.0' 'renderproto' 'xf86dgaproto') Finclude xorg -sha1sums=('f55809979be4a91a7dae0cc89d7f4738b506ce54') +sha1sums=('a0af63087f3daa12112bee3a87c5f11eb2376da9') # optimization OK From bouleetbil at frogdev.info Thu Sep 3 17:23:07 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 17:23:07 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-xgi-1.5.0.13.gb085ad2-1-i686 *rebuild with new xorg *use git version will backport fix later *now all parts of Xorg are bumped or rebuild *except broken radeonhd without broken current *now time to clean up this x11 :) Message-ID: <20090903152307.6536A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=ae07ce2bf671da7855159b11b00d78c2de065b97 commit ae07ce2bf671da7855159b11b00d78c2de065b97 Author: bouleetbil Date: Thu Sep 3 17:08:01 2009 +0200 xf86-video-xgi-1.5.0.13.gb085ad2-1-i686 *rebuild with new xorg *use git version will backport fix later *now all parts of Xorg are bumped or rebuild *except broken radeonhd without broken current *now time to clean up this x11 :) diff --git a/source/x11/xf86-video-xgi/FrugalBuild b/source/x11/xf86-video-xgi/FrugalBuild index 4baee94..169f6a3 100644 --- a/source/x11/xf86-video-xgi/FrugalBuild +++ b/source/x11/xf86-video-xgi/FrugalBuild @@ -1,18 +1,37 @@ # Compiling Time: 0.04 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=xf86-video-xgi pkgver=1.5.0 -pkgrel=3 +pkgrel=1 +Fuse $USE_DEVEL && pkgver=1.5.0.13.gb085ad2 pkgdesc="X.Org video driver for XGI cards" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') depends=('xorg-server>=1.6.1' 'libpciaccess') -makedepends=('randrproto' 'renderproto' 'xf86dgaproto' 'videoproto' 'xineramaproto' 'glproto' 'xf86driproto') +makedepends=('randrproto' 'renderproto' 'xf86dgaproto' \ + 'videoproto' 'xineramaproto' 'glproto' 'xf86driproto' \ + 'util-macros') Finclude xorg -source=($source fix_include.diff) -sha1sums=('77e6ee4aeeffe7d1383ef0ee83fc7f1cf3bcea86' \ - '2a7e35b74f14f53533bc8c82abfccfe179492fd6') +sha1sums=('77e6ee4aeeffe7d1383ef0ee83fc7f1cf3bcea86') +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/driver/xf86-video-xgi" + Finclude scm +fi + +build() { + Fpatchall + if Fuse $USE_DEVEL; then + Funpack_scm + fi + Fautoreconf + Fmake + Fmakeinstall +} # optimization OK From bouleetbil at frogdev.info Thu Sep 3 19:53:02 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 19:53:02 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg-server-1.6.3.901.151.g120286a-1-i686 *typo fixed in upstream *xf86-video-vga is dead delete from rodepends *clean useless patchs Message-ID: <20090903175302.3667C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c36b714c8ad86bc762a679e9227418482b39b2e0 commit c36b714c8ad86bc762a679e9227418482b39b2e0 Author: bouleetbil Date: Thu Sep 3 19:39:33 2009 +0200 xorg-server-1.6.3.901.151.g120286a-1-i686 *typo fixed in upstream *xf86-video-vga is dead delete from rodepends *clean useless patchs diff --git a/source/x11/xorg-server/01-kernel-headers-fix.patch b/source/x11/xorg-server/01-kernel-headers-fix.patch deleted file mode 100644 index 794efc6..0000000 --- a/source/x11/xorg-server/01-kernel-headers-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur xorg-server-0.99.3.orig/hw/xfree86/os-support/linux/lnx_agp.c xorg-server-0.99.3/hw/xfree86/os-support/linux/lnx_agp.c ---- xorg-server-0.99.3.orig/hw/xfree86/os-support/linux/lnx_agp.c 2005-11-19 13:58:12.336920250 +0100 -+++ xorg-server-0.99.3/hw/xfree86/os-support/linux/lnx_agp.c 2005-11-19 13:58:33.118219000 +0100 -@@ -20,6 +20,8 @@ - #include "xf86OSpriv.h" - - #if defined(linux) -+#undef _LINUX_TYPES_H -+#include - #include - #include - #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) diff --git a/source/x11/xorg-server/02-access_c_skip_null_addresses.patch b/source/x11/xorg-server/02-access_c_skip_null_addresses.patch deleted file mode 100644 index 8de9bd1..0000000 --- a/source/x11/xorg-server/02-access_c_skip_null_addresses.patch +++ /dev/null @@ -1,15 +0,0 @@ -*** xorg-server-1.0.1/os/access.c Thu Dec 22 07:13:56 2005 ---- xorg-server-1.0.1/os/access.c Thu Dec 22 07:13:33 2005 -*************** -*** 978,985 **** ---- 978,987 ---- - #ifdef DNETCONN - if (ifr->ifa_addr.sa_family == AF_DECnet) - continue; - #endif /* DNETCONN */ -+ if(!ifr->ifa_addr) -+ continue; - len = sizeof(*(ifr->ifa_addr)); - family = ConvertAddr(ifr->ifa_addr, &len, (pointer *)&addr); - if (family == -1 || family == FamilyLocal) - continue; diff --git a/source/x11/xorg-server/03-black-background.patch b/source/x11/xorg-server/03-black-background.patch deleted file mode 100644 index 7c68d35..0000000 --- a/source/x11/xorg-server/03-black-background.patch +++ /dev/null @@ -1,16 +0,0 @@ -Remove the default root window grey stipple pattern, replacing it with -blackness. - ---- xorg-server-1.0.1/dix/window.c.die-ugly-pattern-die-die-die Tue Feb 12 16:33:04 2002 -+++ xorg-server-1.0.1/dix/window.c Tue Feb 12 16:45:32 2002 -@@ -119,8 +119,8 @@ - * - ******/ - --static unsigned char _back_lsb[4] = {0x88, 0x22, 0x44, 0x11}; --static unsigned char _back_msb[4] = {0x11, 0x44, 0x22, 0x88}; -+static unsigned char _back_lsb[4] = {0x00, 0x00, 0x00, 0x00}; -+static unsigned char _back_msb[4] = {0x00, 0x00, 0x00, 0x00}; - - int screenIsSaved = SCREEN_SAVER_OFF; - diff --git a/source/x11/xorg-server/F-xorg-x11-server-0.99.3-init-origins-fix.patch0 b/source/x11/xorg-server/F-xorg-x11-server-0.99.3-init-origins-fix.patch0 deleted file mode 100644 index 21b2571..0000000 --- a/source/x11/xorg-server/F-xorg-x11-server-0.99.3-init-origins-fix.patch0 +++ /dev/null @@ -1,25 +0,0 @@ -Patch by krh at redhat.com: - - In a multihead setup, if only the first screen can be - initialized, but the second screen is mentioned first in the - ServerLayout section, the xf86InitOrigins() function will crash - because the screen referred to in the e.g. "RightOf" part is - non-existent. - ---- hw/xfree86/common/xf86Cursor.c.init-origins-fix 2004-10-18 22:22:42.675899006 -0400 -+++ hw/xfree86/common/xf86Cursor.c 2004-10-18 22:21:42.540867549 -0400 -@@ -566,6 +566,14 @@ - - screen = &xf86ConfigLayout.screens[i]; - -+ if (screen->refscreen != NULL && -+ screen->refscreen->screennum >= xf86NumScreens) { -+ screensLeft &= ~(1 << i); -+ xf86Msg(X_WARNING, "Not including screen \"%s\" in origins calculation.\n", -+ screen->screen->id); -+ continue; -+ } -+ - switch(screen->where) { - case PosObsolete: - OldStyleConfig = TRUE; diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index 2997b48..8eb0829 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -24,7 +24,7 @@ makedepends=('randrproto>=1.3.0' 'renderproto>=0.9.3' 'fixesproto' 'damageproto> 'trapproto' 'xineramaproto' 'fontsproto' 'kbproto' 'inputproto>=1.5' 'bigreqsproto' 'xcmiscproto' \ 'glproto' 'xf86driproto>=2.0.4' 'libdrm>=2.4.11' 'printproto>=1.0.4' 'mkfontdir>=1.0.4' 'mkfontscale>=1.0.6-1' \ 'fontcacheproto' 'xorg-sgml-doctools>=1.2' 'util-macros>=1.2.1' 'calibrateproto' 'libdmx>=1.0.2-3' 'libxres>=1.0.3-3' 'sdl' 'libxinerama>=1.0.3' 'bigreqsproto') -rodepends=('libdri' 'libglx' 'xf86-input-mouse' 'xf86-input-keyboard' 'xf86-video-vga' 'xf86-video-vesa') +rodepends=('libdri' 'libglx' 'xf86-input-mouse' 'xf86-input-keyboard' 'xf86-video-vesa') provides=('xorg-compat' 'xorg-server-ati' 'xorg-server-chips' \ 'xorg-server-epson' 'xorg-server-i810' 'xorg-server-mach64' \ 'xorg-server-mga' 'xorg-server-nvidia' 'xorg-server-pm2' 'xorg-server-r128' \ @@ -44,7 +44,7 @@ sha1sums=('09e3d46178701ce76911553ee53309686822bb31' \ '1456207203932404752e2519c5b7fe830a913cf4') if Fuse $USE_DEVEL; then - pkgver=1.6.3.901.150.gc61d8ce1 + pkgver=1.6.3.901.151.g120286a unset source sha1sums _F_scm_type="git" _F_scm_url="git://anongit.freedesktop.org/xorg/xserver" @@ -135,8 +135,6 @@ build() { if Fuse $USE_DEVEL; then Funpack_scm Fcd $_F_xorg_name - #Fix typo of latest commit - Fsed "X11/extensions/bigreqproto.h" "X11/extensions/bigreqsproto.h" Xext/bigreq.c else Fcd $_F_xorg_name-$pkgver fi diff --git a/source/x11/xorg-server/rc.xprint b/source/x11/xorg-server/rc.xprint deleted file mode 100644 index 2e1fcd7..0000000 --- a/source/x11/xorg-server/rc.xprint +++ /dev/null @@ -1,1232 +0,0 @@ -#!/bin/sh -# -# Copyright 2002-2004 by Roland Mainz . -# -# This script manages the Xprint server side - -. /etc/rc.d/rc.functions - -# Basic support for IRIX-style "chkconfig" -# chkconfig: 2345 99 61 -# description: Startup/shutdown script for Xprint server(s) - -# Basic support for the Linux Standard Base Specification 1.0.0 -# (Note: The Should-Start/Stop lines are there so that this works in the -# future, when the LSB adopts these. The X-UnitedLinux lines are there -# so that it works right now.) -### BEGIN INIT INFO -# Provides: xprint -# Required-Start: $local_fs $remote_fs $syslog $network -# Required-Stop: $local_fs $remote_fs $syslog -# Should-Start: cups lpd xfs -# Should-Stop: cups lpd xfs -# X-UnitedLinux-Should-Start: cups lpd xfs -# X-UnitedLinux-Should-Stop: cups lpd xfs -# Default-Start: 3 5 -# Default-Stop: 0 1 2 6 -# Description: Startup/shutdown script for Xprint server(s) -### END INIT INFO - - - - -############################################################################ -# -# This script has three main tasks: -# 1. Start Xprint servers ("Xprt") at boot time. -# 2. Shutdown Xprint servers when the machine is being shut down. -# 3. Query the list of available printers. -# -# Additional tasks are: -# 4. Restart ('restart'|'force-reload') and conditional restart -# ('condrestart'/'try-restart') for Linux support -# 5. Wrapping of application call with setting XPSERVERLIST ('wrapper') -# -# Usage: -# - Start Xprint server(s) manually: -# % /etc/init.d/xprint start -# -# - Stop Xprint server(s) manually: -# % /etc/init.d/xprint stop -# -# - Populate $XPSERVERLIST env var (for example as part of a global -# login script like /etc/profile or per-user login scripts like -# $HOME/.profile (sh/ksh/bash)) -# % XPSERVERLIST="`/etc/init.d/xprint get_xpserverlist`" -# % export XPSERVERLIST -# -# Installation: -# Copy this script to /etc/init.d/xprint and make sure that it is -# executable. If your installation is LSB-compliant, then run -# % /usr/lib/lsb/install_initd /etc/init.d/xprint -# to start the service on startup. Otherwise, manually create links -# to the matching run levels. -# Examples: -# - Solaris 2.7/2.8/2.9: -# % cp xprint /etc/init.d/xprint -# % chmod a+rx /etc/init.d/xprint -# % ln /etc/init.d/xprint /etc/rc0.d/K38xprint -# % ln /etc/init.d/xprint /etc/rc1.d/K38xprint -# % ln /etc/init.d/xprint /etc/rc2.d/S81xprint -# % ln /etc/init.d/xprint /etc/rcS.d/K38xprint -# -# - SuSE Linux 7.3 -# % cp xprint /etc/init.d/xprint -# % chmod a+rx /etc/init.d/xprint -# % ln -s ../xprint /etc/init.d/rc3.d/K13xprint -# % ln -s ../xprint /etc/init.d/rc3.d/S12xprint -# % ln -s ../xprint /etc/init.d/rc5.d/K13xprint -# % ln -s ../xprint /etc/init.d/rc5.d/S12xprint -# % ln -s ../xprint /etc/init.d/rc2.d/K13xprint -# % ln -s ../xprint /etc/init.d/rc2.d/S12xprint -# -# - SuSE Linux 6.4: -# % cp xprint /sbin/init.d/xprint -# % chmod a+rx /sbin/init.d/xprint -# % ln -s ../xprint /sbin/init.d/rc2.d/K20xprint -# % ln -s ../xprint /sbin/init.d/rc2.d/S20xprint -# % ln -s ../xprint /sbin/init.d/rc3.d/K20xprint -# % ln -s ../xprint /sbin/init.d/rc3.d/S20xprint -# -# Notes: -# - The Xprint servers must be started _after_ the print -# spooler or the server(s) may refuse to start -# - The script should be readable by all users to ensure that they -# can use the "get_xpserverlist"-option -# -# Custom configuration: -# - Edit the function setup_config() in this script to match your needs -# -# Known bugs/ToDo/Notes: -# - The shell script assumes that a Xserver can be reached via -# "hostname:displaynum" where "hostname" is obtained from -# "/usr/bin/hostname". It may happen that a kernel firewall -# blocks an X connection on the same host (e.g. client && Xserver -# are running on the same host). -# Suggested fix: Fix the firewall config. -# Suggested workaround: Edit this script and replace the use of -# /usr/bin/hostname with "echo 'localhost'". -# -############################################################################ -# - - -############################################################################ - -fatal_error() -{ - echo "${0}: ## FATAL ERROR: ${1}" 1>&2 - exit 1 -} - -error_echo() -{ - echo "${0}: ## ERROR: ${1}" 1>&2 -} - -warning_echo() -{ - echo "${0}: ## WARNING: ${1}" 1>&2 -} - -verbose_echo() -{ - echo "${0}: ${1}" -} - -msg() -{ - echo "${1}" -} - -############################################################################ - - -##debug -# set -x - -# Change current dir to a location which is writeable by everyone -cd /tmp - -# Clear some environment variables -unset TEMP TMPDIR SCREENDIR - -# Set search path for commands -export PATH=/usr/bin:/bin:/usr/sbin:/sbin - - - - -## Try to figure-out where X11 was installed - - - - - - -[ -d /usr/X11/bin ] && XPROJECTROOT=/usr/X11 -[ -d /usr/X11R6/bin ] && XPROJECTROOT=/usr/X11R6 - -XPCUSTOMGLUE=default # This is used for customizing this script -export XPROJECTROOT XPCUSTOMGLUE - -if [ -z "${XPROJECTROOT}" ] ; then - fatal_error "Unknown XProjectRoot." -fi - -# Set the location of the Xprt binary we want to use. -XPRT_BIN="${XPROJECTROOT}/bin/Xprt" - -# Set the location of the global file where we store the locations -# of the system-wide servers -if [ -d /var/run ] ; then - XP_GLOBAL_SERVERS=/var/run/Xprint_servers -else - XP_GLOBAL_SERVERS=/tmp/.Xprint_servers -fi - -# ${LOGNAME} will not work if user su'ed into another account -export CURRLOGNAME="$(id -u -n)" - -# Set location where we want to store the list of Xprint servers managed -# by this user -# - If we start as "root" use the global file -# - If we start as normal user use a per-user file - -if [ "${CURRLOGNAME}" != "root" -a "${CURRLOGNAME}" != "" ] ; then - XP_PER_USER_SERVERS="/tmp/.Xprint_servers_${CURRLOGNAME}" - XP_SERVERS="${XP_PER_USER_SERVERS}" -else - XP_SERVERS="${XP_GLOBAL_SERVERS}" -fi - -# Set umask that owner can r/w all files and everyone else can read them -umask 022 - -# Bump limit for per-process open files to ensure that Xprt can open many many fonts -ulimit -n 1024 - -############################################################################ - -# Get list of fonts for a given display -get_fontlist_from_display() -{ - ${XPROJECTROOT}/bin/xset -display "${1}" q | - awk "/Font Path:/ { i=1 ; next } i==1 { print \$0 ; i=0 }" | - fontpath2fontlist -} - -# Get list from a fontserver config -get_fontlist_from_xfs_config() -{ - if [ ! -r "${1}" ] ; then - return 0 - fi - - ( - cat "${1}" | - while read -r i ; do - for val in $i; do - case $val in - \#*) break ;; - ?*=*) key="${val%%=*}" ;; - =*) key="${tok}" ;; - *) [ "${key}" = "catalogue" -a "${tok}" != "" ] && echo "${tok}" ;; - esac - tok="${val#*=}" - done - done - ) | tr "," "[\n]" | fontpath2fontlist -} - -get_fontlist_from_all_xfs_configs() -{ - get_fontlist_from_xfs_config "/etc/openwin/fs/fontserver.cfg" - get_fontlist_from_xfs_config "/usr/openwin/lib/X11/fontserver.cfg" - get_fontlist_from_xfs_config "/etc/X11/fs-xtt/config" - get_fontlist_from_xfs_config "/etc/X11/fs/config" - get_fontlist_from_xfs_config "/etc/X11/xfs/config" - get_fontlist_from_xfs_config "${XPROJECTROOT}/lib/X11/fs/config" -} - -get_fontlist_from_xf86config() -{ - srcxconf="" - - # see xorg.conf(5x) manual page for the list of locations used here - [ "${srcxconf}" = "" -a -f "/etc/X11/xorg.conf" ] && srcxconf="/etc/X11/xorg.conf" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/etc/X11/xorg.conf" ] && srcxconf="/usr/X11R6/etc/X11/xorg.conf" - [ "${srcxconf}" = "" -a -f "/etc/X11/xorg.conf-4" ] && srcxconf="/etc/X11/xorg.conf-4" - [ "${srcxconf}" = "" -a -f "/etc/X11/xorg.conf" ] && srcxconf="/etc/X11/xorg.conf" - [ "${srcxconf}" = "" -a -f "/etc/xorg.conf" ] && srcxconf="/etc/xorg.conf" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/etc/X11/xorg.conf.${hostname}" ] && srcxconf="/usr/X11R6/etc/X11/xorg.conf.${hostname}" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/etc/X11/xorg.conf-4" ] && srcxconf="/usr/X11R6/etc/X11/xorg.conf-4" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/etc/X11/xorg.conf" ] && srcxconf="/usr/X11R6/etc/X11/xorg.conf" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/lib/X11/xorg.conf.${hostname}" ] && srcxconf="/usr/X11R6/lib/X11/xorg.conf.${hostname}" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/lib/X11/xorg.conf-4" ] && srcxconf="/usr/X11R6/lib/X11/xorg.conf-4" - [ "${srcxconf}" = "" -a -f "/usr/X11R6/lib/X11/xorg.conf" ] && srcxconf="/usr/X11R6/lib/X11/xorg.conf" - - # Xfree86 locations - [ "${srcxconf}" = "" -a -f "/etc/X11/XF86Config-4" ] && srcxconf="/etc/X11/XF86Config-4" - [ "${srcxconf}" = "" -a -f "/etc/X11/XF86Config" ] && srcxconf="/etc/X11/XF86Config" - - - if [ "${srcxconf}" = "" ] ; then - return 0 - fi - - currsection="" - cat "${srcxconf}" | - while read i1 i2 i3 i4 ; do - # Strip "\"" from I2 - i2="${i2#\"}" ; i2="${i2%\"}" - - case "${i1}" in - \#*) - continue - ;; - 'Section') - currsection="${i2}" - ;; - 'EndSection') - currsection="" - ;; - 'FontPath') - [ "$currsection" = "Files" ] && echo "${i2%:unscaled}" - ;; - esac - done | egrep -v -i "tcp/|tcp4/|tcp6/|unix/" - - return 0 -} - -get_fontlist_from_defoma() -{ - # Include Debian defoma font directory where relevant - if [ -d "/var/lib/defoma/x-ttcidfont-conf.d/dirs" ] ; then - find "/var/lib/defoma/x-ttcidfont-conf.d/dirs" -name fonts.dir | - while read i ; do echo "${i%/fonts.dir}" ; done - fi -} - -# Get list of system fonts -get_system_fontlist() -{ - ( - get_fontlist_from_defoma - - get_fontlist_from_xf86config - - # Getting font paths from XFS is mainly required for compatibilty to RedHat - get_fontlist_from_all_xfs_configs - - ## List all fonts in all locales installed on this machine - ( - # [ -d "/usr/share/fonts" ] && find /usr/share/fonts -name fonts.dir - find "${XPROJECTROOT}/lib/X11/fonts" -name fonts.dir ! -size 1w - ) | - while read i ; do echo "${i%/fonts.dir}" ; done - ) | sort -u -} - -# Filter fonts per given extended regular expressions -# (and make sure we filter any model-config fonts - they are managed by Xprt internally) -filter_fontlist() -{ - egrep -- "${1}" | fgrep -v "/models/" | egrep -v -- "${2}" -} - -# Filter font paths with unsupported font types -# (such as CID fonts) -filter_unsupported_fonts() -{ - egrep -v -i "/cid(/$|$)|/csl(/$|$)" -} - -# Validate fontpath -# Only return valid font path entries (note that these entries may -# include non-file stuff like font server references) -validate_fontlist() -{ - while read i ; do - case "${i}" in - # Check if font path entry is a font server... - tcp/''*|tcp4/''*|tcp6/''*|unix/''*) - echo "${i}" - ;; - # ... if not check if the path is accessible - # and has a valid "fonts.dir" index - *) - [ -f "${i}/fonts.dir" ] && echo "${i}" - ;; - esac - done -} - -# Build a comma-seperated list of fonts (font path) from a list of fonts -fontlist2fontpath() -{ - fp="" - read fp; - while read i ; do - fp="${fp},${i}" - done - - echo "$fp" -} - -# Build a list (one item per line) of fonts from a font path -fontpath2fontlist() -{ - while read i ; do - echo "${i}" | tr "," "\n" - done -} - -# Sort scaleable fonts (PS Type1 and TrueType) first in a font list -sort_scaleable_fonts_first() -{ - i="$(fontlist2fontpath)" - # First list PS Type1 fonts... - echo "${i}" | fontpath2fontlist | fgrep "/Type1" - # ... then TrueType fonts ... - echo "${i}" | fontpath2fontlist | egrep -i "/TrueType|/TT(/$|$)|/TTF(/$|$)" - # ... then all others - echo "${i}" | fontpath2fontlist | egrep -v -i "/Type1|/TrueType|/TT(/$|$)|/TTF(/$|$)" -} - -# Check if a X display is used by a Xserver or not -# Known bugs: -# - there is no way in plain bourne shell or bash (see comment about ksh93 -# below) to test if a Xserver sits only on a socket and not on a pipe -# - some Xserver's don't cleanup their stuff in /tmp on exit which may end -# in the problem that we don't detect possible free display numbers -# (one problem is that only ksh93 can do stuff like -# "cat "${lastdisplaynumreturned_store}" - return 0 - fi - done - - # Using "magic" value of 189 here due lack of a better solution - echo "189" - echo "189" >"${lastdisplaynumreturned_store}" - return 0 -} - -# Check if a process exists or not -pexists() -{ - [ "$1" = "" ] && return 1; - - # Use of /proc would be better but not all platforms (like AIX) have procfs - [ "$(ps -p $1 | fgrep $1)" != "" ] && return 0; - return 1 -} - -# Check if there is a spooler running... -is_spooler_running() -{ - # This covers Linux lpd, CUPS, Solaris and AIX 4.x - but what about - # AIX 5.x, HP-UX and IRIX ? - - [ "$(ps -A | egrep 'lpd|lpsched|cupsd|qdaemon' | fgrep -v 'grep')" != "" ] && return 0; - return 1 -} - -# Wait until the spooler system has been started (but not more than 30secs) -wait_for_print_spooler() -{ - for i in 1 2 3 4 5 6 7 8 9 10 ; do - is_spooler_running && return 0; - sleep 3 - done - - return 0 -} - -lock_server_registry() -{ - lock_counter=0 # counts in 1/100s - waiting_for_lock_msg_send="false" - while ! mkdir "${XP_SERVERS}.lock" 2>/dev/null ; do - # print notice after 2 seconds - if [ ${lock_counter} -gt 200 -a "${waiting_for_lock_msg_send}" != "true" ] ; then - echo "${0}: waiting for lock(=${XP_SERVERS}.lock)..." - waiting_for_lock_msg_send="true" - fi - - # tread the lock as "broken" after 20 seconds - if [ ${lock_counter} -gt 2000 ] ; then - echo "${0}: WARNING: lock timeout for lock(=${XP_SERVERS}.lock)." - return 0 - fi - - if [ -x /bin/usleep ] ; then - /bin/usleep 200000 - lock_counter=$((${lock_counter} + 20)) # 20/100s - else - sleep 1 - lock_counter=$((${lock_counter} + 100)) # 100/100s - fi - done -} - -unlock_server_registry() -{ - rmdir "${XP_SERVERS}.lock" -} - -# Kill dead registry locks (silently!) -kill_dead_registry_locks() -{ - rm -Rf "${XP_SERVERS}.lock" -} - -# Start Xprint servers -start_servers() -{ - # Write registry "intro" ... - lock_server_registry - echo "# Xprint server list" >>"${XP_SERVERS}" - echo "# File is for private use for ${0}." >>"${XP_SERVERS}" - echo "# Do not edit, rely on the content or file format." >>"${XP_SERVERS}" - unlock_server_registry - - hostname="$(hostname)" - - default_fontpath="$(get_system_fontlist | fontlist2fontpath)" - default_fontpath_acceptpattern=".*"; - default_fontpath_rejectpattern="_No_Match_"; # Match nothing - - curr=0 - while [ $curr -lt $num_xpstart ] ; do - if [ "${xpstart_remote_server[$curr]}" != "" ] ; then - # Remote Xprt, just put the entry into the registry - lock_server_registry - echo "display=${xpstart_remote_server[$curr]}" >>"${XP_SERVERS}" - unlock_server_registry - else - # Run block in seperate process to avoid that changes to the - # xpstart_* variables affect the next cycle - ( - # Use defaults if there are no special options - [ "${xpstart_fontpath[$curr]}" = "" ] && xpstart_fontpath[$curr]="${default_fontpath}"; - [ "${xpstart_fontpath_acceptpattern[$curr]}" = "" ] && xpstart_fontpath_acceptpattern[$curr]="$default_fontpath_acceptpattern"; - [ "${xpstart_fontpath_rejectpattern[$curr]}" = "" ] && xpstart_fontpath_rejectpattern[$curr]="$default_fontpath_rejectpattern"; - [ "${xpstart_displayid[$curr]}" = "" ] && xpstart_displayid[$curr]="$(FindFreeXDisplayNum)" - [ "${xpstart_logger[$curr]}" = "" ] && xpstart_logger[$curr]="logger -p lpr.notice -t Xprt_${xpstart_displayid[$curr]}"; - [ "${xpstart_logfile[$curr]}" = "" ] && xpstart_logfile[$curr]="/dev/null"; - [ "${xpstart_xprt_binary[$curr]}" = "" ] && xpstart_xprt_binary[$curr]="${XPRT_BIN}"; - if [ "${xpstart_xprt_binary[$curr]}" = "/usr/openwin/bin/Xprt" -o "$(uname -s)" = "SunOS" ] ; then - # Solaris /usr/openwin/bin/Xprt does not support "-nolisten tcp" - # yet nor is it possible to run a Xserver on a unix socket only - # in Solaris since access to the unix domain sockets in - # /tmp/.X11-pipe and /tmp/.X11-unix is restricted to applications - # with group-id "root" (e.g. the Xprt server would need to be - # setgid "root" that plain users can start it listening on a unix - # socket only) - [ "${xpstart_options[$curr]}" = "" ] && xpstart_options[$curr]="-ac -pn" - else - [ "${xpstart_options[$curr]}" = "" ] && xpstart_options[$curr]="-ac -pn -nolisten tcp" - fi - - # Check if the Xprt binary is available - if [ ! -x "${xpstart_xprt_binary[$curr]}" ] ; then - error_echo "Can't find \"${xpstart_xprt_binary[$curr]}\"." - exit 1 # exit block - fi - - # Verify and set location of font encodings directory file - if [ "${xpstart_font_encodings_dir[$curr]}" = "" ] ; then - if [ -f "${XPROJECTROOT}/lib/X11/fonts/xf86encodings/encodings.dir" ] ; then - xpstart_font_encodings_dir[$curr]="${XPROJECTROOT}/lib/X11/fonts/xf86encodings/encodings.dir" - else - xpstart_font_encodings_dir[$curr]="${XPROJECTROOT}/lib/X11/fonts/encodings/encodings.dir"; - fi - fi - - unset FONT_ENCODINGS_DIRECTORY - if [ ! -f "${xpstart_font_encodings_dir[$curr]}" ] ; then - warning_echo "Can't find \"${xpstart_font_encodings_dir[$curr]}\", TrueType font support may not work." - fi - - export FONT_ENCODINGS_DIRECTORY="${xpstart_font_encodings_dir[$curr]}" - - # Generate font path (containing only valid font path elements) - # from input font path and filter expressions - curr_fp=$(echo "${xpstart_fontpath[$curr]}" | - fontpath2fontlist | - filter_fontlist "${xpstart_fontpath_acceptpattern[$curr]}" "${xpstart_fontpath_rejectpattern[$curr]}" | - filter_unsupported_fonts | - sort_scaleable_fonts_first | - validate_fontlist | - fontlist2fontpath) - - # Set Xserver auditing level option - unset curr_audit - if [ "${xpstart_auditlevel[$curr]}" != "" ] ; then - curr_audit="-audit ${xpstart_auditlevel[$curr]}" - fi - - # Set Xprt -XpFile option - unset curr_xpfile - if [ "${xpstart_xpfile[$curr]}" != "" ] ; then - curr_xpfile="-XpFile ${xpstart_xpfile[$curr]}" - fi - - # Set custom XPCONFIGDIR (if there is one) - unset XPCONFIGDIR - if [ "${xpstart_xpconfigdir[$curr]}" != "" ] ; then - export XPCONFIGDIR="${xpstart_xpconfigdir[$curr]}" - fi - - # If someone uses "-nolisten tcp" make sure we do not add a hostname to force local transport - if [ "$(echo "${xpstart_options[$curr]}" | egrep "nolisten.*tcp")" != "" ] ; then - xp_display=":${xpstart_displayid[$curr]}" - else - xp_display="${hostname}:${xpstart_displayid[$curr]}" - fi - - ( - ( - "${xpstart_xprt_binary[$curr]}" ${xpstart_options[$curr]} ${curr_xpfile} ${curr_audit} -fp ${curr_fp} :${xpstart_displayid[$curr]} & - - - - - server_pid="$!" - - # Append the new server to the registry - lock_server_registry - echo "display=${xp_display} display_id=${xpstart_displayid[$curr]} pid=${server_pid}" >>"${XP_SERVERS}" - unlock_server_registry - - wait - echo "Xprint server pid=${server_pid} done, exitcode=$?." - - # Remove the dead server from the registry - # (only if the registry still exists - if /etc/init.d/xprint stop" gets called the registry - # will be removed - and we should not re-create it afterwards...) - lock_server_registry - if [ -f "${XP_SERVERS}" ] ; then - x="$(cat "${XP_SERVERS}")" # Store content of file "${XP_SERVERS}" in var "x" - echo "${x}" | fgrep -v "display_id=${xpstart_displayid[$curr]} pid=${server_pid}" >"${XP_SERVERS}" - fi - unlock_server_registry - ) 2>&1 | while read i ; do echo "$i" | tee -a "${xpstart_logfile[$curr]}" | ${xpstart_logger[$curr]} ; done - ) & - ) - fi - - curr=$(($curr + 1)) - done - - # Remove tmp. file created by |FindFreeXDisplayNum()| - rm -f "${lastdisplaynumreturned_store}" - - # Done. - lock_server_registry - echo "# EOF." >>"${XP_SERVERS}" - unlock_server_registry - return 0 -} - - -# Convenience function to check setup and start Xprt server(s) -do_start() -{ - if [ -f "${XP_SERVERS}" ] ; then - numservers="$(do_get_xpserverlist | wc -l)" - if [ ${numservers} -gt 0 ] ; then - verbose_echo "Xprint servers are already running." - return 0 - else - verbose_echo "Old server registry found, cleaning-up..." - do_stop - fi - fi - - # Check if we can write the registry file - touch "${XP_SERVERS}" 2>/dev/null - if [ ! -f "${XP_SERVERS}" ] ; then - error_echo "Cannot create \"${XP_SERVERS}\"." - # exit code 4 = user had insufficient privilege (LSB) - exit 4 - fi - - if ! setup_config ; then - error_echo "setup_config failed." - exit 1 - fi - - # Provide two paths here - one which simply starts the Xprt servers, - # assuming that there is a print spooler already running (or that - # ${XPCONFIG}/C/print/Xprinters provides static print queue entries - # (like for the PSspooldir print model)) and a 2nd path which - # explicitly checks if the print queue daemons are running - if true ; then - start "$startxprint" - start_servers - ok $? - else - # Continue in the background if there is no spooler running yet (that - # we don't hold off the boot process nor run in a possible race-condition - # when /etc/init.d/lpd was not called yet but the runlevel script waits - # for us to finish first ... - if is_spooler_running ; then - start "$startxprint" - start_servers - ok $? - else - msg "Starting Xprint servers (in the background): Xprt." - (wait_for_print_spooler ; start_servers) & - sleep 5 - fi - fi - - if [ "${CURRLOGNAME}" = "root" -a -d /var/lock/subsys/ ] ; then - touch /var/lock/subsys/xprint - fi -} - -# Convenience function to stop Xprt server(s) -do_stop() -{ - stop "$stopxprint" - - lock_server_registry - if [ -f "${XP_SERVERS}" ] ; then - reglist="$(cat "${XP_SERVERS}")" - rm -f "${XP_SERVERS}" - fi - unlock_server_registry - - if [ "${reglist}" != "" ] ; then - echo "${reglist}" | - grep "^display=.*:.* pid=[0-9]*$" | - while read i ; do - ( - eval ${i} - if pexists ${pid} ; then - kill ${pid} - fi - - # Remove the X sockets/pipes which are not in use anymore - # (It would be better if the Xservers would cleanup this - # automatically, but most Xservers do not do that... ;-( - # Note that this will not work on Solaris where applications - # must run with groupid="root" if they want to write into - # /tmp/.X11-unix/ and/or /tmp/.X11-pipe/) - if [ "${display_id}" != "" ] ; then - rm -f "/tmp/.X${display_id}-lock" 2>/dev/null - rm -f "/tmp/.X11-unix/X${display_id}" 2>/dev/null - rm -f "/tmp/.X11-pipe/X${display_id}" 2>/dev/null - fi - ) - done - fi - - if [ "${CURRLOGNAME}" = "root" -a -d /var/lock/subsys/ ] ; then - rm -f /var/lock/subsys/xprint - fi - - # Remove any outstanding (dead) locks and cleanup - rm -f "${XP_SERVERS}" - kill_dead_registry_locks - ok $? -} - -# Convenience function to obtain a list of available Xprint servers -do_get_xpserverlist() -{ - if [ -f "${XP_PER_USER_SERVERS}" -o -f "${XP_GLOBAL_SERVERS}" ] ; then - xpserverlist=$( - # Enumerate both per-user and global servers (in that order) - ( - [ -f "${XP_PER_USER_SERVERS}" ] && cat "${XP_PER_USER_SERVERS}" - [ -f "${XP_GLOBAL_SERVERS}" ] && cat "${XP_GLOBAL_SERVERS}" - ) | - egrep "^display=.*:.* pid=[0-9]*$|^display=.*:[0-9]*$" | - while read i ; do - ( - pid="none" - eval ${i} - # Check if the Xprt process exists (if possible) - if [ "$pid" != "none" ] ; then - if pexists ${pid} ; then - echo ${display} - fi - else - echo ${display} - fi - ) - done | tr "[\n]" " " - ) - # Only produce output if we have some entries... - [ "${xpserverlist}" != "" ] && echo "${xpserverlist}" - fi -} - -do_restart() -{ - msg "Restarting Xprint server(s): Xprt." - do_stop - sleep 1 - do_start -} - -do_diag() -{ - echo "##### Diag start $(date)." - - # General info - echo "## General info start." - ( - echo "PATH=\"${PATH}\"" - echo "TZ=\"${TZ}\"" - echo "LANG=\"${LANG}\"" - echo "uname -a=\"$(uname -a)\"" - echo "uname -s=\"$(uname -s)\"" - echo "uname -p=\"$(uname -p)\"" - echo "uname -i=\"$(uname -i)\"" - echo "uname -m=\"$(uname -m)\"" - echo "has /etc/SuSE-release ... $([ -f "/etc/SuSE-release" ] && echo "yes" || echo "no")" - echo "has /etc/redhat-release ... $([ -f "/etc/redhat-release" ] && echo "yes" || echo "no")" - echo "has /etc/debian_version ... $([ -f "/etc/debian_version" ] && echo "yes" || echo "no")" - echo "how many Xprt servers are running ...$(ps -ef | fgrep Xprt | fgrep -v "grep" | wc -l)" - ) 2>&1 | while read i ; do echo " $i" ; done - echo "## General info end." - - # Testing font paths - echo "## Testing font paths start." - ( - get_system_fontlist | - filter_unsupported_fonts | - sort_scaleable_fonts_first | - validate_fontlist | while read d ; do - echo "#### Testing \"${d}\" ..." - if [ ! -d "$d" ] ; then - echo "# Error: $d does not exists." - continue - fi - if [ ! -r "$d" ] ; then - echo "# Error: $d not readable." - continue - fi - if [ ! -f "${d}/fonts.dir" ] ; then - echo "# Error: ${d}/fonts.dir not found." - continue - else - if [ ! -r "${d}/fonts.dir" ] ; then - echo "# Error: ${d}/fonts.dir not readable." - continue - fi - fi - if [ -f "${d}/fonts.alias" ] ; then - if [ ! -r "${d}/fonts.alias" ] ; then - echo "# Error: ${d}/fonts.alias not readable." - fi - fi - - if [ "$(cat "${d}/fonts.dir" | fgrep 'cursor')" != "" ] ; then - echo "${d}/fonts.dir has cursor font." - fi - if [ "$(cat "${d}/fonts.dir" | fgrep 'fixed')" != "" ] ; then - echo "${d}/fonts.dir has fixed font." - fi - - if [ -r "${d}/fonts.alias" ] ; then - if [ "$(cat "${d}/fonts.alias" | fgrep 'cursor')" != "" ] ; then - echo "${d}/fonts.alias has cursor font." - fi - if [ "$(cat "${d}/fonts.alias" | fgrep 'fixed')" != "" ] ; then - echo "${d}/fonts.alias has fixed font." - fi - fi - - linenum=0 - cat "${d}/fonts.dir" | while read i1 i2 i3 i4 ; do - linenum=$((${linenum} + 1)) - [ ${linenum} -eq 1 ] && continue - - if [ ! -f "${d}/${i1}" ] ; then - echo "ERROR: ${d}/fonts.dir line ${linenum} has non-exististant font \"${i1}\" (=\"${i1} ${i2} ${i3} ${i4}\")" - fi - done - done - ) 2>&1 | while read i ; do echo " $i" ; done - echo "## Testing font paths end." - - echo "##### Diag End $(date)." -} - -# Set platform-defaults for setup_config() -setup_config_defaults() -{ - curr_num_xpstart="${1}" - - #### Defaults for Linux/Solaris - # Start Xprt using builtin XPCONFIGDIR at a free display numer - # (Solaris(=SunOS5.x)'s /usr/openwin/bin/Xprt supports TrueType fonts, - # therefore we don't need to filter them) - xpstart_fontpath[${curr_num_xpstart}]=""; - xpstart_fontpath_acceptpattern[${curr_num_xpstart}]=".*"; - xpstart_fontpath_rejectpattern[${curr_num_xpstart}]="/Speedo|/F3bitmaps|/F3"; - xpstart_displayid[${curr_num_xpstart}]=""; - xpstart_xpconfigdir[${curr_num_xpstart}]=""; - xpstart_xpfile[${curr_num_xpstart}]=""; - xpstart_auditlevel[${curr_num_xpstart}]="4"; - xpstart_options[${curr_num_xpstart}]=""; - xpstart_logger[${curr_num_xpstart}]=""; - # Check whether we have /dev/stderr (needed for old AIX + old Debian) - if [ -w "/dev/stderr" ] ; then - xpstart_logfile[${curr_num_xpstart}]="/dev/stderr"; - else - xpstart_logfile[${curr_num_xpstart}]="/dev/tty"; - fi - xpstart_xprt_binary[${curr_num_xpstart}]=""; - - # Custom rules for the GISWxprintglue package on Solaris - # (which uses Solaris's /usr/openwin/bin/Xprt but a custom config) - if [ "${XPCUSTOMGLUE}" = "GISWxprintglue" ] ; then - xpstart_xpconfigdir[${curr_num_xpstart}]="/opt/GISWxprintglue/server/etc/XpConfig" - xpstart_xprt_binary[${curr_num_xpstart}]="/usr/openwin/bin/Xprt" - fi - # Custom rules for the GISWxprint package on Solaris - # (which uses both it's own Xprt and a custom config) - if [ "${XPCUSTOMGLUE}" = "GISWxprint" ] ; then - xpstart_xpconfigdir[${curr_num_xpstart}]="/opt/GISWxprint/server/etc/XpConfig" - xpstart_xprt_binary[${curr_num_xpstart}]="/opt/GISWxprint/bin/Xprt" - xpstart_font_encodings_dir[${curr_num_xpstart}]="/opt/GISWxprint/lib/X11/fonts/encodings/encodings.dir" - fi - - ####################################################### - ### - ### Debian Xprint package default configuration - ### - if [ "${XPCUSTOMGLUE}" = "DebianGlue" ] ; then - # Set XPCONFIGDIR=/usr/share/Xprint/xserver - xpstart_xpconfigdir[${curr_num_xpstart}]="/usr/share/Xprint/xserver"; - - # Use fixed display ID (":64"), or else all client programs will have to be - # restarted simply to update XPSERVERLIST to the latest ID when upgrading, - # which would be a nightmare. - xpstart_displayid[${curr_num_xpstart}]=64; - - # Do not send any messages to console - xpstart_logfile[${curr_num_xpstart}]="/dev/null"; - - # By default use binary provided by Debian's "xprt-xprintorg" package - # (=/usr/bin/Xprt), otherwise leave blank (e.g. use script's default - # (=/usr/X11R6/bin/Xprt)) - if [ -x "/usr/bin/Xprt" ] ; then - xpstart_xprt_binary[${curr_num_xpstart}]="/usr/bin/Xprt"; - fi - fi - ### - ### End Debian default configuration - ### - ####################################################### -} - -fetch_etc_initd_xprint_envvars() -{ - curr_num_xpstart="${1}" - - ## Process some $ETC_INITD_XPRINT_* vars after all which may be used by - # a user to override the hardcoded values here when starting Xprt per-user - # (a more flexible way is to provide an own setup config script in - # "~./Xprint_per_user_startup" - see above) - if [ "${ETC_INITD_XPRINT_XPRT_PATH}" != "" ] ; then - xpstart_xprt_binary[${curr_num_xpstart}]="${ETC_INITD_XPRINT_XPRT_PATH}" - fi - if [ "${ETC_INITD_XPRINT_XPCONFIGDIR}" != "" ] ; then - xpstart_xpconfigdir[${curr_num_xpstart}]="${ETC_INITD_XPRINT_XPCONFIGDIR}" - fi - if [ "${ETC_INITD_XPRINT_XPFILE}" != "" ] ; then - xpstart_xpfile[${curr_num_xpstart}]="${ETC_INITD_XPRINT_XPFILE}" - fi - if [ "${ETC_INITD_XPRINT_LOGFILE}" != "" ] ; then - xpstart_logfile[${curr_num_xpstart}]="${ETC_INITD_XPRINT_LOGFILE}" - fi - if [ "${ETC_INITD_XPRINT_DISPLAYID}" != "" ] ; then - xpstart_displayid[${curr_num_xpstart}]="${ETC_INITD_XPRINT_DISPLAYID}" - fi - if [ "${ETC_INITD_XPRINT_FONTPATH}" != "" ] ; then - xpstart_fontpath[${curr_num_xpstart}]="${ETC_INITD_XPRINT_FONTPATH}" - fi - if [ "${ETC_INITD_XPRINT_XPRT_OPTIONS}" != "" ] ; then - xpstart_options[${curr_num_xpstart}]="${ETC_INITD_XPRINT_XPRT_OPTIONS}" - fi - if [ "${ETC_INITD_XPRINT_AUDITLEVEL}" != "" ] ; then - xpstart_auditlevel[${curr_num_xpstart}]="${ETC_INITD_XPRINT_AUDITLEVEL}" - fi - if [ "${ETC_INITD_XPRINT_XF86ENCODINGSDIR}" != "" ] ; then - xpstart_font_encodings_dir[${curr_num_xpstart}]="${ETC_INITD_XPRINT_XF86ENCODINGSDIR}" - fi -} - -############################################################################ -# setup_config() sets the configuration parameters used to start one -# or more Xprint servers ("Xprt"). -# The following variables are used: -# - "num_xpstart" - number of servers to start -# - "xpstart_fontpath[index]" - custom font path. Leave blank if you want -# the platform-specific default -# - "xpstart_fontpath_acceptpattern[index]" - extended regular expression -# (see egrep(1)) used to filter the font path - items only pass this -# filter if they match the pattern (leave blank if you want to filter -# nothing) -# - "xpstart_fontpath_rejectpattern[index]" - extended regular expression -# (see egrep(1)) used to filter the font path - items only pass this -# filter if they do not match the pattern (leave blank if you want to -# filter nothing) -# - "xpstart_font_encodings_dir[index]" - location of "encodings.dir". -# Leave blank to use the default. -# - "xpstart_displayid[index]" - display id to use for the Xprint server -# (leave blank to choose the next available free display id) -# - "xpstart_xpconfigdir[index]" - value for custom XPCONFIGDIR (leave blank -# if you don not want that that XPCONFIGDIR is set at Xprt startup) -# - "xpstart_xpfile[index]" - value used for Xprt's "-XpFile" option (leave -# blank if you do not want to set this option) -# - "xpstart_auditlevel[index]" - set Xserver auditing level (leave blank to -# use no auditing) -# - "xpstart_options[index]" - set further Xprt options (leave blank to set -# no further options) -# - "xpstart_logger[index]" - utility which gets stderr/stdout messages from -# Xprt and sends them to a logging daemon. Leave blank to use /usr/bin/logger -# to send such messages to the lpr.notice syslog) -# - "xpstart_logfile[index]" - log file to append stderr/stdout messages from -# Xprt to. Leave blank to send messages to /dev/null -# - "xpstart_xprt_binary[index]" - set custom Xprt binary (leave blank to use -# the platform-specifc default) -setup_config() -{ - num_xpstart=0; - - if [ "${ETC_INITD_XPRINT_CUSTOM_SETUP_CONFIG}" != "" ] ; then - user_cfg="${ETC_INITD_XPRINT_CUSTOM_SETUP_CONFIG}" - else - user_cfg="${HOME}/.Xprint_per_user_startup" - fi - - # Source per-user ~/.Xprint_per_user_startup file if there is one - # (and do not use the script's defaults below) - if [ -r "${user_cfg}" ] ; then - # Define API version which should be checked by ${HOME}/.Xprint_per_user_startup - # ${HOME}/.Xprint_per_user_startup should bail-out if the version differ - etc_initd_xprint_api_version=2 - - # Source per-user settings script - . "${user_cfg}" - - # done with setting the config for per-user Xprt instances - return 0; - else - # Use /etc/init.d/xprint's builtin config - # Each entry should start with |setup_config_defaults| to pull the - # platform defaults and finish with |num_xpstart=$(($num_xpstart + 1))| - # to end the entry - - # Set platform-defaults - setup_config_defaults "${num_xpstart}" - - ## -- snip -- - - # Admins can put their stuff "in" here... - - ## -- snip -- - - # Override script's builtin values with those a user may set via the - # $ETC_INIITD_XPRINT_* env vars - fetch_etc_initd_xprint_envvars "${num_xpstart}" - - num_xpstart=$((${num_xpstart} + 1)) - - return 0; - fi - - #### Sample 1: - # # Start Xprt on a free display ID with custom XPCONFIGDIR and without - # # Speedo and TrueType fonts - # xpstart_fontpath_rejectpattern[$num_xpstart]="/Speedo|/TrueType|/TT(/$|$)|/TTF(/$|$)"; - # xpstart_xpconfigdir[$num_xpstart]="/home/gisburn/cwork/Xprint/Xprt_config/XpConfig"; - # xpstart_auditlevel[$num_xpstart]="4"; - # xpstart_options[$num_xpstart]="-ac -pn"; - #num_xpstart=$(($num_xpstart + 1)) - - - #### Sample 2: - # # Start Xprt without TrueType fonts on a display 55 with custom - # # XPCONFIGDIR - # xpstart_fontpath_rejectpattern[$num_xpstart]="/TrueType|/TT(/$|$)|/TTF(/$|$)"; - # xpstart_displayid[$num_xpstart]=55; - # xpstart_xpconfigdir[$num_xpstart]="/home/gisburn/cwork/Xprint/Xprt_config/XpConfig"; - # xpstart_auditlevel[$num_xpstart]=4; - # xpstart_options[$num_xpstart]="-ac -pn"; - #num_xpstart=$(($num_xpstart + 1)) - - #### Sample 3: - # # Start Xprt without TrueType fonts on a display 56 with custom - # # XPCONFIGDIR and alternate "Xprinters" file - # xpstart_fontpath_rejectpattern[$num_xpstart]="/TrueType|/TT(/$|$)|/TTF(/$|$)"; - # xpstart_displayid[$num_xpstart]=56; - # xpstart_xpconfigdir[$num_xpstart]="/etc/XpConfig/default"; - # xpstart_xpfile[$num_xpstart]="/etc/XpConfig/default/Xprinters_test2" - # xpstart_auditlevel[$num_xpstart]="4"; - # xpstart_options[$num_xpstart]="-ac -pn"; - # xpstart_xprt_binary[$num_xpstart]=""; - #num_xpstart=$(($num_xpstart + 1)) - - #### Sample 4: - # # Start Xprt with Solaris ISO-8859-7 (greek(="el") locale) fonts on - # # display 57 - # xpstart_fontpath[$num_xpstart]="/usr/openwin/lib/locale/iso_8859_7/X11/fonts/75dpi,/usr/openwin/lib/locale/iso_8859_7/X11/fonts/Type1,/usr/openwin/lib/X11/fonts/misc/"; - # xpstart_fontpath_acceptpattern[$num_xpstart]=""; - # xpstart_fontpath_rejectpattern[$num_xpstart]="_No_Match_"; - # xpstart_displayid[$num_xpstart]="57"; - # xpstart_auditlevel[$num_xpstart]="4"; - # xpstart_options[$num_xpstart]="-ac -pn"; - #num_xpstart=$(($num_xpstart + 1)) - - #### Sample 5: - # # Start Xprt with the font list of an existing Xserver (excluding Speedo fonts) on - # # display 58 - # # Note that this only works within a X session. At system boot time - # # there will be no $DISPLAY to fetch the information from!! - # xpstart_fontpath[$num_xpstart]="$(get_fontlist_from_display ${DISPLAY} | fontlist2fontpath)"; - # xpstart_fontpath_acceptpattern[$num_xpstart]=""; - # xpstart_fontpath_rejectpattern[$num_xpstart]=""; - # xpstart_displayid[$num_xpstart]="58"; - # xpstart_xpconfigdir[$num_xpstart]=""; - # xpstart_auditlevel[$num_xpstart]="4"; - # xpstart_options[$num_xpstart]="-ac -pn"; - # xpstart_xprt_binary[$num_xpstart]=""; - #num_xpstart=$(($num_xpstart + 1)) - - #### Sample 6: - # # List remote Xprt's here - # # (note that there is no test to check whether these DISPLAYs are valid!) - # xpstart_remote_server[$num_xpstart]="sera:12" ; num_xpstart=$(($num_xpstart + 1)) - # xpstart_remote_server[$num_xpstart]="gandalf:19" ; num_xpstart=$(($num_xpstart + 1)) -} - -############################################################################ - -# Main -case "$1" in - ## Start Xprint servers - 'start') - do_start - ;; - - ## Stop Xprint servers - # Note that this does _not_ kill Xprt instances started using this script - # by non-root users - 'stop') - do_stop - ;; - - ## Restart Xprint servers - 'restart'|'force-reload') - do_restart - ;; - - ## Reload configuration without stopping and restarting - 'reload') - # not supported - msg "reload not supported, use 'restart' or 'force-reload'" - exit 3 - ;; - - ## Restart Xprint only if it is already running - 'condrestart'|'try-restart') - # only restart if it is already running - [ -f /var/lock/subsys/xprint ] && do_restart || : - ;; - - ## Get list of all Xprint servers for this user - # (incl. per-user and system-wide instances) - 'get_xpserverlist') - do_get_xpserverlist - ;; - - ## Get status of Xprint servers, RedHat-style - 'status') - x="$(do_get_xpserverlist)" - if [ "${x}" != "" ] ; then - msg "Xprint (${x}) is running..." - exit 0 - else - msg "Xprint is stopped" - exit 3 - fi - ;; - - ## Wrapper - 'wrapper') - cmd="${2}" - [ "${cmd}" = "" ] && fatal_error "No command given." - shift ; shift - export XPSERVERLIST="$(do_get_xpserverlist)" - [ "${XPSERVERLIST}" = "" ] && fatal_error "No Xprint servers found." - exec "${cmd}" "$@" - ;; - - ## Wrapper for "xplsprinters" - 'lsprinters') - [ "${ETC_INITD_XPRINT_XPLSPRINTERS_PATH}" != "" ] && cmd="${ETC_INITD_XPRINT_XPLSPRINTERS_PATH}" - [ "${cmd}" = "" -a "${XPCUSTOMGLUE}" = "GISWxprintglue" ] && cmd="/opt/GISWxprintglue/bin/xplsprinters" - [ "${cmd}" = "" -a "${XPCUSTOMGLUE}" = "GISWxprint" ] && cmd="/opt/GISWxprint/bin/xplsprinters" - [ "${cmd}" = "" -a "${XPROJECTROOT}" != "" ] && cmd="${XPROJECTROOT}/bin/xplsprinters" - [ "${cmd}" = "" ] && cmd="xplsprinters" - - shift - export XPSERVERLIST="$(do_get_xpserverlist)" - [ "${XPSERVERLIST}" = "" ] && fatal_error "No Xprint servers found." - exec "${cmd}" "$@" - ;; - - ## Diagnostics - 'diag') - do_diag - ;; - - ## Print usage - *) - msg "Usage: $0 { start | stop | restart | reload | force-reload | status | condrestart | try-restart | wrapper | lsprinters | get_xpserverlist | diag }" - exit 2 -esac -exit 0 - -# EOF. diff --git a/source/x11/xorg-server/xfree86-Makefile.patch b/source/x11/xorg-server/xfree86-Makefile.patch deleted file mode 100644 index f2ca37a..0000000 --- a/source/x11/xorg-server/xfree86-Makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am -index ca452c6..01b9cf3 100644 ---- a/hw/xfree86/common/Makefile.am -+++ b/hw/xfree86/common/Makefile.am -@@ -51,7 +48,7 @@ sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \ - xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \ - xf86cmap.h xf86fbman.h xf86str.h xf86RAC.h xf86Xinput.h xisb.h \ - $(XVSDKINCS) xorgVersion.h \ -- xf86sbusBus.h xf86xv.h xf86xvmc.h xf86xvpriv.h -+ xf86sbusBus.h xf86xvpriv.h - - DISTCLEANFILES = xf86Build.h - CLEANFILES = $(BUILT_SOURCES) diff --git a/source/x11/xorg-server/xprint-rc-files-fix.patch b/source/x11/xorg-server/xprint-rc-files-fix.patch deleted file mode 100644 index 4040546..0000000 --- a/source/x11/xorg-server/xprint-rc-files-fix.patch +++ /dev/null @@ -1,118 +0,0 @@ -diff -Naur xorg-server-1.1.99.901.orig/hw/xprint/etc/init.d/xprint.cpp xorg-server-1.1.99.901/hw/xprint/etc/init.d/xprint.cpp ---- xorg-server-1.1.99.901.orig/hw/xprint/etc/init.d/xprint.cpp 2006-10-18 18:48:22.000000000 +0200 -+++ xorg-server-1.1.99.901/hw/xprint/etc/init.d/xprint.cpp 2006-10-18 18:50:28.000000000 +0200 -@@ -42,21 +42,21 @@ - XCOMM - XCOMM Usage: - XCOMM - Start Xprint server(s) manually: --XCOMM % /etc/init.d/xprint start -+XCOMM % /etc/rc.d/rc.xprint start - XCOMM - XCOMM - Stop Xprint server(s) manually: --XCOMM % /etc/init.d/xprint stop -+XCOMM % /etc/rc.d/rc.xprint stop - XCOMM - XCOMM - Populate $XPSERVERLIST env var (for example as part of a global - XCOMM login script like /etc/profile or per-user login scripts like - XCOMM $HOME/.profile (sh/ksh/bash)) --XCOMM % XPSERVERLIST="`/etc/init.d/xprint get_xpserverlist`" -+XCOMM % XPSERVERLIST="`/etc/rc.d/rc.xprint get_xpserverlist`" - XCOMM % export XPSERVERLIST - XCOMM - XCOMM Installation: --XCOMM Copy this script to /etc/init.d/xprint and make sure that it is -+XCOMM Copy this script to /etc/rc.d/rc.xprint and make sure that it is - XCOMM executable. If your installation is LSB-compliant, then run --XCOMM % /usr/lib/lsb/install_initd /etc/init.d/xprint -+XCOMM % /usr/lib/lsb/install_initd /etc/rc.d/rc.xprint - XCOMM to start the service on startup. Otherwise, manually create links - XCOMM to the matching run levels. - XCOMM Examples: -@@ -683,7 +683,7 @@ - echo "Xprint server pid=${server_pid} done, exitcode=$?." - - # Remove the dead server from the registry -- # (only if the registry still exists - if /etc/init.d/xprint stop" gets called the registry -+ # (only if the registry still exists - if /etc/rc.d/rc.xprint stop" gets called the registry - # will be removed - and we should not re-create it afterwards...) - lock_server_registry - if [ -f "${XP_SERVERS}" ] ; then -@@ -748,7 +748,7 @@ - else - # Continue in the background if there is no spooler running yet (that - # we don't hold off the boot process nor run in a possible race-condition -- # when /etc/init.d/lpd was not called yet but the runlevel script waits -+ # when /etc/rc.d/rc.lpd was not called yet but the runlevel script waits - # for us to finish first ... - if is_spooler_running ; then - msg "Starting Xprint servers: Xprt." -@@ -1098,7 +1098,7 @@ - # done with setting the config for per-user Xprt instances - return 0; - else -- # Use /etc/init.d/xprint's builtin config -+ # Use /etc/rc.d/rc.xprint's builtin config - # Each entry should start with |setup_config_defaults| to pull the - # platform defaults and finish with |num_xpstart=$(($num_xpstart + 1))| - # to end the entry -diff -Naur xorg-server-1.1.99.901.orig/hw/xprint/etc/profile.d/xprint.csh xorg-server-1.1.99.901/hw/xprint/etc/profile.d/xprint.csh ---- xorg-server-1.1.99.901.orig/hw/xprint/etc/profile.d/xprint.csh 2006-10-18 18:48:22.000000000 +0200 -+++ xorg-server-1.1.99.901/hw/xprint/etc/profile.d/xprint.csh 2006-10-18 18:48:49.000000000 +0200 -@@ -9,8 +9,8 @@ - # Obtain list of Xprint servers - # - --if ( -f /etc/init.d/xprint ) then -- setenv XPSERVERLIST "`/bin/sh /etc/init.d/xprint get_xpserverlist`" -+if ( -f /etc/rc.d/rc.xprint ) then -+ setenv XPSERVERLIST "`/bin/sh /etc/rc.d/xprint get_xpserverlist`" - endif - - # /etc/profile.d/xprint.csh ends here. -diff -Naur xorg-server-1.1.99.901.orig/hw/xprint/etc/profile.d/xprint.sh xorg-server-1.1.99.901/hw/xprint/etc/profile.d/xprint.sh ---- xorg-server-1.1.99.901.orig/hw/xprint/etc/profile.d/xprint.sh 2006-10-18 18:48:22.000000000 +0200 -+++ xorg-server-1.1.99.901/hw/xprint/etc/profile.d/xprint.sh 2006-10-18 18:49:09.000000000 +0200 -@@ -8,8 +8,8 @@ - # Obtain list of Xprint servers - # - --if [ -f "/etc/init.d/xprint" ] ; then -- XPSERVERLIST="`/bin/sh /etc/init.d/xprint get_xpserverlist`" -+if [ -f "/etc/rc.d/rc.xprint" ] ; then -+ XPSERVERLIST="`/bin/sh /etc/rc.d/rc.xprint get_xpserverlist`" - export XPSERVERLIST - fi - -diff -Naur xorg-server-1.1.99.901.orig/hw/xprint/etc/Xsession.d/92xprint-xpserverlist xorg-server-1.1.99.901/hw/xprint/etc/Xsession.d/92xprint-xpserverlist ---- xorg-server-1.1.99.901.orig/hw/xprint/etc/Xsession.d/92xprint-xpserverlist 2006-10-18 18:48:22.000000000 +0200 -+++ xorg-server-1.1.99.901/hw/xprint/etc/Xsession.d/92xprint-xpserverlist 2006-10-18 18:50:47.000000000 +0200 -@@ -22,8 +22,8 @@ - # Obtain list of Xprint servers - # - --if [ -x "/etc/init.d/xprint" ] ; then -- XPSERVERLIST="`/etc/init.d/xprint get_xpserverlist`" -+if [ -x "/etc/rc.d/rc.xprint" ] ; then -+ XPSERVERLIST="`/etc/rc.d/rc.xprint get_xpserverlist`" - export XPSERVERLIST - fi - -diff -Naur xorg-server-1.1.99.901.orig/hw/xprint/etc/Xsession.d/Makefile.am xorg-server-1.1.99.901/hw/xprint/etc/Xsession.d/Makefile.am ---- xorg-server-1.1.99.901.orig/hw/xprint/etc/Xsession.d/Makefile.am 2006-10-18 18:48:22.000000000 +0200 -+++ xorg-server-1.1.99.901/hw/xprint/etc/Xsession.d/Makefile.am 2006-10-18 18:50:56.000000000 +0200 -@@ -1,2 +1,2 @@ --xpcdir = $(sysconfdir)/X11/Xsession.d -+xpcdir = $(sysconfdir)/Xsession.d - dist_xpc_DATA = 92xprint-xpserverlist -diff -Naur xorg-server-1.1.99.901.orig/hw/xprint/etc/Xsession.d/Makefile.in xorg-server-1.1.99.901/hw/xprint/etc/Xsession.d/Makefile.in ---- xorg-server-1.1.99.901.orig/hw/xprint/etc/Xsession.d/Makefile.in 2006-10-18 18:48:22.000000000 +0200 -+++ xorg-server-1.1.99.901/hw/xprint/etc/Xsession.d/Makefile.in 2006-10-18 18:51:30.000000000 +0200 -@@ -518,7 +518,7 @@ - target_alias = @target_alias@ - xglmoduledir = @xglmoduledir@ - xpconfigdir = @xpconfigdir@ --xpcdir = $(sysconfdir)/X11/Xsession.d -+xpcdir = $(sysconfdir)/Xsession.d - dist_xpc_DATA = 92xprint-xpserverlist - all: all-am - From bouleetbil at frogdev.info Thu Sep 3 19:55:40 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 19:55:40 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-via is dead *replaces allready added Message-ID: <20090903175540.C7FEA11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=d6b9a2ab775d792333963c422c14d5119d6ec033 commit d6b9a2ab775d792333963c422c14d5119d6ec033 Author: bouleetbil Date: Thu Sep 3 19:43:25 2009 +0200 xf86-video-via is dead *replaces allready added diff --git a/source/x11/xf86-video-via/FrugalBuild b/source/x11/xf86-video-via/FrugalBuild deleted file mode 100644 index eb96b11..0000000 --- a/source/x11/xf86-video-via/FrugalBuild +++ /dev/null @@ -1,16 +0,0 @@ -# Compiling Time: 0.12 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-video-via -pkgver=0.2.2 -pkgrel=4 -pkgdesc="X.Org video driver for via cards" -url="http://xorg.freedesktop.org" -groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64') -depends=('xorg-server>=1.4.0.90') -makedepends=('randrproto' 'libxvmc' 'xf86driproto' 'glproto') -Finclude xorg -sha1sums=('34297439a05d054b343df407e86b6bd7d1cece97') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 19:56:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 19:56:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-vga is dead *replaces allready added Message-ID: <20090903175656.61BF111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=508aa8f927d23a08147ef546108fd8094c5f5be6 commit 508aa8f927d23a08147ef546108fd8094c5f5be6 Author: bouleetbil Date: Thu Sep 3 19:44:46 2009 +0200 xf86-video-vga is dead *replaces allready added diff --git a/source/x11/xf86-video-vga/FrugalBuild b/source/x11/xf86-video-vga/FrugalBuild deleted file mode 100644 index b9839ce..0000000 --- a/source/x11/xf86-video-vga/FrugalBuild +++ /dev/null @@ -1,18 +0,0 @@ -# Compiling Time: 0.02 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-video-vga -pkgver=4.1.0 -pkgrel=5 -pkgdesc="X.Org VGA driver" -url="http://xorg.freedesktop.org" -groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64' 'ppc') -depends=('xorg-server>=1.6.1-2') -makedepends=('xproto>=7.0.15' 'fontsproto' 'randrproto>1.3.0' 'renderproto' 'xextproto>=7.0.5') -Finclude xorg -source=($source git-1b4bf389.patch) -sha1sums=('a3b5562e5714d956647389cc8c089fac85d7177e' \ - 'a7c6220b83ebd3d3e87fb01bf96e161efe8d5c2c') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 19:58:11 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 19:58:11 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-cyrix migrate to geode *replaces allready added Message-ID: <20090903175811.05FAF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=62dd1df27a2949c6672330cf084c72ad836ca910 commit 62dd1df27a2949c6672330cf084c72ad836ca910 Author: bouleetbil Date: Thu Sep 3 19:45:58 2009 +0200 xf86-video-cyrix migrate to geode *replaces allready added diff --git a/source/x11/xf86-video-cyrix/FrugalBuild b/source/x11/xf86-video-cyrix/FrugalBuild deleted file mode 100644 index 6efd6cc..0000000 --- a/source/x11/xf86-video-cyrix/FrugalBuild +++ /dev/null @@ -1,16 +0,0 @@ -# Compiling Time: 0.04 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-video-cyrix -pkgver=1.1.0 -pkgrel=3 -pkgdesc="X.Org driver for Cyrix cards" -url="http://xorg.freedesktop.org" -groups=('x11' 'xorg-core' 'xorg-drivers') -archs=('i686' 'x86_64') -depends=('xorg-server>=1.4.0.90') -makedepends=('randrproto' 'renderproto' 'xf86dgaproto') -Finclude xorg -sha1sums=('e82a9384828ce3f43ea7d3623df76ffa17aa4813') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:31:00 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:31:00 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-mouse-1.4.0.27.gf292f23-2-i686 *added some replaces for dead packages Message-ID: <20090903183100.E63C611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=dcf2aeebd2dc1e4a88a4569274d32757697d9e1e commit dcf2aeebd2dc1e4a88a4569274d32757697d9e1e Author: bouleetbil Date: Thu Sep 3 20:18:48 2009 +0200 xf86-input-mouse-1.4.0.27.gf292f23-2-i686 *added some replaces for dead packages diff --git a/source/x11/xf86-input-mouse/FrugalBuild b/source/x11/xf86-input-mouse/FrugalBuild index 194cdf1..7f979a3 100644 --- a/source/x11/xf86-input-mouse/FrugalBuild +++ b/source/x11/xf86-input-mouse/FrugalBuild @@ -6,11 +6,15 @@ USE_DEVEL=${USE_DEVEL:-"y"} pkgname=xf86-input-mouse pkgver=1.4.0 Fuse $USE_DEVEL && pkgver=1.4.0.27.gf292f23 +pkgrel=2 pkgdesc="X.org Mouse input driver" Finclude xorg archs=(${archs[@]} 'ppc') sha1sums=('d16c09580a0a5deb1675874e914f616548859747') - +replaces=('xf86-input-calcomp' 'xf86-input-digitaledge' 'xf86-input-dmc' \ + 'xf86-input-dynapro' 'xf86-input-elo2300' 'xf86-input-jamstudio' \ + 'xf86-input-magellan' 'xf86-input-palmax' 'xf86-input-spaceorb' \ + 'xf86-input-summa' 'xf86-input-tek4957' 'xf86-input-ur98') if Fuse $USE_DEVEL; then unset source sha1sums _F_scm_type="git" From bouleetbil at frogdev.info Thu Sep 3 20:32:26 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:32:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-calcomp *dead package Message-ID: <20090903183226.DFC7F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=586b66f46cba212d634461c2aa8fe0a9c86527dd commit 586b66f46cba212d634461c2aa8fe0a9c86527dd Author: bouleetbil Date: Thu Sep 3 20:20:35 2009 +0200 xf86-input-calcomp *dead package diff --git a/source/x11/xf86-input-calcomp/FrugalBuild b/source/x11/xf86-input-calcomp/FrugalBuild deleted file mode 100644 index c7658f6..0000000 --- a/source/x11/xf86-input-calcomp/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-calcomp -pkgver=1.1.2 -Finclude xorg -source=($source git-931367e1.patch) -sha1sums=('6a6d33af370ae4416a20977d170b30a4ff8f9375' \ - '15d5e7a78656ee1d46190e292cafd6eccd45ca31') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:48:37 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:48:37 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-digitaledge *dead package Message-ID: <20090903184837.D5A6B11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=69357b7f0ec9d8559493793777ab827ac7a2729a commit 69357b7f0ec9d8559493793777ab827ac7a2729a Author: bouleetbil Date: Thu Sep 3 20:36:45 2009 +0200 xf86-input-digitaledge *dead package diff --git a/source/x11/xf86-input-digitaledge/FrugalBuild b/source/x11/xf86-input-digitaledge/FrugalBuild deleted file mode 100644 index 32a4d48..0000000 --- a/source/x11/xf86-input-digitaledge/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-digitaledge -pkgver=1.1.1 -pkgrel=1 -Finclude xorg -source=($source git-5e7b6ec4.patch) -sha1sums=('c8dcb950d54312b49427705d56be797f59f35bee' \ - '973d5c2d8f4e927e33434dcf48601cc91de859c6') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:49:14 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:49:14 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-dmc *dead package Message-ID: <20090903184914.48D0B11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4062cb3226bface7c777239370b646432641f0a4 commit 4062cb3226bface7c777239370b646432641f0a4 Author: bouleetbil Date: Thu Sep 3 20:37:25 2009 +0200 xf86-input-dmc *dead package diff --git a/source/x11/xf86-input-dmc/FrugalBuild b/source/x11/xf86-input-dmc/FrugalBuild deleted file mode 100644 index 1851a5c..0000000 --- a/source/x11/xf86-input-dmc/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-dmc -pkgver=1.1.2 -pkgrel=1 -Finclude xorg -source=($source git-4e3c2643.patch) -sha1sums=('650a4a70817ec4ed81fe29273def7dda10a848c6' \ - 'bd83eb549cd9c71bc43199fa26f82aa2e31731e3') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:50:17 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:50:17 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-dynapro *dead package Message-ID: <20090903185017.C100F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=4270ae7b06e3adc0a015ba1f48cbf93e752548bd commit 4270ae7b06e3adc0a015ba1f48cbf93e752548bd Author: bouleetbil Date: Thu Sep 3 20:38:06 2009 +0200 xf86-input-dynapro *dead package diff --git a/source/x11/xf86-input-dynapro/FrugalBuild b/source/x11/xf86-input-dynapro/FrugalBuild deleted file mode 100644 index 98060c7..0000000 --- a/source/x11/xf86-input-dynapro/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-dynapro -pkgver=1.1.2 -Finclude xorg -source=($source git-237ae0c8.patch) -sha1sums=('266778c3d3b6051c07d676814c1fb6436d91135e' \ - 'c4e25d24fdeeaea38ec5ce7ae873c11821184eb5') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:50:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:50:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-elo2300 *dead package Message-ID: <20090903185052.4B26211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e2bb97ad9ff0c21fce186b6500ca788217242921 commit e2bb97ad9ff0c21fce186b6500ca788217242921 Author: bouleetbil Date: Thu Sep 3 20:39:05 2009 +0200 xf86-input-elo2300 *dead package diff --git a/source/x11/xf86-input-elo2300/FrugalBuild b/source/x11/xf86-input-elo2300/FrugalBuild deleted file mode 100644 index 3b957c2..0000000 --- a/source/x11/xf86-input-elo2300/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-elo2300 -pkgver=1.1.2 -Finclude xorg -source=($source git-77d10116.patch) -sha1sums=('835487c688578ed8ef63d0660afcfafd38cd0276' \ - '498a818dba36068f3239735c76ed4edb98804012') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:51:31 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:51:31 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-jamstudio *dead package Message-ID: <20090903185131.97AAF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a9dbd2c566b5d655f8c7054cbfe4f464a0ae9df4 commit a9dbd2c566b5d655f8c7054cbfe4f464a0ae9df4 Author: bouleetbil Date: Thu Sep 3 20:39:39 2009 +0200 xf86-input-jamstudio *dead package diff --git a/source/x11/xf86-input-jamstudio/FrugalBuild b/source/x11/xf86-input-jamstudio/FrugalBuild deleted file mode 100644 index 7bac3b3..0000000 --- a/source/x11/xf86-input-jamstudio/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-jamstudio -pkgver=1.2.0 -pkgrel=1 -Finclude xorg -source=($source git-cbc4a590.patch) -sha1sums=('612fe414130068ce098b19cdea9639645f013a27' \ - '9102ccc49210065574f9598cd35803d402ffffe9') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:56:43 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:56:43 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-magellan *dead package Message-ID: <20090903185643.4E79011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=66b594032f9625b71983d4eefed32aed97d83eda commit 66b594032f9625b71983d4eefed32aed97d83eda Author: bouleetbil Date: Thu Sep 3 20:44:33 2009 +0200 xf86-input-magellan *dead package diff --git a/source/x11/xf86-input-magellan/FrugalBuild b/source/x11/xf86-input-magellan/FrugalBuild deleted file mode 100644 index 172d861..0000000 --- a/source/x11/xf86-input-magellan/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-magellan -pkgver=1.2.0 -Finclude xorg -source=($source git-fb553dd3.patch) -sha1sums=('fa5eb4e02991b7052026ad715452f9f4e374d291' \ - '73aa70de83b0a8e4b9c01fc5dbc65308c3e52ad6') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:57:26 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:57:26 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-palmax *dead package Message-ID: <20090903185726.E88DC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=97ca9f356883851dcb517d803b3d1f341c001e5c commit 97ca9f356883851dcb517d803b3d1f341c001e5c Author: bouleetbil Date: Thu Sep 3 20:45:29 2009 +0200 xf86-input-palmax *dead package diff --git a/source/x11/xf86-input-palmax/FrugalBuild b/source/x11/xf86-input-palmax/FrugalBuild deleted file mode 100644 index d97dfd4..0000000 --- a/source/x11/xf86-input-palmax/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-palmax -pkgver=1.2.0 -pkgrel=1 -Finclude xorg -source=($source git-5f8c3d97.patch) -sha1sums=('a79eaf8760ff1469810aadf90b69721eb7ac5b2d' \ - 'c2d4ad2fb8705351fa6ea962a14a27bd76cb3e20') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:58:10 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:58:10 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-spaceorb *dead package Message-ID: <20090903185810.137D011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=dba075c546dd9678145d0f9e3e396db8c3b72c1d commit dba075c546dd9678145d0f9e3e396db8c3b72c1d Author: bouleetbil Date: Thu Sep 3 20:46:22 2009 +0200 xf86-input-spaceorb *dead package diff --git a/source/x11/xf86-input-spaceorb/FrugalBuild b/source/x11/xf86-input-spaceorb/FrugalBuild deleted file mode 100644 index 65b498c..0000000 --- a/source/x11/xf86-input-spaceorb/FrugalBuild +++ /dev/null @@ -1,12 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-spaceorb -pkgver=1.1.1 -pkgrel=2 -Finclude xorg -source=($source git-a2c3a661.patch) -sha1sums=('202b835d37a367bc334d5388824bfc368ed94be8' \ - 'b7dc72fb0c923ca1ceeb65002d187f11610805e2') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:58:48 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:58:48 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-summa *dead package Message-ID: <20090903185848.59CE611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=694c7b17d2078015da8b58d1f912ea8e391640de commit 694c7b17d2078015da8b58d1f912ea8e391640de Author: bouleetbil Date: Thu Sep 3 20:46:58 2009 +0200 xf86-input-summa *dead package diff --git a/source/x11/xf86-input-summa/FrugalBuild b/source/x11/xf86-input-summa/FrugalBuild deleted file mode 100644 index 4b668f3..0000000 --- a/source/x11/xf86-input-summa/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-summa -pkgver=1.2.0 -pkgrel=1 -Finclude xorg -source=($source git-113c24d8.patch) -sha1sums=('f638a9c0e1235ce5412e9ac0e595a7e4612f46f3' \ - '3ac6d1a2da9319fbeed6c59b8af826e5d44e8925') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 20:59:32 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 20:59:32 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-tek4957 *dead package Message-ID: <20090903185932.3810E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=25bdf9917ec82262edf0508c79debb4b1e60c645 commit 25bdf9917ec82262edf0508c79debb4b1e60c645 Author: bouleetbil Date: Thu Sep 3 20:47:43 2009 +0200 xf86-input-tek4957 *dead package diff --git a/source/x11/xf86-input-tek4957/FrugalBuild b/source/x11/xf86-input-tek4957/FrugalBuild deleted file mode 100644 index b8c8b5c..0000000 --- a/source/x11/xf86-input-tek4957/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-tek4957 -pkgver=1.2.0 -pkgrel=1 -Finclude xorg -source=($source git-ea5d265d.patch) -sha1sums=('49928f8dea09cff5c401ee5b89c8dde30d206064' \ - 'b63c24048535fca9982e4f8990a3f420c0c89e7b') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 21:00:09 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 21:00:09 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-ur98 *dead package Message-ID: <20090903190009.892FE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=2aaea5d2a4b9dff77420487d543c1ffe1801852c commit 2aaea5d2a4b9dff77420487d543c1ffe1801852c Author: bouleetbil Date: Thu Sep 3 20:48:18 2009 +0200 xf86-input-ur98 *dead package diff --git a/source/x11/xf86-input-ur98/FrugalBuild b/source/x11/xf86-input-ur98/FrugalBuild deleted file mode 100644 index a085c24..0000000 --- a/source/x11/xf86-input-ur98/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-ur98 -pkgver=1.1.0 -pkgrel=4 -Finclude xorg -source=($source git-4250b814.patch) -sha1sums=('8070b10af5d91e941310499b75376603a0655f07' \ - '2afad64928a8a1ed40cd9c2d251648752e070a75') -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 21:03:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 21:03:52 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-keyboard-1.3.2.27.g158d33c-2-i686 *added some replaces for dead packages Message-ID: <20090903190352.6D50C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=1960dba559b5acb5ef1e549308ae4dff0ee36263 commit 1960dba559b5acb5ef1e549308ae4dff0ee36263 Author: bouleetbil Date: Thu Sep 3 20:51:55 2009 +0200 xf86-input-keyboard-1.3.2.27.g158d33c-2-i686 *added some replaces for dead packages diff --git a/source/x11/xf86-input-keyboard/FrugalBuild b/source/x11/xf86-input-keyboard/FrugalBuild index 03ae219..bd8e7a2 100644 --- a/source/x11/xf86-input-keyboard/FrugalBuild +++ b/source/x11/xf86-input-keyboard/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"y"} pkgname=xf86-input-keyboard pkgver=1.3.2 Fuse $USE_DEVEL && pkgver=1.3.2.27.g158d33c -pkgrel=1 +pkgrel=2 Finclude xorg archs=(${archs[@]} 'ppc') source=($source xkb-api.diff) @@ -18,6 +18,8 @@ if Fuse $USE_DEVEL; then Finclude scm makedepends=(${makedepends[@]} 'util-macros') fi +replaces=('xf86-input-magictouch' 'xf86-input-microtouch') + build() { if Fuse $USE_DEVEL; then From bouleetbil at frogdev.info Thu Sep 3 21:05:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 21:05:05 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-microtouch *dead package Message-ID: <20090903190505.835F111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=e341b15f8bc2d340cf4f81785d10de3c9d706f6e commit e341b15f8bc2d340cf4f81785d10de3c9d706f6e Author: bouleetbil Date: Thu Sep 3 20:53:13 2009 +0200 xf86-input-microtouch *dead package diff --git a/source/x11/xf86-input-microtouch/FrugalBuild b/source/x11/xf86-input-microtouch/FrugalBuild deleted file mode 100644 index 1cee8c8..0000000 --- a/source/x11/xf86-input-microtouch/FrugalBuild +++ /dev/null @@ -1,11 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-microtouch -pkgver=1.2.0 -Finclude xorg -source=($source git-c7778290.patch) -sha1sums=('f105f00662a6f5f35fdcbb2d04ae9b4dafc9e20a' \ - '1c87414f8b1b5dfa2049152ac061f17f9cb69fa2') - -# optimization OK From bouleetbil at frogdev.info Thu Sep 3 21:05:45 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Thu, 3 Sep 2009 21:05:45 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-input-magictouch *dead package Message-ID: <20090903190545.1CBBF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=eaa63aee3ad032229e3268138970c5da7e9cd10d commit eaa63aee3ad032229e3268138970c5da7e9cd10d Author: bouleetbil Date: Thu Sep 3 20:53:56 2009 +0200 xf86-input-magictouch *dead package diff --git a/source/x11/xf86-input-magictouch/FrugalBuild b/source/x11/xf86-input-magictouch/FrugalBuild deleted file mode 100644 index 57fe71c..0000000 --- a/source/x11/xf86-input-magictouch/FrugalBuild +++ /dev/null @@ -1,18 +0,0 @@ -# Compiling Time: 0.03 SBU -# Maintainer: Christian Hamar alias krix - -pkgname=xf86-input-magictouch -pkgver=1.0.0.5 -pkgrel=4 -Finclude xorg -source=($source git-7f90f6a6.patch git-bbd27423.patch \ - git-c616070c.patch git-0ab3a572.patch \ - git-2a6abb40.patch git-6dca5f57.patch) -sha1sums=('b93cd66d5a9f18a3756231176f4ff54a67c8b406' \ - 'd6fb7900292ad48c362a1636dbf6ddbd978c69f1' \ - '769721eee175ed18a3318a3a462e7388f76fc779' \ - 'f3a761ee9710ef6ab0d73d0f3c65e25e993216aa' \ - '23704f256e6a3e3b0297b494924aafb99f2b5e74' \ - '706963f6293e8e1cd87c4773ad3e2daa4e535326' \ - '17b52fb8b7c09f74f1358e6e2632bc9f40c44dcc') -# optimization OK From vmiklos at frugalware.org Fri Sep 4 15:19:57 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 4 Sep 2009 15:19:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: pacman-g2-3.7.4-2getorin1-i686 Message-ID: <20090904131957.C9CEC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=adb9aeaecdd62ba3ae4c9ee65aa6da5a91768a1f commit adb9aeaecdd62ba3ae4c9ee65aa6da5a91768a1f Author: Miklos Vajna Date: Fri Sep 4 15:19:15 2009 +0200 pacman-g2-3.7.4-2getorin1-i686 - default to stable diff --git a/source/base/pacman-g2/FrugalBuild b/source/base/pacman-g2/FrugalBuild index e6896ca..aef51ca 100644 --- a/source/base/pacman-g2/FrugalBuild +++ b/source/base/pacman-g2/FrugalBuild @@ -7,7 +7,7 @@ USE_MINIMAL=${USE_MINIMAL:-"n"} pkgname=pacman-g2 pkgver=3.7.4 Fuse $USE_DEVEL && pkgver=3.7.3.32.gedb838c -pkgrel=1 +pkgrel=2getorin1 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}) @@ -25,8 +25,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 vmiklos at frugalware.org Fri Sep 4 16:35:51 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 4 Sep 2009 16:35:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: pacman-g2-3.7.4-2getorin1-ppc Message-ID: <20090904143551.80B8111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=88eda3774ef77b37ac383597bb25cff7788c60a5 commit 88eda3774ef77b37ac383597bb25cff7788c60a5 Author: Miklos Vajna Date: Fri Sep 4 16:33:26 2009 +0200 pacman-g2-3.7.4-2getorin1-ppc - disable java on ppc for now diff --git a/source/base/pacman-g2/FrugalBuild b/source/base/pacman-g2/FrugalBuild index aef51ca..d9ace5d 100644 --- a/source/base/pacman-g2/FrugalBuild +++ b/source/base/pacman-g2/FrugalBuild @@ -41,6 +41,7 @@ build() Fsed '\(^AC_INIT(.*, \)[0-9\.]\+\(, .*\)' "\1$pkgver\2/" configure.ac sh autogen.sh fi + [ "$CARCH" == "ppc" ] && Fconfopts="$Fconfopts --disable-java" CFLAGS=${CFLAGS/O2/O0} if Fuse $USE_MINIMAL; then From vmiklos at frugalware.org Fri Sep 4 16:39:10 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 4 Sep 2009 16:39:10 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: pacman-tools-1.1.8-2getorin1-i686 Message-ID: <20090904143910.57FA411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=9b049af770cfff3a60b054c6fefbe0a5af6d2f69 commit 9b049af770cfff3a60b054c6fefbe0a5af6d2f69 Author: Miklos Vajna Date: Fri Sep 4 16:36:57 2009 +0200 pacman-tools-1.1.8-2getorin1-i686 - default to stable diff --git a/source/devel/pacman-tools/FrugalBuild b/source/devel/pacman-tools/FrugalBuild index dbad5a4..1be76cc 100644 --- a/source/devel/pacman-tools/FrugalBuild +++ b/source/devel/pacman-tools/FrugalBuild @@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} pkgname=pacman-tools pkgver=1.1.8 Fuse $USE_DEVEL && pkgver=1.1.7.13.g544f9ab -pkgrel=1 +pkgrel=2getorin1 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' @@ -17,8 +17,8 @@ archs=('i686' 'x86_64' 'ppc') backup=(etc/repoman.conf etc/syncpkg{cd/c,d/d,d/ctl}config.py) up2date="Flasttar $url" if ! Fuse $USE_DEVEL; then - source=($url/$pkgname-$pkgver.tar.gz) - signatures=(${source[0]}.asc) + source=($url/$pkgname-$pkgver.tar.gz stable.diff) + signatures=(${source[0]}.asc '') else _F_scm_type="git" _F_scm_url="git://git.frugalware.org/pub/other/pacman-tools/pacman-tools" 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 vmiklos at frugalware.org Fri Sep 4 16:57:54 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Fri, 4 Sep 2009 16:57:54 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: fwsetup-1.0.4-3getorin1-i686 Message-ID: <20090904145754.1784A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=a695310397200c168ac300f25651f9cddfd140e0 commit a695310397200c168ac300f25651f9cddfd140e0 Author: Miklos Vajna Date: Fri Sep 4 16:56:43 2009 +0200 fwsetup-1.0.4-3getorin1-i686 - default to stable diff --git a/source/devel-extra/fwsetup/FrugalBuild b/source/devel-extra/fwsetup/FrugalBuild index b55c4ae..b1486d3 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=1.0.4 Fuse $USE_DEVEL && pkgver=0.8.8.9.gd348556 -pkgrel=2 +pkgrel=3getorin1 pkgdesc="Frugalware Setup" url="http://ftp.frugalware.org/pub/other/setup/" depends=() @@ -41,7 +41,7 @@ build() Funpack_scm make prepare fi - Fbuild --prefix=$Fprefix --repo=current --enable-usb --with-debug=gdb + Fbuild --prefix=$Fprefix --repo=stable --enable-usb } # optimization OK From bouleetbil at frogdev.info Fri Sep 4 23:45:03 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Fri, 4 Sep 2009 23:45:03 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg-server-1.6.99.900-1-i686 *version bump *don't use snapshot *dmx broken with libext *kdrive broken with xkb Message-ID: <20090904214503.91F8611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=871300182626cb2513ce7314ab29a64f6edc7857 commit 871300182626cb2513ce7314ab29a64f6edc7857 Author: bouleetbil Date: Fri Sep 4 23:44:36 2009 +0200 xorg-server-1.6.99.900-1-i686 *version bump *don't use snapshot *dmx broken with libext *kdrive broken with xkb diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index 8eb0829..7fa9f12 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -1,19 +1,19 @@ # Compiling Time: 6.34 SBU # Maintainer: Christian Hamar alias krix -USE_DEVEL=${USE_DEVEL:-"y"} -USE_ALLXSERVER=${USE_ALLXSERVER:-"n"} +USE_DEVEL=${USE_DEVEL:-"n"} +USE_KDRIVE=${USE_KDRIVE:-"n"} USE_HAL=${USE_HAL:-"y"} - +USE_SERVERDMX=${USE_SERVERDMX:-"n"} pkgname=xorg-server -pkgver=1.6.3.901 +pkgver=1.6.99.900 pkgrel=1 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') archs=('i686' 'x86_64' 'ppc') depends=('libxfont>=1.4.0' 'libx11>=1.2.99.901' 'xtrans>=1.2.3' 'libxau>=1.0.5' \ - 'libxext>=1.0.5-3' 'libxkbfile>=1.0.5' 'libxdmcp>=1.0.2-2' 'libxmu>=1.0.4-2' 'libxrender>=0.9.4-3' \ + 'libxext>=1.0.99.4-1' 'libxkbfile>=1.0.5' 'libxdmcp>=1.0.2-2' 'libxmu>=1.0.4-2' 'libxrender>=0.9.4-3' \ 'libxi>=1.2.1' 'freetype2' 'mesa>=7.4.2-4' 'font-cursor-misc>=1.0.0-3' 'font-misc-misc>=1.0.0-3' \ 'xbitmaps' 'xkeyboard-config>=1.6' 'iceauth>=1.0.2-3' 'rgb>=1.0.3' 'xauth>=1.0.3' 'xinit>=1.1.1' 'libxaw>=1.0.5' \ 'libxpm>=3.5.7-2' 'libxxf86misc>=1.0.1-3' 'libxxf86vm>=1.0.1-3' 'libxkbui>=1.0.2-2' 'liblbxutil>=1.0.1-4' \ @@ -40,7 +40,7 @@ Finclude sourceforge xorg source=(${source[@]} \ desktop) -sha1sums=('09e3d46178701ce76911553ee53309686822bb31' \ +sha1sums=('cf74a4759882e4baf33780e7cfd9466722f71918' \ '1456207203932404752e2519c5b7fe830a913cf4') if Fuse $USE_DEVEL; then @@ -53,13 +53,6 @@ if Fuse $USE_DEVEL; then fi -subpkgs=('libdri' 'libglx') -subdescs=('Dri library for XOrg.' \ - 'Glx library for XOrg.') -subdepends=('glibc' \ - 'glibc') -subgroups=('x11 xorg-core' 'x11 xorg-core') -subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') Fconfopts="${Fconfopts[@]} --disable-static \ @@ -97,38 +90,71 @@ else --disable-config-hal" fi +subpkgs=('libdri' 'libglx') +subdescs=('Dri library for XOrg.' \ + 'Glx library for XOrg.') +subdepends=('glibc' \ + 'glibc') +subgroups=('x11 xorg-core' 'x11 xorg-core') +subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') -if Fuse $USE_ALLXSERVER; then - subpkgs=(${subpkgs[@]} "$pkgname-dmx" "$pkgname-xephyr" \ +if Fuse $USE_KDRIVE; then + subpkgs=("${subpkgs[@]}" "$pkgname-xephyr" \ "$pkgname-fbdev" "$pkgname-sdl") - subdescs=(${subdescs[@]} \ - 'Distributed Multi-Head X server.' \ + subdescs=("${subdescs[@]}" \ 'KDrive xephyr X server' \ 'KDrive fbdev X server' \ 'KDrive sdl X server') - subdepends=(${subdepends[@]} 'libdmx libxcb libsm libxaw libxrender libxfixes libxfont>=1.3.1-2 libxi pixman libxres' \ + subdepends=("${subdepends[@]}" \ 'libxext libxfont>=1.3.1-2 pixman' \ 'libxfont>=1.3.1-2 libxau pixman libxdmcp' \ 'libxfont>=1.3.1-2 libxau pixman libxdmcp sdl') - subgroups=(${subgroups[@]} 'x11-extra' 'x11-extra' 'x11-extra' 'x11-extra') - subarchs=(${subarchs[@]} 'i686 x86_64 ppc' 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 x86_64 ppc') + subgroups=("${subgroups[@]}" 'x11-extra' 'x11-extra' 'x11-extra') + subarchs=("${subarchs[@]}" 'i686 !x86_64 !ppc' 'i686 !x86_64 !ppc' 'i686 x86_64 ppc') Fconfopts="${Fconfopts[@]} - --enable-dmx \ --enable-xephyr \ --enable-xsdl \ --enable-xvfb \ - --enaable-multibuffer \ --enable-kdrive" else Fconfopts="${Fconfopts[@]} - --disable-dmx \ --disable-xephyr \ --disable-xsdl \ --disable-xvfb \ - --disable-kdrive \ - --disable-multibuffer" + --disable-kdrive" +fi + +if Fuse $USE_SERVERDMX; then + subpkgs=("${subpkgs[@]}" "$pkgname-dmx") + subdescs=("${subdescs[@]}" 'Distributed Multi-Head X server.') + subdepends=("${subdepends[@]}" 'libdmx libxcb libsm libxaw libxrender libxfixes libxfont>=1.3.1-2 libxi pixman libxres') + subgroups=("${subgroups[@]}" 'x11-extra') + subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + Fconfopts="${Fconfopts[@]} + --enable-dmx \ + --enable-multibuffer" +else + Fconfopts="${Fconfopts[@]} + --disable-dmx \ + --disable-multibuffer" +fi + + +if Fuse $USE_SERVERDMX; then + subpkgs=("${subpkgs[@]}" "$pkgname-dmx") + subdescs=("${subdescs[@]}" 'Distributed Multi-Head X server.') + subdepends=("${subdepends[@]}" 'libdmx libxcb libsm libxaw libxrender libxfixes libxfont>=1.3.1-2 libxi pixman libxres') + subgroups=("${subgroups[@]}" 'x11-extra') + subarchs=("${subarchs[@]}" 'i686 x86_64 ppc') + Fconfopts="${Fconfopts[@]} + --enable-dmx \ + --enable-multibuffer" +else + Fconfopts="${Fconfopts[@]} + --disable-dmx \ + --disable-multibuffer" fi build() { @@ -157,12 +183,13 @@ build() { Fsplit libglx usr/lib/xorg/modules/extensions/libglx.* ## the servers =) - if Fuse $USE_ALLXSERVER; then + if Fuse $USE_SERVERDMX; then ## -dmx Fsplit $pkgname-dmx \ usr/bin/{Xdmx,dmxaddinput,dmxaddscreen,dmxreconfig,dmxresize,dmxrminput,dmxrmscreen,dmxtodmx,dmxwininfo,vdltodmx,xdmx,xdmxconfig} Fsplit $pkgname-dmx usr/share/man/man1/*dmx* - + fi + if Fuse $USE_KDRIVE; then ## -xephyr Fsplit $pkgname-xephyr usr/bin/Xephyr From vmiklos at frugalware.org Sat Sep 5 00:45:22 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Sep 2009 00:45:22 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: genauthors: bin, replaced by tools/genauthors.py in FST Message-ID: <20090904224522.145D711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=d0cba98aa3b92357e5d9df8b939227378dd0bb82 commit d0cba98aa3b92357e5d9df8b939227378dd0bb82 Author: Miklos Vajna Date: Fri Sep 4 16:43:14 2009 +0200 genauthors: bin, replaced by tools/genauthors.py in FST diff --git a/Makefile b/Makefile index 342caac..64c2286 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ DOCS = $(wildcard *.txt) $(wildcard syncpkgd/*.txt) $(wildcard mkiso/*.txt) MANS = $(subst .txt,.1,$(DOCS)) PROGRAMS = bumppkg chkdep chkworld emulgen fblint fpmdiff fwcpan fwmirror \ - genauthors genchangelog mkisorelease mkpkghtml pear-makefb pootle-update \ + genchangelog mkisorelease mkpkghtml pear-makefb pootle-update \ portpkg repoman revdep-rebuild rpm2fpm syncemul compile: $(PROGRAMS) apidocs docs diff --git a/genauthors.c b/genauthors.c deleted file mode 100644 index c2b5441..0000000 --- a/genauthors.c +++ /dev/null @@ -1,102 +0,0 @@ -/* - * genauthors.c - * - * Copyright (c) 2006 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. - */ - -#include -#include -#include -#include -#include - -void parseAuthor(xmlDoc *doc, xmlNode *cur) -{ - xmlChar *key; - cur = cur->xmlChildrenNode; - - while (cur != NULL) - { - key = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1); - if ((!xmlStrcmp(cur->name, (const xmlChar *)"name"))) - printf("%s ", key); - if ((!xmlStrcmp(cur->name, (const xmlChar *)"nick"))) - printf("(%s) ", key); - if ((!xmlStrcmp(cur->name, (const xmlChar *)"email"))) - printf("<%s>\n", key); - if ((!xmlStrcmp(cur->name, (const xmlChar *)"role"))) - printf("\t* %s\n", key); - xmlFree(key); - cur = cur->next; - } -} - -int parseAuthors(char *docname) -{ - xmlDocPtr doc; - xmlNodePtr cur; - - doc = xmlParseFile(docname); - - if(doc == NULL) - { - fprintf(stderr, "document not parsed successfully\n"); - return(1); - } - - cur = xmlDocGetRootElement(doc); - - if(cur == NULL) - { - fprintf(stderr, "empty document\n"); - xmlFreeDoc(doc); - return(1); - } - - if(xmlStrcmp(cur->name, (const xmlChar *)"authors")) - { - fprintf(stderr, "document of the wrong type, root node != authors"); - xmlFreeDoc(doc); - return(1); - } - - cur = cur->xmlChildrenNode; - while(cur != NULL) - { - if((!xmlStrcmp(cur->name, (const xmlChar *)"author"))) - parseAuthor(doc, cur); - cur = cur->next; - } - - xmlFreeDoc(doc); - return(0); -} - -int main(int argc, char **argv) -{ - int ret=0; - - if(argc <= 1) - { - system("man genauthors"); - return(1); - } - - ret += parseAuthors(argv[1]); - return(ret); -} diff --git a/genauthors.txt b/genauthors.txt deleted file mode 100644 index e015f14..0000000 --- a/genauthors.txt +++ /dev/null @@ -1,14 +0,0 @@ -= genauthors(1) - -== NAME - -genauthors - generates an AUTHORS file from an authors.xml - -== SYNOPSIS - -genauthors /path/to/authors.xml - -== DESCRIPTION - -The generated AUTHORS file is a plain text file, while the authors.xml must be -validated against http://frugalware.org/dtd/authors.dtd. From vmiklos at frugalware.org Sat Sep 5 00:45:22 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sat, 5 Sep 2009 00:45:22 +0200 (CEST) Subject: [Frugalware-git] pacman-tools: mkisorelease: pass options to mkiso Message-ID: <20090904224522.355D011F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=587f6e1dd2fb26321d3462fad5ae7fd9507e5f3e commit 587f6e1dd2fb26321d3462fad5ae7fd9507e5f3e Author: Miklos Vajna Date: Sat Sep 5 00:45:11 2009 +0200 mkisorelease: pass options to mkiso diff --git a/mkisorelease b/mkisorelease index dcc3b67..6a46a05 100755 --- a/mkisorelease +++ b/mkisorelease @@ -27,7 +27,7 @@ if [ "$1" == "-v" -o "$1" == "--version" ]; then exit $? fi -mkiso="fakeroot mkiso" +mkiso="fakeroot mkiso $*" xml=volumes.xml sed -i "s|[a-z]\+|net|" $xml diff --git a/mkisorelease.txt b/mkisorelease.txt index 14db1f8..07e739b 100644 --- a/mkisorelease.txt +++ b/mkisorelease.txt @@ -47,6 +47,8 @@ Here is a list of what is _not_ updated at the moment: * fwlive iso (it takes a lot of time) +* chroot tarball + * the .ls-Ral files * the `SHA1SUM` file @@ -55,3 +57,11 @@ Here is a list of what is _not_ updated at the moment: The last 3 items are done by typing `make`, you can get the `Makefile` from any `frugalware--iso` directory of your favourite Frugalware mirror. + +The options passed to this script are passed to `mkiso`, so for example + +---- +$ mkisorelease -s +---- + +can be used for stable releases. From bouleetbil at frogdev.info Sat Sep 5 01:15:17 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Sep 2009 01:15:17 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xorg-server-1.6.99.900-2-i686 *fixed kdrive, sending patch to upstream Message-ID: <20090904231517.2864311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=dec4df68b7f397003f2bc050b9d0f3cf7d74655c commit dec4df68b7f397003f2bc050b9d0f3cf7d74655c Author: bouleetbil Date: Sat Sep 5 01:13:34 2009 +0200 xorg-server-1.6.99.900-2-i686 *fixed kdrive, sending patch to upstream diff --git a/source/x11/xorg-server/Fix_Keysyms.diff b/source/x11/xorg-server/Fix_Keysyms.diff new file mode 100644 index 0000000..e3ab452 --- /dev/null +++ b/source/x11/xorg-server/Fix_Keysyms.diff @@ -0,0 +1,10 @@ +--- xorg-server/src/xorg-server-1.6.99.900/hw/kdrive/src/kdrive.h~ 2009-09-05 01:01:05.000000000 +0200 ++++ xorg-server-1.6.99.900/hw/kdrive/src/kdrive.h 2009-09-05 01:01:05.000000000 +0200 +@@ -305,6 +305,7 @@ + + int minScanCode; + int maxScanCode; ++ KeySymsRec keySyms; + + int leds; + int bellPitch; diff --git a/source/x11/xorg-server/FrugalBuild b/source/x11/xorg-server/FrugalBuild index 7fa9f12..0a67087 100644 --- a/source/x11/xorg-server/FrugalBuild +++ b/source/x11/xorg-server/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Christian Hamar alias krix USE_DEVEL=${USE_DEVEL:-"n"} -USE_KDRIVE=${USE_KDRIVE:-"n"} +USE_KDRIVE=${USE_KDRIVE:-"y"} USE_HAL=${USE_HAL:-"y"} USE_SERVERDMX=${USE_SERVERDMX:-"n"} pkgname=xorg-server pkgver=1.6.99.900 -pkgrel=1 +pkgrel=2 pkgdesc="Modular X.Org X Server" groups=('x11' 'xorg-core') archs=('i686' 'x86_64' 'ppc') @@ -38,10 +38,11 @@ replaces=('xorg-compat' 'xorg-server-ati' 'xorg-server-chips' \ backup=('etc/sysconfig/desktop') Finclude sourceforge xorg source=(${source[@]} \ - desktop) + desktop Fix_Keysyms.diff) sha1sums=('cf74a4759882e4baf33780e7cfd9466722f71918' \ - '1456207203932404752e2519c5b7fe830a913cf4') + '1456207203932404752e2519c5b7fe830a913cf4' \ + '0ec4eae5991271f469bada3f102ff05b187fc174') if Fuse $USE_DEVEL; then pkgver=1.6.3.901.151.g120286a @@ -164,7 +165,7 @@ build() { else Fcd $_F_xorg_name-$pkgver fi - + Fpatchall Fautoreconf Fmake \ --with-vendor-web="http://www.frugalware.org" \ From priyank at frugalware.org Sat Sep 5 09:38:12 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 09:38:12 +0200 (CEST) Subject: [Frugalware-git] gfpm: Refresh quick pane info on package installation/removal * Quickpane status for the currently selected package should be updated after a package update/install/removal operation * Fixes #3893 Message-ID: <20090905073812.89B2211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=112577b6b17f3f0733a92061afa3e44c0d822023 commit 112577b6b17f3f0733a92061afa3e44c0d822023 Author: Priyank Date: Sat Sep 5 13:07:01 2009 +0530 Refresh quick pane info on package installation/removal * Quickpane status for the currently selected package should be updated after a package update/install/removal operation * Fixes #3893 diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c index f5e7ea3..e26e479 100644 --- a/src/gfpm-interface.c +++ b/src/gfpm-interface.c @@ -795,12 +795,35 @@ itry: if (pacman_trans_init(PM_TRANS_TYPE_SYNC, flags, gfpm_progress_event, cb_g gfpm_update_iconcache (); } #endif - if (current_group != NULL) - gfpm_load_pkgs_tvw ((const char*)current_group); - + if (gfpm_progress_is_autoclose_checkbtn_set()) gfpm_progress_show (FALSE); + + /* Fix for bug #3893 */ + // Quick pane status for the currently selected package is not updated after + // a package install/remove operation + // The following code simply reselects the selected package causing the quickpane + // status to update + char *sel_pkgname = NULL; + GtkTreeModel *model = NULL; + GtkTreeIter iter; + GtkTreePath *path = NULL; + GtkTreeSelection *selection = NULL; + + selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(gfpm_pkgs_tvw)); + model = gtk_tree_view_get_model (GTK_TREE_VIEW(gfpm_pkgs_tvw)); + gtk_tree_selection_get_selected (selection, &model, &iter); + gtk_tree_selection_select_iter (selection, &iter); + path = gtk_tree_model_get_path (model, &iter); + + // Also reload the package info treeview + if (current_group != NULL) + gfpm_load_pkgs_tvw ((const char*)current_group); + gfpm_load_info_tvw (sel_pkgname, gfpm_info_tvw); + // Okay, now reselect the package + gtk_tree_selection_select_path (selection, path); + return; } From priyank at frugalware.org Sat Sep 5 09:45:35 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 09:45:35 +0200 (CEST) Subject: [Frugalware-git] gfpm: Set appropriate label of the Details button in progress bar * As suggested by phayz, the "Details" button should toggle to "Summary" when clicked and vice versa when clicked again. * Closes #3892 Message-ID: <20090905074535.69A0011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=a422b52c95e4e22a6cefb0dd619b548dba72ad7c commit a422b52c95e4e22a6cefb0dd619b548dba72ad7c Author: Priyank Date: Sat Sep 5 13:15:12 2009 +0530 Set appropriate label of the Details button in progress bar * As suggested by phayz, the "Details" button should toggle to "Summary" when clicked and vice versa when clicked again. * Closes #3892 diff --git a/src/gfpm-progress.c b/src/gfpm-progress.c index 02508ed..3273053 100644 --- a/src/gfpm-progress.c +++ b/src/gfpm-progress.c @@ -148,6 +148,7 @@ cb_gfpm_details_button_toggled (GtkWidget *button, gpointer data) gtk_window_resize (GTK_WINDOW(progresswindow), width, height); gtk_window_get_size (GTK_WINDOW(progresswindow), &width, &height); gtk_window_set_resizable (GTK_WINDOW(progresswindow), TRUE); + gtk_button_set_label (button, _("Summary")); } else { @@ -157,6 +158,7 @@ cb_gfpm_details_button_toggled (GtkWidget *button, gpointer data) gtk_window_get_size (GTK_WINDOW(progresswindow), &width, &height); gtk_window_resize (GTK_WINDOW(progresswindow), 350, 1); gtk_window_set_resizable (GTK_WINDOW(progresswindow), FALSE); + gtk_button_set_label (button, _("Details")); } return; } From priyank at frugalware.org Sat Sep 5 10:47:06 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 10:47:06 +0200 (CEST) Subject: [Frugalware-git] gfpm: Not every important word should start with an upper case letter ; ) * Closes #3893 Message-ID: <20090905084706.EC4EF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=94f984c012690739fbde5fdf99f27d0cb3c695f2 commit 94f984c012690739fbde5fdf99f27d0cb3c695f2 Author: Priyank Date: Sat Sep 5 13:31:51 2009 +0530 Not every important word should start with an upper case letter ;) * Closes #3893 diff --git a/data/gfpm.ui b/data/gfpm.ui index 0594f1d..389b14d 100644 --- a/data/gfpm.ui +++ b/data/gfpm.ui @@ -654,7 +654,7 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Install this Package + Install this package 1 @@ -696,7 +696,7 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Remove this Package + Remove this package 1 @@ -738,7 +738,7 @@ True GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK - Upgrade this Package + Upgrade this package 1 From priyank at frugalware.org Sat Sep 5 10:47:07 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 10:47:07 +0200 (CEST) Subject: [Frugalware-git] gfpm: whitespace fixes and removed a few debug printfs Message-ID: <20090905084707.0B31A11F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=605e6c01acc71e9482d80bfa965869dda79b9132 commit 605e6c01acc71e9482d80bfa965869dda79b9132 Author: Priyank Date: Sat Sep 5 14:15:02 2009 +0530 whitespace fixes and removed a few debug printfs diff --git a/src/gfpm-interface.c b/src/gfpm-interface.c index e26e479..f6cf1ba 100644 --- a/src/gfpm-interface.c +++ b/src/gfpm-interface.c @@ -590,7 +590,7 @@ gfpm_interface_init (ARGS arg, void* argdata) gtk_widget_set_sensitive (gfpm_get_widget("inst_from_file_install"), FALSE); gtk_widget_hide (gfpm_inst_optframe); } - g_print ("argdata: %s\n", (char*)argdata); + //g_print ("argdata: %s\n", (char*)argdata); if (gtk_file_chooser_select_filename((GtkFileChooser*)gfpm_inst_filechooser,(char*)argdata)) { gtk_widget_show (gfpm_inst_from_file_dlg); @@ -2122,13 +2122,10 @@ gfpm_search (GtkWidget *widget) r = 1; } - - gfpm_update_status (_("Search Complete")); if (l == NULL) { - g_print ("package not found\n"); gfpm_error (_("Package not found"), _("No such package found")); goto cleanup; } @@ -2236,9 +2233,8 @@ gfpm_search (GtkWidget *widget) pacman_pkg_free (pm_lpkg); } } - cleanup: - g_print ("cleaning up..\n"); + cleanup: pacman_set_option (PM_OPT_NEEDLES, (long)NULL); if (search_db!=NULL && !nounreg) { @@ -2449,6 +2445,7 @@ cb_gfpm_install_file_clicked (GtkButton *button, gpointer data) { gtk_main_quit(); } + return; } @@ -2463,6 +2460,7 @@ cb_gfpm_install_file_close_clicked (GtkButton *button, gpointer data) { gtk_main_quit (); } + return; } @@ -2474,8 +2472,8 @@ cb_gfpm_install_file_selection_changed (GtkFileChooser *chooser, gpointer data) file = gtk_file_chooser_get_filename (chooser); gfpm_load_info_tvw (file, (GtkTreeView*)gfpm_inst_infotvw); - /* show the info */ - gtk_widget_show (gfpm_inst_infoframe); + /* show the info */ + gtk_widget_show (gfpm_inst_infoframe); } From priyank at frugalware.org Sat Sep 5 11:19:56 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 11:19:56 +0200 (CEST) Subject: [Frugalware-git] gfpm: New splash screen based on Getorin's artwork Message-ID: <20090905091956.C108811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=69e4c782934b4f41f628f3224d41a2f5a9ff1650 commit 69e4c782934b4f41f628f3224d41a2f5a9ff1650 Author: Priyank Date: Sat Sep 5 14:50:11 2009 +0530 New splash screen based on Getorin's artwork diff --git a/data/splash.png b/data/splash.png index a854a2d..2c0b733 100644 Binary files a/data/splash.png and b/data/splash.png differ From bouleetbil at frogdev.info Sat Sep 5 11:35:54 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Sep 2009 11:35:54 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: xf86-video-radeonhd-1.2.5.55.g27cfbaa-1-i686 *version bump *use git version (will backport xetxproto, ressources patchs) *x11 is up2date Message-ID: <20090905093554.79F0D11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=c6b4086e1a75dbfce5e046a7c4b4c92e0c447a8d commit c6b4086e1a75dbfce5e046a7c4b4c92e0c447a8d Author: bouleetbil Date: Sat Sep 5 11:36:22 2009 +0200 xf86-video-radeonhd-1.2.5.55.g27cfbaa-1-i686 *version bump *use git version (will backport xetxproto,ressources patchs) *x11 is up2date diff --git a/source/x11/xf86-video-radeonhd/FrugalBuild b/source/x11/xf86-video-radeonhd/FrugalBuild index b01ef4d..767890f 100644 --- a/source/x11/xf86-video-radeonhd/FrugalBuild +++ b/source/x11/xf86-video-radeonhd/FrugalBuild @@ -1,16 +1,39 @@ # Compiling Time: 0.12 SBU # Maintainer: Christian Hamar alias krix +USE_DEVEL=${USE_DEVEL:-"y"} + pkgname=xf86-video-radeonhd pkgver=1.2.5 +Fuse $USE_DEVEL && pkgver=1.2.5.55.g27cfbaa pkgrel=1 pkgdesc="X.Org driver for AMD GPG r5xx/r6xx chipsets" url="http://xorg.freedesktop.org" groups=('x11' 'xorg-core' 'xorg-drivers') archs=('i686' 'x86_64') -depends=('xorg-server>=1.6.1' 'pciutils' 'libpciaccess>=0.10.6') -makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2') +depends=('xorg-server>=1.6.3' 'pciutils' 'libpciaccess>=0.10.6' 'libdrm') +makedepends=('randrproto>1.3.0' 'renderproto' 'videoproto>=2.2.2' 'util-macros>=1.2.1' \ + 'resourceproto' 'dri2proto' 'glproto' 'xf86driproto') Finclude xorg sha1sums=('64fc0eb5209adba5479396bafe53b50ded6c0940') +Fconfopts="$Fconfopts --enable-dri" + +if Fuse $USE_DEVEL; then + unset source sha1sums + _F_scm_type="git" + _F_scm_url="git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd" + Finclude scm +fi + +build() +{ + if Fuse $USE_DEVEL; then + Funpack_scm + fi + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} # optimization OK From priyank at frugalware.org Sat Sep 5 17:40:26 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 17:40:26 +0200 (CEST) Subject: [Frugalware-git] gfpm: Added credits for the splash screen Message-ID: <20090905154026.27E5611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=6b06fbc7ce9703bc4e634df8dd458ead4c8c8c35 commit 6b06fbc7ce9703bc4e634df8dd458ead4c8c8c35 Author: Priyank Date: Sat Sep 5 21:10:48 2009 +0530 Added credits for the splash screen diff --git a/AUTHORS b/AUTHORS index f1182f5..81f434b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,6 +24,6 @@ Artwork ======== * Frugalware logo - Viktor Gondor * Splash Screen - Priyank M. Gosalia -* Background for the splash screen - L?o TOMAS +* Background for the splash screen - Chevaux Antoine * Toolbar Icons - Sekkyumu diff --git a/src/gfpm-about.c b/src/gfpm-about.c index baaafd0..cfa115f 100644 --- a/src/gfpm-about.c +++ b/src/gfpm-about.c @@ -57,7 +57,7 @@ static const gchar *authors[] = { \ static const gchar *artists[] = { \ "Frugalware logo - Viktor Gondor ", "Splash Screen - Priyank M. Gosalia ", - "Background for the splash screen - L??o TOMAS ", + "Background for the splash screen - Chevaux Antoine ", "Toolbar Icons - Sekkyumu ", NULL }; From priyank at frugalware.org Sat Sep 5 17:43:25 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 17:43:25 +0200 (CEST) Subject: [Frugalware-git] gfpm: Birthday bump (GFpm turns 2) :D * updates for 1.3.2 Message-ID: <20090905154325.0E26111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=f32b6b8979742a14a6d940a1705f2220fb03a333 commit f32b6b8979742a14a6d940a1705f2220fb03a333 Author: Priyank Date: Sat Sep 5 21:12:44 2009 +0530 Birthday bump (GFpm turns 2) :D * updates for 1.3.2 diff --git a/NEWS b/NEWS index e87ad9a..6238a1a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ VERSION DESCRIPTION ------------------------------------------------------------------------------------------------------------------------------ +1.3.2 (2009-09-05) - GFpm turns 2! Happy Birthday GFpm! :) + - l33t new splash screen (based on Getorin's Artwork) + - BUGFIX (#3893): Refresh QuickPane status on package install/upgrade/remove. + - BUGFIX (#3892): Set appropriate label of the "Details" button in progress bar. 1.3.1 - Migrated to GtkBuilder (GFpm no longer depends on libglade) - Don't destroy the Readme dialog on delete-event - Minor UI tweaks and fixes diff --git a/configure.ac b/configure.ac index 4878115..3029c0a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ENV_CFLAGS=$CFLAGS AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (c) 2006-2009 Priyank Gosalia ]) -AC_INIT([Gfpm], 1.3.1, [priyankmg at gmail.com], gfpm) +AC_INIT([Gfpm], 1.3.2, [priyankmg at gmail.com], gfpm) AC_DEFINE_UNQUOTED([GFPM_RELEASE_NAME], ["Khyati"], [Release codenames]) AC_CONFIG_SRCDIR([src/gfpm.c]) AC_LANG(C) From priyank at frugalware.org Sat Sep 5 17:49:52 2009 From: priyank at frugalware.org (Priyank) Date: Sat, 5 Sep 2009 17:49:52 +0200 (CEST) Subject: [Frugalware-git] gfpm: TAG 1.3.2 Message-ID: <20090905154952.ADF3811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gfpm.git;a=commitdiff;h=19d72ea0792bda0c548616c63da019307e2a311f commit 19d72ea0792bda0c548616c63da019307e2a311f Author: Priyank Date: Sat Sep 5 21:20:14 2009 +0530 TAG 1.3.2 From bouleetbil at frogdev.info Sat Sep 5 23:31:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Sat, 5 Sep 2009 23:31:56 +0200 (CEST) Subject: [Frugalware-git] xorgtesting: hal-0.5.11-10-i686 *overwite the config of /usr/share/hal with /etc/hal *backup into .install we should the xkb.layout with the locale Message-ID: <20090905213156.2A0E311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=7991b7c59f8c79a7e4db2bf0a8c1712f9edb5a8a commit 7991b7c59f8c79a7e4db2bf0a8c1712f9edb5a8a Author: bouleetbil Date: Sat Sep 5 23:30:21 2009 +0200 hal-0.5.11-10-i686 *overwite the config of /usr/share/hal with /etc/hal *backup into .install we should the xkb.layout with the locale diff --git a/source/apps/hal/FrugalBuild b/source/apps/hal/FrugalBuild index 98a41fa..47ebba9 100644 --- a/source/apps/hal/FrugalBuild +++ b/source/apps/hal/FrugalBuild @@ -4,7 +4,7 @@ pkgname=hal pkgver=0.5.11 -pkgrel=9 +pkgrel=10 pkgdesc="Hardware Abstraction Layer" url="http://www.freedesktop.org/wiki/Software/hal" depends=('dbus-glib>=0.74' 'udev>=132' 'util-linux-ng>=2.15' 'glib2' 'libcap' 'dbus>=1.2.12-4' \ diff --git a/source/apps/hal/hal.install b/source/apps/hal/hal.install index 5638c5c..99c70e7 100644 --- a/source/apps/hal/hal.install +++ b/source/apps/hal/hal.install @@ -16,9 +16,13 @@ post_install() /usr/sbin/chkconfig --add rc.hald fi #for use the good layout - layout=`locale | grep LANG | cut -d '=' -f 2 | cut -d '_' -f 1` - line=`grep -n 'xkb.layout' /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi | cut -d: -f1` - sed "$line s/us/$layout/" -i /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi + #we can't use backup we should patch /etc/hal/policy/10osvendor/10-keymap.fdi with the local + if [ ! -f /etc/hal/fdi/policy/10osvendor/10-keymap.fdi ]; then + mkdir -p /etc/hal/fdi/policy/10osvendor + cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/10osvendor/10-keymap.fdi + echo "Update layout keyboard with ${LANG:0:2}" + sed -i "/xkb.layout/s/us/${LANG:0:2}/" /etc/hal/fdi/policy/10osvendor/10-keymap.fdi + fi } post_upgrade() From vmiklos at frugalware.org Sun Sep 6 15:52:09 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Sep 2009 15:52:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: docs/upgrade: import Message-ID: <20090906135209.84BC011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=ce7747c82a814b406339fe3b8ccf76dc4883c585 commit ce7747c82a814b406339fe3b8ccf76dc4883c585 Author: Miklos Vajna Date: Sun Sep 6 15:51:27 2009 +0200 docs/upgrade: import diff --git a/docs/upgrade.txt b/docs/upgrade.txt new file mode 100644 index 0000000..a6d5927 --- /dev/null +++ b/docs/upgrade.txt @@ -0,0 +1,66 @@ += Upgrading from Frugalware 1.0 to 1.1 + +== Preamble + +The aim of this howto is to show how you can upgrade a Frugalware-1.1 +(Anacreon) system to Frugalware-1.1 (Getorin). + +== pacman-g2 + +Getorin comes with an improved pacman-g2, so the first step is to +install it: + +---- +# pacman-g2 -Sy pacman-g2 +----- + +== Removing obsolete packages + +Some software has been marked as obsolete in Getorin. To remove them: + +---- +# pacman-g2 -Rd pygobject-gvfs gst-plugins-bad-x264 +---- + +== Upgrading the system + +Now it's time to upgrade the system itself: + +---- +# pacman-g2 -Su +:: Starting local database upgrade... +:: Replace frugalrledit with frugalware/gservice? [Y/n] +:: Replace icu with frugalware/icu4c? [Y/n] +:: Replace xphelloworld with frugalware/libxprintutil? [Y/n] +:: Replace xf86-video-vermilion with frugalware/xf86-video-vesa? [Y/n] +:: Replace xf86-video-imstt with frugalware/xf86-video-vesa? [Y/n] +:: Replace gfpm-mcs-plugin with frugalware/xfce4-gfpm-plugin? [Y/n] +:: Replace gnetconfig-mcs-plugin with frugalware/xfce4-gnetconfig-plugin? [Y/n] +:: Replace xfce4-screenshooter-plugin with frugalware/xfce4-screenshooter? [Y/n] +:: Replace xfce-mcs-manager with frugalware/xfce4-settings? [Y/n] +:: Replace xfce-mcs-plugins with frugalware/xfce4-settings? [Y/n] +:: Replace libxfce4mcs with frugalware/xfconf? [Y/n] +resolving dependencies... done. +---- + +You will be asked to replace the above packages automatically. These +are normal and you are expected to answer 'Y' to these questions (or +just hit ENTER). + +After this, the list of to-be-upgraded packages is displayed. Just hit +enter and wait. Make some tea, it can take a while. :-) + +== Installing replacement packages + +In case you removed anything in section 3, now you can install the +replacement packages: + +---- +# pacman-g2 -S gst-plugins-ugly-x264 +---- + +== The reboot + +Since the kernel is upgraded, too, you have to reboot your machine. + +Done! From vmiklos at frugalware.org Sun Sep 6 16:00:11 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Sep 2009 16:00:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tools/all2db.sh: use Farchs Message-ID: <20090906140011.2738611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=18b01e3668794662d3037808e7581c3d715d2260 commit 18b01e3668794662d3037808e7581c3d715d2260 Author: Miklos Vajna Date: Sun Sep 6 15:59:41 2009 +0200 tools/all2db.sh: use Farchs diff --git a/tools/all2db.sh b/tools/all2db.sh index 3acbf80..8d46cbf 100644 --- a/tools/all2db.sh +++ b/tools/all2db.sh @@ -4,7 +4,6 @@ CHROOT=1 . /usr/lib/frugalware/fwmakepkg -sqlarchs=('i686' 'x86_64') cd .. CWD=`pwd` for i in `find source -name FrugalBuild` @@ -16,7 +15,7 @@ do . FrugalBuild || echo "errors parsing the FrugalBuild" for j in ${archs[@]} do - echo ${sqlarchs[@]} |grep -q $j || continue + echo ${Farchs[@]} |grep -q $j || continue cd $CWD/frugalware-$j if [ ! "`check_option NOBUILD`" ]; then echo ../tools/fpm2db -f $pkgname-$pkgver-$pkgrel-$j.fpm From vmiklos at frugalware.org Sun Sep 6 16:04:53 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Sep 2009 16:04:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-1.1: docs/upgrade: tyop Message-ID: <20090906140453.92B2611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-1.1.git;a=commitdiff;h=49ce1d07caeecbc8e1ed3b014c72d17e5cf9790a commit 49ce1d07caeecbc8e1ed3b014c72d17e5cf9790a Author: Miklos Vajna Date: Sun Sep 6 16:04:35 2009 +0200 docs/upgrade: tyop thanks Priyank for noticing diff --git a/docs/upgrade.txt b/docs/upgrade.txt index a6d5927..d86e456 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -2,7 +2,7 @@ == Preamble -The aim of this howto is to show how you can upgrade a Frugalware-1.1 +The aim of this howto is to show how you can upgrade a Frugalware-1.0 (Anacreon) system to Frugalware-1.1 (Getorin). == pacman-g2 From vmiklos at frugalware.org Sun Sep 6 22:25:09 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Sun, 6 Sep 2009 22:25:09 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: add 1.1 announce draft Message-ID: <20090906202509.07B4111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a7b36973f80836969959e0f3675e5a4e427cefab commit a7b36973f80836969959e0f3675e5a4e427cefab Author: Miklos Vajna Date: Sun Sep 6 22:24:58 2009 +0200 add 1.1 announce draft diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index d5fbede..48682bc 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -22,6 +22,31 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> + 145 + Frugalware 1.1 (Getorin) released + FIXME + Miklos Vajna + 1 + announce the immediate availability of Frugalware 1.1, our eleventh stable release.
+ No new features have been added since 1.1rc2, but 177 changes have been made to fix minor bugs. If you didn't follow the changes during the pre/rc releases, here are the most important changes since 1.0 in no particular order:
+
    +
  • Up to date packages: Linux kernel 2.6.30.5, GNU C library 2.10.1, Xorg 7.4 with xorg-server 1.6, GNOME 2.26.3, GCC 4.4.0 to name a few major components.
  • +
  • Major review in the documentation: numerous grammatical fixes and various extensions.
  • +
  • An x86_64 flash plugin is now part of the default installation.
  • +
  • Etoile is now part of the repository, see this post for more details.
  • +
  • Major update on the graphical installer (fwife), see the changelog here and there.
  • +
  • Packaged android-sdk, for those who want network access from Frugalware through their Android phones.
  • +
  • Just a FYI in case you are using the ext3 filesystem, which is our current default: though we ship the latest stable kernel, we did not switch the default value of the 'data' option to 'writeback', the feature which still makes ext3 seem more robust than ext4 at the time of writing. See here for more information.
  • +
+ Please refer to the Frugalware Getorin ChangeLog for more information.
+ Download for i686, x86_64 and ppc: See our mirror list. Don't forget to check the integrity of the install images before burning!
+ NOTE: Click here to read more about what media you need for the installation.
+ If you are upgrading to Anacreon from our previous stable release (Anacreon), please read the upgrade part of our documentation.
+ ]]> +
+
+ 144 Frugalware Newsletter Issue 50 Thu, 27 Aug 2009 21:35:52 +1000 From devil505linux at gmail.com Mon Sep 7 07:45:51 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 07:45:51 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * added presentation's picture to the Getorin release news Message-ID: <20090907054551.D22A011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=feda8d0dfc1f177ea1b86f0e2bea3f3832ec22b0 commit feda8d0dfc1f177ea1b86f0e2bea3f3832ec22b0 Author: Devil505 Date: Mon Sep 7 07:45:05 2009 +0200 * added presentation's picture to the Getorin release news diff --git a/frugalware/images/promo-getorin.png b/frugalware/images/promo-getorin.png new file mode 100644 index 0000000..931799f Binary files /dev/null and b/frugalware/images/promo-getorin.png differ diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 48682bc..cb54b71 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -28,6 +28,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> Miklos Vajna 1 Frugalware 1.1 Getorin is released !
The Frugalware Developer Team is pleased to announce the immediate availability of Frugalware 1.1, our eleventh stable release.
No new features have been added since 1.1rc2, but 177 changes have been made to fix minor bugs. If you didn't follow the changes during the pre/rc releases, here are the most important changes since 1.0 in no particular order:
    From devil505linux at gmail.com Mon Sep 7 07:57:44 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 07:57:44 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * added XFCE 4.6.1 to major updates list in 1.1 release news Message-ID: <20090907055744.41F9511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=2b185109feed4d3628238a55eb7e61aec31eb6c7 commit 2b185109feed4d3628238a55eb7e61aec31eb6c7 Author: Devil505 Date: Mon Sep 7 07:57:08 2009 +0200 * added XFCE 4.6.1 to major updates list in 1.1 release news diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index cb54b71..7036b43 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -32,7 +32,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> The Frugalware Developer Team is pleased to announce the immediate availability of Frugalware 1.1, our eleventh stable release.
    No new features have been added since 1.1rc2, but 177 changes have been made to fix minor bugs. If you didn't follow the changes during the pre/rc releases, here are the most important changes since 1.0 in no particular order:
      -
    • Up to date packages: Linux kernel 2.6.30.5, GNU C library 2.10.1, Xorg 7.4 with xorg-server 1.6, GNOME 2.26.3, GCC 4.4.0 to name a few major components.
    • +
    • Up to date packages: Linux kernel 2.6.30.5, GNU C library 2.10.1, Xorg 7.4 with xorg-server 1.6, GNOME 2.26.3, XFCE 4.6.1, GCC 4.4.0 to name a few major components.
    • Major review in the documentation: numerous grammatical fixes and various extensions.
    • An x86_64 flash plugin is now part of the default installation.
    • Etoile is now part of the repository, see this post for more details.
    • From devil505linux at gmail.com Mon Sep 7 08:03:08 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 08:03:08 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * added "new artwork" in getorin release's news Message-ID: <20090907060308.1BBF111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=5a001d47e84760cf59e35dc110c58f61b76c9f7d commit 5a001d47e84760cf59e35dc110c58f61b76c9f7d Author: Devil505 Date: Mon Sep 7 08:02:21 2009 +0200 * added "new artwork" in getorin release's news diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 7036b43..921387a 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -39,6 +39,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
    • Major update on the graphical installer (fwife), see the changelog here and there.
    • Packaged android-sdk, for those who want network access from Frugalware through their Android phones.
    • Just a FYI in case you are using the ext3 filesystem, which is our current default: though we ship the latest stable kernel, we did not switch the default value of the 'data' option to 'writeback', the feature which still makes ext3 seem more robust than ext4 at the time of writing. See here for more information.
    • +
    • New artwork included a new wallpaper and a new Gnome theme.
    Please refer to the Frugalware Getorin ChangeLog for more information.
    Download for i686, x86_64 and ppc: See our mirror list. Don't forget to check the integrity of the install images before burning!
    From devil505linux at gmail.com Mon Sep 7 08:31:55 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 08:31:55 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing a
  • Message-ID: <20090907063155.3F14111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=0a13164d405b79b35eecc8d98a7925a5698dc8ba commit 0a13164d405b79b35eecc8d98a7925a5698dc8ba Author: Devil505 Date: Mon Sep 7 08:31:24 2009 +0200 * fixing a
  • diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index 921387a..e4df798 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -39,7 +39,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
  • Major update on the graphical installer (fwife), see the changelog here and there.
  • Packaged android-sdk, for those who want network access from Frugalware through their Android phones.
  • Just a FYI in case you are using the ext3 filesystem, which is our current default: though we ship the latest stable kernel, we did not switch the default value of the 'data' option to 'writeback', the feature which still makes ext3 seem more robust than ext4 at the time of writing. See here for more information.
  • -
  • New artwork included a new wallpaper and a new Gnome theme.
  • +
  • New artwork included a new wallpaper and a new Gnome theme.
Please refer to the Frugalware Getorin ChangeLog for more information.
Download for i686, x86_64 and ppc: See our mirror list. Don't forget to check the integrity of the install images before burning!
From vmiklos at frugalware.org Mon Sep 7 08:38:34 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 08:38:34 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: remove 1.1 hidden flag Message-ID: <20090907063834.EE8AD11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=05a34ea8c47f06222d18eb14a3a56ff562aefbe0 commit 05a34ea8c47f06222d18eb14a3a56ff562aefbe0 Author: Miklos Vajna Date: Mon Sep 7 08:38:27 2009 +0200 remove 1.1 hidden flag diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index e4df798..ecbb6ed 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -24,9 +24,9 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> 145 Frugalware 1.1 (Getorin) released - FIXME + Mon, 07 Sep 2009 08:37:34 +0200 Miklos Vajna - 1 + 0 Frugalware 1.1 Getorin is released !
The Frugalware Developer Team is pleased to announce the immediate availability of Frugalware 1.1, our eleventh stable release.
diff --git a/frugalware/xml/roadmap.xml b/frugalware/xml/roadmap.xml index 197189c..001e819 100644 --- a/frugalware/xml/roadmap.xml +++ b/frugalware/xml/roadmap.xml @@ -25,8 +25,8 @@ A resort planet near Trantor, part of the pre-Imperial Kingdom of it. 1.1 Sep 7, 2009 - 0 - + 1 + 145 rc2 Aug 18, 2009 From devil505linux at gmail.com Mon Sep 7 08:44:11 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 08:44:11 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * fixing grammatical mistake, thx priyank Message-ID: <20090907064411.6307311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=60c9ad961a960966d183ffcd7a75e2d8fce36e77 commit 60c9ad961a960966d183ffcd7a75e2d8fce36e77 Author: Devil505 Date: Mon Sep 7 08:43:40 2009 +0200 * fixing grammatical mistake, thx priyank diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index ecbb6ed..daac120 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -39,7 +39,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 -->
  • Major update on the graphical installer (fwife), see the changelog here and there.
  • Packaged android-sdk, for those who want network access from Frugalware through their Android phones.
  • Just a FYI in case you are using the ext3 filesystem, which is our current default: though we ship the latest stable kernel, we did not switch the default value of the 'data' option to 'writeback', the feature which still makes ext3 seem more robust than ext4 at the time of writing. See here for more information.
  • -
  • New artwork included a new wallpaper and a new Gnome theme.
  • +
  • New artwork includes a new wallpaper and a new Gnome theme.
  • Please refer to the Frugalware Getorin ChangeLog for more information.
    Download for i686, x86_64 and ppc: See our mirror list. Don't forget to check the integrity of the install images before burning!
    From vmiklos at frugalware.org Mon Sep 7 09:22:28 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 09:22:28 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: typo, thanks Cory Burgett Message-ID: <20090907072228.E7B1911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=caa3fa0e9565c2959fbc90cb06803dc4d876316c commit caa3fa0e9565c2959fbc90cb06803dc4d876316c Author: Miklos Vajna Date: Mon Sep 7 09:22:24 2009 +0200 typo, thanks Cory Burgett diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml index daac120..cec531d 100644 --- a/frugalware/xml/news.xml +++ b/frugalware/xml/news.xml @@ -44,7 +44,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --> Please refer to the Frugalware Getorin ChangeLog for more information.
    Download for i686, x86_64 and ppc: See our mirror list. Don't forget to check the integrity of the install images before burning!
    NOTE: Click here to read more about what media you need for the installation.
    - If you are upgrading to Anacreon from our previous stable release (Anacreon), please read the upgrade part of our documentation.
    + If you are upgrading to Getorin from our previous stable release (Anacreon), please read the upgrade part of our documentation.
    ]]>
    From boobaa at frugalware.org Mon Sep 7 09:48:58 2009 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 7 Sep 2009 09:48:58 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Hungarian translation of 1.1 release Message-ID: <20090907074858.4883411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=2aea17c25d073b82fe65c99907c689027d7b9352 commit 2aea17c25d073b82fe65c99907c689027d7b9352 Author: CS?CSY L?szl? Date: Mon Sep 7 09:48:40 2009 +0200 Hungarian translation of 1.1 release diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index 9791f04..ab6591f 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -17,6 +17,33 @@ + 145 + Megjelent a Frugalware 1.1 (Getorin) + Mon, 07 Sep 2009 09:37:34 +0200 + CS??CSY L??szl?? + 0 + Megjelent a Frugalware 1.1 Getorin!
    + A Frugalware Fejleszt??i Csapat ??r??mmel jelenti be a Frugalware 1.1 azonnali el??rhet??s??g??t, mint tizenegyedik stabil kiad??sunkat.
    + Az 1.1rc2 ??ta semmilyen ??jdons??got nem adtunk a rendszerhez, ugyanakkor 177 v??ltoztat??st eszk??z??lt??nk, hogy az apr??bb hib??kat jav??tsuk. Ha a pre/rc kiad??sok alatt nem k??vette a v??ltoztat??sokat, ??me a legfontosabbak list??ja az 1.0 ??ta (k??l??n??sebb sorrend n??lk??l):
    +
      +
    • Naprak??sz csomagok: Linux kernel 2.6.30.5, GNU C k??nyvt??r 2.10.1, Xorg 7.4 xorg-server 1.6-tal, GNOME 2.26.3, XFCE 4.6.1, GCC 4.4.0, n??h??ny nagyobb ??sszetev??t eml??tve.
    • +
    • A(z angol nyelv??) dokument??ci?? alapos fel??lvizsg??lata: sz??mtalan nyelvtani jav??t??ssal ??s k??l??nb??z?? kieg??sz??t??sekkel.
    • +
    • Egy x86_64 flash plugin az alap??rtelemezett telep??t??s r??sz??v?? v??lt.
    • +
    • Etoile beker??lt a t??rba, tov??bbi r??szletek??rt l??sd ezt az ??zenetet.
    • +
    • Jelent??s fejleszt??s t??rt??nt a grafikus telep??t??ben (fwife), l??sd a v??ltoz??sok list??j??t itt meg ott.
    • +
    • Csomagoltuk az android-sdk-z azok sz??m??ra, akik Android telefonjukkal szeretn??nek h??l??zati hozz??f??r??ssel b??rni Frugalware al??l.
    • +
    • Egy figyelmeztet??s, ha az alap??rtelmezett ext3 f??jlrendszert haszn??lja: b??r a leg??jabb stabil kernelt sz??ll??tjuk, m??gsem kapcsoltuk ??t a 'data' opci?? alap??rtelmezett ??rt??k??t 'writeback'-re, ami az ext3 f??jlrendszert m??g mindig robusztusabb?? teszi az ext4-n??l jelen sorok ??r??sakor. Tov??bbi inform??ci??kat keressen itt.
    • +
    • ??j diz??jn, mely ??j h??tt??rk??pet ??s egy ??j Gnome t??m??t tartalmaz.
    • +
    + B??vebb inform??ci????rt tekintse meg a Frugalware Getorin V??ltoz??slist??j??t.
    + Let??lt??s i686-ra, x86_64-re ??s ppc-re: tekintse meg t??k??rszervereink list??j??t. Ne felejtse el ellen??rizni a telep??t?? k??pf??jlok integrit??s??t ki??r??suk el??tt!
    + MEGJEGYZ??S: Kattintson ide, hogy eld??nthesse, melyik telep??t?? m??di??ra van sz??ks??ge.
    + Ha kor??bbi stabil kiad??sunkr??l (Anacreonr??l) friss??t Getorinra, k??rj??k olvassa el a dokument??ci?? friss??t??sr??l sz??l?? r??sz??t.
    + ]]> +
    +
    + 129 Megjelent a Frugalware 1.0 (Anacreon) Sun, 22 Mar 2009 11:09:51 +0100 From boobaa at frugalware.org Mon Sep 7 09:56:47 2009 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 7 Sep 2009 09:56:47 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: Typo fix in 1.1-hu, grr Message-ID: <20090907075647.31CB411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=71623a7b88daeecc2587da569a964b5483106723 commit 71623a7b88daeecc2587da569a964b5483106723 Author: CS?CSY L?szl? Date: Mon Sep 7 09:56:26 2009 +0200 Typo fix in 1.1-hu, grr diff --git a/frugalware/xml/news_hu.xml b/frugalware/xml/news_hu.xml index ab6591f..146c5db 100644 --- a/frugalware/xml/news_hu.xml +++ b/frugalware/xml/news_hu.xml @@ -32,7 +32,7 @@
  • Egy x86_64 flash plugin az alap??rtelemezett telep??t??s r??sz??v?? v??lt.
  • Etoile beker??lt a t??rba, tov??bbi r??szletek??rt l??sd ezt az ??zenetet.
  • Jelent??s fejleszt??s t??rt??nt a grafikus telep??t??ben (fwife), l??sd a v??ltoz??sok list??j??t itt meg ott.
  • -
  • Csomagoltuk az android-sdk-z azok sz??m??ra, akik Android telefonjukkal szeretn??nek h??l??zati hozz??f??r??ssel b??rni Frugalware al??l.
  • +
  • Csomagoltuk az android-sdk-t azok sz??m??ra, akik Android telefonjukkal szeretn??nek h??l??zati hozz??f??r??ssel b??rni Frugalware al??l.
  • Egy figyelmeztet??s, ha az alap??rtelmezett ext3 f??jlrendszert haszn??lja: b??r a leg??jabb stabil kernelt sz??ll??tjuk, m??gsem kapcsoltuk ??t a 'data' opci?? alap??rtelmezett ??rt??k??t 'writeback'-re, ami az ext3 f??jlrendszert m??g mindig robusztusabb?? teszi az ext4-n??l jelen sorok ??r??sakor. Tov??bbi inform??ci??kat keressen itt.
  • ??j diz??jn, mely ??j h??tt??rk??pet ??s egy ??j Gnome t??m??t tartalmaz.
  • From devil505linux at gmail.com Mon Sep 7 10:35:59 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 10:35:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libkate-0.3.6-1-i686 * version bump Message-ID: <20090907083559.1D8D411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1bc34faf31e7c2ec356127416fe93ac9321276f4 commit 1bc34faf31e7c2ec356127416fe93ac9321276f4 Author: Devil505 Date: Mon Sep 7 10:35:42 2009 +0200 libkate-0.3.6-1-i686 * version bump diff --git a/source/lib-extra/libkate/FrugalBuild b/source/lib-extra/libkate/FrugalBuild index 85e9bf4..489d938 100644 --- a/source/lib-extra/libkate/FrugalBuild +++ b/source/lib-extra/libkate/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: Devil505 pkgname=libkate -pkgver=0.3.4 +pkgver=0.3.6 pkgrel=1 pkgdesc="kate is a karaoke and text codec for embedding in ogg" Finclude googlecode depends=('glibc' 'libogg' 'libpng' 'python>=2.6') groups=('lib-extra') archs=('i686' 'x86_64') -sha1sums=('76e664ee3955ea4b06a16ca9102f1972278dcebf') +sha1sums=('1744818b03406637791f7a93c27cd6e692a4f2be') # optimization OK From vmiklos at frugalware.org Mon Sep 7 10:39:11 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 10:39:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: b2evolution-3.3.1-1-i686 Message-ID: <20090907083911.8E1AF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=50ad6706221617dd7d44e1b2eb6548ff74b21e9f commit 50ad6706221617dd7d44e1b2eb6548ff74b21e9f Author: Miklos Vajna Date: Mon Sep 7 09:56:33 2009 +0200 b2evolution-3.3.1-1-i686 - version bump - up2date fix - disable perms on the install folder by default diff --git a/source/network-extra/b2evolution/FrugalBuild b/source/network-extra/b2evolution/FrugalBuild index 30048d6..da53866 100644 --- a/source/network-extra/b2evolution/FrugalBuild +++ b/source/network-extra/b2evolution/FrugalBuild @@ -2,22 +2,22 @@ # Maintainer: Miklos Vajna pkgname=b2evolution -pkgver=2.4.7 +pkgver=3.3.1 pkgrel=1 pkgdesc="A powerful blog tool you can install on your own website." _F_sourceforge_dirname="evocms" # see http://b2evolution.net/downloads/index.html -_F_sourceforge_ext="-stable-2009-05-27.zip" +_F_sourceforge_ext="-stable-2009-08-08.zip" Finclude sourceforge url="http://b2evolution.net/" rodepends=('apache' 'php' 'mysql' 'webappconfig') depends=() groups=('network-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://b2evolution.net/downloads/index.html|grep Stable|sed 's/ \+\([0-9.]*\) .*/\1/;q'" +up2date="lynx -dump http://b2evolution.net/downloads/index.html|grep Stable|sed 's/ \+\([0-9.]*\)-stable .*/\1/;q'" backup=(var/www/b2evolution/blogs/conf/_basic_config.php) source=($source b2evosetup README.Frugalware) -sha1sums=('b790a702998b93afd9c9dd19207d6dcaf9339657' \ +sha1sums=('5c51c398badce725aa9cecad86c6d19c94145ade' \ '8341c7f3831489959840a5d0f5eb55c6afb6fc58' \ '3b1583125ff4604da9519c05675e2e7a310681cb') options=('stick') @@ -26,5 +26,10 @@ build() { Fmkdir /var/www mv $Fsrcdir/$pkgname $Fdestdir/var/www/$pkgname + # rename, so that b2evo won't warn about it + Fmv /var/www/b2evolution/blogs/install{,.dist} + # deny for nobody so that it won't be reachable by default even + # with the renamed path + chmod 750 $Fdestdir/var/www/b2evolution/blogs/install.dist Fexe /usr/bin/b2evosetup } From vmiklos at frugalware.org Mon Sep 7 10:39:11 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 10:39:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: git-1.6.4.2-1-i686 Message-ID: <20090907083911.B01E811F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4d8edb91925f11e3d25f190b48fc6d4ce2336fb6 commit 4d8edb91925f11e3d25f190b48fc6d4ce2336fb6 Author: Miklos Vajna Date: Mon Sep 7 10:39:01 2009 +0200 git-1.6.4.2-1-i686 - version bump diff --git a/source/devel-extra/git/FrugalBuild b/source/devel-extra/git/FrugalBuild index 08e26e1..34bd6a0 100644 --- a/source/devel-extra/git/FrugalBuild +++ b/source/devel-extra/git/FrugalBuild @@ -8,7 +8,7 @@ USE_DEVEL=${USE_DEVEL:-"n"} USE_HTMLMAN=${USE_HTMLMAN:-"y"} pkgname=git -pkgver=1.6.4 +pkgver=1.6.4.2 Fuse $USE_DEVEL && pkgver=1.6.1.87.g1562445 pkgrel=1 pkgdesc="A fast, scalable, distributed revision control system." From devil505linux at gmail.com Mon Sep 7 10:56:44 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 10:56:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: osmo-0.2.8-1-i686 * version bump Message-ID: <20090907085644.0F2AB11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=83dcd8b59a85af0d49c6d40f810df45838733287 commit 83dcd8b59a85af0d49c6d40f810df45838733287 Author: Devil505 Date: Mon Sep 7 10:56:05 2009 +0200 osmo-0.2.8-1-i686 * version bump diff --git a/source/xapps-extra/osmo/FrugalBuild b/source/xapps-extra/osmo/FrugalBuild index c4d0963..5073384 100644 --- a/source/xapps-extra/osmo/FrugalBuild +++ b/source/xapps-extra/osmo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=osmo -pkgver=0.2.6 +pkgver=0.2.8 pkgrel=1 pkgdesc="A handy personal organizer which includes calendar, tasks manager and address book modules." _F_sourceforge_dirname="osmo-pim" @@ -14,6 +14,6 @@ depends=('libxau>=1.0.4' 'libxdmcp' 'libgringotts' 'libnotify' 'libical' 'libxex options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('c3b66856e8033b3b35ebad41096761b4fa65abbb') +sha1sums=('49b2f92346618cf1ebbf6d019c6d0baa4a8ee23a') # optimization OK From devil505linux at gmail.com Mon Sep 7 10:59:30 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 10:59:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bleachbit-0.6.3-1-i686 * version bump Message-ID: <20090907085930.E6FAE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=abd991075bea81da76d194a37bbc754fa0b068fe commit abd991075bea81da76d194a37bbc754fa0b068fe Author: Devil505 Date: Mon Sep 7 10:59:20 2009 +0200 bleachbit-0.6.3-1-i686 * version bump diff --git a/source/xapps-extra/bleachbit/FrugalBuild b/source/xapps-extra/bleachbit/FrugalBuild index aed181b..3d643bb 100644 --- a/source/xapps-extra/bleachbit/FrugalBuild +++ b/source/xapps-extra/bleachbit/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=bleachbit -pkgver=0.6.0 +pkgver=0.6.3 pkgrel=1 pkgdesc="BleachBit deletes unnecessary files to free valuable disk space and maintain privacy." depends=('pygtk>=2.14.1-2') @@ -11,7 +11,7 @@ _F_sourceforge_ext=".tar.bz2" Finclude sourceforge groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('0b7138c6829b866dc70b2d18dc0164ae4e6ac8db') +sha1sums=('3441fcceb8abaee6578457289a8f54583e6dc671') build() { Fsed "prefix ?= /usr/local" "prefix ?= /usr" Makefile From devil505linux at gmail.com Mon Sep 7 11:04:02 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:04:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gsmartcontrol-0.8.5-1-i686 * version bump Message-ID: <20090907090402.39A2411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f59542c41368f63979a51e9a708786800f8388e7 commit f59542c41368f63979a51e9a708786800f8388e7 Author: Devil505 Date: Mon Sep 7 11:03:37 2009 +0200 gsmartcontrol-0.8.5-1-i686 * version bump diff --git a/source/xapps-extra/gsmartcontrol/FrugalBuild b/source/xapps-extra/gsmartcontrol/FrugalBuild index 9a28baa..d7c5c5a 100644 --- a/source/xapps-extra/gsmartcontrol/FrugalBuild +++ b/source/xapps-extra/gsmartcontrol/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=gsmartcontrol -pkgver=0.8.4 -pkgrel=2 +pkgver=0.8.5 +pkgrel=1 pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." depends=('smartmontools' 'gtkmm>=2.16.0-2' 'libxau>=1.0.4-1' 'libxdmcp' 'freetype2' 'pcre' 'libxext' 'libxdamage' 'libxml2') options=('scriptlet') @@ -14,7 +14,7 @@ Finclude berlios gnome-scriptlet source=($source gcc4.diff) groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('ce41c672992d52497ca348a328e9db69e8b4049e' \ +sha1sums=('ac14276b64931e7f377910df4f2ebd1973bd604d' \ '211b524043ca357a31f6f2650b9cad96865ed6d0') # optimization OK From devil505linux at gmail.com Mon Sep 7 11:09:17 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:09:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-privacy-please-0.6.0-1-i686 * version bump Message-ID: <20090907090917.B888211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f81cc314839914e2e5dc33352ef2665621a5d67a commit f81cc314839914e2e5dc33352ef2665621a5d67a Author: Devil505 Date: Mon Sep 7 11:08:51 2009 +0200 pidgin-privacy-please-0.6.0-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-privacy-please/FrugalBuild b/source/xapps-extra/pidgin-privacy-please/FrugalBuild index cf4f710..0bd7a43 100644 --- a/source/xapps-extra/pidgin-privacy-please/FrugalBuild +++ b/source/xapps-extra/pidgin-privacy-please/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-privacy-please -pkgver=0.5.4 +pkgver=0.6.0 pkgrel=1 pkgdesc="A privacy plugin for the pidgin instant messenger." depends=('pidgin>=2.5.6-2') @@ -10,6 +10,6 @@ options=('scriptlet') Finclude googlecode groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('8e5eacec759240cae56a591413e7451aed13c09f') +sha1sums=('f87a362e7681ebeec676d84e1f2615762f183e09') # optimization OK From vmiklos at frugalware.org Mon Sep 7 11:11:49 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 11:11:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bzr-svn-0.6.4-1-i686 Message-ID: <20090907091149.D432711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a459d2fe502a9e9d7dccda0b05968aec31e7933f commit a459d2fe502a9e9d7dccda0b05968aec31e7933f Author: Miklos Vajna Date: Mon Sep 7 10:51:24 2009 +0200 bzr-svn-0.6.4-1-i686 - version bump diff --git a/source/devel-extra/bzr-svn/FrugalBuild b/source/devel-extra/bzr-svn/FrugalBuild index bdf418d..d472064 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.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Subversion branch support for Bazaar" url="http://bazaar-vcs.org/BzrForeignBranches/Subversion" From vmiklos at frugalware.org Mon Sep 7 11:11:49 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 11:11:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-3.0-3.1.1-1-i686 Message-ID: <20090907091149.F2B3811F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cfd8d4105c9dbccb9533b20612d3303e4e1532db commit cfd8d4105c9dbccb9533b20612d3303e4e1532db Author: Miklos Vajna Date: Mon Sep 7 11:02:59 2009 +0200 python-3.0-3.1.1-1-i686 - version bump diff --git a/source/devel-extra/python-3.0/FrugalBuild b/source/devel-extra/python-3.0/FrugalBuild index f11de96..a744191 100644 --- a/source/devel-extra/python-3.0/FrugalBuild +++ b/source/devel-extra/python-3.0/FrugalBuild @@ -4,7 +4,7 @@ USE_GUI=${USE_GUI:-"y"} pkgname=python-3.0 -pkgver=3.1 +pkgver=3.1.1 shortpkgver=3.1 # 2.3 if $pkgver=2.3.4 pkgrel=1 pkgdesc="A high-level scripting language" @@ -19,7 +19,7 @@ _F_archive_name="Python" _F_archive_ext=".tgz" up2date="Flasttar $url/download/" source=(http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.bz2) -sha1sums=('f8c610f47e6c9420314e48871b9c697a93ed2e42') +sha1sums=('42eb37bf75fae5731f6df1b195902960ae1789e0') subpkgs=("$pkgname-tools" "$pkgname-sqlite3") subdescs=("Optional development tools to extending Python" "Python support for sqlite3") From vmiklos at frugalware.org Mon Sep 7 11:11:50 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 11:11:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: python-2.6.2-2-i686 Message-ID: <20090907091150.1822011F0028@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bbdde96e0a9f043696f6ecab6ad9ac7e404841cb commit bbdde96e0a9f043696f6ecab6ad9ac7e404841cb Author: Miklos Vajna Date: Mon Sep 7 11:07:46 2009 +0200 python-2.6.2-2-i686 - move the -sqlite3 subpkg to extra - make it depend on sqlite3 diff --git a/source/devel/python/FrugalBuild b/source/devel/python/FrugalBuild index 9f68b44..d7a13d8 100644 --- a/source/devel/python/FrugalBuild +++ b/source/devel/python/FrugalBuild @@ -6,7 +6,7 @@ USE_GUI=${USE_GUI:-"y"} pkgname=python pkgver=2.6.2 shortpkgver=2.6 # 2.3 if $pkgver=2.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level scripting language" url="http://www.python.org" depends=('glibc>=2.8-3' 'db>=4.7.25-2' 'bzip2>=1.0.5-2' 'gdbm>=1.8.3-5' 'openssl>=0.9.8-14' 'glib2>=2.16.4-2') @@ -23,9 +23,8 @@ sha1sums=('125d4ed90f82de1d44f288150bbbda23a6cd27a4') subpkgs=("$pkgname-tools" "$pkgname-sqlite3") subdescs=("Optional development tools to extending Python" "Python support for sqlite3") -# s/devel devel-core/devel-extra/ can be done after Frugalware-1.0 is out -subgroups=('devel-extra' 'devel devel-core') -subdepends=('python' "python=$pkgver-$pkgrel") +subgroups=('devel-extra' 'devel-extra') +subdepends=('python' "python=$pkgver-$pkgrel sqlite3") subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') [ "$CARCH" == "x86_64" ] && export CFLAGS="$CFLAGS -fPIC" From vmiklos at frugalware.org Mon Sep 7 11:11:50 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 11:11:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: fakeroot-1.13-1-i686 Message-ID: <20090907091150.3040811F0029@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8f3cd4583463f96fb2181eed6bdceba59ef3622a commit 8f3cd4583463f96fb2181eed6bdceba59ef3622a Author: Miklos Vajna Date: Mon Sep 7 11:08:54 2009 +0200 fakeroot-1.13-1-i686 - version bump diff --git a/source/devel/fakeroot/FrugalBuild b/source/devel/fakeroot/FrugalBuild index 2d18b05..17576ff 100644 --- a/source/devel/fakeroot/FrugalBuild +++ b/source/devel/fakeroot/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: Miklos Vajna pkgname=fakeroot -pkgver=1.12.5 +pkgver=1.13 pkgrel=1 pkgdesc="Gives a fake root environment" url="http://packages.debian.org/unstable/utils/fakeroot" @@ -13,7 +13,7 @@ groups=('devel' 'devel-core') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://ftp.debian.org/debian/pool/main/f/fakeroot/?M=A|grep gz$|sed -n 's/.*_\(.*\)\.t.*/\1/;$ p'" source=(http://ftp.debian.org/debian/pool/main/f/fakeroot/${pkgname}_$pkgver.tar.gz) -sha1sums=('7351588ebcb30a55be32f32a97a61bf2872a86b2') +sha1sums=('49d9ee41e6a30af36ad42bc214b70c683b82e212') build() { From vmiklos at frugalware.org Mon Sep 7 11:11:50 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 11:11:50 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: flowplayer-3.1.3-1-i686 Message-ID: <20090907091150.471A711F002A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2ebe73d74fcf371ab513d17661bf7db3bc38a185 commit 2ebe73d74fcf371ab513d17661bf7db3bc38a185 Author: Miklos Vajna Date: Mon Sep 7 11:11:25 2009 +0200 flowplayer-3.1.3-1-i686 - version bump diff --git a/source/network-extra/flowplayer/FrugalBuild b/source/network-extra/flowplayer/FrugalBuild index b54ce63..a094e24 100644 --- a/source/network-extra/flowplayer/FrugalBuild +++ b/source/network-extra/flowplayer/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Miklos Vajna pkgname=flowplayer -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="A video player for Flash Video in FLV format." url="http://flowplayer.org/" @@ -14,7 +14,7 @@ _F_archive_grepv="src" up2date="Flastarchive http://flowplayer.org/download/index.html .zip" source=(http://flowplayer.org/releases/flowplayer/flowplayer-$pkgver.zip \ README.Frugalware) -sha1sums=('610dd291d7593d8bcb7a1cdf723028fb023e290a' \ +sha1sums=('d9f0741bb0980f1c72ba477b65b692af50cb3246' \ '8ea76d8a45d07c872ca4484b8d9f16c814d64fb9') build() From devil505linux at gmail.com Mon Sep 7 11:11:53 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:11:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-sipe-1.6.2-1-i686 * version bump Message-ID: <20090907091153.57D9B11F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce6af69c786ead6f78a2de034d44f6b6b80c3498 commit ce6af69c786ead6f78a2de034d44f6b6b80c3498 Author: Devil505 Date: Mon Sep 7 11:11:33 2009 +0200 pidgin-sipe-1.6.2-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-sipe/FrugalBuild b/source/xapps-extra/pidgin-sipe/FrugalBuild index 0344316..af98820 100644 --- a/source/xapps-extra/pidgin-sipe/FrugalBuild +++ b/source/xapps-extra/pidgin-sipe/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-sipe -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="Pidgin Plug-in SIPE (Sip Exchange Protocol)" depends=('pidgin>=2.5.6-2' 'zlib') @@ -14,6 +14,6 @@ _F_sourceforge_realname="$_F_sourceforge_dirname" Finclude sourceforge groups=('xapps-extra') archs=('i686' 'x86_64') -sha1sums=('3e3f6f60599024dc19fb5c954b4902474d36bf20') +sha1sums=('2023bd75c7ac7f2d8a842c1a1dad9b423c5bc4ce') # optimization OK From devil505linux at gmail.com Mon Sep 7 11:14:35 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:14:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: conky-1.7.2-1-i686 * version bump Message-ID: <20090907091435.AD95A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b6fb31b25b9fe720b43affde81e2734686343a89 commit b6fb31b25b9fe720b43affde81e2734686343a89 Author: Devil505 Date: Mon Sep 7 11:14:20 2009 +0200 conky-1.7.2-1-i686 * version bump diff --git a/source/xapps-extra/conky/FrugalBuild b/source/xapps-extra/conky/FrugalBuild index 647dc55..358013f 100644 --- a/source/xapps-extra/conky/FrugalBuild +++ b/source/xapps-extra/conky/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: DNAku pkgname=conky -pkgver=1.7.1.1 -pkgrel=2 +pkgver=1.7.2 +pkgrel=1 pkgdesc="Light-weight system monitor." _F_sourceforge_ext=".tar.bz2" Finclude sourceforge @@ -13,7 +13,7 @@ makedepends=('xorg-server') groups=('xapps-extra') archs=('i686' 'x86_64') #source=($source header.diff) -sha1sums=('e8a5a814c156b17aa32614e77a25389e00f1cf02') +sha1sums=('3f4e5cc13651fbf94892b079d447a8549818809e') build() { From devil505linux at gmail.com Mon Sep 7 11:19:53 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:19:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bluemindo-0.3-1-i686 * version bump * dropped useless patch Message-ID: <20090907091953.B15D411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3f6bb5feab593b7dc63505cbbe70e2370e606430 commit 3f6bb5feab593b7dc63505cbbe70e2370e606430 Author: Devil505 Date: Mon Sep 7 11:19:29 2009 +0200 bluemindo-0.3-1-i686 * version bump * dropped useless patch diff --git a/source/xapps-extra/bluemindo/Fix_Makefile.diff b/source/xapps-extra/bluemindo/Fix_Makefile.diff deleted file mode 100644 index 66a37aa..0000000 --- a/source/xapps-extra/bluemindo/Fix_Makefile.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- bluemindo-0.2.1/Makefile.old 2008-06-22 15:06:14.000000000 +0200 -+++ bluemindo-0.2.1/Makefile 2008-06-22 21:39:02.000000000 +0200 -@@ -11,8 +11,8 @@ - install -m644 data/glade/*.glade $(DATADIR)/bluemindo/glade - install -m666 COPYING $(DATADIR)/bluemindo - -- install -m644 data/misc/Bluemindo.desktop $(DATADIR)/applications -- install -m644 data/misc/bluemindo.png $(DATADIR)/pixmaps -+ install -m644 data/misc/Bluemindo.desktop $(DATADIR)/applications/Bluemindo.desktop -+ install -m644 data/misc/bluemindo.png $(DATADIR)/pixmaps/bluemindo.png - install -m755 data/misc/bluemindo $(BIN) - - for sourcedir in `find src/ -type d | grep -v '.svn' | grep -v '.pyc' | sed 's:src/::g'` ; do \ diff --git a/source/xapps-extra/bluemindo/FrugalBuild b/source/xapps-extra/bluemindo/FrugalBuild index c8dcbfa..1ec2697 100644 --- a/source/xapps-extra/bluemindo/FrugalBuild +++ b/source/xapps-extra/bluemindo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=bluemindo -pkgver=0.2.1 +pkgver=0.3 pkgrel=1 pkgdesc="A really simple but powerful audio player in Python/PyGTK, using Gstreamer." url="http://bluemindo.codingteam.net/" @@ -11,17 +11,12 @@ options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://codingteam.net/project/bluemindo/download" -source=(http://codingteam.net/project/bluemindo/download/file/$pkgname-$pkgver.tar.gz Fix_Makefile.diff) -sha1sums=('53b5443e6b2ae705fb2c192386c8577e32a01925' \ - 'e27c999273adbd8f729afc1007ef0853a1d244b1') +source=(http://codingteam.net/project/bluemindo/download/file/$pkgname-$pkgver.tar.gz) +sha1sums=('233ba827455682a49a6561db6f58f3166e38a79b') build() { - Fmkdir usr/share/locale/fr/LC_MESSAGES - Fmkdir usr/share/locale/sk/LC_MESSAGES - Fmkdir usr/share/applications - Fmkdir usr/share/pixmaps - Fpatchall + Fmkdir usr/share/{applications,man/man1,pixmaps} Fcd Fmakeinstall } From devil505linux at gmail.com Mon Sep 7 11:23:05 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:23:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pidgin-twitter-0.8.5-1-i686 * version bump Message-ID: <20090907092305.61BCF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c1d290bf7373951338e8c3ec2ef638076ef20673 commit c1d290bf7373951338e8c3ec2ef638076ef20673 Author: Devil505 Date: Mon Sep 7 11:22:47 2009 +0200 pidgin-twitter-0.8.5-1-i686 * version bump diff --git a/source/xapps-extra/pidgin-twitter/FrugalBuild b/source/xapps-extra/pidgin-twitter/FrugalBuild index c6b8f27..6751b1e 100644 --- a/source/xapps-extra/pidgin-twitter/FrugalBuild +++ b/source/xapps-extra/pidgin-twitter/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=pidgin-twitter -pkgver=0.8.4 +pkgver=0.8.5 pkgrel=1 pkgdesc="pidgin plugin for Twitter and similar services" url="http://honeyplanet.jp/$pkgname" @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url | Flasttar" source=(http://honeyplanet.jp/$pkgname-$pkgver.tar.gz) -sha1sums=('ddcae4d087d23244287a9b54a41e30c7463f3289') +sha1sums=('38199db84c4b92a8d563c3672c31b89f9bbc5846') build() { Fcd From devil505linux at gmail.com Mon Sep 7 11:35:47 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 11:35:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: denemo-0.8.8-1-i686 * version bump Message-ID: <20090907093547.44FFF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5262152f87d2d43c2fe51d30629fe4f3378ed2ad commit 5262152f87d2d43c2fe51d30629fe4f3378ed2ad Author: Devil505 Date: Mon Sep 7 11:35:14 2009 +0200 denemo-0.8.8-1-i686 * version bump diff --git a/source/xapps-extra/denemo/FrugalBuild b/source/xapps-extra/denemo/FrugalBuild index 5879800..40c2c35 100644 --- a/source/xapps-extra/denemo/FrugalBuild +++ b/source/xapps-extra/denemo/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=denemo -pkgver=0.8.6 +pkgver=0.8.8 pkgrel=1 pkgdesc="GTK+ graphical music notation editor." url="http://savannah.gnu.org/projects/$pkgname" @@ -18,6 +18,6 @@ Fconfopts="${Fconfopts[@]} --enable-gtk2 \ --with-plugins="analysis,midiinput,rumour"" up2date="Flasttar http://mirrors.linhub.com/savannah/$pkgname/" source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('02af49272eb93ad8e2d2eef121204dcda5493044') +sha1sums=('2ca10509267ce1c9fd6d355063f3cd418fd3e57c') # optimization OK From elentir at mailoo.org Mon Sep 7 11:53:49 2009 From: elentir at mailoo.org (Elentir) Date: Mon, 7 Sep 2009 11:53:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: r-2.9.2-1-i686 Message-ID: <20090907095349.9D87211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=84425b7222fb62bb7421504cccc551790aead709 commit 84425b7222fb62bb7421504cccc551790aead709 Author: Elentir Date: Mon Sep 7 11:54:59 2009 +0200 r-2.9.2-1-i686 * version bump diff --git a/source/xapps-extra/r/FrugalBuild b/source/xapps-extra/r/FrugalBuild index 0adb258..c66b4e2 100644 --- a/source/xapps-extra/r/FrugalBuild +++ b/source/xapps-extra/r/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Elentir pkgname=r -pkgver=2.9.1 +pkgver=2.9.2 pkgrel=1 pkgdesc="R is a language and environment for statistical computing and graphics." url="http://www.r-project.org" @@ -13,7 +13,7 @@ archs=('i686' 'x86_64') _F_archive_name="R" source=("http://cran.r-project.org/src/base/R-2/$_F_archive_name-$pkgver.tar.gz") up2date="Flasttar http://cran.r-project.org/src/base/R-2/" -sha1sums=('59bcc4e775db5c681aefbfafe9fc357bc99e1fad') +sha1sums=('3934743b67a57691db724606c575e38a35ecb590') unset MAKEFLAGS # optimization OK From jercel16 at gmail.com Mon Sep 7 11:54:45 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 11:54:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: viewnior-0.7-1-x86_64 Message-ID: <20090907095445.3613111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f39cc2cf9bcf0f7c84cbcb62a0bbaa1a8d53222c commit f39cc2cf9bcf0f7c84cbcb62a0bbaa1a8d53222c Author: jercel Date: Mon Sep 7 11:53:02 2009 +0200 viewnior-0.7-1-x86_64 * Version bump diff --git a/source/xapps-extra/viewnior/FrugalBuild b/source/xapps-extra/viewnior/FrugalBuild index f89b30e..a0e178b 100644 --- a/source/xapps-extra/viewnior/FrugalBuild +++ b/source/xapps-extra/viewnior/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=viewnior -pkgver=0.6 +pkgver=0.7 pkgrel=1 pkgdesc="This is an fast and elegant image viewer program" url="http://xsisqox.github.com/Viewnior/" @@ -16,6 +16,6 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar ${url}download.html" source=(http://cloud.github.com/downloads/xsisqox/Viewnior/$pkgname-$pkgver.tar.gz) -sha1sums=('fda78ec62a3d1ffce05e7ddbae17005e73c1a282') +sha1sums=('c47cc2df7f5a2e4e2383bedbb454c5ecd1400905') # optimization OK From devil505linux at gmail.com Mon Sep 7 12:10:58 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 12:10:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: smile-0.9.13-1-i686 * version bump Message-ID: <20090907101058.9E07E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ab2d9141e0d544d37b6bb848374587fdf7947ca3 commit ab2d9141e0d544d37b6bb848374587fdf7947ca3 Author: Devil505 Date: Mon Sep 7 12:10:16 2009 +0200 smile-0.9.13-1-i686 * version bump diff --git a/source/xapps-extra/smile/FrugalBuild b/source/xapps-extra/smile/FrugalBuild index 8fb0023..f2ccbf2 100644 --- a/source/xapps-extra/smile/FrugalBuild +++ b/source/xapps-extra/smile/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Fafab pkgname=smile -pkgver=0.9.10 +pkgver=0.9.13 pkgrel=1 pkgdesc="Slideshow Maker In Linux Environnement" url="http://smile.tuxfamily.org/" @@ -13,7 +13,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://download.tuxfamily.org/smiletool/" source=(http://download.tuxfamily.org/smiletool/$pkgname-$pkgver.tar.gz) -sha1sums=('94f2e8986e8e5df915157b403270b72dd1a31892') +sha1sums=('62939c498037fd72792c0a6ed263a9b54af21bcf') _F_cd_path=$pkgname _F_desktop_name="Smile" From elentir at mailoo.org Mon Sep 7 12:31:14 2009 From: elentir at mailoo.org (Elentir) Date: Mon, 7 Sep 2009 12:31:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libsigsegv-2.7-1-i686 Message-ID: <20090907103114.AFC6711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7ed5daa4b1f5196db866aa2944ed979fb77d0f50 commit 7ed5daa4b1f5196db866aa2944ed979fb77d0f50 Author: Elentir Date: Mon Sep 7 12:31:08 2009 +0200 libsigsegv-2.7-1-i686 * version bump * enable shared library diff --git a/source/lib-extra/libsigsegv/FrugalBuild b/source/lib-extra/libsigsegv/FrugalBuild index c630433..8db4861 100644 --- a/source/lib-extra/libsigsegv/FrugalBuild +++ b/source/lib-extra/libsigsegv/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Elentir pkgname=libsigsegv -pkgver=2.6 +pkgver=2.7 pkgrel=1 pkgdesc="GNU libsigsegv is a library for handling page faults in user mode." url="http://savannah.gnu.org/projects/$pkgname/" @@ -12,5 +12,7 @@ signatures=($source.sig) depends=('glibc') groups=('lib-extra') archs=('i686' 'x86_64') +sha1sums=('ef515a9d81b50b83981b73fdfea84d8f5fd8a141') +Fconfopts="$Fconfopts --enable-shared" # optimization OK From jercel16 at gmail.com Mon Sep 7 12:40:28 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 12:40:28 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lyx-1.6.4.1-1-x86_64 Message-ID: <20090907104028.4F26F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0f7d7c0d7674054e8bea27d7017afd17726c2550 commit 0f7d7c0d7674054e8bea27d7017afd17726c2550 Author: jercel Date: Mon Sep 7 12:30:36 2009 +0200 lyx-1.6.4.1-1-x86_64 * version bump diff --git a/source/xapps-extra/lyx/FrugalBuild b/source/xapps-extra/lyx/FrugalBuild index 114e1d2..0afbb80 100644 --- a/source/xapps-extra/lyx/FrugalBuild +++ b/source/xapps-extra/lyx/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Bence Nagy pkgname=lyx -pkgver=1.6.3 +pkgver=1.6.4.1 pkgrel=1 pkgdesc="An advanced open-source document processor based on TeX" url='http://www.lyx.org' @@ -14,7 +14,7 @@ archs=('i686' 'x86_64') options=('scriptlet') up2date="lynx -dump 'ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/'|Flasttar" source=(ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$pkgname-$pkgver.tar.gz) -sha1sums=('1b2f978c31ebbba7c20163a3cfef198341df944f') +sha1sums=('2476b2e1dfd634bfcd67027b376736a0fcf53cbf') _F_desktop_categories="Application;Office;" _F_desktop_icon="/usr/share/lyx/images/lyx.png" build() From jercel16 at gmail.com Mon Sep 7 12:42:48 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 12:42:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gitg-0.0.5-1-x86_64 Message-ID: <20090907104248.73ED011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=20eecd38633f2eb4cf0ea305d1f91a94719d68b3 commit 20eecd38633f2eb4cf0ea305d1f91a94719d68b3 Author: jercel Date: Mon Sep 7 12:42:24 2009 +0200 gitg-0.0.5-1-x86_64 * version bump diff --git a/source/gnome-extra/gitg/FrugalBuild b/source/gnome-extra/gitg/FrugalBuild index 7bf1ca5..869473e 100644 --- a/source/gnome-extra/gitg/FrugalBuild +++ b/source/gnome-extra/gitg/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=gitg -pkgver=0.0.4 +pkgver=0.0.5 pkgrel=1 pkgdesc="gitg is a git repository viewer targeting gtk+/Gnome" depends=('gtksourceview>=2.6.2-2' 'libxdmcp>=1.0.2-2' 'zlib' 'gconf>=2.26.2-2' 'libxinerama>=1.0.3' 'libxi>=1.2.1' 'libxcursor>=1.1.9-2') @@ -14,5 +14,5 @@ options=('scriptlet') Finclude gnome gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('9d5c138ffd324bd166f55d458089c3da5d8f5982') +sha1sums=('1a71f0d4bcc212dd2a910ddd9578b65229994f05') # optimization OK From jercel16 at gmail.com Mon Sep 7 12:44:45 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 12:44:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gmchess-0.20.2-1-x86_64 Message-ID: <20090907104445.8AD9411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a74c95987beb348d7ff78e557bd6afc26ecd5bbe commit a74c95987beb348d7ff78e557bd6afc26ecd5bbe Author: jercel Date: Mon Sep 7 12:44:03 2009 +0200 gmchess-0.20.2-1-x86_64 * version bump diff --git a/source/games-extra/gmchess/FrugalBuild b/source/games-extra/gmchess/FrugalBuild index 2974016..8264771 100644 --- a/source/games-extra/gmchess/FrugalBuild +++ b/source/games-extra/gmchess/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=gmchess -pkgver=0.20.1 +pkgver=0.20.2 pkgrel=1 pkgdesc="Play game in chinese chess. play with human and AI. read the chess record." depends=('gtkmm' 'libglademm') @@ -12,5 +12,5 @@ _F_googlecode_ext=".tar.bz2" Finclude googlecode groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('f0816c7fea36dc80a986ea43cfe9388e7a8c712c') +sha1sums=('968f72e43fe6954a13445eac2178a8b4b8a6d16e') # optimization OK From jercel16 at gmail.com Mon Sep 7 12:45:41 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 12:45:41 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libv4l-0.6.1-1-x86_64 Message-ID: <20090907104541.DA2C911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3882b91209f08e0c1e50b5e93b1036138e565ea4 commit 3882b91209f08e0c1e50b5e93b1036138e565ea4 Author: jercel Date: Mon Sep 7 12:45:28 2009 +0200 libv4l-0.6.1-1-x86_64 * version bump diff --git a/source/lib-extra/libv4l/FrugalBuild b/source/lib-extra/libv4l/FrugalBuild index bf135c1..40a5b26 100644 --- a/source/lib-extra/libv4l/FrugalBuild +++ b/source/lib-extra/libv4l/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=libv4l -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="Libraries which adds a thin abstraction layer on top of video4linux2 devices" url="http://hansdegoede.livejournal.com/" @@ -11,10 +11,10 @@ groups=('lib-extra') archs=('i686' 'x86_64') up2date="elinks -dump 'http://people.atrpms.net/~hdegoede/' | Flasttar" source=(http://people.atrpms.net/~hdegoede/$pkgname-$pkgver.tar.gz) -sha1sums=('c1b21c26063277b48ac430b6affd9ebebd0e4536') +sha1sums=('8ce2d9dcf1413b38e6b3a01fcea6b035d1dd3f51') build() { Fcd Fmake Fmakeinstall DESTDIR=${Fdestdir} PREFIX=/usr -} \ No newline at end of file +} From jercel16 at gmail.com Mon Sep 7 12:50:05 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 12:50:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: obtheme-0.5.8-1-x86_64 Message-ID: <20090907105005.A5D0C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5d1fe51ef1d87a326e86b214c4d0e010f5a39a59 commit 5d1fe51ef1d87a326e86b214c4d0e010f5a39a59 Author: jercel Date: Mon Sep 7 12:49:53 2009 +0200 obtheme-0.5.8-1-x86_64 * version bump diff --git a/source/xapps-extra/obtheme/FrugalBuild b/source/xapps-extra/obtheme/FrugalBuild index db4b25a..75d1e95 100644 --- a/source/xapps-extra/obtheme/FrugalBuild +++ b/source/xapps-extra/obtheme/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: jercel pkgname=obtheme -pkgver=0.5.4 -pkgrel=2 +pkgver=0.5.8 +pkgrel=1 pkgdesc="A GUI theme editor for Openbox." url="http://xyne.archlinux.ca/info/obtheme" depends=('pygtk>=2.14.1-2' 'fuse-python') @@ -12,7 +12,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="Flasttar http://xyne.archlinux.ca/src/" source=(http://xyne.archlinux.ca/src/$pkgname-$pkgver.tar.gz) -sha1sums=('4cca99b381a0adf0b2e7d2df07032a07c0a03638') +sha1sums=('ed2fbbc78f5ba53e77f9e5376b41be7892b90645') _F_cd_path="$pkgname" _F_desktop_name="Obtheme" _F_desktop_desc="Theme editor for Openbox" From jercel16 at gmail.com Mon Sep 7 12:58:12 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 12:58:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: liferea-1.7.1-1-x86_64 Message-ID: <20090907105812.624AC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=de2100556162ce316af63cec63bf5d92f5cbf613 commit de2100556162ce316af63cec63bf5d92f5cbf613 Author: jercel Date: Mon Sep 7 12:56:50 2009 +0200 liferea-1.7.1-1-x86_64 * version bump diff --git a/source/gnome-extra/liferea/FrugalBuild b/source/gnome-extra/liferea/FrugalBuild index 56320d9..95f2a36 100644 --- a/source/gnome-extra/liferea/FrugalBuild +++ b/source/gnome-extra/liferea/FrugalBuild @@ -2,20 +2,20 @@ # Maintainer: jercel pkgname=liferea -pkgver=1.6.0 +pkgver=1.7.1 pkgrel=1 pkgdesc="Liferea is a news aggregator for online news feeds." license="GPL2" groups=('gnome-extra') archs=('i686' 'x86_64') depends=('gconf' 'libxslt' 'libglade' 'webkit' 'libice' 'libnotify' 'atk' 'libxau' 'libxdmcp' 'zlib' \ - 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libxdamage' 'libjpeg' 'libxt' 'e2fsprogs' 'libgcc' 'lua') + 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'libxdamage' 'libjpeg' 'libxt' 'e2fsprogs' 'libgcc' 'lua' 'unique') makedepends=('intltool') options=('scriptlet') _F_gnome_schemas=('/etc/gconf/schemas/liferea.schemas') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet -sha1sums=('1adbcc29c43070e03a941d150efc805bed97cc99') +sha1sums=('f6a368d0127bea22ace7051215b414984d617384') # optimization OK From jercel16 at gmail.com Mon Sep 7 13:12:21 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:12:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: vde2-2.2.3-1-x86_64 Message-ID: <20090907111221.5144511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0bc412407816fa29c5f6e60b355ad97977600992 commit 0bc412407816fa29c5f6e60b355ad97977600992 Author: jercel Date: Mon Sep 7 13:11:51 2009 +0200 vde2-2.2.3-1-x86_64 * version bump diff --git a/source/network-extra/vde2/FrugalBuild b/source/network-extra/vde2/FrugalBuild index 8f1012d..b900202 100644 --- a/source/network-extra/vde2/FrugalBuild +++ b/source/network-extra/vde2/FrugalBuild @@ -3,8 +3,8 @@ # Maintainer: jercel pkgname=vde2 -pkgver=2.2.2 -pkgrel=2 +pkgver=2.2.3 +pkgrel=1 pkgdesc="Emulates ethernet switches over existing connections." depends=('glibc') groups=('network-extra') @@ -13,5 +13,5 @@ _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname="vde" Finclude sourceforge url="http://vde.sourceforge.net/" -sha1sums=('aca69699cb5f7cd5dec71daaf5d4bc9f05450315') +sha1sums=('de5b1009e1740f68c3feae6c059855affc28cac5') # optimization OK From jercel16 at gmail.com Mon Sep 7 13:21:12 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:21:12 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: ufw-0.29-1-x86_64 Message-ID: <20090907112112.DFACF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d67ffb6fce1538bd6edbc295fd94a6de5cffa31f commit d67ffb6fce1538bd6edbc295fd94a6de5cffa31f Author: jercel Date: Mon Sep 7 13:20:43 2009 +0200 ufw-0.29-1-x86_64 * version bump diff --git a/source/network-extra/ufw/FrugalBuild b/source/network-extra/ufw/FrugalBuild index eb1a6fe..12fd627 100644 --- a/source/network-extra/ufw/FrugalBuild +++ b/source/network-extra/ufw/FrugalBuild @@ -2,19 +2,19 @@ # Maintainer: jercel pkgname=ufw -pkgver=0.28 +pkgver=0.29 pkgrel=1 pkgdesc="Uncomplicated Firewall is program for managing a netfilter firewall" url="https://launchpad.net/ufw" -depends=('iptables>=1.4' 'python>=2.6.1' 'sed>=3.95') +depends=('iptables>=1.4.4' 'python>=2.6.2' 'sed>=4.2.1') _F_rcd_name="$pkgname" groups=('network-extra') archs=('i686' 'x86_64') up2date="elinks -dump https://launchpad.net/ufw/+download | Flasttar" backup=(etc/ufw/after.rules etc/ufw/after6.rules etc/ufw/before.rules etc/ufw/before6.rules \ etc/ufw/sysctl.conf etc/ufw/ufw.conf) -source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz rc.ufw) -sha1sums=('702018316798da7ee4501e392c14c983e7ccc9cc' \ +source=(http://launchpad.net/$pkgname/$pkgver/$pkgver/+download/$pkgname-$pkgver.tar.gz rc.ufw) +sha1sums=('61b56c1f11d28efaf88a4d5cffc054dd843a4f35' \ '81539812acafc4db9939e6b718d571ac98330bd6') build() { From jercel16 at gmail.com Mon Sep 7 13:36:32 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:36:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: adg-0.5.0-1-x86_64 Message-ID: <20090907113632.555DE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c4d4e853ae8e032bf32e8ce01115d422c31418be commit c4d4e853ae8e032bf32e8ce01115d422c31418be Author: jercel Date: Mon Sep 7 13:36:11 2009 +0200 adg-0.5.0-1-x86_64 * version bump diff --git a/source/lib-extra/adg/FrugalBuild b/source/lib-extra/adg/FrugalBuild index 8795041..488c680 100644 --- a/source/lib-extra/adg/FrugalBuild +++ b/source/lib-extra/adg/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: jercel pkgname=adg -pkgver=0.4.3 +pkgver=0.5.0 pkgrel=1 pkgdesc="Automatic Drawing Generation is GObject-based library designed for generating technical drawings" depends=('gtk+2' 'glib2' 'cairo') @@ -11,4 +11,4 @@ _F_sourceforge_ext=".tar.bz2" Finclude sourceforge groups=('lib-extra') archs=('i686' 'x86_64') -sha1sums=('98a408471c4ccc0f941752c67b63dc25763d21a1') \ No newline at end of file +sha1sums=('eb854c6971d10e13e12c0de2aed37e52aa6b3c03') From jercel16 at gmail.com Mon Sep 7 13:41:36 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:41:36 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: pyopengl-3.0.1a3-1-x86_64 Message-ID: <20090907114136.4499711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3d25b3c3fd4d08cb236992c2abb93e48997f7d28 commit 3d25b3c3fd4d08cb236992c2abb93e48997f7d28 Author: jercel Date: Mon Sep 7 13:40:39 2009 +0200 pyopengl-3.0.1a3-1-x86_64 * version bump diff --git a/source/xlib-extra/pyopengl/FrugalBuild b/source/xlib-extra/pyopengl/FrugalBuild index 625abab..437b5a6 100644 --- a/source/xlib-extra/pyopengl/FrugalBuild +++ b/source/xlib-extra/pyopengl/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: jercel pkgname=pyopengl -pkgver=3.0.1a2 +pkgver=3.0.1a3 pkgrel=1 pkgdesc="OpenGL implementation for python" -depends=('python>=2.6' 'freeglut' 'libxi' 'libxmu' 'python-ctypes') +depends=('python>=2.6.2' 'freeglut' 'libxi' 'libxmu>=1.0.4-2' 'python-ctypes') makedepends=('setuptools') license="BSD" groups=('xlib-extra') @@ -16,4 +16,4 @@ _F_sourceforge_dirname="pyopengl" Finclude sourceforge url="http://pyopengl.sourceforge.net/" _F_cd_path="PyOpenGL-$pkgver" -sha1sums=('221d183b95725c28d21a97f9c30b39b60f60551d') +sha1sums=('e21642c165f27b7284f0edfee261b436accbe2e2') From jercel16 at gmail.com Mon Sep 7 13:43:39 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:43:39 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-array-compare-2.01-1-x86_64 Message-ID: <20090907114339.F1EAD11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=969593aeb324a71cd7d1a733af15136254da5a8a commit 969593aeb324a71cd7d1a733af15136254da5a8a Author: jercel Date: Mon Sep 7 13:43:25 2009 +0200 perl-array-compare-2.01-1-x86_64 * version bump diff --git a/source/devel-extra/perl-array-compare/FrugalBuild b/source/devel-extra/perl-array-compare/FrugalBuild index fc3c4f0..e2f485a 100644 --- a/source/devel-extra/perl-array-compare/FrugalBuild +++ b/source/devel-extra/perl-array-compare/FrugalBuild @@ -3,8 +3,8 @@ _F_perl_name=Array-Compare _F_perl_author=D/DA/DAVECROSS -pkgver=2.00 +pkgver=2.01 pkgdesc="Perl extension for comparing arrays." Finclude perl -sha1sums=('2942f2fe33741bf8000b9368b03ebe6e51665e53') +sha1sums=('c053753d4755c29c53ed350b18548ad26d84d6ce') archs=(${archs[@]} 'x86_64' 'ppc') From jercel16 at gmail.com Mon Sep 7 13:46:17 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:46:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-libwww-5.831-1-x86_64 Message-ID: <20090907114617.5EA9511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=12fa0d12b4e9328a8b6eb3ad111bba3a025d8e2f commit 12fa0d12b4e9328a8b6eb3ad111bba3a025d8e2f Author: jercel Date: Mon Sep 7 13:45:51 2009 +0200 perl-libwww-5.831-1-x86_64 * version bump diff --git a/source/devel-extra/perl-libwww/FrugalBuild b/source/devel-extra/perl-libwww/FrugalBuild index a917a62..8d3bdb0 100644 --- a/source/devel-extra/perl-libwww/FrugalBuild +++ b/source/devel-extra/perl-libwww/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: Zsolt Szalai pkgname=perl-libwww -pkgver=5.830 +pkgver=5.831 pkgrel=1 pkgdesc="A set of Perl modules which provides a simple and consistent API to the WWW." url="http://search.cpan.org/~gaas/libwww-perl" @@ -12,7 +12,7 @@ groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump 'http://www.cpan.org/authors/id/G/GA/GAAS/?M=D' |grep libwww-perl.*tar.gz$|sed -n 's/.*-\(.*\)\.t.*/\1/;1 p'" source=(http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-$pkgver.tar.gz) -sha1sums=('996ff9872180d5b741ad371854809102134919c5') +sha1sums=('41785fed7db3a6321e17757393610e5a6ff0dc30') build() { Fcd libwww-perl-$pkgver From jercel16 at gmail.com Mon Sep 7 13:52:15 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:52:15 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-test-warn-0.21-1-x86_64 Message-ID: <20090907115215.8B22711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3059a50293d1ee147d4b9a9d737eebcb1a3f0685 commit 3059a50293d1ee147d4b9a9d737eebcb1a3f0685 Author: jercel Date: Mon Sep 7 13:51:57 2009 +0200 perl-test-warn-0.21-1-x86_64 * version bump diff --git a/source/devel-extra/perl-test-warn/FrugalBuild b/source/devel-extra/perl-test-warn/FrugalBuild index aea9951..21b4b82 100644 --- a/source/devel-extra/perl-test-warn/FrugalBuild +++ b/source/devel-extra/perl-test-warn/FrugalBuild @@ -3,8 +3,9 @@ _F_perl_name=Test-Warn _F_perl_author=C/CH/CHORNY -pkgver=0.11 +_F_perl_ext=".zip" +pkgver=0.21 pkgdesc="Perl extension to test methods for warnings" Finclude perl -sha1sums=('3cad88de96528d9c0154fbd3a23540d115f383d6') +sha1sums=('654a9eb272ddd83fd4d1e6600a05490ce65f77c0') archs=(${archs[@]} 'x86_64' 'ppc') From jercel16 at gmail.com Mon Sep 7 13:55:46 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 13:55:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-poe-component-client-dns-1.050-1-x86_64 Message-ID: <20090907115546.371A511F0028@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b7ab28fa04a34f6306dc085b6d7757d6e002528 commit 4b7ab28fa04a34f6306dc085b6d7757d6e002528 Author: jercel Date: Mon Sep 7 13:55:36 2009 +0200 perl-poe-component-client-dns-1.050-1-x86_64 * version bump diff --git a/source/devel-extra/perl-poe-component-client-dns/FrugalBuild b/source/devel-extra/perl-poe-component-client-dns/FrugalBuild index f27075f..e419484 100644 --- a/source/devel-extra/perl-poe-component-client-dns/FrugalBuild +++ b/source/devel-extra/perl-poe-component-client-dns/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=POE-Component-Client-DNS _F_perl_author=R/RC/RCAPUTO -pkgver=1.04 +pkgver=1.050 pkgrel=1 pkgdesc="non-blocking, concurrent DNS requests" depends=('perl-poe>=0.31' 'perl-net-dns>=0.53') Finclude perl archs=('i686' 'x86_64') -sha1sums=('7ef4d778b41177012547ec76a9d823e356811651') +sha1sums=('41fb924440223f34878f229129799d67dbd6adf9') From jercel16 at gmail.com Mon Sep 7 14:00:42 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 14:00:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-ppi-1.206-1-x86_64 Message-ID: <20090907120042.1BC5A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b337a1f7c9df8a21763da7a03b68cca44d7f797c commit b337a1f7c9df8a21763da7a03b68cca44d7f797c Author: jercel Date: Mon Sep 7 14:00:06 2009 +0200 perl-ppi-1.206-1-x86_64 * version bump diff --git a/source/devel-extra/perl-ppi/FrugalBuild b/source/devel-extra/perl-ppi/FrugalBuild index e95f3a9..cd30279 100644 --- a/source/devel-extra/perl-ppi/FrugalBuild +++ b/source/devel-extra/perl-ppi/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=PPI _F_perl_author=A/AD/ADAMK -pkgver=1.205 +pkgver=1.206 pkgrel=1 pkgdesc="Parse, Analyze and Manipulate Perl (without perl)" Finclude perl depends=('perl-io-string' 'perl-clone' 'perl-list-moreutils' 'perl-params-util' 'perl-task-weaken') pkgname=perl-ppi archs=('i686' 'x86_64' 'ppc') -sha1sums=('c056bf160e4ef8f2221faf9c7b60668d4cb6ed42') +sha1sums=('d2b675276113851c1c2010a67770cf4002e8e9c8') From jercel16 at gmail.com Mon Sep 7 14:15:59 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 14:15:59 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-datetime-timezone-0.96-1-x86_64 Message-ID: <20090907121559.9CB5311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bafb0b6a10d1adfc6d9a30130772c198b3bb8614 commit bafb0b6a10d1adfc6d9a30130772c198b3bb8614 Author: jercel Date: Mon Sep 7 14:15:35 2009 +0200 perl-datetime-timezone-0.96-1-x86_64 * version bump diff --git a/source/devel-extra/perl-datetime-timezone/FrugalBuild b/source/devel-extra/perl-datetime-timezone/FrugalBuild index b07db6d..d54bc41 100644 --- a/source/devel-extra/perl-datetime-timezone/FrugalBuild +++ b/source/devel-extra/perl-datetime-timezone/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=DateTime-TimeZone _F_perl_author=D/DR/DROLSKY -pkgver=0.93 +pkgver=0.96 pkgdesc="Time zone object base class and factory" depends=('perl-class-singleton' 'perl-params-validate') groups=('devel-extra') Finclude perl pkgrel=1 archs=('i686' 'x86_64') -sha1sums=('ea6ff3f83e8151ac8e177c90c7c5533dffe707d2') +sha1sums=('c124b6dbd6a57788e95b73b63a2dd0e42bb76fa9') From jercel16 at gmail.com Mon Sep 7 14:43:01 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 14:43:01 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-poe-component-irc-6.10-1-x86_64 Message-ID: <20090907124301.327DC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3cd42991dd66453faa84e4c1083e7986be8d69d6 commit 3cd42991dd66453faa84e4c1083e7986be8d69d6 Author: jercel Date: Mon Sep 7 14:42:37 2009 +0200 perl-poe-component-irc-6.10-1-x86_64 * version bump diff --git a/source/devel-extra/perl-poe-component-irc/FrugalBuild b/source/devel-extra/perl-poe-component-irc/FrugalBuild index cb28780..15dffbc 100644 --- a/source/devel-extra/perl-poe-component-irc/FrugalBuild +++ b/source/devel-extra/perl-poe-component-irc/FrugalBuild @@ -3,12 +3,12 @@ # Contributor: Zsolt Szalai _F_perl_name=POE-Component-IRC -_F_perl_author=H/HI/HINRIK -pkgver=6.08 +_F_perl_author=B/BI/BINGOS +pkgver=6.10 pkgrel=1 pkgdesc="A fully event-driven IRC client module." depends=('perl-poe' 'perl-poe-filter-ircd>=2.38' 'perl-poe-component-client-dns') Finclude perl groups=('devel-extra') archs=('i686' 'x86_64') -sha1sums=('8481462c3b8c62467395e4acee82fc2179caf8dc') +sha1sums=('e7e0635ca5e7ce2c63dd7e111af7b91536340ba8') From jercel16 at gmail.com Mon Sep 7 14:48:35 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 14:48:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-convert-uulib-1.3-1-x86_64 Message-ID: <20090907124835.6F02C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=48a680819ffbaa07f69c33a72b74818fd7f6495d commit 48a680819ffbaa07f69c33a72b74818fd7f6495d Author: jercel Date: Mon Sep 7 14:48:18 2009 +0200 perl-convert-uulib-1.3-1-x86_64 * version bump diff --git a/source/devel-extra/perl-convert-uulib/FrugalBuild b/source/devel-extra/perl-convert-uulib/FrugalBuild index 8d0c960..42b2596 100644 --- a/source/devel-extra/perl-convert-uulib/FrugalBuild +++ b/source/devel-extra/perl-convert-uulib/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=Convert-UUlib _F_perl_author=M/ML/MLEHMANN -pkgver=1.12 +pkgver=1.3 pkgrel=1 pkgdesc="Perl interface to the uulib library (a.k.a. uudeview/uuenview)." Finclude perl archs=('i686' 'x86_64') # optimization OK -sha1sums=('1133e1fb90cc2f43f6729e5ce8ea82b5fc7a78ca') +sha1sums=('46f9e5a1a4aff9a9707b9e8a7f09f03021202215') From jercel16 at gmail.com Mon Sep 7 15:02:53 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 15:02:53 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: activesupport-2.3.4-1-x86_64 Message-ID: <20090907130253.BA93811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3eb1f2e886184a28737a6b817a2615dc59f4df92 commit 3eb1f2e886184a28737a6b817a2615dc59f4df92 Author: jercel Date: Mon Sep 7 15:02:28 2009 +0200 activesupport-2.3.4-1-x86_64 * version bump diff --git a/source/devel-extra/activesupport/FrugalBuild b/source/devel-extra/activesupport/FrugalBuild index c99eda1..f33b307 100644 --- a/source/devel-extra/activesupport/FrugalBuild +++ b/source/devel-extra/activesupport/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=activesupport -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc="Eases web-request routing, handling, and response." url="http://rubyforge.org/projects/actionpack/" groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('382e67a9c2a5bfa6844eb0645bbe1a6258ee00a3') +sha1sums=('ed1cda9c03e8565d1c0ad32704fcd37fac4d3faf') # optimization OK From jercel16 at gmail.com Mon Sep 7 15:11:19 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 15:11:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: actionpack-2.3.4-1-x86_64 Message-ID: <20090907131119.87B7911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9bb9898f54d5d69ad1ce2462e0488a633dda8150 commit 9bb9898f54d5d69ad1ce2462e0488a633dda8150 Author: jercel Date: Mon Sep 7 15:10:50 2009 +0200 actionpack-2.3.4-1-x86_64 * version bump diff --git a/source/devel-extra/actionpack/FrugalBuild b/source/devel-extra/actionpack/FrugalBuild index 3f76070..e555342 100644 --- a/source/devel-extra/actionpack/FrugalBuild +++ b/source/devel-extra/actionpack/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=actionpack -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc="Eases web-request routing, handling, and response." url="http://rubyforge.org/projects/actionpack/" -depends=('activesupport>=2.3.2') +depends=('activesupport>=2.3.4') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('d0cb4381f6fee3bbb522094c6a42816fd4688c33') +sha1sums=('a468b2feb3a15813b0a8d10968ad2c2c09e6eac0') From jercel16 at gmail.com Mon Sep 7 15:12:58 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 15:12:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: activerecord-2.3.4-1-x86_64 Message-ID: <20090907131258.47B0311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8115df30dc6f5643f2ad6a6488bb3b5b24e2c94a commit 8115df30dc6f5643f2ad6a6488bb3b5b24e2c94a Author: jercel Date: Mon Sep 7 15:12:30 2009 +0200 activerecord-2.3.4-1-x86_64 * version bump diff --git a/source/devel-extra/activerecord/FrugalBuild b/source/devel-extra/activerecord/FrugalBuild index db153a1..e03f9da 100644 --- a/source/devel-extra/activerecord/FrugalBuild +++ b/source/devel-extra/activerecord/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=activerecord -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" url="http://rubyforge.org/projects/actionpack/" -depends=('activesupport>=2.3.2') +depends=('activesupport>=2.3.4') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('41a64084e7b8df4cddc08bf286ed79214c9ffcc8') +sha1sums=('4961cb0b993347127cfdd6df80e9c4bacb4f6ebc') From jercel16 at gmail.com Mon Sep 7 15:15:42 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 15:15:42 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: actionmailer-2.3.4-1-x86_64 Message-ID: <20090907131542.7846311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=37a028e0666c43b6b82905e7e57b8f4e1053eaa4 commit 37a028e0666c43b6b82905e7e57b8f4e1053eaa4 Author: jercel Date: Mon Sep 7 15:15:19 2009 +0200 actionmailer-2.3.4-1-x86_64 * version bump diff --git a/source/devel-extra/actionmailer/FrugalBuild b/source/devel-extra/actionmailer/FrugalBuild index b366a66..0a5f3fc 100644 --- a/source/devel-extra/actionmailer/FrugalBuild +++ b/source/devel-extra/actionmailer/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: jercel pkgname=actionmailer -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc="Framework for designing email-service layers" url="http://rubyforge.org/projects/actionmailer/" -depends=('actionpack>=2.3.2') +depends=('actionpack>=2.3.4') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('766b305cbfa2df49ad4a31ad1b68507f2afa28c5') +sha1sums=('38bdedd3293df6c798c02b165b7d17e4a7e9a37a') From jercel16 at gmail.com Mon Sep 7 15:21:23 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 15:21:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: actionwebservice-1.2.6-2-x86_64 Message-ID: <20090907132123.EBE5E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c1643b0ecf097da6895e720bd9ff74d0bfb2b5af commit c1643b0ecf097da6895e720bd9ff74d0bfb2b5af Author: jercel Date: Mon Sep 7 15:20:44 2009 +0200 actionwebservice-1.2.6-2-x86_64 * rebuilt with activerecord>=2.3.4 / actionpack>=2.3.4 diff --git a/source/devel-extra/actionwebservice/FrugalBuild b/source/devel-extra/actionwebservice/FrugalBuild index df34a3f..ecba0f0 100644 --- a/source/devel-extra/actionwebservice/FrugalBuild +++ b/source/devel-extra/actionwebservice/FrugalBuild @@ -3,10 +3,10 @@ pkgname=actionwebservice pkgver=1.2.6 -pkgrel=1 +pkgrel=2 pkgdesc="Simple Support for Web Services APIs for Rails" url="http://rubyforge.org/projects/aws/" -depends=('activerecord>=1.15.2' 'actionpack>=1.13.2') +depends=('activerecord>=2.3.4' 'actionpack>=2.3.4') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem From jercel16 at gmail.com Mon Sep 7 15:27:54 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 15:27:54 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rails-2.3.4-1-x86_64 Message-ID: <20090907132754.4550811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=058fb5de7df47377cacc76f10bdb78bfa2f9a690 commit 058fb5de7df47377cacc76f10bdb78bfa2f9a690 Author: jercel Date: Mon Sep 7 15:26:36 2009 +0200 rails-2.3.4-1-x86_64 * version bump diff --git a/source/devel-extra/rails/FrugalBuild b/source/devel-extra/rails/FrugalBuild index e706ab8..29ef1d6 100644 --- a/source/devel-extra/rails/FrugalBuild +++ b/source/devel-extra/rails/FrugalBuild @@ -2,16 +2,16 @@ # Maintainer: jercel pkgname=rails -pkgver=2.3.3 +pkgver=2.3.4 pkgrel=1 pkgdesc="Ruby on Rails is a web-application and persistance framework" url="http://www.rubyonrails.org/" -depends=('actionwebservice' 'actionmailer' 'activerecord' 'ruby-fcgi' 'rake') +depends=('actionwebservice>=1.2.6-2' 'actionmailer>=2.3.4' 'activerecord>=2.3.4' 'ruby-fcgi' 'rake') groups=('devel-extra') archs=('i686' 'x86_64') Finclude gem -sha1sums=('87787a1a3fc49fdfc175eb4b18d21a653e3c6cbb') +sha1sums=('cd7d3e0407fd70db70c1a751fe7796e2f231f017') build() { Finstallgem From devil505linux at gmail.com Mon Sep 7 16:35:33 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 16:35:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lottanzb-0.5-1-i686 * version bump Message-ID: <20090907143534.00F9111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7fdb036096f6eea29f8d97136ffde7c1cd06522c commit 7fdb036096f6eea29f8d97136ffde7c1cd06522c Author: Devil505 Date: Mon Sep 7 16:32:37 2009 +0200 lottanzb-0.5-1-i686 * version bump diff --git a/source/xapps-extra/lottanzb/FrugalBuild b/source/xapps-extra/lottanzb/FrugalBuild index 2649025..61b813a 100644 --- a/source/xapps-extra/lottanzb/FrugalBuild +++ b/source/xapps-extra/lottanzb/FrugalBuild @@ -2,11 +2,12 @@ # Maintainer: Devil505 pkgname=lottanzb -pkgver=0.4.1 -pkgrel=2 +pkgver=0.5 +pkgrel=1 pkgdesc="a GUI for HellaNZB written in PyGTK" url="http://www.lottanzb.org" depends=('hellanzb' 'pygtk' 'kiwi') +makedepends=('intltool') options=('scriptlet') _F_gnome_iconcache="y" _F_gnome_desktop="y" @@ -17,5 +18,5 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/downloads/source_code/ | Flasttar" source=($url/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('e6a0819be35a5f26edf1c06792156dc9beaef90b') +sha1sums=('5684661d3edca76667674a07203bced4d30d3bf7') From devil505linux at gmail.com Mon Sep 7 16:53:28 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 16:53:28 +0200 (CEST) Subject: [Frugalware-git] homepage-ng: * added softpedia review Message-ID: <20090907145328.A624811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=91c4a8167097c6d92fc9e695a3cbe2eebcba0bd8 commit 91c4a8167097c6d92fc9e695a3cbe2eebcba0bd8 Author: Devil505 Date: Mon Sep 7 16:53:05 2009 +0200 * added softpedia review diff --git a/frugalware/xml/media.xml b/frugalware/xml/media.xml index 69b1933..c54795f 100644 --- a/frugalware/xml/media.xml +++ b/frugalware/xml/media.xml @@ -13,6 +13,13 @@
    + 2009-09-07 + English + Softpedia + Frugalware 1.1 Has a Greatly Improved Installer + http://news.softpedia.com/news/Frugalware-1-1-Has-a-Greatly-Improved-Installer-121064.shtml +
    +
    2009-05-13 French Philippe.Scoffoni.Net From jercel16 at gmail.com Mon Sep 7 16:56:44 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 16:56:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gajim-0.12.5-1-x86_64 Message-ID: <20090907145644.7A68F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=056f8ab3d8b93ef68b6d9e469f471466b56c20a7 commit 056f8ab3d8b93ef68b6d9e469f471466b56c20a7 Author: jercel Date: Mon Sep 7 16:52:02 2009 +0200 gajim-0.12.5-1-x86_64 * version bump diff --git a/source/xapps-extra/gajim/FrugalBuild b/source/xapps-extra/gajim/FrugalBuild index fa4dabc..6e380b3 100644 --- a/source/xapps-extra/gajim/FrugalBuild +++ b/source/xapps-extra/gajim/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: voroskoi pkgname=gajim -pkgver=0.12.3 +pkgver=0.12.5 pkgrel=1 pkgdesc="The goal of Gajim is to provide a full featured and easy to use Jabber client." url="http://www.gajim.org/" @@ -13,7 +13,7 @@ groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://www.gajim.org/downloads.php?lang=en |grep tar.bz2 |sed 's/.*-\(.*\).t.*/\1/'" source=(http://www.gajim.org/downloads/gajim-$pkgver.tar.bz2) -sha1sums=('581a63c4e29c981ca480cf30f35993198543f4db') +sha1sums=('cffa46929634ff4032299ccfc02a78b055e1c38d') options=('nodocs') # optimization OK From devil505linux at gmail.com Mon Sep 7 17:06:08 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 17:06:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: decibel-audio-player-1.01-1-i686 * version bump Message-ID: <20090907150608.71E9711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1b3a6639e40fe895a978edeef4e0eff65fc04588 commit 1b3a6639e40fe895a978edeef4e0eff65fc04588 Author: Devil505 Date: Mon Sep 7 17:05:26 2009 +0200 decibel-audio-player-1.01-1-i686 * version bump diff --git a/source/gnome-extra/decibel-audio-player/FrugalBuild b/source/gnome-extra/decibel-audio-player/FrugalBuild index 4f45671..ae7974f 100644 --- a/source/gnome-extra/decibel-audio-player/FrugalBuild +++ b/source/gnome-extra/decibel-audio-player/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=decibel-audio-player -pkgver=1.00 +pkgver=1.01 pkgrel=1 pkgdesc="Decibel Audio Player is a GTK+ open-source audio player designed for GNU/Linux" url="http://decibel.silent-blade.org" @@ -13,7 +13,7 @@ groups=('gnome-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/index.php?n=Main.Download | Flasttar" source=($url/uploads/Main/$pkgname-$pkgver.tar.gz) -sha1sums=('de6a6557189e033f354b80356b2bbc3a3aa51a87') +sha1sums=('386e6db3960f7c1c709ddba4fd5464c6d106f2e8') build() { From jercel16 at gmail.com Mon Sep 7 17:11:40 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 17:11:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnutls-2.8.3-1-x86_64 Message-ID: <20090907151140.C3CB611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5984d5ac7d49ae929c7bd02fbe33fa66d21d6d48 commit 5984d5ac7d49ae929c7bd02fbe33fa66d21d6d48 Author: jercel Date: Mon Sep 7 17:09:17 2009 +0200 gnutls-2.8.3-1-x86_64 * version bump diff --git a/source/lib/gnutls/FrugalBuild b/source/lib/gnutls/FrugalBuild index 0a8aab8..11110ad 100644 --- a/source/lib/gnutls/FrugalBuild +++ b/source/lib/gnutls/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: VMiklos pkgname=gnutls -pkgver=2.8.1 +pkgver=2.8.3 pkgrel=1 pkgdesc="A library which provides a secure layer over a reliable transport layer" url="http://www.gnu.org/software/gnutls/" From jercel16 at gmail.com Mon Sep 7 17:20:30 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 17:20:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: seahorse-2.26.2-5-x86_64 Message-ID: <20090907152030.1076511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=00ad061f34d37a0794597316470d8677453c7b4b commit 00ad061f34d37a0794597316470d8677453c7b4b Author: jercel Date: Mon Sep 7 17:18:19 2009 +0200 seahorse-2.26.2-5-x86_64 * rebuilt with gnutls>=2.8.3 diff --git a/source/gnome-extra/seahorse/FrugalBuild b/source/gnome-extra/seahorse/FrugalBuild index 2970e5c..e06178e 100644 --- a/source/gnome-extra/seahorse/FrugalBuild +++ b/source/gnome-extra/seahorse/FrugalBuild @@ -3,10 +3,10 @@ pkgname=seahorse pkgver=2.26.2 -pkgrel=4 +pkgrel=5 pkgdesc="A GNOME application for managing PGP keys." url="http://www.seahorse.sourceforge.net/" -depends=('gnutls=2.8.1-1' 'gtksourceview>=2.6.2-2' 'gnupg>=1.4.9-2' 'libldap>=2.4.16' \ +depends=('gnutls=2.8.3-1' 'gtksourceview>=2.6.2-2' 'gnupg>=1.4.9-2' 'libldap>=2.4.16' \ 'gpgme' 'libsoup>=2.26.3-2' 'dbus' 'dbus-glib' 'libxml2' \ 'libnotify>=0.4.5-2' 'libgnomeui>=2.24.1-2' 'openssh' 'gconf>=2.26.2-2' 'avahi>=0.6.24-5') makedepends=('gettext' 'openldap' 'intltool' 'pkgconfig' 'gnome-doc-utils') From devil505linux at gmail.com Mon Sep 7 17:25:29 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 17:25:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-mplayer-0.9.7-1-i686 * version bump Message-ID: <20090907152529.5AB3411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=95ad36c5e136e743d725144ab3a2b4aac854b770 commit 95ad36c5e136e743d725144ab3a2b4aac854b770 Author: Devil505 Date: Mon Sep 7 17:21:54 2009 +0200 gnome-mplayer-0.9.7-1-i686 * version bump diff --git a/source/gnome-extra/gnome-mplayer/FrugalBuild b/source/gnome-extra/gnome-mplayer/FrugalBuild index 5eface9..4dbdcd1 100644 --- a/source/gnome-extra/gnome-mplayer/FrugalBuild +++ b/source/gnome-extra/gnome-mplayer/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: Priyank Gosalia pkgname=gnome-mplayer -pkgver=0.9.6 -pkgrel=2 +pkgver=0.9.7 +pkgrel=1 pkgdesc="A media player for GNOME that uses MPlayer." url="http://dekorte.homeip.net/download/gnome-mplayer" archs=('i686' 'x86_64' 'ppc') @@ -14,8 +14,9 @@ depends=('atk' 'pango>=1.24.2-2' 'freetype2' 'libxau>=1.0.4-1' 'libxdmcp' 'dbus- Finclude googlecode _F_gnome_schemas=('/etc/gconf/schemas/gnome-mplayer.schemas') _F_gnome_desktop="y" +_F_gnome_iconcache="y" Finclude gnome-scriptlet -sha1sums=('39fa5f7978bd67adab4fc055541d4d1c719afdf7') +sha1sums=('8fe8063358490c0d9eb16d20b93e002117e5620b') build () { From jercel16 at gmail.com Mon Sep 7 17:32:14 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 17:32:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: seahorse-applet-2.26.2-3-x86_64 Message-ID: <20090907153214.3875211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4071d9a0c4472914040295c4c3778e775a7cd64b commit 4071d9a0c4472914040295c4c3778e775a7cd64b Author: jercel Date: Mon Sep 7 17:28:58 2009 +0200 seahorse-applet-2.26.2-3-x86_64 * rebuilt with seahorse>=2.26.2-5 diff --git a/source/gnome-extra/seahorse-applet/FrugalBuild b/source/gnome-extra/seahorse-applet/FrugalBuild index e972d6e..1b314be 100644 --- a/source/gnome-extra/seahorse-applet/FrugalBuild +++ b/source/gnome-extra/seahorse-applet/FrugalBuild @@ -5,10 +5,10 @@ pkgname=seahorse-applet _F_gnome_name=seahorse-plugins pkgver=2.26.2 -pkgrel=2 +pkgrel=3 pkgdesc="seahorse panel applet for GNOME" url="http://www.seahorse.sourceforge.net/" -depends=('seahorse>=2.26.2-2' 'gnome-applets>=2.26.2-2') +depends=('seahorse>=2.26.2-5' 'gnome-applets>=2.26.2-2') makedepends=('gnome-doc-utils' 'nautilus>=2.26.3-2' 'gedit>=2.26.2-2' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') From devil505linux at gmail.com Mon Sep 7 17:36:33 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 17:36:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: christine-0.5.0-1-i686 * version bump Message-ID: <20090907153633.D787B11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1962a77cf8b56a882dfb630190877bd3d39f7275 commit 1962a77cf8b56a882dfb630190877bd3d39f7275 Author: Devil505 Date: Mon Sep 7 17:28:38 2009 +0200 christine-0.5.0-1-i686 * version bump diff --git a/source/gnome-extra/christine/FrugalBuild b/source/gnome-extra/christine/FrugalBuild index 7e8fd6f..256ce22 100644 --- a/source/gnome-extra/christine/FrugalBuild +++ b/source/gnome-extra/christine/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=christine -pkgver=0.4.0 +pkgver=0.5.0 pkgrel=1 pkgdesc="This is Christine a new Python, GTK+, GStreamer bassed media player. Is intended to be beautiful, useful and fat free." Finclude sourceforge @@ -11,7 +11,7 @@ makedepends=('intltool' 'gconf' 'perl-xml-parser') options=('scriptlet') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('19e6d21cd4053500b220d9287c9b220368d7d2d4') +sha1sums=('30a45589f138bf3803dfbda59eae9f4576dce2c7') build() { From jercel16 at gmail.com Mon Sep 7 18:02:38 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 18:02:38 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-image-exiftool-7.89-1-x86_64 Message-ID: <20090907160238.E38F111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=22cd30012a99fd5c42d482e88deac4a1590de9de commit 22cd30012a99fd5c42d482e88deac4a1590de9de Author: jercel Date: Mon Sep 7 18:00:39 2009 +0200 perl-image-exiftool-7.89-1-x86_64 * version bump diff --git a/source/lib-extra/perl-image-exiftool/FrugalBuild b/source/lib-extra/perl-image-exiftool/FrugalBuild index 3cd9084..b16b5ca 100644 --- a/source/lib-extra/perl-image-exiftool/FrugalBuild +++ b/source/lib-extra/perl-image-exiftool/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=Image-ExifTool _F_perl_author="E/EX/EXIFTOOL" -pkgver=7.82 +pkgver=7.89 pkgrel=1 pkgdesc="Read and write meta information in images" depends=('perl') Finclude perl groups=('lib-extra') archs=('i686' 'x86_64') -sha1sums=('fbf82ba79debd4ecf3922f44382607cbca136f93') +sha1sums=('5fda5eeb02a5b272b89c49a4c11aba8df9849876') From jercel16 at gmail.com Mon Sep 7 18:05:17 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 18:05:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-io-socket-ssl-1.30-1-x86_64 Message-ID: <20090907160517.D723611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f4797c4e098909763ecba7149d07a28a468c83ec commit f4797c4e098909763ecba7149d07a28a468c83ec Author: jercel Date: Mon Sep 7 18:05:07 2009 +0200 perl-io-socket-ssl-1.30-1-x86_64 * version bump diff --git a/source/devel/perl-io-socket-ssl/FrugalBuild b/source/devel/perl-io-socket-ssl/FrugalBuild index af74b92..45c24f2 100644 --- a/source/devel/perl-io-socket-ssl/FrugalBuild +++ b/source/devel/perl-io-socket-ssl/FrugalBuild @@ -3,11 +3,11 @@ _F_perl_name=IO-Socket-SSL _F_perl_author=S/SU/SULLR -pkgver=1.27 +pkgver=1.30 pkgrel=1 pkgdesc="Perl extension Nearly transparent SSL encapsulation for IO::Socket::INET" depends=('perl-net-ssleay>=1.30') Finclude perl groups=('devel') archs=('i686' 'x86_64' 'ppc') -sha1sums=('d3621ea8c60f15d9e0bef560f2a51b576cbf3a1f') +sha1sums=('b78db15592c9ac14c3e3eae03f00b61b532de8c7') From devil505linux at gmail.com Mon Sep 7 18:14:49 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 18:14:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: thelastripper-1.4.1-1-i686 * version bump Message-ID: <20090907161449.BD66011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=478dfd7e0d0f8daa40f92e0c546b6a3eb3d61f90 commit 478dfd7e0d0f8daa40f92e0c546b6a3eb3d61f90 Author: Devil505 Date: Mon Sep 7 18:02:47 2009 +0200 thelastripper-1.4.1-1-i686 * version bump diff --git a/source/gnome-extra/thelastripper/FrugalBuild b/source/gnome-extra/thelastripper/FrugalBuild index 442a0df..58f4671 100644 --- a/source/gnome-extra/thelastripper/FrugalBuild +++ b/source/gnome-extra/thelastripper/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: Devil505 pkgname=thelastripper -pkgver=1.1.1 -pkgrel=3 +pkgver=1.4.1 +pkgrel=1 pkgdesc="A Last.FM Ripper" -depends=('gnome-icon-theme' 'mono>=2.0.1' 'gnome-desktop-sharp>=2.24.0') +depends=('gnome-icon-theme' 'mono>=2.0.1' 'gnome-desktop-sharp>=2.24.0' 'taglib-sharp') makedepends=('pkgconfig') groups=('gnome-extra') archs=('i686' 'x86_64') options=('scriptlet') Finclude googlecode mono url="http://thelastripper.com/" -sha1sums=('9af5ce8cb36989be72a7564f6c9f3089e3d00ca3') +sha1sums=('81c812e656572ff8938bfc6befe53d8b00f43d6d') build() { From jercel16 at gmail.com Mon Sep 7 18:42:55 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 18:42:55 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: geany-0.18-1-i686 Message-ID: <20090907164255.97DD211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8d900a15a971ef47123e1f212d350f8ebf2c48f0 commit 8d900a15a971ef47123e1f212d350f8ebf2c48f0 Author: jercel Date: Mon Sep 7 18:44:49 2009 +0200 geany-0.18-1-i686 * version bump diff --git a/source/xapps-extra/geany/FrugalBuild b/source/xapps-extra/geany/FrugalBuild index cfcde98..d20ead8 100644 --- a/source/xapps-extra/geany/FrugalBuild +++ b/source/xapps-extra/geany/FrugalBuild @@ -2,15 +2,20 @@ # Maintainer: crazy pkgname=geany -pkgver=0.17 -pkgrel=3 +pkgver=0.18 +pkgrel=1 +url="http://www.geany.org" pkgdesc="Geany is a text editor using the GTK2 toolkit." depends=('vte>=0.20.5') makedepends=('perl-xml-parser' 'intltool') +_F_gnome_iconcache="y" options=('scriptlet') +Finclude gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64') -Finclude sourceforge -sha1sums=('2a4b39e0dd8f539fda2d57e77ed78aba19fd09d6') +up2date="Flasttar $url/Download/Releases" +source=(http://download.geany.org/$pkgname-$pkgver.tar.gz) +sha1sums=('58bff0ab966aff24baa6011d5c5de3aa12d58f6b') # optimization OK + From bouleetbil at frogdev.info Mon Sep 7 18:47:23 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:47:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: commons-codec-1.4-1-i686 *version bump Message-ID: <20090907164723.E6A9E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c56676396915442659eec5af3a4acf3ad55bfe7f commit c56676396915442659eec5af3a4acf3ad55bfe7f Author: bouleetbil Date: Mon Sep 7 18:48:14 2009 +0200 commons-codec-1.4-1-i686 *version bump diff --git a/source/devel-extra/commons-codec/FrugalBuild b/source/devel-extra/commons-codec/FrugalBuild index f37be39..340f1f7 100644 --- a/source/devel-extra/commons-codec/FrugalBuild +++ b/source/devel-extra/commons-codec/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=commons-codec -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc="Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs." url="http://jakarta.apache.org/commons/codec" @@ -12,7 +12,8 @@ archs=('i686' 'x86_64') up2date="Flastarchive http://www.apache.org/dist/commons/codec/source/ -src.tar.gz" source=(http://www.apache.org/dist/commons/codec/source/commons-codec-$pkgver-src.tar.gz \ http://www.apache.org/licenses/LICENSE-2.0.txt) -sha1sums=('d490a9bb30ea9e8b95c250f4d96842e0ce0c60d7' \ +_F_cd_path=$pkgname-$pkgver-src +sha1sums=('61edf10e2a95bdef49d04fdbb97783be8e2b114a' \ '2b8b815229aa8a61e483fb4ba0588b8b6c491890') build() From bouleetbil at frogdev.info Mon Sep 7 18:49:06 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:49:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: log4net-1.2.10-3-i686 *added .pc *fixed metada Message-ID: <20090907164906.6CAAA11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=578e7ef07006f546575ef9f1d759502f4cd8bcb4 commit 578e7ef07006f546575ef9f1d759502f4cd8bcb4 Author: bouleetbil Date: Mon Sep 7 18:50:26 2009 +0200 log4net-1.2.10-3-i686 *added .pc *fixed metada diff --git a/source/devel-extra/log4net/FrugalBuild b/source/devel-extra/log4net/FrugalBuild index 6317ba8..fd31076 100644 --- a/source/devel-extra/log4net/FrugalBuild +++ b/source/devel-extra/log4net/FrugalBuild @@ -3,7 +3,7 @@ pkgname=log4net pkgver=1.2.10 -pkgrel=2 +pkgrel=3 pkgdesc="tool to help the programmer output log statements to a variety of output targets." url="http://logging.apache.org/$pkgname" depends=('mono>=2.0.1') @@ -13,15 +13,20 @@ groups=('devel-extra') archs=('i686' 'x86_64') _F_archive_name="incubating-$pkgname" up2date="lynx -dump $url/download.html |Flastarchive .zip" -source=(http://archive.apache.org/dist/incubator/$pkgname/$pkgver/incubating-$pkgname-$pkgver.zip) -sha1sums=('4f8ff9892665469f915855692c9fc02801038837') +source=(http://archive.apache.org/dist/incubator/$pkgname/$pkgver/incubating-$pkgname-$pkgver.zip log4net.pc) +sha1sums=('4f8ff9892665469f915855692c9fc02801038837' \ + 'df476d980f14ddcb3cab0c153cc5d245a24d1420') build() { - Fmonoexport - Fcd $pkgname-$pkgver - sn -k log4net.snk || Fdie - nant -buildfile:log4net.build compile-all || Fdie - gacutil -i bin/mono/2.0/release/log4net.dll -f -package $pkgname -root $Fdestdir/usr/lib || Fdie - Fmonocleanup + Fmonoexport + Fcd $pkgname-$pkgver + sn -k log4net.snk || Fdie + mcs /t:library /out:bin/log4net.dll -keyfile:log4net.snk /r:System.Data /r:System.Web `find src -name "*.cs"` || Fdie + Fmkdir usr/lib/$pkgname + Fcp $pkgname-$pkgver/bin/$pkgname.dll usr/lib/$pkgname/ + gacutil -i bin/log4net.dll -check_refs -root $Fdestdir/usr/lib/ + Fmkdir usr/lib/pkgconfig + Fcp log4net.pc usr/lib/pkgconfig/ + Fmonocleanup } diff --git a/source/devel-extra/log4net/log4net.pc b/source/devel-extra/log4net/log4net.pc new file mode 100644 index 0000000..ffe7812 --- /dev/null +++ b/source/devel-extra/log4net/log4net.pc @@ -0,0 +1,9 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib + +Name: Log4net +Description: Log4net - Logging library for C# and VB.NET +Version: 1.2.10 +Libs: -r:${libdir}/log4net/log4net.dll + From bouleetbil at frogdev.info Mon Sep 7 18:50:40 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:50:40 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-critic-1.103-1-i686 *version bump Message-ID: <20090907165040.B5E0111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ae6e2972cb0d9d18b6c166d8e5189983d6cac652 commit ae6e2972cb0d9d18b6c166d8e5189983d6cac652 Author: bouleetbil Date: Mon Sep 7 18:51:53 2009 +0200 perl-critic-1.103-1-i686 *version bump diff --git a/source/devel-extra/perl-critic/FrugalBuild b/source/devel-extra/perl-critic/FrugalBuild index 9ab24f2..6176b45 100644 --- a/source/devel-extra/perl-critic/FrugalBuild +++ b/source/devel-extra/perl-critic/FrugalBuild @@ -3,7 +3,7 @@ _F_perl_name=Perl-Critic _F_perl_author=E/EL/ELLIOTJS -pkgver=1.102 +pkgver=1.103 pkgrel=1 pkgdesc="Critique Perl source code for best-practices." Finclude perl @@ -11,4 +11,4 @@ depends=('perl-list-moreutils' 'perl-io-string' 'perl-test-exception' 'perl-conf 'perl-b-keywords' 'perl-ppi' 'perl-exception-class' 'perl-readonly' 'perl-string-format') pkgname=perl-critic archs=('i686' 'x86_64' 'ppc') -sha1sums=('2ccdc73de7b1a96397363f712fe9e1d9287598fc') +sha1sums=('36238ac4ebf107006fb099685fd87020356c63f2') From bouleetbil at frogdev.info Mon Sep 7 18:52:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:52:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-python-0.15.11-1-i686 *version bump Message-ID: <20090907165205.6771E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df2734a16e18b8d8312580b57f7c6da27e827445 commit df2734a16e18b8d8312580b57f7c6da27e827445 Author: bouleetbil Date: Mon Sep 7 18:53:28 2009 +0200 telepathy-python-0.15.11-1-i686 *version bump diff --git a/source/devel-extra/telepathy-python/FrugalBuild b/source/devel-extra/telepathy-python/FrugalBuild index 9f23422..941927a 100644 --- a/source/devel-extra/telepathy-python/FrugalBuild +++ b/source/devel-extra/telepathy-python/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=telepathy-python -pkgver=0.15.10 +pkgver=0.15.11 pkgrel=1 pkgdesc="Base classes for use in connection managers, and proxy classes for use in clients." url="http://telepathy.freedesktop.org/releases/$pkgname" @@ -11,4 +11,4 @@ source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar. depends=('dbus-python' 'libtelepathy') groups=('devel-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('c620f0bb9033c91dcba3a283ba4cc8bb91e28d3c') +sha1sums=('b5a92c5f065f55e751d46efe4ef76cfdc0deea51') From bouleetbil at frogdev.info Mon Sep 7 18:53:44 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:53:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: trove-2.1.0-1-i686 *version bump Message-ID: <20090907165344.6FA4911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=96aa6e09eddb99848df4d6277758011f53ab3134 commit 96aa6e09eddb99848df4d6277758011f53ab3134 Author: bouleetbil Date: Mon Sep 7 18:54:42 2009 +0200 trove-2.1.0-1-i686 *version bump diff --git a/source/devel-extra/trove/FrugalBuild b/source/devel-extra/trove/FrugalBuild index ab38506..e4ca05e 100644 --- a/source/devel-extra/trove/FrugalBuild +++ b/source/devel-extra/trove/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=trove -pkgver=2.0.4 +pkgver=2.1.0 pkgrel=1 pkgdesc="The Trove library provides high speed regular and primitive collections for Java." _F_sourceforge_dirname="trove4j" @@ -10,7 +10,7 @@ Finclude java sourceforge source=($source FixBuild.diff) groups=('devel-extra') archs=('i686' 'x86_64') -sha1sums=('f0952cb1eb14b77b3ea91708897aaef2798e1773' \ +sha1sums=('9306850b8105e7342d7dbdcc14cd86be55ca9bd8' \ '0084f94c5075b511afb529f4ce627078fd2ca52f') build() { From bouleetbil at frogdev.info Mon Sep 7 18:55:29 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:55:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-uri-1.40-1-i686 *version bump Message-ID: <20090907165529.98E6011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f686c709181424dd62d0f55f65bbee8f11885b1e commit f686c709181424dd62d0f55f65bbee8f11885b1e Author: bouleetbil Date: Mon Sep 7 18:56:51 2009 +0200 perl-uri-1.40-1-i686 *version bump diff --git a/source/devel/perl-uri/FrugalBuild b/source/devel/perl-uri/FrugalBuild index 7dd5b96..1a2da31 100644 --- a/source/devel/perl-uri/FrugalBuild +++ b/source/devel/perl-uri/FrugalBuild @@ -3,10 +3,10 @@ _F_perl_name=URI _F_perl_author=G/GA/GAAS -pkgver=1.38 +pkgver=1.40 pkgdesc="Uniform Resource Identifiers (absolute and relative)" Finclude perl groups=('devel') archs=('i686' 'x86_64' 'ppc') pkgrel=1 -sha1sums=('2f3ffcfe28c06ec4bdd1da09f33e54b1ba0e5335') +sha1sums=('ab9be3e2f5f207aff17dff9b532788274002a719') From bouleetbil at frogdev.info Mon Sep 7 18:57:35 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 18:57:35 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-dvb-daemon-0.1.9-1-i686 *version bump Message-ID: <20090907165735.CCB4611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2513bd361aee9fba6ca976e65b3f47c54068d11d commit 2513bd361aee9fba6ca976e65b3f47c54068d11d Author: bouleetbil Date: Mon Sep 7 18:58:35 2009 +0200 gnome-dvb-daemon-0.1.9-1-i686 *version bump diff --git a/source/gnome-extra/gnome-dvb-daemon/FrugalBuild b/source/gnome-extra/gnome-dvb-daemon/FrugalBuild index 6e69a47..442e07c 100644 --- a/source/gnome-extra/gnome-dvb-daemon/FrugalBuild +++ b/source/gnome-extra/gnome-dvb-daemon/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=gnome-dvb-daemon -pkgver=0.1.8.1 +pkgver=0.1.9 pkgrel=1 pkgdesc="GNOME DVB Daemon is a daemon written in Vala to setup your DVB devices." depends=('gst-plugins-bad' 'dbus-glib' 'libgee' 'sqlite3' 'gst-rtsp>=0.10.4' \ @@ -19,7 +19,7 @@ subdescs=("plugin gnome-dvb-daemon for totem") subdepends=("totem gnome-dvb-daemon") subgroups=('gnome-extra') subarchs=('i686 x86_64') -sha1sums=('22bc9b133ee0b80d1143cc45803c050883f26be6') +sha1sums=('d1f3093dce8a7d6536de9c1f72af996820b3bd60') build() { Fbuild From bouleetbil at frogdev.info Mon Sep 7 19:00:17 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:00:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: liboobs-2.22.1-1-i686 *version bump Message-ID: <20090907170017.365D511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29b7f7cf2e8f0d66696323590d832b36195b5eea commit 29b7f7cf2e8f0d66696323590d832b36195b5eea Author: bouleetbil Date: Mon Sep 7 19:01:21 2009 +0200 liboobs-2.22.1-1-i686 *version bump diff --git a/source/gnome-extra/liboobs/FrugalBuild b/source/gnome-extra/liboobs/FrugalBuild index a9ac816..dadde5c 100644 --- a/source/gnome-extra/liboobs/FrugalBuild +++ b/source/gnome-extra/liboobs/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=liboobs -pkgver=2.22.0 -pkgrel=3 +pkgver=2.22.1 +pkgrel=1 pkgdesc="Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends" url="http://www.gnome.org/projects/gst/" depends=('system-tools-backends>=2.6.0' 'glib2>=2.16.3' 'dbus-glib>=0.74' 'hal') @@ -12,9 +12,7 @@ makedepends=('gtk-doc') groups=('gnome-extra') archs=('i686' 'x86_64' 'ppc') Finclude gnome -source=($source FixGlib2.diff) Fconfopts="$Fconfopts --enable-gtk-doc" -sha1sums=('109282db84fc809df5ea10a4cfb8bb37863c8aca' \ - '3b4b32ef34a477ec38421461cfe93b008530ae39') +sha1sums=('4d5d4c6166cbb7e2b145e44fe8645b01c0f19d95') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:04:05 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:04:05 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: me-tv-1.0.0-1-i686 *version bump Message-ID: <20090907170405.8F49A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce8ec2790f733287f9a9fbc25f9e8afb824a3b53 commit ce8ec2790f733287f9a9fbc25f9e8afb824a3b53 Author: bouleetbil Date: Mon Sep 7 19:05:15 2009 +0200 me-tv-1.0.0-1-i686 *version bump diff --git a/source/gnome-extra/me-tv/FrugalBuild b/source/gnome-extra/me-tv/FrugalBuild index 02c06f2..a15ae24 100644 --- a/source/gnome-extra/me-tv/FrugalBuild +++ b/source/gnome-extra/me-tv/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: bouleetbil pkgname=me-tv -pkgver=0.10.3 +pkgver=1.0.0 pkgrel=1 pkgdesc="Me TV is a digital television (DVB) viewer for GNOME." url="http://me-tv.sourceforge.net/" up2date="elinks https://launchpad.net/$pkgname/+download | Flasttar" -source=(http://launchpad.net/me-tv/stable/0.10/+download/$pkgname-$pkgver.tar.gz) +source=(http://launchpad.net/me-tv/stable/1.0.0/+download/$pkgname-$pkgver.tar.gz) depends=('libgnomeuimm>=2.26.0-2' 'libxtst>=1.0.3-3' 'gnet' 'sqlite3' 'libstdc++' 'libsm' \ 'popt' 'esd' 'gail>=2.16.2-2' 'libart_lgpl' 'pangomm' 'atk' 'libxau>=1.0.4' \ 'libxdmcp' 'freetype2' 'libxdamage' 'libxinerama' 'libxi' \ @@ -18,6 +18,6 @@ archs=('i686' 'x86_64') options=('scriptlet') _F_gnome_desktop="y" Finclude gnome-scriptlet -sha1sums=('2891609f97515ca06256ecf5445b48011903534a') +sha1sums=('24a3b6c4d620d94781cb61a090708a480ae0372f') # optimization OK From jercel16 at gmail.com Mon Sep 7 19:05:14 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 19:05:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lifeograph-0.5.4-1-i686 Message-ID: <20090907170514.7E82811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=36d3fc998f4e6950ea2d6966bd029ec6d456a083 commit 36d3fc998f4e6950ea2d6966bd029ec6d456a083 Author: jercel Date: Mon Sep 7 19:07:17 2009 +0200 lifeograph-0.5.4-1-i686 * version bump diff --git a/source/xapps-extra/lifeograph/FrugalBuild b/source/xapps-extra/lifeograph/FrugalBuild index 4f8da88..81253cb 100644 --- a/source/xapps-extra/lifeograph/FrugalBuild +++ b/source/xapps-extra/lifeograph/FrugalBuild @@ -1,23 +1,17 @@ -# Compiling Time: 0.01 SBU +# Compiling Time: 0.13 SBU # Maintainer: jercel pkgname=lifeograph -pkgver=0.4.1 -pkgrel=2 +pkgver=0.5.4 +pkgrel=1 pkgdesc="Off-line and private journal and note taking application" url="https://launchpad.net/lifeograph/" -depends=('gtkmm>=2.16.0-2' 'gconfmm' 'libgcrypt' 'zlib>=1.2.3-6' 'libstdc++>=4.4.0-4') +depends=('gtkmm>=2.16.0-2' 'gconfmm' 'libgcrypt' 'zlib>=1.2.3-6' 'libstdc++>=4.4.0-4' 'gtkspell') _F_gnome_desktop="y" _F_gnome_iconcache="y" options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://archive.ubuntu.com/ubuntu/pool/universe/l/$pkgname/ | Flasttar" -up2date=$pkgver -source=(http://archive.ubuntu.com/ubuntu/pool/universe/l/$pkgname/${pkgname}_${pkgver}.orig.tar.gz) -sha1sums=('6d456a8edf6ce079c37fe0652af799684a491beb') -build() -{ - Fcd $pkgname-$pkgver/src - Fbuild -} \ No newline at end of file +up2date="elinks -dump https://launchpad.net/lifeograph/+download | Flasttar" +source=(http://launchpad.net/lifeograph/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz) +sha1sums=('84a582b9eb9c733391a327ef0680e2a55f6e7e93') \ No newline at end of file From bouleetbil at frogdev.info Mon Sep 7 19:07:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:07:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mistelix-0.30-1-i686 *version bump Message-ID: <20090907170730.595C611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d6310bd731ce5af48686a058d1c7e22248e6d4d9 commit d6310bd731ce5af48686a058d1c7e22248e6d4d9 Author: bouleetbil Date: Mon Sep 7 19:07:56 2009 +0200 mistelix-0.30-1-i686 *version bump diff --git a/source/gnome-extra/mistelix/FrugalBuild b/source/gnome-extra/mistelix/FrugalBuild index c11d89b..32946d3 100644 --- a/source/gnome-extra/mistelix/FrugalBuild +++ b/source/gnome-extra/mistelix/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=mistelix -pkgver=0.22 +pkgver=0.30 pkgrel=1 pkgdesc="Mistelix is an open source DVD authoring application with also Theora slideshow creation" url="http://www.mistelix.org" @@ -16,7 +16,7 @@ _F_gnome_desktop=y _F_gnome_iconcache=y _F_mono_aot=0 Finclude mono gnome-scriptlet -sha1sums=('f7f7795d75c83e2856b4528b055deb71e8f5a702') +sha1sums=('78fa8478d6b0852e713adc44058e3fc232f81e13') build() { unset MAKEFLAGS From bouleetbil at frogdev.info Mon Sep 7 19:09:08 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:09:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: system-tools-backends-2.8.1-1-i686 *version bump Message-ID: <20090907170908.A79BA11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f14f196b20b7e0ad80d7b15679b581395dda8294 commit f14f196b20b7e0ad80d7b15679b581395dda8294 Author: bouleetbil Date: Mon Sep 7 19:10:28 2009 +0200 system-tools-backends-2.8.1-1-i686 *version bump diff --git a/source/gnome-extra/system-tools-backends/FrugalBuild b/source/gnome-extra/system-tools-backends/FrugalBuild index ac16fec..b377e9d 100644 --- a/source/gnome-extra/system-tools-backends/FrugalBuild +++ b/source/gnome-extra/system-tools-backends/FrugalBuild @@ -3,8 +3,8 @@ # Contributor: AlexExtreme pkgname=system-tools-backends -pkgver=2.6.1 -pkgrel=2 +pkgver=2.8.1 +pkgrel=1 pkgdesc="Backends for Gnome System Toools" url="http://www.gnome.org/projects/gst/" depends=('perl-xml-parser' 'perl-net-dbus' 'dbus-glib') @@ -14,8 +14,8 @@ archs=('i686' 'x86_64' 'ppc') Finclude gnome source=(${source[@]} $pkgname-2.4.1-frugalware-as-slackware.patch rc.$pkgname) Fconfopts="$Fconfopts --with-stb-group=root --datadir=/usr/share --with-net-dbus=/usr/lib/perl5" -sha1sums=('fa49c81963ab8c522dfefb9a8c2ffda61380a01b' \ +sha1sums=('cd5bcb1fb5721696997a0ac8643657ea4511489e' \ 'c777161b43f7f6e498975b1e18b9ce09d533dd87' \ - '2ae939ba0d53a4b428984fd98f696cd86a169c78') + '0ad7d3367926920248848f2f30f4d57aa888375b') # optimization OK diff --git a/source/gnome-extra/system-tools-backends/rc.system-tools-backends b/source/gnome-extra/system-tools-backends/rc.system-tools-backends index ad4f484..bdd1305 100644 --- a/source/gnome-extra/system-tools-backends/rc.system-tools-backends +++ b/source/gnome-extra/system-tools-backends/rc.system-tools-backends @@ -13,13 +13,13 @@ TEXTDOMAINDIR=/lib/initscripts/messages actions=(restart start stop status) daemon=$"System Tools Backends" -pid="pidof /usr/bin/system-tools-backends 2> /dev/null" +pid="pidof /usr/sbin/system-tools-backends 2> /dev/null" rc_start() { start_msg if [[ "$(eval ${pid})" == "" ]]; then - /usr/bin/system-tools-backends + /usr/sbin/system-tools-backends ok $? else ok 999 From bouleetbil at frogdev.info Mon Sep 7 19:11:07 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:11:07 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nautilus-open-terminal-0.17-1-i686 *version bump Message-ID: <20090907171107.F1B0F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a9b2ab9a5b3ef0945e1c6864150d412492052561 commit a9b2ab9a5b3ef0945e1c6864150d412492052561 Author: bouleetbil Date: Mon Sep 7 19:12:01 2009 +0200 nautilus-open-terminal-0.17-1-i686 *version bump diff --git a/source/gnome/nautilus-open-terminal/FrugalBuild b/source/gnome/nautilus-open-terminal/FrugalBuild index ecc6e82..45c8437 100644 --- a/source/gnome/nautilus-open-terminal/FrugalBuild +++ b/source/gnome/nautilus-open-terminal/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: voroskoi pkgname=nautilus-open-terminal -pkgver=0.16 +pkgver=0.17 pkgrel=1 pkgdesc="Nautilus open terminal feature with improvements." url="http://manny.cluecoder.org/packages/nautilus-open-terminal/" @@ -14,6 +14,6 @@ archs=('i686' 'x86_64' 'ppc') _F_gnome_devel="y" _F_gnome_schemas=('/etc/gconf/schemas/nautilus-open-terminal.schemas') Finclude gnome gnome-scriptlet -sha1sums=('9ddf695463568253a7c39eb33fbde76f49cde1a1') +sha1sums=('65f0720737217e0e2b020365c97433559b9a172c') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:13:51 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:13:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rhythmbox-0.12.4-1-i686 *version bump Message-ID: <20090907171351.8D27F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ec6cfc7cb34e80d7f12136803a954aff460937b5 commit ec6cfc7cb34e80d7f12136803a954aff460937b5 Author: bouleetbil Date: Mon Sep 7 19:13:55 2009 +0200 rhythmbox-0.12.4-1-i686 *version bump diff --git a/source/gnome/rhythmbox/FrugalBuild b/source/gnome/rhythmbox/FrugalBuild index 8d2a81c..6f499fb 100644 --- a/source/gnome/rhythmbox/FrugalBuild +++ b/source/gnome/rhythmbox/FrugalBuild @@ -3,14 +3,14 @@ # Contributor: AlexExtreme pkgname=rhythmbox -pkgver=0.12.3 +pkgver=0.12.4 pkgrel=1 pkgdesc="A music management application for GNOME" url="http://www.rhythmbox.org/" depends=('nautilus-cd-burner>=2.25.3-2' 'rarian' 'desktop-file-utils' \ 'totem>=2.26.2-2' 'gst-plugins-base-oil' 'avahi-glib' 'libnotify' 'libsexy' \ 'libsoup-gnome>=2.26.3-3' 'gnome-media>=2.26.0-2' 'dbus-glib>=0.74' 'python>=2.6' \ - 'evolution-data-server>=2.26.0' 'gnutls>=2.8') + 'evolution-data-server>=2.26.0' 'gnutls>=2.8' 'libgudev') makedepends=('intltool' 'gnome-doc-utils' 'gst-python' 'libgpod>=0.6.0' ) rodepends=('notification-daemon') groups=('gnome') @@ -22,7 +22,7 @@ _F_gnome_iconcache="y" Finclude gnome-scriptlet gnome unset MAKEFLAGS Fconfopts="$Fconfopts --enable-mdns=avahi --with-playback=gstreamer-0-10 --enable-daap --enable-audioscrobbler --enable-python" -sha1sums=('f1def95f92993ade14f7b0ec2323e9d2e4aaad03') +sha1sums=('8995a1f96d3751ccbe4ae6d03b093fefc017251f') subpkgs=("rhythmbox-plugins") subdescs=('Plugins for rhythmbox') From bouleetbil at frogdev.info Mon Sep 7 19:18:33 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:18:33 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-gabble-0.7.32-1-i686 *version bump Message-ID: <20090907171833.AF06511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=35b5df6d33b5b6f853cf0eeacc6a2eceee08349a commit 35b5df6d33b5b6f853cf0eeacc6a2eceee08349a Author: bouleetbil Date: Mon Sep 7 19:19:43 2009 +0200 telepathy-gabble-0.7.32-1-i686 *version bump diff --git a/source/lib-extra/telepathy-gabble/FrugalBuild b/source/lib-extra/telepathy-gabble/FrugalBuild index 0541633..61176c1 100644 --- a/source/lib-extra/telepathy-gabble/FrugalBuild +++ b/source/lib-extra/telepathy-gabble/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-gabble -pkgver=0.7.31 +pkgver=0.7.32 pkgrel=1 pkgdesc="Telepathy is a D-Bus framework for unifying real time communication." url="http://telepathy.freedesktop.org/" @@ -13,6 +13,6 @@ groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-gabble | Flasttar" source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz) -sha1sums=('a12432b3e067d016bf9d76231c0d988946613896') +sha1sums=('c4f6e025412973659e2f40e4b497a58a6d1575ee') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:20:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:20:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-glib-0.7.34-1-i686 *version bump Message-ID: <20090907172052.151FF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29d4ed165c5a37034f45d8437c920fbede2e03a9 commit 29d4ed165c5a37034f45d8437c920fbede2e03a9 Author: bouleetbil Date: Mon Sep 7 19:21:51 2009 +0200 telepathy-glib-0.7.34-1-i686 *version bump diff --git a/source/lib-extra/telepathy-glib/FrugalBuild b/source/lib-extra/telepathy-glib/FrugalBuild index b1bbfd1..bf72c3c 100644 --- a/source/lib-extra/telepathy-glib/FrugalBuild +++ b/source/lib-extra/telepathy-glib/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-glib -pkgver=0.7.33 +pkgver=0.7.34 pkgrel=1 pkgdesc="A glib library to ease writing telepathy clients in glib." url="http://telepathy.freedesktop.org/wiki/" @@ -13,6 +13,6 @@ groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/telepathy-glib/ | Flasttar" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('1fed557912f42452aea48396d95ec1e91e3ea3b5') +sha1sums=('cfb668143420c4d1d29f9244dcd355cc6824d8d5') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:22:45 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:22:45 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-haze-0.3.2-1-i686 *version bump Message-ID: <20090907172245.8B6B511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=442285ef77f151d3871e56ae24b900fb23fb5be1 commit 442285ef77f151d3871e56ae24b900fb23fb5be1 Author: bouleetbil Date: Mon Sep 7 19:24:05 2009 +0200 telepathy-haze-0.3.2-1-i686 *version bump diff --git a/source/lib-extra/telepathy-haze/FrugalBuild b/source/lib-extra/telepathy-haze/FrugalBuild index b7fe34f..0fb064e 100644 --- a/source/lib-extra/telepathy-haze/FrugalBuild +++ b/source/lib-extra/telepathy-haze/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=telepathy-haze -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="A telepathy connection manager that use libpurple" url="http://telepathy.freedesktop.org/releases/$pkgname" @@ -11,6 +11,6 @@ source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar depends=('telepathy-glib' 'libpurple') groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('c6a181914f2551a8b5f7165d8b9729e38eb0f629') +sha1sums=('ced2905ba43152d634e05efd3c3725bf4c020ec2') # optimization OK From devil505linux at gmail.com Mon Sep 7 19:24:02 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 19:24:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: smc-1.9-1-i686 * version bump Message-ID: <20090907172402.F1F3511F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9d8d68ec98a19a82ea0127cfba3d511c2f69c826 commit 9d8d68ec98a19a82ea0127cfba3d511c2f69c826 Author: Devil505 Date: Mon Sep 7 19:23:49 2009 +0200 smc-1.9-1-i686 * version bump diff --git a/source/games-extra/smc/FrugalBuild b/source/games-extra/smc/FrugalBuild index e16d177..b8a1172 100644 --- a/source/games-extra/smc/FrugalBuild +++ b/source/games-extra/smc/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: Devil505 pkgname=smc -pkgver=1.8 -pkgrel=2 +pkgver=1.9 +pkgrel=1 pkgdesc="Secret Maryo Chronicles" _F_sourceforge_ext=".tar.bz2" _F_sourceforge_dirname="smclone" @@ -15,7 +15,7 @@ rodepends=('smc-music') makedepends=('boost>=1.37.0') groups=('games-extra') archs=('i686' 'x86_64') -sha1sums=('f2bdc40c0b6ef92ca03c5e17581ff1a58ba2d6ec') +sha1sums=('9a4ec12c64378d804848357bf143755a98d14baa') _F_desktop_name="Secret Maryo Chronicles" _F_desktop_icon="/usr/share/smc/icon/window_32.png" From bouleetbil at frogdev.info Mon Sep 7 19:25:08 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:25:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libproxy-0.3.0-1-i686 *version bump Message-ID: <20090907172508.BB0A011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d15eb9e90e615ea3b0492c9d639d87f1ccfc5356 commit d15eb9e90e615ea3b0492c9d639d87f1ccfc5356 Author: bouleetbil Date: Mon Sep 7 19:26:16 2009 +0200 libproxy-0.3.0-1-i686 *version bump diff --git a/source/lib/libproxy/FixCrashPluginGnome.diff b/source/lib/libproxy/FixCrashPluginGnome.diff deleted file mode 100644 index 3a906c8..0000000 --- a/source/lib/libproxy/FixCrashPluginGnome.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- libproxy-0.2.3old/src/plugins/gnome.c 2008-06-05 22:56:14.000000000 +0200 -+++ libproxy-0.2.3/src/plugins/gnome.c 2009-07-12 22:35:31.000000000 +0200 -@@ -98,7 +98,7 @@ - GCONF_VALUE_STRING, NULL); - if (ignores) - { -- GSList *start = ignores; -+ //GSList *start = ignores; - for ( ; ignores ; ignores = g_slist_next(ignores)) - { - if (ignore) -@@ -109,7 +109,7 @@ - } - else - ignore = g_strdup(ignores->data); -- g_free(ignores->data); -+ //g_free(ignores->data); - } - g_slist_free(start); - } diff --git a/source/lib/libproxy/FrugalBuild b/source/lib/libproxy/FrugalBuild index b41444e..6451b5d 100644 --- a/source/lib/libproxy/FrugalBuild +++ b/source/lib/libproxy/FrugalBuild @@ -2,15 +2,13 @@ # Maintainer: bouleetbil pkgname=libproxy -pkgver=0.2.3 -pkgrel=2 +pkgver=0.3.0 +pkgrel=1 pkgdesc="libproxy is a library that provides automatic proxy configuration management." depends=('glibc') groups=('lib') archs=('i686' 'x86_64' 'ppc') Finclude googlecode -source=($source FixCrashPluginGnome.diff) -sha1sums=('2b2b00a179740548035a1145bbae600db9b0a2ce' \ - '34033078173a905eb3d2e1332c1f3d2f00dc6b3f') +sha1sums=('9d0d29b352a2cc4d9511d362bc02162eca91df59') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:28:00 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:28:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: imagination-2.0b1-1-i686 *version bump Message-ID: <20090907172800.D5D6111F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af77c32623846eb3985fe2734fc2010ed4f7ce2e commit af77c32623846eb3985fe2734fc2010ed4f7ce2e Author: bouleetbil Date: Mon Sep 7 19:29:10 2009 +0200 imagination-2.0b1-1-i686 *version bump diff --git a/source/xapps-extra/imagination/FrugalBuild b/source/xapps-extra/imagination/FrugalBuild index a57b3a9..6e27b7b 100644 --- a/source/xapps-extra/imagination/FrugalBuild +++ b/source/xapps-extra/imagination/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: bouleetbil pkgname=imagination -pkgver=1.5 +pkgver=2.0b1 pkgrel=1 pkgdesc="Imagination is a lightweight and simple DVD slide show maker." depends=('gtk+2>=2.16.2-2' 'ffmpeg' 'sox') -makedepends=('intltool') +makedepends=('intltool' 'gtk-doc') options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') _F_gnome_desktop="y" _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet -sha1sums=('e420f11214e2fe83a558700c5a631dcd6ce70eb1') +sha1sums=('5ad88dbc25e6006bfb2442bd39ae9ef0481310bc') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:31:03 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:31:03 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: lxmusic-0.4.0-1-i686 *version bump Message-ID: <20090907173103.7167811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a1d0593f662ce1728a8de073cc2042d1b542d14 commit 8a1d0593f662ce1728a8de073cc2042d1b542d14 Author: bouleetbil Date: Mon Sep 7 19:32:16 2009 +0200 lxmusic-0.4.0-1-i686 *version bump diff --git a/source/xapps-extra/lxmusic/FrugalBuild b/source/xapps-extra/lxmusic/FrugalBuild index dc75856..250e024 100644 --- a/source/xapps-extra/lxmusic/FrugalBuild +++ b/source/xapps-extra/lxmusic/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=lxmusic -pkgver=0.3.0 -pkgrel=4 +pkgver=0.4.0 +pkgrel=1 pkgdesc="A xmms2 music player" depends=('xmms2-libs-c++>=0.6' 'glibc' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'libxext>=1.0.5-3' 'libxdamage' 'libxml2' \ 'gtk+2>=2.16.2-2') @@ -17,6 +17,6 @@ _F_gnome_desktop="y" _F_sourceforge_dirname="lxde" Finclude sourceforge url="http://lxde.org/" -sha1sums=('d85dd28d372684812adece9c09bc3f83465556cc') +sha1sums=('f1ae7bfd44909bd068d9af7336ba3fbb3bcc0aa8') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:33:00 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:33:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: babl-0.1.0-1-i686 *version bump Message-ID: <20090907173300.4C87311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=60687eec340c1787ac02f11d093c3fef15db11a0 commit 60687eec340c1787ac02f11d093c3fef15db11a0 Author: bouleetbil Date: Mon Sep 7 19:34:15 2009 +0200 babl-0.1.0-1-i686 *version bump diff --git a/source/lib/babl/FrugalBuild b/source/lib/babl/FrugalBuild index 76f8a08..9614568 100644 --- a/source/lib/babl/FrugalBuild +++ b/source/lib/babl/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=babl -pkgver=0.0.22 +pkgver=0.1.0 pkgrel=1 pkgdesc="Babl is a dynamic, any to any, pixel format conversion library." archs=('i686' 'x86_64' 'ppc') @@ -12,7 +12,16 @@ depends=('glibc') options=('scriptlet') urldl="ftp://ftp.gtk.org/pub/$pkgname/0.0" up2date="lynx -dump $urldl | Flasttarbz2" -source=($urldl/$pkgname-$pkgver.tar.bz2) -sha1sums=('9de50fb5833f41691f50f6e735d6422aad52ea94') +source=($urldl/$pkgname-$pkgver.tar.bz2 babl-fixBuild.diff) +sha1sums=('6e95e24c48b8018fefbf8e69ad62f4a4de56640c' \ + '4f63a83a9a28f8fcf5ad95f05492aa53914cb309') + +build() { + Fcd + Fpatchall + Fautoreconf + Fmake + Fmakeinstall +} # optimization OK diff --git a/source/lib/babl/babl-fixBuild.diff b/source/lib/babl/babl-fixBuild.diff new file mode 100644 index 0000000..8405401 --- /dev/null +++ b/source/lib/babl/babl-fixBuild.diff @@ -0,0 +1,49 @@ +--- extensions/Makefile.am 2009-04-17 13:05:15.000000000 -0400 ++++ extensions/Makefile.am.new 2009-06-02 16:39:38.659858086 -0400 +@@ -1,7 +1,7 @@ + if OS_WIN32 + AM_LDFLAGS = -module -no-undefined + else +-AM_LDFLAGS = -module ++AM_LDFLAGS = -module -avoid-version + endif + + noinst_HEADERS = util.h +@@ -12,7 +12,7 @@ + -I$(top_srcdir)/babl \ + -I$(top_srcdir)/extensions + +-extdir = $(DESTDIR)$(libdir)/babl- at BABL_API_VERSION@ ++extdir = $(libdir)/babl- at BABL_API_VERSION@ + ext_LTLIBRARIES = \ + CIE-Lab.la \ + gegl-fixups.la \ +--- extensions/Makefile.in 2009-05-20 16:42:51.000000000 -0400 ++++ extensions/Makefile.in.new 2009-06-02 16:47:39.090987339 -0400 +@@ -50,7 +50,7 @@ + *) f=$$p;; \ + esac; + am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +-am__installdirs = "$(DESTDIR)$(extdir)" ++am__installdirs = "$(extdir)" + extLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(ext_LTLIBRARIES) + CIE_Lab_la_LIBADD = +@@ -233,7 +233,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +- at OS_WIN32_FALSE@AM_LDFLAGS = -module ++ at OS_WIN32_FALSE@AM_LDFLAGS = -module -avoid-version + @OS_WIN32_TRUE at AM_LDFLAGS = -module -no-undefined + noinst_HEADERS = util.h + AM_CPPFLAGS = \ +@@ -242,7 +242,7 @@ + -I$(top_srcdir)/babl \ + -I$(top_srcdir)/extensions + +-extdir = $(DESTDIR)$(libdir)/babl- at BABL_API_VERSION@ ++extdir = $(libdir)/babl- at BABL_API_VERSION@ + ext_LTLIBRARIES = \ + CIE-Lab.la \ + gegl-fixups.la \ From bouleetbil at frogdev.info Mon Sep 7 19:34:44 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:34:44 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gegl-0.1.0-1-i686 *version bump Message-ID: <20090907173444.3108A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39a58c7ac70c9ad88fda9765b0ef7aceba9e2570 commit 39a58c7ac70c9ad88fda9765b0ef7aceba9e2570 Author: bouleetbil Date: Mon Sep 7 19:36:01 2009 +0200 gegl-0.1.0-1-i686 *version bump diff --git a/source/xlib/gegl/FrugalBuild b/source/xlib/gegl/FrugalBuild index bb2150f..2964a7d 100644 --- a/source/xlib/gegl/FrugalBuild +++ b/source/xlib/gegl/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: bouleetbil pkgname=gegl -pkgver=0.0.22 -pkgrel=2 +pkgver=0.1.0 +pkgrel=1 pkgdesc="GEGL is a graph based image processing framework." url="http://www.gegl.org/" groups=('xlib') -depends=('glib' 'babl' 'libpng' 'gtk+2' 'freetype2' 'libxau' 'libxdmcp' \ +depends=('glib' 'babl>=0.1.0' 'libpng' 'gtk+2' 'freetype2' 'libxau' 'libxdmcp' \ 'dejavu-ttf' 'libxdamage>=1.1.1-3' 'libxext' 'libxml2') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') -urldl="ftp://ftp.gimp.org/pub/$pkgname/0.0" +urldl="ftp://ftp.gimp.org/pub/$pkgname/0.1" up2date="lynx -dump $urldl | Flasttarbz2" source=($urldl/$pkgname-$pkgver.tar.bz2) -sha1sums=('de684d4c8d9eaa9b7e283c55c5f779e5bdabee78') +sha1sums=('ede1789ce318b9afe4ec7dcb42c1065b4f278b64') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:41:16 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:41:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gimp-2.6.7-2-i686 *rebuild with gegl>=0.1.0 Message-ID: <20090907174116.25C5211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a60306f3a3c6b3574ab9780c55aab7939f5380c3 commit a60306f3a3c6b3574ab9780c55aab7939f5380c3 Author: bouleetbil Date: Mon Sep 7 19:38:47 2009 +0200 gimp-2.6.7-2-i686 *rebuild with gegl>=0.1.0 diff --git a/source/xapps/gimp/FrugalBuild b/source/xapps/gimp/FrugalBuild index 6076a9b..8d75c26 100644 --- a/source/xapps/gimp/FrugalBuild +++ b/source/xapps/gimp/FrugalBuild @@ -4,11 +4,11 @@ pkgname=gimp pkgver=2.6.7 -pkgrel=1 +pkgrel=2 pkgdesc="The GNU Image Manipulation Program" url="http://www.gimp.org/" depends=('librsvg>=2.26.0-2' 'libmng' 'libexif>=0.6.12-3' 'alsa-lib' 'libgtkhtml>=2.11.1-2' \ - 'desktop-file-utils' 'lcms' 'pygtk>=2.14.1-2' 'aalib' 'libxpm>=3.5.7-2' 'intltool' 'gegl') + 'desktop-file-utils' 'lcms' 'pygtk>=2.14.1-2' 'aalib' 'libxpm>=3.5.7-2' 'intltool' 'gegl>=0.1.0') groups=('xapps') archs=('i686' 'x86_64' 'ppc') makedepends=('gimp-print' 'perl-xml-parser') From devil505linux at gmail.com Mon Sep 7 19:43:47 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 19:43:47 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bsnes-050-1-i686 * version bump Message-ID: <20090907174347.4B70A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7573915397d5164be5b6699defccb3f4337e78e7 commit 7573915397d5164be5b6699defccb3f4337e78e7 Author: Devil505 Date: Mon Sep 7 19:41:45 2009 +0200 bsnes-050-1-i686 * version bump diff --git a/source/games-extra/bsnes/FrugalBuild b/source/games-extra/bsnes/FrugalBuild index d923993..6028b6c 100644 --- a/source/games-extra/bsnes/FrugalBuild +++ b/source/games-extra/bsnes/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: James Buren pkgname=bsnes -pkgver=048 +pkgver=050 pkgrel=1 pkgdesc="A newer snes emulator designed with accuracy in mind." url="http://byuu.org/bsnes/" @@ -17,7 +17,7 @@ _F_desktop_icon="$pkgname" _F_desktop_categories="Game;Emulator;" _F_cd_path="src" options=('scriptlet') -sha1sums=('7e91b959926489a7213970c5b5ed586d93279652') +sha1sums=('1817eac4110f7c4732a268676ecb3d3244587aa1') build() { From jercel16 at gmail.com Mon Sep 7 19:45:57 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 19:45:57 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: dosbox-0.73-1-i686 Message-ID: <20090907174557.3692911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=071ba3c2a52d805c6b0c9eef2a4a7bce4a5b68da commit 071ba3c2a52d805c6b0c9eef2a4a7bce4a5b68da Author: jercel Date: Mon Sep 7 19:48:57 2009 +0200 dosbox-0.73-1-i686 * version bump diff --git a/source/xapps-extra/dosbox/FrugalBuild b/source/xapps-extra/dosbox/FrugalBuild index e79b84e..041be91 100644 --- a/source/xapps-extra/dosbox/FrugalBuild +++ b/source/xapps-extra/dosbox/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy pkgname=dosbox -pkgver=0.72 +pkgver=0.73 pkgrel=1 pkgdesc="PC emulator with builtin DOS for running DOS games" depends=('sdl_net' 'libgl' 'sdl_sound' 'libdrm' 'libxxf86vm' 'libpng' 'mesa') @@ -10,6 +10,6 @@ groups=('xapps-extra') archs=('i686' 'x86_64') Finclude sourceforge url="http://dosbox.sourceforge.net/" -sha1sums=('c49fba00187cd871ffdcbcd87ab82a23ea2d5e7d') +sha1sums=('e87682f8f468f3822d2f79e38e5ddb73825fa8c1') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:47:37 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:47:37 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: imagemagick-6.5.5_0-1-i686 *version bump Message-ID: <20090907174737.2010F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=57d4c908c034e2f84ea98478a833a473086de91b commit 57d4c908c034e2f84ea98478a833a473086de91b Author: bouleetbil Date: Mon Sep 7 19:46:45 2009 +0200 imagemagick-6.5.5_0-1-i686 *version bump diff --git a/source/xapps/imagemagick/FrugalBuild b/source/xapps/imagemagick/FrugalBuild index d1481f6..34a994b 100644 --- a/source/xapps/imagemagick/FrugalBuild +++ b/source/xapps/imagemagick/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: bouleetbil pkgname=imagemagick -pkgver=6.5.4_9 +pkgver=6.5.5_0 pkgrel=1 pkgdesc="A robust collection of tools and libraries to read, write and manipulate image files." url="http://www.imagemagick.org" @@ -19,7 +19,7 @@ options=('scriptlet') up2date="lynx -dump ftp://ftp.imagemagick.net/pub/ImageMagick/ | grep \"[0-9\.-]\+.tar.bz2\" | tail -n 1 | sed \"s/.*ImageMagick-\(.*\).tar.bz2.*/\1/\" | tr '-' '_'" source=(ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-`echo $pkgver | tr '_' '-'`.tar.bz2 \ libpng_mmx_patch_x86_64.patch) -sha1sums=('7f0535c4619fd9df33fec16cd9f94e3d729f1cbe' \ +sha1sums=('312d2c1f9383609a8ebeba90b21c20a9c5be4fd9' \ 'e42f3acbe85b6098af75c5cecc9a254baaa0482c') build() { From bouleetbil at frogdev.info Mon Sep 7 19:49:22 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:49:22 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gobject-introspection-0.6.4-1-i686 *version bump Message-ID: <20090907174922.D586111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a47cdc3b94af4713a6eddc266253c5cfea8d26e9 commit a47cdc3b94af4713a6eddc266253c5cfea8d26e9 Author: bouleetbil Date: Mon Sep 7 19:50:35 2009 +0200 gobject-introspection-0.6.4-1-i686 *version bump diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild b/source/xlib-extra/gobject-introspection/FrugalBuild index 15a8d42..36a71f3 100644 --- a/source/xlib-extra/gobject-introspection/FrugalBuild +++ b/source/xlib-extra/gobject-introspection/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: bouleetbil pkgname=gobject-introspection -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo' 'libxft') groups=('xlib-extra') archs=('i686' 'x86_64') Finclude gnome -sha1sums=('5c3b6d3eecd47087fb35e35b8f4e8855e0aac9d5') +sha1sums=('07ff1f8b9f59c844a543fde8d48cbf60a22e5c27') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:50:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:50:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gir-repository-0.6.4-1-i686 *version bump Message-ID: <20090907175056.4FEF611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2fab6f8ced75332dd91e6bc12101839a66618757 commit 2fab6f8ced75332dd91e6bc12101839a66618757 Author: bouleetbil Date: Mon Sep 7 19:52:07 2009 +0200 gir-repository-0.6.4-1-i686 *version bump diff --git a/source/xlib-extra/gir-repository/FrugalBuild b/source/xlib-extra/gir-repository/FrugalBuild index ea5bee4..b6732b4 100644 --- a/source/xlib-extra/gir-repository/FrugalBuild +++ b/source/xlib-extra/gir-repository/FrugalBuild @@ -2,13 +2,15 @@ # Maintainer: bouleetbil pkgname=gir-repository -pkgver=0.6.3 +pkgver=0.6.4 pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." -depends=('glib2' 'libffi' 'cairo' 'clutter' 'clutter-cairo' 'clutter-gtk' 'gobject-introspection') +depends=('glib2' 'libffi' 'cairo' 'clutter' 'clutter-cairo' 'clutter-gtk' 'gobject-introspection>=0.6.4') makedepends=('gconf' 'gnome-keyring' 'libsoup' 'nautilus' 'webkit' 'vte' 'gtksourceview' \ 'gssdp' 'gupnp' 'poppler' 'babl' 'goocanvas' 'libwnck') groups=('xlib-extra') archs=('i686' 'x86_64') Finclude gnome -sha1sums=('4c1fad85efe6be72552bee5ae0a80752b8753b67') +sha1sums=('d78d2ce407d7d48f5be36f2bd6c74fafd7335ce1') + +# optimization OK From bouleetbil at frogdev.info Mon Sep 7 19:52:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:52:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nini-1.1.0-1-i686 *new package Message-ID: <20090907175252.5E90E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dc9322d79b575ed104cad749c49130d7b946a91f commit dc9322d79b575ed104cad749c49130d7b946a91f Author: bouleetbil Date: Mon Sep 7 19:54:18 2009 +0200 nini-1.1.0-1-i686 *new package diff --git a/source/lib-extra/nini/FrugalBuild b/source/lib-extra/nini/FrugalBuild new file mode 100644 index 0000000..15f397b --- /dev/null +++ b/source/lib-extra/nini/FrugalBuild @@ -0,0 +1,39 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=nini +pkgver=1.1.0 +pkgrel=1 +pkgdesc="A configuration library for .NET." +depends=('mono') +makedepends=('sharutils') +_F_sourceforge_ext=".zip" +_F_sourceforge_name="Nini" +Finclude sourceforge mono +groups=('lib-extra') +archs=('i686') +source=($source Nini.snk.uue nini.pc) +sha1sums=('ba739aacda956d5daf115402a6965379f521add7' \ + 'a196dcdd2f176cedbe643f49801ad70e40c968fb' \ + 'ff42cf443aeb9b099c277b2c1b91145bfa8ee1a3') + +build() { + cp $Fsrcdir/Nini.snk.uue $Fsrcdir/Nini/Source || Fdie + Fmonoexport + Fcd "Nini/Source" + uudecode -o Nini.snk Nini.snk.uue || Fdie + gmcs -nowarn:1616 \ + -target:library \ + -out:Nini.dll \ + -define:STRONG \ + -r:System.dll \ + -r:System.Xml.dll \ + -keyfile:Nini.snk \ + AssemblyInfo.cs Config/*.cs Ini/*.cs Util/*.cs \ + || Fdie + + gacutil -i Nini.dll -f -package Nini -root $Fdestdir/usr/lib || Fdie + Fmkdir usr/lib/pkgconfig + Fcp nini.pc usr/lib/pkgconfig/ + Fmonocleanup +} diff --git a/source/lib-extra/nini/Nini.snk.uue b/source/lib-extra/nini/Nini.snk.uue new file mode 100644 index 0000000..7fd2721 --- /dev/null +++ b/source/lib-extra/nini/Nini.snk.uue @@ -0,0 +1,17 @@ +begin 600 Nini.snk +M!P(````D``!24T$R``0``!$```"M"VY;.)&'^47#V1XRZK&L!JH`'DGLG<\[ +M"LBOVSTV7G<+?3._7#3<#$J^I +M6I7[PU8Z^8E45^O#O&2R=,*B1&VB>*-@/LL)[M3E.N&=F?2=E`!H>2PR%AUB +M_19@,5N<$$5LZ<,)#6)&"9`M5EFVQ]*I9'$>?'%-V++-]&KUJ!"%VNKS]RH/ +M9,KW9Y#*H14L+S at _^4$%#^A*D at M02R&`&$IE>6,Z!TTP!C/3-#G6YC at A2>_X#?K%8+AC8+/+_?LZ4>C:%,P +M+FN11TL5R&W at WFV_%],I,RVA at Y_AP,[J&VLW)61KI/9"%' +MS=!__IA5!Z at 7NQ27&^=L4;E!9"%R-?L<3=\ Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6d36716e008fb0f3ccd17e6ce20b2882a91df605 commit 6d36716e008fb0f3ccd17e6ce20b2882a91df605 Author: bouleetbil Date: Mon Sep 7 19:55:27 2009 +0200 smartirc-0.4.5.1-1-i686 *new package diff --git a/source/lib-extra/smartirc/FrugalBuild b/source/lib-extra/smartirc/FrugalBuild new file mode 100644 index 0000000..98439d7 --- /dev/null +++ b/source/lib-extra/smartirc/FrugalBuild @@ -0,0 +1,16 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=smartirc +_F_archive_name=smartirc4net +pkgver=0.4.5.1 +pkgrel=1 +pkgdesc="SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#." +depends=('mono') +Finclude mono +groups=('lib-extra') +archs=('i686') +url=http://smartirc4net.meebey.net/jaws/ +source=(http://smuxi.meebey.net/jaws/data/files/$_F_archive_name-$pkgver.tar.gz) +up2date="Flasttar http://www.smuxi.org/page/Download" +sha1sums=('b41035cb3a87eb8dbc0a3f815c50953e7f35c6d5') From bouleetbil at frogdev.info Mon Sep 7 19:56:32 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:56:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: smuxi-0.6.4-1-i686 *new package *added patch for add frugalware chan Message-ID: <20090907175632.6B24411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6f6ae73e15a59ecc3576edf5b9698eac0346b170 commit 6f6ae73e15a59ecc3576edf5b9698eac0346b170 Author: bouleetbil Date: Mon Sep 7 19:57:16 2009 +0200 smuxi-0.6.4-1-i686 *new package *added patch for add frugalware chan diff --git a/source/gnome-extra/smuxi/FrugalBuild b/source/gnome-extra/smuxi/FrugalBuild new file mode 100644 index 0000000..5fad789 --- /dev/null +++ b/source/gnome-extra/smuxi/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil + +pkgname=smuxi +pkgver=0.6.4 +pkgrel=1 +pkgdesc="Smuxi is an irssi-inspired for gnome." +depends=('mono' 'nini' 'smartirc' 'gtk-sharp' 'log4net' 'gnome-sharp') +makedepends=('intltool') +groups=('gnome-extra') +archs=('i686') +source=(http://www.smuxi.org/jaws/data/files/$pkgname-$pkgver.tar.gz frugalware-irc.diff) +url=http://www.meebey.net/jaws/ +up2date="Flasttar http://www.smuxi.org/page/Download" +sha1sums=('011b530a63dc401737c2147080d374ccb88aa595' \ + '94976b084e16d6d7987256120fa042f5e4f28e75') +Finclude mono gnome-scriptlet + +build() { + Fmonoexport + _F_gnome_desktop="y" + Fbuild + Fbuild_gnome_scriptlet + Fmonocleanup +} diff --git a/source/gnome-extra/smuxi/frugalware-irc.diff b/source/gnome-extra/smuxi/frugalware-irc.diff new file mode 100644 index 0000000..666d3c4 --- /dev/null +++ b/source/gnome-extra/smuxi/frugalware-irc.diff @@ -0,0 +1,15 @@ +--- smuxi-0.6.3~/src/Engine/Config/Config.cs 2008-12-28 23:01:43.000000000 +0100 ++++ smuxi-0.6.3/src/Engine/Config/Config.cs 2009-03-29 18:08:03.000000000 +0200 +@@ -279,6 +279,12 @@ + Get(prefix + "Hostname", "irc.freenode.net"); + Get(prefix + "Port", 6667); + Get(prefix + "Network", "freenode"); ++ Get(prefix + "OnStartupConnect", true); ++ Get(prefix + "OnConnectCommands", ++ new string[] { ++ "/join #frugalware", ++ } ++ ); + + prefix = "Engine/Users/"; + Get(prefix+"Users", new string[] { "local" }); From bouleetbil at frogdev.info Mon Sep 7 19:57:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 19:57:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: wicd-1.6.2.1-1-i686 *version bump Message-ID: <20090907175757.01E1011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0451af7061ac2b2cc4fba50a9038ec23c1ec14ec commit 0451af7061ac2b2cc4fba50a9038ec23c1ec14ec Author: bouleetbil Date: Mon Sep 7 19:59:13 2009 +0200 wicd-1.6.2.1-1-i686 *version bump diff --git a/source/xapps-extra/wicd/FrugalBuild b/source/xapps-extra/wicd/FrugalBuild index 82cefbc..2325d65 100644 --- a/source/xapps-extra/wicd/FrugalBuild +++ b/source/xapps-extra/wicd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=wicd -pkgver=1.6.2 +pkgver=1.6.2.1 pkgrel=1 pkgdesc="A wired and wireless network manager for Linux" depends=('dbus-python' 'pygtk' 'dhcp' 'dhcpcd' 'wireless_tools' 'wpa_supplicant'\ @@ -15,7 +15,7 @@ _F_gnome_desktop="y" _F_sourceforge_realname="wicd-stable" Finclude sourceforge gnome-scriptlet source=($source rc.wicd) -sha1sums=('936a3c6bb05f284afcf5fd03ac0a72b2f212d31f' \ +sha1sums=('e96f3852a7ee4c2bbc1e1f19c38a5e0978c5cb41' \ '3c4a5da2f7fa818517029921e0a389cc443e993e') build() { From devil505linux at gmail.com Mon Sep 7 20:01:27 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 20:01:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: snes9x-gtk-76-1-i686 * version bump Message-ID: <20090907180127.B34AE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5fa5bb4f7a7686a06fe52696987dcf629553c4ad commit 5fa5bb4f7a7686a06fe52696987dcf629553c4ad Author: Devil505 Date: Mon Sep 7 20:00:59 2009 +0200 snes9x-gtk-76-1-i686 * version bump diff --git a/source/games-extra/snes9x-gtk/FrugalBuild b/source/games-extra/snes9x-gtk/FrugalBuild index 0fd0dd9..6c4f2b1 100644 --- a/source/games-extra/snes9x-gtk/FrugalBuild +++ b/source/games-extra/snes9x-gtk/FrugalBuild @@ -3,8 +3,8 @@ pkgname=snes9x-gtk _F_archive_name="snes9x-1.51-src-gtk" -pkgver=74 -pkgrel=2 +pkgver=76 +pkgrel=1 pkgdesc="GTK+ Version of snes9x, a portable Emulator for the Super Nintento Entertainment System" url="http://snes9x.com/phpbb2/viewtopic.php?t=3703" depends=('freetype2' 'libxdmcp' 'libglade' 'portaudio' 'libxv' 'gtkglext' 'libgl' 'sdl' 'libstdc++' 'libxtst') @@ -16,7 +16,7 @@ up2date="lynx -dump $url | Flasttar" source=(http://snes9x-gtk.googlecode.com/files/$_F_archive_name-$pkgver.tar.bz2) Fconfopts="${Fconfopts[@]} --with-gtk --with-opengl --with-netplay --disable-warn " _F_cd_path="snes9x-1.51-src/gtk" -sha1sums=('7eca2628d0a1dc5432a12feff84818e115b8cb32') +sha1sums=('b7f063106cda56148b16b40fdbbb720cd225d1c7') build() { Fmkdir usr/bin From bouleetbil at frogdev.info Mon Sep 7 20:02:17 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:02:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gtk+2-2.16.6-1-i686 *version bump Message-ID: <20090907180217.D4C0011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2b95e228e05c56154ba6829f9d83a73ba14462b7 commit 2b95e228e05c56154ba6829f9d83a73ba14462b7 Author: bouleetbil Date: Mon Sep 7 20:01:00 2009 +0200 gtk+2-2.16.6-1-i686 *version bump diff --git a/source/xlib/gtk+2/FrugalBuild b/source/xlib/gtk+2/FrugalBuild index cc4ef4c..934ab27 100644 --- a/source/xlib/gtk+2/FrugalBuild +++ b/source/xlib/gtk+2/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gtk+2 _F_gnome_name=gtk+ -pkgver=2.16.5 +pkgver=2.16.6 pkgrel=1 pkgdesc="The GTK+ Toolkit (2.x series)" depends=('libtiff' 'atk>=1.26.0' 'libxi' 'libxinerama' 'fontconfig' 'libjpeg' \ @@ -23,7 +23,6 @@ subdepends=('' 'gtk+2') subgroups=('docs-extra' 'xlib') subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc') - build() { Fbuild \ @@ -46,7 +45,7 @@ build() { Fsplit $pkgname-docs usr/share/gtk-doc } -sha1sums=('4482e698730c8ea88239512a49306dc27a661145') +sha1sums=('f69cb48311d60664bac7cf68351c175c7a214ae6') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 20:06:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:06:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: glib2-2.20.5-1-i686 *version bump Message-ID: <20090907180630.1939211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=524f7acdc526c6cf30be6bca7f1a6fee5e20466f commit 524f7acdc526c6cf30be6bca7f1a6fee5e20466f Author: bouleetbil Date: Mon Sep 7 20:06:53 2009 +0200 glib2-2.20.5-1-i686 *version bump diff --git a/source/base/glib2/FrugalBuild b/source/base/glib2/FrugalBuild index 4c479cf..c0a6dd8 100644 --- a/source/base/glib2/FrugalBuild +++ b/source/base/glib2/FrugalBuild @@ -4,7 +4,7 @@ USE_DOC=${USE_DOC:-"y"} pkgname=glib2 -pkgver=2.20.4 +pkgver=2.20.5 pkgrel=1 pkgdesc="Common C routines used by GTK+2 and other libraries" url="http://www.gtk.org/" @@ -18,7 +18,7 @@ _F_gnome_devel="n" Finclude gnome _F_cd_path="glib-$pkgver" ## DON'T remove nor change the debug level or it breaks again .. -sha1sums=('a0cee2b75bb485de926fa43b33887adc8f9c19bb') +sha1sums=('19e2b2684d7bc35a73ff94eb7fd15fc70cc6f292') if Fuse $USE_DOC; then makedepends=("${makedepends[@]}" 'gtk-doc>=1.11') Fconfopts="$Fconfopts --enable-gtk-doc" From bouleetbil at frogdev.info Mon Sep 7 20:09:34 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:09:34 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rubrica-2.0.6-1-i686 *version bump Message-ID: <20090907180934.B63E911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f787f7831358318b81a36f01b82edf3f4f3e4eb8 commit f787f7831358318b81a36f01b82edf3f4f3e4eb8 Author: bouleetbil Date: Mon Sep 7 20:10:50 2009 +0200 rubrica-2.0.6-1-i686 *version bump diff --git a/source/gnome-extra/rubrica/FrugalBuild b/source/gnome-extra/rubrica/FrugalBuild index fd25e41..41ca783 100644 --- a/source/gnome-extra/rubrica/FrugalBuild +++ b/source/gnome-extra/rubrica/FrugalBuild @@ -4,8 +4,8 @@ pkgname=rubrica _F_berlios_name=${pkgname}2 _F_berlios_dirname=$pkgname -pkgver=2.0.1 -pkgrel=2 +pkgver=2.0.6 +pkgrel=1 pkgdesc="rubrica is an address book written using GTK+ and GNOME" groups=('gnome-extra') archs=('i686' 'x86_64') @@ -13,14 +13,13 @@ depends=('libglade' 'gconf>=2.26.2-2' 'glibc' 'libnotify' \ 'atk' 'pango' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \ 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' \ 'libxcursor') -makedepends=('perl-xml-parser') +makedepends=('perl-xml-parser' 'intltool') options=('scriptlet') _F_gnome_schemas=('/etc/gconf/schemas/rubrica2.schemas') _F_gnome_desktop="y" _F_berlios_ext=".tar.bz2" Finclude berlios gnome-scriptlet -up2date="lynx -dump http://rubrica.berlios.de/download.html | grep 'last stable package is version' | cut -d ' ' -f9" -sha1sums=('cfb1845310fcc04821f32f0906a9864a1f2cdc16') +sha1sums=('47e7f2b1c2b90e82ab24defaf3048f1c5af9fa58') _F_cd_path=$_F_berlios_name-$pkgver # optimization OK From bouleetbil at frogdev.info Mon Sep 7 20:12:11 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:12:11 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kazehakase-0.5.7-1-i686 *version bump *use webkit instead pegecko (broken with stable xulrunner!!) *split ruby support Message-ID: <20090907181211.14CB611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0d3312d97f3ac8468c33de76e61e3a6ec71377e0 commit 0d3312d97f3ac8468c33de76e61e3a6ec71377e0 Author: bouleetbil Date: Mon Sep 7 20:12:46 2009 +0200 kazehakase-0.5.7-1-i686 *version bump *use webkit instead pegecko (broken with stable xulrunner!!) *split ruby support diff --git a/source/xapps-extra/kazehakase/FrugalBuild b/source/xapps-extra/kazehakase/FrugalBuild index e1de4b2..475559f 100644 --- a/source/xapps-extra/kazehakase/FrugalBuild +++ b/source/xapps-extra/kazehakase/FrugalBuild @@ -2,18 +2,36 @@ # Maintainer: bouleetbil pkgname=kazehakase -pkgver=0.5.6 -pkgrel=2 +pkgver=0.5.7 +pkgrel=1 pkgdesc="A browser with gecko engine" url="http://kazehakase.sourceforge.jp" -depends=('xulrunner>=1.8.1.3-5' 'gnutls' 'ruby-gtk2>=0.19.0-2' 'ruby-gettext' 'libxau>=1.0.4' 'libgcrypt' 'gnutls' 'libxml2') +depends=('webkit' 'gnutls' 'libxau>=1.0.4' 'libgcrypt' 'gnutls' 'libxml2') makedepends=('perl-xml-parser' 'intltool') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') -source=("http://osdn.dl.sourceforge.jp/kazehakase/33533/$pkgname-$pkgver.tar.gz") +_F_gnome_iconcache="y" +Finclude gnome gnome-scriptlet +source=(http://osdn.dl.sourceforge.jp/kazehakase/43338/$pkgname-$pkgver.tar.gz) up2date="lynx -dump 'http://sourceforge.jp/frs/index.php?group_id=388&release_id=2211' | Flasttar" -Fconfopts="$Fconfopts --enable-gtkmozembed --with-gecko-engine=xulrunner" -sha1sums=('a11e13d05962884f6f4e94eb8215e85c4847960c') +sha1sums=('7f85bab0c30f2a3ed9360718c67eaf465ea03693') + +subpkgs=("kazehakase-ruby") +subdescs=("Ruby interpretter support for Kazehakase") +subdepends=("ruby-gtk2>=0.19.0-2' ruby-gettext") +subrodepends=("kazehakase") +subgroups=('xlib-extra') +subarchs=('i686 x86_64 ppc') + +build() { + Fcd + #fix gtk2 + Fsed "entry->x_n_bytes" "-1" src/widget/kz-entry.c + Fbuild + Fbuild_gnome_scriptlet + Fsplit kazehakase-ruby usr/lib/kazehakase/ext/ruby.* + Fsplit kazehakase-ruby usr/share/kazehakase/ext/ruby +} # optimization OK From bouleetbil at frogdev.info Mon Sep 7 20:13:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:13:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: *new schema for clutter package Message-ID: <20090907181352.621FC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5508608eaa5130cede85683d071c8100221f6a15 commit 5508608eaa5130cede85683d071c8100221f6a15 Author: bouleetbil Date: Mon Sep 7 20:15:06 2009 +0200 *new schema for clutter package diff --git a/source/include/clutter.sh b/source/include/clutter.sh new file mode 100644 index 0000000..af5a751 --- /dev/null +++ b/source/include/clutter.sh @@ -0,0 +1,87 @@ +#!/bin/sh + +### +# = clutter.sh(3) +# bouleetbil +# +# == NAME +# clutter.sh - for Frugalware +# +# == SYNOPSIS +# Common schema for CLUTTER packages. +# +# == EXAMPLE +# -------------------------------------------------- +# pkgname=clutter +# pkgver=1.0.4 +# pkgrel=1 +# pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces." +# depends=('libxdamage' 'libxcomposite' 'libgl' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \ +# 'gtk+2>=2.16.2-2' 'libxml2' 'gir-repository') +# sha1sums=('91476f5c3089bab35dfb1c3a0bc18c44f161b6f0') +# Finclude clutter +# -------------------------------------------------- +# +# == OPTIONS +# * _F_clutter_name (defaults to $pkgname): if you want to use a custom package +# name (for example the upstream name contains uppercase letters) then use this +# to declare the real name +# * _F_clutter_devel: if set, the . versions will not be ignored. +### + +if [ -z "$_F_clutter_name" ]; then + _F_clutter_name=$pkgname +fi + +if [ -z "$_F_clutter_devel" ]; then + _F_clutter_devel="n" +fi + +# don't document this function, it's used only for source() +_F_clutter_getver() +{ + local tmpver count + + tmpver=`echo $pkgver | tr -d '[0-9][a-z]'` + count=`expr length "$tmpver"` + + case $count in + 1) + tmpver="$pkgver" + ;; + 2) + tmpver="${pkgver%.*}" + ;; + 3) + tmpver="${pkgver%.*.*}" + ;; + esac + echo $tmpver +} + +### +# == OVERWRITTEN VARIABLES +# * _F_clutter_pkgurl +# * up2date +# * source() +# * url +# * groups +# * archs +### + +_F_clutter_pkgurl="http://www.clutter-project.org/sources/" +if [ "$_F_clutter_devel" != "n" ]; then + up2date="lynx -dump $_F_clutter_pkgurl/$_F_clutter_name/\$(lynx -dump $_F_clutter_pkgurl/$_F_clutter_name/?M=D|grep '/'|sed -ne 's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'" +else + up2date="lynx -dump $_F_clutter_pkgurl/$_F_clutter_name/\$(lynx -dump $_F_clutter_pkgurl/$_F_clutter_name/?M=D|grep '[0-9]\.[0-9]*[02468]/'|sed -ne 's|.*]\(.*\)/.*|\1|' -e '1 p')/|grep ]LA|sed 's/.*S-\([0-9\.]*\).*/\1/'" +fi +source=(http://www.clutter-project.org/sources/$_F_clutter_name/`_F_clutter_getver`/$_F_clutter_name-$pkgver.tar.bz2) +url="http://www.clutter-project.org/" +groups=('xlib-extra') +archs=('i686' 'x86_64' 'ppc') + +### +# == APPENDED VARIABLES +# * scriptlet to options() +### +options=(${options[@]} 'scriptlet') From bouleetbil at frogdev.info Mon Sep 7 20:16:25 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:16:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-1.0.4-1-i686 *version bump *use clutter.sh Message-ID: <20090907181625.0F96911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c39eb94ac62fc9786096fec757f8799e74e9d9b0 commit c39eb94ac62fc9786096fec757f8799e74e9d9b0 Author: bouleetbil Date: Mon Sep 7 20:16:46 2009 +0200 clutter-1.0.4-1-i686 *version bump *use clutter.sh diff --git a/source/xlib-extra/clutter/FrugalBuild b/source/xlib-extra/clutter/FrugalBuild index 97f41d5..3d06196 100644 --- a/source/xlib-extra/clutter/FrugalBuild +++ b/source/xlib-extra/clutter/FrugalBuild @@ -3,16 +3,12 @@ # Contributor: Devil505 pkgname=clutter -pkgver=0.8.4 -pkgrel=2 +pkgver=1.0.4 +pkgrel=1 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces." -url="http://www.clutter-project.org" -depends=('libxdamage' 'libxcomposite' 'libgl' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 'gtk+2>=2.16.2-2' 'libxml2') -options=('scriptlet' 'force') -groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump $url/sources/LATEST | Flasttar" -source=($url/sources/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) -sha1sums=('5b9a347766b39b52564c5ad034bb51c5ab348dfe') +depends=('libxdamage' 'libxcomposite' 'libgl' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \ + 'gtk+2>=2.16.2-2' 'libxml2' 'gir-repository') +sha1sums=('91476f5c3089bab35dfb1c3a0bc18c44f161b6f0') +Finclude clutter # optimization OK From bouleetbil at frogdev.info Mon Sep 7 20:17:28 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:17:28 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: *fixed mail Message-ID: <20090907181728.B005F11F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4a6c02cbf0e83314382df9ac3416b2bac42ab09a commit 4a6c02cbf0e83314382df9ac3416b2bac42ab09a Author: bouleetbil Date: Mon Sep 7 20:18:56 2009 +0200 *fixed mail diff --git a/source/include/clutter.sh b/source/include/clutter.sh index af5a751..5fc06b0 100644 --- a/source/include/clutter.sh +++ b/source/include/clutter.sh @@ -2,7 +2,7 @@ ### # = clutter.sh(3) -# bouleetbil +# bouleetbil # # == NAME # clutter.sh - for Frugalware From cedynamix at gmail.com Mon Sep 7 20:18:56 2009 From: cedynamix at gmail.com (Cedynamix) Date: Mon, 7 Sep 2009 20:18:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: tucan-0.3.8-1-i686 Message-ID: <20090907181856.969BD11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8a774bcc083ad38e306f0a2a02eb51654743b1f2 commit 8a774bcc083ad38e306f0a2a02eb51654743b1f2 Author: Cedynamix Date: Mon Sep 7 19:46:55 2009 +0200 tucan-0.3.8-1-i686 * version bump diff --git a/source/network-extra/tucan/FrugalBuild b/source/network-extra/tucan/FrugalBuild index a94e7a1..ae712d8 100644 --- a/source/network-extra/tucan/FrugalBuild +++ b/source/network-extra/tucan/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: Cedrick Hannier alias Cedynamix pkgname=tucan -pkgver=0.3.7 +pkgver=0.3.8 pkgrel=1 -extraver=1290 +extraver=1400 pkgdesc="Download and upload manager for hosting sites." archs=('i686' 'x86_64') url="http://tucaneando.com/index-en.html" @@ -12,7 +12,7 @@ groups=('network-extra') depends=('pygtk' 'imaging' 'tesseract-ocr' 'librsvg') up2date="Flasttar $url" source=(http://forja.rediris.es/frs/download.php/$extraver/$pkgname-$pkgver.tar.gz) -sha1sums=('ec70756f6c2501a42a95f59f99da40eda551d951') +sha1sums=('aa7ea520838359229d57fc50ef03b132c4e5a995') build() { Fcd From devil505linux at gmail.com Mon Sep 7 20:27:20 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 20:27:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: maxr-0.2.6-1-i686 * version bump Message-ID: <20090907182720.A0ABE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e594807ab5806ac6dc324735b1b148c55784a3ed commit e594807ab5806ac6dc324735b1b148c55784a3ed Author: Devil505 Date: Mon Sep 7 20:26:58 2009 +0200 maxr-0.2.6-1-i686 * version bump diff --git a/source/games-extra/maxr/FrugalBuild b/source/games-extra/maxr/FrugalBuild index 880941e..ab39b4e 100644 --- a/source/games-extra/maxr/FrugalBuild +++ b/source/games-extra/maxr/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=maxr -pkgver=0.2.5 +pkgver=0.2.6 pkgrel=1 pkgdesc="OpenSource reimplementation for M.A.X." url="http://www.maxthegame.de/" @@ -11,7 +11,7 @@ groups=('games-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=(http://www.maxthegame.de/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('a12a90a4f42377e168e5fc55ed67cf6e91b4c8f3') +sha1sums=('b6c4dabd816a09a5e7f283785ab8d4e3aa74079e') _F_desktop_name="M.A.X. Reloaded" _F_desktop_icon="/usr/share/maxr/maxr.png" From bouleetbil at frogdev.info Mon Sep 7 20:32:19 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 20:32:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-gst-0.10.0-1-i686 *version bump *use clutter.sh Message-ID: <20090907183219.5682911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3aaf9149e68e66dd23250f41e20759a71296e0a1 commit 3aaf9149e68e66dd23250f41e20759a71296e0a1 Author: bouleetbil Date: Mon Sep 7 20:33:08 2009 +0200 clutter-gst-0.10.0-1-i686 *version bump *use clutter.sh diff --git a/source/xlib-extra/clutter-gst/FrugalBuild b/source/xlib-extra/clutter-gst/FrugalBuild index 82c8c03..6036c0f 100644 --- a/source/xlib-extra/clutter-gst/FrugalBuild +++ b/source/xlib-extra/clutter-gst/FrugalBuild @@ -3,17 +3,12 @@ # Contributor: Devil505 pkgname=clutter-gst -pkgver=0.8.0 +pkgver=0.10.0 pkgrel=1 pkgdesc="Gstreamer bindings for the clutter framework." -url="http://www.clutter-project.org" depends=('clutter' 'pango' 'zlib' 'gst-plugins-base' 'libxfixes' 'libxi' 'libxxf86vm' 'libdrm') -options=('scriptlet') -groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump $url/sources/LATEST | Flasttar" -source=($url/sources/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) -sha1sums=('3ccc90db9f99919e11f538ee50f65ded7b557bb1') +Finclude clutter +sha1sums=('8cca9bae2d828c0dda8a54f8940d89f4c73c90a7') # optimization OK From boobaa at frugalware.org Mon Sep 7 20:48:18 2009 From: boobaa at frugalware.org (CSÉCSY László) Date: Mon, 7 Sep 2009 20:48:18 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-locale-maketext-simple-0.21-1-i686 version bump Message-ID: <20090907184818.1F78C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d23a6b758a493e3c06fd863cfac7719b2dc95805 commit d23a6b758a493e3c06fd863cfac7719b2dc95805 Author: CS??CSY L??szl?? Date: Mon Sep 7 20:47:46 2009 +0200 perl-locale-maketext-simple-0.21-1-i686 version bump diff --git a/source/devel-extra/perl-locale-maketext-simple/FrugalBuild b/source/devel-extra/perl-locale-maketext-simple/FrugalBuild index 80317cf..97b3b16 100644 --- a/source/devel-extra/perl-locale-maketext-simple/FrugalBuild +++ b/source/devel-extra/perl-locale-maketext-simple/FrugalBuild @@ -5,7 +5,7 @@ pkgname=perl-locale-maketext-simple _F_perl_name=Locale-Maketext-Simple _F_perl_author=J/JE/JESSE -pkgver=0.20 +pkgver=0.21 pkgrel=1 pkgdesc="Simple interface to Locale::Maketext::Lexicon" depends=('perl') @@ -14,4 +14,4 @@ archs=('i686') Finclude perl source=(http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/Locale-Maketext-Simple-$pkgver.tar.gz) archs=('i686' 'x86_64') -sha1sums=('431567c8cb01101e1fb31d670191cbdea6ba08d3') +sha1sums=('951ad01d0969d0a895c719edfaeb0c2c097fda68') From devil505linux at gmail.com Mon Sep 7 20:54:19 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 20:54:19 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gbrainy-1.12-1-i686 * version bump Message-ID: <20090907185419.6E19811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5321415857f64d9f5027e8acb58eabcef82ca971 commit 5321415857f64d9f5027e8acb58eabcef82ca971 Author: Devil505 Date: Mon Sep 7 20:38:17 2009 +0200 gbrainy-1.12-1-i686 * version bump diff --git a/source/gnome-extra/gbrainy/FrugalBuild b/source/gnome-extra/gbrainy/FrugalBuild index a25e90d..b3d3fc0 100644 --- a/source/gnome-extra/gbrainy/FrugalBuild +++ b/source/gnome-extra/gbrainy/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=gbrainy -pkgver=1.11 +pkgver=1.12 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 $url | Flasttar" source=(http://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('af89a8fec9d38453c913a6d1296606b5ab84f6f3') +sha1sums=('82660c0c8b893ca643c95df5a8cb9d2b26a60698') build() { From hermier at frugalware.org Mon Sep 7 20:56:31 2009 From: hermier at frugalware.org (Michel Hermier) Date: Mon, 7 Sep 2009 20:56:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: nvidia-185.18.36-1-i686 Message-ID: <20090907185631.3B8F611F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bca94b7ba1f756bc47e1dd078124d544c41e121c commit bca94b7ba1f756bc47e1dd078124d544c41e121c Author: Michel Hermier Date: Mon Sep 7 20:56:03 2009 +0200 nvidia-185.18.36-1-i686 * Bump version. diff --git a/source/x11-extra/nvidia/FrugalBuild b/source/x11-extra/nvidia/FrugalBuild index 464165f..9819f8c 100644 --- a/source/x11-extra/nvidia/FrugalBuild +++ b/source/x11-extra/nvidia/FrugalBuild @@ -2,12 +2,12 @@ # Maintainer: Michel Hermier pkgname=nvidia -pkgver=185.18.31 -pkgrel=2 +pkgver=185.18.36 +pkgrel=1 archs=('i686' 'x86_64' '!ppc') Finclude nvidia case "$_F_nvidia_arch" in -x86) sha1sums=('bdce1ff216d3221cbd8c5269ff4e96740100341e');; -x86_64) sha1sums=('57edcde23f801ab559e9ea1d79416105800c4f5c');; +x86) sha1sums=('f76ce55cd9cbd50c05771ae8cca93d71ed0e933b');; +x86_64) sha1sums=('0ec535765bf07dc7ff47bbede831a89617105ac1');; esac From bouleetbil at frogdev.info Mon Sep 7 21:00:31 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 21:00:31 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gstreamer-0.10.24-1-i686 *version bump Message-ID: <20090907190031.5ABF311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a367dc207ac6111b5a49685ac57835409efbd1ef commit a367dc207ac6111b5a49685ac57835409efbd1ef Author: bouleetbil Date: Mon Sep 7 21:00:28 2009 +0200 gstreamer-0.10.24-1-i686 *version bump diff --git a/source/xmultimedia/gstreamer/FrugalBuild b/source/xmultimedia/gstreamer/FrugalBuild index 23a855f..48fa611 100644 --- a/source/xmultimedia/gstreamer/FrugalBuild +++ b/source/xmultimedia/gstreamer/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Christian Hamar alias krix pkgname=gstreamer -pkgver=0.10.23 +pkgver=0.10.24 pkgrel=1 pkgdesc="Open Source Multimedia Framework" url="http://gstreamer.freedesktop.org/" @@ -40,6 +40,7 @@ build() Fsplit $pkgname-docs usr/share/gtk-doc } -sha1sums=('861af545b51be56b5782a636844f2e888ea7c90c' \ +sha1sums=('bb93174f1c19560e119092a16e8acc3a905b6bb4' \ 'b1a04cc8052418384e2f3a5de925abaeac8110ae') + # optimization OK From devil505linux at gmail.com Mon Sep 7 21:08:49 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 21:08:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: rednotebook-0.8.6.1-1-i686 * version bump Message-ID: <20090907190849.04B1711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b24308053a05d5f17febc51e08435ec4f4ad952c commit b24308053a05d5f17febc51e08435ec4f4ad952c Author: Devil505 Date: Mon Sep 7 21:01:53 2009 +0200 rednotebook-0.8.6.1-1-i686 * version bump diff --git a/source/gnome-extra/rednotebook/FrugalBuild b/source/gnome-extra/rednotebook/FrugalBuild index 6c709ab..95ef542 100644 --- a/source/gnome-extra/rednotebook/FrugalBuild +++ b/source/gnome-extra/rednotebook/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=rednotebook -pkgver=0.8.3 +pkgver=0.8.6.1 pkgrel=1 pkgdesc="RedNotebook is a desktop diary that makes it very easy for you to keep track of the stuff you do and the thoughts you have." depends=('pygtk' 'libgtkhtml' 'pyyaml' 'gnome-python-extras') @@ -11,4 +11,4 @@ _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('7d1f4d8970f6504aa0ec04a6bfbb5e24769fa32c') +sha1sums=('897573a65170b478fd3af4bec799f5fe7bd30aa6') From devil505linux at gmail.com Mon Sep 7 21:25:00 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 21:25:00 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: bilboplanet-0.2-1-i686 * version bump Message-ID: <20090907192500.949A311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=47101f4cb4b27d0222eb9f6f6dc7cd5077f63798 commit 47101f4cb4b27d0222eb9f6f6dc7cd5077f63798 Author: Devil505 Date: Mon Sep 7 21:23:38 2009 +0200 bilboplanet-0.2-1-i686 * version bump diff --git a/source/network-extra/bilboplanet/FrugalBuild b/source/network-extra/bilboplanet/FrugalBuild index 326bf64..498b7bf 100644 --- a/source/network-extra/bilboplanet/FrugalBuild +++ b/source/network-extra/bilboplanet/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=bilboplanet -pkgver=0.1 +pkgver=0.2 pkgrel=1 pkgdesc="BilboPlanet's project is A Rss feed agregator free software write in PHP." url="http://www.bilboplanet.org" @@ -11,13 +11,13 @@ groups=('network-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/downloads/" source=($url/downloads/$pkgname-$pkgver.tar.gz) -sha1sums=('0bf7d30930eb5481a98824fa57ac144514175207') +sha1sums=('2a1d84b10c7c6ee4233e13578e80eb0b2bc7957f') build() { Fmkdir /{var/www,usr/share/doc/$pkgname-$pkgver} - Fdoc ../src/$pkgname/LICENSE.txt - Fdoc ../src/$pkgname/INSTALL.txt - Fmv ../src/$pkgname /var/www/$pkgname + Fdoc $pkgname-$pkgver/LICENSE.txt + Fdoc $pkgname-$pkgver/INSTALL.txt + Fmv ../src/$pkgname-$pkgver /var/www/$pkgname } From bouleetbil at frogdev.info Mon Sep 7 21:25:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 21:25:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gst-plugins-base-0.10.24-1-i686 *version bump Message-ID: <20090907192530.56B4D11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0f0237ca736b8d22965862f2e1839cdf77ca0626 commit 0f0237ca736b8d22965862f2e1839cdf77ca0626 Author: bouleetbil Date: Mon Sep 7 21:25:21 2009 +0200 gst-plugins-base-0.10.24-1-i686 *version bump diff --git a/source/xmultimedia/gst-plugins-base/FrugalBuild b/source/xmultimedia/gst-plugins-base/FrugalBuild index 7c4d33e..4e15472 100644 --- a/source/xmultimedia/gst-plugins-base/FrugalBuild +++ b/source/xmultimedia/gst-plugins-base/FrugalBuild @@ -3,11 +3,11 @@ # Maintainer: crazy pkgname=gst-plugins-base -pkgver=0.10.23 +pkgver=0.10.24 pkgrel=1 pkgdesc="Plugins for GStreamer" url="http://gstreamer.freedesktop.org/" -depends=('libxv' 'libsm' 'gstreamer>=0.10.23') +depends=('libxv' 'libsm' 'gstreamer>=0.10.24') rodepends=('libmms' 'hermes' 'ortp') makedepends=('gtk-doc' 'pyxml' 'gnome-vfs>=2.22.0' 'cdparanoia' 'pango>=1.24.2-2' 'liboil>=0.3.14' \ 'alsa-lib' 'libtheora' 'fontconfig' 'dbus-glib>=0.74-2' 'avahi-glib>=0.6.14-2' \ @@ -18,7 +18,7 @@ options=('scriptlet') replaces=('gst-plugins') up2date="lynx -dump $url/src/$pkgname/|grep '.tar.bz2$'|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" source=($url/src/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('f0b66ddca22187c8011b37a5d806c7dc7e68b7f1') +sha1sums=('01abe0839303923671e79d8448ebfabda5bce799') subpkgs=("$pkgname-gnomevfs" "$pkgname-cdparanoia" "$pkgname-pango" "$pkgname-alsa" \ "$pkgname-theora" "$pkgname-oil" "$pkgname-libvisual" "$pkgname-ogg" "$pkgname-vorbis" \ From bouleetbil at frogdev.info Mon Sep 7 21:48:43 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 21:48:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gst-plugins-good-0.10.16-1-i686 *version bump Message-ID: <20090907194843.911B111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0ee87fd7b67a1d08d16db7b7ca7c65b4e4a0d72d commit 0ee87fd7b67a1d08d16db7b7ca7c65b4e4a0d72d Author: bouleetbil Date: Mon Sep 7 21:47:27 2009 +0200 gst-plugins-good-0.10.16-1-i686 *version bump diff --git a/source/xmultimedia/gst-plugins-good/FrugalBuild b/source/xmultimedia/gst-plugins-good/FrugalBuild index 93bb1f9..2e9fb6a 100644 --- a/source/xmultimedia/gst-plugins-good/FrugalBuild +++ b/source/xmultimedia/gst-plugins-good/FrugalBuild @@ -3,11 +3,11 @@ # Contributor: Christian Hamar alias krix pkgname=gst-plugins-good -pkgver=0.10.15 -pkgrel=2 +pkgver=0.10.16 +pkgrel=1 pkgdesc="Plugins for GStreamer (Good)" url="http://gstreamer.freedesktop.org/" -depends=('gst-plugins-base>=0.10.23' 'gstreamer>=0.10.23' 'zlib') +depends=('gst-plugins-base>=0.10.24' 'gstreamer>=0.10.24' 'zlib') makedepends=('gtk-doc' 'pyxml' 'gconf>=2.22.0' 'esd' 'ladspa_sdk' 'speex>=1.2beta3.2' 'libshout' 'aalib' \ 'libjpeg' 'flac>=1.1.3' 'libavc1394' 'libpng' 'libdv' 'cairo' \ 'liboil>=0.3.14' 'taglib>=1.5' 'hal>=0.5.7.1-3' 'libiec61883' 'libcaca' \ @@ -92,5 +92,5 @@ build() { } -sha1sums=('b37611f5b4e28c19159ed3f71aeaf7dfff513174') +sha1sums=('655a22ea3f4f4dc0f9f200af7c85b4b725d960e7') # optimization OK From jercel16 at gmail.com Mon Sep 7 21:58:46 2009 From: jercel16 at gmail.com (jercel) Date: Mon, 7 Sep 2009 21:58:46 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: hyena-0.1-1-i686 Message-ID: <20090907195846.5AD2E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1e8f6f8d5d2afcaadff90d812add38db6f091aa1 commit 1e8f6f8d5d2afcaadff90d812add38db6f091aa1 Author: jercel Date: Mon Sep 7 22:01:49 2009 +0200 hyena-0.1-1-i686 * new package diff --git a/source/lib-extra/hyena/FrugalBuild b/source/lib-extra/hyena/FrugalBuild new file mode 100644 index 0000000..6170b56 --- /dev/null +++ b/source/lib-extra/hyena/FrugalBuild @@ -0,0 +1,22 @@ +# Compiling Time: 0.02 SBU +# Maintainer: jercel + +pkgname=hyena +pkgver=0.1 +pkgrel=1 +pkgdesc="C# library used to make awesome applications" +url="http://live.gnome.org/Hyena" +depends=() +makedepends=('gtk2-sharp') +Finclude gnome mono +groups=('lib-extra') +archs=('x86_64' 'i686') +sha1sums=('f2fdb61841089533334903fc83d13015258ca539') +build() +{ + Fcd + Fmonoexport + Fbuild + Fmonocleanup + Frm usr/bin +} \ No newline at end of file From bouleetbil at frogdev.info Mon Sep 7 22:03:06 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:03:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gst-plugins-bad-0.10.14-1-i686 *version bump Message-ID: <20090907200306.0795011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ac7172bc279af3e2559d44383767868e749be845 commit ac7172bc279af3e2559d44383767868e749be845 Author: bouleetbil Date: Mon Sep 7 22:01:37 2009 +0200 gst-plugins-bad-0.10.14-1-i686 *version bump diff --git a/source/xmultimedia/gst-plugins-bad/FrugalBuild b/source/xmultimedia/gst-plugins-bad/FrugalBuild index 95b9238..9c96947 100644 --- a/source/xmultimedia/gst-plugins-bad/FrugalBuild +++ b/source/xmultimedia/gst-plugins-bad/FrugalBuild @@ -2,11 +2,11 @@ # Maintainer: crazy pkgname=gst-plugins-bad -pkgver=0.10.13 +pkgver=0.10.14 pkgrel=1 pkgdesc="Plugins for GStreamer (Bad)" url="http://gstreamer.freedesktop.org/" -depends=('gst-plugins-base>=0.10.23' 'libstdc++' 'zlib' 'gstreamer>=0.10.23') +depends=('gst-plugins-base>=0.10.24' 'libstdc++' 'zlib' 'gstreamer>=0.10.24') makedepends=('soundtouch' 'directfb>=1.2.0' 'xvidcore>=1.2.1-2' 'wavpack' 'libmpcdec' 'faac' 'neon>=0.28.3' \ 'libmusicbrainz' 'cairo' 'bzip2' 'libdca>=0.0.5' 'liboil>=0.3.14' 'libmms' 'faad2' 'libcdaudio' 'alsa-lib' \ 'jack' 'ladspa_sdk' 'libtimidity' 'wildmidi' 'nas' 'libsndfile' 'libsm' 'libice' 'libx11' 'libgl' \ @@ -18,7 +18,7 @@ archs=('i686' 'x86_64' 'ppc') replaces=("$pkgname-swfdec" "$pkgname-nas" "$pkgname-opengl") source=($url/src/$pkgname/$pkgname-$pkgver.tar.bz2) up2date="lynx -dump $url/src/$pkgname/|grep '.tar.bz2$'|sort -n -r|head -n 1|sed 's/.*-\(.*\).t.*/\1/'" -sha1sums=('c5c2404aab55a04c57c4847f814d3e02e3ab914b') +sha1sums=('a09af51b3c06d10d86b29de48fbe57768525f977') ## TODO: figure why nas is broken and re-add it subpkgs=("$pkgname-bzip2" "$pkgname-dts" "$pkgname-faac" "$pkgname-faad2" "$pkgname-mms" "$pkgname-neon" \ @@ -83,7 +83,7 @@ build() #Fsplit $pkgname-nas usr/lib/gstreamer-0.10/libgstnassink.* #Fsplit $pkgname-x264 usr/lib/gstreamer-0.10/libgstx264.* Fsplit $pkgname-libsndfile usr/lib/gstreamer-0.10/libgstsndfile.* - Fsplit $pkgname-amrwb usr/lib/gstreamer-0.10/libgstamrwb.* + Fsplit $pkgname-amrwb usr/lib/gstreamer-0.10/libgstamrwbenc.* Fsplit $pkgname-mpeg2enc usr/lib/gstreamer-0.10/libgstmpeg2enc.* Fsplit $pkgname-metadata usr/lib/gstreamer-0.10/libgstmetadata.* } From bouleetbil at frogdev.info Mon Sep 7 22:19:09 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:19:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: farsight2-0.0.15-1-i686 *version bump Message-ID: <20090907201909.1829C11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ce4d0f731d4a4b8cbb125cd712db97d7769d3234 commit ce4d0f731d4a4b8cbb125cd712db97d7769d3234 Author: bouleetbil Date: Mon Sep 7 22:06:22 2009 +0200 farsight2-0.0.15-1-i686 *version bump diff --git a/source/xlib-extra/farsight2/FrugalBuild b/source/xlib-extra/farsight2/FrugalBuild index 10df3c6..105299a 100644 --- a/source/xlib-extra/farsight2/FrugalBuild +++ b/source/xlib-extra/farsight2/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=farsight2 -pkgver=0.0.14 +pkgver=0.0.15 pkgrel=1 pkgdesc="Farsight2 is an audio/video conferencing framework" url="http://farsight.freedesktop.org/" @@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'ppc') replaces=('farsight') up2date="lynx -dump http://farsight.freedesktop.org/releases/$pkgname | Flasttar" source=(http://farsight.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('2f8b382747efb467cdb9acd833bb88fe9bf02dc8') +sha1sums=('7edecfce0d3849ffceb6324a6ca63929338b4ccb') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 22:24:09 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:24:09 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-farsight-0.0.9-1-i686 *version bump Message-ID: <20090907202409.1019E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a76eb66adcad963426fb2b48abda2d71a05a46c8 commit a76eb66adcad963426fb2b48abda2d71a05a46c8 Author: bouleetbil Date: Mon Sep 7 22:11:22 2009 +0200 telepathy-farsight-0.0.9-1-i686 *version bump diff --git a/source/xlib-extra/telepathy-farsight/FrugalBuild b/source/xlib-extra/telepathy-farsight/FrugalBuild index 9bc13f2..553dae5 100644 --- a/source/xlib-extra/telepathy-farsight/FrugalBuild +++ b/source/xlib-extra/telepathy-farsight/FrugalBuild @@ -2,15 +2,15 @@ # Maintainer: bouleetbil pkgname=telepathy-farsight -pkgver=0.0.8 +pkgver=0.0.9 pkgrel=1 pkgdesc="A farsight plugin for Telepathy" url="http://telepathy.freedesktop.org/wiki/" -depends=('libtelepathy>=0.3.3' 'farsight2>=0.0.8-1' 'telepathy-glib>=0.7.26-1') +depends=('libtelepathy>=0.3.3' 'farsight2>=0.0.15' 'telepathy-glib>=0.7.26-1') groups=('xlib-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/$pkgname/ | Flasttar" source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('c776ce5920a5d5dd50f9f8087206600532e14baa') +sha1sums=('a1656afc6d2c2992a3946edf0fb423de5fad836b') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 22:27:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:27:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: cssutils-0.9.6b5-1-i686 *ersion bump Message-ID: <20090907202752.A21EE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=95259557db76d81bff929b92bff3b35c898400e5 commit 95259557db76d81bff929b92bff3b35c898400e5 Author: bouleetbil Date: Mon Sep 7 22:15:17 2009 +0200 cssutils-0.9.6b5-1-i686 *ersion bump diff --git a/source/devel-extra/cssutils/FrugalBuild b/source/devel-extra/cssutils/FrugalBuild index b3774e3..255b396 100644 --- a/source/devel-extra/cssutils/FrugalBuild +++ b/source/devel-extra/cssutils/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=cssutils -pkgver=0.9.6b3 +pkgver=0.9.6b5 pkgrel=1 pkgdesc="A Python package to parse and build CSS Cascading Style Sheets." archs=('i686' 'x86_64') @@ -11,4 +11,4 @@ depends=('python') makedepends=('setuptools') _F_googlecode_ext=".zip" Finclude googlecode -sha1sums=('539095b3b9d1f48fd7b88bddcaeb32c254387ff1') +sha1sums=('0da88ca155ad7fef97474c648024b706e0251ae1') From bouleetbil at frogdev.info Mon Sep 7 22:29:23 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:29:23 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gst-ffmpeg-0.10.8-1-i686 *version bump Message-ID: <20090907202923.6E88F11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dba99a55939449279875e73e3a32729f82cbb1a7 commit dba99a55939449279875e73e3a32729f82cbb1a7 Author: bouleetbil Date: Mon Sep 7 22:29:29 2009 +0200 gst-ffmpeg-0.10.8-1-i686 *version bump diff --git a/source/xmultimedia/gst-ffmpeg/FrugalBuild b/source/xmultimedia/gst-ffmpeg/FrugalBuild index c0895eb..1ff65e3 100644 --- a/source/xmultimedia/gst-ffmpeg/FrugalBuild +++ b/source/xmultimedia/gst-ffmpeg/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: crazy pkgname=gst-ffmpeg -pkgver=0.10.7 +pkgver=0.10.8 pkgrel=1 pkgdesc="Gstreamer Multimedia Framework FFMpeg Plugin" url="http://www.gstreamer.net" -depends=('gst-plugins-base>=0.10.20' 'gst-plugins-base-oil>=0.10.20' 'libstdc++') +depends=('gst-plugins-base>=0.10.24' 'gst-plugins-base-oil>=0.10.24' 'libstdc++') makedepends=('sdl' 'freetype2') groups=('xmultimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://gstreamer.freedesktop.org/src/gst-ffmpeg/|sort -r -n|grep -m1 '.tar.bz2$'|sed 's/.*-\(.*\).tar.bz2/\1/'" source=(http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('962484ce93cb632ee31d463034085aab2e93f178') +sha1sums=('8da40e16649c3afd237b0edc5edc809cc731de84') build() { From bouleetbil at frogdev.info Mon Sep 7 22:30:58 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:30:58 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: perl-critic-1.104-1-i686 *version bump Message-ID: <20090907203058.A2AAE11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7b4e408e18973c0ef99d6c7f8fa588288d7c2299 commit 7b4e408e18973c0ef99d6c7f8fa588288d7c2299 Author: bouleetbil Date: Mon Sep 7 22:18:17 2009 +0200 perl-critic-1.104-1-i686 *version bump diff --git a/source/devel-extra/perl-critic/FrugalBuild b/source/devel-extra/perl-critic/FrugalBuild index 6176b45..cb82b5a 100644 --- a/source/devel-extra/perl-critic/FrugalBuild +++ b/source/devel-extra/perl-critic/FrugalBuild @@ -3,7 +3,7 @@ _F_perl_name=Perl-Critic _F_perl_author=E/EL/ELLIOTJS -pkgver=1.103 +pkgver=1.104 pkgrel=1 pkgdesc="Critique Perl source code for best-practices." Finclude perl @@ -11,4 +11,4 @@ depends=('perl-list-moreutils' 'perl-io-string' 'perl-test-exception' 'perl-conf 'perl-b-keywords' 'perl-ppi' 'perl-exception-class' 'perl-readonly' 'perl-string-format') pkgname=perl-critic archs=('i686' 'x86_64' 'ppc') -sha1sums=('36238ac4ebf107006fb099685fd87020356c63f2') +sha1sums=('b8e9869802448e7d88d2e4c3b9211ebe34ddff5d') From bouleetbil at frogdev.info Mon Sep 7 22:37:02 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:37:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: geglmm-0.1.0-1-i686 *version bump Message-ID: <20090907203702.1AA0011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eb59c73fdf4026496b4a393157d50bc5c19b66b7 commit eb59c73fdf4026496b4a393157d50bc5c19b66b7 Author: bouleetbil Date: Mon Sep 7 22:37:45 2009 +0200 geglmm-0.1.0-1-i686 *version bump diff --git a/source/xlib-extra/geglmm/FrugalBuild b/source/xlib-extra/geglmm/FrugalBuild index 4927f03..0be8b43 100644 --- a/source/xlib-extra/geglmm/FrugalBuild +++ b/source/xlib-extra/geglmm/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=geglmm -pkgver=0.0.22 +pkgver=0.1.0 pkgrel=1 pkgdesc="geglmm is the C++ mm-style bindings for GEGL" depends=('gegl' 'glibmm') @@ -10,6 +10,6 @@ groups=('xlib-extra') archs=('i686' 'x86_64') _F_gnome_devel="y" Finclude gnome -sha1sums=('c916af2105b97c623e4930ef4352d0aab7e15f1a') +sha1sums=('cb6cdb5e304483312b6e05bdc5b5064236f42506') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 22:38:16 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:38:16 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gobject-introspection-0.6.5-1-i686 *version bump Message-ID: <20090907203816.14F1411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=87411979849db04cb45f3f9b0a109c211d00dcf5 commit 87411979849db04cb45f3f9b0a109c211d00dcf5 Author: bouleetbil Date: Mon Sep 7 22:25:42 2009 +0200 gobject-introspection-0.6.5-1-i686 *version bump diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild b/source/xlib-extra/gobject-introspection/FrugalBuild index 36a71f3..566f58e 100644 --- a/source/xlib-extra/gobject-introspection/FrugalBuild +++ b/source/xlib-extra/gobject-introspection/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: bouleetbil pkgname=gobject-introspection -pkgver=0.6.4 +pkgver=0.6.5 pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo' 'libxft') groups=('xlib-extra') archs=('i686' 'x86_64') Finclude gnome -sha1sums=('07ff1f8b9f59c844a543fde8d48cbf60a22e5c27') +sha1sums=('ffa66729630018637e5b91f88316d3c536672840') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 22:44:25 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:44:25 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: libcanberra-0.16-1-i686 *version bump Message-ID: <20090907204425.F24A111F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1fd3165068a589589793ef3a736c3fcb7932548e commit 1fd3165068a589589793ef3a736c3fcb7932548e Author: bouleetbil Date: Mon Sep 7 22:44:47 2009 +0200 libcanberra-0.16-1-i686 *version bump diff --git a/source/multimedia/libcanberra/FrugalBuild b/source/multimedia/libcanberra/FrugalBuild index c86eda4..bdd5747 100644 --- a/source/multimedia/libcanberra/FrugalBuild +++ b/source/multimedia/libcanberra/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: bouleetbil pkgname=libcanberra -pkgver=0.15 +pkgver=0.16 pkgrel=1 pkgdesc="libcanberra is an implementation of the XDG Sound Theme and Name Specifications." url="http://0pointer.de/lennart/projects/$pkgname/" @@ -12,7 +12,7 @@ groups=('multimedia') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump -source $url | Flasttar" source=($url/$pkgname-$pkgver.tar.gz) -sha1sums=('28aae0773e7c84282b4854b5fcab8dd95e280f49') +sha1sums=('e55b7f0dff4d511757e0572db9903b2f603de4ce') Fconfopts="${Fconfopts[@]} --disable-oss" _F_gnome_schemas=('/etc/gconf/schemas/libcanberra.schemas') From gholafox at free.fr Mon Sep 7 22:48:20 2009 From: gholafox at free.fr (gholafox) Date: Mon, 7 Sep 2009 22:48:20 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: egoboo-2.7.5-1-i686 Message-ID: <20090907204820.6080911F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9508704028894fc186c15cbe704e87f1fa46cef9 commit 9508704028894fc186c15cbe704e87f1fa46cef9 Author: gholafox Date: Mon Sep 7 22:46:30 2009 +0200 egoboo-2.7.5-1-i686 * Version bump * Remove useless patch.diff * Add desktop entry (without png img) diff --git a/source/games-extra/egoboo/FrugalBuild b/source/games-extra/egoboo/FrugalBuild index 232673a..c76f187 100644 --- a/source/games-extra/egoboo/FrugalBuild +++ b/source/games-extra/egoboo/FrugalBuild @@ -1,40 +1,46 @@ # Compiling Time: 0.12 SBU -# Maintainer: gholafox +# Maintainer: gholafox # Contributor: Devil505 pkgname=egoboo -pkgver=2.7.3 +pkgver=2.7.5 pkgrel=1 pkgdesc="Egoboo is a working cool 3D dungeon crawling game in the spirit of nethack" -_F_sourceforge_realname="Linux\/Macintosh Distro" +_F_sourceforge_realname="Linux_Source_Distro" Finclude sourceforge depends=('sdl_mixer' 'sdl_ttf' 'sdlimage') groups=('games-extra') archs=('i686' 'x86_64') -source=($source patch.diff) -sha1sums=('163cca1dbd70516450bf4e7af3c7f58059926ac3' \ - 'e61eb46b72cab65aaaf6eeda31f11b64f818b7c3') +source=($source/${pkgname}-$pkgver.tar.gz \ + $source/${pkgname}-data-$pkgver.tar.gz) +sha1sums=('a5fff22f6c5af806057a84cf52977ede35a59b65' \ + 'd2c8c5f32caa67539b01215251e4f119292cc7af') +_F_cd_path="${pkgname}-${pkgver}/game" + +_F_desktop_name="Egoboo" + build() { - #building executable: + #build & install executable: Fcd Fpatchall - Fsed '\${HOME}/.local' '\${DESTDIR}/usr' source/Makefile - Fsed '\${HOME}/.local' '\${DESTDIR}/usr' source/game/Makefile.unix - Fsed '\${HOME}/.local' '/usr' source/game/egoboo.sh - Fsed "-Os" "${CFLAGS}" source/{Makefile,/game/Makefile.unix} - cd source || Fdie - cp -f game/Makefile.unix game/Makefile + #Fsed '\${HOME}/.local' '\${DESTDIR}/usr' source/game/Makefile.unix + #Fsed '\${HOME}/.local' '/usr' source/game/egoboo.sh + Fsed '/usr' '\${DESTDIR}/usr' Makefile.unix + Fsed "-Os" "${CFLAGS}" Makefile.unix + cp -f Makefile.unix Makefile Fmake Fmakeinstall - cd .. - - #install data: + cd ../../${pkgname}-data-${pkgver} + + #install datas: Fmkdir usr/share/egoboo - mv doc/Egoboo\ Manual.pdf doc/Manual.pdf || Fdie - Fdocrel doc/{classes.txt,Egoboodoc.txt,Manual.pdf} License.pdf Changelog.txt Readme.txt - Ffilerel {controls.txt,setup.txt,*.ico} /usr/share/egoboo + mv Egoboo\ ${pkgver}\ Manual.pdf Manual.pdf || Fdie + Fdocrel {Manual.pdf,License.pdf,Changelog.txt,Readme.txt} + Ffilerel {controls.txt,setup.txt} /usr/share/egoboo cp -R {basicdat,modules,players} $Fdestdir/usr/share/egoboo || Fdie + + Fdesktop2 } # optimization OK diff --git a/source/games-extra/egoboo/patch.diff b/source/games-extra/egoboo/patch.diff deleted file mode 100644 index 2196b95..0000000 --- a/source/games-extra/egoboo/patch.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- source/Makefile 2009-04-25 10:56:36.000000000 +0200 -+++ Makefile_correct.diff 2009-06-04 21:39:08.000000000 +0200 -@@ -13,7 +13,7 @@ - - install: - mkdir -p ${PREFIX}/bin -- install -p -m 755 game/{PROJ_NAME}.sh ${PREFIX}/bin/${PROJ_NAME} -+ install -p -m 755 game/${PROJ_NAME}.sh ${PREFIX}/bin/${PROJ_NAME} - - mkdir -p ${PREFIX}/libexec -- install -m 755 game/${PROJ_NAME} ${PREFIX}/libexec -\ Pas de fin de ligne ?? la fin du fichier. -+ install -m 755 game/${PROJ_NAME} ${PREFIX}/libexec From bouleetbil at frogdev.info Mon Sep 7 22:48:32 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:48:32 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: freetuxtv-0.3.0-1-i686 *version bump Message-ID: <20090907204832.ADF8911F0027@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=11f55ee8096ca0fb39c00dd818b69631d96aa868 commit 11f55ee8096ca0fb39c00dd818b69631d96aa868 Author: bouleetbil Date: Mon Sep 7 22:36:06 2009 +0200 freetuxtv-0.3.0-1-i686 *version bump diff --git a/source/xapps-extra/freetuxtv/FrugalBuild b/source/xapps-extra/freetuxtv/FrugalBuild index 29c13d4..09f6a65 100644 --- a/source/xapps-extra/freetuxtv/FrugalBuild +++ b/source/xapps-extra/freetuxtv/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=freetuxtv -pkgver=0.2.1 -pkgrel=3 +pkgver=0.3.0 +pkgrel=1 pkgdesc="Watch the TV with your box" depends=('libglade>=2.6.4-2' 'freetype2' 'libxau>=1.0.4-1' 'libxdmcp' 'curl>=7.19.0' \ 'sqlite3' 'vlc>=1.0.0' 'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'e2fsprogs' \ @@ -12,6 +12,6 @@ groups=('xapps-extra') archs=('i686' 'x86_64') options=('scriptlet') Finclude googlecode -sha1sums=('9f4cb848a38cdb56066b2d282d45924225a1ec01') +sha1sums=('4881770a587bbedac3831480759f010e1f72a0c0') # optimization OK From devil505linux at gmail.com Mon Sep 7 22:51:49 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 22:51:49 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gecko-mediaplayer-0.9.7-1-i686 * version bump Message-ID: <20090907205149.4E39211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=91b6c7652d38dc5416484dbb7b105d78654efe22 commit 91b6c7652d38dc5416484dbb7b105d78654efe22 Author: Devil505 Date: Tue Jan 1 20:23:33 2002 +0100 gecko-mediaplayer-0.9.7-1-i686 * version bump diff --git a/source/gnome-extra/gecko-mediaplayer/FrugalBuild b/source/gnome-extra/gecko-mediaplayer/FrugalBuild index 4338730..aae0c5a 100644 --- a/source/gnome-extra/gecko-mediaplayer/FrugalBuild +++ b/source/gnome-extra/gecko-mediaplayer/FrugalBuild @@ -2,17 +2,17 @@ # Maintainer: Devil505 pkgname=gecko-mediaplayer -pkgver=0.9.5 +pkgver=0.9.7 pkgrel=1 pkgdesc="browser plugin that uses GNOME MPlayer to play media in a browser (Mozilla, Firefox, Opera, etc.)." url="http://dekorte.homeip.net/download/gecko-mediaplayer/" -depends=('gnome-mplayer>=0.9.5' 'dbus-glib' 'gconf' 'libstdc++') +depends=('gnome-mplayer>=0.9.7' 'dbus-glib' 'gconf' 'libstdc++') makedepends=('xulrunner' 'pkgconfig') Finclude googlecode _F_gnome_schemas=('/etc/gconf/schemas/gecko-mediaplayer.schemas') Finclude gnome-scriptlet groups=(gnome-extra) archs=('i686' 'x86_64' 'ppc') -sha1sums=('74ad7f5f62f8c7bc0709d25bc14c668f545cec75') +sha1sums=('2b43163e93a04be85bd2b1059c9c7c427519ec4d') # optimization OK From devil505linux at gmail.com Mon Sep 7 22:55:08 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 22:55:08 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: filezilla-3.2.7.1-1-i686 * version bump Message-ID: <20090907205508.646BF11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fba3f3352273e95a74c85d19369e7d737b610167 commit fba3f3352273e95a74c85d19369e7d737b610167 Author: Devil505 Date: Mon Sep 7 22:54:37 2009 +0200 filezilla-3.2.7.1-1-i686 * version bump diff --git a/source/xapps-extra/filezilla/FrugalBuild b/source/xapps-extra/filezilla/FrugalBuild index 21e9d17..23e192a 100644 --- a/source/xapps-extra/filezilla/FrugalBuild +++ b/source/xapps-extra/filezilla/FrugalBuild @@ -2,10 +2,10 @@ # Maintainer: Devil505 pkgname=filezilla -pkgver=3.2.6.1 +pkgver=3.2.7.1 pkgrel=1 pkgdesc="a fast and reliable cross-platform FTP, FTPS and SFTP client" -depends=('wxgtk>=2.8.9-2' 'libidn' 'gnutls>=2.8' 'libgcrypt' 'libgcc' \ +depends=('wxgtk>=2.8.9-2' 'libidn' 'gnutls>=2.8.3' 'libgcrypt' 'libgcc' \ 'libxau>=1.0.4-1' 'libxdmcp' 'libxxf86vm>=1.0.2-1' 'expat' \ 'libxdamage>=1.1.1-3' 'libxml2' 'libice' 'dbus>=1.2.14-1') makedepends=('gettext') @@ -18,6 +18,6 @@ _F_gnome_iconcache="y" Finclude sourceforge gnome-scriptlet groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') -sha1sums=('8ba53b3df645a29216582a8bdb36f34ea3683e55') +sha1sums=('8e1c2c1488ef320ccb5643bc9c74d95afe6d4187') # optimization OK From devil505linux at gmail.com Mon Sep 7 22:56:27 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 22:56:27 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: spring-0.80.4.1-1-i686 * version bump Message-ID: <20090907205627.EEAD711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4b22873c7a358404badfa7467d460a15c2725835 commit 4b22873c7a358404badfa7467d460a15c2725835 Author: Devil505 Date: Mon Sep 7 22:56:11 2009 +0200 spring-0.80.4.1-1-i686 * version bump diff --git a/source/games-extra/spring/FrugalBuild b/source/games-extra/spring/FrugalBuild index b7842e6..ed7a0b5 100644 --- a/source/games-extra/spring/FrugalBuild +++ b/source/games-extra/spring/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=spring -pkgver=0.80.0 +pkgver=0.80.4.1 pkgrel=1 pkgdesc="A free 3D game engine for the real-time-strategy (RTS) game Total Annihilation" url="http://spring.clan-sy.com" @@ -11,12 +11,12 @@ groups=('games-extra') archs=('i686' 'x86_64') Fpkgversep="_" _F_cd_path="${pkgname}_${pkgver}" -_F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/spring" +_F_cmake_confopts="-DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/spring -DUSE_GML_SIM=ON -DUSE_GML=ON" makedepends=('make' 'lzma' 'boost' 'zip') Finclude cmake up2date="lynx -dump $url/download.php | sed 's/_src.tar.gz/.tar.gz/g' | Flasttar" source=(http://spring.clan-sy.com/dl/${pkgname}_${pkgver}_src.tar.gz README.Frugalware) -sha1sums=('228edef9fa3be4f562be7303c1913c413553c15e' \ +sha1sums=('a36a22d28c69444c1864190d959173fbdad61952' \ '5721b8c82c14fbfc895f86cbfbd7a1b00dcbc894') build() { From devil505linux at gmail.com Mon Sep 7 22:57:21 2009 From: devil505linux at gmail.com (Devil505) Date: Mon, 7 Sep 2009 22:57:21 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: springlobby-0.22-1-i686 * version bump Message-ID: <20090907205721.6ACA711F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=005c258cfe8b348f11f2608a2c87e9f01d9b50aa commit 005c258cfe8b348f11f2608a2c87e9f01d9b50aa Author: Devil505 Date: Mon Sep 7 22:56:56 2009 +0200 springlobby-0.22-1-i686 * version bump diff --git a/source/games-extra/springlobby/FrugalBuild b/source/games-extra/springlobby/FrugalBuild index a1eccb1..f0ec5aa 100644 --- a/source/games-extra/springlobby/FrugalBuild +++ b/source/games-extra/springlobby/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 pkgname=springlobby -pkgver=0.7 +pkgver=0.22 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." url="http://springlobby.info/" @@ -14,7 +14,7 @@ groups=('games-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/tarballs/" source=($url/tarballs/$pkgname-$pkgver.tar.bz2 $pkgname.png) -sha1sums=('1ef82b5fcf85d8fe540f6a7d4fc7784b450a38dd' \ +sha1sums=('15d2409a61f410acbcf9d80f2acee9bc0cab321f' \ '2a408d61dca823ed30fc3705eeaf13bcfddc45b1') _F_desktop_name="SpringLobby" From bouleetbil at frogdev.info Mon Sep 7 22:58:02 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 22:58:02 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: telepathy-stream-engine-0.5.11-1-i686 *version bump Message-ID: <20090907205802.B692011F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b07f2934160d7ac70e6d5932f3518ad4ef6a7cfe commit b07f2934160d7ac70e6d5932f3518ad4ef6a7cfe Author: bouleetbil Date: Mon Sep 7 22:58:54 2009 +0200 telepathy-stream-engine-0.5.11-1-i686 *version bump diff --git a/source/xapps-extra/telepathy-stream-engine/FrugalBuild b/source/xapps-extra/telepathy-stream-engine/FrugalBuild index 3d59053..44378ce 100644 --- a/source/xapps-extra/telepathy-stream-engine/FrugalBuild +++ b/source/xapps-extra/telepathy-stream-engine/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: AlexExtreme pkgname=telepathy-stream-engine -pkgver=0.5.9 +pkgver=0.5.11 pkgrel=1 pkgdesc="A stream engine for Telepathy" url="http://telepathy.freedesktop.org/wiki/" @@ -13,6 +13,6 @@ groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://telepathy.freedesktop.org/releases/stream-engine/ | Flasttar" source=(http://telepathy.freedesktop.org/releases/stream-engine/$pkgname-$pkgver.tar.gz) -sha1sums=('930e6ca2bcb0b34468ba44fe61b4324e6d51ff5e') +sha1sums=('60afc0f8a81a4816568718bc62c8c59b245ebcdd') # optimization OK From bouleetbil at frogdev.info Mon Sep 7 23:06:48 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 23:06:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mono-zeroconf-0.9.0-1-i686 *version bump Message-ID: <20090907210648.9CEF211F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=02e900252ee2c383dce8ce6cd92eb5d0ff28843a commit 02e900252ee2c383dce8ce6cd92eb5d0ff28843a Author: bouleetbil Date: Mon Sep 7 22:54:13 2009 +0200 mono-zeroconf-0.9.0-1-i686 *version bump diff --git a/source/network-extra/mono-zeroconf/FrugalBuild b/source/network-extra/mono-zeroconf/FrugalBuild index 1fd35f7..33812fb 100644 --- a/source/network-extra/mono-zeroconf/FrugalBuild +++ b/source/network-extra/mono-zeroconf/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: crazy pkgname=mono-zeroconf -pkgver=0.8.0 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="Mono.Zeroconf is a cross platform Zero Configuration Networking library" url="http://mono-project.com/Mono_Zeroconf" depends=('mono>=2.0.1' 'avahi-sharp>=0.6.23-2') @@ -13,7 +13,7 @@ up2date="Flasttar http://banshee-project.org/files/$pkgname" source=(http://banshee-project.org/files/$pkgname/$pkgname-$pkgver.tar.bz2) _F_mono_aot=0 Finclude mono -sha1sums=('0ba83248cc5afa24653c485fa92bcf6984533183') +sha1sums=('e79b0aa7ec420618862d14e383d7287e9451d04c') Fconfopts="$Fconfopts --disable-docs --disable-mdnsresponder" ## NEED be removed when mono 1.2.7 is out. From vmiklos at frugalware.org Mon Sep 7 23:17:26 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Mon, 7 Sep 2009 23:17:26 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: openoffice.org-3.1.1-1-i686 Message-ID: <20090907211726.A501811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=40b6575e764340df20d85335ad0cb8af4e530b8c commit 40b6575e764340df20d85335ad0cb8af4e530b8c Author: Miklos Vajna Date: Mon Sep 7 23:15:48 2009 +0200 openoffice.org-3.1.1-1-i686 - version bump - up2date fix - cleanup diff --git a/source/xapps/openoffice.org/FrugalBuild b/source/xapps/openoffice.org/FrugalBuild index 7fc390b..28db14a 100644 --- a/source/xapps/openoffice.org/FrugalBuild +++ b/source/xapps/openoffice.org/FrugalBuild @@ -5,14 +5,14 @@ pkgname=openoffice.org USE_DEVEL=${USE_DEVEL:-"n"} if ! Fuse $USE_DEVEL; then - upstream=3.1.0 - branch=-3-1 + upstream=3.1.1 + branch=-3-1-1 tree=ooo310 dir=`echo $tree|tr [a-z] [A-Z]` - milestone=11 + milestone=19 pkgver=$upstream - pkgrel=2 - snapshot=1850412 + pkgrel=1 + snapshot=1-20-gcbafe1f else upstream=3.1.1 branch=-3-1-1 @@ -41,13 +41,8 @@ makedepends=(${makedepends[@]} 'curl' 'intltool' 'tcsh' 'pam-headers' 'apache-an groups=('xapps') archs=('i686' 'x86_64') if ! Fuse $USE_DEVEL; then - up2date="lynx -dump http://download.openoffice.org/|grep /source|sed 's|.*/\(.*\)/source.*|\1|;q'" + up2date="lynx -dump http://download.openoffice.org/source/|grep Source|sed 's/.* \(.*\) .*/\1/;q'" else - if [ -z "$branch" ]; then - path="trunk" - else - path="branches/ooo-build$branch" - fi up2date="lynx -source -dump http://cgit.freedesktop.org/ooo-build/ooo-build/plain/configure.in?h=ooo-build$branch |grep ^DEFAULT_TAG|sed 's/DEFAULT_TAG=\(.*\)-\(.*\)/$upstream\1_\2/'" fi source=(http://ftp.frugalware.org/pub/other/sources/ooo-build/ooo-build$branch-$snapshot.tar.bz2 \ @@ -147,11 +142,7 @@ build() { Fmonoexport Fextract ooo-build$branch-$snapshot.tar.bz2 - if ! Fuse $USE_DEVEL; then - Fcd ooo-build-3.1 - else - Fcd ooo-build$branch-$snapshot - fi + Fcd ooo-build$branch-$snapshot cp -fv $Fsrcdir/mono24-hack patches/hotfixes/mono24-hack.diff || Fdie # Predownloaded tarballs From bouleetbil at frogdev.info Mon Sep 7 23:25:30 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 23:25:30 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-perl-1.0.1-1-i686 *version bump *change m8r *use clutter.sh Message-ID: <20090907212530.721D411F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f96151da8306b67f5d289289c8eed007c2890d58 commit f96151da8306b67f5d289289c8eed007c2890d58 Author: bouleetbil Date: Mon Sep 7 23:25:52 2009 +0200 clutter-perl-1.0.1-1-i686 *version bump *change m8r *use clutter.sh diff --git a/source/xlib-extra/clutter-perl/FrugalBuild b/source/xlib-extra/clutter-perl/FrugalBuild index 04b74b1..3f48e81 100644 --- a/source/xlib-extra/clutter-perl/FrugalBuild +++ b/source/xlib-extra/clutter-perl/FrugalBuild @@ -1,17 +1,12 @@ # Compiling Time: 0.28 SBU -# Maintainer: Devil505 +# Maintainer: bouleetbil pkgname=clutter-perl -pkgver=0.8.2.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Perl Bindings for Clutter" -url="http://www.clutter-project.org" depends=('glibc' 'cairo' 'clutter-gst' 'gstreamer' 'clutter-cairo' 'clutter-gtk' 'libxext' 'perl-gtk2' 'perl-gstreamer') makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig') -options=('scriptlet') -groups=('xlib-extra') +Finclude clutter archs=('i686' 'x86_64') -up2date="lynx -dump $url/sources/LATEST | Flasttar" -source=($url/sources/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) -_F_cd_path="Clutter-0.820" -sha1sums=('fb9f231ef3074d87dcc1d215e56a75f382833539') +sha1sums=('1ac57c41e765505f4de4a6cb5a2cc3b9fda5ae8c') From bouleetbil at frogdev.info Mon Sep 7 23:35:56 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Mon, 7 Sep 2009 23:35:56 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-1.0.4-2-i686 *replaces clutter-cairo *clutter-cairo has been deprecated since ClutterCairoTexture was added to Clutter core Message-ID: <20090907213556.2423E11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a06f3c7ff3ad558e442fb897ab0d7abb5a9413ef commit a06f3c7ff3ad558e442fb897ab0d7abb5a9413ef Author: bouleetbil Date: Mon Sep 7 23:36:02 2009 +0200 clutter-1.0.4-2-i686 *replaces clutter-cairo *clutter-cairo has been deprecated since ClutterCairoTexture was added to Clutter core diff --git a/source/xlib-extra/clutter/FrugalBuild b/source/xlib-extra/clutter/FrugalBuild index 3d06196..ada4cc8 100644 --- a/source/xlib-extra/clutter/FrugalBuild +++ b/source/xlib-extra/clutter/FrugalBuild @@ -4,11 +4,12 @@ pkgname=clutter pkgver=1.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces." depends=('libxdamage' 'libxcomposite' 'libgl' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \ 'gtk+2>=2.16.2-2' 'libxml2' 'gir-repository') sha1sums=('91476f5c3089bab35dfb1c3a0bc18c44f161b6f0') Finclude clutter +replaces=('clutter-cairo') # optimization OK From bouleetbil at frogdev.info Tue Sep 8 00:00:43 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 00:00:43 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-1.0.4-3-i686 *forgot to add provides Message-ID: <20090907220043.5ABA811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2db5cc1d368d864c28bc3ebc674b1d7a957f2ca4 commit 2db5cc1d368d864c28bc3ebc674b1d7a957f2ca4 Author: bouleetbil Date: Tue Sep 8 00:01:03 2009 +0200 clutter-1.0.4-3-i686 *forgot to add provides diff --git a/source/xlib-extra/clutter/FrugalBuild b/source/xlib-extra/clutter/FrugalBuild index ada4cc8..37202eb 100644 --- a/source/xlib-extra/clutter/FrugalBuild +++ b/source/xlib-extra/clutter/FrugalBuild @@ -4,12 +4,13 @@ pkgname=clutter pkgver=1.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces." depends=('libxdamage' 'libxcomposite' 'libgl' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' \ 'gtk+2>=2.16.2-2' 'libxml2' 'gir-repository') sha1sums=('91476f5c3089bab35dfb1c3a0bc18c44f161b6f0') Finclude clutter replaces=('clutter-cairo') +provides=('clutter-cairo') # optimization OK From bouleetbil at frogdev.info Tue Sep 8 00:01:14 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 00:01:14 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-cairo *provided by clutter Message-ID: <20090907220114.CE3AA11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d71c4515eb322fab2db79fb868228bab465efe00 commit d71c4515eb322fab2db79fb868228bab465efe00 Author: bouleetbil Date: Mon Sep 7 23:48:07 2009 +0200 clutter-cairo *provided by clutter diff --git a/source/xlib-extra/clutter-cairo/FrugalBuild b/source/xlib-extra/clutter-cairo/FrugalBuild deleted file mode 100644 index 611456e..0000000 --- a/source/xlib-extra/clutter-cairo/FrugalBuild +++ /dev/null @@ -1,18 +0,0 @@ -# Compiling Time: 0.05 SBU -# Maintainer: bouleetbil -# Contributor: Devil505 - -pkgname=clutter-cairo -pkgver=0.8.2 -pkgrel=2 -pkgdesc="Cairo libraries for Clutter." -url="http://www.clutter-project.org" -depends=('clutter>=0.8.4-2' 'pango>=1.24.2-2' 'zlib' 'libxfixes' 'libxi' 'libxxf86vm' 'libdrm') -options=('scriptlet') -groups=('xlib-extra') -archs=('i686' 'x86_64' 'ppc') -up2date="lynx -dump $url/sources/LATEST | Flasttar" -source=($url/sources/$pkgname/0.8/$pkgname-$pkgver.tar.bz2) -sha1sums=('90aef6f3b564352f48439dd98ff483774fb339a5') - -# optimization OK From vmiklos at frugalware.org Tue Sep 8 00:45:06 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 8 Sep 2009 00:45:06 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: mercurial-1.3.1-1-i686 Message-ID: <20090907224506.6458811F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb37579b53a4ecb468838cece34cd5d3bf28d135 commit cb37579b53a4ecb468838cece34cd5d3bf28d135 Author: Miklos Vajna Date: Tue Sep 8 00:44:53 2009 +0200 mercurial-1.3.1-1-i686 - version bump diff --git a/source/devel-extra/mercurial/FrugalBuild b/source/devel-extra/mercurial/FrugalBuild index 1b4ecf5..97f60c1 100644 --- a/source/devel-extra/mercurial/FrugalBuild +++ b/source/devel-extra/mercurial/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: Miklos Vajna pkgname=mercurial -pkgver=1.2.1 +pkgver=1.3.1 pkgrel=1 pkgdesc="A fast, lightweight source control management system." -url="http://www.selenic.com/mercurial/" +url="http://mercurial.selenic.com/" Finclude python # neccessary because of the .egg file depends=("python>=$_F_python_ver") groups=('devel-extra') archs=('i686' 'x86_64') -up2date="lynx -dump $url/release/ |grep tar.gz$ |Fsort |Flasttar" +up2date="Flasttar $url/release/" source=($url/release/$pkgname-$pkgver.tar.gz) -sha1sums=('f40282bbb17fedb08b16aa7a4eeb1da7b6a6f1cb') +sha1sums=('a9537fab7c7ead501a6414d1900f46e0ae3e48b8') subpkgs=('mercurial-hgk') subdescs=('Graphical repository and history browser based on gitk.') From bouleetbil at frogdev.info Tue Sep 8 02:30:48 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 02:30:48 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: clutter-1.0.4-3-i686 *added unset MAKEFLAGS Message-ID: <20090908003048.5573311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cb5629a80d88c9a83d37451a20fd83bc53597a10 commit cb5629a80d88c9a83d37451a20fd83bc53597a10 Author: bouleetbil Date: Tue Sep 8 02:32:11 2009 +0200 clutter-1.0.4-3-i686 *added unset MAKEFLAGS diff --git a/source/xlib-extra/clutter/FrugalBuild b/source/xlib-extra/clutter/FrugalBuild index 37202eb..2945f96 100644 --- a/source/xlib-extra/clutter/FrugalBuild +++ b/source/xlib-extra/clutter/FrugalBuild @@ -12,5 +12,6 @@ sha1sums=('91476f5c3089bab35dfb1c3a0bc18c44f161b6f0') Finclude clutter replaces=('clutter-cairo') provides=('clutter-cairo') +unset MAKEFLAGS # optimization OK From bouleetbil at frogdev.info Tue Sep 8 02:59:51 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 02:59:51 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gnome-dvb-daemon-0.1.8.1-2-i686 *downgrade version broken with libgee stable (check later) *added missing scriptlet options Message-ID: <20090908005951.1378311F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a96d6a7fb1c1905a284bc300d85d6b481b3ac94 commit 3a96d6a7fb1c1905a284bc300d85d6b481b3ac94 Author: bouleetbil Date: Tue Sep 8 02:59:32 2009 +0200 gnome-dvb-daemon-0.1.8.1-2-i686 *downgrade version broken with libgee stable (check later) *added missing scriptlet options diff --git a/source/gnome-extra/gnome-dvb-daemon/FrugalBuild b/source/gnome-extra/gnome-dvb-daemon/FrugalBuild index 442e07c..83cf9ef 100644 --- a/source/gnome-extra/gnome-dvb-daemon/FrugalBuild +++ b/source/gnome-extra/gnome-dvb-daemon/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: bouleetbil pkgname=gnome-dvb-daemon -pkgver=0.1.9 -pkgrel=1 +pkgver=0.1.8.1 +pkgrel=2 pkgdesc="GNOME DVB Daemon is a daemon written in Vala to setup your DVB devices." depends=('gst-plugins-bad' 'dbus-glib' 'libgee' 'sqlite3' 'gst-rtsp>=0.10.4' \ 'pygobject' 'pygtk' 'linuxtv-dvb-apps' \ @@ -12,6 +12,7 @@ makedepends=('totem' 'intltool') Fconfopts="${Fconfopts[@]} --enable-totem-plugin" groups=('gnome-extra') archs=('i686' 'x86_64') +options=('force' 'scriptlet') _F_gnome_devel="y" Finclude gnome subpkgs=('gnome-dvb-totem') @@ -19,7 +20,7 @@ subdescs=("plugin gnome-dvb-daemon for totem") subdepends=("totem gnome-dvb-daemon") subgroups=('gnome-extra') subarchs=('i686 x86_64') -sha1sums=('d1f3093dce8a7d6536de9c1f72af996820b3bd60') +sha1sums=('22bc9b133ee0b80d1143cc45803c050883f26be6') build() { Fbuild From bouleetbil at frogdev.info Tue Sep 8 03:03:52 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 03:03:52 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: imagemagick-6.5.5_7-1-i686 *version bump Message-ID: <20090908010352.AB25A11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a9477db17782595b58aaf1b24308394b752fc922 commit a9477db17782595b58aaf1b24308394b752fc922 Author: bouleetbil Date: Tue Sep 8 02:49:16 2009 +0200 imagemagick-6.5.5_7-1-i686 *version bump diff --git a/source/xapps/imagemagick/FrugalBuild b/source/xapps/imagemagick/FrugalBuild index 34a994b..33f16d7 100644 --- a/source/xapps/imagemagick/FrugalBuild +++ b/source/xapps/imagemagick/FrugalBuild @@ -3,7 +3,7 @@ # Maintainer: bouleetbil pkgname=imagemagick -pkgver=6.5.5_0 +pkgver=6.5.5_7 pkgrel=1 pkgdesc="A robust collection of tools and libraries to read, write and manipulate image files." url="http://www.imagemagick.org" @@ -19,7 +19,7 @@ options=('scriptlet') up2date="lynx -dump ftp://ftp.imagemagick.net/pub/ImageMagick/ | grep \"[0-9\.-]\+.tar.bz2\" | tail -n 1 | sed \"s/.*ImageMagick-\(.*\).tar.bz2.*/\1/\" | tr '-' '_'" source=(ftp://ftp.imagemagick.net/pub/ImageMagick/ImageMagick-`echo $pkgver | tr '_' '-'`.tar.bz2 \ libpng_mmx_patch_x86_64.patch) -sha1sums=('312d2c1f9383609a8ebeba90b21c20a9c5be4fd9' \ +sha1sums=('daa4b1e2afd07c637ef13f216b8d71015332ce84' \ 'e42f3acbe85b6098af75c5cecc9a254baaa0482c') build() { From bouleetbil at frogdev.info Tue Sep 8 03:12:54 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 03:12:54 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: kazehakase-0.5.7-1-ppc *fixed typo *added unset MAKEFLAGS Message-ID: <20090908011254.3ACCC11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6155371d7caf52da74afa69ee17922ef470bbec9 commit 6155371d7caf52da74afa69ee17922ef470bbec9 Author: bouleetbil Date: Tue Sep 8 03:10:32 2009 +0200 kazehakase-0.5.7-1-ppc *fixed typo *added unset MAKEFLAGS diff --git a/source/xapps-extra/kazehakase/FrugalBuild b/source/xapps-extra/kazehakase/FrugalBuild index 475559f..6ff91f9 100644 --- a/source/xapps-extra/kazehakase/FrugalBuild +++ b/source/xapps-extra/kazehakase/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A browser with gecko engine" url="http://kazehakase.sourceforge.jp" depends=('webkit' 'gnutls' 'libxau>=1.0.4' 'libgcrypt' 'gnutls' 'libxml2') -makedepends=('perl-xml-parser' 'intltool') +makedepends=('perl-xml-parser' 'intltool' 'ruby-gtk2>=0.19.0-2' 'ruby-gettext') groups=('xapps-extra') archs=('i686' 'x86_64' 'ppc') options=('scriptlet') @@ -19,12 +19,13 @@ sha1sums=('7f85bab0c30f2a3ed9360718c67eaf465ea03693') subpkgs=("kazehakase-ruby") subdescs=("Ruby interpretter support for Kazehakase") -subdepends=("ruby-gtk2>=0.19.0-2' ruby-gettext") +subdepends=("ruby-gtk2>=0.19.0-2 ruby-gettext") subrodepends=("kazehakase") subgroups=('xlib-extra') subarchs=('i686 x86_64 ppc') build() { + unset MAKEFLAGS Fcd #fix gtk2 Fsed "entry->x_n_bytes" "-1" src/widget/kz-entry.c From bouleetbil at frogdev.info Tue Sep 8 03:16:29 2009 From: bouleetbil at frogdev.info (bouleetbil) Date: Tue, 8 Sep 2009 03:16:29 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: gobject-introspection-0.6.5-1-ppc *added ppc to archs() Message-ID: <20090908011629.97D4D11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=077e786caf04fa57b88ccf1eac978348762c7511 commit 077e786caf04fa57b88ccf1eac978348762c7511 Author: bouleetbil Date: Tue Sep 8 03:15:08 2009 +0200 gobject-introspection-0.6.5-1-ppc *added ppc to archs() diff --git a/source/xlib-extra/gobject-introspection/FrugalBuild b/source/xlib-extra/gobject-introspection/FrugalBuild index 566f58e..cd5ab28 100644 --- a/source/xlib-extra/gobject-introspection/FrugalBuild +++ b/source/xlib-extra/gobject-introspection/FrugalBuild @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="Generate interface introspection data for GObject libraries." depends=('glib2' 'libffi' 'cairo' 'libxft') groups=('xlib-extra') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') Finclude gnome sha1sums=('ffa66729630018637e5b91f88316d3c536672840') From vmiklos at frugalware.org Tue Sep 8 03:32:17 2009 From: vmiklos at frugalware.org (Miklos Vajna) Date: Tue, 8 Sep 2009 03:32:17 +0200 (CEST) Subject: [Frugalware-git] frugalware-current: xkeyboard-config-1.6-2-ppc Message-ID: <20090908013217.804ED11F001A@genesis.frugalware.org> Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cc6d37352026974066857dcdd5e4cccde5de73c0 commit cc6d37352026974066857dcdd5e4cccde5de73c0 Author: Miklos Vajna Date: Sun Sep 6 13:58:25 2009 +0200 xkeyboard-config-1.6-2-ppc - add revert-putting-altwin-super_win-into-default-mapping.patch to make altgr work again in gtk apps diff --git a/source/x11/xkeyboard-config/FrugalBuild b/source/x11/xkeyboard-config/FrugalBuild index 3ed3198..1c65e6d 100644 --- a/source/x11/xkeyboard-config/FrugalBuild +++ b/source/x11/xkeyboard-config/FrugalBuild @@ -3,7 +3,7 @@ pkgname=xkeyboard-config pkgver=1.6 -pkgrel=1 +pkgrel=2 pkgdesc="X.org XML-based XKB configuration registry" url="http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig" groups=('x11' 'xorg-core' 'xorg-proto') @@ -11,12 +11,15 @@ depends=('xkbcomp>=1.0.5') archs=('i686' 'x86_64' 'ppc') makedepends=('pkgconfig' 'perl-xml-parser' 'util-macros>=1.2.1' '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) +source=(http://xlibs.freedesktop.org/xkbdesc/$pkgname-$pkgver.tar.bz2 \ + revert-putting-altwin-super_win-into-default-mapping.patch) #source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-20061207.tar.bz2) -sha1sums=('312f2e142f7d2bea6cabe6fcd8da4fb6c0711396') +sha1sums=('312f2e142f7d2bea6cabe6fcd8da4fb6c0711396' \ + '168b05b89e08f81298f26796a914ef1dccf69c4f') build() { Fcd + Fpatchall Fmake --enable-xkbcomp-symlink --enable-compat-rules \ --with-xkb-rules-symlink=xorg,xfree86 Fmakeinstall diff --git a/source/x11/xkeyboard-config/revert-putting-altwin-super_win-into-default-mapping.patch b/source/x11/xkeyboard-config/revert-putting-altwin-super_win-into-default-mapping.patch new file mode 100644 index 0000000..1ae7005 --- /dev/null +++ b/source/x11/xkeyboard-config/revert-putting-altwin-super_win-into-default-mapping.patch @@ -0,0 +1,81 @@ +From 3dd3e51981a4ac1f5af3e0a2d4959e0e4e0e76b1 Mon Sep 17 00:00:00 2001 +From: Miklos Vajna +Date: Sun, 6 Sep 2009 13:48:41 +0200 +Subject: [PATCH] Revert "Putting altwin:super_win into default mapping, dropping the option, b.fd.o#19500" + +This reverts commit 5de02aa07a8d4bbe1957af3a38212c3507f2436f. +--- + rules/base.o_s.part | 1 + + rules/base.xml.in | 6 ++++++ + symbols/altwin | 7 +++++++ + symbols/pc | 2 -- + 4 files changed, 14 insertions(+), 2 deletions(-) + +diff --git a/rules/base.o_s.part b/rules/base.o_s.part +index f9290da..948c028 100644 +--- a/rules/base.o_s.part ++++ b/rules/base.o_s.part +@@ -4,6 +4,7 @@ + altwin:ctrl_alt_win = +altwin(ctrl_alt_win) + altwin:meta_win = +altwin(meta_win) + altwin:left_meta_win = +altwin(left_meta_win) ++ altwin:super_win = +altwin(super_win) + altwin:hyper_win = +altwin(hyper_win) + altwin:alt_super_win = +altwin(alt_super_win) + altwin:swap_lalt_lwin = +altwin(swap_lalt_lwin) +diff --git a/rules/base.xml.in b/rules/base.xml.in +index 82c301c..9ebb319 100644 +--- a/rules/base.xml.in ++++ b/rules/base.xml.in +@@ -4896,6 +4896,12 @@ + + ++