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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 05:21:32
  Author: ibiru
Revision: 152717

fix install script

Modified:
  libgweather/trunk/PKGBUILD
  libgweather/trunk/libgweather.install

-+
 PKGBUILD|2 +-
 libgweather.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 01:48:25 UTC (rev 152716)
+++ PKGBUILD2012-03-09 10:21:32 UTC (rev 152717)
@@ -3,7 +3,7 @@
 
 pkgname=libgweather
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
 license=('LGPL')

Modified: libgweather.install
===
--- libgweather.install 2012-03-09 01:48:25 UTC (rev 152716)
+++ libgweather.install 2012-03-09 10:21:32 UTC (rev 152717)
@@ -14,7 +14,7 @@
 }
 
 pre_remove() {
-  sbin/gconfpkg --uninstall $pkgname
+  gconfpkg --uninstall $pkgname
 }
 
 post_remove() {



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 05:25:48
  Author: ibiru
Revision: 152718

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

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

-+
 gnome-unstable-i686/PKGBUILD|   80 -
 gnome-unstable-i686/gettext-not-xml.patch   | 1064 +-
 gnome-unstable-i686/libgweather.install |   44 -
 gnome-unstable-x86_64/PKGBUILD  |   80 -
 gnome-unstable-x86_64/gettext-not-xml.patch | 1064 +-
 gnome-unstable-x86_64/libgweather.install   |   44 -
 6 files changed, 1188 insertions(+), 1188 deletions(-)

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


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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 05:50:03
  Author: ibiru
Revision: 152719

update to 0.6.7

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 10:25:48 UTC (rev 152718)
+++ PKGBUILD2012-03-09 10:50:03 UTC (rev 152719)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
@@ -12,17 +12,17 @@
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('3dd6a2983969a6369c6b0e25f28ec92415b5570dd6c89b25385807ecc4aeb0a8')
+sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 05:52:43
  Author: ibiru
Revision: 152720

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

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

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

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 152719, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 10:52:43 UTC (rev 152720)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.7
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
+makedepends=('gobject-introspection' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152719, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 10:52:43 UTC (rev 152720)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.7
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
+makedepends=('gobject-introspection' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9ce3fd1f0ea3e0cb3780521cfda161062cf7ed1a016261e8d244fe41cbae8f3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-03-09 Thread Florian Pritz
Date: Friday, March 9, 2012 @ 06:24:02
  Author: bluewind
Revision: 152721

upgpkg: freetype2 2.4.9-1

upstream update

Modified:
  freetype2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 10:52:43 UTC (rev 152720)
+++ PKGBUILD2012-03-09 11:24:02 UTC (rev 152721)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=freetype2
-pkgver=2.4.8
+pkgver=2.4.9
 pkgrel=1
 pkgdesc=TrueType font rendering library
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
 freetype-2.3.0-enable-spr.patch
 freetype-2.2.1-enable-valid.patch)
-md5sums=('dbf2caca1d3afd410a29217a9809d397'
+md5sums=('77a893dae81fd5b896632715ca041179'
  '816dc8619a6904a7385769433c0a8653'
  '214119610444c9b02766ccee5e220680')
 



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

2012-03-09 Thread Florian Pritz
Date: Friday, March 9, 2012 @ 06:24:37
  Author: bluewind
Revision: 152722

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

Added:
  freetype2/repos/testing-i686/
  freetype2/repos/testing-i686/PKGBUILD
(from rev 152721, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-i686/freetype-2.2.1-enable-valid.patch
(from rev 152721, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/repos/testing-i686/freetype-2.3.0-enable-spr.patch
(from rev 152721, freetype2/trunk/freetype-2.3.0-enable-spr.patch)
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 152721, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype-2.2.1-enable-valid.patch
(from rev 152721, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
  freetype2/repos/testing-x86_64/freetype-2.3.0-enable-spr.patch
(from rev 152721, freetype2/trunk/freetype-2.3.0-enable-spr.patch)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/freetype-2.2.1-enable-valid.patch   |   20 +++
 testing-i686/freetype-2.3.0-enable-spr.patch |   11 ++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/freetype-2.2.1-enable-valid.patch |   20 +++
 testing-x86_64/freetype-2.3.0-enable-spr.patch   |   11 ++
 6 files changed, 136 insertions(+)

Copied: freetype2/repos/testing-i686/PKGBUILD (from rev 152721, 
freetype2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-09 11:24:37 UTC (rev 152722)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=freetype2
+pkgver=2.4.9
+pkgrel=1
+pkgdesc=TrueType font rendering library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://freetype.sourceforge.net;
+depends=('zlib' 'bzip2' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
+freetype-2.3.0-enable-spr.patch
+freetype-2.2.1-enable-valid.patch)
+md5sums=('77a893dae81fd5b896632715ca041179'
+ '816dc8619a6904a7385769433c0a8653'
+ '214119610444c9b02766ccee5e220680')
+
+build() {
+  cd ${srcdir}/freetype-${pkgver}
+  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
+  patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/freetype-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/freetype-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: freetype2/repos/testing-i686/freetype-2.2.1-enable-valid.patch (from 
rev 152721, freetype2/trunk/freetype-2.2.1-enable-valid.patch)
===
--- testing-i686/freetype-2.2.1-enable-valid.patch  
(rev 0)
+++ testing-i686/freetype-2.2.1-enable-valid.patch  2012-03-09 11:24:37 UTC 
(rev 152722)
@@ -0,0 +1,20 @@
+--- freetype-2.2.1/modules.cfg.orig2006-07-07 21:01:09.0 -0400
 freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.0 -0400
+@@ -110,7 +110,7 @@
+ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -124,7 +124,7 @@
+ 
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: freetype2/repos/testing-i686/freetype-2.3.0-enable-spr.patch (from rev 
152721, freetype2/trunk/freetype-2.3.0-enable-spr.patch)
===
--- testing-i686/freetype-2.3.0-enable-spr.patch
(rev 0)
+++ testing-i686/freetype-2.3.0-enable-spr.patch2012-03-09 11:24:37 UTC 
(rev 152722)
@@ -0,0 +1,11 @@
+--- freetype-2.3.0/include/freetype/config/ftoption.h.spf  2007-01-18 
14:27:34.0 -0500
 freetype-2.3.0/include/freetype/config/ftoption.h  2007-01-18 
14:27:48.0 -0500
+@@ -92,7 +92,7 @@
+   /* This is done to allow FreeType clients to run unmodified, forcing */
+   /* them to display normal gray-level anti-aliased glyphs.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/

Copied: freetype2/repos/testing-x86_64/PKGBUILD (from rev 152721, 
freetype2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 

[arch-commits] Commit in nfs-utils/repos (28 files)

2012-03-09 Thread Tobias Powalowski
Date: Friday, March 9, 2012 @ 07:06:08
  Author: tpowa
Revision: 152723

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

Added:
  nfs-utils/repos/core-i686/PKGBUILD
(from rev 152722, nfs-utils/repos/testing-i686/PKGBUILD)
  nfs-utils/repos/core-i686/exports
(from rev 152722, nfs-utils/repos/testing-i686/exports)
  nfs-utils/repos/core-i686/idmapd.conf
(from rev 152722, nfs-utils/repos/testing-i686/idmapd.conf)
  nfs-utils/repos/core-i686/kernel-3.0-segfault.patch
(from rev 152722, nfs-utils/repos/testing-i686/kernel-3.0-segfault.patch)
  nfs-utils/repos/core-i686/nfs-common
(from rev 152722, nfs-utils/repos/testing-i686/nfs-common)
  nfs-utils/repos/core-i686/nfs-common.conf
(from rev 152722, nfs-utils/repos/testing-i686/nfs-common.conf)
  nfs-utils/repos/core-i686/nfs-server
(from rev 152722, nfs-utils/repos/testing-i686/nfs-server)
  nfs-utils/repos/core-i686/nfs-server.conf
(from rev 152722, nfs-utils/repos/testing-i686/nfs-server.conf)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 152722, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-no-exec.patch
(from rev 152722, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/core-i686/nfs-utils.install
(from rev 152722, nfs-utils/repos/testing-i686/nfs-utils.install)
  nfs-utils/repos/core-i686/start-statd.patch
(from rev 152722, nfs-utils/repos/testing-i686/start-statd.patch)
Deleted:
  nfs-utils/repos/core-i686/PKGBUILD
  nfs-utils/repos/core-i686/exports
  nfs-utils/repos/core-i686/idmapd.conf
  nfs-utils/repos/core-i686/kernel-3.0-segfault.patch
  nfs-utils/repos/core-i686/nfs-common
  nfs-utils/repos/core-i686/nfs-common.conf
  nfs-utils/repos/core-i686/nfs-server
  nfs-utils/repos/core-i686/nfs-server.conf
  nfs-utils/repos/core-i686/nfs-utils-1.1.2-kerberos-ac.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-no-exec.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.6-heimdal_functions.patch
  nfs-utils/repos/core-i686/nfs-utils-1.1.6-no_libgssapi.patch
  nfs-utils/repos/core-i686/nfs-utils.install
  nfs-utils/repos/core-i686/start-statd.patch
  nfs-utils/repos/testing-i686/

-+
 PKGBUILD|  146 +++---
 exports |   30 -
 idmapd.conf |   28 -
 kernel-3.0-segfault.patch   |  106 ++---
 nfs-common  |  630 +++---
 nfs-common.conf |   80 +--
 nfs-server  |  598 ++--
 nfs-server.conf |   58 +-
 nfs-utils-1.1.2-kerberos-ac.patch   |  138 --
 nfs-utils-1.1.4-mtab-sym.patch  |   78 +--
 nfs-utils-1.1.4-no-exec.patch   |   30 -
 nfs-utils-1.1.6-heimdal_functions.patch |   69 ---
 nfs-utils-1.1.6-no_libgssapi.patch  |   57 --
 nfs-utils.install   |   64 +--
 start-statd.patch   |   44 +-
 15 files changed, 946 insertions(+), 1210 deletions(-)

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


[arch-commits] Commit in nfs-utils/repos (28 files)

2012-03-09 Thread Tobias Powalowski
Date: Friday, March 9, 2012 @ 07:06:10
  Author: tpowa
Revision: 152724

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

Added:
  nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 152722, nfs-utils/repos/testing-x86_64/PKGBUILD)
  nfs-utils/repos/core-x86_64/exports
(from rev 152722, nfs-utils/repos/testing-x86_64/exports)
  nfs-utils/repos/core-x86_64/idmapd.conf
(from rev 152722, nfs-utils/repos/testing-x86_64/idmapd.conf)
  nfs-utils/repos/core-x86_64/kernel-3.0-segfault.patch
(from rev 152722, nfs-utils/repos/testing-x86_64/kernel-3.0-segfault.patch)
  nfs-utils/repos/core-x86_64/nfs-common
(from rev 152722, nfs-utils/repos/testing-x86_64/nfs-common)
  nfs-utils/repos/core-x86_64/nfs-common.conf
(from rev 152722, nfs-utils/repos/testing-x86_64/nfs-common.conf)
  nfs-utils/repos/core-x86_64/nfs-server
(from rev 152722, nfs-utils/repos/testing-x86_64/nfs-server)
  nfs-utils/repos/core-x86_64/nfs-server.conf
(from rev 152722, nfs-utils/repos/testing-x86_64/nfs-server.conf)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 152722, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-no-exec.patch
(from rev 152722, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/core-x86_64/nfs-utils.install
(from rev 152722, nfs-utils/repos/testing-x86_64/nfs-utils.install)
  nfs-utils/repos/core-x86_64/start-statd.patch
(from rev 152722, nfs-utils/repos/testing-x86_64/start-statd.patch)
Deleted:
  nfs-utils/repos/core-x86_64/PKGBUILD
  nfs-utils/repos/core-x86_64/exports
  nfs-utils/repos/core-x86_64/idmapd.conf
  nfs-utils/repos/core-x86_64/kernel-3.0-segfault.patch
  nfs-utils/repos/core-x86_64/nfs-common
  nfs-utils/repos/core-x86_64/nfs-common.conf
  nfs-utils/repos/core-x86_64/nfs-server
  nfs-utils/repos/core-x86_64/nfs-server.conf
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.2-kerberos-ac.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-no-exec.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.6-heimdal_functions.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.6-no_libgssapi.patch
  nfs-utils/repos/core-x86_64/nfs-utils.install
  nfs-utils/repos/core-x86_64/start-statd.patch
  nfs-utils/repos/testing-x86_64/

-+
 PKGBUILD|  146 +++---
 exports |   30 -
 idmapd.conf |   28 -
 kernel-3.0-segfault.patch   |  106 ++---
 nfs-common  |  630 +++---
 nfs-common.conf |   80 +--
 nfs-server  |  598 ++--
 nfs-server.conf |   58 +-
 nfs-utils-1.1.2-kerberos-ac.patch   |  138 --
 nfs-utils-1.1.4-mtab-sym.patch  |   78 +--
 nfs-utils-1.1.4-no-exec.patch   |   30 -
 nfs-utils-1.1.6-heimdal_functions.patch |   69 ---
 nfs-utils-1.1.6-no_libgssapi.patch  |   57 --
 nfs-utils.install   |   64 +--
 start-statd.patch   |   44 +-
 15 files changed, 946 insertions(+), 1210 deletions(-)

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


[arch-commits] Commit in linux-lts/repos (18 files)

2012-03-09 Thread Tobias Powalowski
Date: Friday, March 9, 2012 @ 07:06:26
  Author: tpowa
Revision: 152725

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

Added:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
(from rev 152724, linux-lts/repos/testing-i686/CVE-2012-0056.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 152724, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 152724, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 152724, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 152724, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 152724, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 152724, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 152724, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 152724, linux-lts/repos/testing-i686/linux-lts.preset)
Deleted:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/testing-i686/

---+
 CVE-2012-0056.patch   |  538 -
 PKGBUILD  |  552 -
 change-default-console-loglevel.patch |   24 
 config|11603 +++-
 config.x86_64 |11079 +++---
 ext4-options.patch|   49 
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 9 files changed, 12045 insertions(+), 12004 deletions(-)

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


[arch-commits] Commit in linux-lts/repos (18 files)

2012-03-09 Thread Tobias Powalowski
Date: Friday, March 9, 2012 @ 07:06:28
  Author: tpowa
Revision: 152726

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

Added:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
(from rev 152724, linux-lts/repos/testing-x86_64/CVE-2012-0056.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 152724, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 152724, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 152724, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 152724, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 152724, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 152724, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 152724, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 152724, linux-lts/repos/testing-x86_64/linux-lts.preset)
Deleted:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/

---+
 CVE-2012-0056.patch   |  538 -
 PKGBUILD  |  552 -
 change-default-console-loglevel.patch |   24 
 config|11603 +++-
 config.x86_64 |11079 +++---
 ext4-options.patch|   49 
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 9 files changed, 12045 insertions(+), 12004 deletions(-)

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


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

2012-03-09 Thread Tobias Powalowski
Date: Friday, March 9, 2012 @ 07:06:54
  Author: tpowa
Revision: 152727

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 152726, nvidia-lts/repos/testing-i686/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 152726, nvidia-lts/repos/testing-i686/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/testing-i686/

+
 PKGBUILD   |   90 +--
 nvidia-lts.install |   30 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 12:06:28 UTC (rev 152726)
+++ extra-i686/PKGBUILD 2012-03-09 12:06:54 UTC (rev 152727)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=295.20
-_extramodules=extramodules-3.0-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.0.0')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch='x86'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('a6f702271da49930a17e28b5928fe75a')
-elif [ $CARCH = x86_64 ]; then
-  _arch='x86_64'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('79b05cffa482234833ae1c4bb40664c3')
-fi
-
-build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
-  cd ${srcdir}
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip ${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 152726, 
nvidia-lts/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 12:06:54 UTC (rev 152727)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=295.20
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('a6f702271da49930a17e28b5928fe75a')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('79b05cffa482234833ae1c4bb40664c3')
+fi
+
+build() {
+  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip ${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Deleted: extra-i686/nvidia-lts.install
===
--- extra-i686/nvidia-lts.install   2012-03-09 12:06:28 UTC (rev 152726)
+++ extra-i686/nvidia-lts.install   2012-03-09 12:06:54 UTC (rev 152727)
@@ -1,15 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
-echo 'In order to use nvidia module, reboot the system.'
-}
-
-post_upgrade() {
-EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}
-
-post_remove() {
-

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

2012-03-09 Thread Tobias Powalowski
Date: Friday, March 9, 2012 @ 07:06:55
  Author: tpowa
Revision: 152728

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

Added:
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 152726, nvidia-lts/repos/testing-x86_64/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 152726, nvidia-lts/repos/testing-x86_64/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
  nvidia-lts/repos/testing-x86_64/

+
 PKGBUILD   |   90 +--
 nvidia-lts.install |   30 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 12:06:54 UTC (rev 152727)
+++ extra-x86_64/PKGBUILD   2012-03-09 12:06:55 UTC (rev 152728)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nvidia-lts
-pkgver=295.20
-_extramodules=extramodules-3.0-lts
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux-lts
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.0.0')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch='x86'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('a6f702271da49930a17e28b5928fe75a')
-elif [ $CARCH = x86_64 ]; then
-  _arch='x86_64'
-  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-  md5sums=('79b05cffa482234833ae1c4bb40664c3')
-fi
-
-build() {
-  _kernver=$(cat /lib/modules/${_extramodules}/version)
-  cd ${srcdir}
-  sh ${_pkg}.run --extract-only
-  cd ${_pkg}/kernel
-  make SYSSRC=/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  gzip ${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
-  install -d -m755 ${pkgdir}/lib/modprobe.d
-  echo blacklist nouveau  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
-  echo blacklist nvidiafb  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
-  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
-}

Copied: nvidia-lts/repos/extra-x86_64/PKGBUILD (from rev 152726, 
nvidia-lts/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 12:06:55 UTC (rev 152728)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=295.20
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('a6f702271da49930a17e28b5928fe75a')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('79b05cffa482234833ae1c4bb40664c3')
+fi
+
+build() {
+  _kernver=$(cat /lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip ${pkgdir}/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Deleted: extra-x86_64/nvidia-lts.install
===
--- extra-x86_64/nvidia-lts.install 2012-03-09 12:06:54 UTC (rev 152727)
+++ extra-x86_64/nvidia-lts.install 2012-03-09 12:06:55 UTC (rev 152728)
@@ -1,15 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
-echo 'In order to use nvidia module, reboot the system.'
-}
-
-post_upgrade() {
-EXTRAMODULES='extramodules-3.0-lts'
-depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}

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

2012-03-09 Thread Jan Steffens
Date: Friday, March 9, 2012 @ 07:14:55
  Author: heftig
Revision: 152729

rebuild for krb5 1.10. fixes linking errors while building gvfs

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:06:55 UTC (rev 152728)
+++ PKGBUILD2012-03-09 12:14:55 UTC (rev 152729)
@@ -8,7 +8,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.6.3
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:21:23
  Author: ibiru
Revision: 152730

update to 5.2.1

Modified:
  libxklavier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:14:55 UTC (rev 152729)
+++ PKGBUILD2012-03-09 12:21:23 UTC (rev 152730)
@@ -3,26 +3,25 @@
 # Contributor: Arjan Timmerman ar...@archlinux.org
 
 pkgname=libxklavier
-pkgver=5.1
-pkgrel=2
+pkgver=5.2.1
+pkgrel=1
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
 url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('1d7e8a6ed842d415d2f95b827e7d04ecf515ed5be2aaee262a8dd1c5cbe10ff1')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
   --with-xkb-base=/usr/share/X11/xkb --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:22:43
  Author: ibiru
Revision: 152731

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

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

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

Copied: libxklavier/repos/gnome-unstable-i686/PKGBUILD (from rev 152730, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:22:43 UTC (rev 152731)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libxklavier/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152730, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:22:43 UTC (rev 152731)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Jan Steffens
Date: Friday, March 9, 2012 @ 07:25:04
  Author: heftig
Revision: 152732

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

Added:
  samba/repos/testing-i686/
  samba/repos/testing-i686/PKGBUILD
(from rev 152731, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/samba
(from rev 152731, samba/trunk/samba)
  samba/repos/testing-i686/samba.conf.d
(from rev 152731, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.logrotate
(from rev 152731, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 152731, samba/trunk/samba.pam)
  samba/repos/testing-i686/swat.xinetd
(from rev 152731, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/
  samba/repos/testing-x86_64/PKGBUILD
(from rev 152731, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/samba
(from rev 152731, samba/trunk/samba)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 152731, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 152731, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 152731, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 152731, samba/trunk/swat.xinetd)

+
 testing-i686/PKGBUILD  |  153 +++
 testing-i686/samba |   57 ++
 testing-i686/samba.conf.d  |7 +
 testing-i686/samba.logrotate   |9 ++
 testing-i686/samba.pam |3 
 testing-i686/swat.xinetd   |   10 ++
 testing-x86_64/PKGBUILD|  153 +++
 testing-x86_64/samba   |   57 ++
 testing-x86_64/samba.conf.d|7 +
 testing-x86_64/samba.logrotate |9 ++
 testing-x86_64/samba.pam   |3 
 testing-x86_64/swat.xinetd |   10 ++
 12 files changed, 478 insertions(+)

Copied: samba/repos/testing-i686/PKGBUILD (from rev 152731, 
samba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-09 12:25:04 UTC (rev 152732)
@@ -0,0 +1,153 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+pkgbase=samba
+pkgname=('libwbclient' 'smbclient' 'samba')
+pkgver=3.6.3
+# 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.3
+pkgrel=3
+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)
+### 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=/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 \
+  --enable-external-libtdb
+  make
+}
+
+package_libwbclient () {
+pkgdesc=Samba winbind client library
+depends=('glibc')
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  mkdir -p ${pkgdir}/usr/lib  
+  for i in libwbclient*; do
+  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
+  done
+}
+
+package_smbclient () {
+pkgdesc=Tools to access a server's filespace and printers via SMB
+depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc' 'libwbclient')
+  cd ${srcdir}/${pkgbase}-${_realver}/source3
+  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
+  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
+  for i in libnetapi* libsmbclient*;do
+  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
+  done
+  install -m755 script/smbtar ${pkgdir}/usr/bin/
+  mkdir -p ${pkgdir}/usr/lib/cups/backend
+  ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
+  mkdir -p ${pkgdir}/usr/include
+  install -m644 include/libsmbclient.h ${pkgdir}/usr/include/
+  install -m644 lib/netapi/netapi.h 

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:30:45
  Author: ibiru
Revision: 152733

add introspection support

Modified:
  libxklavier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:25:04 UTC (rev 152732)
+++ PKGBUILD2012-03-09 12:30:45 UTC (rev 152733)
@@ -4,11 +4,12 @@
 
 pkgname=libxklavier
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=High-level API for X Keyboard Extension
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
 options=('!libtool' '!emptydirs')
 url=http://gswitchit.sourceforge.net;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:31:57
  Author: ibiru
Revision: 152734

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-09 12:30:45 UTC (rev 152733)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:31:57 UTC (rev 152734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.2.1
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-options=('!libtool' '!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/gnome-unstable-i686/PKGBUILD (from rev 152733, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:31:57 UTC (rev 152734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:30:45 UTC (rev 152733)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:31:57 UTC (rev 152734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@archlinux.org
-
-pkgname=libxklavier
-pkgver=5.2.1
-pkgrel=1
-pkgdesc=High-level API for X Keyboard Extension
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
-options=('!libtool' '!emptydirs')
-url=http://gswitchit.sourceforge.net;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --with-xkb-base=/usr/share/X11/xkb --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libxklavier/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152733, 
libxklavier/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:31:57 UTC (rev 152734)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@archlinux.org
+
+pkgname=libxklavier
+pkgver=5.2.1
+pkgrel=2
+pkgdesc=High-level API for X Keyboard Extension
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2' 'libxkbfile' 'libxml2' 'xkeyboard-config' 'libxi' 'iso-codes')
+makedepends=('gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://gswitchit.sourceforge.net;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a7a1ca8ae493fb652e3456a6b3a0b07514447161aab41feed96b968f2d338b5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:34:59
  Author: ibiru
Revision: 152735

update to 3.3.90

Modified:
  libgnomekbd/trunk/PKGBUILD
  libgnomekbd/trunk/libgnomekbd.install

-+
 PKGBUILD|   12 ++--
 libgnomekbd.install |2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:31:57 UTC (rev 152734)
+++ PKGBUILD2012-03-09 12:34:59 UTC (rev 152735)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgnomekbd
-pkgver=3.2.0
+pkgver=3.3.90
 pkgrel=1
 pkgdesc=Gnome keyboard library
 url=http://gswitchit.sourceforge.net;
@@ -12,17 +12,17 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool' '!emptydirs')
 install=libgnomekbd.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --disable-schemas-compile
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Modified: libgnomekbd.install
===
--- libgnomekbd.install 2012-03-09 12:31:57 UTC (rev 152734)
+++ libgnomekbd.install 2012-03-09 12:34:59 UTC (rev 152735)
@@ -1,5 +1,5 @@
 post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:35:48
  Author: ibiru
Revision: 152736

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

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

---+
 gnome-unstable-i686/PKGBUILD  |   28 
 gnome-unstable-i686/libgnomekbd.install   |   11 +++
 gnome-unstable-x86_64/PKGBUILD|   28 
 gnome-unstable-x86_64/libgnomekbd.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: libgnomekbd/repos/gnome-unstable-i686/PKGBUILD (from rev 152735, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 12:35:48 UTC (rev 152736)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomekbd
+pkgver=3.3.90
+pkgrel=1
+pkgdesc=Gnome keyboard library
+url=http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgnomekbd/repos/gnome-unstable-i686/libgnomekbd.install (from rev 
152735, libgnomekbd/trunk/libgnomekbd.install)
===
--- gnome-unstable-i686/libgnomekbd.install (rev 0)
+++ gnome-unstable-i686/libgnomekbd.install 2012-03-09 12:35:48 UTC (rev 
152736)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152735, 
libgnomekbd/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 12:35:48 UTC (rev 152736)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgnomekbd
+pkgver=3.3.90
+pkgrel=1
+pkgdesc=Gnome keyboard library
+url=http://gswitchit.sourceforge.net;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libxklavier' 'gtk3' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=libgnomekbd.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgnomekbd/repos/gnome-unstable-x86_64/libgnomekbd.install (from rev 
152735, libgnomekbd/trunk/libgnomekbd.install)
===
--- gnome-unstable-x86_64/libgnomekbd.install   (rev 0)
+++ gnome-unstable-x86_64/libgnomekbd.install   2012-03-09 12:35:48 UTC (rev 
152736)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 07:56:32
  Author: ibiru
Revision: 152737

update to 3.1.1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 12:35:48 UTC (rev 152736)
+++ PKGBUILD2012-03-09 12:56:32 UTC (rev 152737)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.0.3
+pkgver=3.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=https://live.gnome.org/PyGObject;
@@ -11,10 +11,9 @@
 makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool')
-sha256sums=('088b1e682be02a969a0a3f2e650e4fe72bb3638ee8229819841d3e8f4cde2d7c')
+sha256sums=('ae6da0f95c0d6b93694191133a3b046f7811ba047e3bd5e9c13c9e6907f71515')
 
 build() {
-  cd $srcdir
   cp -a $pkgbase-$pkgver python2-build
   mkdir devel
 
@@ -36,7 +35,7 @@
   pkgdesc=Python 3 bindings for GObject
   depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
 
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   make DESTDIR=$pkgdir install
   rm -r $pkgdir/usr/{include,lib/pkgconfig}
 }
@@ -45,14 +44,14 @@
   pkgdesc=Python 2 bindings for GObject
   depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
 
-  cd $srcdir/python2-build
+  cd python2-build
   make DESTDIR=$pkgdir install
   mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
 }
 
 package_pygobject-devel() {
   pkgdesc=Development files for the pygobject bindings
-  cd $srcdir/devel
+  cd devel
   mkdir -p $pkgdir/usr/{include,lib}
   mv include $pkgdir/usr/
   mv pkgconfig $pkgdir/usr/lib/



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:01:41
  Author: ibiru
Revision: 152738

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

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

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

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 152737, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 13:01:41 UTC (rev 152738)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=https://live.gnome.org/PyGObject;
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('ae6da0f95c0d6b93694191133a3b046f7811ba047e3bd5e9c13c9e6907f71515')
+
+build() {
+  cp -a $pkgbase-$pkgver python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr
+make
+  )
+
+  (
+cd $pkgbase-$pkgver
+./configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd python2-build
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Copied: pygobject/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152737, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 13:01:41 UTC (rev 152738)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=https://live.gnome.org/PyGObject;
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('ae6da0f95c0d6b93694191133a3b046f7811ba047e3bd5e9c13c9e6907f71515')
+
+build() {
+  cp -a $pkgbase-$pkgver python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr
+make
+  )
+
+  (
+cd $pkgbase-$pkgver
+./configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd python2-build
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:08:24
  Author: ibiru
Revision: 152739

update to 3.3.91

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:01:41 UTC (rev 152738)
+++ PKGBUILD2012-03-09 13:08:24 UTC (rev 152739)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=libgnome-keyring
-pkgver=3.3.5
+pkgver=3.3.91
 pkgrel=1
 pkgdesc=GNOME keyring client library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('73a65e5aed0a99fc91c3264a4fc172b4346973bb3b8ce7eca51f7807346e7b4c')
+sha256sums=('a6b89766642e4835b916873d5784597476cd06a81b0c69f87ed8b7b55fd806fa')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-09 Thread Jan Steffens
Date: Friday, March 9, 2012 @ 08:18:11
  Author: heftig
Revision: 152740

whoops, accidentally built against extra

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:08:24 UTC (rev 152739)
+++ PKGBUILD2012-03-09 13:18:11 UTC (rev 152740)
@@ -8,7 +8,7 @@
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
 _realver=3.6.3
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:31:36
  Author: ibiru
Revision: 152741

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

Added:
  libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 152740, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152740, libgnome-keyring/trunk/PKGBUILD)
Deleted:
  libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD
  libgnome-keyring/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-03-09 13:18:11 UTC (rev 152740)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 13:31:36 UTC (rev 152741)
@@ -1,28 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=libgnome-keyring
-pkgver=3.3.5
-pkgrel=1
-pkgdesc=GNOME keyring client library
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus-core' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('73a65e5aed0a99fc91c3264a4fc172b4346973bb3b8ce7eca51f7807346e7b4c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 152740, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 13:31:36 UTC (rev 152741)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.3.91
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a6b89766642e4835b916873d5784597476cd06a81b0c69f87ed8b7b55fd806fa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-09 13:18:11 UTC (rev 152740)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 13:31:36 UTC (rev 152741)
@@ -1,28 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=libgnome-keyring
-pkgver=3.3.5
-pkgrel=1
-pkgdesc=GNOME keyring client library
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus-core' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('73a65e5aed0a99fc91c3264a4fc172b4346973bb3b8ce7eca51f7807346e7b4c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152740, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 13:31:36 UTC (rev 152741)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.3.91
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a6b89766642e4835b916873d5784597476cd06a81b0c69f87ed8b7b55fd806fa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  

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

2012-03-09 Thread Jan Steffens
Date: Friday, March 9, 2012 @ 08:35:22
  Author: heftig
Revision: 152742

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

Added:
  samba/repos/testing-i686/PKGBUILD
(from rev 152741, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/samba
(from rev 152741, samba/trunk/samba)
  samba/repos/testing-i686/samba.conf.d
(from rev 152741, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.logrotate
(from rev 152741, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 152741, samba/trunk/samba.pam)
  samba/repos/testing-i686/swat.xinetd
(from rev 152741, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 152741, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/samba
(from rev 152741, samba/trunk/samba)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 152741, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 152741, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 152741, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 152741, samba/trunk/swat.xinetd)
Deleted:
  samba/repos/testing-i686/PKGBUILD
  samba/repos/testing-i686/samba
  samba/repos/testing-i686/samba.conf.d
  samba/repos/testing-i686/samba.logrotate
  samba/repos/testing-i686/samba.pam
  samba/repos/testing-i686/swat.xinetd
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/samba
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/swat.xinetd

+
 testing-i686/PKGBUILD  |  306 +++
 testing-i686/samba |  114 +++---
 testing-i686/samba.conf.d  |   14 -
 testing-i686/samba.logrotate   |   18 +-
 testing-i686/samba.pam |6 
 testing-i686/swat.xinetd   |   20 +-
 testing-x86_64/PKGBUILD|  306 +++
 testing-x86_64/samba   |  114 +++---
 testing-x86_64/samba.conf.d|   14 -
 testing-x86_64/samba.logrotate |   18 +-
 testing-x86_64/samba.pam   |6 
 testing-x86_64/swat.xinetd |   20 +-
 12 files changed, 478 insertions(+), 478 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-09 13:31:36 UTC (rev 152741)
+++ testing-i686/PKGBUILD   2012-03-09 13:35:22 UTC (rev 152742)
@@ -1,153 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-pkgbase=samba
-pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=3.6.3
-# 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.3
-pkgrel=3
-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)
-### 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=/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 \
-  --enable-external-libtdb
-  make
-}
-
-package_libwbclient () {
-pkgdesc=Samba winbind client library
-depends=('glibc')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/lib  
-  for i in libwbclient*; do
-  cp  -a bin/${i}*.so* ${pkgdir}/usr/lib/
-  done
-}
-
-package_smbclient () {
-pkgdesc=Tools to access a server's filespace and printers via SMB
-depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 
'e2fsprogs' 'tdb' 'talloc' 'libwbclient')
-  cd ${srcdir}/${pkgbase}-${_realver}/source3
-  mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
-  install -m755 
bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup}
 ${pkgdir}/usr/bin/
-  for i in 

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:47:04
  Author: ibiru
Revision: 152743

update to 3.4.1

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:35:22 UTC (rev 152742)
+++ PKGBUILD2012-03-09 13:47:04 UTC (rev 152743)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -14,7 +14,7 @@
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 gettext-not-xml.patch)
-sha256sums=('db8fdfc022fffd1ef97615c19af278fb6e1fca5ebf4ff2da5e255d54869c9e18'
+sha256sums=('ee9c4d09f33ae2b066dd1e696aa3e483a689cba6d63bcd388cc2ef95df9b1b60'
 '3808da5c27bad1152eee824db2cead21de599af198eca017a18e1b0adb366330')
 
 build() {



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:48:09
  Author: ibiru
Revision: 152744

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

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

-+
 gnome-unstable-i686/PKGBUILD|   80 -
 gnome-unstable-i686/gettext-not-xml.patch   | 1064 +-
 gnome-unstable-i686/libgweather.install |   44 -
 gnome-unstable-x86_64/PKGBUILD  |   80 -
 gnome-unstable-x86_64/gettext-not-xml.patch | 1064 +-
 gnome-unstable-x86_64/libgweather.install   |   44 -
 6 files changed, 1188 insertions(+), 1188 deletions(-)

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


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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:50:29
  Author: ibiru
Revision: 152745

update to 3.3.91

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:48:09 UTC (rev 152744)
+++ PKGBUILD2012-03-09 13:50:29 UTC (rev 152745)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.3.5
+pkgver=3.3.91
 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=('25a6b87d10dbb34ea2b634f97aa018260cf1a4e75fe3ba663ce313f30698a419')
+sha256sums=('df0e0716ddf150ebb0e5f3b5f2b2765e2f567d55c4d8a552836b1fb9149d0a7f')
 
 build() {
   cd $pkgname-$pkgver



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:51:29
  Author: ibiru
Revision: 152746

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

Added:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 152745, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
(from rev 152745, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152745, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 152745, 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-03-09 13:50:29 UTC (rev 152745)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 13:51:29 UTC (rev 152746)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=gnome-keyring
-pkgver=3.3.5
-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=('25a6b87d10dbb34ea2b634f97aa018260cf1a4e75fe3ba663ce313f30698a419')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 152745, 
gnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 13:51:29 UTC (rev 152746)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.3.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=('df0e0716ddf150ebb0e5f3b5f2b2765e2f567d55c4d8a552836b1fb9149d0a7f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-keyring.install
===
--- gnome-unstable-i686/gnome-keyring.install   2012-03-09 13:50:29 UTC (rev 
152745)
+++ gnome-unstable-i686/gnome-keyring.install   2012-03-09 13:51:29 UTC (rev 
152746)
@@ -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 
152745, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-unstable-i686/gnome-keyring.install   (rev 0)
+++ gnome-unstable-i686/gnome-keyring.install   2012-03-09 13:51:29 UTC (rev 
152746)
@@ -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 mpfr/trunk (PKGBUILD mpfr-3.1.0.p3.patch mpfr-3.1.0.p7.patch)

2012-03-09 Thread Allan McRae
Date: Friday, March 9, 2012 @ 08:53:17
  Author: allan
Revision: 152747

upgpkg: mpfr 3.1.0.p7-1

bump upstream patchlevel

Added:
  mpfr/trunk/mpfr-3.1.0.p7.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.1.0.p3.patch

-+
 PKGBUILD|4 
 mpfr-3.1.0.p3.patch |  393 --
 mpfr-3.1.0.p7.patch |1 
 3 files changed, 3 insertions(+), 395 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:51:29 UTC (rev 152746)
+++ PKGBUILD2012-03-09 13:53:17 UTC (rev 152747)
@@ -4,7 +4,7 @@
 
 pkgname=mpfr
 _pkgver=3.1.0
-_patchlevel=p3
+_patchlevel=p7
 pkgver=${_pkgver}.${_patchlevel}
 pkgrel=1
 pkgdesc=Multiple-precision floating-point library
@@ -18,7 +18,7 @@
 mpfr-${_pkgver}.${_patchlevel}.patch)
 md5sums=('6e495841bb026481567006cec0f821c3'
  '293374ee4b01527f8f7889fdfa9016f8'
- 'd65858ccddbea968d6580124320fb6a0')
+ 'fb1bf603a2ad5e6ecc1903c3c53f5e13')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}

Deleted: mpfr-3.1.0.p3.patch
===
--- mpfr-3.1.0.p3.patch 2012-03-09 13:51:29 UTC (rev 152746)
+++ mpfr-3.1.0.p3.patch 2012-03-09 13:53:17 UTC (rev 152747)
@@ -1,393 +0,0 @@
-diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
 mpfr-3.1.0-a/PATCHES   2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/PATCHES   2011-10-05 21:39:57.0 +
-@@ -0,0 +1 @@
-+mpfr_unlikely
-diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
 mpfr-3.1.0-a/VERSION   2011-10-03 08:17:15.0 +
-+++ mpfr-3.1.0-b/VERSION   2011-10-05 21:39:57.0 +
-@@ -1 +1 @@
--3.1.0
-+3.1.0-p1
-diff -Naurd mpfr-3.1.0-a/src/mpfr-impl.h mpfr-3.1.0-b/src/mpfr-impl.h
 mpfr-3.1.0-a/src/mpfr-impl.h   2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr-impl.h   2011-10-05 21:39:57.0 +
-@@ -988,10 +988,11 @@
-  **/
- 
- /* Theses macros help the compiler to determine if a test is
-- * likely or unlikely. */
-+   likely or unlikely. The !! is necessary in case x is larger
-+   than a long. */
- #if __MPFR_GNUC(3,0) || __MPFR_ICC(8,1,0)
- # define MPFR_LIKELY(x) (__builtin_expect(!!(x),1))
--# define MPFR_UNLIKELY(x) (__builtin_expect((x),0))
-+# define MPFR_UNLIKELY(x) (__builtin_expect(!!(x),0))
- #else
- # define MPFR_LIKELY(x) (x)
- # define MPFR_UNLIKELY(x) (x)
-diff -Naurd mpfr-3.1.0-a/src/mpfr.h mpfr-3.1.0-b/src/mpfr.h
 mpfr-3.1.0-a/src/mpfr.h2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/mpfr.h2011-10-05 21:39:57.0 +
-@@ -27,7 +27,7 @@
- #define MPFR_VERSION_MAJOR 3
- #define MPFR_VERSION_MINOR 1
- #define MPFR_VERSION_PATCHLEVEL 0
--#define MPFR_VERSION_STRING 3.1.0
-+#define MPFR_VERSION_STRING 3.1.0-p1
- 
- /* Macros dealing with MPFR VERSION */
- #define MPFR_VERSION_NUM(a,b,c) (((a)  16L) | ((b)  8) | (c))
-diff -Naurd mpfr-3.1.0-a/src/version.c mpfr-3.1.0-b/src/version.c
 mpfr-3.1.0-a/src/version.c 2011-10-03 08:17:09.0 +
-+++ mpfr-3.1.0-b/src/version.c 2011-10-05 21:39:57.0 +
-@@ -25,5 +25,5 @@
- const char *
- mpfr_get_version (void)
- {
--  return 3.1.0;
-+  return 3.1.0-p1;
- }
-diff -Naurd mpfr-3.1.0-a/PATCHES mpfr-3.1.0-b/PATCHES
 mpfr-3.1.0-a/PATCHES   2011-10-14 10:43:32.0 +
-+++ mpfr-3.1.0-b/PATCHES   2011-10-14 10:43:32.0 +
-@@ -0,0 +1 @@
-+lib-search-path
-diff -Naurd mpfr-3.1.0-a/VERSION mpfr-3.1.0-b/VERSION
 mpfr-3.1.0-a/VERSION   2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/VERSION   2011-10-14 10:43:32.0 +
-@@ -1 +1 @@
--3.1.0-p1
-+3.1.0-p2
-diff -Naurd mpfr-3.1.0-a/src/mpfr.h mpfr-3.1.0-b/src/mpfr.h
 mpfr-3.1.0-a/src/mpfr.h2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/src/mpfr.h2011-10-14 10:43:32.0 +
-@@ -27,7 +27,7 @@
- #define MPFR_VERSION_MAJOR 3
- #define MPFR_VERSION_MINOR 1
- #define MPFR_VERSION_PATCHLEVEL 0
--#define MPFR_VERSION_STRING 3.1.0-p1
-+#define MPFR_VERSION_STRING 3.1.0-p2
- 
- /* Macros dealing with MPFR VERSION */
- #define MPFR_VERSION_NUM(a,b,c) (((a)  16L) | ((b)  8) | (c))
-diff -Naurd mpfr-3.1.0-a/src/version.c mpfr-3.1.0-b/src/version.c
 mpfr-3.1.0-a/src/version.c 2011-10-05 21:39:57.0 +
-+++ mpfr-3.1.0-b/src/version.c 2011-10-14 10:43:32.0 +
-@@ -25,5 +25,5 @@
- const char *
- mpfr_get_version (void)
- {
--  return 3.1.0-p1;
-+  return 3.1.0-p2;
- }
-diff -Naurd mpfr-3.1.0-a/tests/Makefile.am mpfr-3.1.0-b/tests/Makefile.am
 mpfr-3.1.0-a/tests/Makefile.am 2011-10-03 08:17:14.0 +
-+++ mpfr-3.1.0-b/tests/Makefile.am 2011-10-03 08:17:14.0 +
-@@ -65,8 +65,24 @@
- TESTS = $(check_PROGRAMS)
- TESTS_ENVIRONMENT = MPFR_QUIET=1 $(VALGRIND)
- 
--# Option to prevent libtool from 

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

2012-03-09 Thread Allan McRae
Date: Friday, March 9, 2012 @ 08:54:49
  Author: allan
Revision: 152748

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 152747, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.0.p7.patch
(from rev 152747, mpfr/trunk/mpfr-3.1.0.p7.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 152747, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 152747, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.0.p7.patch
(from rev 152747, mpfr/trunk/mpfr-3.1.0.p7.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 152747, mpfr/trunk/mpfr.install)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-i686/mpfr.install   |   20 
 testing-x86_64/PKGBUILD |   38 ++
 testing-x86_64/mpfr.install |   20 
 4 files changed, 116 insertions(+)

Copied: mpfr/repos/testing-i686/PKGBUILD (from rev 152747, mpfr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-09 13:54:49 UTC (rev 152748)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.0
+_patchlevel=p7
+pkgver=${_pkgver}.${_patchlevel}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}.${_patchlevel}.patch)
+md5sums=('6e495841bb026481567006cec0f821c3'
+ '293374ee4b01527f8f7889fdfa9016f8'
+ 'fb1bf603a2ad5e6ecc1903c3c53f5e13')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mpfr/repos/testing-i686/mpfr-3.1.0.p7.patch (from rev 152747, 
mpfr/trunk/mpfr-3.1.0.p7.patch)
===
(Binary files differ)

Copied: mpfr/repos/testing-i686/mpfr.install (from rev 152747, 
mpfr/trunk/mpfr.install)
===
--- testing-i686/mpfr.install   (rev 0)
+++ testing-i686/mpfr.install   2012-03-09 13:54:49 UTC (rev 152748)
@@ -0,0 +1,20 @@
+info_dir=usr/share/info
+info_files=(mpfr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: mpfr/repos/testing-x86_64/PKGBUILD (from rev 152747, 
mpfr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-09 13:54:49 UTC (rev 152748)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=mpfr
+_pkgver=3.1.0
+_patchlevel=p7
+pkgver=${_pkgver}.${_patchlevel}
+pkgrel=1
+pkgdesc=Multiple-precision floating-point library
+arch=('i686' 'x86_64')
+url=http://www.mpfr.org/;
+license=('LGPL')
+depends=('gmp=5.0')
+options=('!libtool')
+install=mpfr.install
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
+mpfr-${_pkgver}.${_patchlevel}.patch)
+md5sums=('6e495841bb026481567006cec0f821c3'
+ '293374ee4b01527f8f7889fdfa9016f8'
+ 'fb1bf603a2ad5e6ecc1903c3c53f5e13')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  patch -Np1 -i $srcdir/mpfr-${_pkgver}.${_patchlevel}.patch
+  ./configure --prefix=/usr --enable-thread-safe --enable-shared
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mpfr/repos/testing-x86_64/mpfr-3.1.0.p7.patch (from rev 152747, 
mpfr/trunk/mpfr-3.1.0.p7.patch)
===
(Binary files differ)

Copied: mpfr/repos/testing-x86_64/mpfr.install (from rev 152747, 
mpfr/trunk/mpfr.install)
===
--- testing-x86_64/mpfr.install (rev 0)
+++ 

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:57:53
  Author: ibiru
Revision: 152749

update to 1.5.4

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:54:49 UTC (rev 152748)
+++ PKGBUILD2012-03-09 13:57:53 UTC (rev 152749)
@@ -2,20 +2,20 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=clutter-gst
-pkgver=1.4.6
+pkgver=1.5.4
 pkgrel=1
 pkgdesc=GStreamer bindings for clutter
 arch=('i686' 'x86_64')
 url=http://www.clutter-project.org/;
 license=('LGPL')
 depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
-makedepends=('gobject-introspection' 'gtk-doc')
+makedepends=('gobject-introspection')
 options=('!libtool')
 
source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5368ded143b2f73c3128315dab7b45c5dd8d681341cbae8f83664d2f9bbba3c3')
+sha256sums=('a137313ad134cd3737c018cc8f725ed1a4d1cf7d276012d75467b55f1f9859d7')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 }
 



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 08:58:48
  Author: ibiru
Revision: 152750

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

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

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

Copied: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 152749, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 13:58:48 UTC (rev 152750)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a137313ad134cd3737c018cc8f725ed1a4d1cf7d276012d75467b55f1f9859d7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152749, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 13:58:48 UTC (rev 152750)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gstreamer0.10-base' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a137313ad134cd3737c018cc8f725ed1a4d1cf7d276012d75467b55f1f9859d7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 09:03:55
  Author: ibiru
Revision: 152751

update to 1.1.2

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 13:58:48 UTC (rev 152750)
+++ PKGBUILD2012-03-09 14:03:55 UTC (rev 152751)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=clutter-gtk
-pkgver=1.0.4
+pkgver=1.1.2
 pkgrel=1
 pkgdesc=GTK clutter widget
 arch=('i686' 'x86_64')
@@ -10,17 +10,17 @@
 options=('!libtool')
 license=('LGPL')
 depends=('clutter' 'gtk3')
-makedepends=('gobject-introspection' 'gtk-doc')
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0741fd2feb7d065dd5949a0b47f9cd740272c1428ca93431dea677acb6de464e')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e000594770df759a638bfe814c88d4ab089c93d56553811d6947fc9ed85e6aa0')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 09:04:37
  Author: ibiru
Revision: 152752

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 152751, clutter-gtk/trunk/PKGBUILD)
  clutter-gtk/repos/gnome-unstable-x86_64/
  clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152751, 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 152751, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 14:04:37 UTC (rev 152752)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.1.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=('e000594770df759a638bfe814c88d4ab089c93d56553811d6947fc9ed85e6aa0')
+
+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 152751, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 14:04:37 UTC (rev 152752)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.1.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=('e000594770df759a638bfe814c88d4ab089c93d56553811d6947fc9ed85e6aa0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 09:11:31
  Author: ibiru
Revision: 152753

update to 2.31.20

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 14:04:37 UTC (rev 152752)
+++ PKGBUILD2012-03-09 14:11:31 UTC (rev 152753)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.30.1
+pkgver=2.31.20
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,10 +12,10 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
 url=http://www.gtkmm.org/;
-sha256sums=('69582b584666cab1dc4253faffee548054730bc058e28466871e6a954d7ff897')
+sha256sums=('09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
@@ -23,13 +23,13 @@
 package_glibmm() {
   pkgdesc=Glib-- (glibmm) is a C++ interface for glib
   depends=('glib2' 'libsigc++2.0')
-  cd $srcdir/$pkgbase-$pkgver
+  cd $pkgbase-$pkgver
   sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
   make DESTDIR=$pkgdir install
 }
 
 package_glibmm-docs() {
   pkgdesc=Developer documentation for glibmm
-  cd $srcdir/$pkgbase-$pkgver/docs
+  cd $pkgbase-$pkgver/docs
   make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 09:13:33
  Author: ibiru
Revision: 152754

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

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

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

Copied: glibmm/repos/gnome-unstable-i686/PKGBUILD (from rev 152753, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 14:13:33 UTC (rev 152754)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.31.20
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Copied: glibmm/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152753, 
glibmm/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 14:13:33 UTC (rev 152754)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.31.20
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 09:28:27
  Author: ibiru
Revision: 152755

update tp 3.11.0

Modified:
  glade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 14:13:33 UTC (rev 152754)
+++ PKGBUILD2012-03-09 14:28:27 UTC (rev 152755)
@@ -2,28 +2,28 @@
 # Maintainer: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=glade
-pkgver=3.10.2
+pkgver=3.11.0
 pkgrel=1
 pkgdesc=User interface builder for GTK+ and GNOME.
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')
 depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 
'python2-gobject2')
+makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 
'python2-gobject')
 optdepends=('python2: Python widgets support')
 options=('!libtool')
 url=http://glade.gnome.org/;
 install=glade.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f59ffbd7e1e595396593fedcdb85c51fd01ed05d5ef7c6f724f3a0bcf24d5c4')
+sha256sums=('fffbd4b79ca46cbb9332c0377735de34f01cdc31921a911f609edf0e87bdd4da')
 
 build() {
-  cd ${srcdir}/$pkgname-${pkgver}
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 09:31:34
  Author: ibiru
Revision: 152756

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

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

-+
 gnome-unstable-i686/PKGBUILD|   29 +
 gnome-unstable-i686/glade.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   29 +
 gnome-unstable-x86_64/glade.install |   12 
 4 files changed, 82 insertions(+)

Copied: glade/repos/gnome-unstable-i686/PKGBUILD (from rev 152755, 
glade/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 14:31:34 UTC (rev 152756)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=glade
+pkgver=3.11.0
+pkgrel=1
+pkgdesc=User interface builder for GTK+ and GNOME.
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 
'python2-gobject')
+optdepends=('python2: Python widgets support')
+options=('!libtool')
+url=http://glade.gnome.org/;
+install=glade.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fffbd4b79ca46cbb9332c0377735de34f01cdc31921a911f609edf0e87bdd4da')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: glade/repos/gnome-unstable-i686/glade.install (from rev 152755, 
glade/trunk/glade.install)
===
--- gnome-unstable-i686/glade.install   (rev 0)
+++ gnome-unstable-i686/glade.install   2012-03-09 14:31:34 UTC (rev 152756)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glade/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152755, 
glade/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 14:31:34 UTC (rev 152756)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=glade
+pkgver=3.11.0
+pkgrel=1
+pkgdesc=User interface builder for GTK+ and GNOME.
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'libxml2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2' 'gtk-doc' 'gobject-introspection' 
'python2-gobject')
+optdepends=('python2: Python widgets support')
+options=('!libtool')
+url=http://glade.gnome.org/;
+install=glade.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fffbd4b79ca46cbb9332c0377735de34f01cdc31921a911f609edf0e87bdd4da')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: glade/repos/gnome-unstable-x86_64/glade.install (from rev 152755, 
glade/trunk/glade.install)
===
--- gnome-unstable-x86_64/glade.install (rev 0)
+++ gnome-unstable-x86_64/glade.install 2012-03-09 14:31:34 UTC (rev 152756)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:04:55
  Author: ibiru
Revision: 152757

update to 3.3.5

Modified:
  libwnck3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 14:31:34 UTC (rev 152756)
+++ PKGBUILD2012-03-09 15:04:55 UTC (rev 152757)
@@ -3,7 +3,7 @@
 
 pkgname=libwnck3
 _pkgbasename=libwnck
-pkgver=3.2.1
+pkgver=3.3.5
 pkgrel=1
 pkgdesc=Window Navigator Construction Kit (GTK+3)
 arch=('i686' 'x86_64')
@@ -12,17 +12,17 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 url=http://www.gnome.org/;
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('eaba586d8e092770e45ab8a3073eb57b5386e1ea7512b5424fa558906f26a3da')
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
 
 build() {
-cd ${srcdir}/${_pkgbasename}-${pkgver}
+cd $_pkgbasename-$pkgver
 ./configure --prefix=/usr --sysconfdir=/etc \
 --localstatedir=/var --disable-static
 make
 }
 
 package() {
-cd ${srcdir}/${_pkgbasename}-${pkgver}
-make DESTDIR=${pkgdir} install
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:06:07
  Author: ibiru
Revision: 152758

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

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

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

Copied: libwnck3/repos/gnome-unstable-i686/PKGBUILD (from rev 152757, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 15:06:07 UTC (rev 152758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.3.5
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: libwnck3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152757, 
libwnck3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 15:06:07 UTC (rev 152758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=libwnck3
+_pkgbasename=libwnck
+pkgver=3.3.5
+pkgrel=1
+pkgdesc=Window Navigator Construction Kit (GTK+3)
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'startup-notification' 'libxres')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+url=http://www.gnome.org/;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('440340d4733f78130d581e88131df178367458004558c6a32f7c5f63a731ba19')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:34:02
  Author: ibiru
Revision: 152759

update to 3.3.18

Modified:
  gtkmm3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 15:06:07 UTC (rev 152758)
+++ PKGBUILD2012-03-09 15:34:02 UTC (rev 152759)
@@ -4,18 +4,18 @@
 pkgbase=gtkmm3
 _pkgbasename=gtkmm
 pkgname=('gtkmm3' 'gtkmm3-docs')
-pkgver=3.2.0
+pkgver=3.3.18
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 url=http://www.gtkmm.org/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/${_pkgbasename}/3.2/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('6195dac58454e287ae17d380c028827f0a49669a3b93f85e2d4f6eb9459674f2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('495330e2d697b04be161247003d5eb3dd45a5988dd631e789b631c5a05fb00bf')
 
 build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd $_pkgbasename-$pkgver
   ./configure --prefix=/usr
   make
 }
@@ -23,16 +23,16 @@
 package_gtkmm3() {
   pkgdesc=C++ bindings for gtk3
   depends=('gtk3' 'pangomm' 'atkmm')
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd $_pkgbasename-$pkgver
 
   sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 }
 
 package_gtkmm3-docs() {
   pkgdesc=Developer documentation for gtkmm v3
 
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make -C docs DESTDIR=${pkgdir} install
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:35:15
  Author: ibiru
Revision: 152760

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

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

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

Copied: gtkmm3/repos/gnome-unstable-i686/PKGBUILD (from rev 152759, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 15:35:15 UTC (rev 152760)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.3.18
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('495330e2d697b04be161247003d5eb3dd45a5988dd631e789b631c5a05fb00bf')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Copied: gtkmm3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152759, 
gtkmm3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 15:35:15 UTC (rev 152760)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.3.18
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('495330e2d697b04be161247003d5eb3dd45a5988dd631e789b631c5a05fb00bf')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:51:09
  Author: ibiru
Revision: 152761

update to 1.11.4

Modified:
  gvfs/trunk/PKGBUILD
  gvfs/trunk/gvfs-smb.install
  gvfs/trunk/gvfs.install

--+
 PKGBUILD |   85 ++---
 gvfs-smb.install |4 +-
 gvfs.install |8 ++--
 3 files changed, 48 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 15:35:15 UTC (rev 152760)
+++ PKGBUILD2012-03-09 15:51:09 UTC (rev 152761)
@@ -3,18 +3,18 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.10.1
-pkgrel=3
+pkgver=1.11.4
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('libsoup-gnome' 'libcdio' 'fuse' 'bluez' 'smbclient' 'libgphoto2' 
'libarchive' 'libgdu' 'pkgconfig' 'intltool' 'libimobiledevice' 'avahi' 'dconf')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')
 url=http://www.gnome.org;
 options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz)
-sha256sums=('cd30facee5ad6cd0fafc5337bbf7c06a0bff3936f9ff2ae31519b301efcc9288')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('67445aa4e40daac6f235a7d2db935c64b7f30c8420b71403f29561fd0a5c6718')
 
 build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
+  cd $pkgbase-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gvfs \
@@ -24,7 +24,7 @@
 
 package_gvfs() {
   pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
-  depends=('libsoup-gnome' 'libgdu' 'libcdio' 'fuse' 'libarchive' 'avahi' 
'dconf')
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2')
   optdepends=('gvfs-afc: AFC (mobile devices) support'
   'gvfs-smb: SMB/CIFS (Windows client) support'
   'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
@@ -32,13 +32,13 @@
   'gvfs-afp: Apple Filing Protocol (AFP) support')
   install=gvfs.install
 
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  sed -e 's/^am__append_3/#am__append_3/' \
-  -e 's/^am__append_4/#am__append_4/' \
+  cd $pkgbase-$pkgver
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
   -i monitor/Makefile
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 
-  cd ${pkgdir}
+  cd $pkgdir
   rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
   rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
   rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
@@ -47,67 +47,66 @@
 
 package_gvfs-smb() {
   pkgdesc=SMB/CIFS (Windows client) backend for gvfs
-  depends=(gvfs=${pkgver} 'smbclient' 'libgnome-keyring')
+  depends=(gvfs=$pkgver 'smbclient' 'libgnome-keyring')
   install=gvfs-smb.install
 
-  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
-  install -m755 -d ${pkgdir}/usr/lib/gvfs
-  install -m755 -d ${pkgdir}/usr/share/gvfs/mounts
+  cd $pkgbase-$pkgver/daemon
+  install -m755 -d $pkgdir/usr/lib/gvfs
+  install -m755 -d $pkgdir/usr/share/gvfs/mounts
 
-  install -m755 .libs/gvfsd-smb{,-browse} ${pkgdir}/usr/lib/gvfs/
-  install -m644 smb{,-browse}.mount ${pkgdir}/usr/share/gvfs/mounts/
+  install -m755 .libs/gvfsd-smb{,-browse} $pkgdir/usr/lib/gvfs/
+  install -m644 smb{,-browse}.mount $pkgdir/usr/share/gvfs/mounts/
 
   install -Dm644 org.gnome.system.smb.gschema.xml \
-${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
   install -Dm644 gvfs-smb.convert \
-${pkgdir}/usr/share/GConf/gsettings/gvfs-smb.convert
+$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert
 }
 
 package_gvfs-afc() {
   pkgdesc=AFC (mobile devices) backend for gvfs
-  depends=(gvfs=${pkgver} 'libimobiledevice')
+  depends=(gvfs=$pkgver 'libimobiledevice')
   install=gvfs-module.install
 
-  cd ${srcdir}/${pkgbase}-${pkgver}/daemon
-  install -D .libs/gvfsd-afc ${pkgdir}/usr/lib/gvfs/gvfsd-afc
-  install -Dm644 afc.mount ${pkgdir}/usr/share/gvfs/mounts/afc.mount
+  cd $pkgbase-$pkgver/daemon
+  install -D .libs/gvfsd-afc $pkgdir/usr/lib/gvfs/gvfsd-afc
+  install -Dm644 afc.mount $pkgdir/usr/share/gvfs/mounts/afc.mount
 
-  cd ${srcdir}/${pkgbase}-${pkgver}/monitor/afc
-  make DESTDIR=${pkgdir} install
+  cd $srcdir/$pkgbase-$pkgver/monitor/afc
+  make DESTDIR=$pkgdir install
 }
 
 package_gvfs-gphoto2() {
   pkgdesc=gphoto2 (PTP camera/MTP media player) backend for gvfs
-  depends=(gvfs=${pkgver} 'dbus-core' 'libgphoto2' 'udev')
+  depends=(gvfs=$pkgver 'dbus-core' 'libgphoto2' 'udev')
   install=gvfs-module.install
 
-  cd 

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:52:56
  Author: ibiru
Revision: 152762

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

Added:
  gvfs/repos/gnome-unstable-i686/
  gvfs/repos/gnome-unstable-i686/PKGBUILD
(from rev 152761, gvfs/trunk/PKGBUILD)
  gvfs/repos/gnome-unstable-i686/gvfs-module.install
(from rev 152761, gvfs/trunk/gvfs-module.install)
  gvfs/repos/gnome-unstable-i686/gvfs-smb.install
(from rev 152761, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/gnome-unstable-i686/gvfs.install
(from rev 152761, gvfs/trunk/gvfs.install)
  gvfs/repos/gnome-unstable-x86_64/
  gvfs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152761, gvfs/trunk/PKGBUILD)
  gvfs/repos/gnome-unstable-x86_64/gvfs-module.install
(from rev 152761, gvfs/trunk/gvfs-module.install)
  gvfs/repos/gnome-unstable-x86_64/gvfs-smb.install
(from rev 152761, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/gnome-unstable-x86_64/gvfs.install
(from rev 152761, gvfs/trunk/gvfs.install)

---+
 gnome-unstable-i686/PKGBUILD  |  112 
 gnome-unstable-i686/gvfs-module.install   |7 +
 gnome-unstable-i686/gvfs-smb.install  |   12 +++
 gnome-unstable-i686/gvfs.install  |   14 +++
 gnome-unstable-x86_64/PKGBUILD|  112 
 gnome-unstable-x86_64/gvfs-module.install |7 +
 gnome-unstable-x86_64/gvfs-smb.install|   12 +++
 gnome-unstable-x86_64/gvfs.install|   14 +++
 8 files changed, 290 insertions(+)

Copied: gvfs/repos/gnome-unstable-i686/PKGBUILD (from rev 152761, 
gvfs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 15:52:56 UTC (rev 152762)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
+pkgver=1.11.4
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')
+url=http://www.gnome.org;
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('67445aa4e40daac6f235a7d2db935c64b7f30c8420b71403f29561fd0a5c6718')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/etc/bash_completion.d
+  make
+}
+
+package_gvfs() {
+  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support')
+  install=gvfs.install
+
+  cd $pkgbase-$pkgver
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
+  -i monitor/Makefile
+  make DESTDIR=$pkgdir install
+
+  cd $pkgdir
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
+  depends=(gvfs=$pkgver 'smbclient' 'libgnome-keyring')
+  install=gvfs-smb.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -m755 -d $pkgdir/usr/lib/gvfs
+  install -m755 -d $pkgdir/usr/share/gvfs/mounts
+
+  install -m755 .libs/gvfsd-smb{,-browse} $pkgdir/usr/lib/gvfs/
+  install -m644 smb{,-browse}.mount $pkgdir/usr/share/gvfs/mounts/
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  install -Dm644 gvfs-smb.convert \
+$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-afc() {
+  pkgdesc=AFC (mobile devices) backend for gvfs
+  depends=(gvfs=$pkgver 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -D .libs/gvfsd-afc $pkgdir/usr/lib/gvfs/gvfsd-afc
+  install -Dm644 afc.mount $pkgdir/usr/share/gvfs/mounts/afc.mount
+
+  cd $srcdir/$pkgbase-$pkgver/monitor/afc
+  make DESTDIR=$pkgdir install
+}
+
+package_gvfs-gphoto2() {
+  pkgdesc=gphoto2 (PTP camera/MTP media player) backend for gvfs
+  depends=(gvfs=$pkgver 'dbus-core' 'libgphoto2' 'udev')
+  install=gvfs-module.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -D 

[arch-commits] Commit in libxcb/trunk (PKGBUILD libxcb-1.1-no-pthread-stubs.patch)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 10:54:16
  Author: andyrtr
Revision: 152763

upgpkg: libxcb 1.8.1-1

upstream update 1.8.1

Modified:
  libxcb/trunk/PKGBUILD
  libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch

---+
 PKGBUILD  |8 
 libxcb-1.1-no-pthread-stubs.patch |9 -
 2 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 15:52:56 UTC (rev 152762)
+++ PKGBUILD2012-03-09 15:54:16 UTC (rev 152763)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxcb
-pkgver=1.8
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
 url=http://xcb.freedesktop.org/;
@@ -14,8 +14,8 @@
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
 libxcb-1.1-no-pthread-stubs.patch)
-sha1sums=('18b76759d5bbb863777f37bf3aec23ebaa31d5be'
-  '3455e84642283bc91c8313af319002a20bbcbdf4')
+sha1sums=('98199b6054750a06cddd4e77baa4354af547ce6f'
+  'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
 
 build() {
   cd $srcdir/$pkgname-$pkgver

Modified: libxcb-1.1-no-pthread-stubs.patch
===
--- libxcb-1.1-no-pthread-stubs.patch   2012-03-09 15:52:56 UTC (rev 152762)
+++ libxcb-1.1-no-pthread-stubs.patch   2012-03-09 15:54:16 UTC (rev 152763)
@@ -1,10 +1,9 @@
-diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
 libxcb-1.1/configure.ac.pthread-stubs  2007-11-04 18:17:11.0 
-0500
-+++ libxcb-1.1/configure.ac2007-11-12 10:27:06.0 -0500
-@@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -35,7 +35,7 @@
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.6)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.7)
 -NEEDED=pthread-stubs xau = 0.99.2
 +NEEDED=xau = 0.99.2
  PKG_CHECK_MODULES(NEEDED, $NEEDED)



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 10:54:53
  Author: andyrtr
Revision: 152764

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

Added:
  libxcb/repos/testing-i686/PKGBUILD
(from rev 152763, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 152763, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/testing-x86_64/PKGBUILD
(from rev 152763, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 152763, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
Deleted:
  libxcb/repos/testing-i686/PKGBUILD
  libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch
  libxcb/repos/testing-x86_64/PKGBUILD
  libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch

--+
 testing-i686/PKGBUILD|   64 ++---
 testing-i686/libxcb-1.1-no-pthread-stubs.patch   |   23 +++
 testing-x86_64/PKGBUILD  |   64 ++---
 testing-x86_64/libxcb-1.1-no-pthread-stubs.patch |   23 +++
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-09 15:54:16 UTC (rev 152763)
+++ testing-i686/PKGBUILD   2012-03-09 15:54:53 UTC (rev 152764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxcb
-pkgver=1.8
-pkgrel=2
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xcb.freedesktop.org/;
-depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
-makedepends=('pkgconfig' 'libxslt' 'python2')
-options=('!libtool')
-license=('custom')
-source=($url/dist/$pkgname-$pkgver.tar.bz2
-libxcb-1.1-no-pthread-stubs.patch)
-sha1sums=('18b76759d5bbb863777f37bf3aec23ebaa31d5be'
-  '3455e84642283bc91c8313af319002a20bbcbdf4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
-  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
-  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
-}

Copied: libxcb/repos/testing-i686/PKGBUILD (from rev 152763, 
libxcb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-09 15:54:53 UTC (rev 152764)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('98199b6054750a06cddd4e77baa4354af547ce6f'
+  'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
+  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: testing-i686/libxcb-1.1-no-pthread-stubs.patch
===
--- testing-i686/libxcb-1.1-no-pthread-stubs.patch  2012-03-09 15:54:16 UTC 
(rev 152763)
+++ testing-i686/libxcb-1.1-no-pthread-stubs.patch  2012-03-09 15:54:53 UTC 
(rev 152764)
@@ -1,12 +0,0 @@
-diff -up libxcb-1.1/configure.ac.pthread-stubs libxcb-1.1/configure.ac
 libxcb-1.1/configure.ac.pthread-stubs  2007-11-04 18:17:11.0 
-0500
-+++ libxcb-1.1/configure.ac2007-11-12 10:27:06.0 -0500
-@@ -31,7 +31,7 @@ AC_SUBST(HTML_CHECK_RESULT)
- 
- # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.6)
--NEEDED=pthread-stubs xau = 0.99.2
-+NEEDED=xau = 0.99.2
- PKG_CHECK_MODULES(NEEDED, $NEEDED)
- 
- have_xdmcp=no

Copied: libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
152763, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- testing-i686/libxcb-1.1-no-pthread-stubs.patch  
(rev 0)
+++ testing-i686/libxcb-1.1-no-pthread-stubs.patch  2012-03-09 15:54:53 UTC 
(rev 152764)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 10:54:53
  Author: ibiru
Revision: 152765

update to 3.3.4

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 15:54:53 UTC (rev 152764)
+++ PKGBUILD2012-03-09 15:54:53 UTC (rev 152765)
@@ -3,8 +3,8 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.3.4
+pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,10 +13,10 @@
 options=('!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('73d9c6702ccecd06846132cfb50191092cb50a4bcb3ff810a5605868f0855947')
+sha256sums=('90dea698561b437adf4ee4264cf5c52120a11824a9c5d38bbd7497ed99861086')
 
 build() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-glade-catalog
@@ -24,6 +24,6 @@
 }
 
 package() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:01:09
  Author: andyrtr
Revision: 152766

upgpkg: libxt 1.1.2-1

upstream update 1.1.2

Modified:
  libxt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 15:54:53 UTC (rev 152765)
+++ PKGBUILD2012-03-09 16:01:09 UTC (rev 152766)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxt
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=X11 toolkit intrinsics library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)
-sha1sums=('a29a97f8521bdc7a95364e163f0ce474de572ae5')
+sha1sums=('9e84b807419d78bda4acbd7aea05aed2ab0556cf')
 
 build() {
   cd ${srcdir}/libXt-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:01:47
  Author: andyrtr
Revision: 152767

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:01:09 UTC (rev 152766)
+++ extra-i686/PKGBUILD 2012-03-09 16:01:47 UTC (rev 152767)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxt
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 toolkit intrinsics library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libsm' 'libx11')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)
-sha1sums=('a29a97f8521bdc7a95364e163f0ce474de572ae5')
-
-build() {
-  cd ${srcdir}/libXt-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXt-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxt/repos/extra-i686/PKGBUILD (from rev 152766, libxt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:01:47 UTC (rev 152767)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxt
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 toolkit intrinsics library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libsm' 'libx11')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)
+sha1sums=('9e84b807419d78bda4acbd7aea05aed2ab0556cf')
+
+build() {
+  cd ${srcdir}/libXt-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXt-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:01:09 UTC (rev 152766)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:01:47 UTC (rev 152767)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxt
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 toolkit intrinsics library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libsm' 'libx11')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)
-sha1sums=('a29a97f8521bdc7a95364e163f0ce474de572ae5')
-
-build() {
-  cd ${srcdir}/libXt-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXt-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxt/repos/extra-x86_64/PKGBUILD (from rev 152766, 
libxt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:01:47 UTC (rev 152767)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxt
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 toolkit intrinsics library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libsm' 'libx11')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXt-${pkgver}.tar.bz2)
+sha1sums=('9e84b807419d78bda4acbd7aea05aed2ab0556cf')
+
+build() {
+  cd ${srcdir}/libXt-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXt-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:03:33
  Author: andyrtr
Revision: 152768

upgpkg: libxcursor 1.1.13-1

upstream update 1.1.13

Modified:
  libxcursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:01:47 UTC (rev 152767)
+++ PKGBUILD2012-03-09 16:03:33 UTC (rev 152768)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
+
 pkgname=libxcursor
-pkgver=1.1.12
+pkgver=1.1.13
 pkgrel=1
 pkgdesc=X cursor management library
 arch=(i686 x86_64)
@@ -12,7 +13,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
-sha1sums=('f68d7baed5ecf4b1ae88004dd05ef4680d63ee2c')
+sha1sums=('4e461d9e4324689ca8a84706926a8c0fe9470e47')
 
 build() {
   cd ${srcdir}/libXcursor-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:04:11
  Author: andyrtr
Revision: 152769

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:03:33 UTC (rev 152768)
+++ extra-i686/PKGBUILD 2012-03-09 16:04:11 UTC (rev 152769)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=libxcursor
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=X cursor management library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxfixes' 'libxrender')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
-sha1sums=('f68d7baed5ecf4b1ae88004dd05ef4680d63ee2c')
-
-build() {
-  cd ${srcdir}/libXcursor-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXcursor-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxcursor/repos/extra-i686/PKGBUILD (from rev 152768, 
libxcursor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:04:11 UTC (rev 152769)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcursor
+pkgver=1.1.13
+pkgrel=1
+pkgdesc=X cursor management library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxfixes' 'libxrender')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
+sha1sums=('4e461d9e4324689ca8a84706926a8c0fe9470e47')
+
+build() {
+  cd ${srcdir}/libXcursor-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXcursor-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:03:33 UTC (rev 152768)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:04:11 UTC (rev 152769)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=libxcursor
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=X cursor management library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxfixes' 'libxrender')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
-sha1sums=('f68d7baed5ecf4b1ae88004dd05ef4680d63ee2c')
-
-build() {
-  cd ${srcdir}/libXcursor-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXcursor-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxcursor/repos/extra-x86_64/PKGBUILD (from rev 152768, 
libxcursor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:04:11 UTC (rev 152769)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcursor
+pkgver=1.1.13
+pkgrel=1
+pkgdesc=X cursor management library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxfixes' 'libxrender')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2)
+sha1sums=('4e461d9e4324689ca8a84706926a8c0fe9470e47')
+
+build() {
+  cd ${srcdir}/libXcursor-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXcursor-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  

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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:06:42
  Author: andyrtr
Revision: 152770

upgpkg: libxdmcp 1.1.1-1

upstream update 1.1.1

Modified:
  libxdmcp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:04:11 UTC (rev 152769)
+++ PKGBUILD2012-03-09 16:06:42 UTC (rev 152770)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxdmcp
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=X11 Display Manager Control Protocol library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
-sha1sums=('28132db24727552f77e998e6a6798a5b9b30789f')
+sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6')
 
 build() {
   cd ${srcdir}/libXdmcp-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:07:19
  Author: andyrtr
Revision: 152771

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:06:42 UTC (rev 152770)
+++ extra-i686/PKGBUILD 2012-03-09 16:07:19 UTC (rev 152771)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxdmcp
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=X11 Display Manager Control Protocol library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('xproto' 'glibc')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
-sha1sums=('28132db24727552f77e998e6a6798a5b9b30789f')
-
-build() {
-  cd ${srcdir}/libXdmcp-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXdmcp-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxdmcp/repos/extra-i686/PKGBUILD (from rev 152770, 
libxdmcp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:07:19 UTC (rev 152771)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxdmcp
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=X11 Display Manager Control Protocol library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('xproto' 'glibc')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
+sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6')
+
+build() {
+  cd ${srcdir}/libXdmcp-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXdmcp-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:06:42 UTC (rev 152770)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:07:19 UTC (rev 152771)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxdmcp
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=X11 Display Manager Control Protocol library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('xproto' 'glibc')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
-sha1sums=('28132db24727552f77e998e6a6798a5b9b30789f')
-
-build() {
-  cd ${srcdir}/libXdmcp-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXdmcp-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxdmcp/repos/extra-x86_64/PKGBUILD (from rev 152770, 
libxdmcp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:07:19 UTC (rev 152771)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxdmcp
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=X11 Display Manager Control Protocol library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('xproto' 'glibc')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
+sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6')
+
+build() {
+  cd ${srcdir}/libXdmcp-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXdmcp-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:09:37
  Author: andyrtr
Revision: 152772

upgpkg: libxext 1.3.1-1

upstream update 1.3.1

Modified:
  libxext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:07:19 UTC (rev 152771)
+++ PKGBUILD2012-03-09 16:09:37 UTC (rev 152772)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxext
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
 pkgdesc=X11 miscellaneous extensions library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-sha1sums=('0bf3708177b9320091ebc069e905c042c31d859d')
+sha1sums=('764ac472ae19a0faade193717a9e0938d3430aaa')
 
 build() {
   cd ${srcdir}/libXext-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:10:15
  Author: andyrtr
Revision: 152773

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:09:37 UTC (rev 152772)
+++ extra-i686/PKGBUILD 2012-03-09 16:10:15 UTC (rev 152773)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxext
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=X11 miscellaneous extensions library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'xextproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-sha1sums=('0bf3708177b9320091ebc069e905c042c31d859d')
-
-build() {
-  cd ${srcdir}/libXext-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXext-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxext/repos/extra-i686/PKGBUILD (from rev 152772, 
libxext/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:10:15 UTC (rev 152773)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxext
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=X11 miscellaneous extensions library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'xextproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
+sha1sums=('764ac472ae19a0faade193717a9e0938d3430aaa')
+
+build() {
+  cd ${srcdir}/libXext-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXext-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:09:37 UTC (rev 152772)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:10:15 UTC (rev 152773)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxext
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=X11 miscellaneous extensions library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'xextproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
-sha1sums=('0bf3708177b9320091ebc069e905c042c31d859d')
-
-build() {
-  cd ${srcdir}/libXext-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXext-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxext/repos/extra-x86_64/PKGBUILD (from rev 152772, 
libxext/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:10:15 UTC (rev 152773)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxext
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=X11 miscellaneous extensions library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'xextproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXext-${pkgver}.tar.bz2)
+sha1sums=('764ac472ae19a0faade193717a9e0938d3430aaa')
+
+build() {
+  cd ${srcdir}/libXext-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXext-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 11:10:21
  Author: ibiru
Revision: 152774

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

Added:
  gtksourceview3/repos/gnome-unstable-i686/
  gtksourceview3/repos/gnome-unstable-i686/PKGBUILD
(from rev 152772, gtksourceview3/trunk/PKGBUILD)
  gtksourceview3/repos/gnome-unstable-x86_64/
  gtksourceview3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152773, gtksourceview3/trunk/PKGBUILD)

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

Copied: gtksourceview3/repos/gnome-unstable-i686/PKGBUILD (from rev 152772, 
gtksourceview3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 16:10:21 UTC (rev 152774)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.3.4
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('90dea698561b437adf4ee4264cf5c52120a11824a9c5d38bbd7497ed99861086')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gtksourceview3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152773, 
gtksourceview3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 16:10:21 UTC (rev 152774)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.3.4
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('90dea698561b437adf4ee4264cf5c52120a11824a9c5d38bbd7497ed99861086')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:12:59
  Author: andyrtr
Revision: 152775

upgpkg: libxft 2.3.0-1

upstream update 2.3.0

Modified:
  libxft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:10:21 UTC (rev 152774)
+++ PKGBUILD2012-03-09 16:12:59 UTC (rev 152775)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxft
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc=FreeType-based font drawing library for X
 arch=('i686' 'x86_64')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
-sha1sums=('ed29784259f4e26df78141035560ae8a7c62e83f')
+sha1sums=('687f38a810b9ae58e1169c295d9d438370235e23')
 
 build() {
   cd ${srcdir}/libXft-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:13:37
  Author: andyrtr
Revision: 152776

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:12:59 UTC (rev 152775)
+++ extra-i686/PKGBUILD 2012-03-09 16:13:37 UTC (rev 152776)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxft
-pkgver=2.2.0
-pkgrel=2
-pkgdesc=FreeType-based font drawing library for X
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
-sha1sums=('ed29784259f4e26df78141035560ae8a7c62e83f')
-
-build() {
-  cd ${srcdir}/libXft-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXft-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-}

Copied: libxft/repos/extra-i686/PKGBUILD (from rev 152775, 
libxft/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:13:37 UTC (rev 152776)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxft
+pkgver=2.3.0
+pkgrel=1
+pkgdesc=FreeType-based font drawing library for X
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('fontconfig' 'libxrender')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
+sha1sums=('687f38a810b9ae58e1169c295d9d438370235e23')
+
+build() {
+  cd ${srcdir}/libXft-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXft-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:12:59 UTC (rev 152775)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:13:37 UTC (rev 152776)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxft
-pkgver=2.2.0
-pkgrel=2
-pkgdesc=FreeType-based font drawing library for X
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('fontconfig' 'libxrender')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
-sha1sums=('ed29784259f4e26df78141035560ae8a7c62e83f')
-
-build() {
-  cd ${srcdir}/libXft-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXft-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-}

Copied: libxft/repos/extra-x86_64/PKGBUILD (from rev 152775, 
libxft/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:13:37 UTC (rev 152776)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxft
+pkgver=2.3.0
+pkgrel=1
+pkgdesc=FreeType-based font drawing library for X
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('fontconfig' 'libxrender')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXft-${pkgver}.tar.bz2)
+sha1sums=('687f38a810b9ae58e1169c295d9d438370235e23')
+
+build() {
+  cd ${srcdir}/libXft-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXft-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:14:58
  Author: andyrtr
Revision: 152777

upgpkg: libxinerama 1.1.2-1

upstream update 1.1.2

Modified:
  libxinerama/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:13:37 UTC (rev 152776)
+++ PKGBUILD2012-03-09 16:14:58 UTC (rev 152777)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxinerama
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=X11 Xinerama extension library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
-sha1sums=('f030b0cfcce15502aac78188524f32a6f29bd0a4')
+sha1sums=('06a5b636305725ce09f6c3a4d5a15f2f188b5afd')
 
 build() {
   cd ${srcdir}/libXinerama-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:15:35
  Author: andyrtr
Revision: 152778

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:14:58 UTC (rev 152777)
+++ extra-i686/PKGBUILD 2012-03-09 16:15:35 UTC (rev 152778)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxinerama
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 Xinerama extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxext' 'xineramaproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
-sha1sums=('f030b0cfcce15502aac78188524f32a6f29bd0a4')
-
-build() {
-  cd ${srcdir}/libXinerama-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libXinerama-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxinerama/repos/extra-i686/PKGBUILD (from rev 152777, 
libxinerama/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:15:35 UTC (rev 152778)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxinerama
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 Xinerama extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxext' 'xineramaproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
+sha1sums=('06a5b636305725ce09f6c3a4d5a15f2f188b5afd')
+
+build() {
+  cd ${srcdir}/libXinerama-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libXinerama-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:14:58 UTC (rev 152777)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:15:35 UTC (rev 152778)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxinerama
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 Xinerama extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxext' 'xineramaproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
-sha1sums=('f030b0cfcce15502aac78188524f32a6f29bd0a4')
-
-build() {
-  cd ${srcdir}/libXinerama-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libXinerama-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxinerama/repos/extra-x86_64/PKGBUILD (from rev 152777, 
libxinerama/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:15:35 UTC (rev 152778)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxinerama
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 Xinerama extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxext' 'xineramaproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
+sha1sums=('06a5b636305725ce09f6c3a4d5a15f2f188b5afd')
+
+build() {
+  cd ${srcdir}/libXinerama-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/libXinerama-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 11:16:24
  Author: ibiru
Revision: 152779

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

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

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

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 152778, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 16:16:24 UTC (rev 152779)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.31.20
+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=('4601f1423dbc0326529cba95cd0475a32ca62ee3215812665cf58e32080a9d11')
+
+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 152778, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 16:16:24 UTC (rev 152779)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.31.20
+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=('4601f1423dbc0326529cba95cd0475a32ca62ee3215812665cf58e32080a9d11')
+
+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 libxkbfile/trunk (PKGBUILD)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:18:59
  Author: andyrtr
Revision: 152780

upgpkg: libxkbfile 1.0.8-1

upstream update 1.0.8

Modified:
  libxkbfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:16:24 UTC (rev 152779)
+++ PKGBUILD2012-03-09 16:18:59 UTC (rev 152780)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxkbfile
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
 pkgdesc=X11 keyboard file manipulation library
 arch=('i686' 'x86_64')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('0fed539ffbc05859bc666b425fafa42e046bef5f')
+sha1sums=('05139829837c26e3a14a40a700f058c018bc71f5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:19:36
  Author: andyrtr
Revision: 152781

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:18:59 UTC (rev 152780)
+++ extra-i686/PKGBUILD 2012-03-09 16:19:36 UTC (rev 152781)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxkbfile
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=X11 keyboard file manipulation library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libx11')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('0fed539ffbc05859bc666b425fafa42e046bef5f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxkbfile/repos/extra-i686/PKGBUILD (from rev 152780, 
libxkbfile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:19:36 UTC (rev 152781)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxkbfile
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=X11 keyboard file manipulation library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libx11')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('05139829837c26e3a14a40a700f058c018bc71f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:18:59 UTC (rev 152780)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:19:36 UTC (rev 152781)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxkbfile
-pkgver=1.0.7
-pkgrel=2
-pkgdesc=X11 keyboard file manipulation library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libx11')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('0fed539ffbc05859bc666b425fafa42e046bef5f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxkbfile/repos/extra-x86_64/PKGBUILD (from rev 152780, 
libxkbfile/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:19:36 UTC (rev 152781)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxkbfile
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=X11 keyboard file manipulation library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libx11')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('05139829837c26e3a14a40a700f058c018bc71f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:21:29
  Author: andyrtr
Revision: 152782

upgpkg: libxpm 3.5.10-1

upstream update 3.5.10

Modified:
  libxpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:19:36 UTC (rev 152781)
+++ PKGBUILD2012-03-09 16:21:29 UTC (rev 152782)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+
 pkgname=libxpm
-pkgver=3.5.9
-pkgrel=2
+pkgver=3.5.10
+pkgrel=1
 pkgdesc=X11 pixmap library
 arch=('i686' 'x86_64')
 license=('custom')
@@ -11,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-sha1sums=('38258a1d589d3f157e0338d0fd13eec11bc4a39b')
+sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c')
 
 build() {
   cd ${srcdir}/libXpm-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:22:06
  Author: andyrtr
Revision: 152783

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:21:29 UTC (rev 152782)
+++ extra-i686/PKGBUILD 2012-03-09 16:22:06 UTC (rev 152783)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=libxpm
-pkgver=3.5.9
-pkgrel=2
-pkgdesc=X11 pixmap library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxt' 'libxext')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-sha1sums=('38258a1d589d3f157e0338d0fd13eec11bc4a39b')
-
-build() {
-  cd ${srcdir}/libXpm-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXpm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxpm/repos/extra-i686/PKGBUILD (from rev 152782, 
libxpm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:22:06 UTC (rev 152783)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxpm
+pkgver=3.5.10
+pkgrel=1
+pkgdesc=X11 pixmap library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxt' 'libxext')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
+sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c')
+
+build() {
+  cd ${srcdir}/libXpm-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXpm-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:21:29 UTC (rev 152782)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:22:06 UTC (rev 152783)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-pkgname=libxpm
-pkgver=3.5.9
-pkgrel=2
-pkgdesc=X11 pixmap library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxt' 'libxext')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-sha1sums=('38258a1d589d3f157e0338d0fd13eec11bc4a39b')
-
-build() {
-  cd ${srcdir}/libXpm-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXpm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxpm/repos/extra-x86_64/PKGBUILD (from rev 152782, 
libxpm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:22:06 UTC (rev 152783)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxpm
+pkgver=3.5.10
+pkgrel=1
+pkgdesc=X11 pixmap library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxt' 'libxext')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
+sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c')
+
+build() {
+  cd ${srcdir}/libXpm-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXpm-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:23:26
  Author: andyrtr
Revision: 152784

upgpkg: libxrender 0.9.7-1

upstream update 0.9.7

Modified:
  libxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:22:06 UTC (rev 152783)
+++ PKGBUILD2012-03-09 16:23:26 UTC (rev 152784)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxrender
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 pkgdesc=X Rendering Extension client library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)
-sha1sums=('65bd96dc17da6b064f95109da02d9c9d14cb06dc')
+sha1sums=('6e4d75d8316d5217324258f555eba3a5d383feb2')
 
 build() {
   cd ${srcdir}/libXrender-${pkgver}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 11:23:39
  Author: ibiru
Revision: 152785

update to 0.31.0

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:23:26 UTC (rev 152784)
+++ PKGBUILD2012-03-09 16:23:39 UTC (rev 152785)
@@ -3,21 +3,21 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.30.1
-pkgrel=2
+pkgver=0.31.0
+pkgrel=1
 pkgdesc=Virtual Terminal Emulator widget for use with GTK3
 arch=('i686' 'x86_64')
 license=('LGPL')
 options=('!libtool' '!emptydirs')
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.30/vte-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
 
make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
-sha256sums=('bbe421de3015935c22f685eea0eb8be2c1fecd5021c1f822996b8f0a282f6b64'
+sha256sums=('3e5925acc9d3eefe80a11683492d94b85bb4fe0b3c33d204c123f411c0efd60f'
 '8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
 
 build() {
-  cd $srcdir/vte-$pkgver
+  cd vte-$pkgver
   #warning: type-punning to incomplete type might break strict-aliasing rules
   export CFLAGS=$CFLAGS -fno-strict-aliasing
 
@@ -31,7 +31,7 @@
 
 package_vte3(){
   depends=('gtk3' 'vte-common')
-  cd $srcdir/vte-$pkgver
+  cd vte-$pkgver
   make DESTDIR=$pkgdir install
 
   rm $pkgdir/usr/lib/vte/gnome-pty-helper
@@ -39,7 +39,7 @@
 
 package_vte-common() {
   pkgdesc=Common files used by vte and vte3
-  cd $srcdir/vte-$pkgver
+  cd vte-$pkgver
 
   make -C gnome-pty-helper DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:24:03
  Author: andyrtr
Revision: 152786

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:23:39 UTC (rev 152785)
+++ extra-i686/PKGBUILD 2012-03-09 16:24:03 UTC (rev 152786)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxrender
-pkgver=0.9.6
-pkgrel=2
-pkgdesc=X Rendering Extension client library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11=1.3.4' 'renderproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)
-sha1sums=('65bd96dc17da6b064f95109da02d9c9d14cb06dc')
-
-build() {
-  cd ${srcdir}/libXrender-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXrender-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxrender/repos/extra-i686/PKGBUILD (from rev 152785, 
libxrender/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:24:03 UTC (rev 152786)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxrender
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=X Rendering Extension client library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11=1.3.4' 'renderproto')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)
+sha1sums=('6e4d75d8316d5217324258f555eba3a5d383feb2')
+
+build() {
+  cd ${srcdir}/libXrender-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXrender-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:23:39 UTC (rev 152785)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:24:03 UTC (rev 152786)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxrender
-pkgver=0.9.6
-pkgrel=2
-pkgdesc=X Rendering Extension client library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11=1.3.4' 'renderproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)
-sha1sums=('65bd96dc17da6b064f95109da02d9c9d14cb06dc')
-
-build() {
-  cd ${srcdir}/libXrender-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXrender-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxrender/repos/extra-x86_64/PKGBUILD (from rev 152785, 
libxrender/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:24:03 UTC (rev 152786)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxrender
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=X Rendering Extension client library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11=1.3.4' 'renderproto')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXrender-${pkgver}.tar.bz2)
+sha1sums=('6e4d75d8316d5217324258f555eba3a5d383feb2')
+
+build() {
+  cd ${srcdir}/libXrender-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXrender-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:25:27
  Author: andyrtr
Revision: 152787

upgpkg: libxres 1.0.6-1

upstream update 1.0.6

Modified:
  libxres/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:24:03 UTC (rev 152786)
+++ PKGBUILD2012-03-09 16:25:27 UTC (rev 152787)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxres
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc=X11 Resource extension library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org;
@@ -12,7 +12,7 @@
 makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 
'xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
-sha1sums=('d3a36f9b6ae430da91f2cbae409916f605074195')
+sha1sums=('31a9b7d4f7a978de36c6f1c867dced29bfe7ef0f')
 
 build() {
   cd ${srcdir}/libXres-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:26:13
  Author: andyrtr
Revision: 152788

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:25:27 UTC (rev 152787)
+++ extra-i686/PKGBUILD 2012-03-09 16:26:13 UTC (rev 152788)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxres
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=X11 Resource extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('libxext')
-makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 
'xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
-sha1sums=('d3a36f9b6ae430da91f2cbae409916f605074195')
-
-build() {
-  cd ${srcdir}/libXres-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXres-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxres/repos/extra-i686/PKGBUILD (from rev 152787, 
libxres/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:26:13 UTC (rev 152788)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxres
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=X11 Resource extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('libxext')
+makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 
'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
+sha1sums=('31a9b7d4f7a978de36c6f1c867dced29bfe7ef0f')
+
+build() {
+  cd ${srcdir}/libXres-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXres-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:25:27 UTC (rev 152787)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:26:13 UTC (rev 152788)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxres
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=X11 Resource extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('libxext')
-makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 
'xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
-sha1sums=('d3a36f9b6ae430da91f2cbae409916f605074195')
-
-build() {
-  cd ${srcdir}/libXres-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXres-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxres/repos/extra-x86_64/PKGBUILD (from rev 152787, 
libxres/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:26:13 UTC (rev 152788)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxres
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=X11 Resource extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('libxext')
+makedepends=('resourceproto' 'damageproto' 'compositeproto' 'scrnsaverproto' 
'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXres-${pkgver}.tar.bz2)
+sha1sums=('31a9b7d4f7a978de36c6f1c867dced29bfe7ef0f')
+
+build() {
+  cd ${srcdir}/libXres-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXres-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 11:26:26
  Author: ibiru
Revision: 152789

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

Added:
  vte3/repos/gnome-unstable-i686/
  vte3/repos/gnome-unstable-i686/PKGBUILD
(from rev 152787, vte3/trunk/PKGBUILD)
  vte3/repos/gnome-unstable-x86_64/
  vte3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152788, vte3/trunk/PKGBUILD)

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

Copied: vte3/repos/gnome-unstable-i686/PKGBUILD (from rev 152787, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 16:26:26 UTC (rev 152789)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.31.0
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
+make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
+sha256sums=('3e5925acc9d3eefe80a11683492d94b85bb4fe0b3c33d204c123f411c0efd60f'
+'8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
+
+build() {
+  cd vte-$pkgver
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+  patch -Np1 -R -i $srcdir/make_alt_work.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+}

Copied: vte3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 152788, 
vte3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 16:26:26 UTC (rev 152789)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.31.0
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
+make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
+sha256sums=('3e5925acc9d3eefe80a11683492d94b85bb4fe0b3c33d204c123f411c0efd60f'
+'8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
+
+build() {
+  cd vte-$pkgver
+  #warning: type-punning to incomplete type might break strict-aliasing rules
+  export CFLAGS=$CFLAGS -fno-strict-aliasing
+
+  patch -Np1 -R -i $srcdir/make_alt_work.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:27:27
  Author: andyrtr
Revision: 152790

upgpkg: libxss 1.2.2-1

upstream update 1.2.2

Modified:
  libxss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:26:26 UTC (rev 152789)
+++ PKGBUILD2012-03-09 16:27:27 UTC (rev 152790)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxss
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc=X11 Screen Saver extension library
 arch=('i686' 'x86_64')
 license=('custom')
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2)
-sha1sums=('3c29efd68e26e408234c51c6d8b2edf6ab19')
+sha1sums=('7b8298eec371c33a71232e3653370a98f03c6c88')
 
 build() {
   cd ${srcdir}/libXScrnSaver-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:28:04
  Author: andyrtr
Revision: 152791

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:27:27 UTC (rev 152790)
+++ extra-i686/PKGBUILD 2012-03-09 16:28:04 UTC (rev 152791)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxss
-pkgver=1.2.1
-pkgrel=2
-pkgdesc=X11 Screen Saver extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'scrnsaverproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2)
-sha1sums=('3c29efd68e26e408234c51c6d8b2edf6ab19')
-
-build() {
-  cd ${srcdir}/libXScrnSaver-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libXScrnSaver-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxss/repos/extra-i686/PKGBUILD (from rev 152790, 
libxss/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:28:04 UTC (rev 152791)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxss
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=X11 Screen Saver extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'scrnsaverproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2)
+sha1sums=('7b8298eec371c33a71232e3653370a98f03c6c88')
+
+build() {
+  cd ${srcdir}/libXScrnSaver-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libXScrnSaver-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:27:27 UTC (rev 152790)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:28:04 UTC (rev 152791)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxss
-pkgver=1.2.1
-pkgrel=2
-pkgdesc=X11 Screen Saver extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'scrnsaverproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2)
-sha1sums=('3c29efd68e26e408234c51c6d8b2edf6ab19')
-
-build() {
-  cd ${srcdir}/libXScrnSaver-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libXScrnSaver-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxss/repos/extra-x86_64/PKGBUILD (from rev 152790, 
libxss/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:28:04 UTC (rev 152791)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxss
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=X11 Screen Saver extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'scrnsaverproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2)
+sha1sums=('7b8298eec371c33a71232e3653370a98f03c6c88')
+
+build() {
+  cd ${srcdir}/libXScrnSaver-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libXScrnSaver-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:29:54
  Author: andyrtr
Revision: 152792

upgpkg: libxtst 1.2.1-1

upstream update 1.2.1

Modified:
  libxtst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:28:04 UTC (rev 152791)
+++ PKGBUILD2012-03-09 16:29:54 UTC (rev 152792)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxtst
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc=X11 Testing -- Resource extension library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
-sha1sums=('9fb06ed599caf7f9e7115cbbfadf02b47c17aa72')
+sha1sums=('44e19899f9938d3db5546e51c338d6f86d88cfe2')
 
 build() {
   cd ${srcdir}/libXtst-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:30:31
  Author: andyrtr
Revision: 152793

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:29:54 UTC (rev 152792)
+++ extra-i686/PKGBUILD 2012-03-09 16:30:31 UTC (rev 152793)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxtst
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=X11 Testing -- Resource extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxext' 'libxi' 'recordproto' 'inputproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
-sha1sums=('9fb06ed599caf7f9e7115cbbfadf02b47c17aa72')
-
-build() {
-  cd ${srcdir}/libXtst-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXtst-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxtst/repos/extra-i686/PKGBUILD (from rev 152792, 
libxtst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:30:31 UTC (rev 152793)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxtst
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=X11 Testing -- Resource extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxext' 'libxi' 'recordproto' 'inputproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
+sha1sums=('44e19899f9938d3db5546e51c338d6f86d88cfe2')
+
+build() {
+  cd ${srcdir}/libXtst-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXtst-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:29:54 UTC (rev 152792)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:30:31 UTC (rev 152793)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxtst
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=X11 Testing -- Resource extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxext' 'libxi' 'recordproto' 'inputproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
-sha1sums=('9fb06ed599caf7f9e7115cbbfadf02b47c17aa72')
-
-build() {
-  cd ${srcdir}/libXtst-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXtst-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxtst/repos/extra-x86_64/PKGBUILD (from rev 152792, 
libxtst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:30:31 UTC (rev 152793)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxtst
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=X11 Testing -- Resource extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxext' 'libxi' 'recordproto' 'inputproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXtst-${pkgver}.tar.bz2)
+sha1sums=('44e19899f9938d3db5546e51c338d6f86d88cfe2')
+
+build() {
+  cd ${srcdir}/libXtst-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXtst-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:31:49
  Author: andyrtr
Revision: 152794

upgpkg: libxv 1.0.7-1

upstream update 1.0.7

Modified:
  libxv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:30:31 UTC (rev 152793)
+++ PKGBUILD2012-03-09 16:31:49 UTC (rev 152794)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxv
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=X11 Video extension library
 arch=('i686' 'x86_64')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
-sha1sums=('9ebb6d7936a7b247b9b0f6dc81def39a18e4214c')
+sha1sums=('49c87e0ccb66b7b1b4e72cb927f05e0835bd')
 
 build() {
   cd ${srcdir}/libXv-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:32:25
  Author: andyrtr
Revision: 152795

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:31:49 UTC (rev 152794)
+++ extra-i686/PKGBUILD 2012-03-09 16:32:25 UTC (rev 152795)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxv
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=X11 Video extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'videoproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
-sha1sums=('9ebb6d7936a7b247b9b0f6dc81def39a18e4214c')
-
-build() {
-  cd ${srcdir}/libXv-${pkgver}
-  ./configure --prefix=/usr --disable-static 
-  make
-}
-
-package() {
-  cd ${srcdir}/libXv-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxv/repos/extra-i686/PKGBUILD (from rev 152794, libxv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:32:25 UTC (rev 152795)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxv
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=X11 Video extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'videoproto')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
+sha1sums=('49c87e0ccb66b7b1b4e72cb927f05e0835bd')
+
+build() {
+  cd ${srcdir}/libXv-${pkgver}
+  ./configure --prefix=/usr --disable-static 
+  make
+}
+
+package() {
+  cd ${srcdir}/libXv-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:31:49 UTC (rev 152794)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:32:25 UTC (rev 152795)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxv
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=X11 Video extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'videoproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
-sha1sums=('9ebb6d7936a7b247b9b0f6dc81def39a18e4214c')
-
-build() {
-  cd ${srcdir}/libXv-${pkgver}
-  ./configure --prefix=/usr --disable-static 
-  make
-}
-
-package() {
-  cd ${srcdir}/libXv-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxv/repos/extra-x86_64/PKGBUILD (from rev 152794, 
libxv/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:32:25 UTC (rev 152795)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxv
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=X11 Video extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'videoproto')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
+sha1sums=('49c87e0ccb66b7b1b4e72cb927f05e0835bd')
+
+build() {
+  cd ${srcdir}/libXv-${pkgver}
+  ./configure --prefix=/usr --disable-static 
+  make
+}
+
+package() {
+  cd ${srcdir}/libXv-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:33:40
  Author: andyrtr
Revision: 152796

upgpkg: libxvmc 1.0.7-1

upstream update 1.0.7

Modified:
  libxvmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:32:25 UTC (rev 152795)
+++ PKGBUILD2012-03-09 16:33:40 UTC (rev 152796)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxvmc
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=X11 Video Motion Compensation extension library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha1sums=('4ace7e7ce6b646b5715b2efa561affc89bc87f91')
+sha1sums=('b8ee482514dfdf226694c830bdf292cc14e1cb91')
 
 build() {
   cd ${srcdir}/libXvMC-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:34:16
  Author: andyrtr
Revision: 152797

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:33:40 UTC (rev 152796)
+++ extra-i686/PKGBUILD 2012-03-09 16:34:16 UTC (rev 152797)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxvmc
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=X11 Video Motion Compensation extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxv')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha1sums=('4ace7e7ce6b646b5715b2efa561affc89bc87f91')
-
-build() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxvmc/repos/extra-i686/PKGBUILD (from rev 152796, 
libxvmc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:34:16 UTC (rev 152797)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxvmc
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=X11 Video Motion Compensation extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxv')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
+sha1sums=('b8ee482514dfdf226694c830bdf292cc14e1cb91')
+
+build() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:33:40 UTC (rev 152796)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:34:16 UTC (rev 152797)
@@ -1,28 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxvmc
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=X11 Video Motion Compensation extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxv')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
-sha1sums=('4ace7e7ce6b646b5715b2efa561affc89bc87f91')
-
-build() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXvMC-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxvmc/repos/extra-x86_64/PKGBUILD (from rev 152796, 
libxvmc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:34:16 UTC (rev 152797)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxvmc
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=X11 Video Motion Compensation extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxv')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXvMC-${pkgver}.tar.bz2)
+sha1sums=('b8ee482514dfdf226694c830bdf292cc14e1cb91')
+
+build() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXvMC-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:35:51
  Author: andyrtr
Revision: 152798

upgpkg: libxxf86dga 1.1.3-1

upstream update 1.1.3

Modified:
  libxxf86dga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:34:16 UTC (rev 152797)
+++ PKGBUILD2012-03-09 16:35:51 UTC (rev 152798)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxxf86dga
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc=X11 Direct Graphics Access extension library
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)
-sha1sums=('333a9f5c61eba896f420969561606551174645cd')
+sha1sums=('5af5d7d2f239b31035ae5b9d3e3718c833af8b56')
 
 build() {
   cd ${srcdir}/libXxf86dga-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:36:28
  Author: andyrtr
Revision: 152799

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:35:51 UTC (rev 152798)
+++ extra-i686/PKGBUILD 2012-03-09 16:36:28 UTC (rev 152799)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxxf86dga
-pkgver=1.1.2
-pkgrel=2
-pkgdesc=X11 Direct Graphics Access extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxext' 'xf86dgaproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)
-sha1sums=('333a9f5c61eba896f420969561606551174645cd')
-
-build() {
-  cd ${srcdir}/libXxf86dga-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXxf86dga-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxxf86dga/repos/extra-i686/PKGBUILD (from rev 152798, 
libxxf86dga/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:36:28 UTC (rev 152799)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxxf86dga
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=X11 Direct Graphics Access extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxext' 'xf86dgaproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)
+sha1sums=('5af5d7d2f239b31035ae5b9d3e3718c833af8b56')
+
+build() {
+  cd ${srcdir}/libXxf86dga-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXxf86dga-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:35:51 UTC (rev 152798)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:36:28 UTC (rev 152799)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxxf86dga
-pkgver=1.1.2
-pkgrel=2
-pkgdesc=X11 Direct Graphics Access extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxext' 'xf86dgaproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)
-sha1sums=('333a9f5c61eba896f420969561606551174645cd')
-
-build() {
-  cd ${srcdir}/libXxf86dga-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXxf86dga-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxxf86dga/repos/extra-x86_64/PKGBUILD (from rev 152798, 
libxxf86dga/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:36:28 UTC (rev 152799)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxxf86dga
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=X11 Direct Graphics Access extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxext' 'xf86dgaproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXxf86dga-${pkgver}.tar.bz2)
+sha1sums=('5af5d7d2f239b31035ae5b9d3e3718c833af8b56')
+
+build() {
+  cd ${srcdir}/libXxf86dga-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXxf86dga-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:37:44
  Author: andyrtr
Revision: 152800

upgpkg: libxxf86vm 1.1.2-1

upstream update 1.1.2

Modified:
  libxxf86vm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:36:28 UTC (rev 152799)
+++ PKGBUILD2012-03-09 16:37:44 UTC (rev 152800)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxxf86vm
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=X11 XFree86 video mode extension library
 arch=('x86_64' 'i686')
 license=('custom')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha1sums=('2ff2d2b3c60a5c5c0cc4e0a18492d3b7168a03af')
+sha1sums=('57bbf3bb69a49f6a6dec515813394a383f85502f')
 
 build() {
   cd ${srcdir}/libXxf86vm-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 11:38:21
  Author: andyrtr
Revision: 152801

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 16:37:44 UTC (rev 152800)
+++ extra-i686/PKGBUILD 2012-03-09 16:38:21 UTC (rev 152801)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxxf86vm
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 XFree86 video mode extension library
-arch=('x86_64' 'i686')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'xf86vidmodeproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha1sums=('2ff2d2b3c60a5c5c0cc4e0a18492d3b7168a03af')
-
-build() {
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package()
-{
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxxf86vm/repos/extra-i686/PKGBUILD (from rev 152800, 
libxxf86vm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 16:38:21 UTC (rev 152801)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxxf86vm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 XFree86 video mode extension library
+arch=('x86_64' 'i686')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'xf86vidmodeproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
+sha1sums=('57bbf3bb69a49f6a6dec515813394a383f85502f')
+
+build() {
+  cd ${srcdir}/libXxf86vm-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package()
+{
+  cd ${srcdir}/libXxf86vm-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 16:37:44 UTC (rev 152800)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:38:21 UTC (rev 152801)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxxf86vm
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 XFree86 video mode extension library
-arch=('x86_64' 'i686')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'xf86vidmodeproto')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha1sums=('2ff2d2b3c60a5c5c0cc4e0a18492d3b7168a03af')
-
-build() {
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package()
-{
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxxf86vm/repos/extra-x86_64/PKGBUILD (from rev 152800, 
libxxf86vm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 16:38:21 UTC (rev 152801)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxxf86vm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 XFree86 video mode extension library
+arch=('x86_64' 'i686')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'xf86vidmodeproto')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
+sha1sums=('57bbf3bb69a49f6a6dec515813394a383f85502f')
+
+build() {
+  cd ${srcdir}/libXxf86vm-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package()
+{
+  cd ${srcdir}/libXxf86vm-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:00:20
  Author: andyrtr
Revision: 152802

upgpkg: libdmx 1.1.2-1

upstream update 1.1.2

Modified:
  libdmx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 16:38:21 UTC (rev 152801)
+++ PKGBUILD2012-03-09 17:00:20 UTC (rev 152802)
@@ -2,17 +2,17 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdmx
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
 pkgdesc=X11 Distributed Multihead extension library
-arch=('x86_64' 'i686')
+arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('dmxproto' 'libxext')
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('49aeab743cb8b667829efda140487b69a7148676')
+sha1sums=('76956d4127ded2e6d1bb5746a6d1603ee23b442a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:01:00
  Author: andyrtr
Revision: 152803

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-09 17:00:20 UTC (rev 152802)
+++ extra-i686/PKGBUILD 2012-03-09 17:01:00 UTC (rev 152803)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libdmx
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 Distributed Multihead extension library
-arch=('x86_64' 'i686')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('dmxproto' 'libxext')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('49aeab743cb8b667829efda140487b69a7148676')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libdmx/repos/extra-i686/PKGBUILD (from rev 152802, 
libdmx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-09 17:01:00 UTC (rev 152803)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdmx
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 Distributed Multihead extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('dmxproto' 'libxext')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('76956d4127ded2e6d1bb5746a6d1603ee23b442a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-09 17:00:20 UTC (rev 152802)
+++ extra-x86_64/PKGBUILD   2012-03-09 17:01:00 UTC (rev 152803)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libdmx
-pkgver=1.1.1
-pkgrel=2
-pkgdesc=X11 Distributed Multihead extension library
-arch=('x86_64' 'i686')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('dmxproto' 'libxext')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('49aeab743cb8b667829efda140487b69a7148676')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libdmx/repos/extra-x86_64/PKGBUILD (from rev 152802, 
libdmx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-09 17:01:00 UTC (rev 152803)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdmx
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 Distributed Multihead extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('dmxproto' 'libxext')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('76956d4127ded2e6d1bb5746a6d1603ee23b442a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:06:01
  Author: andyrtr
Revision: 152804

upgpkg: imake 1.0.5-1

upstream update 1.0.5

Modified:
  imake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 17:01:00 UTC (rev 152803)
+++ PKGBUILD2012-03-09 17:06:01 UTC (rev 152804)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=imake
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc=X.Org imake program and related utilities
 arch=('i686' 'x86_64')
@@ -13,18 +13,18 @@
 optdepends=('perl: for mkhtmlindex')
 
source=(http://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2;
 
'http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.2.tar.bz2'
-
'http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.2.tar.bz2'
-
'http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.3.tar.bz2'
+
'http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2'
+
'http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.4.tar.bz2'
 
'http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.4.tar.bz2'
 'linuxconfig.patch'
 'LICENSE')
-md5sums=('48133c75bd77c127c7eff122e08ebbf6'
- 'b533c0771dbbaf9b041ff35bb941d3a2'
- '619acbb2ed766d7762f02328513b1f72'
- '4e6cb97bbecfbb34f3f644a75e513093'
- '700c6d040d36a569e657a3ba5e1d8b24'
- 'b3385d8efbbe7c7fc50ed3a96ce37a16'
- 'f5767133ef7a98a0bfa15139e0e3d32e')
+sha1sums=('1fd3dca267d125ad86583d7f9663b6ff532cddd1'
+  'a3d971a507a460233afd8ed46e9f06135fed634d'
+  'fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe'
+  '1f0f8aea1526c6c022f2cf16f7a6c67118c68336'
+  'c58b7252df481572ec1ccd77b9f1ab561ed89e45'
+  '72f2d4cc4d4cc5f85ba6982718ae1bbb7e56e0d0'
+  'c5ecffb25ad079ba3858e3aec047d046df603a89')
 
 build() {
   cd ${srcdir}/xorg-cf-files-1.0.4



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:06:42
  Author: andyrtr
Revision: 152805

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

Added:
  imake/repos/extra-i686/LICENSE
(from rev 152804, imake/trunk/LICENSE)
  imake/repos/extra-i686/PKGBUILD
(from rev 152804, imake/trunk/PKGBUILD)
  imake/repos/extra-i686/linuxconfig.patch
(from rev 152804, imake/trunk/linuxconfig.patch)
  imake/repos/extra-x86_64/LICENSE
(from rev 152804, imake/trunk/LICENSE)
  imake/repos/extra-x86_64/PKGBUILD
(from rev 152804, imake/trunk/PKGBUILD)
  imake/repos/extra-x86_64/linuxconfig.patch
(from rev 152804, imake/trunk/linuxconfig.patch)
Deleted:
  imake/repos/extra-i686/LICENSE
  imake/repos/extra-i686/PKGBUILD
  imake/repos/extra-i686/linuxconfig.patch
  imake/repos/extra-x86_64/LICENSE
  imake/repos/extra-x86_64/PKGBUILD
  imake/repos/extra-x86_64/linuxconfig.patch

+
 extra-i686/LICENSE |  262 +++
 extra-i686/PKGBUILD|  106 +++
 extra-i686/linuxconfig.patch   |   62 -
 extra-x86_64/LICENSE   |  262 +++
 extra-x86_64/PKGBUILD  |  106 +++
 extra-x86_64/linuxconfig.patch |   62 -
 6 files changed, 430 insertions(+), 430 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2012-03-09 17:06:01 UTC (rev 152804)
+++ extra-i686/LICENSE  2012-03-09 17:06:42 UTC (rev 152805)
@@ -1,131 +0,0 @@
-gccmakedep:
-
-  XFree86 code without an explicit copyright is covered by the following copy-
-  right/license:
-  
-  Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
-  
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the Software), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is fur-
-  nished to do so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-  NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-  XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
-  NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
-  Except as contained in this notice, the name of the XFree86 Project shall not
-  be used in advertising or otherwise to promote the sale, use or other deal-
-  ings in this Software without prior written authorization from the XFree86
-  Project.
-
-imake:
-
-  Copyright (c) 1985, 1986, 1987, 1998 The Open Group
-  
-  Permission to use, copy, modify, distribute, and sell this software and its
-  documentation for any purpose is hereby granted without fee, provided that
-  the above copyright notice appear in all copies and that both that
-  copyright notice and this permission notice appear in supporting
-  documentation.
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-  OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
-  Except as contained in this notice, the name of The Open Group shall not be
-  used in advertising or otherwise to promote the sale, use or other dealings
-  in this Software without prior written authorization from The Open Group.
-   *
-   * Original Author:
-   *   Todd Brunhoff
-   *   Tektronix, inc.
-   *   While a guest engineer at Project Athena, MIT
-
-lndir:
-
-  Copyright (c) 1990, 1998 The Open Group
-  
-  Permission to use, copy, modify, distribute, and sell this software and its
-  documentation for any purpose is hereby granted without fee, provided that
-  the above copyright notice appear in all copies and that both that
-  copyright notice and this permission notice appear in supporting
-  documentation.
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT 

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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:08:52
  Author: andyrtr
Revision: 152806

upgpkg: libxi 1.6.0-1

upstream update 1.6.0

Modified:
  libxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 17:06:42 UTC (rev 152805)
+++ PKGBUILD2012-03-09 17:08:52 UTC (rev 152806)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxi
-pkgver=1.5.99.3
+pkgver=1.6.0
 pkgrel=1
 pkgdesc=X11 Input extension library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 options=(!libtool)
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha1sums=('55de70d18b20341f307b80da035400ed0467c920')
+sha1sums=('b7edf48f93e8abd13ca688fa7f597452c4b74346')
 
 build() {
   cd ${srcdir}/libXi-${pkgver}



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

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:09:29
  Author: andyrtr
Revision: 152807

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

Added:
  libxi/repos/testing-i686/PKGBUILD
(from rev 152806, libxi/trunk/PKGBUILD)
  libxi/repos/testing-x86_64/PKGBUILD
(from rev 152806, libxi/trunk/PKGBUILD)
Deleted:
  libxi/repos/testing-i686/PKGBUILD
  libxi/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-09 17:08:52 UTC (rev 152806)
+++ testing-i686/PKGBUILD   2012-03-09 17:09:29 UTC (rev 152807)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxi
-pkgver=1.5.99.3
-pkgrel=1
-pkgdesc=X11 Input extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-depends=('libxext' 'inputproto')
-makedepends=('pkgconfig' 'xorg-util-macros')
-options=(!libtool)
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha1sums=('55de70d18b20341f307b80da035400ed0467c920')
-
-build() {
-  cd ${srcdir}/libXi-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxi/repos/testing-i686/PKGBUILD (from rev 152806, 
libxi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-09 17:09:29 UTC (rev 152807)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxi
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=X11 Input extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+depends=('libxext' 'inputproto')
+makedepends=('pkgconfig' 'xorg-util-macros')
+options=(!libtool)
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha1sums=('b7edf48f93e8abd13ca688fa7f597452c4b74346')
+
+build() {
+  cd ${srcdir}/libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXi-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-03-09 17:08:52 UTC (rev 152806)
+++ testing-x86_64/PKGBUILD 2012-03-09 17:09:29 UTC (rev 152807)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxi
-pkgver=1.5.99.3
-pkgrel=1
-pkgdesc=X11 Input extension library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org;
-depends=('libxext' 'inputproto')
-makedepends=('pkgconfig' 'xorg-util-macros')
-options=(!libtool)
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha1sums=('55de70d18b20341f307b80da035400ed0467c920')
-
-build() {
-  cd ${srcdir}/libXi-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxi/repos/testing-x86_64/PKGBUILD (from rev 152806, 
libxi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-09 17:09:29 UTC (rev 152807)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxi
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=X11 Input extension library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org;
+depends=('libxext' 'inputproto')
+makedepends=('pkgconfig' 'xorg-util-macros')
+options=(!libtool)
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha1sums=('b7edf48f93e8abd13ca688fa7f597452c4b74346')
+
+build() {
+  cd ${srcdir}/libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXi-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-vmware/trunk (PKGBUILD)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:11:05
  Author: andyrtr
Revision: 152808

upgpkg: xf86-video-vmware 12.0.0-1

upstream update 12.0.0

Modified:
  xf86-video-vmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 17:09:29 UTC (rev 152807)
+++ PKGBUILD2012-03-09 17:11:05 UTC (rev 152808)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-vmware
-pkgver=11.99.901
+pkgver=12.0.0
 pkgrel=1
 pkgdesc=X.org vmware video driver
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=('xorg-drivers' 'xorg')
 options=('!libtool' '!emptydirs')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b3583d024834cb2622c4cd92cbd5e566d733b193')
+sha1sums=('a0dc242481452ed69a5406b146827f4946c94316')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xf86-video-vmware/repos (4 files)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:11:42
  Author: andyrtr
Revision: 152809

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

Added:
  xf86-video-vmware/repos/testing-i686/PKGBUILD
(from rev 152808, xf86-video-vmware/trunk/PKGBUILD)
  xf86-video-vmware/repos/testing-x86_64/PKGBUILD
(from rev 152808, xf86-video-vmware/trunk/PKGBUILD)
Deleted:
  xf86-video-vmware/repos/testing-i686/PKGBUILD
  xf86-video-vmware/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-09 17:11:05 UTC (rev 152808)
+++ testing-i686/PKGBUILD   2012-03-09 17:11:42 UTC (rev 152809)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-vmware
-pkgver=11.99.901
-pkgrel=1
-pkgdesc=X.org vmware video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm')
-makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.903' 'libdrm' 'libx11' 
'libxext')
-conflicts=('xorg-server1.11.99.903')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b3583d024834cb2622c4cd92cbd5e566d733b193')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-vmware/repos/testing-i686/PKGBUILD (from rev 152808, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-09 17:11:42 UTC (rev 152809)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vmware
+pkgver=12.0.0
+pkgrel=1
+pkgdesc=X.org vmware video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm')
+makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.903' 'libdrm' 'libx11' 
'libxext')
+conflicts=('xorg-server1.11.99.903')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('a0dc242481452ed69a5406b146827f4946c94316')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-03-09 17:11:05 UTC (rev 152808)
+++ testing-x86_64/PKGBUILD 2012-03-09 17:11:42 UTC (rev 152809)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-vmware
-pkgver=11.99.901
-pkgrel=1
-pkgdesc=X.org vmware video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libdrm')
-makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.903' 'libdrm' 'libx11' 
'libxext')
-conflicts=('xorg-server1.11.99.903')
-groups=('xorg-drivers' 'xorg')
-options=('!libtool' '!emptydirs')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('b3583d024834cb2622c4cd92cbd5e566d733b193')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xf86-video-vmware/repos/testing-x86_64/PKGBUILD (from rev 152808, 
xf86-video-vmware/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-09 17:11:42 UTC (rev 152809)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-vmware
+pkgver=12.0.0
+pkgrel=1
+pkgdesc=X.org vmware video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm')
+makedepends=('pkgconfig' 'xorg-server-devel=1.11.99.903' 'libdrm' 'libx11' 
'libxext')
+conflicts=('xorg-server1.11.99.903')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool' '!emptydirs')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)

[arch-commits] Commit in xf86-input-vmmouse/trunk (2 files)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:13:20
  Author: andyrtr
Revision: 152810

upgpkg: xf86-input-vmmouse 12.8.0-1

upstream update 12.8.0

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD
Deleted:
  
xf86-input-vmmouse/trunk/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch

-+
 0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch |   89 --
 PKGBUILD|   11 -
 2 files changed, 4 insertions(+), 96 deletions(-)

Deleted: 0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
===
--- 0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch 2012-03-09 
17:11:42 UTC (rev 152809)
+++ 0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch 2012-03-09 
17:13:20 UTC (rev 152810)
@@ -1,89 +0,0 @@
-From 7aaf9f7c7aafda7561f6104fd9c1ff772ba61c6f Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Thu, 10 Nov 2011 08:07:08 +1000
-Subject: [PATCH] Deal with opaque InputOption types in ABI 14
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/vmmouse.c |   49 ++---
- 1 files changed, 34 insertions(+), 15 deletions(-)
-
-diff --git a/src/vmmouse.c b/src/vmmouse.c
-index ad014ec..285ba26 100644
 a/src/vmmouse.c
-+++ b/src/vmmouse.c
-@@ -228,11 +228,40 @@ static char reverseMap[32] = { 0,  4,  2,  6,  1,  5,  
3,  7,
- #define reverseBits(map, b)   (((b)  ~0x0f) | map[(b)  0x0f])
- 
- #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) = 12
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION)  14
-+
-+static InputOption*
-+input_option_new(InputOption *list, char *key, char *value)
-+{
-+   InputOption *new;
-+
-+   new = calloc(1, sizeof(InputOption));
-+   new-key = key;
-+   new-value = value;
-+   new-next = list;
-+   return new;
-+}
-+
-+static void
-+input_option_free_list(InputOption **opts)
-+{
-+   InputOption *tmp = *opts;
-+   while(*opts)
-+   {
-+  tmp = (*opts)-next;
-+  free((*opts)-key);
-+  free((*opts)-value);
-+  free((*opts));
-+  *opts = tmp;
-+   }
-+}
-+#endif
-+
- static int
- VMMouseInitPassthru(InputDriverPtr drv, InputInfoPtr pInfo, int flags)
- {
-InputAttributes *attrs = NULL;
--   InputOption *input_options = NULL, *tmp, *opts;
-+   InputOption *input_options = NULL;
-pointer options;
-DeviceIntPtr dev;
-int rc;
-@@ -241,25 +270,15 @@ VMMouseInitPassthru(InputDriverPtr drv, InputInfoPtr 
pInfo, int flags)
-options = xf86ReplaceStrOption(options, Driver, mouse);
- 
-while(options) {
--  tmp = calloc(1, sizeof(InputOption));
--  tmp-key = xf86OptionName(options);
--  tmp-value = xf86OptionValue(options);
--  tmp-next = input_options;
--  input_options = tmp;
-+  input_options = input_option_new(input_options,
-+   xf86OptionName(options),
-+   xf86OptionValue(options));
-   options = xf86NextOption(options);
-}
- 
-rc = NewInputDeviceRequest(input_options, attrs, dev);
- 
--   opts = input_options;
--   tmp = opts;
--   while(opts) {
--  tmp = opts-next;
--  free(opts-key);
--  free(opts-value);
--  free(opts);
--  opts = tmp;
--   }
-+   input_option_free_list(input_options);
- 
-return rc;
- }
--- 
-1.7.7
-

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 17:11:42 UTC (rev 152809)
+++ PKGBUILD2012-03-09 17:13:20 UTC (rev 152810)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-input-vmmouse
-pkgver=12.7.0
-pkgrel=4
+pkgver=12.8.0
+pkgrel=1
 pkgdesc=X.org VMWare Mouse input driver
 arch=(i686 x86_64)
 license=('custom')
@@ -14,14 +14,11 @@
 groups=('xorg-drivers' 'xorg')
 backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch)
-sha1sums=('6618f84a037c8f4817e1a2822d6a5a795814e544'
-  '71283328a23e4b33e73164b40252fcd593b54e07')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ecca90d5e992f9358f7932e0c46e92ebe715f9de')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i 
${srcdir}/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
   ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d
   make
 }



[arch-commits] Commit in xf86-input-vmmouse/repos (6 files)

2012-03-09 Thread andyrtr
Date: Friday, March 9, 2012 @ 12:13:57
  Author: andyrtr
Revision: 152811

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

Added:
  xf86-input-vmmouse/repos/testing-i686/PKGBUILD
(from rev 152810, xf86-input-vmmouse/trunk/PKGBUILD)
  xf86-input-vmmouse/repos/testing-x86_64/PKGBUILD
(from rev 152810, xf86-input-vmmouse/trunk/PKGBUILD)
Deleted:
  
xf86-input-vmmouse/repos/testing-i686/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
  xf86-input-vmmouse/repos/testing-i686/PKGBUILD
  
xf86-input-vmmouse/repos/testing-x86_64/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
  xf86-input-vmmouse/repos/testing-x86_64/PKGBUILD

+
 testing-i686/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch   |   89 
--
 testing-i686/PKGBUILD  |   67 
+++
 testing-x86_64/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch |   89 
--
 testing-x86_64/PKGBUILD|   67 
+++
 4 files changed, 64 insertions(+), 248 deletions(-)

Deleted: testing-i686/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
===
--- testing-i686/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
2012-03-09 17:13:20 UTC (rev 152810)
+++ testing-i686/0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch
2012-03-09 17:13:57 UTC (rev 152811)
@@ -1,89 +0,0 @@
-From 7aaf9f7c7aafda7561f6104fd9c1ff772ba61c6f Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Thu, 10 Nov 2011 08:07:08 +1000
-Subject: [PATCH] Deal with opaque InputOption types in ABI 14
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- src/vmmouse.c |   49 ++---
- 1 files changed, 34 insertions(+), 15 deletions(-)
-
-diff --git a/src/vmmouse.c b/src/vmmouse.c
-index ad014ec..285ba26 100644
 a/src/vmmouse.c
-+++ b/src/vmmouse.c
-@@ -228,11 +228,40 @@ static char reverseMap[32] = { 0,  4,  2,  6,  1,  5,  
3,  7,
- #define reverseBits(map, b)   (((b)  ~0x0f) | map[(b)  0x0f])
- 
- #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) = 12
-+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION)  14
-+
-+static InputOption*
-+input_option_new(InputOption *list, char *key, char *value)
-+{
-+   InputOption *new;
-+
-+   new = calloc(1, sizeof(InputOption));
-+   new-key = key;
-+   new-value = value;
-+   new-next = list;
-+   return new;
-+}
-+
-+static void
-+input_option_free_list(InputOption **opts)
-+{
-+   InputOption *tmp = *opts;
-+   while(*opts)
-+   {
-+  tmp = (*opts)-next;
-+  free((*opts)-key);
-+  free((*opts)-value);
-+  free((*opts));
-+  *opts = tmp;
-+   }
-+}
-+#endif
-+
- static int
- VMMouseInitPassthru(InputDriverPtr drv, InputInfoPtr pInfo, int flags)
- {
-InputAttributes *attrs = NULL;
--   InputOption *input_options = NULL, *tmp, *opts;
-+   InputOption *input_options = NULL;
-pointer options;
-DeviceIntPtr dev;
-int rc;
-@@ -241,25 +270,15 @@ VMMouseInitPassthru(InputDriverPtr drv, InputInfoPtr 
pInfo, int flags)
-options = xf86ReplaceStrOption(options, Driver, mouse);
- 
-while(options) {
--  tmp = calloc(1, sizeof(InputOption));
--  tmp-key = xf86OptionName(options);
--  tmp-value = xf86OptionValue(options);
--  tmp-next = input_options;
--  input_options = tmp;
-+  input_options = input_option_new(input_options,
-+   xf86OptionName(options),
-+   xf86OptionValue(options));
-   options = xf86NextOption(options);
-}
- 
-rc = NewInputDeviceRequest(input_options, attrs, dev);
- 
--   opts = input_options;
--   tmp = opts;
--   while(opts) {
--  tmp = opts-next;
--  free(opts-key);
--  free(opts-value);
--  free(opts);
--  opts = tmp;
--   }
-+   input_option_free_list(input_options);
- 
-return rc;
- }
--- 
-1.7.7
-

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-03-09 17:13:20 UTC (rev 152810)
+++ testing-i686/PKGBUILD   2012-03-09 17:13:57 UTC (rev 152811)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-input-vmmouse
-pkgver=12.7.0
-pkgrel=4
-pkgdesc=X.org VMWare Mouse input driver
-arch=(i686 x86_64)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('glibc' 'sh')
-makedepends=('xorg-server-devel=1.11.99.902')
-conflicts=('xorg-server1.11.99.902')
-groups=('xorg-drivers' 'xorg')
-backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
-options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-0001-Deal-with-opaque-InputOption-types-in-ABI-14.patch)
-sha1sums=('6618f84a037c8f4817e1a2822d6a5a795814e544'
-  

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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 12:17:59
  Author: ibiru
Revision: 152812

update to 0.11

Modified:
  libgdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 17:13:57 UTC (rev 152811)
+++ PKGBUILD2012-03-09 17:17:59 UTC (rev 152812)
@@ -2,25 +2,25 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libgdata
-pkgver=0.10.1
+pkgver=0.11.0
 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')
-makedepends=('pkgconfig' 'intltool' 'gobject-introspection')
+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=('d7f27b1019905792246336599cadc7470b362806ed5e2c038a9f7c0da257f6ef')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('819a077fab77cca9408409bf86da5b028699972c2c9bbf96e41755f801acea6b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 12:21:56
  Author: ibiru
Revision: 152813

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 152812, libgdata/trunk/PKGBUILD)
  libgdata/repos/gnome-unstable-x86_64/
  libgdata/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152812, 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 152812, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-09 17:21:56 UTC (rev 152813)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.11.0
+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')
+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=('819a077fab77cca9408409bf86da5b028699972c2c9bbf96e41755f801acea6b')
+
+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 152812, 
libgdata/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-09 17:21:56 UTC (rev 152813)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.11.0
+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')
+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=('819a077fab77cca9408409bf86da5b028699972c2c9bbf96e41755f801acea6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-03-09 Thread Dave Reisner
Date: Friday, March 9, 2012 @ 12:34:09
  Author: dreisner
Revision: 152814

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

Added:
  kmod/repos/core-i686/PKGBUILD
(from rev 152813, kmod/repos/testing-i686/PKGBUILD)
  kmod/repos/core-i686/depmod-search.conf
(from rev 152813, kmod/repos/testing-i686/depmod-search.conf)
Deleted:
  
kmod/repos/core-i686/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch
  
kmod/repos/core-i686/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch
  kmod/repos/core-i686/PKGBUILD
  kmod/repos/core-i686/depmod-search.conf
  kmod/repos/testing-i686/

-+
 0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch |   28 --
 0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch |   39 ---
 PKGBUILD|  117 
--
 depmod-search.conf  |   10 
 4 files changed, 58 insertions(+), 136 deletions(-)

Deleted: 
core-i686/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch
===
--- core-i686/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch   
2012-03-09 17:21:56 UTC (rev 152813)
+++ core-i686/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch   
2012-03-09 17:34:09 UTC (rev 152814)
@@ -1,28 +0,0 @@
-From 269de2e0bf5011072da2f40f4f2d4023fad696b9 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Tue, 7 Feb 2012 09:48:59 -0200
-Subject: [PATCH] libkmod-module: probe: Fix ignore-loaded flag not being
- applied
-

- TODO |3 +++
- libkmod/libkmod-module.c |3 ++-
- 2 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
-index 0af3e2e..b5eb7c9 100644
 a/libkmod/libkmod-module.c
-+++ b/libkmod/libkmod-module.c
-@@ -1132,7 +1132,8 @@ KMOD_EXPORT int kmod_module_probe_insert_module(struct 
kmod_module *mod,
-   if (mod == NULL)
-   return -ENOENT;
- 
--  if (module_is_inkernel(mod)) {
-+  if (!(flags  KMOD_PROBE_IGNORE_LOADED)
-+   module_is_inkernel(mod)) {
-   if (flags  KMOD_PROBE_FAIL_ON_LOADED)
-   return -EEXIST;
-   else
--- 
-1.7.9
-

Deleted: 
core-i686/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch
===
--- core-i686/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch   
2012-03-09 17:21:56 UTC (rev 152813)
+++ core-i686/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch   
2012-03-09 17:34:09 UTC (rev 152814)
@@ -1,39 +0,0 @@
-From 8cd0f9e4f9f5c093136a7a2c0c2998b9dd203161 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Sat, 11 Feb 2012 19:45:29 -0200
-Subject: [PATCH] libkmod-module: probe: fix infinite loop with softdeps
-
-If a softdep depends on a module in the dependency list of the module
-being inserted, we would enter and infinite loop.
-
-Move the mod-visited = true assignment to the proper place, hoping it
-didn't break other use cases. This is a bug that comes and goes every
-now and then. Since we have a testsuite now, a test for this should be
-written.

- libkmod/libkmod-module.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
-index b5eb7c9..835896f 100644
 a/libkmod/libkmod-module.c
-+++ b/libkmod/libkmod-module.c
-@@ -1013,7 +1013,6 @@ static int __kmod_module_fill_softdep(struct kmod_module 
*mod,
-   goto fail;
-   }
-   *list = l;
--  mod-visited = true;
-   mod-ignorecmd = (pre != NULL || post != NULL);
- 
-   kmod_list_foreach(l, post) {
-@@ -1043,6 +1042,7 @@ static int __kmod_module_get_probe_list(struct 
kmod_module *mod,
-   mod-name);
-   return 0;
-   }
-+  mod-visited = true;
- 
-   dep = kmod_module_get_dependencies(mod);
-   kmod_list_foreach(l, dep) {
--- 
-1.7.9
-

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-03-09 17:21:56 UTC (rev 152813)
+++ core-i686/PKGBUILD  2012-03-09 17:34:09 UTC (rev 152814)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=kmod
-pkgver=5
-pkgrel=4
-pkgdesc=Linux kernel module handling
-arch=('i686' 'x86_64')
-url=http://git.profusion.mobi/cgit.cgi/kmod.git;
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-provides=('module-init-tools=3.16')
-conflicts=('module-init-tools')
-replaces=('module-init-tools')
-source=(http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz;
-

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

2012-03-09 Thread Dave Reisner
Date: Friday, March 9, 2012 @ 12:34:10
  Author: dreisner
Revision: 152815

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

Added:
  kmod/repos/core-x86_64/PKGBUILD
(from rev 152813, kmod/repos/testing-x86_64/PKGBUILD)
  kmod/repos/core-x86_64/depmod-search.conf
(from rev 152813, kmod/repos/testing-x86_64/depmod-search.conf)
Deleted:
  
kmod/repos/core-x86_64/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch
  
kmod/repos/core-x86_64/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch
  kmod/repos/core-x86_64/PKGBUILD
  kmod/repos/core-x86_64/depmod-search.conf
  kmod/repos/testing-x86_64/

-+
 0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch |   28 --
 0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch |   39 ---
 PKGBUILD|  117 
--
 depmod-search.conf  |   10 
 4 files changed, 58 insertions(+), 136 deletions(-)

Deleted: 
core-x86_64/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch
===
--- core-x86_64/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch 
2012-03-09 17:34:09 UTC (rev 152814)
+++ core-x86_64/0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch 
2012-03-09 17:34:10 UTC (rev 152815)
@@ -1,28 +0,0 @@
-From 269de2e0bf5011072da2f40f4f2d4023fad696b9 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Tue, 7 Feb 2012 09:48:59 -0200
-Subject: [PATCH] libkmod-module: probe: Fix ignore-loaded flag not being
- applied
-

- TODO |3 +++
- libkmod/libkmod-module.c |3 ++-
- 2 files changed, 5 insertions(+), 1 deletions(-)
-
-diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
-index 0af3e2e..b5eb7c9 100644
 a/libkmod/libkmod-module.c
-+++ b/libkmod/libkmod-module.c
-@@ -1132,7 +1132,8 @@ KMOD_EXPORT int kmod_module_probe_insert_module(struct 
kmod_module *mod,
-   if (mod == NULL)
-   return -ENOENT;
- 
--  if (module_is_inkernel(mod)) {
-+  if (!(flags  KMOD_PROBE_IGNORE_LOADED)
-+   module_is_inkernel(mod)) {
-   if (flags  KMOD_PROBE_FAIL_ON_LOADED)
-   return -EEXIST;
-   else
--- 
-1.7.9
-

Deleted: 
core-x86_64/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch
===
--- core-x86_64/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch 
2012-03-09 17:34:09 UTC (rev 152814)
+++ core-x86_64/0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch 
2012-03-09 17:34:10 UTC (rev 152815)
@@ -1,39 +0,0 @@
-From 8cd0f9e4f9f5c093136a7a2c0c2998b9dd203161 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.demar...@profusion.mobi
-Date: Sat, 11 Feb 2012 19:45:29 -0200
-Subject: [PATCH] libkmod-module: probe: fix infinite loop with softdeps
-
-If a softdep depends on a module in the dependency list of the module
-being inserted, we would enter and infinite loop.
-
-Move the mod-visited = true assignment to the proper place, hoping it
-didn't break other use cases. This is a bug that comes and goes every
-now and then. Since we have a testsuite now, a test for this should be
-written.

- libkmod/libkmod-module.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
-index b5eb7c9..835896f 100644
 a/libkmod/libkmod-module.c
-+++ b/libkmod/libkmod-module.c
-@@ -1013,7 +1013,6 @@ static int __kmod_module_fill_softdep(struct kmod_module 
*mod,
-   goto fail;
-   }
-   *list = l;
--  mod-visited = true;
-   mod-ignorecmd = (pre != NULL || post != NULL);
- 
-   kmod_list_foreach(l, post) {
-@@ -1043,6 +1042,7 @@ static int __kmod_module_get_probe_list(struct 
kmod_module *mod,
-   mod-name);
-   return 0;
-   }
-+  mod-visited = true;
- 
-   dep = kmod_module_get_dependencies(mod);
-   kmod_list_foreach(l, dep) {
--- 
-1.7.9
-

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-03-09 17:34:09 UTC (rev 152814)
+++ core-x86_64/PKGBUILD2012-03-09 17:34:10 UTC (rev 152815)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=kmod
-pkgver=5
-pkgrel=4
-pkgdesc=Linux kernel module handling
-arch=('i686' 'x86_64')
-url=http://git.profusion.mobi/cgit.cgi/kmod.git;
-license=('GPL2')
-depends=('glibc' 'zlib')
-options=('!libtool')
-provides=('module-init-tools=3.16')
-conflicts=('module-init-tools')
-replaces=('module-init-tools')

[arch-commits] Commit in deluge/trunk (9 files)

2012-03-09 Thread Jan Steffens
Date: Friday, March 9, 2012 @ 12:50:37
  Author: heftig
Revision: 152816

1.3.4. revamp scripts

Added:
  deluge/trunk/deluge-web.service
  deluge/trunk/deluge.tmpfiles.conf
  deluge/trunk/deluged.conf
(from rev 152801, deluge/trunk/deluged.conf.d)
  deluge/trunk/deluged.service
Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluge-web   (contents, properties)
  deluge/trunk/deluge.install
  deluge/trunk/deluged  (contents, properties)
Deleted:
  deluge/trunk/deluged.conf.d

--+
 PKGBUILD |   31 +++
 deluge-web   |   13 -
 deluge-web.service   |8 
 deluge.install   |   16 
 deluge.tmpfiles.conf |1 +
 deluged  |   13 ++---
 deluged.conf |2 ++
 deluged.conf.d   |1 -
 deluged.service  |9 +
 9 files changed, 61 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 17:34:10 UTC (rev 152815)
+++ PKGBUILD2012-03-09 17:50:37 UTC (rev 152816)
@@ -4,8 +4,8 @@
 # Contributor: Hugo Doria h...@archlinux.org
 
 pkgname=deluge
-pkgver=1.3.3
-pkgrel=5
+pkgver=1.3.4
+pkgrel=1
 pkgdesc=A BitTorrent client with multiple user interfaces in a client/server 
model
 arch=('any')
 url=http://deluge-torrent.org/;
@@ -21,19 +21,22 @@
 backup=(etc/conf.d/deluged)
 install=deluge.install
 source=(http://download.deluge-torrent.org/source/$pkgname-$pkgver.tar.bz2
-deluged deluged.conf.d deluge-web)
-md5sums=('4027c60bb5d1c5da61e97a47e62ab1ab'
- '7d5790eeb14cd0b47d1bb3e0a19c9935'
- '332d23fe0d21ce92b494efd73322856c'
- '6c913ec7322eaa60494ac9d53103005f')
+deluge.tmpfiles.conf deluged deluge-web deluged.service 
deluge-web.service deluged.conf)
+md5sums=('44166604853180bb44de2d86b3705bf7'
+ 'c50385d32a2db0ef3f46b8caadb0e988'
+ 'd58897b9deab9c46c1cff24c30e0f92a'
+ '358dcf943f2251abee6caac62cb10f40'
+ '496f1709ca609e65b8bd592c3705f596'
+ '6a30f7a98ee234b08e255e81f08a65d8'
+ '71d556cf7ce3bb59391797827347e80c')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
   install -Dm644 deluge/data/pixmaps/deluge.svg 
$pkgdir/usr/share/pixmaps/deluge.svg
 
@@ -42,8 +45,12 @@
   -i $_dir/Win32IconImagePlugin.py \
   -i $_dir/web/gen_gettext.py
 
+  cd ..
   install -d $pkgdir/srv/deluge
-  install -D $srcdir/deluged $pkgdir/etc/rc.d/deluged
-  install -D $srcdir/deluge-web $pkgdir/etc/rc.d/deluge-web
-  install -Dm644 $srcdir/deluged.conf.d $pkgdir/etc/conf.d/deluged
+  install -Dm644 deluge.tmpfiles.conf $pkgdir/usr/lib/tmpfiles.d/deluge.conf
+  install -D deluged $pkgdir/etc/rc.d/deluged
+  install -D deluge-web $pkgdir/etc/rc.d/deluge-web
+  install -Dm644 deluged.service $pkgdir/lib/systemd/system/deluged.service
+  install -Dm644 deluge-web.service 
$pkgdir/lib/systemd/system/deluge-web.service
+  install -Dm644 deluged.conf $pkgdir/etc/conf.d/deluged
 }

Modified: deluge-web
===
--- deluge-web  2012-03-09 17:34:10 UTC (rev 152815)
+++ deluge-web  2012-03-09 17:50:37 UTC (rev 152816)
@@ -4,18 +4,21 @@
 . /etc/rc.d/functions
 . /etc/conf.d/deluged
 
-[[ -f /var/run/deluge-web.pid ]]  PID=$(cat /var/run/deluge-web.pid)
-[[ -d /proc/$PID ]] || PID=
+PIDFILE=/run/deluge/deluge-web.pid
+WEB_OPTIONS=-f $WEB_OPTIONS
 
+[[ -f $PIDFILE ]]  PID=$($PIDFILE)
+kill -0 $PID || PID=
+
 case $1 in
   start)
 stat_busy Starting Deluge WebUI
-[[ -z $PID ]]  su -l -s /bin/sh -c /usr/bin/deluge-web -f /dev/null 
$DELUGE_USER
+[[ -z $PID ]]  su -l -s /bin/sh -c /usr/bin/deluge-web $WEB_OPTIONS 
/dev/null deluge
 if [ $? -gt 0 ]; then
   stat_fail
 else
   sleep 1
-  echo $(pgrep -u $DELUGE_USER deluge-web)  /var/run/deluge-web.pid
+  echo $(pgrep -u deluge deluge-web)  $PIDFILE
   add_daemon deluge-web
   stat_done
 fi
@@ -26,7 +29,7 @@
 if [ $? -gt 0 ]; then
   stat_fail
 else
-  rm /var/run/deluge-web.pid
+  rm $PIDFILE
   rm_daemon deluge-web
   stat_done
 fi


Property changes on: deluge/trunk/deluge-web
___
Added: svn:executable
## -0,0 +1 ##
+*
Added: deluge-web.service
===
--- deluge-web.service  (rev 0)
+++ deluge-web.service  2012-03-09 17:50:37 UTC (rev 152816)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Deluge WebUI
+After=deluged.service
+
+[Service]
+User=deluge
+EnvironmentFile=/etc/conf.d/deluged
+ExecStart=/usr/bin/deluge-web $WEB_OPTIONS

Modified: deluge.install

  1   2   >