[arch-commits] Commit in enlightenment/repos (extra-x86_64)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 16:26:23
  Author: eric
Revision: 86320

archrelease: copy trunk to extra-x86_64

Added:
  enlightenment/repos/extra-x86_64/



[arch-commits] Commit in enlightenment/repos (extra-x86_64)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 16:26:15
  Author: eric
Revision: 86319

archrelease: remove extra-x86_64

Deleted:
  enlightenment/repos/extra-x86_64/



[arch-commits] Commit in enlightenment/repos (extra-i686)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 16:24:17
  Author: eric
Revision: 86318

archrelease: copy trunk to extra-i686

Added:
  enlightenment/repos/extra-i686/



[arch-commits] Commit in enlightenment/repos (extra-i686)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 16:24:08
  Author: eric
Revision: 86317

archrelease: remove extra-i686

Deleted:
  enlightenment/repos/extra-i686/



[arch-commits] Commit in enlightenment/trunk (ChangeLog PKGBUILD)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 16:22:09
  Author: eric
Revision: 86316

upgpkg: enlightenment 1.0.3-1
Upstream update, Updated themes

Modified:
  enlightenment/trunk/ChangeLog
  enlightenment/trunk/PKGBUILD

---+
 ChangeLog |6 ++
 PKGBUILD  |   40 
 2 files changed, 30 insertions(+), 16 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-28 19:26:42 UTC (rev 86315)
+++ ChangeLog   2010-07-28 20:22:09 UTC (rev 86316)
@@ -1,3 +1,9 @@
+2010-07-28  Eric Belanger  
+
+   * enlightenment 1.0.3-1
+   * Upstream update
+   * Updated themes
+
 2010-01-28  Eric Belanger  
 
* enlightenment 1.0.2-1

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 19:26:42 UTC (rev 86315)
+++ PKGBUILD2010-07-28 20:22:09 UTC (rev 86316)
@@ -3,34 +3,42 @@
 # Contributor: Judd Vinet 
 
 pkgname=enlightenment
-pkgver=1.0.2
-_themever=1.0.0
+pkgver=1.0.3
+_themever=1.0.1
 pkgrel=1
 pkgdesc="A fast, flexible, and very extensible Window Manager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";
 license=('BSD' 'custom')
-depends=('freetype2' 'libxinerama' 'libxft' 'libsm' 'libxxf86vm' 'esound' 
'imlib2' 'perl' 'libxcomposite' 'libxdamage' 'libxrandr')
+depends=('freetype2' 'libxinerama' 'libxft' 'libsm' 'libxxf86vm' 'esound' 
'imlib2' 'perl' \
+ 'libxcomposite' 'libxdamage' 'libxrandr')
 makedepends=('xbitmaps')
 options=('!libtool')
+changelog=ChangeLog
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/e16-${pkgver}.tar.gz
 \
 
