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

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 01:35:54
  Author: eric
Revision: 26

archrelease: copy trunk to extra-x86_64

Added:
  opengtl/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 01:35:46
  Author: eric
Revision: 25

archrelease: remove extra-x86_64

Deleted:
  opengtl/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 01:35:32
  Author: eric
Revision: 24

archrelease: copy trunk to extra-i686

Added:
  opengtl/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 01:35:23
  Author: eric
Revision: 23

archrelease: remove extra-i686

Deleted:
  opengtl/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 01:35:03
  Author: eric
Revision: 22

Fixed source url

Modified:
  opengtl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-24 05:05:36 UTC (rev 21)
+++ PKGBUILD2011-02-24 06:35:03 UTC (rev 22)
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('cmake' 'llvm' 'libpng')
 optdepends=('libpng: for using the png extension')
-source=(http://www.opengtl.org/download/OpenGTL-${pkgver}.tar.bz2)
+source=(http://download.opengtl.org/OpenGTL-${pkgver}.tar.bz2)
 md5sums=('9e59817fddfc7085a8d23a6bbea60bdc')
 sha1sums=('12d53a6ba660d278906539f74d28b464601a08a3')
 



[arch-commits] Commit in vsftpd/repos (testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 00:05:36
  Author: eric
Revision: 21

archrelease: copy trunk to testing-x86_64

Added:
  vsftpd/repos/testing-x86_64/



[arch-commits] Commit in vsftpd/repos (testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 00:05:23
  Author: eric
Revision: 20

archrelease: copy trunk to testing-i686

Added:
  vsftpd/repos/testing-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Thursday, February 24, 2011 @ 00:05:08
  Author: eric
Revision: 19

upgpkg: vsftpd 2.3.4-1
Upstream update, Fixed license

Modified:
  vsftpd/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-24 03:18:27 UTC (rev 18)
+++ PKGBUILD2011-02-24 05:05:08 UTC (rev 19)
@@ -3,23 +3,24 @@
 # Contributor: judd 
 
 pkgname=vsftpd
-pkgver=2.3.2
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="Very Secure FTP daemon"
 arch=('i686' 'x86_64')
-license=('GPL')
-backup=(etc/vsftpd.conf etc/xinetd.d/vsftpd)
 url="http://vsftpd.beasts.org/";
+license=('GPL2')
 depends=('tcp_wrappers' 'openssl')
+backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd')
 install=vsftpd.install
 source=(ftp://vsftpd.beasts.org/users/cevans/vsftpd-$pkgver.tar.gz \
 vsftpd.xinetd vsftpd.d)
-md5sums=('bad7b117d737a738738836041edc00db'
- 'b07fd4609c70063c1d6b20142910c1a6'
+md5sums=('2ea5d19978710527bb7444d93b67767a' 'b07fd4609c70063c1d6b20142910c1a6'\
  '60060a6c7db3b3b7baa1561a302e6923')
+sha1sums=('b774cc6b4c50e20f4fe9ca7f6aa74169ce7fe5ea' 
'c87b4ce56dac15223694a6e86c01ea813b877596'\
+ '24f268956c24e78be0c234c6d31f41487922eafe')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   # build-time config
   sed \
 -e 's|^#undef VSF_BUILD_TCPWRAPPERS$|#define VSF_BUILD_TCPWRAPPERS|' \
@@ -29,13 +30,13 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -D -m755 vsftpd ${pkgdir}/usr/sbin/vsftpd
-  install -D -m644 vsftpd.conf ${pkgdir}/etc/vsftpd.conf
-  install -D -m644 vsftpd.8 ${pkgdir}/usr/share/man/man8/vsftpd.8
-  install -D -m644 vsftpd.conf.5 ${pkgdir}/usr/share/man/man5/vsftpd.conf.5
-  install -D -m644 ${srcdir}/vsftpd.xinetd ${pkgdir}/etc/xinetd.d/vsftpd
-  install -D -m755 ${srcdir}/vsftpd.d ${pkgdir}/etc/rc.d/vsftpd
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -D -m755 vsftpd "${pkgdir}/usr/sbin/vsftpd"
+  install -D -m644 vsftpd.conf "${pkgdir}/etc/vsftpd.conf"
+  install -D -m644 vsftpd.8 "${pkgdir}/usr/share/man/man8/vsftpd.8"
+  install -D -m644 vsftpd.conf.5 "${pkgdir}/usr/share/man/man5/vsftpd.conf.5"
+  install -D -m644 "${srcdir}/vsftpd.xinetd" "${pkgdir}/etc/xinetd.d/vsftpd"
+  install -D -m755 "${srcdir}/vsftpd.d" "${pkgdir}/etc/rc.d/vsftpd"
 
-  install -d -m755 ${pkgdir}/usr/share/empty
+  install -d -m755 "${pkgdir}/usr/share/empty"
 }



[arch-commits] Commit in erlang/repos (community-i686 community-x86_64)

2011-02-23 Thread Allan McRae
Date: Wednesday, February 23, 2011 @ 22:18:27
  Author: allan
Revision: 18

fix up this shit

Deleted:
  erlang/repos/community-i686/
  erlang/repos/community-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 21:33:19
  Author: eric
Revision: 17

archrelease: copy trunk to extra-x86_64

Added:
  opengtl/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 21:33:09
  Author: eric
Revision: 16

archrelease: remove extra-x86_64

Deleted:
  opengtl/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 21:32:13
  Author: eric
Revision: 15

archrelease: copy trunk to extra-i686

Added:
  opengtl/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 21:32:03
  Author: eric
Revision: 14

archrelease: remove extra-i686

Deleted:
  opengtl/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 21:31:10
  Author: eric
Revision: 13

upgpkg: opengtl 0.9.15-1
Upstream update, Added libpng optdepends

Modified:
  opengtl/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-24 01:49:53 UTC (rev 12)
+++ PKGBUILD2011-02-24 02:31:10 UTC (rev 13)
@@ -1,31 +1,33 @@
-# $Id: $
+# $Id$
 # Maintainer: Ronald van Haren 
 # Contributor: Andries Radu 
 
 pkgname=opengtl
-pkgver=0.9.12
-pkgrel=3
+pkgver=0.9.15
+pkgrel=1
 pkgdesc="A set of library for using and integrating transformation algorithms 
(such as filter or color conversion) in graphics applications"
 url="http://www.opengtl.org";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gcc-libs')
-makedepends=('cmake' 'llvm' 'libpng') 
+makedepends=('cmake' 'llvm' 'libpng')
+optdepends=('libpng: for using the png extension')
 source=(http://www.opengtl.org/download/OpenGTL-${pkgver}.tar.bz2)
-md5sums=('c45fddf10c922ebcf9cb5b7c5df89220')
+md5sums=('9e59817fddfc7085a8d23a6bbea60bdc')
+sha1sums=('12d53a6ba660d278906539f74d28b464601a08a3')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
   mkdir build
   cd build
   cmake ../OpenGTL-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr || return 1
-  make || return 1
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
 }


Property changes on: opengtl/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in strigi/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:53
  Author: eric
Revision: 12

db-move: moved strigi from [staging] to [testing] (x86_64)

Added:
  strigi/repos/testing-x86_64/
Deleted:
  strigi/repos/staging-x86_64/



[arch-commits] Commit in strigi/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:52
  Author: eric
Revision: 11

db-move: moved strigi from [staging] to [testing] (i686)

Added:
  strigi/repos/testing-i686/
Deleted:
  strigi/repos/staging-i686/



[arch-commits] Commit in koffice/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:51
  Author: eric
Revision: 10

db-move: moved koffice from [staging] to [testing] (x86_64)

Added:
  koffice/repos/testing-x86_64/
Deleted:
  koffice/repos/staging-x86_64/



[arch-commits] Commit in kdegraphics/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:47
  Author: eric
Revision: 08

db-move: moved kdegraphics from [staging] to [testing] (x86_64)

Added:
  kdegraphics/repos/testing-x86_64/
Deleted:
  kdegraphics/repos/staging-x86_64/



[arch-commits] Commit in koffice/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:48
  Author: eric
Revision: 09

db-move: moved koffice from [staging] to [testing] (i686)

Added:
  koffice/repos/testing-i686/
Deleted:
  koffice/repos/staging-i686/



[arch-commits] Commit in kdegraphics/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:46
  Author: eric
Revision: 07

db-move: moved kdegraphics from [staging] to [testing] (i686)

Added:
  kdegraphics/repos/testing-i686/
Deleted:
  kdegraphics/repos/staging-i686/



[arch-commits] Commit in kdebase-runtime/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:45
  Author: eric
Revision: 06

db-move: moved kdebase-runtime from [staging] to [testing] (x86_64)

Added:
  kdebase-runtime/repos/testing-x86_64/
Deleted:
  kdebase-runtime/repos/staging-x86_64/



[arch-commits] Commit in kdebase-runtime/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:44
  Author: eric
Revision: 05

db-move: moved kdebase-runtime from [staging] to [testing] (i686)

Added:
  kdebase-runtime/repos/testing-i686/
Deleted:
  kdebase-runtime/repos/staging-i686/



[arch-commits] Commit in hugin/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:43
  Author: eric
Revision: 04

db-move: moved hugin from [staging] to [testing] (x86_64)

Added:
  hugin/repos/testing-x86_64/
Deleted:
  hugin/repos/staging-x86_64/



[arch-commits] Commit in hugin/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:43
  Author: eric
Revision: 03

db-move: moved hugin from [staging] to [testing] (i686)

Added:
  hugin/repos/testing-i686/
Deleted:
  hugin/repos/staging-i686/



[arch-commits] Commit in gthumb/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:38
  Author: eric
Revision: 01

db-move: moved gthumb from [staging] to [testing] (i686)

Added:
  gthumb/repos/testing-i686/
Deleted:
  gthumb/repos/staging-i686/



[arch-commits] Commit in gthumb/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:41
  Author: eric
Revision: 02

db-move: moved gthumb from [staging] to [testing] (x86_64)

Added:
  gthumb/repos/testing-x86_64/
Deleted:
  gthumb/repos/staging-x86_64/



[arch-commits] Commit in gimp-ufraw/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:36
  Author: eric
Revision: 00

db-move: moved gimp-ufraw from [staging] to [testing] (x86_64)

Added:
  gimp-ufraw/repos/testing-x86_64/
Deleted:
  gimp-ufraw/repos/staging-x86_64/



[arch-commits] Commit in gimp-ufraw/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:35
  Author: eric
Revision: 111099

db-move: moved gimp-ufraw from [staging] to [testing] (i686)

Added:
  gimp-ufraw/repos/testing-i686/
Deleted:
  gimp-ufraw/repos/staging-i686/



[arch-commits] Commit in geeqie/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:34
  Author: eric
Revision: 111098

db-move: moved geeqie from [staging] to [testing] (x86_64)

Added:
  geeqie/repos/testing-x86_64/
Deleted:
  geeqie/repos/staging-x86_64/



[arch-commits] Commit in geeqie/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:33
  Author: eric
Revision: 111097

db-move: moved geeqie from [staging] to [testing] (i686)

Added:
  geeqie/repos/testing-i686/
Deleted:
  geeqie/repos/staging-i686/



[arch-commits] Commit in exiv2/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:33
  Author: eric
Revision: 111096

db-move: moved exiv2 from [staging] to [testing] (x86_64)

Added:
  exiv2/repos/testing-x86_64/
Deleted:
  exiv2/repos/staging-x86_64/



[arch-commits] Commit in exiv2/repos (staging-i686 testing-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 20:49:32
  Author: eric
Revision: 111095

db-move: moved exiv2 from [staging] to [testing] (i686)

Added:
  exiv2/repos/testing-i686/
Deleted:
  exiv2/repos/staging-i686/



[arch-commits] Commit in koffice/repos (staging-x86_64)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 19:43:06
  Author: eric
Revision: 111094

archrelease: copy trunk to staging-x86_64

Added:
  koffice/repos/staging-x86_64/



[arch-commits] Commit in koffice/repos (staging-i686)

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 19:36:42
  Author: eric
Revision: 111093

archrelease: copy trunk to staging-i686

Added:
  koffice/repos/staging-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 19:30:27
  Author: eric
Revision: 111092

upgpkg: koffice 2.3.1-3
Rebuilt against exiv2 0.21.1

Modified:
  koffice/trunk/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 22:56:24 UTC (rev 111091)
+++ PKGBUILD2011-02-24 00:30:27 UTC (rev 111092)
@@ -36,11 +36,11 @@
 #  'koffice-kdgantt' # still an empty package
 )
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://koffice.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'eigen' \
+makedepends=('pkg-config' 'cmake' 'automoc4' 'boost' 'eigen' \
   'kdelibs' 'gsl' 'qca' 'lcms' 'glew' 'qimageblitz' \
   'kdepimlibs' 'pstoedit' 'poppler-qt' 'libwpd' 'libwpg' 'openexr' 'opengtl' 
'kdegraphics-libs' 'sqlite3' 'docbook-xml' 'docbook-xsl')
 groups=('koffice')
@@ -50,11 +50,11 @@
 '69106deb4081d71b5bd8f2e4f5af67ca689e4ce9f2bb49c11dbce5fb3409d612')

 build() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
+   cd "${srcdir}/${pkgbase}-${pkgver}"
 
-   patch -Np1 -i ${srcdir}/kde4-koffice-libwpg02.patch
+   patch -Np1 -i "${srcdir}/kde4-koffice-libwpg02.patch"
 
-   cd ${srcdir}
+   cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \
@@ -71,22 +71,22 @@
 optdepends=('libwpd: WordPerfect document importer' 'libwpg: Corel 
WordPerfect Graphics image importer' 
'pstoedit: Karbon EPS import filter' 'kdegraphics-libs: support for raw 
images')
install=filters.install
-cd ${srcdir}/build/filters
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/filters"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-interfaces(){
pkgdesc="Interfaces for the KDE office suite"
depends=('kdelibs' 'koffice-libs')
-   cd ${srcdir}/build/interfaces
-   make DESTDIR=${pkgdir} install
+   cd "${srcdir}/build/interfaces"
+   make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-libs(){
pkgdesc="Libs for the KDE office suite"
depends=('kdepimlibs' 'qca' 'lcms' 'koffice-servicetypes')
-cd ${srcdir}/build/libs
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/libs"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-plugins(){
@@ -94,34 +94,34 @@
depends=('koffice-libs')
replaces=('koffice-kchart')
conflicts=('koffice-kchart')
-cd ${srcdir}/build/plugins
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/plugins"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-pics(){
pkgdesc="Icons for the KDE office suite"
install=koffice.install
-cd ${srcdir}/build/pics
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/pics"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-servicetypes(){
pkgdesc="Servicetypes for the KDE office suite"
-cd ${srcdir}/build/servicetypes
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/servicetypes"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-templates(){
pkgdesc="Templates for the KDE office suite"
-cd ${srcdir}/build/templates
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/templates"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-tools(){
pkgdesc="Tools for the KDE office suite"
depends=('koffice-libs')
-cd ${srcdir}/build/tools
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/tools"
+make DESTDIR="${pkgdir}" install
 }
 
  package common files done #
@@ -133,48 +133,48 @@
depends=('hicolor-icon-theme' 'koffice-libs' 'koffice-templates')
 optdepends=('koffice-filters: import/export filters')
install=koffice.install
-cd ${srcdir}/build/karbon
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/karbon"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-karbon-doc(){
pkgdesc="Documentation for karbon"
-cd ${srcdir}/build/doc/karbon
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/doc/karbon"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-kexi(){
 pkgdesc="Integrated data management application for the KDE office 
suite"
 depends=('kdelibs' 'koffice-libs' 'koffice-kspread' 'sqlite3')
-cd ${srcdir}/build/kexi
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/kexi"
+make DESTDIR="${pkgdir}" install
 }
 
 package_koffice-kexi-doc(){
 pkgdesc="Documentation for kexi"
-cd ${srcdir}/build/doc/kexi
-make DESTDIR=${pkgdir} install
+cd "${srcdir}/build/doc/kexi"

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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:56:24
  Author: eric
Revision: 111091

archrelease: copy trunk to extra-i686

Added:
  scim-hangul/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:56:11
  Author: eric
Revision: 111090

archrelease: remove extra-i686

Deleted:
  scim-hangul/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:55:26
  Author: eric
Revision: 111089

archrelease: copy trunk to extra-x86_64

Added:
  scim-hangul/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:55:11
  Author: eric
Revision: 111088

archrelease: remove extra-x86_64

Deleted:
  scim-hangul/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:54:33
  Author: eric
Revision: 111087

archrelease: copy trunk to extra-x86_64

Added:
  anthy/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:54:20
  Author: eric
Revision: 111086

archrelease: remove extra-x86_64

Deleted:
  anthy/repos/extra-x86_64/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:54:03
  Author: eric
Revision: 111085

archrelease: copy trunk to extra-i686

Added:
  anthy/repos/extra-i686/



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

2011-02-23 Thread Eric Bélanger
Date: Wednesday, February 23, 2011 @ 17:53:38
  Author: eric
Revision: 111084

archrelease: remove extra-i686

Deleted:
  anthy/repos/extra-i686/



[arch-commits] Commit in dnsmasq/repos (testing-x86_64)

2011-02-23 Thread Paul Mattal
Date: Wednesday, February 23, 2011 @ 17:48:21
  Author: paul
Revision: 111083

archrelease: copy trunk to testing-x86_64

Added:
  dnsmasq/repos/testing-x86_64/



[arch-commits] Commit in dnsmasq/repos (testing-i686)

2011-02-23 Thread Paul Mattal
Date: Wednesday, February 23, 2011 @ 17:48:13
  Author: paul
Revision: 111082

archrelease: copy trunk to testing-i686

Added:
  dnsmasq/repos/testing-i686/



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

2011-02-23 Thread Paul Mattal
Date: Wednesday, February 23, 2011 @ 17:48:06
  Author: paul
Revision: 111081

upgpkg: dnsmasq 2.57-1
upstream update to 2.57

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 22:13:26 UTC (rev 111080)
+++ PKGBUILD2011-02-23 22:48:06 UTC (rev 111081)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=dnsmasq
-pkgver=2.55
+pkgver=2.57
 pkgrel=1
 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server"
 url="http://www.thekelleys.org.uk/dnsmasq/doc.html";
@@ -15,7 +15,7 @@
 install=
 source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.gz"; 
 'rc.dnsmasq')
-md5sums=('b093d7c6bc7f97ae6fd35d048529232a' 'e956eee1ec24212a3254d2b168187495')
+md5sums=('d10faeb409717eae94718d7716ca63a4' 'e956eee1ec24212a3254d2b168187495')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-02-23 Thread Gaetan Bisson
Date: Wednesday, February 23, 2011 @ 17:13:26
  Author: bisson
Revision: 111080

revert mistaken bump

Modified:
  scim-hangul/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 22:05:46 UTC (rev 111079)
+++ PKGBUILD2011-02-23 22:13:26 UTC (rev 111080)
@@ -4,7 +4,7 @@
 
 pkgname=scim-hangul
 pkgver=0.3.2
-pkgrel=4
+pkgrel=3
 pkgdesc='Korean input method module for SCIM'
 arch=('i686' 'x86_64')
 url='http://www.scim-im.org/'



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

2011-02-23 Thread Gaetan Bisson
Date: Wednesday, February 23, 2011 @ 17:05:46
  Author: bisson
Revision: 111079

fix sha1sum

Modified:
  scim-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 21:54:50 UTC (rev 111078)
+++ PKGBUILD2011-02-23 22:05:46 UTC (rev 111079)
@@ -4,7 +4,7 @@
 
 pkgname=scim-hangul
 pkgver=0.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Korean input method module for SCIM'
 arch=('i686' 'x86_64')
 url='http://www.scim-im.org/'
@@ -13,7 +13,7 @@
 options=('!libtool')
 
source=("http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz";
 'gcc43.patch')
-sha1sums=('a88b5d70890060367e259c56c6a2029a6e020683'
+sha1sums=('d1f4a2114d284c926d64fbfe8ea83307b8d8e2ec'
   '956bb2b6bd75b3d2756895f8ade429f95bacc0ff')
 
 build() {



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

2011-02-23 Thread andyrtr
Date: Wednesday, February 23, 2011 @ 16:54:50
  Author: andyrtr
Revision: 111078

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice/repos/extra-x86_64/



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

2011-02-23 Thread andyrtr
Date: Wednesday, February 23, 2011 @ 16:54:31
  Author: andyrtr
Revision: 111077

archrelease: remove extra-x86_64

Deleted:
  libreoffice/repos/extra-x86_64/



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

2011-02-23 Thread Gaetan Bisson
Date: Wednesday, February 23, 2011 @ 16:51:47
  Author: bisson
Revision: 111076

update source URL

Modified:
  anthy/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 21:38:29 UTC (rev 111075)
+++ PKGBUILD2011-02-23 21:51:47 UTC (rev 111076)
@@ -12,7 +12,7 @@
 url='http://sourceforge.jp/projects/anthy/'
 license=('LGPL' 'GPL')
 options=('!libtool')
-source=("http://downloads.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz";)
+source=("http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
 
 build() {



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

2011-02-23 Thread andyrtr
Date: Wednesday, February 23, 2011 @ 16:38:29
  Author: andyrtr
Revision: 111075

archrelease: copy trunk to extra-i686

Added:
  libreoffice/repos/extra-i686/



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

2011-02-23 Thread andyrtr
Date: Wednesday, February 23, 2011 @ 16:38:10
  Author: andyrtr
Revision: 111074

archrelease: remove extra-i686

Deleted:
  libreoffice/repos/extra-i686/



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

2011-02-23 Thread andyrtr
Date: Wednesday, February 23, 2011 @ 16:23:23
  Author: andyrtr
Revision: 111073

upgpkg: libreoffice 3.3.1-1
upstream update 3.3.1

Modified:
  libreoffice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 20:14:33 UTC (rev 111072)
+++ PKGBUILD2011-02-23 21:23:23 UTC (rev 111073)
@@ -6,7 +6,7 @@
  'libreoffice-extension-report-builder' 
'libreoffice-extension-wiki-publisher' 'libreoffice-extension-ct2n' 
'libreoffice-extension-hunart' 'libreoffice-extension-numbertext'
 'libreoffice-extension-oooblogger' 'libreoffice-extension-typo' 
'libreoffice-extension-watch-window' 'libreoffice-extension-diagram')
 _LOver=3.3.1.2
-pkgver=3.3.1rc2
+pkgver=3.3.1
 pkgrel=1
 arch=('i686' 'x86_64')
 _LO_tree="3.3"



[arch-commits] Commit in gnome-panel/repos (gnome-unstable-x86_64)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 15:14:33
  Author: jgc
Revision: 111072

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-panel/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-panel/repos (gnome-unstable-i686)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 15:14:17
  Author: jgc
Revision: 111071

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-panel/repos/gnome-unstable-i686/



[arch-commits] Commit in gnome-panel/trunk (3 files)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 15:13:58
  Author: jgc
Revision: 111070

Update to 2.91.90
Remove bonobo applet support, upstream does not support this yet for GNOME 3.0

Modified:
  gnome-panel/trunk/PKGBUILD
Deleted:
  gnome-panel/trunk/evolution-appointments.patch
  gnome-panel/trunk/gnome-panel-bonobo.install

--+
 PKGBUILD |   47 ++---
 evolution-appointments.patch |   13 ---
 gnome-panel-bonobo.install   |   11 -
 3 files changed, 12 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 20:01:27 UTC (rev 111069)
+++ PKGBUILD2011-02-23 20:13:58 UTC (rev 111070)
@@ -1,54 +1,31 @@
 # $Id$
 # Maintainer: Jan de Groot 
 
-pkgbase=gnome-panel
-pkgname=('gnome-panel' 'gnome-panel-bonobo')
-pkgver=2.32.1
-pkgrel=2
+pkgname=gnome-panel
+pkgver=2.91.90
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
+pkgdesc="The GNOME Panel"
 url="http://www.gnome.org";
-makedepends=('libwnck' 'gnome-menus' 'evolution-data-server' 'gnome-desktop' 
'libgweather' 'librsvg' 'hicolor-icon-theme' 'libcanberra' 'libbonoboui' 
'gnome-doc-utils' 'intltool' 'networkmanager' 'gobject-introspection')
+depends=('gnome-menus' 'gnome-desktop' 'evolution-data-server' 'librsvg' 
'libwnck3' 'libsm')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 
'networkmanager' 'libcanberra')
+install=gnome-panel.install
+groups=('gnome')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/2.32/${pkgbase}-${pkgver}.tar.bz2
-evolution-appointments.patch)
-sha256sums=('8f7828eb7a21c817a73b697844a4e20256059b32386414a10f97d51e7d9fca5f'
-'c42168cc1377f9dfb2e02ed0b47ee89bdb89d46e82551b9582801fdc375294bb')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3aad694e08a5ffe37245e20b9f901ac9f42321852ab2e96f8514240838124bdb')
 
 build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=633566
-  patch -Np1 -i "${srcdir}/evolution-appointments.patch"
-
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-panel \
   --disable-scrollkeeper
   make
-  sed -e 's/$(am__append_1)//' -i Makefile
-}
-
-package_gnome-panel() {
-  pkgdesc="The GNOME Panel"
-  depends=('gnome-menus>=2.30.5' 'gnome-desktop>=2.32.1' 
'evolution-data-server>=2.32.1' 'librsvg>=2.32.1' 'libcanberra>=0.25' 
'libwnck>=2.30.6' 'hicolor-icon-theme')
-  optdepends=('gnome-panel-bonobo: libbonoboui-based applet support')
-  groups=('gnome')
-  install=gnome-panel.install
-  cd "${srcdir}/${pkgbase}-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-panel-2.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnome-panel-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }
-
-package_gnome-panel-bonobo() {
-  pkgdesc="Modules for libbonoboui-based applet support for the GNOME Panel"
-  depends=('libbonoboui>=2.24.3' "gnome-panel=${pkgver}")
-  conflicts=('gnome-panel<2.31.92')
-  install=gnome-panel-bonobo.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make -C bonobo "${pkgdir}" DESTDIR="${pkgdir}" install
-}

Deleted: evolution-appointments.patch
===
--- evolution-appointments.patch2011-02-23 20:01:27 UTC (rev 111069)
+++ evolution-appointments.patch2011-02-23 20:13:58 UTC (rev 111070)
@@ -1,13 +0,0 @@
-diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c
-index 932ebda..bfad14e 100644
 a/applets/clock/calendar-window.c
-+++ b/applets/clock/calendar-window.c
-@@ -450,6 +450,8 @@ is_appointment (GtkTreeModel *model,
-   gtk_tree_model_get (model, iter, APPOINTMENT_COLUMN_URI, &uri, -1);
-   if (uri)
-   return (g_ascii_strcasecmp (uri, "file")   == 0 ||
-+  g_ascii_strcasecmp (uri, "local")   == 0 ||
-+  g_ascii_strcasecmp (uri, "mapi")   == 0 ||
-   g_ascii_strcasecmp (uri, "webcal") == 0 ||
-   g_ascii_strcasecmp (uri, "caldav") == 0 ||
-   g_ascii_strcasecmp (uri, "exchange")  == 0 ||

Deleted: gnome-panel-bonobo.install
===
--- gnome-panel-bonobo.install  2011-02-23 20:01:27 UTC (rev 111069)
+++ gnome-panel-bonobo.install  2011-02-23 20:13:58 UTC (rev 111070)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/gio-querymodul

[arch-commits] Commit in gnome-terminal/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 15:01:27
  Author: ibiru
Revision: 111069

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-terminal/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gnome-terminal/repos (gnome-unstable-i686)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 15:01:09
  Author: ibiru
Revision: 111068

archrelease: copy trunk to gnome-unstable-i686

Added:
  gnome-terminal/repos/gnome-unstable-i686/



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

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 15:00:45
  Author: ibiru
Revision: 111067

upgpkg: gnome-terminal 2.33.90-1
update to 2.33.90

Modified:
  gnome-terminal/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 19:27:56 UTC (rev 111066)
+++ PKGBUILD2011-02-23 20:00:45 UTC (rev 111067)
@@ -2,25 +2,33 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=2.32.1
+pkgver=2.33.90
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gconf>=2.32.0' 'vte>=0.26.2' 'libgnome-data' 'libsm')
-makedepends=('gnome-doc-utils>=0.20.1' 'intltool')
+depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
+makedepends=('gnome-doc-utils' 'gtk2' 'intltool')
+#gtk2 is needed for gtk-builder-convert
+#https://bugzilla.gnome.org/show_bug.cgi?id=588945
+#https://bugzilla.gnome.org/show_bug.cgi?id=588732
 options=('!emptydirs')
 url="http://www.gnome.org";
 groups=('gnome')
 install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7f41e4b185a2cf65ff417b89e429fc3b625c5e3f042ee1763bda6490fa4676fb')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.33/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d0c16be584a150f98788e1380df07280864c4351109dfa421a03a718e0052acb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
+  --localstatedir=/var --disable-scrollkeeper \
+  --with-gtk=3.0
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"



[arch-commits] Commit in evolution/repos (gnome-unstable-i686)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 14:27:56
  Author: jgc
Revision: 111066

archrelease: copy trunk to gnome-unstable-i686

Added:
  evolution/repos/gnome-unstable-i686/



[arch-commits] Commit in evolution/repos (gnome-unstable-x86_64)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 14:26:57
  Author: jgc
Revision: 111065

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  evolution/repos/gnome-unstable-x86_64/



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

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 14:26:40
  Author: jgc
Revision: 111064

Update to 2.91.90
Fix gettext domain in gconf-merge-schema call
Rework dependencies. The inline image plugin is disabled, as gtkimageview has 
not been ported to gtk3 yet

Modified:
  evolution/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 19:21:27 UTC (rev 111063)
+++ PKGBUILD2011-02-23 19:26:40 UTC (rev 111064)
@@ -2,21 +2,21 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution
-pkgver=2.32.2
-pkgrel=2
+pkgver=2.91.90
+pkgrel=1
 pkgdesc="Integrated Workgroup and Personal Information Management for Gnome"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libnotify>=0.5.2' 'gtkhtml>=3.32.2' 'evolution-data-server>=2.32.2' 
'gstreamer0.10>=0.10.30' 'libpst>=0.6.41' 'libytnef>=0.1.5' 
'gnome-desktop>=2.32.0' 'libcanberra>=0.26' 'gtkimageview>=1.6.4' 'libunique' 
'desktop-file-utils')
-makedepends=('gnome-doc-utils>=0.20.1' 'intltool' 'networkmanager')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml' 'libcanberra' 
'libsm' 'gstreamer0.10' 'libunique3' 'libnotify' 'libpst' 'libytnef')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1831c7f5f00b4755869cf84ef3e3f79c4705a33e0659e72b6c1ffa4a59d4a4bb')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('a9577fca8a10280c3a0303ebca8b861893f01031f74b92e8838e0f5dcd0a2935')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -27,7 +27,8 @@
   --enable-nss=yes \
   --with-openldap=yes \
   --enable-smime=yes \
-  --with-krb5=/usr
+  --with-krb5=/usr \
+  --disable-image-inline
   make
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
   cd plugins/tnef-attachments
@@ -35,6 +36,6 @@
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-${_majorver} ${pkgdir}/etc/gconf/schemas/*.schemas
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain evolution-2.92 ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in libwnck3/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:21:27
  Author: ibiru
Revision: 111063

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libwnck3/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libwnck3/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:21:11
  Author: ibiru
Revision: 111062

archrelease: remove gnome-unstable-x86_64

Deleted:
  libwnck3/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libwnck3/repos (gnome-unstable-i686)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:21:04
  Author: ibiru
Revision: 111061

archrelease: copy trunk to gnome-unstable-i686

Added:
  libwnck3/repos/gnome-unstable-i686/



[arch-commits] Commit in libwnck3/repos (gnome-unstable-i686)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:20:49
  Author: ibiru
Revision: 111060

archrelease: remove gnome-unstable-i686

Deleted:
  libwnck3/repos/gnome-unstable-i686/



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

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:20:42
  Author: ibiru
Revision: 111059

upgpkg: libwnck3 2.91.90-1
update to 2.91.90

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 19:06:45 UTC (rev 111058)
+++ PKGBUILD2011-02-23 19:20:42 UTC (rev 111059)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=2.91.6
+pkgver=2.91.90
 pkgrel=1
 pkgdesc="Window Navigator Construction Kit (GTK+3)"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=('!libtool')
 url="http://www.gnome.org/";
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/2.91/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('da397528a9fa80bfa236d5e6b871896fd72e48b6eab0a056ce05231e94766217')
+sha256sums=('650037e5fed7d25bcf04ff3855fade0455e48b2c0d1d3c85335f618c63117b50')
 
 build() {
 cd "${srcdir}/${_pkgbasename}-${pkgver}"



[arch-commits] Commit in vte/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:06:45
  Author: ibiru
Revision: 111058

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  vte/repos/gnome-unstable-x86_64/



[arch-commits] Commit in vte/repos (gnome-unstable-x86_64)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:06:31
  Author: ibiru
Revision: 111057

archrelease: remove gnome-unstable-x86_64

Deleted:
  vte/repos/gnome-unstable-x86_64/



[arch-commits] Commit in vte/repos (gnome-unstable-i686)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:06:18
  Author: ibiru
Revision: 111056

archrelease: copy trunk to gnome-unstable-i686

Added:
  vte/repos/gnome-unstable-i686/



[arch-commits] Commit in vte/repos (gnome-unstable-i686)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:06:04
  Author: ibiru
Revision: 111055

archrelease: remove gnome-unstable-i686

Deleted:
  vte/repos/gnome-unstable-i686/



[arch-commits] Commit in vte/trunk (PKGBUILD vte-common.install)

2011-02-23 Thread Ionut Biru
Date: Wednesday, February 23, 2011 @ 14:05:50
  Author: ibiru
Revision: 111054

upgpkg: vte 0.27.90-1
update to 2.27.90

Modified:
  vte/trunk/PKGBUILD
Deleted:
  vte/trunk/vte-common.install

+
 PKGBUILD   |   12 
 vte-common.install |   11 ---
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 18:48:30 UTC (rev 111053)
+++ PKGBUILD2011-02-23 19:05:50 UTC (rev 111054)
@@ -3,7 +3,7 @@
 
 pkgbase=vte
 pkgname=(vte vte3 vte-common)
-pkgver=0.27.5
+pkgver=0.27.90
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pygtk' 'intltool' 'gobject-introspection' 'gtk2' 'gtk3' 
'pygobject-devel' 'gtk-doc')
 url="http://www.gnome.org";
 source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.27/vte-${pkgver}.tar.bz2)
-sha256sums=('47541d480c50c95b53eb6bf1187561ae7eebc19556aec0c5dd281b5cb5c316c0')
+sha256sums=('bc97a6f5ee8f11a09ef463c4e20b80ecdf20d735aabe52e03c8e68f525946435')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -25,7 +25,7 @@
   --libexecdir=/usr/lib/vte \
   --localstatedir=/var --disable-static \
   --enable-introspection --with-gtk=2.0 \
-  --enable-gtk-doc --disable-schemas-compile
+  --enable-gtk-doc
   make
   popd
 
@@ -35,7 +35,7 @@
   --libexecdir=/usr/lib/vte \
   --localstatedir=/var --disable-static \
   --enable-introspection --with-gtk=3.0 \
-  --enable-gtk-doc --disable-schemas-compile
+  --enable-gtk-doc
   make
   popd
 }
@@ -47,7 +47,6 @@
   make DESTDIR="${pkgdir}" install
 
   rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-  rm "${pkgdir}"/usr/share/glib-2.0/schemas/org.gnome.vte.v0.enums.xml
 }
 
 package_vte3(){
@@ -57,14 +56,11 @@
   make DESTDIR="${pkgdir}" install
 
   rm "${pkgdir}"/usr/lib/vte/gnome-pty-helper
-  rm "${pkgdir}"/usr/share/glib-2.0/schemas/org.gnome.vte.v0.enums.xml
 }
 
 package_vte-common() {
   pkgdesc="Common files used by vte and vte3"
-  install=vte-common.install
   cd "${srcdir}/${pkgbase}-${pkgver}"/build-gtk3
 
   make -C gnome-pty-helper DESTDIR="${pkgdir}" install
-  make -C src DESTDIR="${pkgdir}" install-dist_gsettingsschemaDATA
 }

Deleted: vte-common.install
===
--- vte-common.install  2011-02-23 18:48:30 UTC (rev 111053)
+++ vte-common.install  2011-02-23 19:05:50 UTC (rev 111054)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



[arch-commits] Commit in python-numpy/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:48:30
  Author: stephane
Revision: 111053

db-move: moved python-numpy from [staging] to [testing] (x86_64)

Added:
  python-numpy/repos/testing-x86_64/
Deleted:
  python-numpy/repos/staging-x86_64/



[arch-commits] Commit in python-numpy/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:48:30
  Author: stephane
Revision: 111052

db-move: moved python-numpy from [staging] to [testing] (i686)

Added:
  python-numpy/repos/testing-i686/
Deleted:
  python-numpy/repos/staging-i686/



[arch-commits] Commit in qscintilla/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:46:51
  Author: stephane
Revision: 111051

db-move: moved qscintilla from [staging] to [testing] (x86_64)

Added:
  qscintilla/repos/testing-x86_64/
Deleted:
  qscintilla/repos/staging-x86_64/



[arch-commits] Commit in qscintilla/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:46:50
  Author: stephane
Revision: 111050

db-move: moved qscintilla from [staging] to [testing] (i686)

Added:
  qscintilla/repos/testing-i686/
Deleted:
  qscintilla/repos/staging-i686/



[arch-commits] Commit in python2/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:40:03
  Author: stephane
Revision: 111049

db-move: moved python2 from [staging] to [testing] (x86_64)

Added:
  python2/repos/testing-x86_64/
Deleted:
  python2/repos/staging-x86_64/



[arch-commits] Commit in python2/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:40:03
  Author: stephane
Revision: 111048

db-move: moved python2 from [staging] to [testing] (i686)

Added:
  python2/repos/testing-i686/
Deleted:
  python2/repos/staging-i686/



[arch-commits] Commit in python-sip/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:57
  Author: stephane
Revision: 111047

db-move: moved python-sip from [staging] to [testing] (x86_64)

Added:
  python-sip/repos/testing-x86_64/
Deleted:
  python-sip/repos/staging-x86_64/



[arch-commits] Commit in python-nose/repos (staging-any testing-any)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:38
  Author: stephane
Revision: 111043

db-move: moved python-nose from [staging] to [testing] (any)

Added:
  python-nose/repos/testing-any/
Deleted:
  python-nose/repos/staging-any/



[arch-commits] Commit in python-sip/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:56
  Author: stephane
Revision: 111046

db-move: moved python-sip from [staging] to [testing] (i686)

Added:
  python-sip/repos/testing-i686/
Deleted:
  python-sip/repos/staging-i686/



[arch-commits] Commit in python-qt/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:46
  Author: stephane
Revision: 111045

db-move: moved python-qt from [staging] to [testing] (x86_64)

Added:
  python-qt/repos/testing-x86_64/
Deleted:
  python-qt/repos/staging-x86_64/



[arch-commits] Commit in python-qt/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:44
  Author: stephane
Revision: 111044

db-move: moved python-qt from [staging] to [testing] (i686)

Added:
  python-qt/repos/testing-i686/
Deleted:
  python-qt/repos/staging-i686/



[arch-commits] Commit in python-distribute/repos (staging-any testing-any)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:36
  Author: stephane
Revision: 111042

db-move: moved python-distribute from [staging] to [testing] (any)

Added:
  python-distribute/repos/testing-any/
Deleted:
  python-distribute/repos/staging-any/



[arch-commits] Commit in python-chardet/repos (staging-any testing-any)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:32
  Author: stephane
Revision: 111041

db-move: moved python-chardet from [staging] to [testing] (any)

Added:
  python-chardet/repos/testing-any/
Deleted:
  python-chardet/repos/staging-any/



[arch-commits] Commit in python-cairo/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:30
  Author: stephane
Revision: 111040

db-move: moved python-cairo from [staging] to [testing] (x86_64)

Added:
  python-cairo/repos/testing-x86_64/
Deleted:
  python-cairo/repos/staging-x86_64/



[arch-commits] Commit in python-cairo/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:29
  Author: stephane
Revision: 111039

db-move: moved python-cairo from [staging] to [testing] (i686)

Added:
  python-cairo/repos/testing-i686/
Deleted:
  python-cairo/repos/staging-i686/



[arch-commits] Commit in python/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:24
  Author: stephane
Revision: 111038

db-move: moved python from [staging] to [testing] (x86_64)

Added:
  python/repos/testing-x86_64/
Deleted:
  python/repos/staging-x86_64/



[arch-commits] Commit in python/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:21
  Author: stephane
Revision: 111037

db-move: moved python from [staging] to [testing] (i686)

Added:
  python/repos/testing-i686/
Deleted:
  python/repos/staging-i686/



[arch-commits] Commit in pyopenssl/repos (staging-x86_64 testing-x86_64)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:16
  Author: stephane
Revision: 111036

db-move: moved pyopenssl from [staging] to [testing] (x86_64)

Added:
  pyopenssl/repos/testing-x86_64/
Deleted:
  pyopenssl/repos/staging-x86_64/



[arch-commits] Commit in pyopenssl/repos (staging-i686 testing-i686)

2011-02-23 Thread Stéphane Gaudreault
Date: Wednesday, February 23, 2011 @ 13:39:16
  Author: stephane
Revision: 111035

db-move: moved pyopenssl from [staging] to [testing] (i686)

Added:
  pyopenssl/repos/testing-i686/
Deleted:
  pyopenssl/repos/staging-i686/



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

2011-02-23 Thread Jan Steffens
Date: Wednesday, February 23, 2011 @ 13:20:55
  Author: heftig
Revision: 111034

Fix provides

Modified:
  libao/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 18:02:59 UTC (rev 111033)
+++ PKGBUILD2011-02-23 18:20:55 UTC (rev 111034)
@@ -14,7 +14,7 @@
 backup=('etc/libao.conf')
 options=('!libtool')
 conflicts=('libao-pulse')
-provides=('libao-pulse=$pkgver-$pkgrel')
+provides=("libao-pulse=$pkgver-$pkgrel")
 replaces=('libao-pulse')
 source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz";
 'libao.conf')



[arch-commits] Commit in gtkhtml/repos (gnome-unstable-x86_64)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 13:02:59
  Author: jgc
Revision: 111033

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gtkhtml/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gtkhtml/repos (gnome-unstable-i686)

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 13:00:39
  Author: jgc
Revision: 111032

archrelease: copy trunk to gnome-unstable-i686

Added:
  gtkhtml/repos/gnome-unstable-i686/



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

2011-02-23 Thread Jan de Groot
Date: Wednesday, February 23, 2011 @ 13:00:19
  Author: jgc
Revision: 111031

Update to 3.91.90

Modified:
  gtkhtml/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-23 17:31:17 UTC (rev 111030)
+++ PKGBUILD2011-02-23 18:00:19 UTC (rev 111031)
@@ -2,24 +2,23 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtkhtml
-pkgver=3.32.2
-pkgrel=2
+pkgver=3.91.90
+pkgrel=1
 pkgdesc="A lightweight HTML renderer/editor widget for GTK2"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf' 'gtk2' 'gnome-icon-theme' 'enchant' 'iso-codes' 'libsoup')
+depends=('gtk3' 'enchant' 'gconf' 'iso-codes' 'gnome-icon-theme' 'libsoup')
 makedepends=('intltool')
 url="http://www.gnome.org";
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8746053cf709e1de37c7ac775ab1364ddda4b75167660ed7f98a237b3797e39f')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b7a458d73652e5ea947d9f3704aa5816df82d90d6d379593fd36d9cf4623d5aa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gtkhtml \
-  --localstatedir=/var --disable-static \
-  --disable-deprecated-warning-flags
+  --localstatedir=/var --disable-static
   make
   make DESTDIR="${pkgdir}" install
 



[arch-commits] Commit in libwebkit/repos (gnome-unstable-x86_64)

2011-02-23 Thread Jan Steffens
Date: Wednesday, February 23, 2011 @ 12:31:17
  Author: heftig
Revision: 111030

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libwebkit/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libwebkit/repos (gnome-unstable-x86_64)

2011-02-23 Thread Jan Steffens
Date: Wednesday, February 23, 2011 @ 12:31:02
  Author: heftig
Revision: 111029

archrelease: remove gnome-unstable-x86_64

Deleted:
  libwebkit/repos/gnome-unstable-x86_64/



[arch-commits] Commit in libwebkit/repos (gnome-unstable-i686)

2011-02-23 Thread Jan Steffens
Date: Wednesday, February 23, 2011 @ 12:30:44
  Author: heftig
Revision: 111028

archrelease: copy trunk to gnome-unstable-i686

Added:
  libwebkit/repos/gnome-unstable-i686/



[arch-commits] Commit in libwebkit/repos (gnome-unstable-i686)

2011-02-23 Thread Jan Steffens
Date: Wednesday, February 23, 2011 @ 12:30:28
  Author: heftig
Revision: 111027

archrelease: remove gnome-unstable-i686

Deleted:
  libwebkit/repos/gnome-unstable-i686/



  1   2   >