[arch-commits] Commit in syslinux/trunk (2 files)

2012-12-08 Thread Tobias Powalowski
Date: Saturday, December 8, 2012 @ 03:09:00
  Author: tpowa
Revision: 172995

upgpkg: syslinux 5.00-1

bump to latest version

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch

---+
 PKGBUILD  |   10 +-
 syslinux-dont-build-dos-windows-targets.patch |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 07:20:04 UTC (rev 172994)
+++ PKGBUILD2012-12-08 08:09:00 UTC (rev 172995)
@@ -3,7 +3,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=syslinux
-pkgver=4.06
+pkgver=5.00
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE
@@ -22,6 +22,10 @@
 syslinux-dont-build-dos-windows-targets.patch
 syslinux.cfg
 syslinux-install_update)
+md5sums=('21e8e5fa3ca0d4d025147ee5e624a8a4'
+ '4f3216b88c174748e04f804bd3fd3d10'
+ '832595501944fbcabcdc1207f4724fe7'
+ '680750f73dc2e587ac567d057d485813')
 
 build() {
   # Do not try to build syslinux with our default LDFLAGS, it will fail
@@ -49,7 +53,3 @@
   mv $pkgdir/sbin/extlinux $pkgdir/usr/sbin/extlinux
   rmdir $pkgdir/sbin
 }
-md5sums=('0384ef35b724615074e77b1fc89d5b47'
- '1528c376e43f0eaccaa80d8ad1bc13b4'
- '832595501944fbcabcdc1207f4724fe7'
- '680750f73dc2e587ac567d057d485813')

Modified: syslinux-dont-build-dos-windows-targets.patch
===
--- syslinux-dont-build-dos-windows-targets.patch   2012-12-08 07:20:04 UTC 
(rev 172994)
+++ syslinux-dont-build-dos-windows-targets.patch   2012-12-08 08:09:00 UTC 
(rev 172995)
@@ -4,7 +4,7 @@
 @@ -54,7 +54,7 @@
  # files that depend only on the B phase, but may have to be regenerated
  # for make installer.
- BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
+ BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
 - diag libinstaller dos win32 win64 dosutil
 + libinstaller
  ITARGET  =



[arch-commits] Commit in syslinux/repos (12 files)

2012-12-08 Thread Tobias Powalowski
Date: Saturday, December 8, 2012 @ 03:09:43
  Author: tpowa
Revision: 172996

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  syslinux/repos/testing-i686/
  syslinux/repos/testing-i686/PKGBUILD
