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

2012-09-19 Thread Dan McGee
Date: Wednesday, September 19, 2012 @ 03:02:59
  Author: dan
Revision: 166775

upgpkg: git 1.7.12.1-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-18 22:07:56 UTC (rev 166774)
+++ PKGBUILD2012-09-19 07:02:59 UTC (rev 166775)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=1.7.12
+pkgver=1.7.12.1
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -109,8 +109,8 @@
   install -D -m 644 $srcdir/git-daemon.socket 
$pkgdir/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('ceb1a6b17a3e33bbc70eadf8fce5876c'
- '0070ad185cfc29da545abe35ba8862e7'
+md5sums=('1c16e94ca43c2811806567ed6e73d704'
+ 'efaef000a05938971606fad472a1b9f0'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78'
  '042524f942785772d7bd52a1f02fe5ae'



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

2012-09-19 Thread Dan McGee
Date: Wednesday, September 19, 2012 @ 03:03:48
  Author: dan
Revision: 166776

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

Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git.install

+
 extra-i686/PKGBUILD|  117 ---
 extra-i686/git-daemon  |   70 ---
 extra-i686/git-daemon.conf |5 -
 extra-i686/git-daemon.socket   |9 ---
 extra-i686/git.install |   21 ---
 extra-x86_64/PKGBUILD  |  117 ---
 extra-x86_64/git-daemon|   70 ---
 extra-x86_64/git-daemon.conf   |5 -
 extra-x86_64/git-daemon.socket |9 ---
 extra-x86_64/git.install   |   21 ---
 10 files changed, 444 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-19 07:02:59 UTC (rev 166775)
+++ extra-i686/PKGBUILD 2012-09-19 07:03:48 UTC (rev 166776)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=1.7.12
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=(http://git-core.googlecode.com/files/git-$pkgver.tar.gz;
-http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz;
-git-daemon
-git-daemon.conf
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS=--root=/dev/shm/ \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install 
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git 
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # more contrib stuff
-  cp -a ./contrib/* $pkgdir/usr/share/git/ 
-  # scripts are for python 2.x
-  sed -i 's|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|' \
-$(find $pkgdir -name '*.py') \
-$pkgdir/usr/lib/git-core/git-p4 \
-$pkgdir/usr/share/git/gitview/gitview
-
-  # emacs interface
-  cd contrib/emacs
-  make prefix=/usr DESTDIR=$pkgdir install
-
-  # how 'bout some manpages?
-  for mansect in man1 man5 man7; do
-for manpage in $srcdir/$mansect/*; do
-  install -D -m644 $manpage $pkgdir/usr/share/man/$mansect/$(basename 
$manpage)
-done
-  done
-
-  # remove perllocal.pod, .packlist, and empty directories.
-  rm -rf $pkgdir/usr/lib/perl5
-
-  # git daemon script
-  install -D -m755 $srcdir/git-daemon $pkgdir/etc/rc.d/git-daemon
-  install -D -m644 $srcdir/git-daemon.conf 
$pkgdir/etc/conf.d/git-daemon.conf
-
-  # systemd stuff
-  install -D -m 644 $srcdir/git-daemon@.service 
$pkgdir/usr/lib/systemd/system/git-daemon@.service
-  install -D -m 644 

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

2012-09-19 Thread Jan Steffens
Date: Wednesday, September 19, 2012 @ 04:10:45
  Author: heftig
Revision: 166777

Fix FS#31115 (not reacting to sigterm on shutdown, when using sysvinit)

Added:
  networkmanager/trunk/repair-signals.patch
Modified:
  networkmanager/trunk/PKGBUILD
Deleted:
  networkmanager/trunk/systemd-fallback.patch

+
 PKGBUILD   |8 
 repair-signals.patch   |   37 +++
 systemd-fallback.patch |  470 ---
 3 files changed, 42 insertions(+), 473 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 07:03:48 UTC (rev 166776)
+++ PKGBUILD2012-09-19 08:10:45 UTC (rev 166777)
@@ -8,7 +8,7 @@
 pkgname=networkmanager
 _pkgname=NetworkManager
 pkgver=0.9.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Network Management daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -27,12 +27,13 @@
 install=networkmanager.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:3}/$_pkgname-$pkgver.tar.xz
 NetworkManager.conf disable_set_hostname.patch dnsmasq-path.patch
-nm-polkit-permissive.patch)
+nm-polkit-permissive.patch repair-signals.patch)
 sha256sums=('3982b623b7b199ac99e2ddd0840fe7d088245a49e3f680237e8baebf0cf86d07'
 '44b048804c7c0b8b3b0c29b8632b6ad613c397d0a1635ec918e10c0fbcdadf21'
 '25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460'
 '65124505048cc8396daf0242c9f5d532fa669b4bbca305998c248ab2329490cb'
-'e23b651a90ef62d515921953b4c6779538d35a737fb74c266b7fce94d62fdb06')
+'e23b651a90ef62d515921953b4c6779538d35a737fb74c266b7fce94d62fdb06'
+'a1c65a09e5e8ecb1004ab7922517aa7fbc9700dc61e3b2fd348d3d7c23808ce6')
 
 build() {
   cd $_pkgname-$pkgver
@@ -40,6 +41,7 @@
   patch -Np1 -i ../disable_set_hostname.patch
   patch -Np1 -i ../dnsmasq-path.patch
   patch -Np1 -i ../nm-polkit-permissive.patch
+  patch -Np1 -i ../repair-signals.patch # FS#31115
 
   ./configure \
 --prefix=/usr \

Added: repair-signals.patch
===
--- repair-signals.patch(rev 0)
+++ repair-signals.patch2012-09-19 08:10:45 UTC (rev 166777)
@@ -0,0 +1,37 @@
+From 64342a313ef497fca8a4fb7567900d4a1460065f Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev tetrom...@gentoo.org
+Date: Thu, 13 Sep 2012 09:32:53 +
+Subject: core: wait until we daemonized before setting up signals (bgo #683932)
+
+If we mask signals before daemonizing, the daemon process will not be
+able to handle them, and thus would be unkillable with anything other
+than SIGKILL.
+---
+diff --git a/src/main.c b/src/main.c
+index 8bc6d3f..5b82cfa 100644
+--- a/src/main.c
 b/src/main.c
+@@ -401,10 +401,6 @@ main (int argc, char *argv[])
+   exit (1);
+   }
+ 
+-  /* Set up unix signal handling */
+-  if (!setup_signals ())
+-  exit (1);
+-
+   /* Set locale to be able to use environment variables */
+   setlocale (LC_ALL, );
+ 
+@@ -501,6 +497,10 @@ main (int argc, char *argv[])
+   wrote_pidfile = TRUE;
+   }
+ 
++  /* Set up unix signal handling - before creating threads, but after 
daemonizing! */
++  if (!setup_signals ())
++  exit (1);
++
+   if (g_fatal_warnings) {
+   GLogLevelFlags fatal_mask;
+ 
+--
+cgit v0.9.0.2-2-gbebe

Deleted: systemd-fallback.patch
===
--- systemd-fallback.patch  2012-09-19 07:03:48 UTC (rev 166776)
+++ systemd-fallback.patch  2012-09-19 08:10:45 UTC (rev 166777)
@@ -1,470 +0,0 @@
-diff -u -Nr NetworkManager-0.9.3.995/configure.ac 
NetworkManager-0.9.3.995-systemd-fallback/configure.ac
 NetworkManager-0.9.3.995/configure.ac  2012-03-02 01:05:21.0 
+0100
-+++ NetworkManager-0.9.3.995-systemd-fallback/configure.ac 2012-03-06 
16:55:58.294793902 +0100
-@@ -344,7 +344,7 @@
- case $with_session_tracking in
- ck|none) ;;
- systemd)
--PKG_CHECK_MODULES(SYSTEMD, [libsystemd-login])
-+PKG_CHECK_MODULES(SYSTEMD, [libsystemd-daemon libsystemd-login])
- ;;
- *)
-   AC_MSG_ERROR(--with-session-tracking must be one of [none, ck, systemd])
-diff -u -Nr NetworkManager-0.9.3.995/src/nm-session-monitor-systemd.c 
NetworkManager-0.9.3.995-systemd-fallback/src/nm-session-monitor-systemd.c
 NetworkManager-0.9.3.995/src/nm-session-monitor-systemd.c  2012-02-27 
16:57:16.0 +0100
-+++ NetworkManager-0.9.3.995-systemd-fallback/src/nm-session-monitor-systemd.c 
2012-03-06 16:55:01.285264295 +0100
-@@ -28,6 +28,10 @@
- #include glib/gstdio.h
- #include systemd/sd-login.h
- #include stdlib.h
-+#include systemd/sd-daemon.h
-+#include sys/stat.h
-+#include gio/gio.h
-+#include nm-logging.h
- 
- #include nm-session-utils.h
- #include nm-session-monitor.h
-@@ -107,10 +111,20 

[arch-commits] Commit in networkmanager/repos (26 files)

2012-09-19 Thread Jan Steffens
Date: Wednesday, September 19, 2012 @ 04:12:49
  Author: heftig
