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

2011-11-14 Thread Jan Steffens
Date: Monday, November 14, 2011 @ 03:42:10
  Author: heftig
Revision: 142729

disable debug logging

Modified:
  libfprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 01:17:20 UTC (rev 142728)
+++ PKGBUILD2011-11-14 08:42:10 UTC (rev 142729)
@@ -4,7 +4,7 @@
 
 pkgname=libfprint
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for fingerprint readers
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
@@ -18,8 +18,9 @@
 
 build() {
   cd $srcdir/$_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \
---disable-examples-build --disable-x11-examples-build
+  sed -i '\|^./configure|,+1d' autogen.sh
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
   make
 }
 



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

2011-11-14 Thread Jan Steffens
Date: Monday, November 14, 2011 @ 03:43:18
  Author: heftig
Revision: 142730

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-14 08:42:10 UTC (rev 142729)
+++ extra-i686/PKGBUILD 2011-11-14 08:43:18 UTC (rev 142730)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=libfprint
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Library for fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
-license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
-groups=(fprint)
-options=(!libtool !emptydirs)
-_snap=$pkgname-48ec64f68330452b011d14be67653f1d48fb1405
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
-md5sums=('858a0f0d7abd21ac494f9bec904dc156')
-
-build() {
-  cd $srcdir/$_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \
---disable-examples-build --disable-x11-examples-build
-  make
-}
-
-package() {
-  cd $srcdir/$_snap
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/lib/udev/rules.d
-  mv $pkgdir/etc/udev/rules.d/* $pkgdir/lib/udev/rules.d/
-}

Copied: libfprint/repos/extra-i686/PKGBUILD (from rev 142729, 
libfprint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-14 08:43:18 UTC (rev 142730)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=Library for fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-48ec64f68330452b011d14be67653f1d48fb1405
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+md5sums=('858a0f0d7abd21ac494f9bec904dc156')
+
+build() {
+  cd $srcdir/$_snap
+  sed -i '\|^./configure|,+1d' autogen.sh
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$_snap
+  make DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/lib/udev/rules.d
+  mv $pkgdir/etc/udev/rules.d/* $pkgdir/lib/udev/rules.d/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-14 08:42:10 UTC (rev 142729)
+++ extra-x86_64/PKGBUILD   2011-11-14 08:43:18 UTC (rev 142730)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgname=libfprint
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Library for fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
-license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
-groups=(fprint)
-options=(!libtool !emptydirs)
-_snap=$pkgname-48ec64f68330452b011d14be67653f1d48fb1405
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
-md5sums=('858a0f0d7abd21ac494f9bec904dc156')
-
-build() {
-  cd $srcdir/$_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --disable-static \
---disable-examples-build --disable-x11-examples-build
-  make
-}
-
-package() {
-  cd $srcdir/$_snap
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/lib/udev/rules.d
-  mv $pkgdir/etc/udev/rules.d/* $pkgdir/lib/udev/rules.d/
-}

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 142729, 
libfprint/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-14 08:43:18 UTC (rev 142730)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Thomas Baechler tho...@archlinux.org
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=Library for fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/libfprint;
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-48ec64f68330452b011d14be67653f1d48fb1405

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

2011-11-14 Thread Tom Gundersen
Date: Monday, November 14, 2011 @ 05:41:38
  Author: tomegun
Revision: 142731

upgpkg: initscripts 2011.11.3-1

remove some leftovers from recent cleanup

Modified:
  initscripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 08:43:18 UTC (rev 142730)
+++ PKGBUILD2011-11-14 10:41:38 UTC (rev 142731)
@@ -4,7 +4,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=initscripts
-pkgver=2011.11.2
+pkgver=2011.11.3
 pkgrel=1
 pkgdesc=System initialization/bootup scripts
 arch=('any')
@@ -28,5 +28,5 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
 }
-md5sums=('e6addb0dbcf7198a1efd49d397441ee0'
+md5sums=('b32b4becf2ccbd9d287f164d0e197c83'
  '027576534885b8d5dded9be546057b12')



[arch-commits] Commit in initscripts/repos/testing-any (6 files)

2011-11-14 Thread Tom Gundersen
Date: Monday, November 14, 2011 @ 05:42:06
  Author: tomegun
Revision: 142732

archrelease: copy trunk to testing-any

Added:
  initscripts/repos/testing-any/PKGBUILD
(from rev 142731, initscripts/trunk/PKGBUILD)
  initscripts/repos/testing-any/initscripts.install
(from rev 142731, initscripts/trunk/initscripts.install)
  initscripts/repos/testing-any/wireless.conf.d
(from rev 142731, initscripts/trunk/wireless.conf.d)
Deleted:
  initscripts/repos/testing-any/PKGBUILD
  initscripts/repos/testing-any/initscripts.install
  initscripts/repos/testing-any/wireless.conf.d

-+
 PKGBUILD|   64 +-
 initscripts.install |   38 ++---
 wireless.conf.d |   24 +-
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-11-14 10:41:38 UTC (rev 142731)
+++ PKGBUILD2011-11-14 10:42:06 UTC (rev 142732)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=initscripts
-pkgver=2011.11.2
-pkgrel=1
-pkgdesc=System initialization/bootup scripts
-arch=('any')
-url=http://www.archlinux.org;
-license=('GPL2')
-groups=('base')
-backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
-depends=('glibc' 'bash' 'grep' 'coreutils' 'udev=174' 'iproute2'
- 'ncurses' 'kbd' 'findutils' 'sysvinit')
-optdepends=('bridge-utils: Network bridging support'
-'dhcpcd: DHCP network configuration'
-'net-tools: legacy network support'
-'wireless_tools: Wireless networking')
-makedepends=(asciidoc)
-install=initscripts.install
-source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
-'wireless.conf.d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
-}
-md5sums=('e6addb0dbcf7198a1efd49d397441ee0'
- '027576534885b8d5dded9be546057b12')

Copied: initscripts/repos/testing-any/PKGBUILD (from rev 142731, 
initscripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-14 10:42:06 UTC (rev 142732)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=initscripts
+pkgver=2011.11.3
+pkgrel=1
+pkgdesc=System initialization/bootup scripts
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL2')
+groups=('base')
+backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown 
etc/conf.d/wireless)
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev=174' 'iproute2'
+ 'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+'dhcpcd: DHCP network configuration'
+'net-tools: legacy network support'
+'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
+install=initscripts.install
+source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.xz;
+'wireless.conf.d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ${srcdir}/wireless.conf.d ${pkgdir}/etc/conf.d/wireless
+}
+md5sums=('b32b4becf2ccbd9d287f164d0e197c83'
+ '027576534885b8d5dded9be546057b12')

Deleted: initscripts.install
===
--- initscripts.install 2011-11-14 10:41:38 UTC (rev 142731)
+++ initscripts.install 2011-11-14 10:42:06 UTC (rev 142732)
@@ -1,19 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 2009.07) -lt 0 ]; then
-echo == Adjusting /etc/inittab for transition to /dev/tty standard.
-echo == Original file saved as /etc/inittab.pacsave
-sed -i'.pacsave' 's#vc/\([0-9]\)#tty\1#' /etc/inittab
-  fi
-  if [ $(vercmp $2 2011.06.1) -lt 0 ]; then
-echo Blacklisting of modules is no longer supported in rc.conf,
-echo please add blacklist entries to /etc/modprobe.d/ instead.
-  fi
-  if [ $(vercmp $2 2011.07.2) -lt 0 ]; then
-echo VERBOSE= in rc.conf no longer has any effect.
-echo Please append 'quiet' to your kernel command line.
-  fi
-  if [ $(vercmp $2 2011.10.1) -lt 0 ]; then
-echo If using non-bash-compatible shell, please set LANG in 
/etc/locale.conf,
-echo as LOCALE in /etc/rc.conf no longer works.
-  fi
-}

Copied: initscripts/repos/testing-any/initscripts.install (from rev 142731, 
initscripts/trunk/initscripts.install)
===
--- initscripts.install (rev 0)
+++ initscripts.install 2011-11-14 10:42:06 UTC (rev 142732)
@@ 

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 06:16:42
  Author: ibiru
Revision: 142733

update to 3.2.2

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 10:42:06 UTC (rev 142732)
+++ PKGBUILD2011-11-14 11:16:42 UTC (rev 142733)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=libgnome-keyring
-pkgver=3.2.0
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=GNOME keyring client library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0516403432b06ecc173c9f9dbe3eaa87b2c7a230806fcac4dfd73ad998e928f5')
+sha256sums=('2bcbe47b1960737866835a516056c36d1a3d82d5ad101c70d5a87e1ad616adb3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 06:17:40
  Author: ibiru
Revision: 142734

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

Added:
  libgnome-keyring/repos/testing-i686/
  libgnome-keyring/repos/testing-i686/PKGBUILD
(from rev 142733, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/testing-x86_64/
  libgnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 142733, libgnome-keyring/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: libgnome-keyring/repos/testing-i686/PKGBUILD (from rev 142733, 
libgnome-keyring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 11:17:40 UTC (rev 142734)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'libgcrypt' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bcbe47b1960737866835a516056c36d1a3d82d5ad101c70d5a87e1ad616adb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libgnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 142733, 
libgnome-keyring/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 11:17:40 UTC (rev 142734)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'libgcrypt' 'glib2')
+makedepends=('intltool' 'pkgconfig')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2bcbe47b1960737866835a516056c36d1a3d82d5ad101c70d5a87e1ad616adb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD gnome-keyring.install)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 06:24:55
  Author: ibiru
Revision: 142735

update to 3.2.2

Modified:
  gnome-keyring/trunk/PKGBUILD
  gnome-keyring/trunk/gnome-keyring.install

---+
 PKGBUILD  |4 ++--
 gnome-keyring.install |8 
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 11:17:40 UTC (rev 142734)
+++ PKGBUILD2011-11-14 11:24:55 UTC (rev 142735)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9')
+sha256sums=('f4cdc2c492a9b0157d59439310093e611e1f718a16f7ee2391ac03aadacfaaa3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: gnome-keyring.install
===
--- gnome-keyring.install   2011-11-14 11:17:40 UTC (rev 142734)
+++ gnome-keyring.install   2011-11-14 11:24:55 UTC (rev 142735)
@@ -1,9 +1,9 @@
 post_install() {
-usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-update-mime-database usr/share/mime 1 /dev/null
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-mime-database /usr/share/mime 1 /dev/null
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 update-desktop-database -q
-setcap cap_ipc_lock=ep usr/bin/gnome-keyring-daemon
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
 }
 
 post_upgrade() {



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 06:27:00
  Author: ibiru
Revision: 142736

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

Added:
  gnome-keyring/repos/testing-i686/
  gnome-keyring/repos/testing-i686/PKGBUILD
(from rev 142735, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-i686/gnome-keyring.install
(from rev 142735, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/testing-x86_64/
  gnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 142735, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install
(from rev 142735, gnome-keyring/trunk/gnome-keyring.install)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-keyring.install   |   15 +++
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-keyring.install |   15 +++
 4 files changed, 94 insertions(+)

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 142735, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 11:27:00 UTC (rev 142736)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'dconf' 'libgcrypt' 'libcap-ng' 'p11-kit' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('intltool' 'python2')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f4cdc2c492a9b0157d59439310093e611e1f718a16f7ee2391ac03aadacfaaa3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile --disable-update-mime
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 
142735, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-i686/gnome-keyring.install  (rev 0)
+++ testing-i686/gnome-keyring.install  2011-11-14 11:27:00 UTC (rev 142736)
@@ -0,0 +1,15 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-mime-database /usr/share/mime 1 /dev/null
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 142735, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 11:27:00 UTC (rev 142736)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'dconf' 'libgcrypt' 'libcap-ng' 'p11-kit' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('intltool' 'python2')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f4cdc2c492a9b0157d59439310093e611e1f718a16f7ee2391ac03aadacfaaa3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile --disable-update-mime
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-keyring/repos/testing-x86_64/gnome-keyring.install (from rev 
142735, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-x86_64/gnome-keyring.install(rev 0)
+++ testing-x86_64/gnome-keyring.install2011-11-14 11:27:00 UTC (rev 
142736)
@@ -0,0 +1,15 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-mime-database /usr/share/mime 1 /dev/null
+gtk-update-icon-cache -q -t -f 

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:08:03
  Author: ibiru
Revision: 142737

update to 4.2.2

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 11:27:00 UTC (rev 142736)
+++ PKGBUILD2011-11-14 12:08:03 UTC (rev 142737)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('e72fb264bae45f2a340818c645248c29eaa2acf3d2bb3c2316ae296a0d438558')
+sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c')
 
 build() {
 cd ${srcdir}/${_pkgbasename}-${pkgver}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:15:43
  Author: ibiru
Revision: 142738

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

Added:
  gtkhtml4/repos/testing-i686/
  gtkhtml4/repos/testing-i686/PKGBUILD
(from rev 142737, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/testing-x86_64/
  gtkhtml4/repos/testing-x86_64/PKGBUILD
(from rev 142737, gtkhtml4/trunk/PKGBUILD)

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

Copied: gtkhtml4/repos/testing-i686/PKGBUILD (from rev 142737, 
gtkhtml4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 12:15:43 UTC (rev 142738)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.2.2
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c')
+
+build() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: gtkhtml4/repos/testing-x86_64/PKGBUILD (from rev 142737, 
gtkhtml4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 12:15:43 UTC (rev 142738)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.2.2
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+sha256sums=('e20bb5d461e9ae9d3a8d4e13d544db1813707810ded7cbde9287485f2394dd2c')
+
+build() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd ${srcdir}/${_pkgbasename}-${pkgver}
+make DESTDIR=${pkgdir} install
+}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:21:30
  Author: ibiru
Revision: 142739

update to 3.2.2

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 12:15:43 UTC (rev 142738)
+++ PKGBUILD2011-11-14 12:21:30 UTC (rev 142739)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants michel.li...@tiscali.be
 
 pkgname=seahorse
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2'
+sha256sums=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9'
 '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
 
 build() {



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:23:22
  Author: ibiru
Revision: 142740

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

Added:
  seahorse/repos/testing-i686/
  seahorse/repos/testing-i686/PKGBUILD
(from rev 142739, seahorse/trunk/PKGBUILD)
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
(from rev 142739, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-i686/seahorse.install
(from rev 142739, seahorse/trunk/seahorse.install)
  seahorse/repos/testing-x86_64/
  seahorse/repos/testing-x86_64/PKGBUILD
(from rev 142739, seahorse/trunk/PKGBUILD)
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
(from rev 142739, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-x86_64/seahorse.install
(from rev 142739, seahorse/trunk/seahorse.install)

+
 testing-i686/PKGBUILD  |   40 +++
 testing-i686/seahorse-ssh-askpass.sh   |3 ++
 testing-i686/seahorse.install  |   21 
 testing-x86_64/PKGBUILD|   40 +++
 testing-x86_64/seahorse-ssh-askpass.sh |3 ++
 testing-x86_64/seahorse.install|   21 
 6 files changed, 128 insertions(+)

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 142739, 
seahorse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 12:23:22 UTC (rev 142740)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://projects.gnome.org/seahorse/;
+depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 
'gobject-introspection' 'openssh' 'libsm')
+optdepends=('openssh: SSH support')
+provides=('x11-ssh-askpass')
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9'
+'1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-ldap --enable-hkp \
+  --disable-scrollkeeper \
+  --disable-update-mime-database \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 142739, 
seahorse/trunk/seahorse-ssh-askpass.sh)
===
--- testing-i686/seahorse-ssh-askpass.sh(rev 0)
+++ testing-i686/seahorse-ssh-askpass.sh2011-11-14 12:23:22 UTC (rev 
142740)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/testing-i686/seahorse.install (from rev 142739, 
seahorse/trunk/seahorse.install)
===
--- testing-i686/seahorse.install   (rev 0)
+++ testing-i686/seahorse.install   2011-11-14 12:23:22 UTC (rev 142740)
@@ -0,0 +1,21 @@
+pkgname=seahorse
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+  usr/sbin/gconfpkg --uninstall $pkgname
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/testing-x86_64/PKGBUILD (from rev 142739, 
seahorse/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 12:23:22 UTC (rev 142740)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://projects.gnome.org/seahorse/;
+depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('gettext' 'libldap' 'intltool' 

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:30:04
  Author: ibiru
Revision: 142741

update to 3.2.2

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 12:23:22 UTC (rev 142740)
+++ PKGBUILD2011-11-14 12:30:04 UTC (rev 142741)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0091e41e87d589a984c6d089919fece2d28101df5b37e4b2d8615efdf60a09c3')
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in evolution-data-server/repos (4 files)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:31:16
  Author: ibiru
Revision: 142742

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

Added:
  evolution-data-server/repos/testing-i686/
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 142741, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 142741, evolution-data-server/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 142741, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 12:31:16 UTC (rev 142742)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: evolution-data-server/repos/testing-x86_64/PKGBUILD (from rev 142741, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 12:31:16 UTC (rev 142742)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2a129b4c9412b8b855ce28bd682e522b3af0309e407f9d900f1d48be649bc76a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:58:00
  Author: ibiru
Revision: 142743

update to 3.2.2

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 12:31:16 UTC (rev 142742)
+++ PKGBUILD2011-11-14 12:58:00 UTC (rev 142743)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('244d4fcf57d59b3fe0bcedddc65da5f508b253cb64159e6ddb2bddedf8d7e19a')
+sha256sums=('03c68242bbf494dda3bf34f52ec843c282c9bb07f9415a69fe58237c7efbbe7d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 08:03:36
  Author: ibiru
Revision: 142744

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

Added:
  evolution/repos/testing-i686/
  evolution/repos/testing-i686/PKGBUILD
(from rev 142743, evolution/trunk/PKGBUILD)
  evolution/repos/testing-i686/evolution.install
(from rev 142743, evolution/trunk/evolution.install)
  evolution/repos/testing-x86_64/
  evolution/repos/testing-x86_64/PKGBUILD
(from rev 142743, evolution/trunk/PKGBUILD)
  evolution/repos/testing-x86_64/evolution.install
(from rev 142743, evolution/trunk/evolution.install)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/evolution.install   |   24 +++
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/evolution.install |   24 +++
 4 files changed, 138 insertions(+)

Copied: evolution/repos/testing-i686/PKGBUILD (from rev 142743, 
evolution/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 13:03:36 UTC (rev 142744)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
+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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('03c68242bbf494dda3bf34f52ec843c282c9bb07f9415a69fe58237c7efbbe7d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --disable-scrollkeeper \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  make -C plugins/tnef-attachments DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain evolution-3.2 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: evolution/repos/testing-i686/evolution.install (from rev 142743, 
evolution/trunk/evolution.install)
===
--- testing-i686/evolution.install  (rev 0)
+++ testing-i686/evolution.install  2011-11-14 13:03:36 UTC (rev 142744)
@@ -0,0 +1,24 @@
+pkgname=evolution
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: evolution/repos/testing-x86_64/PKGBUILD (from rev 142743, 
evolution/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 13:03:36 UTC (rev 142744)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
+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/

[arch-commits] Commit in (3 files)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 08:27:24
  Author: ibiru
Revision: 142745

initial upload

Added:
  evolution-ews/
  evolution-ews/trunk/
  evolution-ews/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Added: evolution-ews/trunk/PKGBUILD
===
--- evolution-ews/trunk/PKGBUILD(rev 0)
+++ evolution-ews/trunk/PKGBUILD2011-11-14 13:27:24 UTC (rev 142745)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: evolution-ews/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in evolution-ews (5 files)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 08:28:31
  Author: ibiru
Revision: 142746

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

Added:
  evolution-ews/repos/
  evolution-ews/repos/extra-i686/
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 142745, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 142745, evolution-ews/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   27 +++
 extra-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 142745, 
evolution-ews/trunk/PKGBUILD)
===
--- repos/extra-i686/PKGBUILD   (rev 0)
+++ repos/extra-i686/PKGBUILD   2011-11-14 13:28:31 UTC (rev 142746)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 142745, 
evolution-ews/trunk/PKGBUILD)
===
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2011-11-14 13:28:31 UTC (rev 142746)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in evolution-ews/repos (testing-i686 testing-i686/PKGBUILD)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 08:30:39
  Author: ibiru
Revision: 142747

archrelease: copy trunk to testing-i686

Added:
  evolution-ews/repos/testing-i686/
  evolution-ews/repos/testing-i686/PKGBUILD
(from rev 142746, evolution-ews/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 142746, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 13:30:39 UTC (rev 142747)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in evolution-ews/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 08:31:05
  Author: ibiru
Revision: 142748

archrelease: copy trunk to testing-x86_64

Added:
  evolution-ews/repos/testing-x86_64/
  evolution-ews/repos/testing-x86_64/PKGBUILD
(from rev 142747, evolution-ews/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: evolution-ews/repos/testing-x86_64/PKGBUILD (from rev 142747, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 13:31:05 UTC (rev 142748)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f6a557a93e632e19cde1501f6f0540f67e41c193120d7297268662ddc7927439')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in evolution-ews/repos (extra-i686 extra-x86_64)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 08:32:32
  Author: ibiru
Revision: 142749

not there yet

Deleted:
  evolution-ews/repos/extra-i686/
  evolution-ews/repos/extra-x86_64/



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 14:16:32
  Author: ibiru
Revision: 142750

update to 0.6.3

Modified:
  libcroco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 13:32:32 UTC (rev 142749)
+++ PKGBUILD2011-11-14 19:16:32 UTC (rev 142750)
@@ -2,25 +2,25 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libcroco
-pkgver=0.6.2
-pkgrel=2
-pkgdesc=GNOME CSS2 parsing and manipulation toolkit
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=A CSS parsing library
 arch=('x86_64' 'i686')
 depends=('glib2' 'libxml2')
-makedepends=('intltool' 'pkgconfig')
+makedepends=('intltool')
 license=('LGPL')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
 url=http://www.gnome.org;
-md5sums=('1429c597aa4b75fc610ab3a542c99209')
+sha256sums=('8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 14:18:02
  Author: ibiru
Revision: 142751

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

Added:
  libcroco/repos/testing-i686/
  libcroco/repos/testing-i686/PKGBUILD
(from rev 142750, libcroco/trunk/PKGBUILD)
  libcroco/repos/testing-x86_64/
  libcroco/repos/testing-x86_64/PKGBUILD
(from rev 142750, libcroco/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libcroco/repos/testing-i686/PKGBUILD (from rev 142750, 
libcroco/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 19:18:02 UTC (rev 142751)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libcroco
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=A CSS parsing library
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url=http://www.gnome.org;
+sha256sums=('8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libcroco/repos/testing-x86_64/PKGBUILD (from rev 142750, 
libcroco/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 19:18:02 UTC (rev 142751)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libcroco
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=A CSS parsing library
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url=http://www.gnome.org;
+sha256sums=('8b7c565bf3eae1dff0a09d128fc3726acc1a492a7de23b25dce803a4f93d42c1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 14:22:21
  Author: ibiru
Revision: 142752

update to 2.34.2

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 19:18:02 UTC (rev 142751)
+++ PKGBUILD2011-11-14 19:22:21 UTC (rev 142752)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=librsvg
-pkgver=2.34.1
-pkgrel=2
-pkgdesc=SAX-based renderer for SVG files into a GdkPixbuf
+pkgver=2.34.2
+pkgrel=1
+pkgdesc=A SVG viewing library
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('gdk-pixbuf2' 'pango' 'libcroco')
@@ -13,19 +13,19 @@
 options=('!libtool' '!emptydirs')
 url=http://librsvg.sourceforge.net/;
 install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.34/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4f2ab987eed2943b5a0ce3dde1672d2bc87123bee66d885dd7307eb7ede756db')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.34/$pkgname-$pkgver.tar.xz)
+sha256sums=('5de701325b84c0a15ab6892f49ffd6471722044bfe0b350725bf420642ee4464')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' rsvg.in
-  ./configure --prefix=/usr --libexecdir=/usr/lib/${pkgname} \
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
   --with-croco --disable-static \
   --with-svgz
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 14:25:00
  Author: ibiru
Revision: 142753

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

Added:
  librsvg/repos/testing-i686/
  librsvg/repos/testing-i686/PKGBUILD
(from rev 142752, librsvg/trunk/PKGBUILD)
  librsvg/repos/testing-i686/librsvg.install
(from rev 142752, librsvg/trunk/librsvg.install)
  librsvg/repos/testing-x86_64/
  librsvg/repos/testing-x86_64/PKGBUILD
(from rev 142752, librsvg/trunk/PKGBUILD)
  librsvg/repos/testing-x86_64/librsvg.install
(from rev 142752, librsvg/trunk/librsvg.install)

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/librsvg.install   |   11 +++
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/librsvg.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: librsvg/repos/testing-i686/PKGBUILD (from rev 142752, 
librsvg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 19:25:00 UTC (rev 142753)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.34.2
+pkgrel=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2')
+optdepends=('gtk2: for rsvg-view support')
+options=('!libtool' '!emptydirs')
+url=http://librsvg.sourceforge.net/;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.34/$pkgname-$pkgver.tar.xz)
+sha256sums=('5de701325b84c0a15ab6892f49ffd6471722044bfe0b350725bf420642ee4464')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' rsvg.in
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
+  --with-croco --disable-static \
+  --with-svgz
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: librsvg/repos/testing-i686/librsvg.install (from rev 142752, 
librsvg/trunk/librsvg.install)
===
--- testing-i686/librsvg.install(rev 0)
+++ testing-i686/librsvg.install2011-11-14 19:25:00 UTC (rev 142753)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: librsvg/repos/testing-x86_64/PKGBUILD (from rev 142752, 
librsvg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 19:25:00 UTC (rev 142753)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.34.2
+pkgrel=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2')
+optdepends=('gtk2: for rsvg-view support')
+options=('!libtool' '!emptydirs')
+url=http://librsvg.sourceforge.net/;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/2.34/$pkgname-$pkgver.tar.xz)
+sha256sums=('5de701325b84c0a15ab6892f49ffd6471722044bfe0b350725bf420642ee4464')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' rsvg.in
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname \
+  --with-croco --disable-static \
+  --with-svgz
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: librsvg/repos/testing-x86_64/librsvg.install (from rev 142752, 
librsvg/trunk/librsvg.install)
===
--- testing-x86_64/librsvg.install  (rev 0)
+++ testing-x86_64/librsvg.install  2011-11-14 19:25:00 UTC (rev 142753)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 14:36:35
  Author: ibiru
Revision: 142754

uodate to 3.2.2

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 19:25:00 UTC (rev 142753)
+++ PKGBUILD2011-11-14 19:36:35 UTC (rev 142754)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gucharmap
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b06f376e5baaa41f0236d659bd6d03e3b38759198257a60affb6ddb2e111beff')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da1e422d387ff4df8bfb61e8a340483f88b0d23e4309a776848dbeb4093a5a21')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --disable-scrollkeeper  --enable-introspection
@@ -24,10 +24,10 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 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 gucharmap ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gucharmap $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 14:44:44
  Author: ibiru
Revision: 142755

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

Added:
  gucharmap/repos/testing-i686/
  gucharmap/repos/testing-i686/PKGBUILD
(from rev 142754, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-i686/gucharmap.install
(from rev 142754, gucharmap/trunk/gucharmap.install)
  gucharmap/repos/testing-x86_64/
  gucharmap/repos/testing-x86_64/PKGBUILD
(from rev 142754, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-x86_64/gucharmap.install
(from rev 142754, gucharmap/trunk/gucharmap.install)

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/gucharmap.install   |   22 ++
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/gucharmap.install |   22 ++
 4 files changed, 110 insertions(+)

Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 142754, 
gucharmap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 19:44:44 UTC (rev 142755)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da1e422d387ff4df8bfb61e8a340483f88b0d23e4309a776848dbeb4093a5a21')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper  --enable-introspection
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 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 gucharmap $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: gucharmap/repos/testing-i686/gucharmap.install (from rev 142754, 
gucharmap/trunk/gucharmap.install)
===
--- testing-i686/gucharmap.install  (rev 0)
+++ testing-i686/gucharmap.install  2011-11-14 19:44:44 UTC (rev 142755)
@@ -0,0 +1,22 @@
+pkgname=gucharmap
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 142754, 
gucharmap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 19:44:44 UTC (rev 142755)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da1e422d387ff4df8bfb61e8a340483f88b0d23e4309a776848dbeb4093a5a21')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-scrollkeeper  --enable-introspection
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 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 gucharmap $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: gucharmap/repos/testing-x86_64/gucharmap.install (from rev 142754, 
gucharmap/trunk/gucharmap.install)
===
--- testing-x86_64/gucharmap.install(rev 0)
+++ testing-x86_64/gucharmap.install2011-11-14 19:44:44 UTC (rev 142755)
@@ -0,0 +1,22 @@
+pkgname=gucharmap
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1

[arch-commits] Commit in rpcbind/repos (7 files)

2011-11-14 Thread Tobias Powalowski
Date: Monday, November 14, 2011 @ 15:23:14
  Author: tpowa
Revision: 142756

db-move: moved rpcbind from [testing] to [core] (i686)

Added:
  rpcbind/repos/core-i686/PKGBUILD
(from rev 142755, rpcbind/repos/testing-i686/PKGBUILD)
  rpcbind/repos/core-i686/rpcbind
(from rev 142755, rpcbind/repos/testing-i686/rpcbind)
  rpcbind/repos/core-i686/rpcbind-sunrpc.patch
(from rev 142755, rpcbind/repos/testing-i686/rpcbind-sunrpc.patch)
Deleted:
  rpcbind/repos/core-i686/PKGBUILD
  rpcbind/repos/core-i686/rpcbind
  rpcbind/repos/core-i686/rpcbind-sunrpc.patch
  rpcbind/repos/testing-i686/

--+
 PKGBUILD |   79 ++---
 rpcbind  |   78 
 rpcbind-sunrpc.patch |   44 +--
 3 files changed, 103 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2011-11-14 19:44:44 UTC (rev 142755)
+++ core-i686/PKGBUILD  2011-11-14 20:23:14 UTC (rev 142756)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=rpcbind
-pkgver=0.2.0
-pkgrel=3
-pkgdesc=portmap replacement which supports RPC over various protocols
-arch=(i686 x86_64)
-depends=('bash' 'glibc' 'libtirpc')
-url=http://rpcbind.sourceforge.net;
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
-rpcbind-sunrpc.patch
-rpcbind)
-md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
- 'c02ac36a98baac70b8a26190524b7b73'
- '78a963654f57cbb209e228884767836e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install daemon 
-  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
-  # install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
-}

Copied: rpcbind/repos/core-i686/PKGBUILD (from rev 142755, 
rpcbind/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2011-11-14 20:23:14 UTC (rev 142756)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpcbind
+pkgver=0.2.0
+pkgrel=5
+pkgdesc=portmap replacement which supports RPC over various protocols
+arch=(i686 x86_64)
+depends=('bash' 'glibc' 'libtirpc')
+url=http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind)
+md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ '78a963654f57cbb209e228884767836e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install daemon 
+  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Deleted: core-i686/rpcbind
===
--- core-i686/rpcbind   2011-11-14 19:44:44 UTC (rev 142755)
+++ core-i686/rpcbind   2011-11-14 20:23:14 UTC (rev 142756)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/rpcbind)
-case $1 in
-  start)
-stat_busy Starting rpcbind
-[ -z $PID ]  /usr/bin/rpcbind /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  PID=$(pidof -o %PPID /usr/bin/rpcbind)
-  echo $PID  /var/run/rpcbind.pid
-  add_daemon rpcbind
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping rpcbind
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm /var/run/rpcbind.pid
-  rm_daemon rpcbind
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac
-exit 0

Copied: rpcbind/repos/core-i686/rpcbind (from rev 142755, 
rpcbind/repos/testing-i686/rpcbind)
===
--- core-i686/rpcbind   (rev 0)
+++ core-i686/rpcbind   2011-11-14 20:23:14 UTC (rev 142756)
@@ 

[arch-commits] Commit in rpcbind/repos (7 files)

2011-11-14 Thread Tobias Powalowski
Date: Monday, November 14, 2011 @ 15:23:15
  Author: tpowa
Revision: 142757

db-move: moved rpcbind from [testing] to [core] (x86_64)

Added:
  rpcbind/repos/core-x86_64/PKGBUILD
(from rev 142755, rpcbind/repos/testing-x86_64/PKGBUILD)
  rpcbind/repos/core-x86_64/rpcbind
(from rev 142755, rpcbind/repos/testing-x86_64/rpcbind)
  rpcbind/repos/core-x86_64/rpcbind-sunrpc.patch
(from rev 142755, rpcbind/repos/testing-x86_64/rpcbind-sunrpc.patch)
Deleted:
  rpcbind/repos/core-x86_64/PKGBUILD
  rpcbind/repos/core-x86_64/rpcbind
  rpcbind/repos/core-x86_64/rpcbind-sunrpc.patch
  rpcbind/repos/testing-x86_64/

--+
 PKGBUILD |   79 ++---
 rpcbind  |   78 
 rpcbind-sunrpc.patch |   44 +--
 3 files changed, 103 insertions(+), 98 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2011-11-14 20:23:14 UTC (rev 142756)
+++ core-x86_64/PKGBUILD2011-11-14 20:23:15 UTC (rev 142757)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=rpcbind
-pkgver=0.2.0
-pkgrel=3
-pkgdesc=portmap replacement which supports RPC over various protocols
-arch=(i686 x86_64)
-depends=('bash' 'glibc' 'libtirpc')
-url=http://rpcbind.sourceforge.net;
-license=('custom')
-replaces=('portmap')
-source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
-rpcbind-sunrpc.patch
-rpcbind)
-md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
- 'c02ac36a98baac70b8a26190524b7b73'
- '78a963654f57cbb209e228884767836e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # patch for iana services file
-  patch -Np1 -i ../rpcbind-sunrpc.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # install missing man page - https://bugs.archlinux.org/task/21271
-  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
-  # install daemon 
-  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
-  # install license
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
-}

Copied: rpcbind/repos/core-x86_64/PKGBUILD (from rev 142755, 
rpcbind/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2011-11-14 20:23:15 UTC (rev 142757)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpcbind
+pkgver=0.2.0
+pkgrel=5
+pkgdesc=portmap replacement which supports RPC over various protocols
+arch=(i686 x86_64)
+depends=('bash' 'glibc' 'libtirpc')
+url=http://rpcbind.sourceforge.net;
+license=('custom')
+replaces=('portmap')
+source=(http://downloads.sourceforge.net/sourceforge/rpcbind/rpcbind-0.2.0.tar.bz2
+rpcbind-sunrpc.patch
+rpcbind)
+md5sums=('1a77ddb1aaea8099ab19c351eeb26316'
+ 'c02ac36a98baac70b8a26190524b7b73'
+ '78a963654f57cbb209e228884767836e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch for iana services file
+  patch -Np1 -i ../rpcbind-sunrpc.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # install missing man page - https://bugs.archlinux.org/task/21271
+  install -m644 man/rpcinfo.8 $pkgdir/usr/share/man/man8/
+  # install daemon 
+  install -D -m755 $srcdir/rpcbind $pkgdir/etc/rc.d/rpcbind
+  # install license
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/rpcbind/COPYING
+}

Deleted: core-x86_64/rpcbind
===
--- core-x86_64/rpcbind 2011-11-14 20:23:14 UTC (rev 142756)
+++ core-x86_64/rpcbind 2011-11-14 20:23:15 UTC (rev 142757)
@@ -1,39 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/rpcbind)
-case $1 in
-  start)
-stat_busy Starting rpcbind
-[ -z $PID ]  /usr/bin/rpcbind /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  PID=$(pidof -o %PPID /usr/bin/rpcbind)
-  echo $PID  /var/run/rpcbind.pid
-  add_daemon rpcbind
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping rpcbind
-[ ! -z $PID ]   kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm /var/run/rpcbind.pid
-  rm_daemon rpcbind
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac
-exit 0

Copied: rpcbind/repos/core-x86_64/rpcbind (from rev 142755, 
rpcbind/repos/testing-x86_64/rpcbind)
===
--- core-x86_64/rpcbind (rev 0)

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:09:17
  Author: ibiru
Revision: 142758

update to 3.2.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 20:23:15 UTC (rev 142757)
+++ PKGBUILD2011-11-14 21:09:17 UTC (rev 142758)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.2.1.2
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -20,11 +20,11 @@
 options=('!libtool')
 groups=('gnome-extra')
 install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('44e149ecadce6269a6d31d93bbd7d4a4bda8d092d4e95de9d5ca09cf067d8ab7')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('d6a391b801f58024ed6f97d9bf4e774b9ab9e1262d79aefb5c1dd95233fd5aa1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
   --sysconfdir=/etc  \
   --libexecdir=/usr/lib/empathy \
@@ -36,6 +36,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:14:45
  Author: ibiru
Revision: 142759

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

Added:
  empathy/repos/testing-i686/
  empathy/repos/testing-i686/PKGBUILD
(from rev 142758, empathy/trunk/PKGBUILD)
  empathy/repos/testing-i686/empathy.install
(from rev 142758, empathy/trunk/empathy.install)
  empathy/repos/testing-x86_64/
  empathy/repos/testing-x86_64/PKGBUILD
(from rev 142758, empathy/trunk/PKGBUILD)
  empathy/repos/testing-x86_64/empathy.install
(from rev 142758, empathy/trunk/empathy.install)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/empathy.install   |   18 +
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/empathy.install |   18 +
 4 files changed, 118 insertions(+)

Copied: empathy/repos/testing-i686/PKGBUILD (from rev 142758, 
empathy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:14:45 UTC (rev 142759)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Empathy;
+license=('GPL2')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('d6a391b801f58024ed6f97d9bf4e774b9ab9e1262d79aefb5c1dd95233fd5aa1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/testing-i686/empathy.install (from rev 142758, 
empathy/trunk/empathy.install)
===
--- testing-i686/empathy.install(rev 0)
+++ testing-i686/empathy.install2011-11-14 21:14:45 UTC (rev 142759)
@@ -0,0 +1,18 @@
+post_install() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+echo To use Empathy you need to install at least one Telepathy connection 
manager.
+}
+
+post_upgrade() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: empathy/repos/testing-x86_64/PKGBUILD (from rev 142758, 
empathy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:14:45 UTC (rev 142759)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Empathy;
+license=('GPL2')
+depends=('libpulse' 'clutter-gtk' 'clutter-gst' 'telepathy-mission-control' 
'telepathy-logger' 'telepathy-farsight' 'telepathy-farstream' 'folks' 
'gnome-keyring'
+'libcanberra' 'iso-codes' 'networkmanager')
+makedepends=('intltool' 'gnome-doc-utils' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-butterfly: MSN support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:18:23
  Author: ibiru
Revision: 142760

update to 1.8.3

Modified:
  tomboy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:14:45 UTC (rev 142759)
+++ PKGBUILD2011-11-14 21:18:23 UTC (rev 142760)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=tomboy
-pkgver=1.8.0
+pkgver=1.8.3
 pkgrel=1
 pkgdesc=Desktop note-taking application for Linux and Unix
 arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@
 options=('!libtool' '!emptydirs' '!makeflags')
 groups=('gnome-extra')
 install=tomboy.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.8/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4f3808a8c0ef94440a2ca005e41b095a417bfd22dc081e2e55e5de69b4e4df70')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f704bac772a54cf668aca769c766bc1fb9ebc8823a903ef108927805c020bea')
 
 build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
+  export MONO_SHARED_DIR=$srcdir/.wabi
+  mkdir -p $MONO_SHARED_DIR
 
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
   --disable-update-mimedb
@@ -28,10 +28,10 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
 
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain tomboy ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain tomboy $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:22:26
  Author: ibiru
Revision: 142761

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

Added:
  tomboy/repos/testing-i686/
  tomboy/repos/testing-i686/PKGBUILD
(from rev 142760, tomboy/trunk/PKGBUILD)
  tomboy/repos/testing-i686/tomboy.install
(from rev 142760, tomboy/trunk/tomboy.install)
  tomboy/repos/testing-x86_64/
  tomboy/repos/testing-x86_64/PKGBUILD
(from rev 142760, tomboy/trunk/PKGBUILD)
  tomboy/repos/testing-x86_64/tomboy.install
(from rev 142760, tomboy/trunk/tomboy.install)

---+
 testing-i686/PKGBUILD |   37 +
 testing-i686/tomboy.install   |   25 +
 testing-x86_64/PKGBUILD   |   37 +
 testing-x86_64/tomboy.install |   25 +
 4 files changed, 124 insertions(+)

Copied: tomboy/repos/testing-i686/PKGBUILD (from rev 142760, 
tomboy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:22:26 UTC (rev 142761)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tomboy
+pkgver=1.8.3
+pkgrel=1
+pkgdesc=Desktop note-taking application for Linux and Unix
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/tomboy/;
+depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp' 
'dbus-sharp-glib' 'mono-addins' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig'  'gnome-doc-utils')
+options=('!libtool' '!emptydirs' '!makeflags')
+groups=('gnome-extra')
+install=tomboy.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f704bac772a54cf668aca769c766bc1fb9ebc8823a903ef108927805c020bea')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain tomboy $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: tomboy/repos/testing-i686/tomboy.install (from rev 142760, 
tomboy/trunk/tomboy.install)
===
--- testing-i686/tomboy.install (rev 0)
+++ testing-i686/tomboy.install 2011-11-14 21:22:26 UTC (rev 142761)
@@ -0,0 +1,25 @@
+pkgname=tomboy
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
+}

Copied: tomboy/repos/testing-x86_64/PKGBUILD (from rev 142760, 
tomboy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:22:26 UTC (rev 142761)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tomboy
+pkgver=1.8.3
+pkgrel=1
+pkgdesc=Desktop note-taking application for Linux and Unix
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/tomboy/;
+depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp' 
'dbus-sharp-glib' 'mono-addins' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig'  'gnome-doc-utils')
+options=('!libtool' '!emptydirs' '!makeflags')
+groups=('gnome-extra')
+install=tomboy.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f704bac772a54cf668aca769c766bc1fb9ebc8823a903ef108927805c020bea')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper \
+  --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain tomboy $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: tomboy/repos/testing-x86_64/tomboy.install (from rev 142760, 
tomboy/trunk/tomboy.install)

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:23:04
  Author: ibiru
Revision: 142762

update to 3.2.2

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:22:26 UTC (rev 142761)
+++ PKGBUILD2011-11-14 21:23:04 UTC (rev 142762)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
@@ -14,11 +14,11 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0abc54aeaf1cec931b8a6e148f40341be4b2bc0e9a1164eba4fef7989499059c')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f050b03365310d739c54e48c8c62f8e2d6d9a028fed3eb3c8da4c7654a9009a')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper \
@@ -27,6 +27,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:28:20
  Author: ibiru
Revision: 142763

update to 3.2.2

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:23:04 UTC (rev 142762)
+++ PKGBUILD2011-11-14 21:28:20 UTC (rev 142763)
@@ -4,7 +4,7 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=vinagre
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=A VNC Client for the GNOME Desktop
 arch=('i686' 'x86_64')
@@ -17,11 +17,11 @@
 makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh')
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('077dc011d048e9ed7a683ed74dc027c5c7e47d0b95b99acb493bf99fff22369c')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1533cc447177f8d6c9cfe45d61b05904efbf66c86b86b4c332e972ff965d76bd')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
 
   #building with as-needed breaks rdp
   #https://bugzilla.gnome.org/show_bug.cgi?id=653558
@@ -32,6 +32,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:29:43
  Author: ibiru
Revision: 142764

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

Added:
  vinagre/repos/testing-i686/
  vinagre/repos/testing-i686/PKGBUILD
(from rev 142763, vinagre/trunk/PKGBUILD)
  vinagre/repos/testing-i686/vinagre.install
(from rev 142763, vinagre/trunk/vinagre.install)
  vinagre/repos/testing-x86_64/
  vinagre/repos/testing-x86_64/PKGBUILD
(from rev 142763, vinagre/trunk/PKGBUILD)
  vinagre/repos/testing-x86_64/vinagre.install
(from rev 142763, vinagre/trunk/vinagre.install)

+
 testing-i686/PKGBUILD  |   37 +
 testing-i686/vinagre.install   |   20 
 testing-x86_64/PKGBUILD|   37 +
 testing-x86_64/vinagre.install |   20 
 4 files changed, 114 insertions(+)

Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 142763, 
vinagre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:29:43 UTC (rev 142764)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh')
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1533cc447177f8d6c9cfe45d61b05904efbf66c86b86b4c332e972ff965d76bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  #building with as-needed breaks rdp
+  #https://bugzilla.gnome.org/show_bug.cgi?id=653558
+  export LDFLAGS=$LDFLAGS,--no-as-needed
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \
+  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vinagre/repos/testing-i686/vinagre.install (from rev 142763, 
vinagre/trunk/vinagre.install)
===
--- testing-i686/vinagre.install(rev 0)
+++ testing-i686/vinagre.install2011-11-14 21:29:43 UTC (rev 142764)
@@ -0,0 +1,20 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.91.91-2)  0 )); then
+usr/sbin/gconfpkg --uninstall vinagre
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vinagre/repos/testing-x86_64/PKGBUILD (from rev 142763, 
vinagre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:29:43 UTC (rev 142764)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=('libgnome-keyring' 'gtk-vnc' 'vte3' 'telepathy-glib' 'avahi' 
'desktop-file-utils' 'dconf' 'shared-mime-info' 'gnome-icon-theme')
+optdepends=('openssh: SSH plugin'
+'rdesktop: RDP plugin')
+makedepends=('gnome-doc-utils' 'intltool' 'rdesktop' 'openssh')
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1533cc447177f8d6c9cfe45d61b05904efbf66c86b86b4c332e972ff965d76bd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  #building with as-needed breaks rdp
+  #https://bugzilla.gnome.org/show_bug.cgi?id=653558
+  export LDFLAGS=$LDFLAGS,--no-as-needed
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-scrollkeeper \
+  --libexecdir=/usr/lib/vinagre --enable-rdp --disable-spice
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vinagre/repos/testing-x86_64/vinagre.install (from rev 142763, 
vinagre/trunk/vinagre.install)
===
--- 

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:34:02
  Author: ibiru
Revision: 142765

update to 3.2.2

Modified:
  vino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:29:43 UTC (rev 142764)
+++ PKGBUILD2011-11-14 21:34:02 UTC (rev 142765)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=vino
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=a VNC server for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@
 url=http://www.gnome.org;
 options=(!emptydirs)
 install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b8c5a59914886b8676fb512da380114adb896264c46a36d3f123cf459ba799df')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('51089c35b5187c37ebcd4f8ad921123f9a56713316876531189a3f3765dc87d1')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/vino \
   --localstatedir=/var \
@@ -28,6 +28,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:34:58
  Author: ibiru
Revision: 142766

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

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
(from rev 142765, vino/trunk/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 142765, vino/trunk/vino.install)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
(from rev 142765, vino/trunk/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 142765, vino/trunk/vino.install)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/vino.install   |   18 ++
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/vino.install |   18 ++
 4 files changed, 102 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 142765, vino/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:34:58 UTC (rev 142766)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('51089c35b5187c37ebcd4f8ad921123f9a56713316876531189a3f3765dc87d1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-i686/vino.install (from rev 142765, 
vino/trunk/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2011-11-14 21:34:58 UTC (rev 142766)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 142765, 
vino/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:34:58 UTC (rev 142766)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('51089c35b5187c37ebcd4f8ad921123f9a56713316876531189a3f3765dc87d1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-x86_64/vino.install (from rev 142765, 
vino/trunk/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2011-11-14 21:34:58 UTC (rev 142766)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in bitlbee/trunk (PKGBUILD msn.patch)

2011-11-14 Thread Gaetan Bisson
Date: Monday, November 14, 2011 @ 16:36:37
  Author: bisson
Revision: 142767

fix FS#26880 by updating MSN fix

Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/msn.patch

---+
 PKGBUILD  |4 ++--
 msn.patch |   56 +++-
 2 files changed, 29 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:34:58 UTC (rev 142766)
+++ PKGBUILD2011-11-14 21:36:37 UTC (rev 142767)
@@ -7,7 +7,7 @@
 
 pkgname=bitlbee
 pkgver=3.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 arch=('i686' 'x86_64')
 url='http://www.bitlbee.org/'
@@ -19,7 +19,7 @@
'xinetd'
'rc.d')
 sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'e5880344ff96e6f061d850e7207f5f0bb31fb82b'
+  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
   '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
   'be09d29af3853825778331df451f16ca9e452d03')
 

Modified: msn.patch
===
--- msn.patch   2011-11-14 21:34:58 UTC (rev 142766)
+++ msn.patch   2011-11-14 21:36:37 UTC (rev 142767)
@@ -1,29 +1,27 @@
 bitlbee-3.0.3.old/protocols/msn/soap.h  2011-06-12 08:53:51.0 
-0300
-+++ bitlbee-3.0.3/protocols/msn/soap.h  2011-11-09 21:35:56.0 -0200
-@@ -115,7 +115,7 @@ int msn_soapq_flush( struct im_connectio
-
wst:RequestTypehttp://schemas.xmlsoap.org/ws/2004/04/security/trust/Issue/wst:RequestType
 \
-wsp:AppliesTo \
-wsa:EndpointReference \
--   wsa:Addresscontacts.msn.com/wsa:Address \
-+   
wsa:Addresslocal-bay.contacts.msn.com/wsa:Address \
-/wsa:EndpointReference \
-/wsp:AppliesTo \
-wsse:PolicyReference 
xmlns=\http://schemas.xmlsoap.org/ws/2003/06/secext\; 
URI=\MBI\/wsse:PolicyReference \
-@@ -198,7 +198,7 @@ int msn_soap_oim_send_queue( struct im_c
-   /soap:Body \
- /soap:Envelope
- 
--#define SOAP_MEMLIST_URL 
http://contacts.msn.com/abservice/SharingService.asmx;
-+#define SOAP_MEMLIST_URL 
http://local-bay.contacts.msn.com/abservice/SharingService.asmx;
- #define SOAP_MEMLIST_ACTION 
http://www.msn.com/webservices/AddressBook/FindMembership;
- 
- #define SOAP_MEMLIST_PAYLOAD \
-@@ -233,7 +233,7 @@ int msn_soap_memlist_request( struct im_
- int msn_soap_memlist_edit( struct im_connection *ic, const char *handle, 
gboolean add, int list );
- 
- 
--#define SOAP_ADDRESSBOOK_URL 
http://contacts.msn.com/abservice/abservice.asmx;
-+#define SOAP_ADDRESSBOOK_URL 
http://local-bay.contacts.msn.com/abservice/abservice.asmx;
- #define SOAP_ADDRESSBOOK_ACTION 
http://www.msn.com/webservices/AddressBook/ABFindAll;
- 
- #define SOAP_ADDRESSBOOK_PAYLOAD \
+Index: devel/lib/http_client.c
+===
+--- devel/lib/http_client.c(revision devel,783)
 devel/lib/http_client.c(revision devel,824)
+@@ -314,5 +314,5 @@
+   }
+   
+-  if( ( req-status_code == 301 || req-status_code == 302 )  
req-redir_ttl--  0 )
++  if( ( req-status_code = 301  req-status_code = 303 )  
req-redir_ttl--  0 )
+   {
+   char *loc, *new_request, *new_host;
+@@ -375,8 +375,11 @@
+  going to use strcat(), whether you like it or not. 
:-) */
+   
+-  sprintf( new_request, GET %s HTTP/1.0, url-file );
+-  
+-  s = strstr( req-request, \r\n );
+-  if( s == NULL )
++  *s = 0;
++  sprintf( new_request, %s %s HTTP/1.0\r\nHost: %s,
++   req-status_code == 303 || req-request[0] == 
'G' ? GET : POST, url-file, url-host );
++  *s = ' ';
++  
++  if( !( ( s = strstr( req-request, \r\nHost:  ) ) 
++ ( s = strstr( s + strlen( \r\nHost:  ), \r\n 
) ) ) )
+   {
+   req-status_string = g_strdup( Error while 
rebuilding request string );



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

2011-11-14 Thread Gaetan Bisson
Date: Monday, November 14, 2011 @ 16:37:49
  Author: bisson
Revision: 142768

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

Added:
  bitlbee/repos/testing-i686/
  bitlbee/repos/testing-i686/PKGBUILD
(from rev 142767, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-i686/install
(from rev 142767, bitlbee/trunk/install)
  bitlbee/repos/testing-i686/msn.patch
(from rev 142767, bitlbee/trunk/msn.patch)
  bitlbee/repos/testing-i686/rc.d
(from rev 142767, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-i686/xinetd
(from rev 142767, bitlbee/trunk/xinetd)
  bitlbee/repos/testing-x86_64/
  bitlbee/repos/testing-x86_64/PKGBUILD
(from rev 142767, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-x86_64/install
(from rev 142767, bitlbee/trunk/install)
  bitlbee/repos/testing-x86_64/msn.patch
(from rev 142767, bitlbee/trunk/msn.patch)
  bitlbee/repos/testing-x86_64/rc.d
(from rev 142767, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-x86_64/xinetd
(from rev 142767, bitlbee/trunk/xinetd)

--+
 testing-i686/PKGBUILD|   56 +
 testing-i686/install |   14 +++
 testing-i686/msn.patch   |   27 +
 testing-i686/rc.d|   40 
 testing-i686/xinetd  |   12 +
 testing-x86_64/PKGBUILD  |   56 +
 testing-x86_64/install   |   14 +++
 testing-x86_64/msn.patch |   27 +
 testing-x86_64/rc.d  |   40 
 testing-x86_64/xinetd|   12 +
 10 files changed, 298 insertions(+)

Copied: bitlbee/repos/testing-i686/PKGBUILD (from rev 142767, 
bitlbee/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:37:49 UTC (rev 142768)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.3
+pkgrel=6
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+arch=('i686' 'x86_64')
+url='http://www.bitlbee.org/'
+license=('GPL')
+depends=('openssl' 'glib2' 'libotr')
+optdepends=('xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+'msn.patch'
+   'xinetd'
+   'rc.d')
+sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
+  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../msn.patch
+   
+   ./configure --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   --otr=1 \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
+   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
+   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
+
+   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install-etc
+   make DESTDIR=${pkgdir} install-dev
+}

Copied: bitlbee/repos/testing-i686/install (from rev 142767, 
bitlbee/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2011-11-14 21:37:49 UTC (rev 142768)
@@ -0,0 +1,14 @@
+post_install() {
+   echo '== Bitlbee can run through xinetd or as a daemon for now.'
+   getent group bitlbee /dev/null || groupadd -r -g 65 bitlbee /dev/null
+   getent passwd bitlbee /dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c bitlbee bitlbee /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   getent passwd bitlbee /dev/null  userdel bitlbee /dev/null
+   getent group bitlbee /dev/null  groupdel bitlbee /dev/null
+}

Copied: bitlbee/repos/testing-i686/msn.patch (from rev 142767, 
bitlbee/trunk/msn.patch)
===
--- testing-i686/msn.patch  (rev 0)
+++ testing-i686/msn.patch  2011-11-14 21:37:49 UTC (rev 142768)
@@ -0,0 +1,27 @@
+Index: devel/lib/http_client.c

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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:40:04
  Author: ibiru
Revision: 142769

update to 3.2.2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 21:37:49 UTC (rev 142768)
+++ PKGBUILD2011-11-14 21:40:04 UTC (rev 142769)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
 arch=('i686' 'x86_64')
@@ -13,20 +13,20 @@
 groups=('gnome-extra')
 options=('!emptydirs' '!libtool')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ae20715790796061e51132804f5925c5a61a1e615527c7c746cd8b76a8f97c89')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $srcdir/$pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-scrollkeeper
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 
   # remove it from Xfce menu that ships its own thingy
-  echo NotShowIn=XFCE  ${pkgdir}/usr/share/applications/eog.desktop
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
 }



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

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 16:40:57
  Author: ibiru
Revision: 142770

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

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
(from rev 142769, eog/trunk/PKGBUILD)
  eog/repos/testing-i686/eog.install
(from rev 142769, eog/trunk/eog.install)
  eog/repos/testing-x86_64/
  eog/repos/testing-x86_64/PKGBUILD
(from rev 142769, eog/trunk/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
(from rev 142769, eog/trunk/eog.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/eog.install   |   19 +++
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/eog.install |   19 +++
 4 files changed, 102 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 142769, eog/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-i686/eog.install (from rev 142769, 
eog/trunk/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 142769, eog/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.2.2
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('315625babf04293341bd0b3ae26337d11c8696422d5dc4442ad551b25db42530')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 142769, 
eog/trunk/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2011-11-14 21:40:57 UTC (rev 142770)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall eog
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in proftpd/repos (9 files)

2011-11-14 Thread Eric Bélanger
Date: Monday, November 14, 2011 @ 17:33:03
  Author: eric
Revision: 142771

db-move: moved proftpd from [testing] to [extra] (i686)

Added:
  proftpd/repos/extra-i686/PKGBUILD
(from rev 142770, proftpd/repos/testing-i686/PKGBUILD)
  proftpd/repos/extra-i686/proftpd
(from rev 142770, proftpd/repos/testing-i686/proftpd)
  proftpd/repos/extra-i686/proftpd.conf.d
(from rev 142770, proftpd/repos/testing-i686/proftpd.conf.d)
  proftpd/repos/extra-i686/proftpd.logrotate
(from rev 142770, proftpd/repos/testing-i686/proftpd.logrotate)
Deleted:
  proftpd/repos/extra-i686/PKGBUILD
  proftpd/repos/extra-i686/proftpd
  proftpd/repos/extra-i686/proftpd.conf.d
  proftpd/repos/extra-i686/proftpd.logrotate
  proftpd/repos/testing-i686/

---+
 PKGBUILD  |  103 +---
 proftpd   |   82 -
 proftpd.conf.d|8 ++--
 proftpd.logrotate |   10 ++---
 4 files changed, 101 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-14 21:40:57 UTC (rev 142770)
+++ extra-i686/PKGBUILD 2011-11-14 22:33:03 UTC (rev 142771)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=proftpd
-pkgver=1.3.3f
-pkgrel=1
-pkgdesc=A high-performance, scalable FTP server
-arch=('i686' 'x86_64')
-url=http://www.proftpd.org;
-license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
-backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2;
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-md5sums=('e9416d2aa7ac1246af4fc8a80fd73f27'
- '99f6f9a989e70e3fa50809fc2b0a'
- 'ddb09eb13131becdf0e081eef413116b'
- '71d5932b0461c318ed68c2c0c2660736')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-pam \
-
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
---sysconfdir=/etc \
---localstatedir=/var/run \
---enable-ctrls \
---enable-ipv6 \
---with-includes=/usr/include/mysql:/usr/include/postgresql \
---with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
-  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
-  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
-  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
-
-  cd ${pkgdir}/etc
-  sed -i 's|nogroup|nobody|g' proftpd.conf
-  rmdir ${pkgdir}/usr/libexec
-}

Copied: proftpd/repos/extra-i686/PKGBUILD (from rev 142770, 
proftpd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-14 22:33:03 UTC (rev 142771)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org;
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+md5sums=('7734142c7fa7212ab9f188a617a4be87'
+ '0426c03ca88f1b8794006916ac6466ce'
+ '99f6f9a989e70e3fa50809fc2b0a'
+ 'ddb09eb13131becdf0e081eef413116b'
+ '71d5932b0461c318ed68c2c0c2660736')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+--sysconfdir=/etc \
+--localstatedir=/var/run \
+--enable-ctrls \
+--enable-ipv6 \
+--with-includes=/usr/include/mysql:/usr/include/postgresql \
+--with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
+--enable-nls
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
+
+  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
+  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
+  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
+  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
+}

Deleted: extra-i686/proftpd

[arch-commits] Commit in proftpd/repos (9 files)

2011-11-14 Thread Eric Bélanger
Date: Monday, November 14, 2011 @ 17:33:04
  Author: eric
Revision: 142772

db-move: moved proftpd from [testing] to [extra] (x86_64)

Added:
  proftpd/repos/extra-x86_64/PKGBUILD
(from rev 142770, proftpd/repos/testing-x86_64/PKGBUILD)
  proftpd/repos/extra-x86_64/proftpd
(from rev 142770, proftpd/repos/testing-x86_64/proftpd)
  proftpd/repos/extra-x86_64/proftpd.conf.d
(from rev 142770, proftpd/repos/testing-x86_64/proftpd.conf.d)
  proftpd/repos/extra-x86_64/proftpd.logrotate
(from rev 142770, proftpd/repos/testing-x86_64/proftpd.logrotate)
Deleted:
  proftpd/repos/extra-x86_64/PKGBUILD
  proftpd/repos/extra-x86_64/proftpd
  proftpd/repos/extra-x86_64/proftpd.conf.d
  proftpd/repos/extra-x86_64/proftpd.logrotate
  proftpd/repos/testing-x86_64/

---+
 PKGBUILD  |  103 +---
 proftpd   |   82 -
 proftpd.conf.d|8 ++--
 proftpd.logrotate |   10 ++---
 4 files changed, 101 insertions(+), 102 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-14 22:33:03 UTC (rev 142771)
+++ extra-x86_64/PKGBUILD   2011-11-14 22:33:04 UTC (rev 142772)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=proftpd
-pkgver=1.3.3f
-pkgrel=1
-pkgdesc=A high-performance, scalable FTP server
-arch=('i686' 'x86_64')
-url=http://www.proftpd.org;
-license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
-backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2;
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-md5sums=('e9416d2aa7ac1246af4fc8a80fd73f27'
- '99f6f9a989e70e3fa50809fc2b0a'
- 'ddb09eb13131becdf0e081eef413116b'
- '71d5932b0461c318ed68c2c0c2660736')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---disable-pam \
-
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
---sysconfdir=/etc \
---localstatedir=/var/run \
---enable-ctrls \
---enable-ipv6 \
---with-includes=/usr/include/mysql:/usr/include/postgresql \
---with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
-  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
-  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
-  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
-
-  cd ${pkgdir}/etc
-  sed -i 's|nogroup|nobody|g' proftpd.conf
-  rmdir ${pkgdir}/usr/libexec
-}

Copied: proftpd/repos/extra-x86_64/PKGBUILD (from rev 142770, 
proftpd/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-14 22:33:04 UTC (rev 142772)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org;
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+md5sums=('7734142c7fa7212ab9f188a617a4be87'
+ '0426c03ca88f1b8794006916ac6466ce'
+ '99f6f9a989e70e3fa50809fc2b0a'
+ 'ddb09eb13131becdf0e081eef413116b'
+ '71d5932b0461c318ed68c2c0c2660736')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+--sysconfdir=/etc \
+--localstatedir=/var/run \
+--enable-ctrls \
+--enable-ipv6 \
+--with-includes=/usr/include/mysql:/usr/include/postgresql \
+--with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
+--enable-nls
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
+
+  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
+  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
+  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
+  install -Dm755 

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

2011-11-14 Thread Eric Bélanger
Date: Monday, November 14, 2011 @ 19:47:52
  Author: eric
Revision: 142773

upgpkg: racket 5.2-1

Upstream update, Remove already satisfied libffi depends

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 22:33:04 UTC (rev 142772)
+++ PKGBUILD2011-11-15 00:47:52 UTC (rev 142773)
@@ -2,21 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=racket
-pkgver=5.1.3
+pkgver=5.2
 pkgrel=1
 pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
 arch=('i686' 'x86_64')
 url=http://racket-lang.org/;
 license=('LGPL')
-depends=('gtk2' 'libffi' 'desktop-file-utils')
+depends=('gtk2' 'desktop-file-utils')
 makedepends=('gsfonts')
 options=('!strip')
 install=racket.install
 
source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
 drracket.desktop)
-md5sums=('6c33caf6ee49a422be053effaf630941'
- '9223c9736ead677431542b41271c7b3c')
-sha1sums=('7face74729cee8b36ce3df44b36b04ca23b4c986'
+sha1sums=('f88007c12d7e5f2773b122d3652c8cd1d15da8c3'
   'a20808f6b250225704856f82a544681a962a299d')
 
 build() {



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

2011-11-14 Thread Eric Bélanger
Date: Monday, November 14, 2011 @ 19:48:27
  Author: eric
Revision: 142774

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

Added:
  racket/repos/extra-i686/PKGBUILD
(from rev 142773, racket/trunk/PKGBUILD)
  racket/repos/extra-i686/drracket.desktop
(from rev 142773, racket/trunk/drracket.desktop)
  racket/repos/extra-i686/racket.install
(from rev 142773, racket/trunk/racket.install)
  racket/repos/extra-x86_64/PKGBUILD
(from rev 142773, racket/trunk/PKGBUILD)
  racket/repos/extra-x86_64/drracket.desktop
(from rev 142773, racket/trunk/drracket.desktop)
  racket/repos/extra-x86_64/racket.install
(from rev 142773, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-i686/PKGBUILD
  racket/repos/extra-i686/drracket.desktop
  racket/repos/extra-i686/racket.install
  racket/repos/extra-x86_64/PKGBUILD
  racket/repos/extra-x86_64/drracket.desktop
  racket/repos/extra-x86_64/racket.install

---+
 extra-i686/PKGBUILD   |   64 +++-
 extra-i686/drracket.desktop   |   18 +--
 extra-i686/racket.install |   22 ++---
 extra-x86_64/PKGBUILD |   64 +++-
 extra-x86_64/drracket.desktop |   18 +--
 extra-x86_64/racket.install   |   22 ++---
 6 files changed, 102 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-15 00:47:52 UTC (rev 142773)
+++ extra-i686/PKGBUILD 2011-11-15 00:48:27 UTC (rev 142774)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.1.3
-pkgrel=1
-pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('LGPL')
-depends=('gtk2' 'libffi' 'desktop-file-utils')
-makedepends=('gsfonts')
-options=('!strip')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
-drracket.desktop)
-md5sums=('6c33caf6ee49a422be053effaf630941'
- '9223c9736ead677431542b41271c7b3c')
-sha1sums=('7face74729cee8b36ce3df44b36b04ca23b4c986'
-  'a20808f6b250225704856f82a544681a962a299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
-  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 142773, 
racket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 00:48:27 UTC (rev 142774)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.2
+pkgrel=1
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+sha1sums=('f88007c12d7e5f2773b122d3652c8cd1d15da8c3'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Deleted: extra-i686/drracket.desktop
===
--- extra-i686/drracket.desktop 2011-11-15 00:47:52 UTC (rev 142773)
+++ extra-i686/drracket.desktop 2011-11-15 00:48:27 UTC (rev 142774)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=DrRacket
-GenericName=IDE for Racket
-Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
-Exec=drracket
-Terminal=false
-Type=Application
-Categories=Education;Development;
-Icon=drracket

Copied: racket/repos/extra-i686/drracket.desktop (from rev 142773, 
racket/trunk/drracket.desktop)
===
--- extra-i686/drracket.desktop (rev 0)
+++ extra-i686/drracket.desktop 2011-11-15 00:48:27 UTC (rev 142774)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DrRacket
+GenericName=IDE for 

[arch-commits] Commit in bitlbee/repos (11 files)

2011-11-14 Thread Gaetan Bisson
Date: Monday, November 14, 2011 @ 21:49:36
  Author: bisson
Revision: 142775

db-move: moved bitlbee from [testing] to [extra] (i686)

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 142774, bitlbee/repos/testing-i686/PKGBUILD)
  bitlbee/repos/extra-i686/install
(from rev 142774, bitlbee/repos/testing-i686/install)
  bitlbee/repos/extra-i686/msn.patch
(from rev 142774, bitlbee/repos/testing-i686/msn.patch)
  bitlbee/repos/extra-i686/rc.d
(from rev 142774, bitlbee/repos/testing-i686/rc.d)
  bitlbee/repos/extra-i686/xinetd
(from rev 142774, bitlbee/repos/testing-i686/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/install
  bitlbee/repos/extra-i686/msn.patch
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/testing-i686/

---+
 PKGBUILD  |  112 ++--
 install   |   28 +++
 msn.patch |   56 ++
 rc.d  |   80 +-
 xinetd|   24 ++--
 5 files changed, 149 insertions(+), 151 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-15 00:48:27 UTC (rev 142774)
+++ extra-i686/PKGBUILD 2011-11-15 02:49:36 UTC (rev 142775)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=5
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'msn.patch'
-   'xinetd'
-   'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'e5880344ff96e6f061d850e7207f5f0bb31fb82b'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../msn.patch
-   
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 142774, 
bitlbee/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 02:49:36 UTC (rev 142775)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.3
+pkgrel=6
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+arch=('i686' 'x86_64')
+url='http://www.bitlbee.org/'
+license=('GPL')
+depends=('openssl' 'glib2' 'libotr')
+optdepends=('xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+'msn.patch'
+   'xinetd'
+   'rc.d')
+sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
+  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../msn.patch
+   
+   ./configure --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   --otr=1 \
+
+   make
+}
+
+package() {
+   cd 

[arch-commits] Commit in bitlbee/repos (11 files)

2011-11-14 Thread Gaetan Bisson
Date: Monday, November 14, 2011 @ 21:49:37
  Author: bisson
Revision: 142776

db-move: moved bitlbee from [testing] to [extra] (x86_64)

Added:
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 142774, bitlbee/repos/testing-x86_64/PKGBUILD)
  bitlbee/repos/extra-x86_64/install
(from rev 142774, bitlbee/repos/testing-x86_64/install)
  bitlbee/repos/extra-x86_64/msn.patch
(from rev 142774, bitlbee/repos/testing-x86_64/msn.patch)
  bitlbee/repos/extra-x86_64/rc.d
(from rev 142774, bitlbee/repos/testing-x86_64/rc.d)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 142774, bitlbee/repos/testing-x86_64/xinetd)
Deleted:
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/install
  bitlbee/repos/extra-x86_64/msn.patch
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd
  bitlbee/repos/testing-x86_64/

---+
 PKGBUILD  |  112 ++--
 install   |   28 +++
 msn.patch |   56 ++
 rc.d  |   80 +-
 xinetd|   24 ++--
 5 files changed, 149 insertions(+), 151 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-15 02:49:36 UTC (rev 142775)
+++ extra-x86_64/PKGBUILD   2011-11-15 02:49:37 UTC (rev 142776)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=5
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'msn.patch'
-   'xinetd'
-   'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'e5880344ff96e6f061d850e7207f5f0bb31fb82b'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../msn.patch
-   
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/extra-x86_64/PKGBUILD (from rev 142774, 
bitlbee/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-15 02:49:37 UTC (rev 142776)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.3
+pkgrel=6
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+arch=('i686' 'x86_64')
+url='http://www.bitlbee.org/'
+license=('GPL')
+depends=('openssl' 'glib2' 'libotr')
+optdepends=('xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+'msn.patch'
+   'xinetd'
+   'rc.d')
+sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
+  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../msn.patch
+   
+   ./configure --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   

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

2011-11-14 Thread Eric Bélanger
Date: Monday, November 14, 2011 @ 23:26:27
  Author: eric
Revision: 142777

upgpkg: proftpd 1:1.3.4a-1

Upstream update

Modified:
  proftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-15 02:49:37 UTC (rev 142776)
+++ PKGBUILD2011-11-15 04:26:27 UTC (rev 142777)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer:
-# Contributor: Eric Belanger e...@archlinux.org
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=proftpd
-pkgver=1.3.4
+pkgver=1.3.4a
 pkgrel=1
+epoch=1
 pkgdesc=A high-performance, scalable FTP server
 arch=('i686' 'x86_64')
 url=http://www.proftpd.org;
@@ -14,11 +14,11 @@
 backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
 
source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
 'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-md5sums=('7734142c7fa7212ab9f188a617a4be87'
- '0426c03ca88f1b8794006916ac6466ce'
- '99f6f9a989e70e3fa50809fc2b0a'
- 'ddb09eb13131becdf0e081eef413116b'
- '71d5932b0461c318ed68c2c0c2660736')
+sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
+  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
+  'b7819d725817e55b69c73e2572c21a05db48cc86'
+  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
+  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in proftpd/repos (16 files)

2011-11-14 Thread Eric Bélanger
Date: Monday, November 14, 2011 @ 23:26:53
  Author: eric
Revision: 142778

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

Added:
  proftpd/repos/extra-i686/PKGBUILD
(from rev 142777, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-i686/proftpd
(from rev 142777, proftpd/trunk/proftpd)
  proftpd/repos/extra-i686/proftpd.conf.d
(from rev 142777, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-i686/proftpd.logrotate
(from rev 142777, proftpd/trunk/proftpd.logrotate)
  proftpd/repos/extra-x86_64/PKGBUILD
(from rev 142777, proftpd/trunk/PKGBUILD)
  proftpd/repos/extra-x86_64/proftpd
(from rev 142777, proftpd/trunk/proftpd)
  proftpd/repos/extra-x86_64/proftpd.conf.d
(from rev 142777, proftpd/trunk/proftpd.conf.d)
  proftpd/repos/extra-x86_64/proftpd.logrotate
(from rev 142777, proftpd/trunk/proftpd.logrotate)
Deleted:
  proftpd/repos/extra-i686/PKGBUILD
  proftpd/repos/extra-i686/proftpd
  proftpd/repos/extra-i686/proftpd.conf.d
  proftpd/repos/extra-i686/proftpd.logrotate
  proftpd/repos/extra-x86_64/PKGBUILD
  proftpd/repos/extra-x86_64/proftpd
  proftpd/repos/extra-x86_64/proftpd.conf.d
  proftpd/repos/extra-x86_64/proftpd.logrotate

+
 extra-i686/PKGBUILD|  102 +++
 extra-i686/proftpd |   82 +++
 extra-i686/proftpd.conf.d  |8 +--
 extra-i686/proftpd.logrotate   |   10 +--
 extra-x86_64/PKGBUILD  |  102 +++
 extra-x86_64/proftpd   |   82 +++
 extra-x86_64/proftpd.conf.d|8 +--
 extra-x86_64/proftpd.logrotate |   10 +--
 8 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-15 04:26:27 UTC (rev 142777)
+++ extra-i686/PKGBUILD 2011-11-15 04:26:53 UTC (rev 142778)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=proftpd
-pkgver=1.3.4
-pkgrel=1
-pkgdesc=A high-performance, scalable FTP server
-arch=('i686' 'x86_64')
-url=http://www.proftpd.org;
-license=('GPL')
-depends=('libldap' 'libmysqlclient' 'postgresql-libs')
-backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
-source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
-'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
-md5sums=('7734142c7fa7212ab9f188a617a4be87'
- '0426c03ca88f1b8794006916ac6466ce'
- '99f6f9a989e70e3fa50809fc2b0a'
- 'ddb09eb13131becdf0e081eef413116b'
- '71d5932b0461c318ed68c2c0c2660736')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---disable-pam \
-
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
---sysconfdir=/etc \
---localstatedir=/var/run \
---enable-ctrls \
---enable-ipv6 \
---with-includes=/usr/include/mysql:/usr/include/postgresql \
---with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
---enable-nls
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
-
-  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
-  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
-  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
-  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
-}

Copied: proftpd/repos/extra-i686/PKGBUILD (from rev 142777, 
proftpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 04:26:53 UTC (rev 142778)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4a
+pkgrel=1
+epoch=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org;
+license=('GPL')
+depends=('libldap' 'libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.bz2{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d')
+sha1sums=('18ea33d8b9f858b6e735cc81af900f0eebee8d25'
+  '195b06e28e503f5e5ef355c3332884cc5e7954a9'
+  'b7819d725817e55b69c73e2572c21a05db48cc86'
+  '83c38ec40efb7cc09d9824b98e65cd948a195cc6'
+  'f34f60cb4fb1f4af7be7aca427cbad3cad22bbb9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+

[arch-commits] Commit in xine-lib/trunk (4 files)

2011-11-14 Thread Eric Bélanger
Date: Tuesday, November 15, 2011 @ 00:33:45
  Author: eric
Revision: 142779

upgpkg: xine-lib 1.1.20-1

Upstream update, Remove old patches

Modified:
  xine-lib/trunk/PKGBUILD
Deleted:
  xine-lib/trunk/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/trunk/xine-lib-1.1.19-ffmpeg.patch
  xine-lib/trunk/xine-lib-1.1.19-xvmc.patch

--+
 PKGBUILD |   27 -
 xine-lib-1.1.1-configure-no-mcpu-march.patch |   13 
 xine-lib-1.1.19-ffmpeg.patch |  380 -
 xine-lib-1.1.19-xvmc.patch   |   17 -
 4 files changed, 7 insertions(+), 430 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-15 04:26:53 UTC (rev 142778)
+++ PKGBUILD2011-11-15 05:33:45 UTC (rev 142779)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-lib
-pkgver=1.1.19
-pkgrel=6
+pkgver=1.1.20
+pkgrel=1
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;
@@ -25,28 +25,15 @@
 'libmng: for using the mng plugin' \
 'aalib: for using the aalib plugin')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
-xine-lib-1.1.1-configure-no-mcpu-march.patch xine-lib-1.1.19-xvmc.patch
-xine-lib-1.1.19-ffmpeg.patch)
-sha1sums=('f65f762d2e16adf04b9d715c91ee0bc02c322a7d'
-  '121a8358d7919b2e51067412373f52848290338a'
-  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34'
-  'd70f14c3dbb59b65c581575fa1fe13aeeb38f1b1')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('1dbd48e14113739101429391d45f65ebbf6519fc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/xine-lib-1.1.1-configure-no-mcpu-march.patch
-  patch -p0 -i ${srcdir}/xine-lib-1.1.19-xvmc.patch
-  patch -p1 -i ${srcdir}/xine-lib-1.1.19-ffmpeg.patch
   sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
-configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
-
-  libtoolize --force --copy
-  aclocal -I m4
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
+configure src/input/input_v4l.c src/video_out/video_out_syncfb.h
+  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad \
+--disable-optimizations
   make
 }
 

Deleted: xine-lib-1.1.1-configure-no-mcpu-march.patch
===
--- xine-lib-1.1.1-configure-no-mcpu-march.patch2011-11-15 04:26:53 UTC 
(rev 142778)
+++ xine-lib-1.1.1-configure-no-mcpu-march.patch2011-11-15 05:33:45 UTC 
(rev 142779)
@@ -1,13 +0,0 @@
 m4/optimizations.m4.orig   2005-11-27 01:20:08.0 +0100
-+++ m4/optimizations.m42005-11-27 01:22:56.0 +0100
-@@ -161,10 +161,6 @@
-   ;;
- 
-   esac
--  if test x$archopt_val != x; then
--  CFLAGS=$sarchopt=$archopt_val $CFLAGS
--  DEBUG_CFLAGS=$sarchopt=$archopt_val $DEBUG_CFLAGS
--  fi
- fi
-   else
- dnl we have the Intel compiler

Deleted: xine-lib-1.1.19-ffmpeg.patch
===
--- xine-lib-1.1.19-ffmpeg.patch2011-11-15 04:26:53 UTC (rev 142778)
+++ xine-lib-1.1.19-ffmpeg.patch2011-11-15 05:33:45 UTC (rev 142779)
@@ -1,380 +0,0 @@
-diff -r 717450d734f7 src/combined/ffmpeg/ff_audio_decoder.c
 a/src/combined/ffmpeg/ff_audio_decoder.c   Mon May 16 15:49:02 2011 +0100
-+++ b/src/combined/ffmpeg/ff_audio_decoder.c   Mon May 16 19:46:49 2011 -0400
-@@ -46,6 +46,12 @@
- 
- #define AUDIOBUFSIZE (64 * 1024)
- 
-+#if LIBAVCODEC_VERSION_MAJOR = 53 || (LIBAVCODEC_VERSION_MAJOR == 52  
LIBAVCODEC_VERSION_MINOR = 32)
-+#  define AVAUDIO 3
-+#else
-+#  define AVAUDIO 2
-+#endif
-+
- typedef struct {
-   audio_decoder_class_t   decoder_class;
- } ff_audio_class_t;
-@@ -255,6 +261,9 @@
-   buf-decoder_info[2]);
- 
-   } else if (!(buf-decoder_flags  BUF_FLAG_SPECIAL)) {
-+#if AVAUDIO  2
-+AVPacket avpkt;
-+#endif
- 
- if( !this-decoder_ok ) {
-   if ( ! this-context || ! this-codec ) {
-@@ -286,11 +295,21 @@
- if (!this-output_open) {
-   if (!this-audio_bits || !this-audio_sample_rate || 
!this-audio_channels) {
- decode_buffer_size = AVCODEC_MAX_AUDIO_FRAME_SIZE;
-+#if AVAUDIO  2
-+  av_init_packet (avpkt);
-+  avpkt.data = (uint8_t *)this-buf[0];
-+  avpkt.size = this-size;
-+  avpkt.flags = AV_PKT_FLAG_KEY;
-+  avcodec_decode_audio3 (this-context,
-+ (int16_t *)this-decode_buffer,
-+ decode_buffer_size, avpkt);
-+#else
- avcodec_decode_audio2 

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

2011-11-14 Thread Eric Bélanger
Date: Tuesday, November 15, 2011 @ 00:34:03
  Author: eric
Revision: 142780

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

Added:
  xine-lib/repos/extra-i686/PKGBUILD
(from rev 142779, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/extra-x86_64/PKGBUILD
(from rev 142779, xine-lib/trunk/PKGBUILD)
Deleted:
  xine-lib/repos/extra-i686/PKGBUILD
  xine-lib/repos/extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/repos/extra-i686/xine-lib-1.1.19-ffmpeg.patch
  xine-lib/repos/extra-i686/xine-lib-1.1.19-xvmc.patch
  xine-lib/repos/extra-x86_64/PKGBUILD
  xine-lib/repos/extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-ffmpeg.patch
  xine-lib/repos/extra-x86_64/xine-lib-1.1.19-xvmc.patch

---+
 extra-i686/PKGBUILD   |   99 +--
 extra-i686/xine-lib-1.1.1-configure-no-mcpu-march.patch   |   13 
 extra-i686/xine-lib-1.1.19-ffmpeg.patch   |  380 
 extra-i686/xine-lib-1.1.19-xvmc.patch |   17 
 extra-x86_64/PKGBUILD |   99 +--
 extra-x86_64/xine-lib-1.1.1-configure-no-mcpu-march.patch |   13 
 extra-x86_64/xine-lib-1.1.19-ffmpeg.patch |  380 
 extra-x86_64/xine-lib-1.1.19-xvmc.patch   |   17 
 8 files changed, 86 insertions(+), 932 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-15 05:33:45 UTC (rev 142779)
+++ extra-i686/PKGBUILD 2011-11-15 05:34:03 UTC (rev 142780)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=xine-lib
-pkgver=1.1.19
-pkgrel=6
-pkgdesc=A multimedia playback engine
-arch=('i686' 'x86_64')
-url=http://www.xine-project.org;
-license=('LGPL' 'GPL')
-depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
-makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
- 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
-optdepends=('imagemagick: for using the imagemagick plugin' \
-'smbclient: for using the smb plugin' \
-'jack: for using the jack plugin' \
-'vcdimager: for using the vcd plugin' \
-'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
-'mesa: for using the opengl plugin' \
-'libpulse: for using the pulseaudio plugin' \
-'speex: for using the speex plugin' \
-'v4l-utils: for using the v4l plugin' \
-'wavpack: for using the wavpack plugin' \
-'faad2: for using the faad plugin' \
-'libmng: for using the mng plugin' \
-'aalib: for using the aalib plugin')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
-xine-lib-1.1.1-configure-no-mcpu-march.patch xine-lib-1.1.19-xvmc.patch
-xine-lib-1.1.19-ffmpeg.patch)
-sha1sums=('f65f762d2e16adf04b9d715c91ee0bc02c322a7d'
-  '121a8358d7919b2e51067412373f52848290338a'
-  '920bf27e6e3523dfe4cc9c802ff713e9688a3f34'
-  'd70f14c3dbb59b65c581575fa1fe13aeeb38f1b1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/xine-lib-1.1.1-configure-no-mcpu-march.patch
-  patch -p0 -i ${srcdir}/xine-lib-1.1.19-xvmc.patch
-  patch -p1 -i ${srcdir}/xine-lib-1.1.19-ffmpeg.patch
-  sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
-configure.ac src/input/input_v4l.c src/video_out/video_out_syncfb.h
-
-  libtoolize --force --copy
-  aclocal -I m4
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg 
--with-external-libfaad
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 142779, 
xine-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 05:34:03 UTC (rev 142780)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.1.20
+pkgrel=1
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa'
+ 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 
'aalib')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'smbclient: for using the smb plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'gdk-pixbuf2: for using the gdk-pixbuf plugin' \
+'mesa: for using the opengl plugin' \
+

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

2011-11-14 Thread Andrea Scarpino
Date: Tuesday, November 15, 2011 @ 01:10:39
  Author: andrea
Revision: 142781

upgpkg: attica 0.2.9-1

Upstream release

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

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-15 05:34:03 UTC (rev 142780)
+++ PKGBUILD2011-11-15 06:10:39 UTC (rev 142781)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=attica
-pkgver=0.2.0
+pkgver=0.2.9
 pkgrel=1
 pkgdesc='A library to access Open Collaboration Service providers'
 arch=('i686' 'x86_64')
@@ -11,10 +11,10 @@
 depends=('qt')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('df3dcea0229cfa31539bdd427976e15b')
+md5sums=('7dadb6ca7dec09f89d41cd868ea6dc39')
 
 build() {
-  cd ${srcdir}
+  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
 }


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



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

2011-11-14 Thread Andrea Scarpino
Date: Tuesday, November 15, 2011 @ 01:11:07
  Author: andrea
Revision: 142782

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

Added:
  attica/repos/extra-i686/PKGBUILD
(from rev 142781, attica/trunk/PKGBUILD)
  attica/repos/extra-x86_64/PKGBUILD
(from rev 142781, attica/trunk/PKGBUILD)
Deleted:
  attica/repos/extra-i686/PKGBUILD
  attica/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 2011-11-15 06:10:39 UTC (rev 142781)
+++ extra-i686/PKGBUILD 2011-11-15 06:11:07 UTC (rev 142782)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=attica
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='A library to access Open Collaboration Service providers'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('df3dcea0229cfa31539bdd427976e15b')
-
-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: attica/repos/extra-i686/PKGBUILD (from rev 142781, 
attica/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 06:11:07 UTC (rev 142782)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='A library to access Open Collaboration Service providers'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('7dadb6ca7dec09f89d41cd868ea6dc39')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-15 06:10:39 UTC (rev 142781)
+++ extra-x86_64/PKGBUILD   2011-11-15 06:11:07 UTC (rev 142782)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=attica
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='A library to access Open Collaboration Service providers'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('df3dcea0229cfa31539bdd427976e15b')
-
-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: attica/repos/extra-x86_64/PKGBUILD (from rev 142781, 
attica/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-15 06:11:07 UTC (rev 142782)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.2.9
+pkgrel=1
+pkgdesc='A library to access Open Collaboration Service providers'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('7dadb6ca7dec09f89d41cd868ea6dc39')
+
+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
+}



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

2011-11-14 Thread Andrea Scarpino
Date: Tuesday, November 15, 2011 @ 01:16:17
  Author: andrea
Revision: 142783

upgpkg: raptor 2.0.5-1

Upstream release

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-15 06:11:07 UTC (rev 142782)
+++ PKGBUILD2011-11-15 06:16:17 UTC (rev 142783)
@@ -4,16 +4,16 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
 url=http://librdf.org/raptor;
-depends=('libxml2=2.7.8' 'curl=7.21.7' 'zlib=1.2.5' 'libxslt=1.1.26')
+depends=('curl=7.22.0' 'libxslt=1.1.26')
 license=('LGPL')
 options=('!libtool')
 source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-md5sums=('46eff4b20f8752d1146a3e0c8b2168dd')
+md5sums=('ffa2aa82c83dbd5b1f77835348ed2c2a')
 
 build() {
   cd ${srcdir}/raptor2-${pkgver}
@@ -28,4 +28,3 @@
   cd ${srcdir}/raptor2-${pkgver}
   make prefix=${pkgdir}/usr install
 }
-md5sums=('0373efb8d85dc872bc7bb5b1c69299fb')



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

2011-11-14 Thread Andrea Scarpino
Date: Tuesday, November 15, 2011 @ 01:17:05
  Author: andrea
Revision: 142784

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-11-15 06:16:17 UTC (rev 142783)
+++ extra-i686/PKGBUILD 2011-11-15 06:17:05 UTC (rev 142784)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andyrtr at archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('libxml2=2.7.8' 'curl=7.21.7' 'zlib=1.2.5' 'libxslt=1.1.26')
-license=('LGPL')
-options=('!libtool')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-md5sums=('46eff4b20f8752d1146a3e0c8b2168dd')
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no
-  make
-}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('0373efb8d85dc872bc7bb5b1c69299fb')

Copied: raptor/repos/extra-i686/PKGBUILD (from rev 142783, 
raptor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 06:17:05 UTC (rev 142784)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.5
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl=7.22.0' 'libxslt=1.1.26')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+md5sums=('ffa2aa82c83dbd5b1f77835348ed2c2a')
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no
+  make
+}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-15 06:16:17 UTC (rev 142783)
+++ extra-x86_64/PKGBUILD   2011-11-15 06:17:05 UTC (rev 142784)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andyrtr at archlinux.org
-# Contributor: eric e...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=raptor
-pkgver=2.0.4
-pkgrel=1
-pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
-arch=('i686' 'x86_64')
-url=http://librdf.org/raptor;
-depends=('libxml2=2.7.8' 'curl=7.21.7' 'zlib=1.2.5' 'libxslt=1.1.26')
-license=('LGPL')
-options=('!libtool')
-source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
-md5sums=('46eff4b20f8752d1146a3e0c8b2168dd')
-
-build() {
-  cd ${srcdir}/raptor2-${pkgver}
-
-  ./configure --prefix=/usr \
---disable-static \
---with-yajl=no
-  make
-}
-
-package() {
-  cd ${srcdir}/raptor2-${pkgver}
-  make prefix=${pkgdir}/usr install
-}
-md5sums=('0373efb8d85dc872bc7bb5b1c69299fb')

Copied: raptor/repos/extra-x86_64/PKGBUILD (from rev 142783, 
raptor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-11-15 06:17:05 UTC (rev 142784)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.5
+pkgrel=1
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl=7.22.0' 'libxslt=1.1.26')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+md5sums=('ffa2aa82c83dbd5b1f77835348ed2c2a')
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no
+  make
+}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}



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

2011-11-14 Thread Eric Bélanger
Date: Tuesday, November 15, 2011 @ 01:27:58
  Author: eric
Revision: 142785

upgpkg: gtk-vnc 0.4.4-1

Upstream update, Add libgcrypt depends, Add vala and gobject-introspection 
makedepends

Modified:
  gtk-vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-11-15 06:17:05 UTC (rev 142784)
+++ PKGBUILD2011-11-15 06:27:58 UTC (rev 142785)
@@ -5,18 +5,18 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=gtk-vnc
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc=A VNC viewer widget for GTK
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/gtk-vnc;
 license=('LGPL')
-depends=('gtk3')
+depends=('libgcrypt' 'gtk3')
 optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2')
+makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b9870d923d636d2e7547267d01c8cafdc06ad5b5b4987003ea3cd567bfbb6377')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c93fdb53c78b52a1cfa067c1a0be0b93d4adfc17ccea1215f20eeab2818308b7')
 
 build() {
   cd $srcdir



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

2011-11-14 Thread Eric Bélanger
Date: Tuesday, November 15, 2011 @ 01:28:23
  Author: eric
Revision: 142786

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

Added:
  gtk-vnc/repos/extra-i686/PKGBUILD
(from rev 142785, gtk-vnc/trunk/PKGBUILD)
  gtk-vnc/repos/extra-x86_64/PKGBUILD
(from rev 142785, gtk-vnc/trunk/PKGBUILD)
Deleted:
  gtk-vnc/repos/extra-i686/PKGBUILD
  gtk-vnc/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 2011-11-15 06:27:58 UTC (rev 142785)
+++ extra-i686/PKGBUILD 2011-11-15 06:28:23 UTC (rev 142786)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=gtk-vnc
-pkgver=0.4.3
-pkgrel=2
-pkgdesc=A VNC viewer widget for GTK
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/gtk-vnc;
-license=('LGPL')
-depends=('gtk3')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b9870d923d636d2e7547267d01c8cafdc06ad5b5b4987003ea3cd567bfbb6377')
-
-build() {
-  cd $srcdir
-  cp -a $pkgname-$pkgver gtk3-build
-
-  ( cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
-}
-
-package() {
-  cd ${srcdir}
-  make -C $pkgname-$pkgver -j1 DESTDIR=${pkgdir} install
-  make -C gtk3-build -j1 DESTDIR=${pkgdir} install
-}

Copied: gtk-vnc/repos/extra-i686/PKGBUILD (from rev 142785, 
gtk-vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-15 06:28:23 UTC (rev 142786)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=gtk-vnc
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=A VNC viewer widget for GTK
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/gtk-vnc;
+license=('LGPL')
+depends=('libgcrypt' 'gtk3')
+optdepends=('gtk2: GTK2 widget')
+makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2' 'vala' 
'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c93fdb53c78b52a1cfa067c1a0be0b93d4adfc17ccea1215f20eeab2818308b7')
+
+build() {
+  cd $srcdir
+  cp -a $pkgname-$pkgver gtk3-build
+
+  ( cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --with-python --disable-static --with-gtk=2.0
+make )
+
+  ( cd gtk3-build
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --with-python --with-examples --disable-static --with-gtk=3.0
+make )
+}
+
+package() {
+  cd ${srcdir}
+  make -C $pkgname-$pkgver -j1 DESTDIR=${pkgdir} install
+  make -C gtk3-build -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-11-15 06:27:58 UTC (rev 142785)
+++ extra-x86_64/PKGBUILD   2011-11-15 06:28:23 UTC (rev 142786)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=gtk-vnc
-pkgver=0.4.3
-pkgrel=2
-pkgdesc=A VNC viewer widget for GTK
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/gtk-vnc;
-license=('LGPL')
-depends=('gtk3')
-optdepends=('gtk2: GTK2 widget')
-makedepends=('intltool' 'pygtk' 'pygobject2-devel' 'gtk-doc' 'gtk2')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b9870d923d636d2e7547267d01c8cafdc06ad5b5b4987003ea3cd567bfbb6377')
-
-build() {
-  cd $srcdir
-  cp -a $pkgname-$pkgver gtk3-build
-
-  ( cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --disable-static --with-gtk=2.0
-make )
-
-  ( cd gtk3-build
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --with-python --with-examples --disable-static --with-gtk=3.0
-make )
-}
-
-package() {
-  cd ${srcdir}
-  make -C $pkgname-$pkgver -j1 DESTDIR=${pkgdir} install
-  make -C gtk3-build -j1 DESTDIR=${pkgdir} install
-}

Copied: gtk-vnc/repos/extra-x86_64/PKGBUILD