(from rev 172995, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
(from rev 172995, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 172995, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 172995, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 172995, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 172995, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
(from rev 172995, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 172995, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 172995, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 172995, syslinux/trunk/syslinux.install)

--+
 testing-i686/PKGBUILD|   55 +
 testing-i686/syslinux-dont-build-dos-windows-targets.patch   |   12 
 testing-i686/syslinux-install_update |  463 ++
 testing-i686/syslinux.cfg|   79 +
 testing-i686/syslinux.install|   13 
 testing-x86_64/PKGBUILD  |   55 +
 testing-x86_64/syslinux-dont-build-dos-windows-targets.patch |   12 
 testing-x86_64/syslinux-install_update   |  463 ++
 testing-x86_64/syslinux.cfg  |   79 +
 testing-x86_64/syslinux.install  |   13 
 10 files changed, 1244 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 172995:172996 to see the changes.


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

2012-12-08 Thread Tobias Powalowski
Date: Saturday, December 8, 2012 @ 03:13:12
  Author: tpowa
Revision: 172997

upgpkg: gummiboot-efi 9-1

bump to latest version

Modified:
  gummiboot-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 08:09:43 UTC (rev 172996)
+++ PKGBUILD2012-12-08 08:13:12 UTC (rev 172997)
@@ -4,8 +4,8 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot-efi
-pkgver=8
-pkgrel=2
+pkgver=9
+pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
 arch=('any')
@@ -20,8 +20,10 @@
 
source=(ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.tar.gz;
 'loader.conf'
 'arch.conf')
+md5sums=('0c9a8404f2503bd7aa990c3cff8d75c1'
+ '6ea803e5179d623716e3be0b636de658'
+ '0229e197d5beb226aa93efcf5dbacd41')
 
-
 build() {  
if [[ ${CARCH} != x86_64 ]]; then
msg gummiboot-efi can be built only in an x86_64 system. 
Exiting.
@@ -55,6 +57,3 @@
install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf  
 }
-md5sums=('834ab6770ad409503d71f00cc04a333e'
- '6ea803e5179d623716e3be0b636de658'
- '0229e197d5beb226aa93efcf5dbacd41')



[arch-commits] Commit in gummiboot-efi/repos/extra-any (6 files)

2012-12-08 Thread Tobias Powalowski
Date: Saturday, December 8, 2012 @ 03:13:33
  Author: tpowa
Revision: 172998

archrelease: copy trunk to extra-any

Added:
  gummiboot-efi/repos/extra-any/PKGBUILD
(from rev 172997, gummiboot-efi/trunk/PKGBUILD)
  gummiboot-efi/repos/extra-any/arch.conf
(from rev 172997, gummiboot-efi/trunk/arch.conf)
  gummiboot-efi/repos/extra-any/loader.conf
(from rev 172997, gummiboot-efi/trunk/loader.conf)
Deleted:
  gummiboot-efi/repos/extra-any/PKGBUILD
  gummiboot-efi/repos/extra-any/arch.conf
  gummiboot-efi/repos/extra-any/loader.conf

-+
 PKGBUILD|  119 --
 arch.conf   |   14 +++---
 loader.conf |4 -
 3 files changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-08 08:13:12 UTC (rev 172997)
+++ PKGBUILD2012-12-08 08:13:33 UTC (rev 172998)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Maintainer: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-# Contributor:  Mantas Mikulėnas graw...@gmail.com
-
-pkgname=gummiboot-efi
-pkgver=8
-pkgrel=2
-pkgdesc=Simple text-mode UEFI Boot Manager
-url=http://freedesktop.org/wiki/Software/gummiboot;
-arch=('any')
-license=('GPL2')
-makedepends=('gnu-efi-libs')
-depends=('dosfstools' 'efibootmgr')
-optdepends=('mactel-boot: For bless command in Apple Mac systems')
-conflicts=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
-provides=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
-replaces=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
-options=('!strip')
-source=(ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.tar.gz;
-'loader.conf'
-'arch.conf')
-
-
-build() {  
-   if [[ ${CARCH} != x86_64 ]]; then
-   msg gummiboot-efi can be built only in an x86_64 system. 
Exiting.
-   exit 1
-   fi
-   
-   ## Fix Makefiles to enable compile for both x86_64 and i386 UEFI
-   sed 's|ARCH=|ARCH?=|g' -i ${srcdir}/gummiboot-${pkgver}/Makefile
-   sed 's|LIBDIR=|LIBDIR?=|g' -i ${srcdir}/gummiboot-${pkgver}/Makefile
-   sed 's|CFLAGS =|CFLAGS +=|g'  -i 
${srcdir}/gummiboot-${pkgver}/Makefile
-   
-   ## Compile gummiboot for x86_64 UEFI
-   cp -r ${srcdir}/gummiboot-${pkgver} 
${srcdir}/gummiboot-${pkgver}-x86_64
-   cd ${srcdir}/gummiboot-${pkgver}-x86_64/
-   CFLAGS=-m64 ARCH=x86_64 LIBDIR=/usr/lib make
-   
-   ## Compile gummiboot for i386 aka IA32 UEFI
-   cp -r ${srcdir}/gummiboot-${pkgver} 
${srcdir}/gummiboot-${pkgver}-i386
-   cd ${srcdir}/gummiboot-${pkgver}-i386/
-   CFLAGS=-m32 ARCH=ia32 LIBDIR=/usr/lib32 make  
-}
-
-package() {
-   install -d ${pkgdir}/usr/lib/gummiboot/loader/entries/
-   
-   ## Install gummiboot UEFI applications
-   install -D -m0644 ${srcdir}/gummiboot-${pkgver}-x86_64/gummiboot.efi 
${pkgdir}/usr/lib/gummiboot/gummibootx64.efi
-   install -D -m0644 ${srcdir}/gummiboot-${pkgver}-i386/gummiboot.efi 
${pkgdir}/usr/lib/gummiboot/gummibootia32.efi
-   
-   ## Install gummiboot example configuration files
-   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
-   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf  
-}
-md5sums=('834ab6770ad409503d71f00cc04a333e'
- '6ea803e5179d623716e3be0b636de658'
- '0229e197d5beb226aa93efcf5dbacd41')

Copied: gummiboot-efi/repos/extra-any/PKGBUILD (from rev 172997, 
gummiboot-efi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-08 08:13:33 UTC (rev 172998)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Maintainer: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot-efi
+pkgver=9
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('any')
+license=('GPL2')
+makedepends=('gnu-efi-libs')
+depends=('dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems')
+conflicts=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
+provides=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
+replaces=('gummiboot-efi-x86_64' 'gummiboot-efi-i386')
+options=('!strip')
+source=(ftp://ftp.archlinux.org/other/gummiboot-efi/gummiboot-${pkgver}.tar.gz;
+'loader.conf'
+'arch.conf')
+md5sums=('0c9a8404f2503bd7aa990c3cff8d75c1'
+ '6ea803e5179d623716e3be0b636de658'
+ '0229e197d5beb226aa93efcf5dbacd41')
+
+build() {  
+   if [[ ${CARCH} != x86_64 ]]; then
+   msg gummiboot-efi can be built only in an x86_64 system. 
Exiting.
+   exit 1
+   fi
+   
+   ## Fix Makefiles to 

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

2012-12-08 Thread Thomas Dziedzic
Date: Saturday, December 8, 2012 @ 03:40:26
  Author: tdziedzic
Revision: 172999

upgpkg: vim 7.3.754-1

bump

Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 08:13:33 UTC (rev 172998)
+++ PKGBUILD2012-12-08 08:40:26 UTC (rev 172999)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.3
-_patchlevel=744
-__hgrev=538ff809ae53
+_patchlevel=754
+__hgrev=52bfa939fc07
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -21,8 +21,8 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('646d9cb395b6df53e93aa62f283b04ee'
- '34f5aac4ef04939161b4ecc3a9747da0'
+md5sums=('187bec934962a7b5418dbe233e606eef'
+ '3a41d935a372c712088cdee997e1287f'
  '6e7adfbd5d26c1d161030ec203a7f243'
  '20fceda56badf201695c57999b0bc609'
  '10353a61aadc3f276692d0e17db1478e'
@@ -30,7 +30,6 @@
 
 # source PKGBUILD  mksource
 mksource() {
-
   [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
 
   __hgroot='http://vim.googlecode.com/hg/'
@@ -51,7 +50,11 @@
   rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
   tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
   rm -r ${pkgname}-${pkgver}
-  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz ger:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig ger:/srv/ftp/other/vim/
 }
 
 build() {



[arch-commits] Commit in vim/repos/testing-i686 (10 files)

2012-12-08 Thread Thomas Dziedzic
Date: Saturday, December 8, 2012 @ 03:40:57
  Author: tdziedzic
Revision: 173000

archrelease: copy trunk to testing-i686

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 172999, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 172999, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 172999, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 172999, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 172999, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc

---+
 PKGBUILD  |  467 
 archlinux.vim |   52 +++---
 gvim.desktop  |  126 +++
 gvim.install  |   22 +-
 vimrc |   32 +--
 5 files changed, 351 insertions(+), 348 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-08 08:40:26 UTC (rev 172999)
+++ PKGBUILD2012-12-08 08:40:57 UTC (rev 173000)
@@ -1,232 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-_topver=7.3
-_patchlevel=744
-__hgrev=538ff809ae53
-_versiondir=vim${_topver//./}
-pkgver=${_topver}.${_patchlevel}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('custom:vim')
-url=http://www.vim.org;
-makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
-source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
-ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
-
'pythoncomplete.vim::http://www.vim.org/scripts/download_script.php?src_id=10872'
-'vimrc'
-'archlinux.vim'
-'gvim.desktop')
-md5sums=('646d9cb395b6df53e93aa62f283b04ee'
- '34f5aac4ef04939161b4ecc3a9747da0'
- '6e7adfbd5d26c1d161030ec203a7f243'
- '20fceda56badf201695c57999b0bc609'
- '10353a61aadc3f276692d0e17db1478e'
- 'd90413bd21f400313a785bb4010120cd')
-
-# source PKGBUILD  mksource
-mksource() {
-
-  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
-
-  __hgroot='http://vim.googlecode.com/hg/'
-  __hgrepo='vim'
-  __hgbranch='default'
-
-  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
-
-  pushd ${__hgrepo}
-  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
-printf 'You are not building the latest revision!\n'
-printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
-  fi
-  popd
-
-  mv vim ${pkgname}-${pkgver}
-  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
-  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
-  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  rm -r ${pkgname}-${pkgver}
-  #gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cp -a ${pkgname}-${pkgver} vim-build
-
-  # define the place for the global (g)vimrc file (set to /etc/vimrc)
-  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
-vim-build/src/feature.h
-  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
-vim-build/src/feature.h
-  # fix python name
-  sed -i -e 's|vi_cv_path_python, python|vi_cv_path_python, python2|' \
-vim-build/src/configure.in
-  (cd vim-build/src  autoconf)
-
-  cp -a vim-build gvim-build
-
-  cd ${srcdir}/vim-build
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=big \
---with-compiledby=ArchLinux \
---enable-gpm \
---enable-acl \
---with-x=no \
---disable-gui \
---enable-multibyte \
---enable-cscope \
---disable-netbeans \
---enable-perlinterp \
---disable-pythoninterp \
---disable-python3interp \
---disable-rubyinterp \
---disable-luainterp
-
-  make
-
-  cd ${srcdir}/gvim-build
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var/lib/vim \
---with-features=big \
---with-compiledby=ArchLinux \
---enable-gpm \
---enable-acl \
---with-x=yes \
---enable-gui=gtk2 \
---enable-multibyte \
---enable-cscope \
---enable-netbeans \
---enable-perlinterp \
---enable-pythoninterp \
---disable-python3interp \
---enable-rubyinterp \
---enable-luainterp
-
-  make
-}
-
-check() {
-  # disable tests because they seem to freeze
-
-  cd ${srcdir}/vim-build
-
-  #make test
-
-  cd ${srcdir}/gvim-build
-
-  #make test
-}
-
-package_vim() {
-  pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-  depends=(vim-runtime=${pkgver}-${pkgrel} 'gpm')
-  conflicts=('gvim')
-
-  cd ${srcdir}/vim-build
-  make -j1 VIMRCLOC=/etc DESTDIR=${pkgdir} 

[arch-commits] Commit in vim/repos (20 files)

2012-12-08 Thread Thomas Dziedzic
Date: Saturday, December 8, 2012 @ 03:56:44
  Author: tdziedzic
Revision: 173001

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vim/repos/testing-i686/PKGBUILD
(from rev 173000, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 173000, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 173000, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 173000, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 173000, vim/trunk/vimrc)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 173000, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 173000, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 173000, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 173000, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 173000, vim/trunk/vimrc)
Deleted:
  vim/repos/testing-i686/PKGBUILD
  vim/repos/testing-i686/archlinux.vim
  vim/repos/testing-i686/gvim.desktop
  vim/repos/testing-i686/gvim.install
  vim/repos/testing-i686/vimrc
  vim/repos/testing-x86_64/PKGBUILD
  vim/repos/testing-x86_64/archlinux.vim
  vim/repos/testing-x86_64/gvim.desktop
  vim/repos/testing-x86_64/gvim.install
  vim/repos/testing-x86_64/vimrc

--+
 testing-i686/PKGBUILD|  470 -
 testing-i686/archlinux.vim   |   52 ++--
 testing-i686/gvim.desktop|  126 +-
 testing-i686/gvim.install|   22 -
 testing-i686/vimrc   |   32 +-
 testing-x86_64/PKGBUILD  |  467 
 testing-x86_64/archlinux.vim |   52 ++--
 testing-x86_64/gvim.desktop  |  126 +-
 testing-x86_64/gvim.install  |   22 -
 testing-x86_64/vimrc |   32 +-
 10 files changed, 702 insertions(+), 699 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 173000:173001 to see the changes.


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

2012-12-08 Thread andyrtr
Date: Saturday, December 8, 2012 @ 03:58:44
  Author: andyrtr
Revision: 173002

upgpkg: xorg-server 1.13.0.902-2

disable glyph caching again - fixes nvidia blob and vmware systems

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 08:56:44 UTC (rev 173001)
+++ PKGBUILD2012-12-08 08:58:44 UTC (rev 173002)
@@ -4,7 +4,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.13.0.902
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -36,7 +36,7 @@
 #  patch -Np1 -i ${srcdir}/git-fixes.patch
 
   # Use pixman 0.28.0 glyph cache - backported from git master
-  patch -Np1 -i ${srcdir}/use-pixman-glyph-cache.patch
+#  patch -Np1 -i ${srcdir}/use-pixman-glyph-cache.patch
 
   # Use nouveau/nv/nvidia drivers for nvidia devices
   patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch



[arch-commits] Commit in xorg-server/repos (32 files)

2012-12-08 Thread andyrtr
Date: Saturday, December 8, 2012 @ 04:00:10
  Author: andyrtr
Revision: 173003

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 173002, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 173002, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 173002, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 173002, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 173002, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
(from rev 173002, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 173002, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 173002, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 173002, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 173002, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 173002, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 173002, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 173002, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
(from rev 173002, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 173002, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 173002, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/git-fixes.patch
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/git-fixes.patch
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

-+
 testing-i686/10-quirks.conf |   20 
 testing-i686/PKGBUILD   |  414 
 testing-i686/autoconfig-nvidia.patch|   56 -
 testing-i686/autoconfig-sis.patch   |   42 
 testing-i686/git-fixes.patch| 1286 +-
 testing-i686/use-pixman-glyph-cache.patch   |  540 +-
 testing-i686/xvfb-run   |  360 +++
 testing-i686/xvfb-run.1 |  564 +--
 testing-x86_64/10-quirks.conf   |   20 
 testing-x86_64/PKGBUILD |  414 
 testing-x86_64/autoconfig-nvidia.patch  |   56 -
 testing-x86_64/autoconfig-sis.patch |   42 
 testing-x86_64/git-fixes.patch  | 1286 +-
 testing-x86_64/use-pixman-glyph-cache.patch |  540 +-
 testing-x86_64/xvfb-run |  360 +++
 testing-x86_64/xvfb-run.1   |  564 +--
 16 files changed, 3282 insertions(+), 3282 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 173002:173003 to see the changes.


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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 08:07:57
  Author: andrea
Revision: 173004

db-remove: syslinux removed by andrea

Deleted:
  syslinux/repos/testing-i686/



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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 08:08:04
  Author: andrea
Revision: 173005

db-remove: syslinux removed by andrea

Deleted:
  syslinux/repos/testing-x86_64/



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

2012-12-08 Thread Jan Steffens
Date: Saturday, December 8, 2012 @ 08:17:43
  Author: heftig
Revision: 173006

1.15

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 13:08:04 UTC (rev 173005)
+++ PKGBUILD2012-12-08 13:17:43 UTC (rev 173006)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu j...@xentac.net
 
 pkgname=openal
-pkgver=1.14
+pkgver=1.15
 pkgrel=1
 pkgdesc=A cross-platform 3D audio library
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
 options=('!libtool')
 
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('3d8b86c21a2f87a2a5e60f78f3b3f03d')
+md5sums=('0eeb0551420b8fec300fe5db6d9a7902')
 
 build() {
   cd $pkgname-soft-$pkgver/build
@@ -25,5 +25,5 @@
 package() {
   cd $pkgname-soft-$pkgver
   make -C build DESTDIR=$pkgdir/ install
-  install -Dm644 alsoftrc.sample $pkgdir/etc/openal/alsoft.conf.sample
+  install -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
 }



[arch-commits] Commit in openal/repos (4 files)

2012-12-08 Thread Jan Steffens
Date: Saturday, December 8, 2012 @ 08:24:36
  Author: heftig
Revision: 173007

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  openal/repos/extra-i686/PKGBUILD
(from rev 173006, openal/trunk/PKGBUILD)
  openal/repos/extra-x86_64/PKGBUILD
(from rev 173006, openal/trunk/PKGBUILD)
Deleted:
  openal/repos/extra-i686/PKGBUILD
  openal/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 13:17:43 UTC (rev 173006)
+++ extra-i686/PKGBUILD 2012-12-08 13:24:36 UTC (rev 173007)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=openal
-pkgver=1.14
-pkgrel=1
-pkgdesc=A cross-platform 3D audio library
-arch=(i686 x86_64)
-url=http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
-options=('!libtool')
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('3d8b86c21a2f87a2a5e60f78f3b3f03d')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR=$pkgdir/ install
-  install -Dm644 alsoftrc.sample $pkgdir/etc/openal/alsoft.conf.sample
-}

Copied: openal/repos/extra-i686/PKGBUILD (from rev 173006, 
openal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 13:24:36 UTC (rev 173007)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=openal
+pkgver=1.15
+pkgrel=1
+pkgdesc=A cross-platform 3D audio library
+arch=(i686 x86_64)
+url=http://www.openal.org/;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
+options=('!libtool')
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('0eeb0551420b8fec300fe5db6d9a7902')
+
+build() {
+  cd $pkgname-soft-$pkgver/build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $pkgname-soft-$pkgver
+  make -C build DESTDIR=$pkgdir/ install
+  install -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-08 13:17:43 UTC (rev 173006)
+++ extra-x86_64/PKGBUILD   2012-12-08 13:24:36 UTC (rev 173007)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=openal
-pkgver=1.14
-pkgrel=1
-pkgdesc=A cross-platform 3D audio library
-arch=(i686 x86_64)
-url=http://www.openal.org/;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
-options=('!libtool')
-source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
-md5sums=('3d8b86c21a2f87a2a5e60f78f3b3f03d')
-
-build() {
-  cd $pkgname-soft-$pkgver/build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $pkgname-soft-$pkgver
-  make -C build DESTDIR=$pkgdir/ install
-  install -Dm644 alsoftrc.sample $pkgdir/etc/openal/alsoft.conf.sample
-}

Copied: openal/repos/extra-x86_64/PKGBUILD (from rev 173006, 
openal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-08 13:24:36 UTC (rev 173007)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=openal
+pkgver=1.15
+pkgrel=1
+pkgdesc=A cross-platform 3D audio library
+arch=(i686 x86_64)
+url=http://www.openal.org/;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib sdl pkgconfig cmake libpulse)
+options=('!libtool')
+source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$pkgver.tar.bz2)
+md5sums=('0eeb0551420b8fec300fe5db6d9a7902')
+
+build() {
+  cd $pkgname-soft-$pkgver/build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $pkgname-soft-$pkgver
+  make -C build DESTDIR=$pkgdir/ install
+  install -t $pkgdir/usr/share/openal env-vars.txt hrtf.txt
+}



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

2012-12-08 Thread Evangelos Foutras
Date: Saturday, December 8, 2012 @ 08:58:51
  Author: foutrelis
Revision: 173008

upgpkg: ltrace 0.7.2-1

New upstream release.

Modified:
  ltrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 13:24:36 UTC (rev 173007)
+++ PKGBUILD2012-12-08 13:58:51 UTC (rev 173008)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=ltrace
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc=Tracks runtime library calls in dynamically linked programs
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('elfutils')
 makedepends=('dejagnu')
 backup=('etc/ltrace.conf')
-source=(https://alioth.debian.org/frs/download.php/3844/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9010ab85444c44e2f1b340049b6ce877e41566996f0045af9519ad056ae9b83d')
+source=(https://alioth.debian.org/frs/download.php/3848/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in ltrace/repos (4 files)

2012-12-08 Thread Evangelos Foutras
Date: Saturday, December 8, 2012 @ 08:59:15
  Author: foutrelis
Revision: 173009

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ltrace/repos/extra-i686/PKGBUILD
(from rev 173008, ltrace/trunk/PKGBUILD)
  ltrace/repos/extra-x86_64/PKGBUILD
(from rev 173008, ltrace/trunk/PKGBUILD)
Deleted:
  ltrace/repos/extra-i686/PKGBUILD
  ltrace/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   80 
 extra-x86_64/PKGBUILD |   80 
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 13:58:51 UTC (rev 173008)
+++ extra-i686/PKGBUILD 2012-12-08 13:59:15 UTC (rev 173009)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ltrace
-pkgver=0.7.1
-pkgrel=1
-pkgdesc=Tracks runtime library calls in dynamically linked programs
-arch=('i686' 'x86_64')
-url=http://ltrace.alioth.debian.org/;
-license=('GPL')
-depends=('elfutils')
-makedepends=('dejagnu')
-backup=('etc/ltrace.conf')
-source=(https://alioth.debian.org/frs/download.php/3844/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9010ab85444c44e2f1b340049b6ce877e41566996f0045af9519ad056ae9b83d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ltrace/repos/extra-i686/PKGBUILD (from rev 173008, 
ltrace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 13:59:15 UTC (rev 173009)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ltrace
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=Tracks runtime library calls in dynamically linked programs
+arch=('i686' 'x86_64')
+url=http://ltrace.alioth.debian.org/;
+license=('GPL')
+depends=('elfutils')
+makedepends=('dejagnu')
+backup=('etc/ltrace.conf')
+source=(https://alioth.debian.org/frs/download.php/3848/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -k check
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-08 13:58:51 UTC (rev 173008)
+++ extra-x86_64/PKGBUILD   2012-12-08 13:59:15 UTC (rev 173009)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ltrace
-pkgver=0.7.1
-pkgrel=1
-pkgdesc=Tracks runtime library calls in dynamically linked programs
-arch=('i686' 'x86_64')
-url=http://ltrace.alioth.debian.org/;
-license=('GPL')
-depends=('elfutils')
-makedepends=('dejagnu')
-backup=('etc/ltrace.conf')
-source=(https://alioth.debian.org/frs/download.php/3844/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9010ab85444c44e2f1b340049b6ce877e41566996f0045af9519ad056ae9b83d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -k check
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ltrace/repos/extra-x86_64/PKGBUILD (from rev 173008, 
ltrace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-08 13:59:15 UTC (rev 173009)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ltrace
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=Tracks runtime library calls in dynamically linked programs
+arch=('i686' 'x86_64')
+url=http://ltrace.alioth.debian.org/;
+license=('GPL')
+depends=('elfutils')
+makedepends=('dejagnu')
+backup=('etc/ltrace.conf')
+source=(https://alioth.debian.org/frs/download.php/3848/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  

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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 11:36:55
  Author: andrea
Revision: 173010

plugins are needed (FS#32873)

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 13:59:15 UTC (rev 173009)
+++ PKGBUILD2012-12-08 16:36:55 UTC (rev 173010)
@@ -135,8 +135,7 @@
 
 package_calligra-stage() {
   pkgdesc=Write presentation documents
-  depends=('calligra-libs' 'kdebase-runtime')
-  optdepends=('calligra-plugins: extra calligra plugins')
+  depends=('calligra-plugins' 'kdebase-runtime')
   conflicts=('koffice-kpresenter' 'koffice-kpresenter-doc' 
'calligra-stage-doc')
   replaces=('koffice-kpresenter' 'koffice-kpresenter-doc' 'calligra-stage-doc')
   install=calligra-stage.install
@@ -177,7 +176,7 @@
 
 package_calligra-words() {
   pkgdesc=Word Processor
-  depends=('calligra-libs' 'kdegraphics-okular')
+  depends=('calligra-plugins' 'kdegraphics-okular')
   optdepends=('calligra-tools: extra calligra tools')
   conflicts=('koffice-kword')
   replaces=('koffice-kword')



[arch-commits] Commit in (18 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:04:08
  Author: andrea
Revision: 173011

kdepim dependencies (FS#31196)

Added:
  libkolab/
  libkolab/repos/
  libkolab/trunk/
  libkolab/trunk/PKGBUILD
  libkolabxml/
  libkolabxml/repos/
  libkolabxml/trunk/
  libkolabxml/trunk/PKGBUILD
  uuid/
  uuid/repos/
  uuid/trunk/
  uuid/trunk/PKGBUILD
  uuid/trunk/ossp.patch
  xsd/
  xsd/repos/
  xsd/trunk/
  xsd/trunk/PKGBUILD
  xsd/trunk/xsdcxx.patch

+
 libkolab/trunk/PKGBUILD|   29 ++
 libkolabxml/trunk/PKGBUILD |   29 ++
 uuid/trunk/PKGBUILD|   37 +++
 uuid/trunk/ossp.patch  |  207 +++
 xsd/trunk/PKGBUILD |   32 ++
 xsd/trunk/xsdcxx.patch |  128 ++
 6 files changed, 462 insertions(+)

Added: libkolab/trunk/PKGBUILD
===
--- libkolab/trunk/PKGBUILD (rev 0)
+++ libkolab/trunk/PKGBUILD 2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.3.1
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml')
+makedepends=('cmake')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('4b895743db368b50cf80b49e555fb113'
+ '73df97a3efb0da1013d18490d5828aaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libkolab/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libkolabxml/trunk/PKGBUILD
===
--- libkolabxml/trunk/PKGBUILD  (rev 0)
+++ libkolabxml/trunk/PKGBUILD  2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'uuid' 'xsd')
+makedepends=('cmake')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('c30a876fed5e42feb33794b3c093a8a2'
+ 'f5e9bc4a21a5bf06baec084435812cc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libkolabxml/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: uuid/trunk/PKGBUILD
===
--- uuid/trunk/PKGBUILD (rev 0)
+++ uuid/trunk/PKGBUILD 2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Jeff Cook j...@deserettechnology.com
+# Contributor: Michael Asher  michael at we solve every thing dot com  
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=uuid
+pkgver=1.6.2
+pkgrel=9
+pkgdesc=OSSP Universally Unique Identifier
+arch=('i686' 'x86_64')
+url=http://www.ossp.org/pkg/lib/uuid;
+license=('MIT')
+depends=('sh')
+options=('!libtool')
+source=(http://old-www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+ossp.patch)
+md5sums=('5db0d43a9022a6ebbbc25337ae28942f'
+ '6f0591cfa3e6d5f70c290963d2c5a0a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Rename because conflicts with util-linux
+  patch -p1 -i ${srcdir}/ossp.patch
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 README \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: uuid/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: uuid/trunk/ossp.patch
===
--- uuid/trunk/ossp.patch   (rev 0)
+++ uuid/trunk/ossp.patch   2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,207 @@
+diff -up uuid-1.6.1/uuid-config.in.BAD uuid-1.6.1/uuid-config.in
+--- uuid-1.6.1/uuid-config.in.BAD  2008-03-06 11:56:13.0 -0500
 uuid-1.6.1/uuid-config.in  2008-03-06 11:56:25.0 -0500
+@@ -121,7 +121,7 @@ do
+ output_extra=$output_extra $uuid_ldflags
+ ;;
+ --libs)
+-  

[arch-commits] Commit in uuid/repos (6 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:08:45
  Author: andrea
Revision: 173012

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  uuid/repos/extra-i686/
  uuid/repos/extra-i686/PKGBUILD
(from rev 173011, uuid/trunk/PKGBUILD)
  uuid/repos/extra-i686/ossp.patch
(from rev 173011, uuid/trunk/ossp.patch)
  uuid/repos/extra-x86_64/
  uuid/repos/extra-x86_64/PKGBUILD
(from rev 173011, uuid/trunk/PKGBUILD)
  uuid/repos/extra-x86_64/ossp.patch
(from rev 173011, uuid/trunk/ossp.patch)

-+
 extra-i686/PKGBUILD |   37 
 extra-i686/ossp.patch   |  207 ++
 extra-x86_64/PKGBUILD   |   37 
 extra-x86_64/ossp.patch |  207 ++
 4 files changed, 488 insertions(+)

Copied: uuid/repos/extra-i686/PKGBUILD (from rev 173011, uuid/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 17:08:45 UTC (rev 173012)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Jeff Cook j...@deserettechnology.com
+# Contributor: Michael Asher  michael at we solve every thing dot com  
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=uuid
+pkgver=1.6.2
+pkgrel=9
+pkgdesc=OSSP Universally Unique Identifier
+arch=('i686' 'x86_64')
+url=http://www.ossp.org/pkg/lib/uuid;
+license=('MIT')
+depends=('sh')
+options=('!libtool')
+source=(http://old-www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+ossp.patch)
+md5sums=('5db0d43a9022a6ebbbc25337ae28942f'
+ '6f0591cfa3e6d5f70c290963d2c5a0a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Rename because conflicts with util-linux
+  patch -p1 -i ${srcdir}/ossp.patch
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 README \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: uuid/repos/extra-i686/ossp.patch (from rev 173011, 
uuid/trunk/ossp.patch)
===
--- extra-i686/ossp.patch   (rev 0)
+++ extra-i686/ossp.patch   2012-12-08 17:08:45 UTC (rev 173012)
@@ -0,0 +1,207 @@
+diff -up uuid-1.6.1/uuid-config.in.BAD uuid-1.6.1/uuid-config.in
+--- uuid-1.6.1/uuid-config.in.BAD  2008-03-06 11:56:13.0 -0500
 uuid-1.6.1/uuid-config.in  2008-03-06 11:56:25.0 -0500
+@@ -121,7 +121,7 @@ do
+ output_extra=$output_extra $uuid_ldflags
+ ;;
+ --libs)
+-output=$output -luuid
++output=$output -lossp-uuid
+ output_extra=$output_extra $uuid_libs
+ ;;
+ * )
+diff -up uuid-1.6.1/Makefile.in.BAD uuid-1.6.1/Makefile.in
+--- uuid-1.6.1/Makefile.in.BAD 2008-03-06 11:10:13.0 -0500
 uuid-1.6.1/Makefile.in 2008-03-06 11:11:39.0 -0500
+@@ -62,13 +62,13 @@ PERL= @PERL@
+ PHP = @PHP@
+ PG_CONFIG   = @PG_CONFIG@
+ 
+-LIB_NAME= libuuid.la
++LIB_NAME= libossp-uuid.la
+ LIB_OBJS= uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo 
uuid_time.lo uuid_ui64.lo uuid_ui128.lo uuid_str.lo
+ 
+-DCE_NAME= libuuid_dce.la
++DCE_NAME= libossp-uuid_dce.la
+ DCE_OBJS= uuid_dce.lo $(LIB_OBJS)
+ 
+-CXX_NAME= libuuid++.la
++CXX_NAME= libossp-uuid++.la
+ CXX_OBJS= uuid++.lo $(LIB_OBJS)
+ 
+ PRG_NAME= uuid
+@@ -79,10 +79,10 @@ MAN_NAME= uuid.3 uuid++.3 uuid.1
+ PERL_NAME   = $(S)/perl/blib/lib/OSSP/uuid.pm
+ PERL_OBJS   = $(S)/perl/uuid.pm
+ 
+-PHP_NAME= $(S)/php/modules/uuid.so
++PHP_NAME= $(S)/php/modules/ossp-uuid.so
+ PHP_OBJS= $(S)/php/uuid.c
+ 
+-PGSQL_NAME  = $(S)/pgsql/libuuid.so
++PGSQL_NAME  = $(S)/pgsql/libossp-uuid.so
+ PGSQL_OBJS  = $(S)/pgsql/uuid.c
+ 
+ TARGETS = $(LIB_NAME) @DCE_NAME@ @CXX_NAME@ $(PRG_NAME) @PERL_NAME@ 
@PHP_NAME@ @PGSQL_NAME@
+@@ -231,7 +231,7 @@ install:
+   $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
+   $(SHTOOL) install -c -m 755 uuid-config $(DESTDIR)$(bindir)/
+   $(SHTOOL) install -c -m 644 $(S)/uuid-config.1 $(DESTDIR)$(mandir)/man1/
+-  $(SHTOOL) install -c -m 644 $(S)/uuid.pc $(DESTDIR)$(libdir)/pkgconfig/
++  $(SHTOOL) install -c -m 644 $(S)/uuid.pc 
$(DESTDIR)$(libdir)/pkgconfig/ossp-uuid.pc
+   $(SHTOOL) install -c -m 644 uuid.h $(DESTDIR)$(includedir)/
+   -@if [ .$(WITH_DCE) = .yes ]; then \
+   echo $(SHTOOL) install -c -m 644 $(S)/uuid_dce.h 
$(DESTDIR)$(includedir)/; \
+@@ -241,7 +241,7 @@ install:
+   echo $(SHTOOL) install -c -m 644 $(S)/uuid++.hh 
$(DESTDIR)$(includedir)/; \
+   $(SHTOOL) install -c -m 644 $(S)/uuid++.hh 
$(DESTDIR)$(includedir)/; \
+   fi
+-  $(SHTOOL) install -c -m 644 $(S)/uuid.3 $(DESTDIR)$(mandir)/man3/
++  $(SHTOOL) install -c -m 644 $(S)/uuid.3 

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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:15:55
  Author: andrea
Revision: 173013

upgpkg: xsd 3.3.0-6

Modified:
  xsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 17:08:45 UTC (rev 173012)
+++ PKGBUILD2012-12-08 17:15:55 UTC (rev 173013)
@@ -1,4 +1,6 @@
-# Maintainer: kevku ke...@gmx.com
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
 
 pkgname=xsd
 pkgver=3.3.0



[arch-commits] Commit in xsd/repos (6 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:16:19
  Author: andrea
Revision: 173014

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xsd/repos/extra-i686/
  xsd/repos/extra-i686/PKGBUILD
(from rev 173013, xsd/trunk/PKGBUILD)
  xsd/repos/extra-i686/xsdcxx.patch
(from rev 173013, xsd/trunk/xsdcxx.patch)
  xsd/repos/extra-x86_64/
  xsd/repos/extra-x86_64/PKGBUILD
(from rev 173013, xsd/trunk/PKGBUILD)
  xsd/repos/extra-x86_64/xsdcxx.patch
(from rev 173013, xsd/trunk/xsdcxx.patch)

---+
 extra-i686/PKGBUILD   |   34 +++
 extra-i686/xsdcxx.patch   |  128 
 extra-x86_64/PKGBUILD |   34 +++
 extra-x86_64/xsdcxx.patch |  128 
 4 files changed, 324 insertions(+)

Copied: xsd/repos/extra-i686/PKGBUILD (from rev 173013, xsd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 17:16:19 UTC (rev 173014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku ke...@gmx.com
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=6
+pkgdesc=An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler
+arch=('i686' 'x86_64')
+url=http://www.codesynthesis.com/products/xsd;
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=(http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2;
+xsdcxx.patch)
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd ${pkgname}-${_pkgver}
+  patch -p0 -i ${srcdir}/xsdcxx.patch
+
+  make CXXFLAGS=${CXXFLAGS}
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix=$pkgdir/usr install
+
+  # Fix conflicts with mono
+  mv ${pkgdir}/usr/bin/xsd{,cxx}
+  mv ${pkgdir}/usr/share/man/man1/xsd{,cxx}.1
+}

Copied: xsd/repos/extra-i686/xsdcxx.patch (from rev 173013, 
xsd/trunk/xsdcxx.patch)
===
--- extra-i686/xsdcxx.patch (rev 0)
+++ extra-i686/xsdcxx.patch 2012-12-08 17:16:19 UTC (rev 173014)
@@ -0,0 +1,128 @@
+diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
+--- xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
 xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
+@@ -1,16 +1,16 @@
+ .\ Process this file with
+-.\ groff -man -Tascii xsd.1
++.\ groff -man -Tascii xsdcxx.1
+ .\
+ .TH XSD 1 April 2010 XSD 3.3.0
+ .SH NAME
+-xsd \- W3C XML Schema to C++ Compiler
++xsdcxx \- W3C XML Schema to C++ Compiler
+ .\
+ .\
+ .\
+ .\
+ .SH SYNOPSIS
+ .\
+-.B xsd
++.B xsdcxx
+ .I command
+ .B [
+ .I options
+@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
+ .I file
+ .B ...]
+ .in
+-.B xsd help
++.B xsdcxx help
+ .B [
+ .I command
+ .B ]
+ .in
+-.B xsd version
++.B xsdcxx version
+ .\
+ .\
+ .\
+ .\
+ .SH DESCRIPTION
+ .\
+-.B xsd
++.B xsdcxx
+ generates vocabulary-specific, statically-typed C++ mapping from W3C XML
+ Schema definitions. Particular mapping to produce is selected by a
+ .IR command .
+@@ -96,7 +96,7 @@ Print usage information and exit. Use
+ .PP
+ .RS
+ .RS 3
+-.B xsd help
++.B xsdcxx help
+ .I command
+ .RE
+ .PP
+@@ -203,7 +203,7 @@ For example, if you have file
+ with namespace
+ .B http://example.com/hello
+ and you run
+-.B xsd
++.B xsdcxx
+ on this file, then the string in question will be:
+ 
+ .B hello.xsd. http://example.com/hello
+@@ -1877,7 +1877,7 @@ option. With this approach you don't nee
+ .\
+ .SH DIAGNOSTICS
+ If the input file is not a valid W3C XML Schema definition,
+-.B xsd
++.B xsdcxx
+ will issue diagnostic messages to
+ .B STDERR
+ and exit with non-zero exit code.
+diff -up xsd/documentation/xsd.xhtml.rename xsd/documentation/xsd.xhtml
+--- xsd/documentation/xsd.xhtml.rename 2010-06-20 15:47:29.0 +0300
 xsd/documentation/xsd.xhtml2010-06-20 15:47:30.0 +0300
+@@ -50,19 +50,19 @@
+ 
+   h1NAME/h1
+ 
+-  pxsd - W3C XML Schema to C++ Compiler/p
++  pxsdcxx - W3C XML Schema to C++ Compiler/p
+ 
+   h1SYNOPSIS/h1
+ 
+   dl id=synopsis
+-dtcodebxsd/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
+-dtcodebxsd help/b [icommand/i]/code/dt
+-dtcodebxsd version/b/code/dt
++dtcodebxsdcxx/b icommand/i [ioptions/i] ifile/i 
[ifile/i ...]/code/dt
++dtcodebxsdcxx help/b [icommand/i]/code/dt
++dtcodebxsdcxx version/b/code/dt
+   /dl
+ 
+   h1DESCRIPTION/h1
+ 
+-  pcodebxsd/b/code generates vocabulary-specific, statically-typed
++  pcodebxsdcxx/b/code 

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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:30:11
  Author: andrea
Revision: 173015

upgpkg: libkolabxml 0.8.1-1

Fix deps

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 17:16:19 UTC (rev 173014)
+++ PKGBUILD2012-12-08 17:30:11 UTC (rev 173015)
@@ -8,10 +8,10 @@
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('xerces-c' 'uuid' 'xsd')
-makedepends=('cmake')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('c30a876fed5e42feb33794b3c093a8a2'
+md5sums=('a02541b35153334c69ee1845dfe464c6'
  'f5e9bc4a21a5bf06baec084435812cc4')
 
 build() {



[arch-commits] Commit in libkolabxml/repos (4 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:30:40
  Author: andrea
Revision: 173016

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libkolabxml/repos/extra-i686/
  libkolabxml/repos/extra-i686/PKGBUILD
(from rev 173015, libkolabxml/trunk/PKGBUILD)
  libkolabxml/repos/extra-x86_64/
  libkolabxml/repos/extra-x86_64/PKGBUILD
(from rev 173015, libkolabxml/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   29 +
 extra-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 173015, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 17:30:40 UTC (rev 173016)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('a02541b35153334c69ee1845dfe464c6'
+ 'f5e9bc4a21a5bf06baec084435812cc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 173015, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-08 17:30:40 UTC (rev 173016)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('a02541b35153334c69ee1845dfe464c6'
+ 'f5e9bc4a21a5bf06baec084435812cc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:35:27
  Author: andrea
Revision: 173017

db-remove: uuid removed by andrea

Deleted:
  uuid/repos/extra-i686/



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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:35:53
  Author: andrea
Revision: 173018

db-remove: uuid removed by andrea

Deleted:
  uuid/repos/extra-x86_64/



[arch-commits] Commit in (uuid)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:37:51
  Author: andrea
Revision: 173019

This isn't needed anymore

Deleted:
  uuid/



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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:40:42
  Author: andrea
Revision: 173020

upgpkg: libkolab 0.4.0-1

Fix deps

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 17:37:51 UTC (rev 173019)
+++ PKGBUILD2012-12-08 17:40:42 UTC (rev 173020)
@@ -2,23 +2,24 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.3.1
+pkgver=0.4.0
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libkolabxml')
-makedepends=('cmake')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
-md5sums=('4b895743db368b50cf80b49e555fb113'
- '73df97a3efb0da1013d18490d5828aaf')
+md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
+ '56052090b7fb89813c3bae1cb5b104c5')
 
 build() {
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }



[arch-commits] Commit in libkolab/repos (4 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:41:09
  Author: andrea
Revision: 173021

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libkolab/repos/extra-i686/
  libkolab/repos/extra-i686/PKGBUILD
(from rev 173020, libkolab/trunk/PKGBUILD)
  libkolab/repos/extra-x86_64/
  libkolab/repos/extra-x86_64/PKGBUILD
(from rev 173020, libkolab/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   30 ++
 extra-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libkolab/repos/extra-i686/PKGBUILD (from rev 173020, 
libkolab/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 17:41:09 UTC (rev 173021)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
+ '56052090b7fb89813c3bae1cb5b104c5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolab/repos/extra-x86_64/PKGBUILD (from rev 173020, 
libkolab/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-08 17:41:09 UTC (rev 173021)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('3ba23bc11c3fb1c852e5b7b9788fed6d'
+ '56052090b7fb89813c3bae1cb5b104c5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdeplasma-applets-networkmanagement/trunk (PKGBUILD)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:55:56
  Author: andrea
Revision: 173022

Upstream release

Modified:
  kdeplasma-applets-networkmanagement/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 17:41:09 UTC (rev 173021)
+++ PKGBUILD2012-12-08 17:55:56 UTC (rev 173022)
@@ -4,7 +4,7 @@
 
 pkgname=kdeplasma-applets-networkmanagement
 epoch=1
-pkgver=0.9.0.5
+pkgver=0.9.0.6
 pkgrel=1
 pkgdesc=KDE control panel and widget network connections
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'openconnect: Cisco AnyConnect compatible VPN client')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2;)
-sha256sums=('aa7a467f1f2a0e1ad22486381284bfb1350d644d5fcf61f8449c475dbec963eb')
+sha256sums=('13fd521abd065117b6bd8091b038d0a7f1270defc24ac501fce54f9c491a4a23')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdeplasma-applets-networkmanagement/repos (8 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 13:08:38
  Author: andrea
Revision: 173023

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD
(from rev 173022, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/extra-i686/kdeplasma-applets-networkmanagement.install
(from rev 173022, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/PKGBUILD
(from rev 173022, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
  
kdeplasma-applets-networkmanagement/repos/extra-x86_64/kdeplasma-applets-networkmanagement.install
(from rev 173022, 
kdeplasma-applets-networkmanagement/trunk/kdeplasma-applets-networkmanagement.install)
Deleted:
  kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/extra-i686/kdeplasma-applets-networkmanagement.install
  kdeplasma-applets-networkmanagement/repos/extra-x86_64/PKGBUILD
  
kdeplasma-applets-networkmanagement/repos/extra-x86_64/kdeplasma-applets-networkmanagement.install

--+
 extra-i686/PKGBUILD  |   70 ++---
 extra-i686/kdeplasma-applets-networkmanagement.install   |   22 ++--
 extra-x86_64/PKGBUILD|   70 ++---
 extra-x86_64/kdeplasma-applets-networkmanagement.install |   22 ++--
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 17:55:56 UTC (rev 173022)
+++ extra-i686/PKGBUILD 2012-12-08 18:08:38 UTC (rev 173023)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Jakub Schmidtke sjakub-at-gmail.com
-
-pkgname=kdeplasma-applets-networkmanagement
-epoch=1
-pkgver=0.9.0.5
-pkgrel=1
-pkgdesc=KDE control panel and widget network connections
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/base/networkmanagement'
-license=('GPL')
-depends=('kdebase-workspace' 'networkmanager')
-makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
- 'openconnect')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect compatible VPN client')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2;)
-sha256sums=('aa7a467f1f2a0e1ad22486381284bfb1350d644d5fcf61f8449c475dbec963eb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../networkmanagement-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-networkmanagement/repos/extra-i686/PKGBUILD (from rev 
173022, kdeplasma-applets-networkmanagement/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 18:08:38 UTC (rev 173023)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 105813 2011-01-12 00:25:58Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Jakub Schmidtke sjakub-at-gmail.com
+
+pkgname=kdeplasma-applets-networkmanagement
+epoch=1
+pkgver=0.9.0.6
+pkgrel=1
+pkgdesc=KDE control panel and widget network connections
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/base/networkmanagement'
+license=('GPL')
+depends=('kdebase-workspace' 'networkmanager')
+makedepends=('cmake' 'python2' 'automoc4' 'mobile-broadband-provider-info'
+ 'openconnect')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect compatible VPN client')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2;)
+sha256sums=('13fd521abd065117b6bd8091b038d0a7f1270defc24ac501fce54f9c491a4a23')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../networkmanagement-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdeplasma-applets-networkmanagement.install
===
--- extra-i686/kdeplasma-applets-networkmanagement.install  2012-12-08 
17:55:56 UTC (rev 173022)
+++ extra-i686/kdeplasma-applets-networkmanagement.install  2012-12-08 
18:08:38 UTC (rev 173023)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme 

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

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 13:35:40
  Author: andrea
Revision: 173024

upgpkg: kdepim-runtime 4.9.4-2

Enable Kolab support (FS#31196)

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 18:08:38 UTC (rev 173023)
+++ PKGBUILD2012-12-08 18:35:40 UTC (rev 173024)
@@ -4,12 +4,12 @@
 
 pkgname=kdepim-runtime
 pkgver=4.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)



[arch-commits] Commit in kmod/repos (14 files)

2012-12-08 Thread Dave Reisner
Date: Saturday, December 8, 2012 @ 14:52:26
  Author: dreisner
Revision: 173025

db-move: moved kmod from [testing] to [core] (i686, x86_64)

Added:
  kmod/repos/core-i686/PKGBUILD
(from rev 173024, kmod/repos/testing-i686/PKGBUILD)
  kmod/repos/core-i686/depmod-search.conf
(from rev 173024, kmod/repos/testing-i686/depmod-search.conf)
  kmod/repos/core-x86_64/PKGBUILD
(from rev 173024, kmod/repos/testing-x86_64/PKGBUILD)
  kmod/repos/core-x86_64/depmod-search.conf
(from rev 173024, kmod/repos/testing-x86_64/depmod-search.conf)
Deleted:
  
kmod/repos/core-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
  kmod/repos/core-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch
  kmod/repos/core-i686/PKGBUILD
  kmod/repos/core-i686/depmod-search.conf
  
kmod/repos/core-x86_64/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
  kmod/repos/core-x86_64/0002-depmod-fix-asserting-mod-kmod-NULL.patch
  kmod/repos/core-x86_64/PKGBUILD
  kmod/repos/core-x86_64/depmod-search.conf
  kmod/repos/testing-i686/
  kmod/repos/testing-x86_64/

-+
 core-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch   |  
 43 ---
 core-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch |  
 31 --
 core-i686/PKGBUILD  |  
120 --
 core-i686/depmod-search.conf|  
 10 
 core-x86_64/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch |  
 43 ---
 core-x86_64/0002-depmod-fix-asserting-mod-kmod-NULL.patch   |  
 31 --
 core-x86_64/PKGBUILD|  
120 --
 core-x86_64/depmod-search.conf  |  
 10 
 8 files changed, 120 insertions(+), 288 deletions(-)

Deleted: 
core-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch
===
--- core-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch   
2012-12-08 18:35:40 UTC (rev 173024)
+++ core-i686/0001-depmod-fix-hash-lookup-by-relpath-instead-of-uncrelp.patch   
2012-12-08 19:52:26 UTC (rev 173025)
@@ -1,43 +0,0 @@
-From 06294621a944e4611e15ce8201df80870e052e7d Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Fri, 16 Nov 2012 11:35:30 -0200
-Subject: [PATCH 1/2] depmod: fix hash lookup by relpath instead of uncrelpath
-
-We index modules in depmod by it's uncompressed relative path, not
-relative path. We didn't notice this bug before since this function is
-only triggered if we release a module to be replaced by one of higher
-priority.
-
-Also fix a leftover log message referring to relpath instead of
-uncrelpath.

- tools/depmod.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tools/depmod.c b/tools/depmod.c
-index cc9346f..aafe66b 100644
 a/tools/depmod.c
-+++ b/tools/depmod.c
-@@ -1114,7 +1114,7 @@ static int depmod_module_add(struct depmod *depmod, 
struct kmod_module *kmod)
- mod-uncrelpath, mod);
-   if (err  0) {
-   ERR(hash_add_unique %s: %s\n,
--  mod-relpath, strerror(-err));
-+  mod-uncrelpath, strerror(-err));
-   hash_del(depmod-modules_by_name, mod-modname);
-   goto fail;
-   }
-@@ -1134,8 +1134,8 @@ static int depmod_module_del(struct depmod *depmod, 
struct mod *mod)
- {
-   DBG(del %p kmod=%p, path=%s\n, mod, mod-kmod, mod-path);
- 
--  if (mod-relpath != NULL)
--  hash_del(depmod-modules_by_uncrelpath, mod-relpath);
-+  if (mod-uncrelpath != NULL)
-+  hash_del(depmod-modules_by_uncrelpath, mod-uncrelpath);
- 
-   hash_del(depmod-modules_by_name, mod-modname);
- 
--- 
-1.8.0
-

Deleted: core-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch
===
--- core-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch 2012-12-08 
18:35:40 UTC (rev 173024)
+++ core-i686/0002-depmod-fix-asserting-mod-kmod-NULL.patch 2012-12-08 
19:52:26 UTC (rev 173025)
@@ -1,31 +0,0 @@
-From 02c64df3c2b33880b18d3f4aba9fa8e48e5ca904 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Fri, 16 Nov 2012 12:05:42 -0200
-Subject: [PATCH 2/2] depmod: fix asserting mod-kmod == NULL
-
-If we are replacing a lower priority module (due to its location), we
-already created a kmod_module, but didn't open the file for reading its
-symbols. This means mod-kmod won't be NULL, and this is just ok. Since
-all the functions freeing stuff below the previous assert already takes
-NULL into consideration, it's safe to just unref mod-kmod and let the
-right thing 

[arch-commits] Commit in harfbuzz/repos (6 files)

2012-12-08 Thread Jan Steffens
Date: Saturday, December 8, 2012 @ 16:00:09
  Author: heftig
Revision: 173026

db-move: moved harfbuzz from [testing] to [extra] (i686, x86_64)

Added:
  harfbuzz/repos/extra-i686/PKGBUILD
(from rev 173025, harfbuzz/repos/testing-i686/PKGBUILD)
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 173025, harfbuzz/repos/testing-x86_64/PKGBUILD)
Deleted:
  harfbuzz/repos/extra-i686/PKGBUILD
  harfbuzz/repos/extra-x86_64/PKGBUILD
  harfbuzz/repos/testing-i686/
  harfbuzz/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 19:52:26 UTC (rev 173025)
+++ extra-i686/PKGBUILD 2012-12-08 21:00:09 UTC (rev 173026)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('bd2999859f8828461fedae23e4af52d926ac32a73245f03ae2d2065205e9cf25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 173025, 
harfbuzz/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 21:00:09 UTC (rev 173026)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-12-08 19:52:26 UTC (rev 173025)
+++ extra-x86_64/PKGBUILD   2012-12-08 21:00:09 UTC (rev 173026)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=harfbuzz
-pkgver=0.9.7
-pkgrel=1
-pkgdesc=OpenType text shaping engine.
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('icu' 'glib2' 'freetype2' 'graphite')
-makedepends=('icu' 'cairo' 'glib2' 'freetype2')
-optdepends=('cairo: hb-view program')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('bd2999859f8828461fedae23e4af52d926ac32a73245f03ae2d2065205e9cf25')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 173025, 
harfbuzz/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-12-08 21:00:09 UTC (rev 173026)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.9
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING 

[arch-commits] Commit in pango/repos (10 files)

2012-12-08 Thread Jan Steffens
Date: Saturday, December 8, 2012 @ 16:00:11
  Author: heftig
Revision: 173027

db-move: moved pango from [testing] to [extra] (i686, x86_64)

Added:
  pango/repos/extra-i686/PKGBUILD
(from rev 173025, pango/repos/testing-i686/PKGBUILD)
  pango/repos/extra-i686/pango.install
(from rev 173025, pango/repos/testing-i686/pango.install)
  pango/repos/extra-x86_64/PKGBUILD
(from rev 173025, pango/repos/testing-x86_64/PKGBUILD)
  pango/repos/extra-x86_64/pango.install
(from rev 173025, pango/repos/testing-x86_64/pango.install)
Deleted:
  pango/repos/extra-i686/PKGBUILD
  pango/repos/extra-i686/pango.install
  pango/repos/extra-x86_64/PKGBUILD
  pango/repos/extra-x86_64/pango.install
  pango/repos/testing-i686/
  pango/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/pango.install   |   42 +++---
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/pango.install |   42 +++---
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-i686/PKGBUILD 2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=pango
-pkgver=1.32.3
-pkgrel=1
-pkgdesc=A library for layout and rendering of text
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url=http://www.pango.org/;
-sha256sums=('19a1a4fa021fcf96261de3cb809295ac06546f2a061c3c623141f2f4989b6a36')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/pango
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 173025, 
pango/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-12-08 21:00:11 UTC (rev 173027)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.32.4
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('9895b2e6572c3b3e0cc1c174b8bf55791a47de1995af21a1787f6c573b4b58db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2012-12-08 21:00:09 UTC (rev 173026)
+++ extra-i686/pango.install2012-12-08 21:00:11 UTC (rev 173027)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules etc/pango/pango.modules
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 173025, 
pango/repos/testing-i686/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-12-08 21:00:11 UTC (rev 173027)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   

[arch-commits] Commit in kdepim-runtime/kde-unstable (PKGBUILD)

2012-12-08 Thread Andrea Scarpino
Date: Sunday, December 9, 2012 @ 02:31:50
  Author: andrea
Revision: 173028

upgpkg: kdepim-runtime 4.9.90-2

Enable Kolab support (FS#31196)

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-08 21:00:11 UTC (rev 173027)
+++ PKGBUILD2012-12-09 07:31:50 UTC (rev 173028)
@@ -4,12 +4,12 @@
 
 pkgname=kdepim-runtime
 pkgver=4.9.90
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)



[arch-commits] Commit in kdepim-runtime/repos (8 files)

2012-12-08 Thread Andrea Scarpino
Date: Sunday, December 9, 2012 @ 02:34:04
  Author: andrea
Revision: 173029

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 173028, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 173028, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173028, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 173028, kdepim-runtime/kde-unstable/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install

+
 kde-unstable-i686/PKGBUILD |   60 +--
 kde-unstable-i686/kdepim-runtime.install   |   26 +--
 kde-unstable-x86_64/PKGBUILD   |   60 +--
 kde-unstable-x86_64/kdepim-runtime.install |   26 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-09 07:31:50 UTC (rev 173028)
+++ kde-unstable-i686/PKGBUILD  2012-12-09 07:34:04 UTC (rev 173029)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.9.90
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('267b889794dc07dd4374d51d043fd47572b71adc')
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 173028, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-09 07:34:04 UTC (rev 173029)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.9.90
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('267b889794dc07dd4374d51d043fd47572b71adc')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdepim-runtime.install
===
--- kde-unstable-i686/kdepim-runtime.install2012-12-09 07:31:50 UTC (rev 
173028)
+++ kde-unstable-i686/kdepim-runtime.install2012-12-09 07:34:04 UTC (rev 
173029)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
173028, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- kde-unstable-i686/kdepim-runtime.install(rev 0)
+++ kde-unstable-i686/kdepim-runtime.install2012-12-09 07:34:04 UTC (rev 
173029)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-09 07:31:50 UTC (rev 173028)
+++ 

[arch-commits] Commit in kdepim-runtime/repos/extra-i686 (4 files)

2012-12-08 Thread Andrea Scarpino
Date: Sunday, December 9, 2012 @ 02:44:06
  Author: andrea
Revision: 173030

archrelease: copy trunk to extra-i686

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 173029, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 173029, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install

+
 PKGBUILD   |   62 +++
 kdepim-runtime.install |   26 +--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-09 07:34:04 UTC (rev 173029)
+++ PKGBUILD2012-12-09 07:44:06 UTC (rev 173030)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.9.4
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 173029, 
kdepim-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-09 07:44:06 UTC (rev 173030)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.9.4
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+}

Deleted: kdepim-runtime.install
===
--- kdepim-runtime.install  2012-12-09 07:34:04 UTC (rev 173029)
+++ kdepim-runtime.install  2012-12-09 07:44:06 UTC (rev 173030)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-i686/kdepim-runtime.install (from rev 
173029, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- kdepim-runtime.install  (rev 0)
+++ kdepim-runtime.install  2012-12-09 07:44:06 UTC (rev 173030)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



[arch-commits] Commit in kdepim-runtime/repos/extra-x86_64 (4 files)

2012-12-08 Thread Andrea Scarpino
Date: Sunday, December 9, 2012 @ 02:45:59
  Author: andrea
Revision: 173031

archrelease: copy trunk to extra-x86_64

Added:
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 173030, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 173030, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

+
 PKGBUILD   |   62 +++
 kdepim-runtime.install |   26 +--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-12-09 07:44:06 UTC (rev 173030)
+++ PKGBUILD2012-12-09 07:45:59 UTC (rev 173031)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.9.4
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/extra-x86_64/PKGBUILD (from rev 173030, 
kdepim-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-12-09 07:45:59 UTC (rev 173031)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.9.4
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+}

Deleted: kdepim-runtime.install
===
--- kdepim-runtime.install  2012-12-09 07:44:06 UTC (rev 173030)
+++ kdepim-runtime.install  2012-12-09 07:45:59 UTC (rev 173031)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install (from rev 
173030, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- kdepim-runtime.install  (rev 0)
+++ kdepim-runtime.install  2012-12-09 07:45:59 UTC (rev 173031)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}