Revision: 166778

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

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 166777, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 166777, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-i686/disable_set_hostname.patch
(from rev 166777, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/extra-i686/dnsmasq-path.patch
(from rev 166777, networkmanager/trunk/dnsmasq-path.patch)
  networkmanager/repos/extra-i686/networkmanager.install
(from rev 166777, networkmanager/trunk/networkmanager.install)
  networkmanager/repos/extra-i686/nm-polkit-permissive.patch
(from rev 166777, networkmanager/trunk/nm-polkit-permissive.patch)
  networkmanager/repos/extra-i686/repair-signals.patch
(from rev 166777, networkmanager/trunk/repair-signals.patch)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 166777, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 166777, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
(from rev 166777, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/extra-x86_64/dnsmasq-path.patch
(from rev 166777, networkmanager/trunk/dnsmasq-path.patch)
  networkmanager/repos/extra-x86_64/networkmanager.install
(from rev 166777, networkmanager/trunk/networkmanager.install)
  networkmanager/repos/extra-x86_64/nm-polkit-permissive.patch
(from rev 166777, networkmanager/trunk/nm-polkit-permissive.patch)
  networkmanager/repos/extra-x86_64/repair-signals.patch
(from rev 166777, networkmanager/trunk/repair-signals.patch)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-i686/disable_set_hostname.patch
  networkmanager/repos/extra-i686/dnsmasq-path.patch
  networkmanager/repos/extra-i686/networkmanager.install
  networkmanager/repos/extra-i686/systemd-fallback.patch
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
  networkmanager/repos/extra-x86_64/dnsmasq-path.patch
  networkmanager/repos/extra-x86_64/networkmanager.install
  networkmanager/repos/extra-x86_64/systemd-fallback.patch

-+
 extra-i686/NetworkManager.conf  |4 
 extra-i686/PKGBUILD |  149 -
 extra-i686/disable_set_hostname.patch   |   38 +-
 extra-i686/dnsmasq-path.patch   |   60 +--
 extra-i686/networkmanager.install   |   18 -
 extra-i686/nm-polkit-permissive.patch   |   12 
 extra-i686/repair-signals.patch |   37 ++
 extra-i686/systemd-fallback.patch   |  470 --
 extra-x86_64/NetworkManager.conf|4 
 extra-x86_64/PKGBUILD   |  149 -
 extra-x86_64/disable_set_hostname.patch |   38 +-
 extra-x86_64/dnsmasq-path.patch |   60 +--
 extra-x86_64/networkmanager.install |   18 -
 extra-x86_64/nm-polkit-permissive.patch |   12 
 extra-x86_64/repair-signals.patch   |   37 ++
 extra-x86_64/systemd-fallback.patch |  470 --
 16 files changed, 372 insertions(+), 1204 deletions(-)

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


[arch-commits] Commit in (4 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:15:39
  Author: jgc
Revision: 166779

Add webkitgtk3 package. This used to be libwebkit3, but we rename it to 
something that it really is. GTK2 does not build with this version, so we want 
to keep 1.8.x for webkitgtk2

Added:
  webkitgtk3/
  webkitgtk3/repos/
  webkitgtk3/trunk/
  webkitgtk3/trunk/PKGBUILD

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

Added: webkitgtk3/trunk/PKGBUILD
===
--- webkitgtk3/trunk/PKGBUILD   (rev 0)
+++ webkitgtk3/trunk/PKGBUILD   2012-09-19 08:15:39 UTC (rev 166779)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk3
+pkgver=1.9.92
+pkgrel=1
+pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite' 'gstreamer0.10-base' 'libsoup' 'enchant' 
'libgl' 'geoclue' 'gtk2' 'gtk3')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+conflicts=('libwebkit3')
+provides=(libwebkit3=${pkgver})
+replaces=('libwebkit3')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('27d28eb721ae4aae2d66e32eda4c11cc3ced53372e74da9ce0e1adc9857fbc22')
+
+build() {
+  cd $srcdir/webkit-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3
+  make all stamp-po
+}
+
+package() {
+  cd $srcdir/webkit-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:17:33
  Author: jgc
Revision: 166780

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  webkitgtk3/repos/gnome-unstable-i686/
  webkitgtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 166779, webkitgtk3/trunk/PKGBUILD)
  webkitgtk3/repos/gnome-unstable-x86_64/
  webkitgtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166779, webkitgtk3/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   33 +
 gnome-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: webkitgtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 166779, 
webkitgtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:17:33 UTC (rev 166780)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk3
+pkgver=1.9.92
+pkgrel=1
+pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite' 'gstreamer0.10-base' 'libsoup' 'enchant' 
'libgl' 'geoclue' 'gtk2' 'gtk3')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+conflicts=('libwebkit3')
+provides=(libwebkit3=${pkgver})
+replaces=('libwebkit3')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('27d28eb721ae4aae2d66e32eda4c11cc3ced53372e74da9ce0e1adc9857fbc22')
+
+build() {
+  cd $srcdir/webkit-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3
+  make all stamp-po
+}
+
+package() {
+  cd $srcdir/webkit-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: webkitgtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166779, 
webkitgtk3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 08:17:33 UTC (rev 166780)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 165829 2012-08-31 06:08:20Z andyrtr $
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkitgtk3
+pkgver=1.9.92
+pkgrel=1
+pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite' 'gstreamer0.10-base' 'libsoup' 'enchant' 
'libgl' 'geoclue' 'gtk2' 'gtk3')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+conflicts=('libwebkit3')
+provides=(libwebkit3=${pkgver})
+replaces=('libwebkit3')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('27d28eb721ae4aae2d66e32eda4c11cc3ced53372e74da9ce0e1adc9857fbc22')
+
+build() {
+  cd $srcdir/webkit-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3
+  make all stamp-po
+}
+
+package() {
+  cd $srcdir/webkit-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:33:06
  Author: jgc
Revision: 166781

upgpkg: glib2 2.33.14-1

Update to 2.33.14

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 08:17:33 UTC (rev 166780)
+++ PKGBUILD2012-09-19 08:33:06 UTC (rev 166781)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.33.12
+pkgver=2.33.14
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
@@ -14,7 +14,7 @@
 options=('!libtool' '!docs' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('a97dfd3fd36bcdc26f6726cbbcd3bc2353028a7ecd5dbe7ab3a4dc80d672a2e9'
+sha256sums=('1cb66aede65bd6856e95b0fcf302bb5524575dda99eb74afb859862e03206946'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 build() {



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:33:31
  Author: jgc
Revision: 166782

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 166781, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 166781, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166781, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 166781, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/gnome-unstable-i686/PKGBUILD
  glib2/repos/gnome-unstable-i686/glib2.csh
  glib2/repos/gnome-unstable-i686/glib2.sh
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
  glib2/repos/gnome-unstable-x86_64/glib2.csh
  glib2/repos/gnome-unstable-x86_64/glib2.sh
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch

--+
 gnome-unstable-i686/PKGBUILD |   84 --
 gnome-unstable-i686/glib2.csh|1 
 gnome-unstable-i686/glib2.sh |1 
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch   |   66 +++
 gnome-unstable-x86_64/PKGBUILD   |   84 --
 gnome-unstable-x86_64/glib2.csh  |1 
 gnome-unstable-x86_64/glib2.sh   |1 
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch |   66 +++
 8 files changed, 142 insertions(+), 162 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 08:33:06 UTC (rev 166781)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:33:31 UTC (rev 166782)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=glib2
-pkgver=2.33.12
-pkgrel=1
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-glib2.sh
-glib2.csh
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('a97dfd3fd36bcdc26f6726cbbcd3bc2353028a7ecd5dbe7ab3a4dc80d672a2e9'
-'9456872cdedcc639fb679448d74b85b0facf81033e27157d2861b991823b5a2a'
-'8d5626ffa361304ad3696493c0ef041d0ab10c857f6ef32116b3e2878ecf89e3'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  install -d $pkgdir/etc/profile.d
-  install -m755 $srcdir/glib2.sh $pkgdir/etc/profile.d/
-  install -m755 $srcdir/glib2.csh $pkgdir/etc/profile.d/
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-  sed -i s|#!/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 166781, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:33:31 UTC (rev 166782)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.33.14
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('1cb66aede65bd6856e95b0fcf302bb5524575dda99eb74afb859862e03206946'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for 

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:39:37
  Author: jgc
Revision: 166783

upgpkg: glib-networking 2.33.14-1

Update to 2.33.14

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 08:33:31 UTC (rev 166782)
+++ PKGBUILD2012-09-19 08:39:37 UTC (rev 166783)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=glib-networking
-pkgver=2.33.10
+pkgver=2.33.14
 pkgrel=1
 pkgdesc=Network-related giomodules for glib
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=glib-networking.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f86cb9022ba2f09e528e311016a6df8eb0ad004a37ed9932e231ee715968bf7c')
+sha256sums=('f8f2335d801be690f8ed8c15edb1164ce49a41d668818f45da88223f12c5a777')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:40:06
  Author: jgc
Revision: 166784

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
(from rev 166783, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
(from rev 166783, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166783, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install
(from rev 166783, glib-networking/trunk/glib-networking.install)
Deleted:
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install

---+
 gnome-unstable-i686/PKGBUILD  |   62 
 gnome-unstable-i686/glib-networking.install   |   22 
 gnome-unstable-x86_64/PKGBUILD|   62 
 gnome-unstable-x86_64/glib-networking.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 08:39:37 UTC (rev 166783)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:40:06 UTC (rev 166784)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=glib-networking
-pkgver=2.33.10
-pkgrel=1
-pkgdesc=Network-related giomodules for glib
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libproxy' 'gnutls' 'ca-certificates' 
'gsettings-desktop-schemas')
-makedepends=('intltool')
-options=('!libtool')
-install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f86cb9022ba2f09e528e311016a6df8eb0ad004a37ed9932e231ee715968bf7c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/glib-networking --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/gnome-unstable-i686/PKGBUILD (from rev 166783, 
glib-networking/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:40:06 UTC (rev 166784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.33.14
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('GPL2')
+depends=('glib2' 'libproxy' 'gnutls' 'ca-certificates' 
'gsettings-desktop-schemas')
+makedepends=('intltool')
+options=('!libtool')
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f8f2335d801be690f8ed8c15edb1164ce49a41d668818f45da88223f12c5a777')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/glib-networking --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/glib-networking.install
===
--- gnome-unstable-i686/glib-networking.install 2012-09-19 08:39:37 UTC (rev 
166783)
+++ gnome-unstable-i686/glib-networking.install 2012-09-19 08:40:06 UTC (rev 
166784)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/gnome-unstable-i686/glib-networking.install (from 
rev 166783, glib-networking/trunk/glib-networking.install)
===
--- gnome-unstable-i686/glib-networking.install (rev 0)
+++ gnome-unstable-i686/glib-networking.install 2012-09-19 08:40:06 UTC (rev 
166784)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 08:39:37 UTC (rev 166783)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 08:40:06 UTC (rev 166784)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=glib-networking
-pkgver=2.33.10
-pkgrel=1
-pkgdesc=Network-related giomodules 

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:51:11
  Author: jgc
Revision: 166785

upgpkg: gtk3 3.5.18-1

Update to 3.5.16

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 08:40:06 UTC (rev 166784)
+++ PKGBUILD2012-09-19 08:51:11 UTC (rev 166785)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gtk3
-pkgver=3.5.16
+pkgver=3.5.18
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=('LGPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini wacom.patch)
-sha256sums=('de013edc80684393487f893ff42003c692746df50783b54f6c0aa560ae43c1ae'
+sha256sums=('2dc6779e447332b4963d4ef3ac673e590aaced5ea4e71998c063dc43dd866fad'
 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
 '86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5')
 build() {



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 04:51:48
  Author: jgc
Revision: 166786

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 166785, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 166785, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 166785, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-i686/wacom.patch
(from rev 166785, gtk3/trunk/wacom.patch)
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166785, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 166785, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 166785, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/wacom.patch
(from rev 166785, gtk3/trunk/wacom.patch)
Deleted:
  gtk3/repos/gnome-unstable-i686/PKGBUILD
  gtk3/repos/gnome-unstable-i686/gtk3.install
  gtk3/repos/gnome-unstable-i686/settings.ini
  gtk3/repos/gnome-unstable-i686/wacom.patch
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
  gtk3/repos/gnome-unstable-x86_64/settings.ini
  gtk3/repos/gnome-unstable-x86_64/wacom.patch

+
 gnome-unstable-i686/PKGBUILD   |   84 +--
 gnome-unstable-i686/gtk3.install   |   32 ++---
 gnome-unstable-i686/settings.ini   |4 -
 gnome-unstable-i686/wacom.patch|   24 +-
 gnome-unstable-x86_64/PKGBUILD |   84 +--
 gnome-unstable-x86_64/gtk3.install |   32 ++---
 gnome-unstable-x86_64/settings.ini |4 -
 gnome-unstable-x86_64/wacom.patch  |   24 +-
 8 files changed, 144 insertions(+), 144 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 08:51:11 UTC (rev 166785)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:51:48 UTC (rev 166786)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtk3
-pkgver=3.5.16
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit (v3)
-arch=('i686' 'x86_64')
-url=http://www.gtk.org/;
-install=gtk3.install
-depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord' 'at-spi2-atk')
-makedepends=('gobject-introspection')
-options=('!libtool')
-backup=(etc/gtk-3.0/settings.ini)
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
-settings.ini wacom.patch)
-sha256sums=('de013edc80684393487f893ff42003c692746df50783b54f6c0aa560ae43c1ae'
-'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
-'86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5')
-build() {
-cd gtk+-$pkgver
-
-# Partially revert BGO#673440 in order to fix BGO#674157
-patch -Np1 -i ../wacom.patch
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-gtk2-dependency \
---disable-schemas-compile
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-
-install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
-}

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 166785, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 08:51:48 UTC (rev 166786)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.5.18
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=('atk' 'cairo' 'gtk-update-icon-cache' 'libcups' 'libxcursor' 
'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 'pango' 
'shared-mime-info' 'colord' 'at-spi2-atk')
+makedepends=('gobject-introspection')
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini wacom.patch)
+sha256sums=('2dc6779e447332b4963d4ef3ac673e590aaced5ea4e71998c063dc43dd866fad'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621'
+'86bda95a14a99d0f596c4ecb2ed715689f71c207c65dfc90a39d4ae7f1c0c0f5')
+build() {
+cd gtk+-$pkgver
+
+# Partially revert BGO#673440 in order to fix BGO#674157
+patch -Np1 -i ../wacom.patch
+
+CXX=/bin/false ./configure --prefix=/usr \
+

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:06:12
  Author: jgc
Revision: 166787

upgpkg: gobject-introspection 1.33.14-1

Update to 1.33.14

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 08:51:48 UTC (rev 166786)
+++ PKGBUILD2012-09-19 09:06:12 UTC (rev 166787)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gobject-introspection
-pkgver=1.33.10
+pkgver=1.33.14
 pkgrel=1
 pkgdesc=Introspection system for GObject-based libraries
 url=https://live.gnome.org/GObjectIntrospection;
@@ -12,7 +12,7 @@
 makedepends=('cairo')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b000d5a6edeeff11040e07a733b31725feffdc9ff73a10862ede911c868ffdd7')
+sha256sums=('1e0549a3a64c2ab633e80414fc6025fce287872a7ffa016d5907b0dc80e61d0b')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:06:40
  Author: jgc
Revision: 166788

archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686

Added:
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 166787, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166787, gobject-introspection/trunk/PKGBUILD)
Deleted:
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 09:06:12 UTC (rev 166787)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 09:06:40 UTC (rev 166788)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gobject-introspection
-pkgver=1.33.10
-pkgrel=1
-pkgdesc=Introspection system for GObject-based libraries
-url=https://live.gnome.org/GObjectIntrospection;
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('glib2' 'python2')
-makedepends=('cairo')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b000d5a6edeeff11040e07a733b31725feffdc9ff73a10862ede911c868ffdd7')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -i '1s|#!/usr/bin/env python$|2|' \
-$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
-}

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 
166787, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 09:06:40 UTC (rev 166788)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.33.14
+pkgrel=1
+pkgdesc=Introspection system for GObject-based libraries
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2')
+makedepends=('cairo')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1e0549a3a64c2ab633e80414fc6025fce287872a7ffa016d5907b0dc80e61d0b')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -i '1s|#!/usr/bin/env python$|2|' \
+$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:06:12 UTC (rev 166787)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:06:40 UTC (rev 166788)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gobject-introspection
-pkgver=1.33.10
-pkgrel=1
-pkgdesc=Introspection system for GObject-based libraries
-url=https://live.gnome.org/GObjectIntrospection;
-arch=('x86_64' 'i686')
-license=('LGPL' 'GPL')
-depends=('glib2' 'python2')
-makedepends=('cairo')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b000d5a6edeeff11040e07a733b31725feffdc9ff73a10862ede911c868ffdd7')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -i '1s|#!/usr/bin/env python$|2|' \
-$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
-}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
166787, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:06:40 UTC (rev 166788)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.33.14
+pkgrel=1
+pkgdesc=Introspection system for GObject-based libraries
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2')
+makedepends=('cairo')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:16:56
  Author: jgc
Revision: 166789

upgpkg: gjs 1.33.14-1

Update to 1.33.14

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 09:06:40 UTC (rev 166788)
+++ PKGBUILD2012-09-19 09:16:56 UTC (rev 166789)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gjs
-pkgver=1.33.10
+pkgver=1.33.14
 pkgrel=1
 pkgdesc=Javascript Bindings for GNOME
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b856e329eac8208e6618d7e5a7176828ffcc8bb8bb72cf13c34d66524d0ecafd')
+sha256sums=('e7c4865dadf39bb0e87cd3a613d364214c8e90fa5488e12474b1cb1fd7487c96')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:17:23
  Author: jgc
Revision: 166790

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-i686/PKGBUILD
(from rev 166789, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166789, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/gnome-unstable-i686/PKGBUILD
  gjs/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 09:16:56 UTC (rev 166789)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 09:17:23 UTC (rev 166790)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.33.10
-pkgrel=1
-pkgdesc=Javascript Bindings for GNOME
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gjs;
-license=('GPL')
-depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b856e329eac8208e6618d7e5a7176828ffcc8bb8bb72cf13c34d66524d0ecafd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|python|python2|' scripts/make-tests
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 166789, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 09:17:23 UTC (rev 166790)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.33.14
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gjs;
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e7c4865dadf39bb0e87cd3a613d364214c8e90fa5488e12474b1cb1fd7487c96')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|python|python2|' scripts/make-tests
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:16:56 UTC (rev 166789)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:17:23 UTC (rev 166790)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gjs
-pkgver=1.33.10
-pkgrel=1
-pkgdesc=Javascript Bindings for GNOME
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gjs;
-license=('GPL')
-depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b856e329eac8208e6618d7e5a7176828ffcc8bb8bb72cf13c34d66524d0ecafd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|python|python2|' scripts/make-tests
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166789, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:17:23 UTC (rev 166790)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.33.14
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gjs;
+license=('GPL')
+depends=('cairo' 'dbus-glib' 'gobject-introspection' 'js')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e7c4865dadf39bb0e87cd3a613d364214c8e90fa5488e12474b1cb1fd7487c96')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|python|python2|' scripts/make-tests
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:47:18
  Author: jgc
Revision: 166791

upgpkg: gnome-common 3.5.91-1

Update to 3.5.91

Modified:
  gnome-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 09:17:23 UTC (rev 166790)
+++ PKGBUILD2012-09-19 09:47:18 UTC (rev 166791)
@@ -2,20 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-common
-pkgver=3.4.0.1
-pkgrel=2
+pkgver=3.5.91
+pkgrel=1
 pkgdesc=Common development macros for GNOME
 arch=(any)
 license=('GPL')
 url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
-
automake1.12.patch::http://git.gnome.org/browse/gnome-common/patch/?id=1fed4ee7015b89a1ac4c4a535aeb753e820e4970)
-sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7'
-'78081e33a0091bfb4531e723fcd6b28219c1c94173aea9071ecb5fe6da9066ab')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6dc4583c58bd4457aa290ee8c6dc991b764a6322a181a4e51f6f8d50ef78ffbd')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i $srcdir/automake1.12.patch
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in gnome-common/repos (2 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:47:32
  Author: jgc
Revision: 166792

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-common/repos/gnome-unstable-any/
  gnome-common/repos/gnome-unstable-any/PKGBUILD
(from rev 166791, gnome-common/trunk/PKGBUILD)

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

Copied: gnome-common/repos/gnome-unstable-any/PKGBUILD (from rev 166791, 
gnome-common/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2012-09-19 09:47:32 UTC (rev 166792)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-common
+pkgver=3.5.91
+pkgrel=1
+pkgdesc=Common development macros for GNOME
+arch=(any)
+license=('GPL')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6dc4583c58bd4457aa290ee8c6dc991b764a6322a181a4e51f6f8d50ef78ffbd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:48:35
  Author: jgc
Revision: 166793

upgpkg: gnome-themes-standard 3.5.92-1

Update to 3.5.92

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 09:47:32 UTC (rev 166792)
+++ PKGBUILD2012-09-19 09:48:35 UTC (rev 166793)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.5.91
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('gnome-themes')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
+sha256sums=('234507791a2d863a41c4e5439991afa95180a1d31c1f2bd4273d3b4a212aed2d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (4 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 05:49:03
  Author: jgc
Revision: 166794

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD
(from rev 166793, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166793, gnome-themes-standard/trunk/PKGBUILD)
Deleted:
  gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD
  gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   62 +++
 gnome-unstable-x86_64/PKGBUILD |   62 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 09:48:35 UTC (rev 166793)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 09:49:03 UTC (rev 166794)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-themes-standard
-pkgver=3.5.91
-pkgrel=1
-pkgdesc=Default themes for the GNOME desktop
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
-makedepends=('intltool')
-groups=('gnome')
-replaces=('gnome-themes')
-conflicts=('gnome-themes')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/gnome-unstable-i686/PKGBUILD (from rev 
166793, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 09:49:03 UTC (rev 166794)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('234507791a2d863a41c4e5439991afa95180a1d31c1f2bd4273d3b4a212aed2d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:48:35 UTC (rev 166793)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:49:03 UTC (rev 166794)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-themes-standard
-pkgver=3.5.91
-pkgrel=1
-pkgdesc=Default themes for the GNOME desktop
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
-makedepends=('intltool')
-groups=('gnome')
-replaces=('gnome-themes')
-conflicts=('gnome-themes')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b6f514b60aa6e8d748a0356d5c4dc6951d8068396772c8497d780017dadbc0f1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
166793, gnome-themes-standard/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 09:49:03 UTC (rev 166794)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('cantarell-fonts' 'ttf-dejavu' 'gtk3' 'gtk-engines' 'librsvg')
+makedepends=('intltool')
+groups=('gnome')
+replaces=('gnome-themes')
+conflicts=('gnome-themes')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2012-09-19 Thread Tobias Powalowski
Date: Wednesday, September 19, 2012 @ 06:05:28
  Author: tpowa
Revision: 166795

upgpkg: samba 3.6.8-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 09:49:03 UTC (rev 166794)
+++ PKGBUILD2012-09-19 10:05:28 UTC (rev 166795)
@@ -3,12 +3,12 @@
 # Contributor: judd jvi...@zeroflux.org
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.7
+pkgver=3.6.8
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.7
-pkgrel=2
+_realver=3.6.8
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -157,7 +157,7 @@
   install -D -m644 ${srcdir}/samba.conf ${pkgdir}/usr/lib/tmpfiles.d/samba.conf
   rm -rf ${pkgdir}/var/run
 }
-md5sums=('b23be56c15dd52f64eb7ba54c0ea1ed5'
+md5sums=('fbb245863eeef2fffe172df779a217be'
  'a45a4283723be2b0ae32439dc4496a09'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'



[arch-commits] Commit in samba/repos (33 files)

2012-09-19 Thread Tobias Powalowski
Date: Wednesday, September 19, 2012 @ 06:07:34
  Author: tpowa
Revision: 166796

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

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 166795, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 166795, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 166795, samba/trunk/samba)
  samba/repos/extra-x86_64/samba.conf
(from rev 166795, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 166795, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 166795, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 166795, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 166795, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/smbd.service
(from rev 166795, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 166795, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/winbindd.service
(from rev 166795, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/swat.xinetd
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  169 
 extra-i686/nmbd.service   |9 -
 extra-i686/samba  |   54 --
 extra-i686/samba.conf |1 
 extra-i686/samba.conf.d   |7 
 extra-i686/samba.install  |7 
 extra-i686/samba.logrotate|9 -
 extra-i686/samba.pam  |3 
 extra-i686/smbd.service   |   10 -
 extra-i686/swat.xinetd|   10 -
 extra-i686/winbindd.service   |   10 -
 extra-x86_64/PKGBUILD |  338 
 extra-x86_64/nmbd.service |   18 +-
 extra-x86_64/samba|  108 ++--
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.install|   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/smbd.service |   20 +-
 extra-x86_64/swat.xinetd  |   20 +-
 extra-x86_64/winbindd.service |   20 +-
 22 files changed, 289 insertions(+), 578 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-19 10:05:28 UTC (rev 166795)
+++ extra-i686/PKGBUILD 2012-09-19 10:07:34 UTC (rev 166796)
@@ -1,169 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.7
-# We use the 'A' to fake out pacman's version comparators.  Samba chooses
-# to append 'a','b',etc to their subsequent releases, which pamcan
-# misconstrues as alpha, beta, etc.  Bad samba!
-_realver=3.6.7
-pkgrel=2
-arch=(i686 x86_64)
-url=http://www.samba.org;
-license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
-source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
-samba samba.logrotate
-swat.xinetd
-samba.pam
-samba.conf.d
-smbd.service
-nmbd.service
-winbindd.service
-samba.conf)
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib/ \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-piddir=/var/run/samba \
-  --with-fhs \
-  --with-pam \
-  --with-pam_smbpass \
-  --with-pammodulesdir=/usr/lib/security \
-  --with-dnsupdate \
-  --with-automount \
-  --with-quotas \
-  --with-ads \
-  --with-acl-support \
-  --with-libsmbclient \
-  --with-syslog \
-  --enable-external-libtalloc \
-  --disable-dnssd \
-  --disable-avahi \
-  
--with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
- 

[arch-commits] Commit in (16 files)

2012-09-19 Thread Tobias Powalowski
Date: Wednesday, September 19, 2012 @ 06:11:53
  Author: tpowa
Revision: 166797

newpkg: add gummiboot uefi bootloader

Added:
  gummiboot-efi-i386/
  gummiboot-efi-i386/repos/
  gummiboot-efi-i386/trunk/
  gummiboot-efi-i386/trunk/PKGBUILD
  gummiboot-efi-i386/trunk/archlinux-core-fallback.conf
  gummiboot-efi-i386/trunk/archlinux-core.conf
  gummiboot-efi-i386/trunk/gummiboot-efi-i386.install
  gummiboot-efi-i386/trunk/loader.conf
  gummiboot-efi-x86_64/
  gummiboot-efi-x86_64/repos/
  gummiboot-efi-x86_64/trunk/
  gummiboot-efi-x86_64/trunk/PKGBUILD
  gummiboot-efi-x86_64/trunk/archlinux-core-fallback.conf
  gummiboot-efi-x86_64/trunk/archlinux-core.conf
  gummiboot-efi-x86_64/trunk/gummiboot-efi-x86_64.install
  gummiboot-efi-x86_64/trunk/loader.conf

-+
 gummiboot-efi-i386/trunk/PKGBUILD   |   65 +
 gummiboot-efi-i386/trunk/archlinux-core-fallback.conf   |4 
 gummiboot-efi-i386/trunk/archlinux-core.conf|4 
 gummiboot-efi-i386/trunk/gummiboot-efi-i386.install |   25 +
 gummiboot-efi-i386/trunk/loader.conf|2 
 gummiboot-efi-x86_64/trunk/PKGBUILD |   66 ++
 gummiboot-efi-x86_64/trunk/archlinux-core-fallback.conf |4 
 gummiboot-efi-x86_64/trunk/archlinux-core.conf  |4 
 gummiboot-efi-x86_64/trunk/gummiboot-efi-x86_64.install |   25 +
 gummiboot-efi-x86_64/trunk/loader.conf  |2 
 10 files changed, 201 insertions(+)

Added: gummiboot-efi-i386/trunk/PKGBUILD
===
--- gummiboot-efi-i386/trunk/PKGBUILD   (rev 0)
+++ gummiboot-efi-i386/trunk/PKGBUILD   2012-09-19 10:11:53 UTC (rev 166797)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+# _GNU_EFI_LIB_DIR=/usr/lib
+
+_actualname=gummiboot
+pkgname=${_actualname}-efi-i386
+pkgver=6
+pkgrel=1
+pkgdesc=Simple i386 UEFI Boot Manager for EFISTUB Kernels
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('any')
+license=('GPL2')
+makedepends=('git' 'gnu-efi')
+depends=('dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems')
+conflicts=(${_actualname}-efi-i386)
+backup=('boot/efi/loader/loader.conf'
+'boot/efi/loader/entries/archlinux-core.conf'
+'boot/efi/loader/entries/archlinux-core-fallback.conf')
+options=('!strip' 'docs')
+install=${pkgname}.install
+source=(ftp://ftp.archlinux.org/other/${_actualname}/${_actualname}-${pkgver}.tar.gz;
+'loader.conf'
+'archlinux-core.conf'
+'archlinux-core-fallback.conf')
+md5sums=('6160227e9078fb74ad75f88ec1524a76'
+ '2ac026e44a52aa79fdd43ce03731eec1'
+ 'a78960ab591de72b658ba1b49f832365'
+ '1cf1f96890a4904298cb561d5d6a40e5')
+
+build() {
+   
+   if [[ ${CARCH} != i686 ]]; then
+   echo ${pkgname} package can be built only in a i686 system. 
Exiting.
+   exit 1
+   fi
+   
+   cd ${srcdir}/${_actualname}-${pkgver}/
+   echo
+   
+   make clean || true
+   echo
+   
+   make
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_actualname}-${pkgver}/
+   
+   ## Install gummiboot i386 UEFI application
+   install -d ${pkgdir}/boot/efi/EFI/arch/gummiboot/
+   install -D -m0644 ${srcdir}/${_actualname}-${pkgver}/gummiboot.efi 
${pkgdir}/boot/efi/EFI/arch/gummiboot/gummibootia32.efi
+   
+   ## Install gummiboot configuration files
+   install -d ${pkgdir}/boot/efi/loader/entries/
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/boot/efi/loader/loader.conf
+   install -D -m0644 ${srcdir}/archlinux-core.conf 
${pkgdir}/boot/efi/loader/entries/archlinux-core.conf
+   install -D -m0644 ${srcdir}/archlinux-core-fallback.conf 
${pkgdir}/boot/efi/loader/entries/archlinux-core-fallback.conf
+   
+}


Property changes on: gummiboot-efi-i386/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gummiboot-efi-i386/trunk/archlinux-core-fallback.conf
===
--- gummiboot-efi-i386/trunk/archlinux-core-fallback.conf   
(rev 0)
+++ gummiboot-efi-i386/trunk/archlinux-core-fallback.conf   2012-09-19 
10:11:53 UTC (rev 166797)
@@ -0,0 +1,4 @@
+title   Arch Linux fallback initramfs
+linux   /EFI/arch/vmlinuz-arch.efi
+initrd  /EFI/arch/initramfs-arch-fallback.img
+options root=PARTUUID=xxx ro rootfstype=ext4

Added: gummiboot-efi-i386/trunk/archlinux-core.conf
===
--- gummiboot-efi-i386/trunk/archlinux-core.conf  

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

2012-09-19 Thread Tobias Powalowski
Date: Wednesday, September 19, 2012 @ 06:12:55
  Author: tpowa
Revision: 166798

archrelease: copy trunk to extra-any

Added:
  gummiboot-efi-x86_64/repos/extra-any/
  gummiboot-efi-x86_64/repos/extra-any/PKGBUILD
(from rev 166797, gummiboot-efi-x86_64/trunk/PKGBUILD)
  gummiboot-efi-x86_64/repos/extra-any/archlinux-core-fallback.conf
(from rev 166797, gummiboot-efi-x86_64/trunk/archlinux-core-fallback.conf)
  gummiboot-efi-x86_64/repos/extra-any/archlinux-core.conf
(from rev 166797, gummiboot-efi-x86_64/trunk/archlinux-core.conf)
  gummiboot-efi-x86_64/repos/extra-any/gummiboot-efi-x86_64.install
(from rev 166797, gummiboot-efi-x86_64/trunk/gummiboot-efi-x86_64.install)
  gummiboot-efi-x86_64/repos/extra-any/loader.conf
(from rev 166797, gummiboot-efi-x86_64/trunk/loader.conf)

--+
 PKGBUILD |   66 +
 archlinux-core-fallback.conf |4 ++
 archlinux-core.conf  |4 ++
 gummiboot-efi-x86_64.install |   25 +++
 loader.conf  |2 +
 5 files changed, 101 insertions(+)

Copied: gummiboot-efi-x86_64/repos/extra-any/PKGBUILD (from rev 166797, 
gummiboot-efi-x86_64/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-09-19 10:12:55 UTC (rev 166798)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+# _GNU_EFI_LIB_DIR=/usr/lib
+
+_actualname=gummiboot
+pkgname=${_actualname}-efi-x86_64
+pkgver=6
+pkgrel=1
+pkgdesc=Simple x86_64 UEFI Boot Manager for EFISTUB Kernels
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('any')
+license=('GPL2')
+makedepends=('git' 'gnu-efi')
+depends=('dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems')
+conflicts=(${_actualname}-efi-i386)
+backup=('boot/efi/loader/loader.conf'
+'boot/efi/loader/entries/archlinux-core.conf'
+'boot/efi/loader/entries/archlinux-core-fallback.conf')
+options=('!strip' 'docs')
+install=${pkgname}.install
+source=(ftp://ftp.archlinux.org/other/${_actualname}/${_actualname}-${pkgver}.tar.gz;
+'loader.conf'
+'archlinux-core.conf'
+'archlinux-core-fallback.conf')
+md5sums=('6160227e9078fb74ad75f88ec1524a76'
+ '2ac026e44a52aa79fdd43ce03731eec1'
+ 'a78960ab591de72b658ba1b49f832365'
+ '1cf1f96890a4904298cb561d5d6a40e5')
+
+build() {
+   
+   if [[ ${CARCH} != x86_64 ]]; then
+   echo ${pkgname} package can be built only in a x86_64 system. 
Exiting.
+   exit 1
+   fi
+   
+   cd ${srcdir}/${_actualname}-${pkgver}/
+   echo
+   
+   make clean || true
+   echo
+   
+   make
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/${_actualname}-${pkgver}/
+   
+   ## Install gummiboot x86_64 UEFI application
+   install -d ${pkgdir}/boot/efi/EFI/arch/gummiboot/
+   install -D -m0644 ${srcdir}/${_actualname}-${pkgver}/gummiboot.efi 
${pkgdir}/boot/efi/EFI/arch/gummiboot/gummibootx64.efi
+   
+   ## Install gummiboot configuration files
+   install -d ${pkgdir}/boot/efi/loader/entries/
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/boot/efi/loader/loader.conf
+   install -D -m0644 ${srcdir}/archlinux-core.conf 
${pkgdir}/boot/efi/loader/entries/archlinux-core.conf
+   install -D -m0644 ${srcdir}/archlinux-core-fallback.conf 
${pkgdir}/boot/efi/loader/entries/archlinux-core-fallback.conf
+   
+}
+

Copied: gummiboot-efi-x86_64/repos/extra-any/archlinux-core-fallback.conf (from 
rev 166797, gummiboot-efi-x86_64/trunk/archlinux-core-fallback.conf)
===
--- extra-any/archlinux-core-fallback.conf  (rev 0)
+++ extra-any/archlinux-core-fallback.conf  2012-09-19 10:12:55 UTC (rev 
166798)
@@ -0,0 +1,4 @@
+title   Arch Linux fallback initramfs
+linux   /EFI/arch/vmlinuz-arch.efi
+initrd  /EFI/arch/initramfs-arch-fallback.img
+options root=PARTUUID=xxx ro rootfstype=ext4

Copied: gummiboot-efi-x86_64/repos/extra-any/archlinux-core.conf (from rev 
166797, gummiboot-efi-x86_64/trunk/archlinux-core.conf)
===
--- extra-any/archlinux-core.conf   (rev 0)
+++ extra-any/archlinux-core.conf   2012-09-19 10:12:55 UTC (rev 166798)
@@ -0,0 +1,4 @@
+title   Arch Linux
+linux   /EFI/arch/vmlinuz-arch.efi
+initrd  /EFI/arch/initramfs-arch.img
+options root=PARTUUID=xxx ro rootfstype=ext4

Copied: gummiboot-efi-x86_64/repos/extra-any/gummiboot-efi-x86_64.install (from 
rev 166797, gummiboot-efi-x86_64/trunk/gummiboot-efi-x86_64.install)

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

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 06:36:42
  Author: allan
Revision: 166799

upgpkg: valgrind 3.8.1-1

upstream update

Modified:
  valgrind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 10:12:55 UTC (rev 166798)
+++ PKGBUILD2012-09-19 10:36:42 UTC (rev 166799)
@@ -3,7 +3,7 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=valgrind
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=A tool to help find memory-management problems in programs
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gdb')
 options=('!emptydirs')
 source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec04dfd1256307432b2a7b520398c526')
+md5sums=('288758010b271119a0ffc0183f1d6e38')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 06:37:35
  Author: allan
Revision: 166800

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-19 10:36:42 UTC (rev 166799)
+++ extra-i686/PKGBUILD 2012-09-19 10:37:35 UTC (rev 166800)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=valgrind
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=A tool to help find memory-management problems in programs
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://valgrind.org/;
-depends=('glibc=2.16' 'glibc2.17' 'perl')
-makedepends=('gdb')
-options=('!emptydirs')
-source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec04dfd1256307432b2a7b520398c526')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [ ${CARCH} = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man
-  fi
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: valgrind/repos/extra-i686/PKGBUILD (from rev 166799, 
valgrind/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 10:37:35 UTC (rev 166800)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.16' 'glibc2.17' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('288758010b271119a0ffc0183f1d6e38')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-09-19 10:36:42 UTC (rev 166799)
+++ extra-x86_64/PKGBUILD   2012-09-19 10:37:35 UTC (rev 166800)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=valgrind
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=A tool to help find memory-management problems in programs
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://valgrind.org/;
-depends=('glibc=2.16' 'glibc2.17' 'perl')
-makedepends=('gdb')
-options=('!emptydirs')
-source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec04dfd1256307432b2a7b520398c526')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  if [ ${CARCH} = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man
-  fi
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: valgrind/repos/extra-x86_64/PKGBUILD (from rev 166799, 
valgrind/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-19 10:37:35 UTC (rev 166800)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=valgrind
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A tool to help find memory-management problems in programs
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://valgrind.org/;
+depends=('glibc=2.16' 'glibc2.17' 'perl')
+makedepends=('gdb')
+options=('!emptydirs')
+source=(http://valgrind.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('288758010b271119a0ffc0183f1d6e38')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  if [ ${CARCH} = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-only64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man
+  fi
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in automake/repos (5 files)

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 06:40:22
  Author: allan
Revision: 166801

db-move: moved automake from [testing] to [core] (any)

Added:
  automake/repos/core-any/PKGBUILD
(from rev 166800, automake/repos/testing-any/PKGBUILD)
  automake/repos/core-any/automake.install
(from rev 166800, automake/repos/testing-any/automake.install)
Deleted:
  automake/repos/core-any/PKGBUILD
  automake/repos/core-any/automake.install
  automake/repos/testing-any/

--+
 PKGBUILD |   68 ++---
 automake.install |   44 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-09-19 10:37:35 UTC (rev 166800)
+++ core-any/PKGBUILD   2012-09-19 10:40:22 UTC (rev 166801)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=automake
-pkgver=1.12.3
-pkgrel=1
-pkgdesc=A GNU tool for automatically creating Makefiles
-arch=('any')
-license=('GPL')
-url=http://www.gnu.org/software/automake;
-groups=('base-devel')
-depends=('perl' 'bash')
-makedepends=('autoconf')
-install=automake.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('0df082825f8f41087eb70c5088f4515e'
- '1e272ddf91d347e1316afd970568ee81')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: automake/repos/core-any/PKGBUILD (from rev 166800, 
automake/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-09-19 10:40:22 UTC (rev 166801)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=automake
+pkgver=1.12.4
+pkgrel=1
+pkgdesc=A GNU tool for automatically creating Makefiles
+arch=('any')
+license=('GPL')
+url=http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+install=automake.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7395a0420ecb5c9bc43e5fcf4824df36'
+ '372a7f78193e6cec543d573c710b70b2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-any/automake.install
===
--- core-any/automake.install   2012-09-19 10:37:35 UTC (rev 166800)
+++ core-any/automake.install   2012-09-19 10:40:22 UTC (rev 166801)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-filelist=(automake.info automake.info-1 automake.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: automake/repos/core-any/automake.install (from rev 166800, 
automake/repos/testing-any/automake.install)
===
--- core-any/automake.install   (rev 0)
+++ core-any/automake.install   2012-09-19 10:40:22 UTC (rev 166801)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(automake.info automake.info-1 automake.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in samba/repos (33 files)

2012-09-19 Thread Tobias Powalowski
Date: Wednesday, September 19, 2012 @ 06:45:08
  Author: tpowa
Revision: 166802

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

Added:
  samba/repos/extra-i686/PKGBUILD
(from rev 166801, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/nmbd.service
(from rev 166801, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba
(from rev 166801, samba/trunk/samba)
  samba/repos/extra-i686/samba.conf
(from rev 166801, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 166801, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 166801, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 166801, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 166801, samba/trunk/samba.pam)
  samba/repos/extra-i686/smbd.service
(from rev 166801, samba/trunk/smbd.service)
  samba/repos/extra-i686/swat.xinetd
(from rev 166801, samba/trunk/swat.xinetd)
  samba/repos/extra-i686/winbindd.service
(from rev 166801, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 166801, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 166801, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba
(from rev 166801, samba/trunk/samba)
  samba/repos/extra-x86_64/samba.conf
(from rev 166801, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 166801, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 166801, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 166801, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 166801, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/smbd.service
(from rev 166801, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/swat.xinetd
(from rev 166801, samba/trunk/swat.xinetd)
  samba/repos/extra-x86_64/winbindd.service
(from rev 166801, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/swat.xinetd
  samba/repos/extra-x86_64/winbindd.service

---+
 extra-i686/PKGBUILD   |  169 
 extra-i686/nmbd.service   |9 +
 extra-i686/samba  |   54 ++
 extra-i686/samba.conf |1 
 extra-i686/samba.conf.d   |7 
 extra-i686/samba.install  |7 
 extra-i686/samba.logrotate|9 +
 extra-i686/samba.pam  |3 
 extra-i686/smbd.service   |   10 +
 extra-i686/swat.xinetd|   10 +
 extra-i686/winbindd.service   |   10 +
 extra-x86_64/PKGBUILD |  338 
 extra-x86_64/nmbd.service |   18 +-
 extra-x86_64/samba|  108 ++--
 extra-x86_64/samba.conf   |2 
 extra-x86_64/samba.conf.d |   14 -
 extra-x86_64/samba.install|   14 -
 extra-x86_64/samba.logrotate  |   18 +-
 extra-x86_64/samba.pam|6 
 extra-x86_64/smbd.service |   20 +-
 extra-x86_64/swat.xinetd  |   20 +-
 extra-x86_64/winbindd.service |   20 +-
 22 files changed, 578 insertions(+), 289 deletions(-)

Copied: samba/repos/extra-i686/PKGBUILD (from rev 166801, samba/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 10:45:08 UTC (rev 166802)
@@ -0,0 +1,169 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=3.6.8
+# We use the 'A' to fake out pacman's version comparators.  Samba chooses
+# to append 'a','b',etc to their subsequent releases, which pamcan
+# misconstrues as alpha, beta, etc.  Bad samba!
+_realver=3.6.8
+pkgrel=1
+arch=(i686 x86_64)
+url=http://www.samba.org;
+license=('GPL3')
+makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 
'gamin' 'gnutls=2.4.1' 'talloc' 'tdb')
+source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
+samba samba.logrotate
+swat.xinetd
+samba.pam
+samba.conf.d
+smbd.service
+nmbd.service
+winbindd.service
+samba.conf)
+### UNINSTALL dmapi package before building!!!
+
+build() {
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib/ \
+  --localstatedir=/var \
+  --with-configdir=/etc/samba \
+  --with-lockdir=/var/cache/samba \
+  --with-piddir=/var/run/samba \
+  

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

2012-09-19 Thread Gaetan Bisson
Date: Wednesday, September 19, 2012 @ 08:47:12
  Author: bisson
Revision: 166803

enable soundcloud and cleanup dependencies

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 10:45:08 UTC (rev 166802)
+++ PKGBUILD2012-09-19 12:47:12 UTC (rev 166803)
@@ -13,8 +13,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
 makedepends=('doxygen')
 source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
 'tmpfiles.d'
@@ -32,8 +31,9 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+   --enable-jack \
--enable-lastfm \
-   --enable-jack \
+   --enable-soundcloud \
--enable-pulse \
--disable-sidplay \
--with-systemdsystemunitdir=/usr/lib/systemd/system



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

2012-09-19 Thread Gaetan Bisson
Date: Wednesday, September 19, 2012 @ 08:53:05
  Author: bisson
Revision: 166804

community2extra: Moving yajl from community to extra

Added:
  yajl/
  yajl/repos/
  yajl/trunk/
  yajl/trunk/PKGBUILD

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

Added: yajl/trunk/PKGBUILD
===
--- yajl/trunk/PKGBUILD (rev 0)
+++ yajl/trunk/PKGBUILD 2012-09-19 12:53:05 UTC (rev 166804)
@@ -0,0 +1,33 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=yajl
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Yet Another JSON Library.'
+arch=('i686' 'x86_64')
+url='http://lloyd.github.com/yajl/'
+license=('ISC')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/tarball/$pkgver;)
+md5sums=('ee6208e697c43dcccf798ce80d370379')
+
+build() {
+  dirname=$(tar tf $srcdir/$pkgname-$pkgver.tar.gz | sed 1q);
+  cd $dirname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+
+  make
+}
+
+package() {
+  dirname=$(tar tf $srcdir/$pkgname-$pkgver.tar.gz | sed 1q);
+  cd $dirname
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: yajl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2012-09-19 Thread Gaetan Bisson
Date: Wednesday, September 19, 2012 @ 08:53:25
  Author: bisson
Revision: 166805

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

Added:
  yajl/repos/extra-i686/
  yajl/repos/extra-i686/PKGBUILD
(from rev 166804, yajl/trunk/PKGBUILD)
  yajl/repos/extra-x86_64/
  yajl/repos/extra-x86_64/PKGBUILD
(from rev 166804, yajl/trunk/PKGBUILD)

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

Copied: yajl/repos/extra-i686/PKGBUILD (from rev 166804, yajl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 12:53:25 UTC (rev 166805)
@@ -0,0 +1,33 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=yajl
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Yet Another JSON Library.'
+arch=('i686' 'x86_64')
+url='http://lloyd.github.com/yajl/'
+license=('ISC')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/tarball/$pkgver;)
+md5sums=('ee6208e697c43dcccf798ce80d370379')
+
+build() {
+  dirname=$(tar tf $srcdir/$pkgname-$pkgver.tar.gz | sed 1q);
+  cd $dirname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+
+  make
+}
+
+package() {
+  dirname=$(tar tf $srcdir/$pkgname-$pkgver.tar.gz | sed 1q);
+  cd $dirname
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: yajl/repos/extra-x86_64/PKGBUILD (from rev 166804, yajl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-19 12:53:25 UTC (rev 166805)
@@ -0,0 +1,33 @@
+# Maintainer: Dave Reisner d...@falconindy.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=yajl
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Yet Another JSON Library.'
+arch=('i686' 'x86_64')
+url='http://lloyd.github.com/yajl/'
+license=('ISC')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/tarball/$pkgver;)
+md5sums=('ee6208e697c43dcccf798ce80d370379')
+
+build() {
+  dirname=$(tar tf $srcdir/$pkgname-$pkgver.tar.gz | sed 1q);
+  cd $dirname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+
+  make
+}
+
+package() {
+  dirname=$(tar tf $srcdir/$pkgname-$pkgver.tar.gz | sed 1q);
+  cd $dirname
+
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-09-19 Thread Gaetan Bisson
Date: Wednesday, September 19, 2012 @ 09:10:23
  Author: bisson
Revision: 166806

push previous changes

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 12:53:25 UTC (rev 166805)
+++ PKGBUILD2012-09-19 13:10:23 UTC (rev 166806)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.17.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
 license=('GPL')



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

2012-09-19 Thread Gaetan Bisson
Date: Wednesday, September 19, 2012 @ 09:11:09
  Author: bisson
Revision: 166807

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 166806, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/install
(from rev 166806, mpd/trunk/install)
  mpd/repos/extra-i686/rc.d
(from rev 166806, mpd/trunk/rc.d)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 166806, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 166806, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/install
(from rev 166806, mpd/trunk/install)
  mpd/repos/extra-x86_64/rc.d
(from rev 166806, mpd/trunk/rc.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 166806, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/rc.d
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/rc.d
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 extra-i686/PKGBUILD |  122 +++---
 extra-i686/install  |   22 
 extra-i686/rc.d |   50 +-
 extra-i686/tmpfiles.d   |2 
 extra-x86_64/PKGBUILD   |  122 +++---
 extra-x86_64/install|   22 
 extra-x86_64/rc.d   |   50 +-
 extra-x86_64/tmpfiles.d |2 
 8 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-09-19 13:10:23 UTC (rev 166806)
+++ extra-i686/PKGBUILD 2012-09-19 13:11:09 UTC (rev 166807)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.17.1
-pkgrel=2
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('doxygen')
-source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
-'tmpfiles.d'
-'rc.d') 
-sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '3470d489565f0ed479f1665dd2876f66acb5a585')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-lastfm \
-   --enable-jack \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   sed \
-   -e '/^#playlist_directory/c playlist_directory 
/var/lib/mpd/playlists' \
-   -e '/^#db_file/c db_file /var/lib/mpd/mpd.db' \
-   -e '/^#pid_file/c pid_file /run/mpd/mpd.pid' \
-   -e '/^#state_file/c state_file /var/lib/mpd/mpdstate' \
-   -e '/^#user/c user mpd' \
-   -i doc/mpdconf.example
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/mpd
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
-   install -Dm644 doc/mpdconf.example ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 166806, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 13:11:09 UTC (rev 166807)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.17.1
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=(http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2;
+'tmpfiles.d'
+'rc.d') 
+sha1sums=('11da36217d57d08010f309977a4a77cce6240f77'
+  

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 10:43:12
  Author: jgc
Revision: 166808

upgpkg: libgweather 3.5.92-1

Update to 3.5.92, refresh patches, make it build

Added:
  libgweather/trunk/no_external_gettext.patch
Modified:
  libgweather/trunk/PKGBUILD
  libgweather/trunk/gettext-not-xml.patch
  libgweather/trunk/libgweather.install

---+
 PKGBUILD  |   22 +
 gettext-not-xml.patch |   99 ++--
 libgweather.install   |   16 ++-
 no_external_gettext.patch |   14 ++
 4 files changed, 92 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 13:11:09 UTC (rev 166807)
+++ PKGBUILD2012-09-19 14:43:12 UTC (rev 166808)
@@ -2,28 +2,36 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.4.1
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('gconf' 'libsoup-gnome' 'gnome-icon-theme')
+depends=('libsoup-gnome' 'gnome-icon-theme' 'gtk3')
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'gnome-common')
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org/;
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-gettext-not-xml.patch)
-sha256sums=('ee9c4d09f33ae2b066dd1e696aa3e483a689cba6d63bcd388cc2ef95df9b1b60'
-'3808da5c27bad1152eee824db2cead21de599af198eca017a18e1b0adb366330')
+gettext-not-xml.patch
+no_external_gettext.patch)
+sha256sums=('1f1dc6abf9dcfa38d663a4aadfc91a43bc7a5d1dd12ac68f6412c35bc40622cf'
+'40325e0b5464ebb75eaad3c9292c0bab7b15cfefb93011d9ccc0ab82635a9533'
+'f07ac07a70ad4999c3acd5d5b82aabd8831e6a45beb9aaed239f212057ded672')
 
 build() {
 cd $pkgname-$pkgver
 
 patch -Np1 -i $srcdir/gettext-not-xml.patch
+patch -Np1 -i $srcdir/no_external_gettext.patch
 gtkdocize
 autoreconf -fi
 
+cd po
+ intltool-update --pot
+cd ../po-locations
+intltool-update --gettext-package libgweather-locations --pot
+cd ..
 ./configure --prefix=/usr --sysconfdir=/etc \
 --localstatedir=/var --disable-static \
 --enable-locations-compression
@@ -33,8 +41,4 @@
 package() {
 cd $pkgname-$pkgver
 make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-install -m755 -d $pkgdir/usr/share/gconf/schemas
-gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain libgweather $pkgdir/etc/gconf/schemas/*.schemas
-rm -f $pkgdir/etc/gconf/schemas/*.schemas
 }

Modified: gettext-not-xml.patch
===
--- gettext-not-xml.patch   2012-09-19 13:11:09 UTC (rev 166807)
+++ gettext-not-xml.patch   2012-09-19 14:43:12 UTC (rev 166808)
@@ -1,20 +1,27 @@
-diff -Nur libgweather-3.4.0.orig/configure.ac libgweather-3.4.0/configure.ac
 libgweather-3.4.0.orig/configure.ac2012-03-08 20:49:21.497783149 
+
-+++ libgweather-3.4.0/configure.ac 2012-03-08 20:59:21.082941563 +
-@@ -43,19 +43,16 @@
- LT_PREREQ([2.2.6])
+Description: Switch to using gettext to find localized names for locations, 
instead of shipping very large locale-specific XML files with lots of duplicate 
information.
+Author: ?
+
+only in patch2:
+unchanged:
+Index: libgweather-3.5.1/configure.ac
+===
+--- libgweather-3.5.1.orig/configure.ac2012-06-25 03:23:11.0 
+1200
 libgweather-3.5.1/configure.ac 2012-07-05 10:27:51.457384292 +1200
+@@ -46,6 +46,10 @@
  LT_INIT([dlopen win32-dll disable-static])
+ LT_LIB_M
  
 +dnl IT_PROG_INTLTOOL does this for us in the case of the po/ subdir, but 
we're on our own for po-locations
 +AC_OUTPUT_COMMANDS([sed -e /POTFILES =/r po/POTFILES 
po-locations/Makefile.in  po-locations/Makefile])
 +IT_PO_SUBDIR([po-locations])
 +
- IT_PROG_INTLTOOL([0.40.6])
  PKG_PROG_PKG_CONFIG([0.19])
  
  AC_PROG_CC
- AC_PATH_PROG(GCONFTOOL, gconftool-2)
+@@ -53,13 +57,6 @@
  
+ GLIB_GSETTINGS
+ 
 -AC_ARG_ENABLE(all-translations-in-one-xml,
 -[AS_HELP_STRING([--enable-all-translations-in-one-xml],
 -[Put all translations in a big Locations.xml file 
(slow to parse)])],
@@ -25,7 +32,7 @@
  AC_ARG_ENABLE(locations-compression,
  [AS_HELP_STRING([--enable-locations-compression],
  [Compress Locations.xml files])],
-@@ -178,7 +175,7 @@
+@@ -183,7 +180,7 @@
  Makefile
  doc/Makefile
  po/Makefile.in
@@ -34,7 +41,7 @@
  libgweather/Makefile
  libgweather/gweather-3.0.pc
  libgweather/gweather-3.0-uninstalled.pc
-@@ -187,12 +184,6 @@
+@@ -192,12 +189,6 @@
  ])
  AC_OUTPUT
  
@@ -47,17 +54,18 @@
  dnl 

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 10:43:44
  Author: jgc
Revision: 166809

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-i686/PKGBUILD
(from rev 166808, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-i686/gettext-not-xml.patch
(from rev 166808, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/gnome-unstable-i686/libgweather.install
(from rev 166808, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-i686/no_external_gettext.patch
(from rev 166808, libgweather/trunk/no_external_gettext.patch)
  libgweather/repos/gnome-unstable-x86_64/
  libgweather/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166808, libgweather/trunk/PKGBUILD)
  libgweather/repos/gnome-unstable-x86_64/gettext-not-xml.patch
(from rev 166808, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/gnome-unstable-x86_64/libgweather.install
(from rev 166808, libgweather/trunk/libgweather.install)
  libgweather/repos/gnome-unstable-x86_64/no_external_gettext.patch
(from rev 166808, libgweather/trunk/no_external_gettext.patch)

-+
 gnome-unstable-i686/PKGBUILD|   44 +
 gnome-unstable-i686/gettext-not-xml.patch   |  551 ++
 gnome-unstable-i686/libgweather.install |   18 
 gnome-unstable-i686/no_external_gettext.patch   |   14 
 gnome-unstable-x86_64/PKGBUILD  |   44 +
 gnome-unstable-x86_64/gettext-not-xml.patch |  551 ++
 gnome-unstable-x86_64/libgweather.install   |   18 
 gnome-unstable-x86_64/no_external_gettext.patch |   14 
 8 files changed, 1254 insertions(+)

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


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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 10:53:29
  Author: jgc
Revision: 166810

upgpkg: mutter 3.5.92-1

Update to 3.5.92

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 14:43:44 UTC (rev 166809)
+++ PKGBUILD2012-09-19 14:53:29 UTC (rev 166810)
@@ -4,7 +4,7 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=3.5.91
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!libtool' '!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ceb69923e691a9a10ac34535634795f96b17b6cbdec8f38d846a46f8a73b9332')
+sha256sums=('0b745e25ae5243eb98f7b19adb7fd596c75d40d318a1b1288be0b6ecd8f3f825')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 10:53:55
  Author: jgc
Revision: 166811

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 166810, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-i686/mutter.install
(from rev 166810, mutter/trunk/mutter.install)
  mutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166810, mutter/trunk/PKGBUILD)
  mutter/repos/gnome-unstable-x86_64/mutter.install
(from rev 166810, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/gnome-unstable-i686/PKGBUILD
  mutter/repos/gnome-unstable-i686/mutter.install
  mutter/repos/gnome-unstable-x86_64/PKGBUILD
  mutter/repos/gnome-unstable-x86_64/mutter.install

--+
 gnome-unstable-i686/PKGBUILD |   66 -
 gnome-unstable-i686/mutter.install   |   38 +--
 gnome-unstable-x86_64/PKGBUILD   |   66 -
 gnome-unstable-x86_64/mutter.install |   38 +--
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 14:53:29 UTC (rev 166810)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 14:53:55 UTC (rev 166811)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Michael Kanis mkanis_at_gmx_dot_de
-
-pkgname=mutter
-pkgver=3.5.91
-pkgrel=1
-pkgdesc=A window manager for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity')
-makedepends=('intltool' 'gnome-doc-utils')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ceb69923e691a9a10ac34535634795f96b17b6cbdec8f38d846a46f8a73b9332')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mutter/repos/gnome-unstable-i686/PKGBUILD (from rev 166810, 
mutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 14:53:55 UTC (rev 166811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b745e25ae5243eb98f7b19adb7fd596c75d40d318a1b1288be0b6ecd8f3f825')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/mutter.install
===
--- gnome-unstable-i686/mutter.install  2012-09-19 14:53:29 UTC (rev 166810)
+++ gnome-unstable-i686/mutter.install  2012-09-19 14:53:55 UTC (rev 166811)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-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: mutter/repos/gnome-unstable-i686/mutter.install (from rev 166810, 
mutter/trunk/mutter.install)
===
--- gnome-unstable-i686/mutter.install  (rev 0)
+++ gnome-unstable-i686/mutter.install  2012-09-19 14:53:55 UTC (rev 166811)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 11:01:16
  Author: jgc
Revision: 166812

upgpkg: libsecret 0.10-1

Update to 0.10

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 14:53:55 UTC (rev 166811)
+++ PKGBUILD2012-09-19 15:01:16 UTC (rev 166812)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libsecret
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc='library for storing and retrieving passwords and other secrets.'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('glib2' 'libgcrypt')
 makedepends=('intltool' 'docbook-xsl')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.9/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b1abfed2f5c88ff9a1801d5b6643331cc833dfe8d8b1dca982ae23bbd6de535')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 11:01:44
  Author: jgc
Revision: 166813

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsecret/repos/gnome-unstable-i686/PKGBUILD
(from rev 166812, libsecret/trunk/PKGBUILD)
  libsecret/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166812, libsecret/trunk/PKGBUILD)
Deleted:
  libsecret/repos/gnome-unstable-i686/PKGBUILD
  libsecret/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   54 +++
 gnome-unstable-x86_64/PKGBUILD |   54 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 15:01:16 UTC (rev 166812)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 15:01:44 UTC (rev 166813)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsecret
-pkgver=0.9
-pkgrel=1
-pkgdesc='library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://live.gnome.org/Libsecret;
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.9/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b1abfed2f5c88ff9a1801d5b6643331cc833dfe8d8b1dca982ae23bbd6de535')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libsecret/repos/gnome-unstable-i686/PKGBUILD (from rev 166812, 
libsecret/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 15:01:44 UTC (rev 166813)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsecret
+pkgver=0.10
+pkgrel=1
+pkgdesc='library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://live.gnome.org/Libsecret;
+depends=('glib2' 'libgcrypt')
+makedepends=('intltool' 'docbook-xsl')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 15:01:16 UTC (rev 166812)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 15:01:44 UTC (rev 166813)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsecret
-pkgver=0.9
-pkgrel=1
-pkgdesc='library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://live.gnome.org/Libsecret;
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.9/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b1abfed2f5c88ff9a1801d5b6643331cc833dfe8d8b1dca982ae23bbd6de535')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libsecret/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166812, 
libsecret/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 15:01:44 UTC (rev 166813)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsecret
+pkgver=0.10
+pkgrel=1
+pkgdesc='library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://live.gnome.org/Libsecret;
+depends=('glib2' 'libgcrypt')
+makedepends=('intltool' 'docbook-xsl')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('4015ac83042fa408bf66ca8526709662d194fe566181db6ab3d86a6ea4ab8880')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 11:07:16
  Author: jgc
Revision: 166814

upgpkg: gnome-keyring 3.5.92-1

Update to 3.5.92

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 15:01:44 UTC (rev 166813)
+++ PKGBUILD2012-09-19 15:07:16 UTC (rev 166814)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.5.91
+pkgver=3.5.92
 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=('6e2d0f837aef54392621ed09be6eb28a97c9e27b0e10248c6fef31aef61080a3')
+sha256sums=('3765fb15d91cb984f272101b27b7457d56c3e7509acebe0c8c1597d51553ea57')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 11:07:40
  Author: jgc
Revision: 166815

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 166814, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
(from rev 166814, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166814, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 166814, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install

-+
 gnome-unstable-i686/PKGBUILD|   64 +-
 gnome-unstable-i686/gnome-keyring.install   |   24 -
 gnome-unstable-x86_64/PKGBUILD  |   64 +-
 gnome-unstable-x86_64/gnome-keyring.install |   24 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 15:07:16 UTC (rev 166814)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 15:07:40 UTC (rev 166815)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=gnome-keyring
-pkgver=3.5.91
-pkgrel=1
-pkgdesc=GNOME Password Management daemon
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool')
-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=('6e2d0f837aef54392621ed09be6eb28a97c9e27b0e10248c6fef31aef61080a3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 166814, 
gnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 15:07:40 UTC (rev 166815)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+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=('3765fb15d91cb984f272101b27b7457d56c3e7509acebe0c8c1597d51553ea57')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-keyring.install
===
--- gnome-unstable-i686/gnome-keyring.install   2012-09-19 15:07:16 UTC (rev 
166814)
+++ gnome-unstable-i686/gnome-keyring.install   2012-09-19 15:07:40 UTC (rev 
166815)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 
166814, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-unstable-i686/gnome-keyring.install   (rev 0)
+++ gnome-unstable-i686/gnome-keyring.install   2012-09-19 15:07:40 UTC (rev 
166815)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 11:54:16
  Author: jgc
Revision: 166816

upgpkg: gnome-online-accounts 3.5.92-1

Update to 3.5.92

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 15:07:40 UTC (rev 166815)
+++ PKGBUILD2012-09-19 15:54:16 UTC (rev 166816)
@@ -2,18 +2,18 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-accounts
-pkgver=3.4.2
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=GNOME service to access online accounts
 arch=(i686 x86_64)
 url=http://www.gnome.org;
 license=('GPL')
-depends=('libwebkit3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 options=(!libtool)
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b349ea12fbb564c8a71574b47d8949974cf42f959d7da212ef8933a5eb1d7945')
+sha256sums=('a99aab0aea495970dd6c07d4e62c05a71d47addfa5e53e5aece86af8f1fc1479')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 11:54:37
  Author: jgc
Revision: 166817

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-online-accounts/repos/gnome-unstable-i686/
  gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD
(from rev 166816, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install
(from rev 166816, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/gnome-unstable-x86_64/
  gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166816, gnome-online-accounts/trunk/PKGBUILD)
  
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install
(from rev 166816, gnome-online-accounts/trunk/gnome-online-accounts.install)

-+
 gnome-unstable-i686/PKGBUILD|   29 ++
 gnome-unstable-i686/gnome-online-accounts.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   29 ++
 gnome-unstable-x86_64/gnome-online-accounts.install |   11 ++
 4 files changed, 80 insertions(+)

Copied: gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD (from rev 
166816, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 15:54:37 UTC (rev 166817)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a99aab0aea495970dd6c07d4e62c05a71d47addfa5e53e5aece86af8f1fc1479')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install 
(from rev 166816, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- gnome-unstable-i686/gnome-online-accounts.install   
(rev 0)
+++ gnome-unstable-i686/gnome-online-accounts.install   2012-09-19 15:54:37 UTC 
(rev 166817)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
166816, gnome-online-accounts/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 15:54:37 UTC (rev 166817)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a99aab0aea495970dd6c07d4e62c05a71d47addfa5e53e5aece86af8f1fc1479')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install 
(from rev 166816, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- gnome-unstable-x86_64/gnome-online-accounts.install 
(rev 0)
+++ gnome-unstable-x86_64/gnome-online-accounts.install 2012-09-19 15:54:37 UTC 
(rev 166817)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:07:05
  Author: jgc
Revision: 166818

upgpkg: gcr 3.5.92-1

Update to 3.5.92

Modified:
  gcr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 15:54:37 UTC (rev 166817)
+++ PKGBUILD2012-09-19 16:07:05 UTC (rev 166818)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gcr
-pkgver=3.5.90
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=A library for bits of crypto UI and parsing
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!libtool)
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('279a5b6db60bec078a0bef9b52a43713d715b622fc4e3c4695982a4a030462ce')
+sha256sums=('040919b750b7177ccfbfeba0910848f83356bc3b52e231f47aebbcf657cd6a34')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:07:31
  Author: jgc
Revision: 166819

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 166818, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 166818, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166818, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 166818, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 16:07:05 UTC (rev 166818)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:07:31 UTC (rev 166819)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.5.90
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('279a5b6db60bec078a0bef9b52a43713d715b622fc4e3c4695982a4a030462ce')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 166818, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:07:31 UTC (rev 166819)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=A library for bits of crypto UI and parsing
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('040919b750b7177ccfbfeba0910848f83356bc3b52e231f47aebbcf657cd6a34')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-09-19 16:07:05 UTC (rev 166818)
+++ gnome-unstable-i686/gcr.install 2012-09-19 16:07:31 UTC (rev 166819)
@@ -1,14 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database /usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gcr/repos/gnome-unstable-i686/gcr.install (from rev 166818, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-09-19 16:07:31 UTC (rev 166819)
@@ -0,0 +1,14 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:07:05 UTC (rev 166818)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:07:31 UTC (rev 166819)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.5.90
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:12:14
  Author: jgc
Revision: 166820

upgpkg: libsoup 2.39.92-1

Update to 2.39.92

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 16:07:31 UTC (rev 166819)
+++ PKGBUILD2012-09-19 16:12:14 UTC (rev 166820)
@@ -3,7 +3,7 @@
 
 pkgbase=libsoup
 pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.39.91
+pkgver=2.39.92
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool' '!emptydirs')
-sha256sums=('bec3aeef96918ea9ed199d2be331f37a8ed819a7c3405bf4c33646cac8dc5ab5')
+sha256sums=('1401b35f977cae8bd4b6d1de1e560045831276e819d6091c1e34dcb1dd69ad0a')
 
 build() {
   cd $pkgbase-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:12:42
  Author: jgc
Revision: 166821

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libsoup/repos/gnome-unstable-i686/PKGBUILD
(from rev 166820, libsoup/trunk/PKGBUILD)
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166820, libsoup/trunk/PKGBUILD)
Deleted:
  libsoup/repos/gnome-unstable-i686/PKGBUILD
  libsoup/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   98 +++
 gnome-unstable-x86_64/PKGBUILD |   98 +++
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 16:12:14 UTC (rev 166820)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:12:42 UTC (rev 166821)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libsoup
-pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.39.91
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking' 'python2')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool' '!emptydirs')
-sha256sums=('bec3aeef96918ea9ed199d2be331f37a8ed819a7c3405bf4c33646cac8dc5ab5')
-
-build() {
-  cd $pkgbase-$pkgver
-  sed -i -e 's/env python/python2/' libsoup/tld-parser.py
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package_libsoup() {
-  pkgdesc=GNOME HTTP Library - base library
-  depends=('glib2' 'libxml2' 'glib-networking')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm -f $pkgdir/usr/lib/libsoup-gnome-2.4.*
-  rm -f $pkgdir/usr/lib/pkgconfig/libsoup-gnome-2.4.pc
-  rm -rf $pkgdir/usr/include/libsoup-gnome-2.4
-  rm -f $pkgdir/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib
-}
-
-package_libsoup-gnome() {
-  pkgdesc=GNOME HTTP Library - GNOME libraries
-  depends=(libsoup=$pkgver 'libgnome-keyring' 'sqlite')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm -f $pkgdir/usr/lib/libsoup-2.4.*
-  rm -f $pkgdir/usr/lib/pkgconfig/libsoup-2.4.pc
-  rm -rf $pkgdir/usr/include/libsoup-2.4
-  rm -rf $pkgdir/usr/share
-  rm -f $pkgdir/usr/lib/girepository-1.0/Soup-2.4.typelib
-}

Copied: libsoup/repos/gnome-unstable-i686/PKGBUILD (from rev 166820, 
libsoup/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:12:42 UTC (rev 166821)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=libsoup
+pkgname=('libsoup' 'libsoup-gnome')
+pkgver=2.39.92
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('1401b35f977cae8bd4b6d1de1e560045831276e819d6091c1e34dcb1dd69ad0a')
+
+build() {
+  cd $pkgbase-$pkgver
+  sed -i -e 's/env python/python2/' libsoup/tld-parser.py
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package_libsoup() {
+  pkgdesc=GNOME HTTP Library - base library
+  depends=('glib2' 'libxml2' 'glib-networking')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -f $pkgdir/usr/lib/libsoup-gnome-2.4.*
+  rm -f $pkgdir/usr/lib/pkgconfig/libsoup-gnome-2.4.pc
+  rm -rf $pkgdir/usr/include/libsoup-gnome-2.4
+  rm -f $pkgdir/usr/lib/girepository-1.0/SoupGNOME-2.4.typelib
+}
+
+package_libsoup-gnome() {
+  pkgdesc=GNOME HTTP Library - GNOME libraries
+  depends=(libsoup=$pkgver 'libgnome-keyring' 'sqlite')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -f $pkgdir/usr/lib/libsoup-2.4.*
+  rm -f $pkgdir/usr/lib/pkgconfig/libsoup-2.4.pc
+  rm -rf $pkgdir/usr/include/libsoup-2.4
+  rm -rf $pkgdir/usr/share
+  rm -f $pkgdir/usr/lib/girepository-1.0/Soup-2.4.typelib
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:12:14 UTC (rev 166820)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:12:42 UTC (rev 166821)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=libsoup
-pkgname=('libsoup' 'libsoup-gnome')
-pkgver=2.39.91
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libxml2' 'sqlite' 'libgnome-keyring' 'intltool' 
'gobject-introspection' 'glib-networking' 'python2')

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:18:22
  Author: jgc
Revision: 166822

upgpkg: libgdata 0.13.1-1

Update to 0.13.1

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 16:12:42 UTC (rev 166821)
+++ PKGBUILD2012-09-19 16:18:22 UTC (rev 166822)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgdata
-pkgver=0.12.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libsoup-gnome' 'liboauth')
+depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
 makedepends=('intltool' 'gobject-introspection')
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e5acd1ca88433306e740fc4cb3836f9710358d0acd48d4ddee1876dd77d2aca3')
+sha256sums=('270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:18:37
  Author: jgc
Revision: 166823

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgdata/repos/gnome-unstable-i686/
  libgdata/repos/gnome-unstable-i686/PKGBUILD
(from rev 166822, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166822, libgdata/trunk/PKGBUILD)

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

Copied: libgdata/repos/gnome-unstable-i686/PKGBUILD (from rev 166822, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:18:37 UTC (rev 166823)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.13.1
+pkgrel=1
+pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgdata/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166822, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:18:37 UTC (rev 166823)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.13.1
+pkgrel=1
+pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:43:08
  Author: jgc
Revision: 166824

upgpkg: evolution-data-server 3.5.92-1

Update to 3.5.92

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 16:18:37 UTC (rev 166823)
+++ PKGBUILD2012-09-19 16:43:08 UTC (rev 166824)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.4.4
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
-depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
 makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
 options=('!libtool')
 install=$pkgname.install
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ce9e1d5625503cd7f1f0631ec2f552e26800c33305b45722b34eba8da5ced491')
+sha256sums=('461e67b9c2f7ae18cf72d0d8273378729001aa9fd87ddbd695008179b5925180')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,8 +21,7 @@
   --localstatedir=/var --with-openldap=yes \
   --libexecdir=/usr/lib/evolution-data-server \
   --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings \
-  --disable-schemas-install
+  --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
 }



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:43:29
  Author: jgc
Revision: 166825

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution-data-server/repos/gnome-unstable-i686/
  evolution-data-server/repos/gnome-unstable-i686/PKGBUILD
(from rev 166824, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install
(from rev 166824, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/gnome-unstable-x86_64/
  evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166824, evolution-data-server/trunk/PKGBUILD)
  
evolution-data-server/repos/gnome-unstable-x86_64/evolution-data-server.install
(from rev 166824, evolution-data-server/trunk/evolution-data-server.install)

-+
 gnome-unstable-i686/PKGBUILD|   32 ++
 gnome-unstable-i686/evolution-data-server.install   |   11 ++
 gnome-unstable-x86_64/PKGBUILD  |   32 ++
 gnome-unstable-x86_64/evolution-data-server.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: evolution-data-server/repos/gnome-unstable-i686/PKGBUILD (from rev 
166824, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:43:29 UTC (rev 166825)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('461e67b9c2f7ae18cf72d0d8273378729001aa9fd87ddbd695008179b5925180')
+
+build() {
+  cd $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 $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
evolution-data-server/repos/gnome-unstable-i686/evolution-data-server.install 
(from rev 166824, evolution-data-server/trunk/evolution-data-server.install)
===
--- gnome-unstable-i686/evolution-data-server.install   
(rev 0)
+++ gnome-unstable-i686/evolution-data-server.install   2012-09-19 16:43:29 UTC 
(rev 166825)
@@ -0,0 +1,11 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+post_install
+}

Copied: evolution-data-server/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
166824, evolution-data-server/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:43:29 UTC (rev 166825)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('461e67b9c2f7ae18cf72d0d8273378729001aa9fd87ddbd695008179b5925180')
+
+build() {
+  cd $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 $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 14:44:00
  Author: jgc
Revision: 166826

upgpkg: gtkhtml4 4.5.91-1

Update to 4.5.91

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 16:43:29 UTC (rev 166825)
+++ PKGBUILD2012-09-19 18:44:00 UTC (rev 166826)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.4.4
+pkgver=4.5.91
 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=('737536d03c05d70e30f9b7aa45b4b810f7255dad2a9f0d4e16936a2e4852c7c9')
+sha256sums=('3525e7b7ec16218bc05d6c3eda69ecd3012e4c6d7978dd80918a07112ad6ea11')
 
 build() {
 cd $_pkgbasename-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 14:44:25
  Author: jgc
Revision: 166827

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gtkhtml4/repos/gnome-unstable-i686/
  gtkhtml4/repos/gnome-unstable-i686/PKGBUILD
(from rev 166826, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/gnome-unstable-x86_64/
  gtkhtml4/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166826, gtkhtml4/trunk/PKGBUILD)

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

Copied: gtkhtml4/repos/gnome-unstable-i686/PKGBUILD (from rev 166826, 
gtkhtml4/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 18:44:25 UTC (rev 166827)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.5.91
+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=('3525e7b7ec16218bc05d6c3eda69ecd3012e4c6d7978dd80918a07112ad6ea11')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: gtkhtml4/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166826, 
gtkhtml4/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 18:44:25 UTC (rev 166827)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.5.91
+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=('3525e7b7ec16218bc05d6c3eda69ecd3012e4c6d7978dd80918a07112ad6ea11')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in (6 files)

2012-09-19 Thread Ray Rashif
Date: Wednesday, September 19, 2012 @ 14:55:10
  Author: schiv
Revision: 166828

add libconfig dep for libffado from brought in from community r76500 last 
changed r55398 by spupykin

Added:
  libconfig/
  libconfig/repos/
  libconfig/trunk/
  libconfig/trunk/.contrib
  libconfig/trunk/PKGBUILD
  libconfig/trunk/libconfig.install

---+
 .contrib  |2 ++
 PKGBUILD  |   33 +
 libconfig.install |   18 ++
 3 files changed, 53 insertions(+)

Added: libconfig/trunk/.contrib
===
--- libconfig/trunk/.contrib(rev 0)
+++ libconfig/trunk/.contrib2012-09-19 18:55:10 UTC (rev 166828)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: scippio scip...@seznam.cz

Added: libconfig/trunk/PKGBUILD
===
--- libconfig/trunk/PKGBUILD(rev 0)
+++ libconfig/trunk/PKGBUILD2012-09-19 18:55:10 UTC (rev 166828)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.4.8
+pkgrel=1
+pkgdesc=C/C++ Configuration File Library
+arch=('i686' 'x86_64')
+url=http://hyperrealm.com/libconfig/libconfig.html;
+license=('LGPL')
+depends=('gcc-libs' 'texinfo')
+install=$pkgname.install
+options=('!libtool' '!emptydirs' 'zipman')
+source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
+md5sums=('36788da452e9fcfc8efb7661ef5d31ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
+}
+
+# vim:set ts=2 sw=2 et:

Added: libconfig/trunk/libconfig.install
===
--- libconfig/trunk/libconfig.install   (rev 0)
+++ libconfig/trunk/libconfig.install   2012-09-19 18:55:10 UTC (rev 166828)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(libconfig.info.gz)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2012-09-19 Thread Ray Rashif
Date: Wednesday, September 19, 2012 @ 15:01:59
  Author: schiv
Revision: 166829

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

Added:
  libconfig/repos/extra-i686/
  libconfig/repos/extra-i686/.contrib
(from rev 166828, libconfig/trunk/.contrib)
  libconfig/repos/extra-i686/PKGBUILD
(from rev 166828, libconfig/trunk/PKGBUILD)
  libconfig/repos/extra-i686/libconfig.install
(from rev 166828, libconfig/trunk/libconfig.install)
  libconfig/repos/extra-x86_64/
  libconfig/repos/extra-x86_64/.contrib
(from rev 166828, libconfig/trunk/.contrib)
  libconfig/repos/extra-x86_64/PKGBUILD
(from rev 166828, libconfig/trunk/PKGBUILD)
  libconfig/repos/extra-x86_64/libconfig.install
(from rev 166828, libconfig/trunk/libconfig.install)

+
 extra-i686/.contrib|2 ++
 extra-i686/PKGBUILD|   33 +
 extra-i686/libconfig.install   |   18 ++
 extra-x86_64/.contrib  |2 ++
 extra-x86_64/PKGBUILD  |   33 +
 extra-x86_64/libconfig.install |   18 ++
 6 files changed, 106 insertions(+)

Copied: libconfig/repos/extra-i686/.contrib (from rev 166828, 
libconfig/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2012-09-19 19:01:59 UTC (rev 166829)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: scippio scip...@seznam.cz

Copied: libconfig/repos/extra-i686/PKGBUILD (from rev 166828, 
libconfig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 19:01:59 UTC (rev 166829)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.4.8
+pkgrel=1
+pkgdesc=C/C++ Configuration File Library
+arch=('i686' 'x86_64')
+url=http://hyperrealm.com/libconfig/libconfig.html;
+license=('LGPL')
+depends=('gcc-libs' 'texinfo')
+install=$pkgname.install
+options=('!libtool' '!emptydirs' 'zipman')
+source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
+md5sums=('36788da452e9fcfc8efb7661ef5d31ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libconfig/repos/extra-i686/libconfig.install (from rev 166828, 
libconfig/trunk/libconfig.install)
===
--- extra-i686/libconfig.install(rev 0)
+++ extra-i686/libconfig.install2012-09-19 19:01:59 UTC (rev 166829)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(libconfig.info.gz)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: libconfig/repos/extra-x86_64/.contrib (from rev 166828, 
libconfig/trunk/.contrib)
===
--- extra-x86_64/.contrib   (rev 0)
+++ extra-x86_64/.contrib   2012-09-19 19:01:59 UTC (rev 166829)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: scippio scip...@seznam.cz

Copied: libconfig/repos/extra-x86_64/PKGBUILD (from rev 166828, 
libconfig/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-19 19:01:59 UTC (rev 166829)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.4.8
+pkgrel=1
+pkgdesc=C/C++ Configuration File Library
+arch=('i686' 'x86_64')
+url=http://hyperrealm.com/libconfig/libconfig.html;
+license=('LGPL')
+depends=('gcc-libs' 'texinfo')
+install=$pkgname.install
+options=('!libtool' '!emptydirs' 'zipman')
+source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
+md5sums=('36788da452e9fcfc8efb7661ef5d31ef')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libconfig/repos/extra-x86_64/libconfig.install (from rev 166828, 

[arch-commits] Commit in (5 files)

2012-09-19 Thread Ray Rashif
Date: Wednesday, September 19, 2012 @ 15:12:05
  Author: schiv
Revision: 166830

add new dep dbus-c++ for libffado brought in from aur

Added:
  dbus-c++/
  dbus-c++/repos/
  dbus-c++/trunk/
  dbus-c++/trunk/PKGBUILD
  dbus-c++/trunk/gcc47.patch

-+
 PKGBUILD|   38 ++
 gcc47.patch |   10 ++
 2 files changed, 48 insertions(+)

Added: dbus-c++/trunk/PKGBUILD
===
--- dbus-c++/trunk/PKGBUILD (rev 0)
+++ dbus-c++/trunk/PKGBUILD 2012-09-19 19:12:05 UTC (rev 166830)
@@ -0,0 +1,38 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Xavier D. magicrhe...@ouranos.be
+# Contributor: Zarra zarr...@gmail.com
+
+pkgname=dbus-c++
+_pkgname=lib$pkgname
+pkgver=0.9.0
+pkgrel=4
+pkgdesc=dbus-c++ attempts to provide a C++ API for D-BUS
+url=http://sourceforge.net/projects/dbus-cplusplus/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus=1.2.0' 'glib2')
+makedepends=('autoconf' 'automake' 'libtool')
+options=('!libtool')
+source=(http://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%2B%2B/$pkgver/libdbus-c%2B%2B-$pkgver.tar.gz;
+ 'gcc47.patch')
+
+build() {
+cd $srcdir/$_pkgname-$pkgver
+
+patch -Np0 -i $srcdir/gcc47.patch
+export LDFLAGS+= -lexpat
+
+./autogen.sh --prefix=/usr \
+ --disable-static \
+ --enable-glib \
+ --disable-ecore
+make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Added: dbus-c++/trunk/gcc47.patch
===
--- dbus-c++/trunk/gcc47.patch  (rev 0)
+++ dbus-c++/trunk/gcc47.patch  2012-09-19 19:12:05 UTC (rev 166830)
@@ -0,0 +1,10 @@
+--- src/eventloop-integration.cpp.orig 2012-05-09 11:22:09.683290763 +0200
 src/eventloop-integration.cpp  2012-05-09 11:22:44.313288912 +0200
+@@ -38,6 +38,7 @@
+ #include cassert
+ #include sys/poll.h
+ #include fcntl.h
++#include unistd.h
+ 
+ using namespace DBus;
+ using namespace std;



[arch-commits] Commit in dbus-c++/trunk (PKGBUILD)

2012-09-19 Thread Ray Rashif
Date: Wednesday, September 19, 2012 @ 15:26:42
  Author: schiv
Revision: 166831

add checksums

Modified:
  dbus-c++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 19:12:05 UTC (rev 166830)
+++ PKGBUILD2012-09-19 19:26:42 UTC (rev 166831)
@@ -15,6 +15,8 @@
 options=('!libtool')
 
source=(http://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%2B%2B/$pkgver/libdbus-c%2B%2B-$pkgver.tar.gz;
  'gcc47.patch')
+md5sums=('e752116f523fa88ef041e63d3dee4de2'
+ '9319b402b15f37d881b51bc758368900')
 
 build() {
 cd $srcdir/$_pkgname-$pkgver



[arch-commits] Commit in dbus-c++/trunk (PKGBUILD)

2012-09-19 Thread Ray Rashif
Date: Wednesday, September 19, 2012 @ 15:30:28
  Author: schiv
Revision: 166832

add -lpthread for i686

Modified:
  dbus-c++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 19:26:42 UTC (rev 166831)
+++ PKGBUILD2012-09-19 19:30:28 UTC (rev 166832)
@@ -6,7 +6,7 @@
 _pkgname=lib$pkgname
 pkgver=0.9.0
 pkgrel=4
-pkgdesc=dbus-c++ attempts to provide a C++ API for D-BUS
+pkgdesc=A C++ API for D-BUS
 url=http://sourceforge.net/projects/dbus-cplusplus/;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,7 +22,7 @@
 cd $srcdir/$_pkgname-$pkgver
 
 patch -Np0 -i $srcdir/gcc47.patch
-export LDFLAGS+= -lexpat
+export LDFLAGS+= -lexpat -lpthread # -lpthread needed for i686
 
 ./autogen.sh --prefix=/usr \
  --disable-static \



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 15:33:35
  Author: jgc
Revision: 166833

upgpkg: evolution 3.5.92-1

Update to 3.5.92

Modified:
  evolution/trunk/PKGBUILD
  evolution/trunk/evolution.install

---+
 PKGBUILD  |   16 +---
 evolution.install |   13 -
 2 files changed, 9 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 19:30:28 UTC (rev 166832)
+++ PKGBUILD2012-09-19 19:33:35 UTC (rev 166833)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.4.4
+pkgver=3.5.92
 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' 
'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'networkmanager')
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin')
 groups=('gnome-extra')
@@ -17,7 +17,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e541d0894c1d48b89820b6466edafe40215f8cdb45b1c0e9635cc15f49ecb9a')
+sha256sums=('dfead9f5bde36527ed4410e62004e42d4677e319d2c6e02d96ede5406516c25f')
 
 build() {
   cd $pkgname-$pkgver
@@ -29,20 +29,14 @@
   --with-openldap=yes \
   --enable-smime=yes \
   --with-krb5=/usr \
-  --disable-image-inline
+  --disable-schemas-compile
   
   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 $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
+  make DESTDIR=$pkgdir install
 }

Modified: evolution.install
===
--- evolution.install   2012-09-19 19:30:28 UTC (rev 166832)
+++ evolution.install   2012-09-19 19:33:35 UTC (rev 166833)
@@ -1,24 +1,19 @@
 post_install() {
   glib-compile-schemas /usr/share/glib-2.0/schemas
-  gconfpkg --install evolution
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 pre_upgrade() {
-  pre_remove
+  if [ -f /usr/share/gconf/schemas/evolution.schemas ]; then
+gconfpkg --uninstall evolution
+  fi
 }
 
 post_upgrade() {
   post_install
 }
 
-pre_remove() {
-  gconfpkg --uninstall evolution
-}
-
 post_remove() {
-  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_install
 }



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 15:34:06
  Author: jgc
Revision: 166834

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evolution/repos/gnome-unstable-i686/
  evolution/repos/gnome-unstable-i686/PKGBUILD
(from rev 166833, evolution/trunk/PKGBUILD)
  evolution/repos/gnome-unstable-i686/evolution.install
(from rev 166833, evolution/trunk/evolution.install)
  evolution/repos/gnome-unstable-x86_64/
  evolution/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166833, evolution/trunk/PKGBUILD)
  evolution/repos/gnome-unstable-x86_64/evolution.install
(from rev 166833, evolution/trunk/evolution.install)

-+
 gnome-unstable-i686/PKGBUILD|   42 ++
 gnome-unstable-i686/evolution.install   |   19 +
 gnome-unstable-x86_64/PKGBUILD  |   42 ++
 gnome-unstable-x86_64/evolution.install |   19 +
 4 files changed, 122 insertions(+)

Copied: evolution/repos/gnome-unstable-i686/PKGBUILD (from rev 166833, 
evolution/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 19:34:06 UTC (rev 166834)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.5.92
+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' 
'dconf')
+makedepends=('intltool' 'itstool' 'docbook-xsl' '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:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dfead9f5bde36527ed4410e62004e42d4677e319d2c6e02d96ede5406516c25f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  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 $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution/repos/gnome-unstable-i686/evolution.install (from rev 166833, 
evolution/trunk/evolution.install)
===
--- gnome-unstable-i686/evolution.install   (rev 0)
+++ gnome-unstable-i686/evolution.install   2012-09-19 19:34:06 UTC (rev 
166834)
@@ -0,0 +1,19 @@
+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/evolution.schemas ]; then
+gconfpkg --uninstall evolution
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: evolution/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166833, 
evolution/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 19:34:06 UTC (rev 166834)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.5.92
+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' 
'dconf')
+makedepends=('intltool' 'itstool' 'docbook-xsl' '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:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dfead9f5bde36527ed4410e62004e42d4677e319d2c6e02d96ede5406516c25f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  

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

2012-09-19 Thread andyrtr
Date: Wednesday, September 19, 2012 @ 15:45:26
  Author: andyrtr
Revision: 166835

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

Added:
  libpipeline/repos/core-i686/PKGBUILD
(from rev 166834, libpipeline/repos/testing-i686/PKGBUILD)
  libpipeline/repos/core-x86_64/PKGBUILD
(from rev 166834, libpipeline/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpipeline/repos/core-i686/PKGBUILD
  libpipeline/repos/core-x86_64/PKGBUILD
  libpipeline/repos/testing-i686/
  libpipeline/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-09-19 19:34:06 UTC (rev 166834)
+++ core-i686/PKGBUILD  2012-09-19 19:45:26 UTC (rev 166835)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libpipeline
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
-arch=('i686' 'x86_64')
-url=http://libpipeline.nongnu.org/;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
-md5sums=('20896c919eca4acb3d2f13012fb7ba02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: libpipeline/repos/core-i686/PKGBUILD (from rev 166834, 
libpipeline/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-09-19 19:45:26 UTC (rev 166835)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
+md5sums=('4367a3f598d171fd43dfa8620ed16d55')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-09-19 19:34:06 UTC (rev 166834)
+++ core-x86_64/PKGBUILD2012-09-19 19:45:26 UTC (rev 166835)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libpipeline
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
-arch=('i686' 'x86_64')
-url=http://libpipeline.nongnu.org/;
-license=('GPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
-md5sums=('20896c919eca4acb3d2f13012fb7ba02')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: libpipeline/repos/core-x86_64/PKGBUILD (from rev 166834, 
libpipeline/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-09-19 19:45:26 UTC (rev 166835)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libpipeline
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=a C library for manipulating pipelines of subprocesses in a flexible 
and convenient way
+arch=('i686' 'x86_64')
+url=http://libpipeline.nongnu.org/;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz)
+md5sums=('4367a3f598d171fd43dfa8620ed16d55')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in man-db/repos (18 files)

2012-09-19 Thread andyrtr
Date: Wednesday, September 19, 2012 @ 15:45:35
  Author: andyrtr
Revision: 166836

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

Added:
  man-db/repos/core-i686/PKGBUILD
(from rev 166834, man-db/repos/testing-i686/PKGBUILD)
  man-db/repos/core-i686/convert-mans
(from rev 166834, man-db/repos/testing-i686/convert-mans)
  man-db/repos/core-i686/man-db.cron.daily
(from rev 166834, man-db/repos/testing-i686/man-db.cron.daily)
  man-db/repos/core-i686/man-db.install
(from rev 166834, man-db/repos/testing-i686/man-db.install)
  man-db/repos/core-x86_64/PKGBUILD
(from rev 166834, man-db/repos/testing-x86_64/PKGBUILD)
  man-db/repos/core-x86_64/convert-mans
(from rev 166834, man-db/repos/testing-x86_64/convert-mans)
  man-db/repos/core-x86_64/man-db.cron.daily
(from rev 166834, man-db/repos/testing-x86_64/man-db.cron.daily)
  man-db/repos/core-x86_64/man-db.install
(from rev 166834, man-db/repos/testing-x86_64/man-db.install)
Deleted:
  man-db/repos/core-i686/PKGBUILD
  man-db/repos/core-i686/convert-mans
  man-db/repos/core-i686/man-db.cron.daily
  man-db/repos/core-i686/man-db.install
  man-db/repos/core-x86_64/PKGBUILD
  man-db/repos/core-x86_64/convert-mans
  man-db/repos/core-x86_64/man-db.cron.daily
  man-db/repos/core-x86_64/man-db.install
  man-db/repos/testing-i686/
  man-db/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  112 
 core-i686/convert-mans|   22 +++
 core-i686/man-db.cron.daily   |   78 +--
 core-i686/man-db.install  |   44 +++
 core-x86_64/PKGBUILD  |  112 
 core-x86_64/convert-mans  |   22 +++
 core-x86_64/man-db.cron.daily |   78 +--
 core-x86_64/man-db.install|   44 +++
 8 files changed, 256 insertions(+), 256 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-09-19 19:45:26 UTC (rev 166835)
+++ core-i686/PKGBUILD  2012-09-19 19:45:35 UTC (rev 166836)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Sergej Pupykin ser...@aur.archlinux.org
-
-pkgname=man-db
-pkgver=2.6.2
-pkgrel=1
-pkgdesc=A utility for reading man pages
-arch=('i686' 'x86_64')
-url=http://www.nongnu.org/man-db/;
-license=('GPL' 'LGPL')
-groups=('base')
-depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
-optdepends=('less' 'gzip')
-backup=('etc/man_db.conf'
-   'etc/cron.daily/man-db')
-conflicts=('man')
-provides=('man')
-replaces=('man')
-install=${pkgname}.install
-source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
-convert-mans man-db.cron.daily)
-options=('!libtool')
-md5sums=('647c48d46c464419185d031d04481ee5'
- 'a9de1f9bbe620a5a9b9f5da8c58cd96c'
- '2b7662a7d5b33fe91f9f3e034361a2f6'
- 'd30c39ae47560304471b5461719e0f03')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-   --with-db=gdbm --disable-setuid --enable-mandirs=GNU \
-   --with-sections=1 n l 8 3 0 2 5 4 9 6 7
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # part of groff pkg
-  rm -f ${pkgdir}/usr/bin/zsoelim
-
-  # script from LFS to convert manpages, see
-  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
-  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
-
-  #install whatis cron script
-  install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db
-}
-

Copied: man-db/repos/core-i686/PKGBUILD (from rev 166834, 
man-db/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-09-19 19:45:35 UTC (rev 166836)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.6.3
+pkgrel=1
+pkgdesc=A utility for reading man pages
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
+optdepends=('less' 'gzip')
+backup=('etc/man_db.conf'
+   'etc/cron.daily/man-db')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans man-db.cron.daily)
+options=('!libtool')
+md5sums=('a593a095599ae97bcacf8d038659a146'
+ '64975c20b1a6453f9b860ff7f916bcf1'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'd30c39ae47560304471b5461719e0f03')
+
+build() {
+  cd 

[arch-commits] Commit in dbus-c++/repos (6 files)

2012-09-19 Thread Ray Rashif
Date: Wednesday, September 19, 2012 @ 15:51:11
  Author: schiv
Revision: 166837

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

Added:
  dbus-c++/repos/extra-i686/
  dbus-c++/repos/extra-i686/PKGBUILD
(from rev 166836, dbus-c++/trunk/PKGBUILD)
  dbus-c++/repos/extra-i686/gcc47.patch
(from rev 166836, dbus-c++/trunk/gcc47.patch)
  dbus-c++/repos/extra-x86_64/
  dbus-c++/repos/extra-x86_64/PKGBUILD
(from rev 166836, dbus-c++/trunk/PKGBUILD)
  dbus-c++/repos/extra-x86_64/gcc47.patch
(from rev 166836, dbus-c++/trunk/gcc47.patch)

--+
 extra-i686/PKGBUILD  |   40 
 extra-i686/gcc47.patch   |   10 ++
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/gcc47.patch |   10 ++
 4 files changed, 100 insertions(+)

Copied: dbus-c++/repos/extra-i686/PKGBUILD (from rev 166836, 
dbus-c++/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-09-19 19:51:11 UTC (rev 166837)
@@ -0,0 +1,40 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Xavier D. magicrhe...@ouranos.be
+# Contributor: Zarra zarr...@gmail.com
+
+pkgname=dbus-c++
+_pkgname=lib$pkgname
+pkgver=0.9.0
+pkgrel=4
+pkgdesc=A C++ API for D-BUS
+url=http://sourceforge.net/projects/dbus-cplusplus/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus=1.2.0' 'glib2')
+makedepends=('autoconf' 'automake' 'libtool')
+options=('!libtool')
+source=(http://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%2B%2B/$pkgver/libdbus-c%2B%2B-$pkgver.tar.gz;
+ 'gcc47.patch')
+md5sums=('e752116f523fa88ef041e63d3dee4de2'
+ '9319b402b15f37d881b51bc758368900')
+
+build() {
+cd $srcdir/$_pkgname-$pkgver
+
+patch -Np0 -i $srcdir/gcc47.patch
+export LDFLAGS+= -lexpat -lpthread # -lpthread needed for i686
+
+./autogen.sh --prefix=/usr \
+ --disable-static \
+ --enable-glib \
+ --disable-ecore
+make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dbus-c++/repos/extra-i686/gcc47.patch (from rev 166836, 
dbus-c++/trunk/gcc47.patch)
===
--- extra-i686/gcc47.patch  (rev 0)
+++ extra-i686/gcc47.patch  2012-09-19 19:51:11 UTC (rev 166837)
@@ -0,0 +1,10 @@
+--- src/eventloop-integration.cpp.orig 2012-05-09 11:22:09.683290763 +0200
 src/eventloop-integration.cpp  2012-05-09 11:22:44.313288912 +0200
+@@ -38,6 +38,7 @@
+ #include cassert
+ #include sys/poll.h
+ #include fcntl.h
++#include unistd.h
+ 
+ using namespace DBus;
+ using namespace std;

Copied: dbus-c++/repos/extra-x86_64/PKGBUILD (from rev 166836, 
dbus-c++/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-09-19 19:51:11 UTC (rev 166837)
@@ -0,0 +1,40 @@
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Xavier D. magicrhe...@ouranos.be
+# Contributor: Zarra zarr...@gmail.com
+
+pkgname=dbus-c++
+_pkgname=lib$pkgname
+pkgver=0.9.0
+pkgrel=4
+pkgdesc=A C++ API for D-BUS
+url=http://sourceforge.net/projects/dbus-cplusplus/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dbus=1.2.0' 'glib2')
+makedepends=('autoconf' 'automake' 'libtool')
+options=('!libtool')
+source=(http://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%2B%2B/$pkgver/libdbus-c%2B%2B-$pkgver.tar.gz;
+ 'gcc47.patch')
+md5sums=('e752116f523fa88ef041e63d3dee4de2'
+ '9319b402b15f37d881b51bc758368900')
+
+build() {
+cd $srcdir/$_pkgname-$pkgver
+
+patch -Np0 -i $srcdir/gcc47.patch
+export LDFLAGS+= -lexpat -lpthread # -lpthread needed for i686
+
+./autogen.sh --prefix=/usr \
+ --disable-static \
+ --enable-glib \
+ --disable-ecore
+make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dbus-c++/repos/extra-x86_64/gcc47.patch (from rev 166836, 
dbus-c++/trunk/gcc47.patch)
===
--- extra-x86_64/gcc47.patch(rev 0)
+++ extra-x86_64/gcc47.patch2012-09-19 19:51:11 UTC (rev 166837)
@@ -0,0 +1,10 @@
+--- src/eventloop-integration.cpp.orig 2012-05-09 11:22:09.683290763 +0200
 src/eventloop-integration.cpp  2012-05-09 11:22:44.313288912 +0200
+@@ -38,6 +38,7 @@
+ #include cassert
+ #include sys/poll.h
+ #include fcntl.h
++#include unistd.h
+ 
+ using namespace DBus;
+ using namespace std;



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:45:02
  Author: jgc
Revision: 166838

upgpkg: at-spi2-atk 2.5.92-1

Update to 2.5.92

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 19:51:11 UTC (rev 166837)
+++ PKGBUILD2012-09-19 21:45:02 UTC (rev 166838)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.5.91
+pkgver=2.5.92
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0eeb0ca540c171aa44586c59db52dccb443e4d80acbba719ff6d599350da2c54')
+sha256sums=('982345ab4ac150b99a80d678b48b072f73fb90b123807225c2d1ae2f9d1b5cdc')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-atk/repos (8 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:45:28
  Author: jgc
Revision: 166839

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 166838, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install
(from rev 166838, at-spi2-atk/trunk/at-spi2-atk.install)
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166838, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install
(from rev 166838, at-spi2-atk/trunk/at-spi2-atk.install)
Deleted:
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
  at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
  at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install

---+
 gnome-unstable-i686/PKGBUILD  |   68 ++--
 gnome-unstable-i686/at-spi2-atk.install   |   22 -
 gnome-unstable-x86_64/PKGBUILD|   68 ++--
 gnome-unstable-x86_64/at-spi2-atk.install |   22 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 21:45:02 UTC (rev 166838)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 21:45:28 UTC (rev 166839)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-atk
-pkgver=2.5.91
-pkgrel=1
-pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
-makedepends=('intltool')
-install=at-spi2-atk.install
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0eeb0ca540c171aa44586c59db52dccb443e4d80acbba719ff6d599350da2c54')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 166838, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 21:45:28 UTC (rev 166839)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.5.92
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('982345ab4ac150b99a80d678b48b072f73fb90b123807225c2d1ae2f9d1b5cdc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/at-spi2-atk.install
===
--- gnome-unstable-i686/at-spi2-atk.install 2012-09-19 21:45:02 UTC (rev 
166838)
+++ gnome-unstable-i686/at-spi2-atk.install 2012-09-19 21:45:28 UTC (rev 
166839)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install (from rev 
166838, at-spi2-atk/trunk/at-spi2-atk.install)
===
--- gnome-unstable-i686/at-spi2-atk.install (rev 0)
+++ gnome-unstable-i686/at-spi2-atk.install 2012-09-19 21:45:28 UTC (rev 
166839)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 21:45:02 UTC (rev 166838)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 21:45:28 UTC (rev 166839)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-atk
-pkgver=2.5.91
-pkgrel=1
-pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;

[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:47:33
  Author: jgc
Revision: 166840

upgpkg: at-spi2-core 2.5.92-1

Update to 2.5.92

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:45:28 UTC (rev 166839)
+++ PKGBUILD2012-09-19 21:47:33 UTC (rev 166840)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-core
-pkgver=2.5.91
+pkgver=2.5.92
 pkgrel=1
 pkgdesc=Protocol definitions and daemon for D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bb7a9a0a3daa95c2c95bef0390623f724e3ecb87710805d0b88e923010bbdff1')
+sha256sums=('35bcc57e4d62e174ad1456017a65a88313ad09bf0b00fc3cb5c8bfdbb8f6699f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-core/repos (4 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:48:01
  Author: jgc
Revision: 166841

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 166840, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166840, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   66 +++
 gnome-unstable-x86_64/PKGBUILD |   66 +++
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 21:47:33 UTC (rev 166840)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 21:48:01 UTC (rev 166841)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-core
-pkgver=2.5.91
-pkgrel=1
-pkgdesc=Protocol definitions and daemon for D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bb7a9a0a3daa95c2c95bef0390623f724e3ecb87710805d0b88e923010bbdff1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 166840, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 21:48:01 UTC (rev 166841)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.5.92
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('35bcc57e4d62e174ad1456017a65a88313ad09bf0b00fc3cb5c8bfdbb8f6699f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 21:47:33 UTC (rev 166840)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 21:48:01 UTC (rev 166841)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=at-spi2-core
-pkgver=2.5.91
-pkgrel=1
-pkgdesc=Protocol definitions and daemon for D-Bus at-spi
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dbus-core' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bb7a9a0a3daa95c2c95bef0390623f724e3ecb87710805d0b88e923010bbdff1')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166840, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 21:48:01 UTC (rev 166841)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.5.92
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:48:06
  Author: jgc
Revision: 166842

upgpkg: gsettings-desktop-schemas 3.5.92-1

Update to 3.5.92

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:48:01 UTC (rev 166841)
+++ PKGBUILD2012-09-19 21:48:06 UTC (rev 166842)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.5.91
+pkgver=3.5.92
 pkgrel=1
 pkgdesc=Shared GSettings schemas for the desktop
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('104194a6787f4188a18d73785cd895e6463e6eece5b4b24f982afc591cc0c2ab')
+sha256sums=('65f6e866019d41599563774bbb4b08125760d4f93abcdf7704a8ee2fa9421b2e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gsettings-desktop-schemas/repos/gnome-unstable-any (4 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:48:21
  Author: jgc
Revision: 166843

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 166842, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 166842, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

---+
 PKGBUILD  |   62 ++--
 gsettings-desktop-schemas.install |   22 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-19 21:48:06 UTC (rev 166842)
+++ PKGBUILD2012-09-19 21:48:21 UTC (rev 166843)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.5.91
-pkgrel=1
-pkgdesc=Shared GSettings schemas for the desktop
-arch=('any')
-url=http://live.gnome.org/;
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('104194a6787f4188a18d73785cd895e6463e6eece5b4b24f982afc591cc0c2ab')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
166842, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-19 21:48:21 UTC (rev 166843)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=Shared GSettings schemas for the desktop
+arch=('any')
+url=http://live.gnome.org/;
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('65f6e866019d41599563774bbb4b08125760d4f93abcdf7704a8ee2fa9421b2e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2012-09-19 21:48:06 UTC (rev 166842)
+++ gsettings-desktop-schemas.install   2012-09-19 21:48:21 UTC (rev 166843)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 166842, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-09-19 21:48:21 UTC (rev 166843)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:54:23
  Author: jgc
Revision: 166844

upgpkg: cantarell-fonts 0.0.10-1

Update to 0.0.10

Modified:
  cantarell-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:48:21 UTC (rev 166843)
+++ PKGBUILD2012-09-19 21:54:23 UTC (rev 166844)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cantarell-fonts
-pkgver=0.0.9
+pkgver=0.0.10
 pkgrel=1
 pkgdesc=Cantarell font family for the GNOME desktop
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('fontconfig')
 install=cantarell-fonts.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('793f4e2f28e5d03b266f4f714570c9569cb7f8b993a56219539788d45e0fa3fe')
+sha256sums=('68c993f4445b1e703480d45a50fda4be5ed8e83cf45690f64f5fea9facc0e5c9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in cantarell-fonts/repos/extra-any (4 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:54:40
  Author: jgc
Revision: 166845

archrelease: copy trunk to extra-any

Added:
  cantarell-fonts/repos/extra-any/PKGBUILD
(from rev 166844, cantarell-fonts/trunk/PKGBUILD)
  cantarell-fonts/repos/extra-any/cantarell-fonts.install
(from rev 166844, cantarell-fonts/trunk/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/extra-any/PKGBUILD
  cantarell-fonts/repos/extra-any/cantarell-fonts.install

-+
 PKGBUILD|   64 +++---
 cantarell-fonts.install |   22 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-19 21:54:23 UTC (rev 166844)
+++ PKGBUILD2012-09-19 21:54:40 UTC (rev 166845)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cantarell-fonts
-pkgver=0.0.9
-pkgrel=1
-pkgdesc=Cantarell font family for the GNOME desktop
-arch=('any')
-url=http://abattis.org/cantarell/;
-license=('GPL2')
-depends=('fontconfig')
-install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
-sha256sums=('793f4e2f28e5d03b266f4f714570c9569cb7f8b993a56219539788d45e0fa3fe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  mkdir -p $pkgdir/etc/fonts/conf.d
-  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
-  rmdir $pkgdir/usr/share/fontconfig
-  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cantarell-fonts/repos/extra-any/PKGBUILD (from rev 166844, 
cantarell-fonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-19 21:54:40 UTC (rev 166845)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cantarell-fonts
+pkgver=0.0.10
+pkgrel=1
+pkgdesc=Cantarell font family for the GNOME desktop
+arch=('any')
+url=http://abattis.org/cantarell/;
+license=('GPL2')
+depends=('fontconfig')
+install=cantarell-fonts.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('68c993f4445b1e703480d45a50fda4be5ed8e83cf45690f64f5fea9facc0e5c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p $pkgdir/etc/fonts/conf.d
+  mv $pkgdir/usr/share/fontconfig/conf.avail $pkgdir/etc/fonts/conf.avail
+  rmdir $pkgdir/usr/share/fontconfig
+  ln -s ../conf.avail/31-cantarell.conf $pkgdir/etc/fonts/conf.d
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: cantarell-fonts.install
===
--- cantarell-fonts.install 2012-09-19 21:54:23 UTC (rev 166844)
+++ cantarell-fonts.install 2012-09-19 21:54:40 UTC (rev 166845)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -f
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: cantarell-fonts/repos/extra-any/cantarell-fonts.install (from rev 
166844, cantarell-fonts/trunk/cantarell-fonts.install)
===
--- cantarell-fonts.install (rev 0)
+++ cantarell-fonts.install 2012-09-19 21:54:40 UTC (rev 166845)
@@ -0,0 +1,11 @@
+post_install() {
+  fc-cache -f
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:56:20
  Author: jgc
Revision: 166846

upgpkg: baobab 3.5.92-1

Update to 3.5.92

Modified:
  baobab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:54:40 UTC (rev 166845)
+++ PKGBUILD2012-09-19 21:56:20 UTC (rev 166846)
@@ -1,18 +1,18 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=baobab
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5.92
+pkgrel=1
 pkgdesc=A graphical directory tree analyzer
 arch=(i686 x86_64)
 url=http://gnome.org;
 license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'libgtop')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
 makedepends=('intltool' 'itstool')
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0c9743caf8cdc6dd69d694453cd57816c1ca0514cf5022846088021949f7')
+sha256sums=('d8b5866c003485d4e88a1d076bfb27864de9f849985cbd0ad517a37d07b97c1b')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:56:41
  Author: jgc
Revision: 166847

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  baobab/repos/gnome-unstable-i686/
  baobab/repos/gnome-unstable-i686/PKGBUILD
(from rev 166846, baobab/trunk/PKGBUILD)
  baobab/repos/gnome-unstable-i686/baobab.install
(from rev 166846, baobab/trunk/baobab.install)
  baobab/repos/gnome-unstable-x86_64/
  baobab/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166846, baobab/trunk/PKGBUILD)
  baobab/repos/gnome-unstable-x86_64/baobab.install
(from rev 166846, baobab/trunk/baobab.install)

--+
 gnome-unstable-i686/PKGBUILD |   28 
 gnome-unstable-i686/baobab.install   |   12 
 gnome-unstable-x86_64/PKGBUILD   |   28 
 gnome-unstable-x86_64/baobab.install |   12 
 4 files changed, 80 insertions(+)

Copied: baobab/repos/gnome-unstable-i686/PKGBUILD (from rev 166846, 
baobab/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 21:56:41 UTC (rev 166847)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=baobab
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8b5866c003485d4e88a1d076bfb27864de9f849985cbd0ad517a37d07b97c1b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/gnome-unstable-i686/baobab.install (from rev 166846, 
baobab/trunk/baobab.install)
===
--- gnome-unstable-i686/baobab.install  (rev 0)
+++ gnome-unstable-i686/baobab.install  2012-09-19 21:56:41 UTC (rev 166847)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: baobab/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166846, 
baobab/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 21:56:41 UTC (rev 166847)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=baobab
+pkgver=3.5.92
+pkgrel=1
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8b5866c003485d4e88a1d076bfb27864de9f849985cbd0ad517a37d07b97c1b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/gnome-unstable-x86_64/baobab.install (from rev 166846, 
baobab/trunk/baobab.install)
===
--- gnome-unstable-x86_64/baobab.install(rev 0)
+++ gnome-unstable-x86_64/baobab.install2012-09-19 21:56:41 UTC (rev 
166847)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:00:22
  Author: jgc
Revision: 166848

upgpkg: clutter 1.11.16-1

Update to 1.11.16

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 21:56:41 UTC (rev 166847)
+++ PKGBUILD2012-09-19 22:00:22 UTC (rev 166848)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.11.14
+pkgver=1.11.16
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
 makedepends=('gobject-introspection' 'mesa')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2da2c220dd966a2657eb6f02e835e2527bc1b5a10cc649b70a8906e08a61a832')
+sha256sums=('8f50dfa0b1db93d2193dced4640589cbfe1dfed4b06d4463420c7909cef39f93')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:00:36
  Author: jgc
Revision: 166849

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 166848, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166848, clutter/trunk/PKGBUILD)
Deleted:
  clutter/repos/gnome-unstable-i686/PKGBUILD
  clutter/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   56 +++
 gnome-unstable-x86_64/PKGBUILD |   56 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 22:00:22 UTC (rev 166848)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 22:00:36 UTC (rev 166849)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.11.14
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection' 'mesa')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2da2c220dd966a2657eb6f02e835e2527bc1b5a10cc649b70a8906e08a61a832')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 166848, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 22:00:36 UTC (rev 166849)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.11.16
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f50dfa0b1db93d2193dced4640589cbfe1dfed4b06d4463420c7909cef39f93')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 22:00:22 UTC (rev 166848)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 22:00:36 UTC (rev 166849)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=clutter
-pkgver=1.11.14
-pkgrel=1
-pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection' 'mesa')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2da2c220dd966a2657eb6f02e835e2527bc1b5a10cc649b70a8906e08a61a832')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166848, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 22:00:36 UTC (rev 166849)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.11.16
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection' 'mesa')

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:06:34
  Author: jgc
Revision: 166850

upgpkg: clutter-gtk 1.3.2-1

Update to 1.3.2

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 22:00:36 UTC (rev 166849)
+++ PKGBUILD2012-09-19 22:06:34 UTC (rev 166850)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=clutter-gtk
-pkgver=1.2.0
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=GTK clutter widget
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('clutter' 'gtk3')
 makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a')
+sha256sums=('ee50538daca9447be6ad1ed0d049fbb2dc5a1bcaecd13fda847b9b66f922ee37')
 
 build() {
   cd $pkgname-$pkgver



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:06:57
  Author: jgc
Revision: 166851

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  clutter-gtk/repos/gnome-unstable-i686/
  clutter-gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 166850, clutter-gtk/trunk/PKGBUILD)
  clutter-gtk/repos/gnome-unstable-x86_64/
  clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166850, clutter-gtk/trunk/PKGBUILD)

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

Copied: clutter-gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 166850, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 22:06:57 UTC (rev 166851)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ee50538daca9447be6ad1ed0d049fbb2dc5a1bcaecd13fda847b9b66f922ee37')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166850, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 22:06:57 UTC (rev 166851)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ee50538daca9447be6ad1ed0d049fbb2dc5a1bcaecd13fda847b9b66f922ee37')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:19:08
  Author: jgc
Revision: 166852

upgpkg: telepathy-glib 0.19.9-1

Update to 0.19.9

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 22:06:57 UTC (rev 166851)
+++ PKGBUILD2012-09-19 22:19:08 UTC (rev 166852)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 
 pkgname=telepathy-glib
-pkgver=0.18.2
+pkgver=0.19.9
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('034ec8e4c3a60d4ba1da67952ef3ee2f')
+md5sums=('b1eaad97c9a83df4b364cad468261220')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-glib/repos (2 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:20:03
  Author: jgc
Revision: 166853

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-glib/repos/gnome-unstable-i686/
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 166852, telepathy-glib/trunk/PKGBUILD)

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

Copied: telepathy-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 166852, 
telepathy-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 22:20:03 UTC (rev 166853)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.19.9
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b1eaad97c9a83df4b364cad468261220')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in apache/trunk (PKGBUILD httpd.service pcre_info.patch)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:45:07
  Author: jgc
Revision: 166854

upgpkg: apache 2.2.23-1

Update to 2.2.23, add systemd unit

Added:
  apache/trunk/httpd.service
Modified:
  apache/trunk/PKGBUILD
Deleted:
  apache/trunk/pcre_info.patch

-+
 PKGBUILD|   23 +--
 httpd.service   |   15 +++
 pcre_info.patch |   22 --
 3 files changed, 28 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 22:20:03 UTC (rev 166853)
+++ PKGBUILD2012-09-19 22:45:07 UTC (rev 166854)
@@ -4,8 +4,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=apache
-pkgver=2.2.22
-pkgrel=4
+pkgver=2.2.23
+pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 options=('!libtool')
@@ -37,10 +37,10 @@
 apache.tmpfiles.conf
 httpd.logrotate
 httpd
-arch.layout
-pcre_info.patch)
-md5sums=('9fe3093194c8a57f085ff7c3fc43715f'
- '41b3a6e4948679cab70b9caf490877c4'
+httpd.service
+arch.layout)
+md5sums=('ca133de0e4b4b15316990a97186b9993'
+ '3289ae3b16e1a2dc633c811d6569abb6'
  'f1d9d41360908ceb2374da55ae99197a'
  'cdfa04985a0efa850976aef01c2a0c40'
  '0930d2d0612eb0a53a0d00aea7e8687f'
@@ -56,13 +56,12 @@
  '82068753dab92fe86312b1010a2904d7'
  '6382331e9700ed9e8cc78ea51887b537'
  'c7e300a287ef7e2e066ac7639536f87e'
- '3d659d41276ba3bfcb20c231eb254e0c'
- 'fde5121e32b5aeef5a7eedb5a97009ff')
+ 'ed219c8228d4d5ae9b7a55107cf79706'
+ '3d659d41276ba3bfcb20c231eb254e0c')
 
 build() {
cd ${srcdir}/httpd-${pkgver}
 
-   patch -p1 -i ${srcdir}/pcre_info.patch
patch -Np0 -i ${srcdir}/apachectl-confd.patch
 
# set default user
@@ -133,7 +132,7 @@
 
# symlinks for /etc/httpd
ln -fs /var/log/httpd ${pkgdir}/etc/httpd/logs
-   ln -fs /var/run/httpd ${pkgdir}/etc/httpd/run
+   ln -fs /run/httpd ${pkgdir}/etc/httpd/run
ln -fs /usr/lib/httpd/modules ${pkgdir}/etc/httpd/modules
ln -fs /usr/lib/httpd/build ${pkgdir}/etc/httpd/build
 
@@ -152,4 +151,8 @@
rm -rf ${pkgdir}/srv/
rm -rf ${pkgdir}/usr/bin
rm -rf ${pkgdir}/var/run
+
+
+install -m755 -d ${pkgdir}/usr/lib/systemd/system
+install -m644 ${srcdir}/httpd.service 
${pkgdir}/usr/lib/systemd/system/
 }

Added: httpd.service
===
--- httpd.service   (rev 0)
+++ httpd.service   2012-09-19 22:45:07 UTC (rev 166854)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Apache Web Server
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=forking
+PIDFile=/run/httpd/httpd.pid
+ExecStart=/usr/sbin/apachectl start
+ExecStop=/usr/sbin/apachectl graceful-stop
+ExecReload=/usr/sbin/apachectl graceful
+PrivateTmp=true
+LimitNOFILE=infinity
+
+[Install]
+WantedBy=multi-user.target

Deleted: pcre_info.patch
===
--- pcre_info.patch 2012-09-19 22:20:03 UTC (rev 166853)
+++ pcre_info.patch 2012-09-19 22:45:07 UTC (rev 166854)
@@ -1,22 +0,0 @@
 httpd-2.2.22/server/util_pcre.c2005-11-10 16:20:05.0 +0100
-+++ httpd-2.2.22/server/util_pcre.c2012-02-08 11:23:56.273855663 +0100
-@@ -128,6 +128,7 @@
- const char *errorptr;
- int erroffset;
- int options = 0;
-+int nsub;
- 
- if ((cflags  AP_REG_ICASE) != 0) options |= PCRE_CASELESS;
- if ((cflags  AP_REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
-@@ -136,8 +137,9 @@
- preg-re_erroffset = erroffset;
- 
- if (preg-re_pcre == NULL) return AP_REG_INVARG;
--
--preg-re_nsub = pcre_info((const pcre *)preg-re_pcre, NULL, NULL);
-+pcre_fullinfo((const pcre *)preg-re_pcre, NULL,
-+   PCRE_INFO_CAPTURECOUNT, nsub);
-+preg-re_nsub = nsub;
- return 0;
- }
- 



[arch-commits] Commit in apache/repos (36 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:46:12
  Author: jgc
Revision: 166855

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

Added:
  apache/repos/extra-i686/PKGBUILD
(from rev 166854, apache/trunk/PKGBUILD)
  apache/repos/extra-i686/apache.conf.d
(from rev 166854, apache/trunk/apache.conf.d)
  apache/repos/extra-i686/apache.install
(from rev 166854, apache/trunk/apache.install)
  apache/repos/extra-i686/apache.tmpfiles.conf
(from rev 166854, apache/trunk/apache.tmpfiles.conf)
  apache/repos/extra-i686/apachectl-confd.patch
(from rev 166854, apache/trunk/apachectl-confd.patch)
  apache/repos/extra-i686/arch.layout
(from rev 166854, apache/trunk/arch.layout)
  apache/repos/extra-i686/httpd
(from rev 166854, apache/trunk/httpd)
  apache/repos/extra-i686/httpd.logrotate
(from rev 166854, apache/trunk/httpd.logrotate)
  apache/repos/extra-i686/httpd.service
(from rev 166854, apache/trunk/httpd.service)
  apache/repos/extra-x86_64/PKGBUILD
(from rev 166854, apache/trunk/PKGBUILD)
  apache/repos/extra-x86_64/apache.conf.d
(from rev 166854, apache/trunk/apache.conf.d)
  apache/repos/extra-x86_64/apache.install
(from rev 166854, apache/trunk/apache.install)
  apache/repos/extra-x86_64/apache.tmpfiles.conf
(from rev 166854, apache/trunk/apache.tmpfiles.conf)
  apache/repos/extra-x86_64/apachectl-confd.patch
(from rev 166854, apache/trunk/apachectl-confd.patch)
  apache/repos/extra-x86_64/arch.layout
(from rev 166854, apache/trunk/arch.layout)
  apache/repos/extra-x86_64/httpd
(from rev 166854, apache/trunk/httpd)
  apache/repos/extra-x86_64/httpd.logrotate
(from rev 166854, apache/trunk/httpd.logrotate)
  apache/repos/extra-x86_64/httpd.service
(from rev 166854, apache/trunk/httpd.service)
Deleted:
  apache/repos/extra-i686/PKGBUILD
  apache/repos/extra-i686/apache.conf.d
  apache/repos/extra-i686/apache.install
  apache/repos/extra-i686/apache.tmpfiles.conf
  apache/repos/extra-i686/apachectl-confd.patch
  apache/repos/extra-i686/arch.layout
  apache/repos/extra-i686/httpd
  apache/repos/extra-i686/httpd.logrotate
  apache/repos/extra-i686/pcre_info.patch
  apache/repos/extra-x86_64/PKGBUILD
  apache/repos/extra-x86_64/apache.conf.d
  apache/repos/extra-x86_64/apache.install
  apache/repos/extra-x86_64/apache.tmpfiles.conf
  apache/repos/extra-x86_64/apachectl-confd.patch
  apache/repos/extra-x86_64/arch.layout
  apache/repos/extra-x86_64/httpd
  apache/repos/extra-x86_64/httpd.logrotate
  apache/repos/extra-x86_64/pcre_info.patch

+
 extra-i686/PKGBUILD|  313 +--
 extra-i686/apache.conf.d   |   30 +--
 extra-i686/apache.install  |6 
 extra-i686/apache.tmpfiles.conf|2 
 extra-i686/apachectl-confd.patch   |   30 +--
 extra-i686/arch.layout |   44 ++--
 extra-i686/httpd   |  130 +++---
 extra-i686/httpd.logrotate |   12 -
 extra-i686/httpd.service   |   15 +
 extra-i686/pcre_info.patch |   22 --
 extra-x86_64/PKGBUILD  |  313 +--
 extra-x86_64/apache.conf.d |   30 +--
 extra-x86_64/apache.install|6 
 extra-x86_64/apache.tmpfiles.conf  |2 
 extra-x86_64/apachectl-confd.patch |   30 +--
 extra-x86_64/arch.layout   |   44 ++--
 extra-x86_64/httpd |  130 +++---
 extra-x86_64/httpd.logrotate   |   12 -
 extra-x86_64/httpd.service |   15 +
 extra-x86_64/pcre_info.patch   |   22 --
 20 files changed, 600 insertions(+), 608 deletions(-)

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


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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 18:53:47
  Author: jgc
Revision: 166856

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 166855, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/gnome-unstable-x86_64/
  telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166855, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 22:46:12 UTC (rev 166855)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 22:53:47 UTC (rev 166856)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.19.9
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b1eaad97c9a83df4b364cad468261220')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 166855, 
telepathy-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 22:53:47 UTC (rev 166856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.19.9
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b1eaad97c9a83df4b364cad468261220')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 166855, 
telepathy-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 22:53:47 UTC (rev 166856)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.19.9
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b1eaad97c9a83df4b364cad468261220')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 23:26:30
  Author: allan
Revision: 166857

no errors are acceptable in the test-suite

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-19 22:53:47 UTC (rev 166856)
+++ PKGBUILD2012-09-20 03:26:30 UTC (rev 166857)
@@ -111,7 +111,7 @@
 
 check() {
   cd ${srcdir}/glibc-build
-  make -k check
+  make check
 }
 
 package() {



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

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 23:29:26
  Author: allan
Revision: 166858

fix build failure with glibc-2.16

Modified:
  m4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-20 03:26:30 UTC (rev 166857)
+++ PKGBUILD2012-09-20 03:29:26 UTC (rev 166858)
@@ -20,7 +20,13 @@
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
+  
+  # glibc-2.16 compatibility
+  sed -i -e '/gets is a/d' lib/stdio.in.h
+  
+  # patch testsuite failure with newer kernels
   patch -Np1 -i $srcdir/m4-1.4.16-readlink-einval.patch
+  
   ./configure --prefix=/usr
   make
 }



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

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 23:31:27
  Author: allan
Revision: 166859

fix build failure with glibc-2.16

Modified:
  tar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-20 03:29:26 UTC (rev 166858)
+++ PKGBUILD2012-09-20 03:31:27 UTC (rev 166859)
@@ -22,6 +22,9 @@
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
+  # fix build failure with glibc-2.16
+  sed -i -e '/gets is a/d' gnu/stdio.in.h
+
   ./configure --prefix=/usr --libexecdir=/usr/lib/tar --bindir=/bin
   make
 }



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

2012-09-19 Thread Allan McRae
Date: Wednesday, September 19, 2012 @ 23:39:05
  Author: allan
Revision: 166860

fix build failure with glibc-2.16

Modified:
  diffutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-20 03:31:27 UTC (rev 166859)
+++ PKGBUILD2012-09-20 03:39:05 UTC (rev 166860)
@@ -17,6 +17,10 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # fix glibc-2.16 build issue
+  sed -i -e '/gets is a/d' lib/stdio.in.h
+  
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in font-bh-ttf/trunk (PKGBUILD)

2012-09-19 Thread Eric Bélanger
Date: Thursday, September 20, 2012 @ 00:15:22
  Author: eric
Revision: 166861

upgpkg: font-bh-ttf 1.0.3-1

Upstream update

Modified:
  font-bh-ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-20 03:39:05 UTC (rev 166860)
+++ PKGBUILD2012-09-20 04:15:22 UTC (rev 166861)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=font-bh-ttf
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=X.org Luxi Truetype fonts
 arch=('any')
 url=http://xorg.freedesktop.org/;
@@ -11,7 +11,7 @@
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 install=xfonts.install
 source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('664df71cb510b744b4a10e778445c37b')
+md5sums=('e8ca58ea0d3726b94fe9f2c17344be60')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in font-bh-ttf/repos/extra-any (4 files)

2012-09-19 Thread Eric Bélanger
Date: Thursday, September 20, 2012 @ 00:15:40
  Author: eric
Revision: 166862

archrelease: copy trunk to extra-any

Added:
  font-bh-ttf/repos/extra-any/PKGBUILD
(from rev 166861, font-bh-ttf/trunk/PKGBUILD)
  font-bh-ttf/repos/extra-any/xfonts.install
(from rev 166861, font-bh-ttf/trunk/xfonts.install)
Deleted:
  font-bh-ttf/repos/extra-any/PKGBUILD
  font-bh-ttf/repos/extra-any/xfonts.install

+
 PKGBUILD   |   58 +++
 xfonts.install |   30 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-20 04:15:22 UTC (rev 166861)
+++ PKGBUILD2012-09-20 04:15:40 UTC (rev 166862)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=font-bh-ttf
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=X.org Luxi Truetype fonts
-arch=('any')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=xfonts.install
-source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('664df71cb510b744b4a10e778445c37b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/TTF
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/share/fonts/*/fonts.*
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: font-bh-ttf/repos/extra-any/PKGBUILD (from rev 166861, 
font-bh-ttf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-20 04:15:40 UTC (rev 166862)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=font-bh-ttf
+pkgver=1.0.3
+pkgrel=1
+pkgdesc=X.org Luxi Truetype fonts
+arch=('any')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+install=xfonts.install
+source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e8ca58ea0d3726b94fe9f2c17344be60')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-fontdir=/usr/share/fonts/TTF
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/fonts/*/fonts.*
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: xfonts.install
===
--- xfonts.install  2012-09-20 04:15:22 UTC (rev 166861)
+++ xfonts.install  2012-09-20 04:15:40 UTC (rev 166862)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f -s  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: font-bh-ttf/repos/extra-any/xfonts.install (from rev 166861, 
font-bh-ttf/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ xfonts.install  2012-09-20 04:15:40 UTC (rev 166862)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f -s  /dev/null
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}