http://downloads.sourceforge.net/enlightenment/e16-themes-${_themever}.tar.gz)
-md5sums=('67d139ff8fed77eea8f4acd4f9e87402' '0697ae00a32938f45d786b40a0b276fb')
-sha1sums=('8d1f7591da87578fbe053e57564316b88aff1561' 
'2fedae04c7563a6bc43497bec0f189e8d439c183')
+md5sums=('9a814c0c3b02d93d8e86f9e84d69706c' 'bbd9cfd969610c29c7627c2ba1ce3094')
+sha1sums=('b3390d10354e24cc00ebe6b1ea5d7775963acfc5' 
'ae34e2df1294198795736bf953bf695aba93b710')
 
 build() {
   cd "${srcdir}/e16-${pkgver}"
-  sed -i 's|xsessiondir = $(datadir)/xsessions|xsessiondir = 
/etc/X11/sessions|' misc/Makefile.in || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-fsstd --enable-sound 
--enable-mans || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" 
"${pkgdir}/usr/bin/e16-gnome" || return 1
-  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" 
"${pkgdir}/usr/bin/e16-kde" || return 1
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" 
|| return 1
-  install -D -m644 fonts/COPYRIGHT.Vera 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera" || return 1
+  sed -i 's|xsessiondir = $(datadir)/xsessions|xsessiondir = 
/etc/X11/sessions|' misc/Makefile.in
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-sound --enable-mans
+  make
 
   cd "${srcdir}/e16-themes-${_themever}"
-  ./configure --prefix=/usr --enable-fsstd || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-  chown -R root:root "${pkgdir}"/usr/share/* || return 1
+  ./configure --prefix=/usr
 }
+
+package() {
+  cd "${srcdir}/e16-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-gnome.sh" 
"${pkgdir}/usr/bin/e16-gnome"
+  install -D -m755 "${pkgdir}/usr/share/e16/misc/Xclients.e16-kde.sh" 
"${pkgdir}/usr/bin/e16-kde"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -D -m644 fonts/COPYRIGHT.Vera 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT.Vera"
+
+  cd "${srcdir}/e16-themes-${_themever}"
+  make DESTDIR="${pkgdir}" install
+  chown -R root:root "${pkgdir}"/usr/share/*
+}



[arch-commits] Commit in xine-lib/repos (extra-x86_64)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 15:26:42
  Author: eric
Revision: 86315

archrelease: copy trunk to extra-x86_64

Added:
  xine-lib/repos/extra-x86_64/



[arch-commits] Commit in xine-lib/repos (extra-x86_64)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 15:26:28
  Author: eric
Revision: 86314

archrelease: remove extra-x86_64

Deleted:
  xine-lib/repos/extra-x86_64/



[arch-commits] Commit in xine-lib/repos (extra-i686)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 15:25:47
  Author: eric
Revision: 86313

archrelease: copy trunk to extra-i686

Added:
  xine-lib/repos/extra-i686/



[arch-commits] Commit in xine-lib/repos (extra-i686)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 15:25:34
  Author: eric
Revision: 86312

archrelease: remove extra-i686

Deleted:
  xine-lib/repos/extra-i686/



[arch-commits] Commit in xine-lib/trunk (ChangeLog PKGBUILD)

2010-07-28 Thread Eric Bélanger
Date: Wednesday, July 28, 2010 @ 15:24:50
  Author: eric
Revision: 86311

upgpkg: xine-lib 1.1.19-1
Upstream update

Modified:
  xine-lib/trunk/ChangeLog
  xine-lib/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |   10 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-28 18:01:18 UTC (rev 86310)
+++ ChangeLog   2010-07-28 19:24:50 UTC (rev 86311)
@@ -1,3 +1,8 @@
+2010-07-28  Eric Belanger  
+
+   * xine-lib 1.1.19-1
+   * Upstream update
+
 2010-07-03  Eric Belanger  
 
* xine-lib 1.1.18.1-2

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 18:01:18 UTC (rev 86310)
+++ PKGBUILD2010-07-28 19:24:50 UTC (rev 86311)
@@ -3,15 +3,15 @@
 # Contributor: Judd Vinet 
 
 pkgname=xine-lib
-pkgver=1.1.18.1
-pkgrel=2
+pkgver=1.1.19
+pkgrel=1
 pkgdesc="A multimedia playback engine"
 arch=('i686' 'x86_64')
 url="http://www.xine-project.org";
 license=('LGPL' 'GPL')
 depends=('libgl' 'libxvmc' 'esound' 'flac' 'libvorbis' 'sdl' 'libmng' 
'libtheora'
  'libxcb' 'wavpack' 'ffmpeg' 'heimdal' 'faad2')
-makedepends=('pkgconfig' 'libtool' 'imagemagick' 'smbclient' 'mesa' 'alsa-lib' 
+makedepends=('pkg-config' 'libtool' 'imagemagick' 'smbclient' 'mesa' 
'alsa-lib' 
  'vcdimager' 'jack' 'gtk2')
 optdepends=('imagemagick: for using the imagemagick plugin' 'smbclient: for 
using the smb plugin' \
 'jack: for using the jack plugin' 'vcdimager: for using the vcd 
plugin' \
@@ -20,8 +20,8 @@
 changelog=ChangeLog
 
source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.bz2
 xine-lib-1.1.1-configure-no-mcpu-march.patch)
-md5sums=('3efad551f2f8a9c5734855a6639694ef' '9776df4eb54d2f1f68d8268adbc3b5c2')
-sha1sums=('783232b6d6e23850a7ac97bf53b2a8bc2e743270' 
'121a8358d7919b2e51067412373f52848290338a')
+md5sums=('a410a0f0617e1d6309f0cbe907f73f8a' '9776df4eb54d2f1f68d8268adbc3b5c2')
+sha1sums=('5afcc28c5cf2bdaab99d951960f6587797e1e5a0' 
'121a8358d7919b2e51067412373f52848290338a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in git/repos (extra-i686)

2010-07-28 Thread Dan McGee
Date: Wednesday, July 28, 2010 @ 14:01:18
  Author: dan
Revision: 86310

archrelease: copy trunk to extra-i686

Added:
  git/repos/extra-i686/



[arch-commits] Commit in git/repos (extra-i686)

2010-07-28 Thread Dan McGee
Date: Wednesday, July 28, 2010 @ 14:01:08
  Author: dan
Revision: 86309

archrelease: remove extra-i686

Deleted:
  git/repos/extra-i686/



[arch-commits] Commit in git/repos (extra-x86_64)

2010-07-28 Thread Dan McGee
Date: Wednesday, July 28, 2010 @ 13:48:31
  Author: dan
Revision: 86308

archrelease: copy trunk to extra-x86_64

Added:
  git/repos/extra-x86_64/



[arch-commits] Commit in git/repos (extra-x86_64)

2010-07-28 Thread Dan McGee
Date: Wednesday, July 28, 2010 @ 13:48:22
  Author: dan
Revision: 86307

archrelease: remove extra-x86_64

Deleted:
  git/repos/extra-x86_64/



[arch-commits] Commit in git/trunk (PKGBUILD)

2010-07-28 Thread Dan McGee
Date: Wednesday, July 28, 2010 @ 13:47:20
  Author: dan
Revision: 86306

verbump 1.7.2.1

Modified:
  git/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 16:41:10 UTC (rev 86305)
+++ PKGBUILD2010-07-28 17:47:20 UTC (rev 86306)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.7.2
+pkgver=1.7.2.1
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -62,11 +62,11 @@
   install -D -m644 $srcdir/git-daemon.conf $pkgdir/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('652f861ae161e48979ef834707e2dc4c'
- '0ea16b997dea4aec1f2f3d9c6a74abb8'
+md5sums=('24a443a120a0ab372185cb6bc0dbd934'
+ 'a11073658ea600c2507337885728851a'
  'd777ff1a239b3d810dcf5d89f9d894af'
  '9d065134210aa0dd3f2b40d12d915040')
-sha256sums=('d06ac99eff6228b5a8d0daee0b9f3e71194e4cc365a48441ff027e18e3dba1ba'
-'5b6c6b401913fa018cae8a9578178ab233577fa6db118ba59e8563ab16ed9886'
+sha256sums=('5446b4ece3b8d81b1fcbcd6c4b91f1961b6f4047a3f6173e3200bee368724921'
+'e6b4c12487c62bc23886bda69580dfc3d5f10e8088f5b71ba6b857cafb34bbc2'
 'd2741714a477029ca1ed63f8584040bcba6a53b2332028f9005feef4ae500113'
 '6e1475974fae315c55da344c0527923061ad7d9478d39396d147aea497f501b7')



[arch-commits] Commit in openoffice-base-beta/trunk (ChangeLog PKGBUILD)

2010-07-28 Thread andyrtr
Date: Wednesday, July 28, 2010 @ 12:41:10
  Author: andyrtr
Revision: 86305

prepare new snapshot OOO330_m2

Modified:
  openoffice-base-beta/trunk/ChangeLog
  openoffice-base-beta/trunk/PKGBUILD

---+
 ChangeLog |5 +
 PKGBUILD  |6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-28 16:12:11 UTC (rev 86304)
+++ ChangeLog   2010-07-28 16:41:10 UTC (rev 86305)
@@ -1,3 +1,8 @@
+2010-07-27 Andreas Radke 
+
+* 3.3.0-OOO330_m2-1 :
+   - new snapshot
+   
 2010-07-17 Andreas Radke 
 
 * 3.3.0-OOO330_m1-1 :

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 16:12:11 UTC (rev 86304)
+++ PKGBUILD2010-07-28 16:41:10 UTC (rev 86305)
@@ -4,7 +4,7 @@
 
 pkgbase="openoffice-base-beta"
 pkgname=('openoffice-base-beta' 'openoffice-sdk-beta')
-_OO_milestone=OOO330_m1
+_OO_milestone=OOO330_m2
 pkgver=3.3.0_${_OO_milestone/OOO/ooo} # m19=3.2.1 RC3
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
buildfix_FormulaMissingHeader.diff

http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/cppu-lbnames-enable-gcc-4.5.diff

http://cgit.freedesktop.org/ooo-build/ooo-build/plain/patches/dev300/sal-cpprt-gcc-4.5-workaround.diff
-   dictionaries-needs-th-gen-idx.pl.diff
+#  dictionaries-needs-th-gen-idx.pl.diff
cppunit_gcc45.diff
openoffice-beta.profile)
 options=('!distcc' '!ccache' '!makeflags')
@@ -70,7 +70,7 @@
patch -Np0 -i ${srcdir}/cppu-lbnames-enable-gcc-4.5.diff
patch -Np0 -i ${srcdir}/sal-cpprt-gcc-4.5-workaround.diff
# http://www.openoffice.org/issues/show_bug.cgi?id=113223
-   patch -Np1 -i ${srcdir}/dictionaries-needs-th-gen-idx.pl.diff
+#  patch -Np1 -i ${srcdir}/dictionaries-needs-th-gen-idx.pl.diff
 
# allows soffice to find the user's firefox profile so that it can read
# its digital certificates. Nss stores digital certificates in your 
mozilla firefox profile. 



[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

2010-07-28 Thread Rémy Oudompheng
Date: Wednesday, July 28, 2010 @ 12:12:11
  Author: remy
Revision: 86304

Allow to use xindy without clisp at runtime.
Build: makeflags can be safely used, use a cache file for configure.

Modified:
  texlive-bin/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 13:50:19 UTC (rev 86303)
+++ PKGBUILD2010-07-28 16:12:11 UTC (rev 86304)
@@ -10,7 +10,7 @@
 makedepends=('perl' 'clisp' 'ffcall')
 provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
 conflicts=('pdfjam')
-options=('!makeflags' '!libtool')
+options=('!libtool')
 url='http://tug.org/texlive/'
 source=('texmf.cnf'
 'fix-fontforge-encoding.patch'
@@ -50,7 +50,7 @@
cd Work
echo "--> Initial configuration..."
# we use temporary prefix to avoid messing the existing 
$pkgdir/usr/share/texmf tree
-   ../configure --prefix=/usr \
+   ../configure --prefix=/usr -C \
  --datarootdir=$srcdir/inst/usr/share \
  --datadir=$srcdir/inst/usr/share \
  --mandir=$srcdir/inst/usr/share/man \
@@ -75,6 +75,7 @@
  --with-xdvi-x-toolkit=xaw \
  --disable-dump-share \
  --disable-aleph \
+ --with-clisp-runtime=default \
  --enable-xindy --disable-xindy-rules --disable-xindy-docs || return 1
#
### make



[arch-commits] Commit in chromium/repos (extra-x86_64)

2010-07-28 Thread Pierre Schmitz
Date: Wednesday, July 28, 2010 @ 09:50:19
  Author: pierre
Revision: 86303

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/



[arch-commits] Commit in chromium/repos (extra-x86_64)

2010-07-28 Thread Pierre Schmitz
Date: Wednesday, July 28, 2010 @ 09:49:41
  Author: pierre
Revision: 86302

archrelease: remove extra-x86_64

Deleted:
  chromium/repos/extra-x86_64/



[arch-commits] Commit in chromium/repos (extra-i686)

2010-07-28 Thread Pierre Schmitz
Date: Wednesday, July 28, 2010 @ 09:46:35
  Author: pierre
Revision: 86300

archrelease: remove extra-i686

Deleted:
  chromium/repos/extra-i686/



[arch-commits] Commit in chromium/trunk (PKGBUILD)

2010-07-28 Thread Pierre Schmitz
Date: Wednesday, July 28, 2010 @ 09:44:08
  Author: pierre
Revision: 86299

upgpkg: chromium 5.0.375.125-1
security update

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 12:26:57 UTC (rev 86298)
+++ PKGBUILD2010-07-28 13:44:08 UTC (rev 86299)
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=5.0.375.99
+pkgver=5.0.375.125
 pkgrel=1
 pkgdesc='The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser.'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 
source=("http://build.chromium.org/buildbot/official/chromium-${pkgver}.tar.bz2";
 'chromium.desktop' 'chromium.sh'
 'ffmpeg_branding_mime.patch' 'drop_sse2.patch' 'libpng-1.4.patch')
-md5sums=('1139af47f14962c59a5e2b370b121e5b'
+md5sums=('55547d99bb77fe50348783bc4f5e2c00'
  '897de25e9c25a01f8b1b67abe554a6b7'
  '096a46ef386817988250d2d7bddd1b34'
  'ae1b32473c74b39e3f64b32d71574170'



[arch-commits] Commit in texlive-bin/trunk (09-texlive-fonts.conf)

2010-07-28 Thread François Charette
Date: Wednesday, July 28, 2010 @ 08:26:57
  Author: francois
Revision: 86298

Add missing file

Added:
  texlive-bin/trunk/09-texlive-fonts.conf

---+
 09-texlive-fonts.conf |9 +
 1 file changed, 9 insertions(+)

Added: 09-texlive-fonts.conf
===
--- 09-texlive-fonts.conf   (rev 0)
+++ 09-texlive-fonts.conf   2010-07-28 12:26:57 UTC (rev 86298)
@@ -0,0 +1,9 @@
+
+
+
+  /usr/share/texmf-dist/fonts/opentype
+  /usr/share/texmf-dist/fonts/truetype
+  /usr/local/share/texmf/fonts/opentype
+  /usr/local/share/texmf/fonts/truetype
+
+



[arch-commits] Commit in kdepim/trunk (PKGBUILD)

2010-07-28 Thread Andrea Scarpino
Date: Wednesday, July 28, 2010 @ 04:08:58
  Author: andrea
Revision: 86297

fix makedependencies

Modified:
  kdepim/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-28 07:12:19 UTC (rev 86296)
+++ PKGBUILD2010-07-28 08:08:58 UTC (rev 86297)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Pierre Schmitz 
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
 
 pkgbase=kdepim
 pkgname=('kdepim-akonadiconsole'
@@ -25,8 +26,8 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdepim')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdelibs' 'kdepimlibs'
- 'kdepim-runtime' 'gnokii' 'libxss' 'kdebase-runtime' 'pilot-link' 
'kde-agent')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss'
+   'pilot-link' 'kde-agent' 'docbook-xsl')
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";)
 sha1sums=('84f6367e38948d3595a9f87ae384b41f9f295add')
 



[arch-commits] Commit in lua/repos (extra-x86_64)

2010-07-28 Thread Juergen Hoetzel
Date: Wednesday, July 28, 2010 @ 03:12:19
  Author: juergen
Revision: 86296

archrelease: copy trunk to extra-x86_64

Added:
  lua/repos/extra-x86_64/



[arch-commits] Commit in lua/repos (extra-x86_64)

2010-07-28 Thread Juergen Hoetzel
Date: Wednesday, July 28, 2010 @ 03:12:09
  Author: juergen
Revision: 86295

archrelease: remove extra-x86_64

Deleted:
  lua/repos/extra-x86_64/