[arch-commits] Commit in pcmciautils/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:52
  Author: tomegun
Revision: 155316

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

Added:
  pcmciautils/repos/testing-i686/
  pcmciautils/repos/testing-i686/PKGBUILD
(from rev 155315, pcmciautils/repos/staging-i686/PKGBUILD)
Deleted:
  pcmciautils/repos/staging-i686/

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

Copied: pcmciautils/repos/testing-i686/PKGBUILD (from rev 155315, 
pcmciautils/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:52:52 UTC (rev 155316)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=pcmciautils
+pkgver=018
+pkgrel=3
+pkgdesc=Utilities for inserting and removing PCMCIA cards
+arch=(i686 x86_64)
+url=http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html;
+license=('GPL')
+groups=('base')
+# sysfsutils will not be required in the next release
+depends=('udev' 'sysfsutils')
+conflicts=('pcmcia-cs')
+# 
source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2)
 broken due to breakin
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's,/usr/bin/install,install,g;
+ s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')



[arch-commits] Commit in pcmciautils/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:53
  Author: tomegun
Revision: 155317

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

Added:
  pcmciautils/repos/testing-x86_64/
  pcmciautils/repos/testing-x86_64/PKGBUILD
(from rev 155315, pcmciautils/repos/staging-x86_64/PKGBUILD)
Deleted:
  pcmciautils/repos/staging-x86_64/

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

Copied: pcmciautils/repos/testing-x86_64/PKGBUILD (from rev 155315, 
pcmciautils/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:52:53 UTC (rev 155317)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=pcmciautils
+pkgver=018
+pkgrel=3
+pkgdesc=Utilities for inserting and removing PCMCIA cards
+arch=(i686 x86_64)
+url=http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html;
+license=('GPL')
+groups=('base')
+# sysfsutils will not be required in the next release
+depends=('udev' 'sysfsutils')
+conflicts=('pcmcia-cs')
+# 
source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2)
 broken due to breakin
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+options=(!makeflags)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's,/usr/bin/install,install,g;
+ s,/lib/udev,/usr/lib/udev,g' Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('964c802994677a71b38ec56554aa229f')



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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:54
  Author: tomegun
Revision: 155318

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

Added:
  udev/repos/testing-i686/
  
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155315, 
udev/repos/staging-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-i686/0002-reinstate-TIMEOUT-handling.patch
(from rev 155315, 
udev/repos/staging-i686/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-i686/PKGBUILD
(from rev 155315, udev/repos/staging-i686/PKGBUILD)
  udev/repos/testing-i686/initcpio-hooks-udev
(from rev 155315, udev/repos/staging-i686/initcpio-hooks-udev)
  udev/repos/testing-i686/initcpio-install-udev
(from rev 155315, udev/repos/staging-i686/initcpio-install-udev)
  udev/repos/testing-i686/udev.install
(from rev 155315, udev/repos/staging-i686/udev.install)
Deleted:
  udev/repos/staging-i686/

-+
 0001-split-usr-always-read-config-files-from-lib-udev.patch |   80 +
 0002-reinstate-TIMEOUT-handling.patch   |  146 ++
 PKGBUILD|   75 +
 initcpio-hooks-udev |9 
 initcpio-install-udev   |   26 +
 udev.install|   59 
 6 files changed, 395 insertions(+)

Copied: 
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
 (from rev 155315, 
udev/repos/staging-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch)
===
--- testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
(rev 0)
+++ testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
2012-04-01 19:52:54 UTC (rev 155318)
@@ -0,0 +1,80 @@
+From f2bdace5bb68d4f3162f886b27210762d8b115b8 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 3 Mar 2012 12:28:15 +0100
+Subject: [PATCH 1/2] split /usr: always read config files from /lib/udev
+
+This means we don't need a flagday in order to move udev to use
+/usr/lib/udev/rules.d
+---
+ src/libudev.c |   25 -
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
+diff --git a/src/libudev.c b/src/libudev.c
+index be24329..754d713 100644
+--- a/src/libudev.c
 b/src/libudev.c
+@@ -43,8 +43,8 @@ struct udev {
+ void *userdata;
+ char *sys_path;
+ char *dev_path;
+-char *rules_path[4];
+-unsigned long long rules_path_ts[4];
++char *rules_path[5];
++unsigned long long rules_path_ts[5];
+ int rules_path_count;
+ char *run_path;
+ struct udev_list properties_list;
+@@ -255,21 +255,26 @@ UDEV_EXPORT struct udev *udev_new(void)
+ goto err;
+ 
+ if (udev-rules_path[0] == NULL) {
+-/* /usr/lib/udev -- system rules */
+-udev-rules_path[0] = strdup(PKGLIBEXECDIR /rules.d);
++/* /lib/udev -- compat for system rules */
++udev-rules_path[0] = strdup(/lib/udev/rules.d);
+ if (!udev-rules_path[0])
++   goto err;
++
++/* /usr/lib/udev -- system rules */
++udev-rules_path[1] = strdup(PKGLIBEXECDIR /rules.d);
++if (!udev-rules_path[1])
+ goto err;
+ 
+ /* /etc/udev -- local administration rules */
+-udev-rules_path[1] = strdup(SYSCONFDIR /udev/rules.d);
+-if (!udev-rules_path[1])
++udev-rules_path[2] = strdup(SYSCONFDIR /udev/rules.d);
++if (!udev-rules_path[2])
+ goto err;
+ 
+ /* /run/udev -- runtime rules */
+-if (asprintf(udev-rules_path[2], %s/rules.d, 
udev-run_path)  0)
++if (asprintf(udev-rules_path[3], %s/rules.d, 
udev-run_path)  0)
+ goto err;
+ 
+-udev-rules_path_count = 3;
++udev-rules_path_count = 4;
+ }
+ 
+ dbg(udev, context %p created\n, udev);
+@@ -278,7 +283,8 @@ UDEV_EXPORT struct udev *udev_new(void)
+ dbg(udev, dev_path='%s'\n, udev-dev_path);
+ dbg(udev, sys_path='%s'\n, udev-sys_path);
+ dbg(udev, run_path='%s'\n, udev-run_path);
+-dbg(udev, rules_path='%s':'%s':'%s'\n, udev-rules_path[0], 
udev-rules_path[1], udev-rules_path[2]);
++dbg(udev, rules_path='%s':'%s':'%s':'%s'\n, udev-rules_path[0], 
udev-rules_path[1],
++  udev-rules_path[2], udev-rules_path[3]);
+ free(config_file);
+ return udev;
+ err:
+@@ -325,6 +331,7 @@ UDEV_EXPORT void udev_unref(struct udev *udev)
+ 

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:56
  Author: tomegun
Revision: 155319

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

Added:
  udev/repos/testing-x86_64/
  
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155315, 
udev/repos/staging-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-x86_64/0002-reinstate-TIMEOUT-handling.patch
(from rev 155315, 
udev/repos/staging-x86_64/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-x86_64/PKGBUILD
(from rev 155315, udev/repos/staging-x86_64/PKGBUILD)
  udev/repos/testing-x86_64/initcpio-hooks-udev
(from rev 155315, udev/repos/staging-x86_64/initcpio-hooks-udev)
  udev/repos/testing-x86_64/initcpio-install-udev
(from rev 155315, udev/repos/staging-x86_64/initcpio-install-udev)
  udev/repos/testing-x86_64/udev.install
(from rev 155315, udev/repos/staging-x86_64/udev.install)
Deleted:
  udev/repos/staging-x86_64/

-+
 0001-split-usr-always-read-config-files-from-lib-udev.patch |   80 +
 0002-reinstate-TIMEOUT-handling.patch   |  146 ++
 PKGBUILD|   75 +
 initcpio-hooks-udev |9 
 initcpio-install-udev   |   26 +
 udev.install|   59 
 6 files changed, 395 insertions(+)

Copied: 
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
 (from rev 155315, 
udev/repos/staging-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch)
===
--- testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch  
(rev 0)
+++ testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch  
2012-04-01 19:52:56 UTC (rev 155319)
@@ -0,0 +1,80 @@
+From f2bdace5bb68d4f3162f886b27210762d8b115b8 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 3 Mar 2012 12:28:15 +0100
+Subject: [PATCH 1/2] split /usr: always read config files from /lib/udev
+
+This means we don't need a flagday in order to move udev to use
+/usr/lib/udev/rules.d
+---
+ src/libudev.c |   25 -
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
+diff --git a/src/libudev.c b/src/libudev.c
+index be24329..754d713 100644
+--- a/src/libudev.c
 b/src/libudev.c
+@@ -43,8 +43,8 @@ struct udev {
+ void *userdata;
+ char *sys_path;
+ char *dev_path;
+-char *rules_path[4];
+-unsigned long long rules_path_ts[4];
++char *rules_path[5];
++unsigned long long rules_path_ts[5];
+ int rules_path_count;
+ char *run_path;
+ struct udev_list properties_list;
+@@ -255,21 +255,26 @@ UDEV_EXPORT struct udev *udev_new(void)
+ goto err;
+ 
+ if (udev-rules_path[0] == NULL) {
+-/* /usr/lib/udev -- system rules */
+-udev-rules_path[0] = strdup(PKGLIBEXECDIR /rules.d);
++/* /lib/udev -- compat for system rules */
++udev-rules_path[0] = strdup(/lib/udev/rules.d);
+ if (!udev-rules_path[0])
++   goto err;
++
++/* /usr/lib/udev -- system rules */
++udev-rules_path[1] = strdup(PKGLIBEXECDIR /rules.d);
++if (!udev-rules_path[1])
+ goto err;
+ 
+ /* /etc/udev -- local administration rules */
+-udev-rules_path[1] = strdup(SYSCONFDIR /udev/rules.d);
+-if (!udev-rules_path[1])
++udev-rules_path[2] = strdup(SYSCONFDIR /udev/rules.d);
++if (!udev-rules_path[2])
+ goto err;
+ 
+ /* /run/udev -- runtime rules */
+-if (asprintf(udev-rules_path[2], %s/rules.d, 
udev-run_path)  0)
++if (asprintf(udev-rules_path[3], %s/rules.d, 
udev-run_path)  0)
+ goto err;
+ 
+-udev-rules_path_count = 3;
++udev-rules_path_count = 4;
+ }
+ 
+ dbg(udev, context %p created\n, udev);
+@@ -278,7 +283,8 @@ UDEV_EXPORT struct udev *udev_new(void)
+ dbg(udev, dev_path='%s'\n, udev-dev_path);
+ dbg(udev, sys_path='%s'\n, udev-sys_path);
+ dbg(udev, run_path='%s'\n, udev-run_path);
+-dbg(udev, rules_path='%s':'%s':'%s'\n, udev-rules_path[0], 
udev-rules_path[1], udev-rules_path[2]);
++dbg(udev, rules_path='%s':'%s':'%s':'%s'\n, udev-rules_path[0], 
udev-rules_path[1],
++  udev-rules_path[2], udev-rules_path[3]);
+ free(config_file);
+ return udev;
+ err:
+@@ -325,6 +331,7 @@ UDEV_EXPORT void udev_unref(struct udev 

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:56
  Author: tomegun
Revision: 155320

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 155315, bluez/repos/staging-i686/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.conf.d
(from rev 155315, bluez/repos/staging-i686/bluetooth.conf.d)
  bluez/repos/testing-i686/rc.bluetooth
(from rev 155315, bluez/repos/staging-i686/rc.bluetooth)
Deleted:
  bluez/repos/staging-i686/

--+
 PKGBUILD |   84 
 bluetooth.conf.d |   30 +++
 rc.bluetooth |  100 +
 3 files changed, 214 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 155315, 
bluez/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:52:56 UTC (rev 155320)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.99
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'udev')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+dbus-python: to run bluez-simple-agent
+pygobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+
+  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+  rm ${pkgdir}/usr/lib/udev/rules.d/97-bluetooth.rules
+}
+md5sums=('2387053eb5a7b02f37df4871df022a02'
+ '7412982b440f29fa7f76a41a87fef985'
+ '8f9498707f809506928b2e480d3b6789')

Copied: bluez/repos/testing-i686/bluetooth.conf.d (from rev 155315, 
bluez/repos/staging-i686/bluetooth.conf.d)
===
--- testing-i686/bluetooth.conf.d   (rev 0)
+++ testing-i686/bluetooth.conf.d   2012-04-01 19:52:56 UTC (rev 155320)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth services (allowed values are true and false)
+
+# Run the bluetoothd daemon (default: true)
+#DAEMON_ENABLE=false
+
+# Run the sdp daemon (default: false)
+# If this is disabled, hcid's internal sdp daemon will be used
+#SDPD_ENABLE=true
+
+# Run the bluetooth HID daemon (default: false)
+#HIDD_ENABLE=true
+
+# Activate rfcomm ports (default: false)
+#RFCOMM_ENABLE=true
+
+# Run bluetooth dial-up networking daemon (default: false)
+#DUND_ENABLE=true
+
+# Run bluetooth PAN daemon (default: false)
+#PAND_ENABLE=true
+
+# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
+#RFCOMM_CONFIG=/etc/bluetooth/rfcomm.conf
+
+# Options for hidd, dund and pand (default: none)
+HIDD_OPTIONS=--server
+#DUND_OPTIONS=
+#PAND_OPTIONS=

Copied: 

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:52:58
  Author: tomegun
Revision: 155321

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

Added:
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 155315, bluez/repos/staging-x86_64/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.conf.d
(from rev 155315, bluez/repos/staging-x86_64/bluetooth.conf.d)
  bluez/repos/testing-x86_64/rc.bluetooth
(from rev 155315, bluez/repos/staging-x86_64/rc.bluetooth)
Deleted:
  bluez/repos/staging-x86_64/

--+
 PKGBUILD |   84 
 bluetooth.conf.d |   30 +++
 rc.bluetooth |  100 +
 3 files changed, 214 insertions(+)

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 155315, 
bluez/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:52:58 UTC (rev 155321)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgname=bluez
+pkgver=4.99
+pkgrel=2
+pkgdesc=Libraries and tools for the Bluetooth protocol stack
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'python2' 'udev')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+optdepends=(gstreamer0.10-base: bluetooth GStreamer support
+alsa-lib: Audio bluetooth devices support
+dbus-python: to run bluez-simple-agent
+pygobject: to run bluez-simple-agent
+libusb-compat: USB adapters support
+cups: CUPS backend)
+conflicts=('bluez-libs' 'bluez-utils')
+provides=('bluez-libs' 'bluez-utils')
+replaces=('bluez-libs' 'bluez-utils')
+options=('!libtool')
+backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
+'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+'bluetooth.conf.d'
+   'rc.bluetooth')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/lib \
+--enable-gstreamer \
+--enable-alsa \
+--enable-usb \
+--enable-tools \
+--enable-bccmd \
+--enable-dfutool \
+--enable-hid2hci \
+--enable-hidd \
+--enable-pand \
+--enable-dund \
+--enable-cups \
+--enable-wiimote \
+--disable-test
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
+  
+  install -d ${pkgdir}/etc/bluetooth
+  install -m644 network/network.conf \
+input/input.conf \
+audio/audio.conf \
+serial/serial.conf \
+${pkgdir}/etc/bluetooth/
+  
+  install -Dm644 ${srcdir}/bluetooth.conf.d \
+${pkgdir}/etc/conf.d/bluetooth
+
+  # FS#27630
+  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
+  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
+  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
+  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
+${pkgdir}/usr/bin/bluez-simple-agent \
+${pkgdir}/usr/bin/bluez-test-device \
+${pkgdir}/usr/bin/bluez-test-input
+
+  # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html
+  rm ${pkgdir}/usr/lib/udev/rules.d/97-bluetooth.rules
+}
+md5sums=('2387053eb5a7b02f37df4871df022a02'
+ '7412982b440f29fa7f76a41a87fef985'
+ '8f9498707f809506928b2e480d3b6789')

Copied: bluez/repos/testing-x86_64/bluetooth.conf.d (from rev 155315, 
bluez/repos/staging-x86_64/bluetooth.conf.d)
===
--- testing-x86_64/bluetooth.conf.d (rev 0)
+++ testing-x86_64/bluetooth.conf.d 2012-04-01 19:52:58 UTC (rev 155321)
@@ -0,0 +1,30 @@
+# Bluetooth configuraton file
+
+# Bluetooth services (allowed values are true and false)
+
+# Run the bluetoothd daemon (default: true)
+#DAEMON_ENABLE=false
+
+# Run the sdp daemon (default: false)
+# If this is disabled, hcid's internal sdp daemon will be used
+#SDPD_ENABLE=true
+
+# Run the bluetooth HID daemon (default: false)
+#HIDD_ENABLE=true
+
+# Activate rfcomm ports (default: false)
+#RFCOMM_ENABLE=true
+
+# Run bluetooth dial-up networking daemon (default: false)
+#DUND_ENABLE=true
+
+# Run bluetooth PAN daemon (default: false)
+#PAND_ENABLE=true
+
+# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
+#RFCOMM_CONFIG=/etc/bluetooth/rfcomm.conf
+
+# Options for hidd, dund and pand (default: none)
+HIDD_OPTIONS=--server
+#DUND_OPTIONS=
+#PAND_OPTIONS=

Copied: 

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:00
  Author: tomegun
Revision: 155322

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

Added:
  gpsd/repos/testing-i686/
  gpsd/repos/testing-i686/PKGBUILD
(from rev 155315, gpsd/repos/staging-i686/PKGBUILD)
  gpsd/repos/testing-i686/gpsd
(from rev 155315, gpsd/repos/staging-i686/gpsd)
  gpsd/repos/testing-i686/gpsd.conf.d
(from rev 155315, gpsd/repos/staging-i686/gpsd.conf.d)
  gpsd/repos/testing-i686/gpsd.install
(from rev 155315, gpsd/repos/staging-i686/gpsd.install)
Deleted:
  gpsd/repos/staging-i686/

--+
 PKGBUILD |   78 +
 gpsd |   44 
 gpsd.conf.d  |5 +++
 gpsd.install |   16 +++
 4 files changed, 143 insertions(+)

Copied: gpsd/repos/testing-i686/PKGBUILD (from rev 155315, 
gpsd/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:53:00 UTC (rev 155322)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.4
+pkgrel=2
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl' 'chrpath')
+backup=('etc/conf.d/gpsd')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'gpsd' 'gpsd.conf.d')
+md5sums=('c01353459faa68834309109d4e868460'
+ '8aea27e1b0c23f254f94861f7d898106'
+ '1f3402f8e33a7032b9ae6dfd077234f7'
+ '3e963df3f9f7ef3572ecc648ae829315')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix python 2.7 path
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
+gpscat gpsfake gpsprof xgps xgpsspeed
+
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+PYTHONPATH=/usr/bin/python2
+  scons build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR=${pkgdir}
+  scons install
+
+  install -D -m644 ${srcdir}/gpsd.conf.d ${pkgdir}/etc/conf.d/gpsd
+
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/99-gpsd-usb.rules
+
+  sed -i 's|/etc/default/gpsd|/etc/conf.d/gpsd|' gpsd.hotplug
+  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
+
+  # GPSD needs RPATH
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps{,d}.so.20.0.0
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
+  chrpath -r /usr/lib/ ${pkgdir}/usr/sbin/{gpsd,gpsdctl}
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
+
+  install -D -m644 packaging/X11/xgps.desktop \
+${pkgdir}/usr/share/applications/xgps.desktop
+  install -D -m644 packaging/X11/xgpsspeed.desktop \
+${pkgdir}/usr/share/applications/xgpsspeed.desktop
+  install -D -m644 packaging/X11/gpsd-logo.png \
+${pkgdir}/usr/share/gpsd/gpsd-logo.png
+
+  install -D -m755 ${srcdir}/gpsd ${pkgdir}/etc/rc.d/gpsd
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gpsd/repos/testing-i686/gpsd (from rev 155315, 
gpsd/repos/staging-i686/gpsd)
===
--- testing-i686/gpsd   (rev 0)
+++ testing-i686/gpsd   2012-04-01 19:53:00 UTC (rev 155322)
@@ -0,0 +1,44 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+[ -f /etc/conf.d/gpsd ]  . /etc/conf.d/gpsd
+
+NAME=gpsd
+DAEMON=/usr/sbin/$NAME
+PIDFILE=/var/run/$NAME/$NAME.pid
+PID=$(cat $PIDFILE 2/dev/null)
+
+case $1 in
+   start)
+   stat_busy Starting $NAME
+   [ ! -d /var/run/$NAME ]  install -d /var/run/$NAME
+   [ -z $PID ]  $DAEMON -P $PIDFILE -F /var/run/$NAME/$NAME.sock 
${GPSD_OPTIONS} ${DEVICES}
+   if [ $? -gt 0 ]; then
+   stat_fail
+   else
+   add_daemon $NAME
+   stat_done
+   fi
+   ;;
+   stop)
+   stat_busy Stopping $NAME
+   [ ! -z $PID ]   kill $PID  /dev/null
+   if [ $? -gt 0 ]; then
+   stat_fail
+   else
+   rm -f $PIDFILE /dev/null
+   rm_daemon $NAME
+   stat_done
+   fi
+   ;;
+
+   restart)
+   $0 

[arch-commits] Commit in libgpod/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:03
  Author: tomegun
Revision: 155324

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

Added:
  libgpod/repos/testing-i686/
  libgpod/repos/testing-i686/PKGBUILD
(from rev 155315, libgpod/repos/staging-i686/PKGBUILD)
Deleted:
  libgpod/repos/staging-i686/

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

Copied: libgpod/repos/testing-i686/PKGBUILD (from rev 155315, 
libgpod/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:53:03 UTC (rev 155324)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=4
+pkgdesc=A shared library to access the contents of an iPod
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings')
+url=http://www.gtkpod.org/libgpod/;
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+



[arch-commits] Commit in libgpod/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:04
  Author: tomegun
Revision: 155325

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

Added:
  libgpod/repos/testing-x86_64/
  libgpod/repos/testing-x86_64/PKGBUILD
(from rev 155315, libgpod/repos/staging-x86_64/PKGBUILD)
Deleted:
  libgpod/repos/staging-x86_64/

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

Copied: libgpod/repos/testing-x86_64/PKGBUILD (from rev 155315, 
libgpod/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:53:04 UTC (rev 155325)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=4
+pkgdesc=A shared library to access the contents of an iPod
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings')
+url=http://www.gtkpod.org/libgpod/;
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+



[arch-commits] Commit in libmtp/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:06
  Author: tomegun
Revision: 155326

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

Added:
  libmtp/repos/testing-i686/
  libmtp/repos/testing-i686/PKGBUILD
(from rev 155315, libmtp/repos/staging-i686/PKGBUILD)
Deleted:
  libmtp/repos/staging-i686/

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

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 155315, 
libmtp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:53:06 UTC (rev 155326)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:02
  Author: tomegun
Revision: 155323

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

Added:
  gpsd/repos/testing-x86_64/
  gpsd/repos/testing-x86_64/PKGBUILD
(from rev 155315, gpsd/repos/staging-x86_64/PKGBUILD)
  gpsd/repos/testing-x86_64/gpsd
(from rev 155315, gpsd/repos/staging-x86_64/gpsd)
  gpsd/repos/testing-x86_64/gpsd.conf.d
(from rev 155315, gpsd/repos/staging-x86_64/gpsd.conf.d)
  gpsd/repos/testing-x86_64/gpsd.install
(from rev 155315, gpsd/repos/staging-x86_64/gpsd.install)
Deleted:
  gpsd/repos/staging-x86_64/

--+
 PKGBUILD |   78 +
 gpsd |   44 
 gpsd.conf.d  |5 +++
 gpsd.install |   16 +++
 4 files changed, 143 insertions(+)

Copied: gpsd/repos/testing-x86_64/PKGBUILD (from rev 155315, 
gpsd/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:53:02 UTC (rev 155323)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.4
+pkgrel=2
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl' 'chrpath')
+backup=('etc/conf.d/gpsd')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'gpsd' 'gpsd.conf.d')
+md5sums=('c01353459faa68834309109d4e868460'
+ '8aea27e1b0c23f254f94861f7d898106'
+ '1f3402f8e33a7032b9ae6dfd077234f7'
+ '3e963df3f9f7ef3572ecc648ae829315')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix python 2.7 path
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
+gpscat gpsfake gpsprof xgps xgpsspeed
+
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+PYTHONPATH=/usr/bin/python2
+  scons build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR=${pkgdir}
+  scons install
+
+  install -D -m644 ${srcdir}/gpsd.conf.d ${pkgdir}/etc/conf.d/gpsd
+
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/99-gpsd-usb.rules
+
+  sed -i 's|/etc/default/gpsd|/etc/conf.d/gpsd|' gpsd.hotplug
+  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
+
+  # GPSD needs RPATH
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps{,d}.so.20.0.0
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
+  chrpath -r /usr/lib/ ${pkgdir}/usr/sbin/{gpsd,gpsdctl}
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
+
+  install -D -m644 packaging/X11/xgps.desktop \
+${pkgdir}/usr/share/applications/xgps.desktop
+  install -D -m644 packaging/X11/xgpsspeed.desktop \
+${pkgdir}/usr/share/applications/xgpsspeed.desktop
+  install -D -m644 packaging/X11/gpsd-logo.png \
+${pkgdir}/usr/share/gpsd/gpsd-logo.png
+
+  install -D -m755 ${srcdir}/gpsd ${pkgdir}/etc/rc.d/gpsd
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: gpsd/repos/testing-x86_64/gpsd (from rev 155315, 
gpsd/repos/staging-x86_64/gpsd)
===
--- testing-x86_64/gpsd (rev 0)
+++ testing-x86_64/gpsd 2012-04-01 19:53:02 UTC (rev 155323)
@@ -0,0 +1,44 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+[ -f /etc/conf.d/gpsd ]  . /etc/conf.d/gpsd
+
+NAME=gpsd
+DAEMON=/usr/sbin/$NAME
+PIDFILE=/var/run/$NAME/$NAME.pid
+PID=$(cat $PIDFILE 2/dev/null)
+
+case $1 in
+   start)
+   stat_busy Starting $NAME
+   [ ! -d /var/run/$NAME ]  install -d /var/run/$NAME
+   [ -z $PID ]  $DAEMON -P $PIDFILE -F /var/run/$NAME/$NAME.sock 
${GPSD_OPTIONS} ${DEVICES}
+   if [ $? -gt 0 ]; then
+   stat_fail
+   else
+   add_daemon $NAME
+   stat_done
+   fi
+   ;;
+   stop)
+   stat_busy Stopping $NAME
+   [ ! -z $PID ]   kill $PID  /dev/null
+   if [ $? -gt 0 ]; then
+   stat_fail
+   else
+   rm -f $PIDFILE /dev/null
+   rm_daemon $NAME
+   stat_done
+   fi
+  

[arch-commits] Commit in libmtp/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:07
  Author: tomegun
Revision: 155327

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

Added:
  libmtp/repos/testing-x86_64/
  libmtp/repos/testing-x86_64/PKGBUILD
(from rev 155315, libmtp/repos/staging-x86_64/PKGBUILD)
Deleted:
  libmtp/repos/staging-x86_64/

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

Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 155315, 
libmtp/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:53:07 UTC (rev 155327)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in system-config-printer/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:08
  Author: tomegun
Revision: 155328

db-move: moved system-config-printer from [staging] to [testing] (i686)

Added:
  system-config-printer/repos/testing-i686/
  system-config-printer/repos/testing-i686/PKGBUILD
(from rev 155315, system-config-printer/repos/staging-i686/PKGBUILD)
Deleted:
  system-config-printer/repos/staging-i686/

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

Copied: system-config-printer/repos/testing-i686/PKGBUILD (from rev 155315, 
system-config-printer/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:53:08 UTC (rev 155328)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=system-config-printer
+pkgname=('system-config-printer-common'
+ 'system-config-printer-gnome')
+pkgver=1.3.9
+pkgrel=2
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 
'desktop-file-utils')
+source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
+md5sums=('df424f127eede63965608e5ec5e27519'
+ 'd105b7f7725c1ec538b6e6adb10667f3')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i s|#!/usr/bin/python|#!/usr/bin/python2| udev/udev-add-printer 
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules
+
+  make
+}
+
+package_system-config-printer-common() {
+  pkgdesc='Pygtk CUPS Configuration'
+  depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl' 
'libusb-compat')
+  optdepends=('system-config-printer-gnome: for the GTK frontend'
+   'kdeadmin-system-config-printer-kde: for the administration tool in KDE 
System Settings')
+  replaces=('system-config-printer')
+  provides=(system-config-printer=${pkgver})
+  conflicts=('system-config-printer')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgbase}
+  install -m644 config.py \
+debug.py \
+installpackage.py \
+monitor.py \
+PhysicalDevice.py \
+ppdippstr.py \
+probe_printer.py \
+SearchCriterion.py \
+smburi.py \
+statereason.py \
+${pkgdir}/usr/share/${pkgbase}/
+
+  install -m755 pysmb.py \
+${pkgdir}/usr/share/${pkgbase}/
+
+  install -d ${pkgdir}/etc/dbus-1/system.d/
+  install -m644 dbus/com.redhat.NewPrinterNotification.conf \
+dbus/com.redhat.PrinterDriversInstaller.conf \
+${pkgdir}/etc/dbus-1/system.d/
+  install -d ${pkgdir}/etc/cupshelpers/
+  install -m644 xml/preferreddrivers.xml ${pkgdir}/etc/cupshelpers/
+
+  install -d ${pkgdir}/usr/lib/udev/rules.d
+  install -m755 udev/{udev-add-printer,udev-configure-printer} \
+${pkgdir}/usr/lib/udev/
+  install -m644 udev/70-printers.rules \
+${pkgdir}/usr/lib/udev/rules.d
+
+  for file in build/lib/cupshelpers/*.py; do
+install -Dm644 $file \
+  ${pkgdir}/usr/lib/python2.7/site-packages/cupshelpers/$(basename $file)
+  done
+}
+
+package_system-config-printer-gnome() {
+  pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
+  optdependence=('gnome-keyring: password management')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # files provided by system-config-printer-common
+  cd ${pkgdir}/usr/share/${pkgbase}
+  rm config.py \
+debug.py \
+installpackage.py \
+monitor.py \
+PhysicalDevice.py \
+ppdippstr.py \
+probe_printer.py \
+SearchCriterion.py \
+smburi.py \
+statereason.py \
+pysmb.py
+  rm -r ${pkgdir}/etc/dbus-1/
+  rm -r ${pkgdir}/etc/cupshelpers/
+  rm -r ${pkgdir}/etc/udev/
+  rm -r ${pkgdir}/usr/lib/
+}



[arch-commits] Commit in system-config-printer/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:09
  Author: tomegun
Revision: 155329

db-move: moved system-config-printer from [staging] to [testing] (x86_64)

Added:
  system-config-printer/repos/testing-x86_64/
  system-config-printer/repos/testing-x86_64/PKGBUILD
(from rev 155315, system-config-printer/repos/staging-x86_64/PKGBUILD)
Deleted:
  system-config-printer/repos/staging-x86_64/

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

Copied: system-config-printer/repos/testing-x86_64/PKGBUILD (from rev 155315, 
system-config-printer/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:53:09 UTC (rev 155329)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=system-config-printer
+pkgname=('system-config-printer-common'
+ 'system-config-printer-gnome')
+pkgver=1.3.9
+pkgrel=2
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 
'desktop-file-utils')
+source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
+md5sums=('df424f127eede63965608e5ec5e27519'
+ 'd105b7f7725c1ec538b6e6adb10667f3')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i s|#!/usr/bin/python|#!/usr/bin/python2| udev/udev-add-printer 
+
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules
+
+  make
+}
+
+package_system-config-printer-common() {
+  pkgdesc='Pygtk CUPS Configuration'
+  depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl' 
'libusb-compat')
+  optdepends=('system-config-printer-gnome: for the GTK frontend'
+   'kdeadmin-system-config-printer-kde: for the administration tool in KDE 
System Settings')
+  replaces=('system-config-printer')
+  provides=(system-config-printer=${pkgver})
+  conflicts=('system-config-printer')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -d ${pkgdir}/usr/share/${pkgbase}
+  install -m644 config.py \
+debug.py \
+installpackage.py \
+monitor.py \
+PhysicalDevice.py \
+ppdippstr.py \
+probe_printer.py \
+SearchCriterion.py \
+smburi.py \
+statereason.py \
+${pkgdir}/usr/share/${pkgbase}/
+
+  install -m755 pysmb.py \
+${pkgdir}/usr/share/${pkgbase}/
+
+  install -d ${pkgdir}/etc/dbus-1/system.d/
+  install -m644 dbus/com.redhat.NewPrinterNotification.conf \
+dbus/com.redhat.PrinterDriversInstaller.conf \
+${pkgdir}/etc/dbus-1/system.d/
+  install -d ${pkgdir}/etc/cupshelpers/
+  install -m644 xml/preferreddrivers.xml ${pkgdir}/etc/cupshelpers/
+
+  install -d ${pkgdir}/usr/lib/udev/rules.d
+  install -m755 udev/{udev-add-printer,udev-configure-printer} \
+${pkgdir}/usr/lib/udev/
+  install -m644 udev/70-printers.rules \
+${pkgdir}/usr/lib/udev/rules.d
+
+  for file in build/lib/cupshelpers/*.py; do
+install -Dm644 $file \
+  ${pkgdir}/usr/lib/python2.7/site-packages/cupshelpers/$(basename $file)
+  done
+}
+
+package_system-config-printer-gnome() {
+  pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
+  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
+  optdependence=('gnome-keyring: password management')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # files provided by system-config-printer-common
+  cd ${pkgdir}/usr/share/${pkgbase}
+  rm config.py \
+debug.py \
+installpackage.py \
+monitor.py \
+PhysicalDevice.py \
+ppdippstr.py \
+probe_printer.py \
+SearchCriterion.py \
+smburi.py \
+statereason.py \
+pysmb.py
+  rm -r ${pkgdir}/etc/dbus-1/
+  rm -r ${pkgdir}/etc/cupshelpers/
+  rm -r ${pkgdir}/etc/udev/
+  rm -r ${pkgdir}/usr/lib/
+}



[arch-commits] Commit in udisks/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:12
  Author: tomegun
Revision: 155330

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

Added:
  udisks/repos/testing-i686/
  udisks/repos/testing-i686/PKGBUILD
(from rev 155315, udisks/repos/staging-i686/PKGBUILD)
Deleted:
  udisks/repos/staging-i686/

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

Copied: udisks/repos/testing-i686/PKGBUILD (from rev 155315, 
udisks/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:53:12 UTC (rev 155330)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=3
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # move udev helpers and rules to /usr/lib
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -r ${pkgdir}/lib
+}



[arch-commits] Commit in udisks/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:13
  Author: tomegun
Revision: 155331

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

Added:
  udisks/repos/testing-x86_64/
  udisks/repos/testing-x86_64/PKGBUILD
(from rev 155315, udisks/repos/staging-x86_64/PKGBUILD)
Deleted:
  udisks/repos/staging-x86_64/

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

Copied: udisks/repos/testing-x86_64/PKGBUILD (from rev 155315, 
udisks/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:53:13 UTC (rev 155331)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=udisks
+pkgver=1.0.4
+pkgrel=3
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 
'device-mapper' 'libatasmart' 'lsof' 'eject')
+makedepends=('intltool' 'docbook-xsl')
+options=(!libtool)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5b29de9a8bf8f5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+  #fix location for bash_completion helper
+  sed -i -e 's|profile.d|bash_completion.d|' tools/Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # move udev helpers and rules to /usr/lib
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -r ${pkgdir}/lib
+}



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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 16:12:26
  Author: tomegun
Revision: 155332

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

Added:
  systemd/repos/testing-i686/
  
systemd/repos/testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch
(from rev 155331, 
systemd/repos/staging-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 155331, systemd/repos/staging-i686/PKGBUILD)
  systemd/repos/testing-i686/cpp-compat.patch
(from rev 155331, systemd/repos/staging-i686/cpp-compat.patch)
  systemd/repos/testing-i686/os-release
(from rev 155331, systemd/repos/staging-i686/os-release)
  systemd/repos/testing-i686/systemd.install
(from rev 155331, systemd/repos/staging-i686/systemd.install)
Deleted:
  systemd/repos/staging-i686/

-+
 0001-util-never-follow-symlinks-in-rm_rf_children.patch |   32 
 PKGBUILD|  108 ++
 cpp-compat.patch|   19 ++
 os-release  |5 
 systemd.install |   54 +++
 5 files changed, 218 insertions(+)

Copied: 
systemd/repos/testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch
 (from rev 155331, 
systemd/repos/staging-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch)
===
--- testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch
(rev 0)
+++ testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch
2012-04-01 20:12:26 UTC (rev 155332)
@@ -0,0 +1,32 @@
+From 5ebff5337594d690b322078c512eb222d34aaa82 Mon Sep 17 00:00:00 2001
+From: Michal Schmidt mschm...@redhat.com
+Date: Fri, 2 Mar 2012 10:39:10 +0100
+Subject: [PATCH] util: never follow symlinks in rm_rf_children()
+
+The function checks if the entry is a directory before recursing, but
+there is a window between the check and the open, during which the
+directory could be replaced with a symlink.
+
+CVE-2012-1174
+https://bugzilla.redhat.com/show_bug.cgi?id=803358
+---
+ src/util.c |3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/util.c b/src/util.c
+index 20cbc2b..dfc1dc6 100644
+--- a/src/util.c
 b/src/util.c
+@@ -3593,7 +3593,8 @@ static int rm_rf_children(int fd, bool only_dirs, bool 
honour_sticky) {
+ if (is_dir) {
+ int subdir_fd;
+ 
+-if ((subdir_fd = openat(fd, de-d_name, 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC))  0) {
++subdir_fd = openat(fd, de-d_name, 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC|O_NOFOLLOW);
++if (subdir_fd  0) {
+ if (ret == 0  errno != ENOENT)
+ ret = -errno;
+ continue;
+-- 
+1.7.9.4
+

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 155331, 
systemd/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 20:12:26 UTC (rev 155332)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd')
+pkgver=44
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gperf' 'intltool'
+ 'kmod' 'libcap' 'libxslt' 'linux-api-headers' 'pam' 'udev' 'xz')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+os-release
+0001-util-never-follow-symlinks-in-rm_rf_children.patch)
+md5sums=('11f44ff74c87850064e4351518bcff17'
+ '752636def0db3c03f121f8b4f44a63cd'
+ 'b5863d6d4b47e2b5bda8eb57bde0d327')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.redhat.com/show_bug.cgi?id=803358
+  patch -Np1 $srcdir/0001-util-never-follow-symlinks-in-rm_rf_children.patch
+
+  ./configure --sysconfdir=/etc \
+  --libexecdir=/usr/lib \
+  --with-pamlibdir=/lib/security \
+  --localstatedir=/var \
+  --with-distro=arch \
+  --enable-split-usr
+
+  make
+}
+
+package_systemd() {
+  pkgdesc=system and service manager
+  depends=('acl' 'dbus' 'dbus-core' 'libsystemd' 'kbd' 'kmod' 'libcap' 'pam' 
'util-linux' 'udev' 'xz')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'dbus-python: systemd-analyze'
+  'initscripts: legacy support for hostname and vconsole setup'
+  'initscripts-systemd: native boot and initialization scripts'
+  'python2-cairo: 

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 16:12:27
  Author: tomegun
Revision: 155333

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

Added:
  systemd/repos/testing-x86_64/
  
systemd/repos/testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch
(from rev 155331, 
systemd/repos/staging-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 155331, systemd/repos/staging-x86_64/PKGBUILD)
  systemd/repos/testing-x86_64/cpp-compat.patch
(from rev 155331, systemd/repos/staging-x86_64/cpp-compat.patch)
  systemd/repos/testing-x86_64/os-release
(from rev 155331, systemd/repos/staging-x86_64/os-release)
  systemd/repos/testing-x86_64/systemd.install
(from rev 155331, systemd/repos/staging-x86_64/systemd.install)
Deleted:
  systemd/repos/staging-x86_64/

-+
 0001-util-never-follow-symlinks-in-rm_rf_children.patch |   32 
 PKGBUILD|  108 ++
 cpp-compat.patch|   19 ++
 os-release  |5 
 systemd.install |   54 +++
 5 files changed, 218 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch
 (from rev 155331, 
systemd/repos/staging-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch)
===
--- testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch  
(rev 0)
+++ testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch  
2012-04-01 20:12:27 UTC (rev 155333)
@@ -0,0 +1,32 @@
+From 5ebff5337594d690b322078c512eb222d34aaa82 Mon Sep 17 00:00:00 2001
+From: Michal Schmidt mschm...@redhat.com
+Date: Fri, 2 Mar 2012 10:39:10 +0100
+Subject: [PATCH] util: never follow symlinks in rm_rf_children()
+
+The function checks if the entry is a directory before recursing, but
+there is a window between the check and the open, during which the
+directory could be replaced with a symlink.
+
+CVE-2012-1174
+https://bugzilla.redhat.com/show_bug.cgi?id=803358
+---
+ src/util.c |3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/util.c b/src/util.c
+index 20cbc2b..dfc1dc6 100644
+--- a/src/util.c
 b/src/util.c
+@@ -3593,7 +3593,8 @@ static int rm_rf_children(int fd, bool only_dirs, bool 
honour_sticky) {
+ if (is_dir) {
+ int subdir_fd;
+ 
+-if ((subdir_fd = openat(fd, de-d_name, 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC))  0) {
++subdir_fd = openat(fd, de-d_name, 
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC|O_NOFOLLOW);
++if (subdir_fd  0) {
+ if (ret == 0  errno != ENOENT)
+ ret = -errno;
+ continue;
+-- 
+1.7.9.4
+

Copied: systemd/repos/testing-x86_64/PKGBUILD (from rev 155331, 
systemd/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 20:12:27 UTC (rev 155333)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd')
+pkgver=44
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gperf' 'intltool'
+ 'kmod' 'libcap' 'libxslt' 'linux-api-headers' 'pam' 'udev' 'xz')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+os-release
+0001-util-never-follow-symlinks-in-rm_rf_children.patch)
+md5sums=('11f44ff74c87850064e4351518bcff17'
+ '752636def0db3c03f121f8b4f44a63cd'
+ 'b5863d6d4b47e2b5bda8eb57bde0d327')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.redhat.com/show_bug.cgi?id=803358
+  patch -Np1 $srcdir/0001-util-never-follow-symlinks-in-rm_rf_children.patch
+
+  ./configure --sysconfdir=/etc \
+  --libexecdir=/usr/lib \
+  --with-pamlibdir=/lib/security \
+  --localstatedir=/var \
+  --with-distro=arch \
+  --enable-split-usr
+
+  make
+}
+
+package_systemd() {
+  pkgdesc=system and service manager
+  depends=('acl' 'dbus' 'dbus-core' 'libsystemd' 'kbd' 'kmod' 'libcap' 'pam' 
'util-linux' 'udev' 'xz')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'dbus-python: systemd-analyze'
+  'initscripts: legacy support for hostname and vconsole setup'
+  'initscripts-systemd: native boot and initialization scripts'
+  

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 16:12:28
  Author: tomegun
Revision: 155334

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

Added:
  kmod/repos/testing-i686/
  
kmod/repos/testing-i686/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch
(from rev 155331, 
kmod/repos/staging-i686/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch)
  
kmod/repos/testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
(from rev 155331, 
kmod/repos/staging-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
  kmod/repos/testing-i686/PKGBUILD
(from rev 155331, kmod/repos/staging-i686/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 155331, kmod/repos/staging-i686/depmod-search.conf)
Deleted:
  kmod/repos/staging-i686/

-+
 0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch  |   50 +
 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch |   93 
++
 PKGBUILD|   61 ++
 depmod-search.conf  |5 
 4 files changed, 209 insertions(+)

Copied: 
kmod/repos/testing-i686/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch
 (from rev 155331, 
kmod/repos/staging-i686/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch)
===
--- testing-i686/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch 
(rev 0)
+++ testing-i686/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch 
2012-04-01 20:12:28 UTC (rev 155334)
@@ -0,0 +1,50 @@
+From 666ba68a0635048aea0db70cd9ec61aea9b61ed2 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 3 Mar 2012 12:37:06 +0100
+Subject: [PATCH 1/2] split usr: read configs from /lib/{depmod.d,modprobe.d}
+
+This allows rootprefix to be set to /usr, even if not all other packages
+have been fixed to read from this dir.
+---
+ libkmod/libkmod.c   |5 +++--
+ tools/kmod-depmod.c |1 +
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
+index 36ca629..12c1112 100644
+--- a/libkmod/libkmod.c
 b/libkmod/libkmod.c
+@@ -62,6 +62,7 @@ static const char *default_config_paths[] = {
+   SYSCONFDIR /modprobe.d,
+   /run/modprobe.d,
+   ROOTPREFIX /lib/modprobe.d,
++  /lib/modprobe.d,
+   NULL
+ };
+ 
+@@ -223,8 +224,8 @@ static char *get_kernel_release(const char *dirname)
+  * @config_paths: ordered array of paths (directories or files) where
+  *to load from user-defined configuration parameters such as
+  *alias, blacklists, commands (install, remove). If
+- *NULL defaults to /run/modprobe.d, /etc/modprobe.d and
+- *$rootprefix/lib/modprobe.d. Give an empty vector if
++ *NULL defaults to /run/modprobe.d, /etc/modprobe.d,
++ *$rootprefix/lib/modprobe.d and /lib/modprobe.d. Give an 
empty vector if
+  *configuration should not be read. This array must be null
+  *terminated.
+  *
+diff --git a/tools/kmod-depmod.c b/tools/kmod-depmod.c
+index 1871e18..7bb1c5d 100644
+--- a/tools/kmod-depmod.c
 b/tools/kmod-depmod.c
+@@ -58,6 +58,7 @@ static const char *default_cfg_paths[] = {
+   /run/depmod.d,
+   SYSCONFDIR /depmod.d,
+   ROOTPREFIX /lib/depmod.d,
++  /lib/depmod.d,
+   NULL
+ };
+ 
+-- 
+1.7.9.5
+

Copied: 
kmod/repos/testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
 (from rev 155331, 
kmod/repos/staging-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
===
--- 
testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
(rev 0)
+++ 
testing-i686/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
2012-04-01 20:12:28 UTC (rev 155334)
@@ -0,0 +1,93 @@
+From 53e7e0e42428770578ca0d54d0a9540f498f917f Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 31 Mar 2012 12:17:39 +0200
+Subject: [PATCH 2/2] config: hardcode the path to modules to be /lib/modules
+
+This means that we can move the configuration paths from /lib
+to /usr/lib without having to touch the kernel and related
+packages.
+
+That can be dealt with separately at a later location, in which case
+all we have to do is revert this patch.
+
+Signed-off-by: Tom Gundersen t...@jklm.no
+---
+ libkmod/libkmod.c |2 +-
+ tools/kmod-depmod.c   |2 +-
+ tools/kmod-modinfo.c  |4 ++--
+ tools/kmod-modprobe.c |4 ++--
+ 4 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
+index 12c1112..11edfa0 100644
+--- a/libkmod/libkmod.c
 

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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 16:12:30
  Author: tomegun
Revision: 155335

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

Added:
  kmod/repos/testing-x86_64/
  
kmod/repos/testing-x86_64/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch
(from rev 155331, 
kmod/repos/staging-x86_64/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch)
  
kmod/repos/testing-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
(from rev 155331, 
kmod/repos/staging-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 155331, kmod/repos/staging-x86_64/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 155331, kmod/repos/staging-x86_64/depmod-search.conf)
Deleted:
  kmod/repos/staging-x86_64/

-+
 0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch  |   50 +
 0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch |   93 
++
 PKGBUILD|   61 ++
 depmod-search.conf  |5 
 4 files changed, 209 insertions(+)

Copied: 
kmod/repos/testing-x86_64/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch
 (from rev 155331, 
kmod/repos/staging-x86_64/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch)
===
--- 
testing-x86_64/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch   
(rev 0)
+++ 
testing-x86_64/0001-split-usr-read-configs-from-lib-depmod.d-modprobe.d.patch   
2012-04-01 20:12:30 UTC (rev 155335)
@@ -0,0 +1,50 @@
+From 666ba68a0635048aea0db70cd9ec61aea9b61ed2 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 3 Mar 2012 12:37:06 +0100
+Subject: [PATCH 1/2] split usr: read configs from /lib/{depmod.d,modprobe.d}
+
+This allows rootprefix to be set to /usr, even if not all other packages
+have been fixed to read from this dir.
+---
+ libkmod/libkmod.c   |5 +++--
+ tools/kmod-depmod.c |1 +
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
+index 36ca629..12c1112 100644
+--- a/libkmod/libkmod.c
 b/libkmod/libkmod.c
+@@ -62,6 +62,7 @@ static const char *default_config_paths[] = {
+   SYSCONFDIR /modprobe.d,
+   /run/modprobe.d,
+   ROOTPREFIX /lib/modprobe.d,
++  /lib/modprobe.d,
+   NULL
+ };
+ 
+@@ -223,8 +224,8 @@ static char *get_kernel_release(const char *dirname)
+  * @config_paths: ordered array of paths (directories or files) where
+  *to load from user-defined configuration parameters such as
+  *alias, blacklists, commands (install, remove). If
+- *NULL defaults to /run/modprobe.d, /etc/modprobe.d and
+- *$rootprefix/lib/modprobe.d. Give an empty vector if
++ *NULL defaults to /run/modprobe.d, /etc/modprobe.d,
++ *$rootprefix/lib/modprobe.d and /lib/modprobe.d. Give an 
empty vector if
+  *configuration should not be read. This array must be null
+  *terminated.
+  *
+diff --git a/tools/kmod-depmod.c b/tools/kmod-depmod.c
+index 1871e18..7bb1c5d 100644
+--- a/tools/kmod-depmod.c
 b/tools/kmod-depmod.c
+@@ -58,6 +58,7 @@ static const char *default_cfg_paths[] = {
+   /run/depmod.d,
+   SYSCONFDIR /depmod.d,
+   ROOTPREFIX /lib/depmod.d,
++  /lib/depmod.d,
+   NULL
+ };
+ 
+-- 
+1.7.9.5
+

Copied: 
kmod/repos/testing-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch
 (from rev 155331, 
kmod/repos/staging-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch)
===
--- 
testing-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch  
(rev 0)
+++ 
testing-x86_64/0002-config-hardcode-the-path-to-modules-to-be-lib-module.patch  
2012-04-01 20:12:30 UTC (rev 155335)
@@ -0,0 +1,93 @@
+From 53e7e0e42428770578ca0d54d0a9540f498f917f Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sat, 31 Mar 2012 12:17:39 +0200
+Subject: [PATCH 2/2] config: hardcode the path to modules to be /lib/modules
+
+This means that we can move the configuration paths from /lib
+to /usr/lib without having to touch the kernel and related
+packages.
+
+That can be dealt with separately at a later location, in which case
+all we have to do is revert this patch.
+
+Signed-off-by: Tom Gundersen t...@jklm.no
+---
+ libkmod/libkmod.c |2 +-
+ tools/kmod-depmod.c   |2 +-
+ tools/kmod-modinfo.c  |4 ++--
+ tools/kmod-modprobe.c |4 ++--
+ 4 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c
+index 12c1112..11edfa0 

[arch-commits] Commit in systemd-sysvcompat/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 16:17:42
  Author: tomegun
Revision: 155336

db-move: moved systemd-sysvcompat from [staging] to [testing] (any)

Added:
  systemd-sysvcompat/repos/testing-any/
  systemd-sysvcompat/repos/testing-any/PKGBUILD
(from rev 155335, systemd-sysvcompat/repos/staging-any/PKGBUILD)
Deleted:
  systemd-sysvcompat/repos/staging-any/

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

Copied: systemd-sysvcompat/repos/testing-any/PKGBUILD (from rev 155335, 
systemd-sysvcompat/repos/staging-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-01 20:17:42 UTC (rev 155336)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=systemd-sysvcompat
+pkgver=2
+pkgrel=2
+pkgdesc=sysvinit compat symlinks for systemd
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL')
+depends=('systemd')
+conflicts=('sysvinit')
+
+package() {
+  install -dm755 $pkgdir/sbin
+  for tool in runlevel reboot shutdown poweroff halt telinit; do
+ln -s '/usr/bin/systemctl' $pkgdir/sbin/$tool
+  done
+
+  ln -s '../usr/lib/systemd/systemd' $pkgdir/sbin/init
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in udev/trunk (PKGBUILD initcpio-install-udev)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 17:02:39
  Author: tomegun
Revision: 155337

upgpkg: udev 181-9

fix mkinitcpio hooks

Modified:
  udev/trunk/PKGBUILD
  udev/trunk/initcpio-install-udev

---+
 PKGBUILD  |4 ++--
 initcpio-install-udev |6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 20:17:42 UTC (rev 155336)
+++ PKGBUILD2012-04-01 21:02:39 UTC (rev 155337)
@@ -6,7 +6,7 @@
 
 pkgname=udev
 pkgver=181
-pkgrel=8
+pkgrel=9
 pkgdesc=The userspace dev tools (udev)
 depends=('util-linux' 'glib2' 'kmod' 'pciutils' 'usbutils' 'bash' 'acl')
 install=udev.install
@@ -72,4 +72,4 @@
  '02a0dbbdcba6c1eae3ef65b6b06bde1f'
  'a9fae85491a08d7759388c605389a8c5'
  'a4dd853050bf2e0ae6b2e3d2c75499c2'
- 'ee0bfe91a20fff12cc25ab1d1e024853')
+ 'd2b16edc6d806b5dafdbbad43ae5a3de')

Modified: initcpio-install-udev
===
--- initcpio-install-udev   2012-04-01 20:17:42 UTC (rev 155336)
+++ initcpio-install-udev   2012-04-01 21:02:39 UTC (rev 155337)
@@ -4,14 +4,14 @@
 FILES=/etc/udev/udev.conf
 SCRIPT=udev
 
-add_binary /lib/udev/udevd
+add_binary /usr/lib/udev/udevd
 add_binary /usr/bin/udevadm
 
 for rules in 50-udev-default.rules 60-persistent-storage.rules 
80-drivers.rules; do
-add_file /lib/udev/rules.d/$rules
+add_file /usr/lib/udev/rules.d/$rules
 done
 for tool in ata_id scsi_id; do
-add_file /lib/udev/$tool
+add_file /usr/lib/udev/$tool
 done
 }
 



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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 17:03:25
  Author: tomegun
Revision: 155338

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

Added:
  
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155337, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-i686/0002-reinstate-TIMEOUT-handling.patch
(from rev 155337, udev/trunk/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-i686/PKGBUILD
(from rev 155337, udev/trunk/PKGBUILD)
  udev/repos/testing-i686/initcpio-hooks-udev
(from rev 155337, udev/trunk/initcpio-hooks-udev)
  udev/repos/testing-i686/initcpio-install-udev
(from rev 155337, udev/trunk/initcpio-install-udev)
  udev/repos/testing-i686/udev.install
(from rev 155337, udev/trunk/udev.install)
  
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155337, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-x86_64/0002-reinstate-TIMEOUT-handling.patch
(from rev 155337, udev/trunk/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-x86_64/PKGBUILD
(from rev 155337, udev/trunk/PKGBUILD)
  udev/repos/testing-x86_64/initcpio-hooks-udev
(from rev 155337, udev/trunk/initcpio-hooks-udev)
  udev/repos/testing-x86_64/initcpio-install-udev
(from rev 155337, udev/trunk/initcpio-install-udev)
  udev/repos/testing-x86_64/udev.install
(from rev 155337, udev/trunk/udev.install)
Deleted:
  
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
  udev/repos/testing-i686/0002-reinstate-TIMEOUT-handling.patch
  udev/repos/testing-i686/PKGBUILD
  udev/repos/testing-i686/initcpio-hooks-udev
  udev/repos/testing-i686/initcpio-install-udev
  udev/repos/testing-i686/udev.install
  
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
  udev/repos/testing-x86_64/0002-reinstate-TIMEOUT-handling.patch
  udev/repos/testing-x86_64/PKGBUILD
  udev/repos/testing-x86_64/initcpio-hooks-udev
  udev/repos/testing-x86_64/initcpio-install-udev
  udev/repos/testing-x86_64/udev.install

+
 testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch   |  
160 ++---
 testing-i686/0002-reinstate-TIMEOUT-handling.patch |  
292 +-
 testing-i686/PKGBUILD  |  
150 ++---
 testing-i686/initcpio-hooks-udev   |   
18 
 testing-i686/initcpio-install-udev |   
52 -
 testing-i686/udev.install  |  
118 ++--
 testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch |  
160 ++---
 testing-x86_64/0002-reinstate-TIMEOUT-handling.patch   |  
292 +-
 testing-x86_64/PKGBUILD|  
150 ++---
 testing-x86_64/initcpio-hooks-udev |   
18 
 testing-x86_64/initcpio-install-udev   |   
52 -
 testing-x86_64/udev.install|  
118 ++--
 12 files changed, 790 insertions(+), 790 deletions(-)

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


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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 18:08:22
  Author: tomegun
Revision: 155339

upgpkg: filesystem 2012.2-3

minor fixes

Modified:
  filesystem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 21:03:25 UTC (rev 155338)
+++ PKGBUILD2012-04-01 22:08:22 UTC (rev 155339)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2012.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')
@@ -43,7 +43,7 @@
install -m600 ${srcdir}/${f} etc/
done
touch etc/arch-release
-   install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
lib/modprobe.d/usb-load-ehci-first.conf
+   install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
usr/lib/modprobe.d/usb-load-ehci-first.conf
 
# setup /var
for d in cache/man local opt log/old lib/misc empty run; do



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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 18:09:21
  Author: tomegun
Revision: 155340

archrelease: copy trunk to testing-any

Added:
  filesystem/repos/testing-any/
  filesystem/repos/testing-any/PKGBUILD
(from rev 155339, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-any/crypttab
(from rev 155339, filesystem/trunk/crypttab)
  filesystem/repos/testing-any/filesystem.install
(from rev 155339, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-any/fstab
(from rev 155339, filesystem/trunk/fstab)
  filesystem/repos/testing-any/group
(from rev 155339, filesystem/trunk/group)
  filesystem/repos/testing-any/gshadow
(from rev 155339, filesystem/trunk/gshadow)
  filesystem/repos/testing-any/host.conf
(from rev 155339, filesystem/trunk/host.conf)
  filesystem/repos/testing-any/hosts
(from rev 155339, filesystem/trunk/hosts)
  filesystem/repos/testing-any/issue
(from rev 155339, filesystem/trunk/issue)
  filesystem/repos/testing-any/ld.so.conf
(from rev 155339, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first
(from rev 155339, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-any/motd
(from rev 155339, filesystem/trunk/motd)
  filesystem/repos/testing-any/nsswitch.conf
(from rev 155339, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-any/passwd
(from rev 155339, filesystem/trunk/passwd)
  filesystem/repos/testing-any/profile
(from rev 155339, filesystem/trunk/profile)
  filesystem/repos/testing-any/resolv.conf
(from rev 155339, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-any/securetty
(from rev 155339, filesystem/trunk/securetty)
  filesystem/repos/testing-any/shadow
(from rev 155339, filesystem/trunk/shadow)
  filesystem/repos/testing-any/shells
(from rev 155339, filesystem/trunk/shells)

+
 PKGBUILD   |   96 +++
 crypttab   |   33 +
 filesystem.install |   59 +++
 fstab  |5 ++
 group  |   31 
 gshadow|   31 
 host.conf  |8 +++
 hosts  |9 +++
 issue  |2 
 ld.so.conf |7 ++
 modprobe.d.usb-load-ehci-first |2 
 nsswitch.conf  |   19 +++
 passwd |7 ++
 profile|   27 ++
 resolv.conf|8 +++
 securetty  |   15 ++
 shadow |7 ++
 shells |8 +++
 18 files changed, 374 insertions(+)

Copied: filesystem/repos/testing-any/PKGBUILD (from rev 155339, 
filesystem/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-01 22:09:21 UTC (rev 155340)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=filesystem
+pkgver=2012.2
+pkgrel=3
+pkgdesc='Base filesystem'
+arch=('any')
+license=('GPL')
+url='http://www.archlinux.org'
+groups=('base')
+install='filesystem.install'
+depends=('iana-etc' 'bash' 'coreutils')
+backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
+'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 
'etc/nsswitch.conf'
+'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
+source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
+'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 
'shells'
+'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
+
+package() {
+   cd ${pkgdir}
+
+   #
+   # setup root filesystem
+   #
+   for d in bin boot dev etc home lib/modules media mnt sbin usr var opt 
srv/http sys run; do
+   install -d -m755 ${d}
+   done
+   install -d -m555 proc
+   install -d -m0750 root
+   install -d -m1777 tmp
+   # vsftpd won't run with write perms on /srv/ftp
+   install -d -m555 -g ftp srv/ftp
+
+   # setup /etc
+   install -d etc/{ld.so.conf.d,skel,profile.d}
+   for f in fstab group host.conf hosts issue ld.so.conf motd 
nsswitch.conf passwd resolv.conf securetty shells profile; do
+   install -m644 ${srcdir}/${f} etc/
+   done
+   ln -s /proc/self/mounts etc/mtab
+   for f in gshadow shadow crypttab; do
+   install -m600 ${srcdir}/${f} etc/
+   done
+   touch etc/arch-release
+   install -D -m644 ${srcdir}/modprobe.d.usb-load-ehci-first 
usr/lib/modprobe.d/usb-load-ehci-first.conf
+
+   # setup /var
+   for d in cache/man local opt log/old lib/misc empty run; do
+   install -d 

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

2012-04-01 Thread Dave Reisner
Date: Sunday, April 1, 2012 @ 18:24:10
  Author: dreisner
Revision: 155341

upgpkg: mkinitcpio 0.8.5-2

- rebuild with bandaid to point to new path of udev

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 22:09:21 UTC (rev 155340)
+++ PKGBUILD2012-04-01 22:24:10 UTC (rev 155341)
@@ -4,7 +4,7 @@
 
 pkgname=mkinitcpio
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Modular initramfs image creation utility
 arch=('any')
 url=http://www.archlinux.org/;
@@ -21,6 +21,9 @@
 sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
 
 package() {
+  # XXX: tom broke it (remove this with 0.9.0)
+  sed -i 's@/lib/udev/udevd@/usr/lib/udev/udevd@' $pkgname-$pkgver/init
+
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 
   # compat symlink



[arch-commits] Commit in mkinitcpio/repos (testing-any testing-any/PKGBUILD)

2012-04-01 Thread Dave Reisner
Date: Sunday, April 1, 2012 @ 18:24:23
  Author: dreisner
Revision: 155342

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 155341, mkinitcpio/trunk/PKGBUILD)

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

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 155341, 
mkinitcpio/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-01 22:24:23 UTC (rev 155342)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=mkinitcpio
+pkgver=0.8.5
+pkgrel=2
+pkgdesc=Modular initramfs image creation utility
+arch=('any')
+url=http://www.archlinux.org/;
+license=('GPL')
+depends=('mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'sed' 'grep' 'filesystem=2011.10-1' 'file' 'gzip')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('05aa3ad115dd9af04daff9657ae027c1')
+sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
+
+package() {
+  # XXX: tom broke it (remove this with 0.9.0)
+  sed -i 's@/lib/udev/udevd@/usr/lib/udev/udevd@' $pkgname-$pkgver/init
+
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # compat symlink
+  install -dm755 $pkgdir/sbin
+  ln -s /usr/bin/mkinitcpio $pkgdir/sbin/mkinitcpio
+}
+



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

2012-04-01 Thread Dave Reisner
Date: Sunday, April 1, 2012 @ 19:16:47
  Author: dreisner
Revision: 155343

upgpkg: systemd 44-4

- backport patch to fix FS#28386
- move bash-completion to /usr/share/bash-completion

Added:
  systemd/trunk/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-logind-close-FIFO-before-ending-sessions-cleanly.patch |  156 ++
 PKGBUILD|   20 -
 2 files changed, 171 insertions(+), 5 deletions(-)

Added: 0001-logind-close-FIFO-before-ending-sessions-cleanly.patch
===
--- 0001-logind-close-FIFO-before-ending-sessions-cleanly.patch 
(rev 0)
+++ 0001-logind-close-FIFO-before-ending-sessions-cleanly.patch 2012-04-01 
23:16:47 UTC (rev 155343)
@@ -0,0 +1,156 @@
+From 75c8e3cffd7da8eede614cf61384957af2c82a29 Mon Sep 17 00:00:00 2001
+From: Lennart Poettering lenn...@poettering.net
+Date: Thu, 22 Mar 2012 02:06:40 +0100
+Subject: [PATCH] logind: close FIFO before ending sessions cleanly
+
+For clean session endings ask logind explicitly to get rid of the FIFO
+before closing it so that the FIFO logic doesn't result in su/sudo to be
+terminated immediately.
+---
+ src/login/logind-dbus.c |   30 
+ src/login/pam-module.c  |   71 +--
+ 2 files changed, 98 insertions(+), 3 deletions(-)
+
+diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
+index d8f4d89..ea6b89f 100644
+--- a/src/login/logind-dbus.c
 b/src/login/logind-dbus.c
+@@ -80,6 +80,9 @@
+arg name=\seat\ type=\s\ direction=\out\/\n\
+arg name=\vtnr\ type=\u\ direction=\out\/\n\
+   /method\n \
++  method name=\ReleaseSession\\n  \
++   arg name=\id\ type=\s\ direction=\in\/\n   \
++  /method\n \
+   method name=\ActivateSession\\n \
+arg name=\id\ type=\s\ direction=\in\/\n   \
+   /method\n \
+@@ -1075,6 +1078,33 @@ static DBusHandlerResult manager_message_handler(
+ if (r  0)
+ return bus_send_error_reply(connection, message, 
error, r);
+ 
++} else if (dbus_message_is_method_call(message, 
org.freedesktop.login1.Manager, ReleaseSession)) {
++const char *name;
++Session *session;
++
++if (!dbus_message_get_args(
++message,
++error,
++DBUS_TYPE_STRING, name,
++DBUS_TYPE_INVALID))
++return bus_send_error_reply(connection, message, 
error, -EINVAL);
++
++session = hashmap_get(m-sessions, name);
++if (!session)
++return bus_send_error_reply(connection, message, 
error, -ENOENT);
++
++/* We use the FIFO to detect stray sessions where the
++process invoking PAM dies abnormally. We need to make
++sure that that process is not killed if at the clean
++end of the session it closes the FIFO. Hence, with
++this call explicitly turn off the FIFO logic, so that
++the PAM code can finish clean up on its own */
++session_remove_fifo(session);
++
++reply = dbus_message_new_method_return(message);
++if (!reply)
++goto oom;
++
+ } else if (dbus_message_is_method_call(message, 
org.freedesktop.login1.Manager, ActivateSession)) {
+ const char *name;
+ Session *session;
+diff --git a/src/login/pam-module.c b/src/login/pam-module.c
+index 8544413..4106d2b 100644
+--- a/src/login/pam-module.c
 b/src/login/pam-module.c
+@@ -414,7 +414,6 @@ _public_ PAM_EXTERN int pam_sm_open_session(
+ /org/freedesktop/login1,
+ org.freedesktop.login1.Manager,
+ CreateSession);
+-
+ if (!m) {
+ pam_syslog(handle, LOG_ERR, Could not allocate create 
session message.);
+ r = PAM_BUF_ERR;
+@@ -620,11 +619,77 @@ _public_ PAM_EXTERN int pam_sm_close_session(
+ int argc, const char **argv) {
+ 
+ const void *p = NULL;
++const char *id;
++DBusConnection *bus = NULL;
++DBusMessage *m = NULL, *reply = NULL;
++DBusError error;
++int r;
+ 
+-pam_get_data(handle, systemd.session-fd, p);
++assert(handle);
++
++dbus_error_init(error);
++
++id = 

[arch-commits] Commit in systemd/repos (22 files)

2012-04-01 Thread Dave Reisner
Date: Sunday, April 1, 2012 @ 19:17:08
  Author: dreisner
Revision: 155344

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

Added:
  
systemd/repos/testing-i686/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch
(from rev 155343, 
systemd/trunk/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch)
  
systemd/repos/testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch
(from rev 155343, 
systemd/trunk/0001-util-never-follow-symlinks-in-rm_rf_children.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 155343, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/cpp-compat.patch
(from rev 155343, systemd/trunk/cpp-compat.patch)
  systemd/repos/testing-i686/os-release
(from rev 155343, systemd/trunk/os-release)
  systemd/repos/testing-i686/systemd.install
(from rev 155343, systemd/trunk/systemd.install)
  
systemd/repos/testing-x86_64/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch
(from rev 155343, 
systemd/trunk/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch)
  
systemd/repos/testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch
(from rev 155343, 
systemd/trunk/0001-util-never-follow-symlinks-in-rm_rf_children.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 155343, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/cpp-compat.patch
(from rev 155343, systemd/trunk/cpp-compat.patch)
  systemd/repos/testing-x86_64/os-release
(from rev 155343, systemd/trunk/os-release)
  systemd/repos/testing-x86_64/systemd.install
(from rev 155343, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/cpp-compat.patch
  systemd/repos/testing-i686/os-release
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/cpp-compat.patch
  systemd/repos/testing-x86_64/os-release
  systemd/repos/testing-x86_64/systemd.install

+
 testing-i686/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch   |  
156 ++
 testing-i686/0001-util-never-follow-symlinks-in-rm_rf_children.patch   |   
64 +-
 testing-i686/PKGBUILD  |  
226 +-
 testing-i686/cpp-compat.patch  |   
38 -
 testing-i686/os-release|   
10 
 testing-i686/systemd.install   |  
108 ++--
 testing-x86_64/0001-logind-close-FIFO-before-ending-sessions-cleanly.patch |  
156 ++
 testing-x86_64/0001-util-never-follow-symlinks-in-rm_rf_children.patch |   
64 +-
 testing-x86_64/PKGBUILD|  
226 +-
 testing-x86_64/cpp-compat.patch|   
38 -
 testing-x86_64/os-release  |   
10 
 testing-x86_64/systemd.install |  
108 ++--
 12 files changed, 768 insertions(+), 436 deletions(-)

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


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

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 19:43:12
  Author: tomegun
Revision: 155345

upgpkg: filesystem 2012.2-4

added redirection of some output to /dev/null

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install

+
 PKGBUILD   |2 +-
 filesystem.install |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 23:17:08 UTC (rev 155344)
+++ PKGBUILD2012-04-01 23:43:12 UTC (rev 155345)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2012.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')

Modified: filesystem.install
===
--- filesystem.install  2012-04-01 23:17:08 UTC (rev 155344)
+++ filesystem.install  2012-04-01 23:43:12 UTC (rev 155345)
@@ -10,14 +10,14 @@
 
 # args: group [options]
 _addgroup() {
-   if ! getent group $1; then
+   if ! getent group $1 /dev/null; then
groupadd $@ /dev/null
fi
 }
 
 # args: group [options]
 _adduser() {
-   if ! getent passwd $1; then
+   if ! getent passwd $1 /dev/null; then
useradd $@ /dev/null
fi
 }



[arch-commits] Commit in filesystem/repos/testing-any (38 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 19:44:22
  Author: tomegun
Revision: 155346

archrelease: copy trunk to testing-any

Added:
  filesystem/repos/testing-any/PKGBUILD
(from rev 155345, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-any/crypttab
(from rev 155345, filesystem/trunk/crypttab)
  filesystem/repos/testing-any/filesystem.install
(from rev 155345, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-any/fstab
(from rev 155345, filesystem/trunk/fstab)
  filesystem/repos/testing-any/group
(from rev 155345, filesystem/trunk/group)
  filesystem/repos/testing-any/gshadow
(from rev 155345, filesystem/trunk/gshadow)
  filesystem/repos/testing-any/host.conf
(from rev 155345, filesystem/trunk/host.conf)
  filesystem/repos/testing-any/hosts
(from rev 155345, filesystem/trunk/hosts)
  filesystem/repos/testing-any/issue
(from rev 155345, filesystem/trunk/issue)
  filesystem/repos/testing-any/ld.so.conf
(from rev 155345, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first
(from rev 155345, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-any/motd
(from rev 155345, filesystem/trunk/motd)
  filesystem/repos/testing-any/nsswitch.conf
(from rev 155345, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-any/passwd
(from rev 155345, filesystem/trunk/passwd)
  filesystem/repos/testing-any/profile
(from rev 155345, filesystem/trunk/profile)
  filesystem/repos/testing-any/resolv.conf
(from rev 155345, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-any/securetty
(from rev 155345, filesystem/trunk/securetty)
  filesystem/repos/testing-any/shadow
(from rev 155345, filesystem/trunk/shadow)
  filesystem/repos/testing-any/shells
(from rev 155345, filesystem/trunk/shells)
Deleted:
  filesystem/repos/testing-any/PKGBUILD
  filesystem/repos/testing-any/crypttab
  filesystem/repos/testing-any/filesystem.install
  filesystem/repos/testing-any/fstab
  filesystem/repos/testing-any/group
  filesystem/repos/testing-any/gshadow
  filesystem/repos/testing-any/host.conf
  filesystem/repos/testing-any/hosts
  filesystem/repos/testing-any/issue
  filesystem/repos/testing-any/ld.so.conf
  filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first
  filesystem/repos/testing-any/motd
  filesystem/repos/testing-any/nsswitch.conf
  filesystem/repos/testing-any/passwd
  filesystem/repos/testing-any/profile
  filesystem/repos/testing-any/resolv.conf
  filesystem/repos/testing-any/securetty
  filesystem/repos/testing-any/shadow
  filesystem/repos/testing-any/shells

+
 PKGBUILD   |  192 +++
 crypttab   |   66 ++---
 filesystem.install |  118 +++
 fstab  |   10 +-
 group  |   62 ++--
 gshadow|   62 ++--
 host.conf  |   16 +--
 hosts  |   18 +--
 issue  |4 
 ld.so.conf |   14 +-
 modprobe.d.usb-load-ehci-first |4 
 nsswitch.conf  |   38 +++
 passwd |   14 +-
 profile|   54 +-
 resolv.conf|   16 +--
 securetty  |   30 +++---
 shadow |   14 +-
 shells |   16 +--
 18 files changed, 374 insertions(+), 374 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-01 23:43:12 UTC (rev 155345)
+++ PKGBUILD2012-04-01 23:44:22 UTC (rev 155346)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=filesystem
-pkgver=2012.2
-pkgrel=3
-pkgdesc='Base filesystem'
-arch=('any')
-license=('GPL')
-url='http://www.archlinux.org'
-groups=('base')
-install='filesystem.install'
-depends=('iana-etc' 'bash' 'coreutils')
-backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
-'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 
'etc/nsswitch.conf'
-'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
-source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
-'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 
'shells'
-'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
-
-package() {
-   cd ${pkgdir}
-
-   #
-   # setup root filesystem
-   #
-   for d in bin boot dev etc home lib/modules media mnt sbin usr var opt 
srv/http sys run; do
-   install -d -m755 ${d}
-   done
-   install -d -m555 proc
-   install -d -m0750 root
-   install -d -m1777 tmp
-   # vsftpd won't run with write perms on /srv/ftp
-   install -d -m555 -g ftp srv/ftp
-
- 

[arch-commits] Commit in xfig/trunk (PKGBUILD xfig-3.2.5-enable-Xaw3d.patch)

2012-04-01 Thread Eric Bélanger
Date: Sunday, April 1, 2012 @ 20:25:25
  Author: eric
Revision: 155347

upgpkg: xfig 3.2.5b-8

Replace xaw3d support by libxaw (close FS#28699)

Modified:
  xfig/trunk/PKGBUILD
Deleted:
  xfig/trunk/xfig-3.2.5-enable-Xaw3d.patch

---+
 PKGBUILD  |9 -
 xfig-3.2.5-enable-Xaw3d.patch |   18 --
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 23:44:22 UTC (rev 155346)
+++ PKGBUILD2012-04-02 00:25:25 UTC (rev 155347)
@@ -3,26 +3,25 @@
 
 pkgname=xfig
 pkgver=3.2.5b
-pkgrel=7
+pkgrel=8
 pkgdesc=An interactive drawing tool
 arch=('i686' 'x86_64')
 url=http://www.xfig.org/userman/;
 license=('custom')
-depends=('libpng' 'libjpeg' 'xaw3d=1.6' 'libxi' 'desktop-file-utils' 
'gsfonts' 'libxpm')
+depends=('libpng' 'libjpeg' 'libxaw' 'libxi' 'desktop-file-utils' 'gsfonts')
 makedepends=('imake')
 optdepends=('transfig: to use the frontend to convert fig files')
 options=('!makeflags' '!emptydirs')
 install=xfig.install
 source=(http://downloads.sourceforge.net/mcj/${pkgname}.${pkgver}.full.tar.gz \
xfig-3.2.4-redhat.patch xfig-3.2.5-color-resources.patch \
-xfig-3.2.5-enable-Xaw3d.patch xfig-3.2.5-urwfonts.patch \
+xfig-3.2.5-urwfonts.patch \
 xfig-3.2.5-fhs.patch xfig-3.2.5-missing-protos.patch \
 xfig.3.2.5-modularX.patch xfig-3.2.5b-fix-eps-reading.patch \
 xfig-3.2.5b-libpng-1.5.patch LICENSE xfig.desktop)
 sha1sums=('0730d7e6bc217c0de02682efb0078821512bb542'
   '926ad99c7221baa4aa9e9737722958860b2700fc'
   'b7c03fb70066ff476a4039a8c0f8930c15edef68'
-  '33bff26b42ce164e79de11808b5b34b363f0d59f'
   'e595ccdbe293ea0fdecbf59a2192ae57ced2c8eb'
   '39bec6bac9746b643b05fd1286826113ede07ff6'
   'bd76cd50be6a5789cfd6f182309cfd7056be04f3'
@@ -37,12 +36,12 @@
   patch -p1  ../xfig-3.2.4-redhat.patch
   patch -p1  ../xfig-3.2.5-fhs.patch
   patch -p1  ../xfig.3.2.5-modularX.patch
-  patch -p1  ../xfig-3.2.5-enable-Xaw3d.patch
   patch -p1  ../xfig-3.2.5-color-resources.patch
   patch -p1  ../xfig-3.2.5-urwfonts.patch
   patch -p1  ../xfig-3.2.5-missing-protos.patch
   patch -p1  ../xfig-3.2.5b-fix-eps-reading.patch
   patch -p1  ../xfig-3.2.5b-libpng-1.5.patch
+  sed -i 's/#define XAW3D/XCOMM #define XAW3D/' Imakefile
   chmod 755 Libraries
 
   xmkmf

Deleted: xfig-3.2.5-enable-Xaw3d.patch
===
--- xfig-3.2.5-enable-Xaw3d.patch   2012-04-01 23:44:22 UTC (rev 155346)
+++ xfig-3.2.5-enable-Xaw3d.patch   2012-04-02 00:25:25 UTC (rev 155347)
@@ -1,18 +0,0 @@
-diff -up xfig.3.2.5/Imakefile.no-Xaw3d xfig.3.2.5/Imakefile
 xfig.3.2.5/Imakefile.no-Xaw3d  2007-11-16 10:38:18.0 +0100
-+++ xfig.3.2.5/Imakefile   2007-11-16 10:38:49.0 +0100
-@@ -50,8 +50,8 @@ XAPPLOADDIR = /usr/share/X11/app-default
- XCOMM Uncomment the following if you have David Hawkey's Xaw3D version 1.5E 
which has
- XCOMM some new features, including Tips, which replace xfig's help 
balloons
- XCOMM NOTE: This is the default for many X systems now.
-
--XCOMM #define XAW3D1_5E
-+#define XAW3D1_5E
- 
- #ifdef XAW3D1_5E
- DUSEXAW3D = -DXAW3D -DXAW3D1_5E
--XAWLIB = -lXaw3d15e
-+XAWLIB = -lXaw3d
- #else
- XAW_SRC = w_menuentry.c SmeCascade.c SmeBSB.c SimpleMenu.c
- XAW_OBJ = w_menuentry.o SmeCascade.o SmeBSB.o SimpleMenu.o



[arch-commits] Commit in xfig/repos (50 files)

2012-04-01 Thread Eric Bélanger
Date: Sunday, April 1, 2012 @ 20:26:21
  Author: eric
Revision: 155348

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

Added:
  xfig/repos/extra-i686/LICENSE
(from rev 155347, xfig/trunk/LICENSE)
  xfig/repos/extra-i686/PKGBUILD
(from rev 155347, xfig/trunk/PKGBUILD)
  xfig/repos/extra-i686/xfig-3.2.4-redhat.patch
(from rev 155347, xfig/trunk/xfig-3.2.4-redhat.patch)
  xfig/repos/extra-i686/xfig-3.2.5-color-resources.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-color-resources.patch)
  xfig/repos/extra-i686/xfig-3.2.5-fhs.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-fhs.patch)
  xfig/repos/extra-i686/xfig-3.2.5-missing-protos.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-missing-protos.patch)
  xfig/repos/extra-i686/xfig-3.2.5-urwfonts.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-urwfonts.patch)
  xfig/repos/extra-i686/xfig-3.2.5b-fix-eps-reading.patch
(from rev 155347, xfig/trunk/xfig-3.2.5b-fix-eps-reading.patch)
  xfig/repos/extra-i686/xfig-3.2.5b-libpng-1.5.patch
(from rev 155347, xfig/trunk/xfig-3.2.5b-libpng-1.5.patch)
  xfig/repos/extra-i686/xfig.3.2.5-modularX.patch
(from rev 155347, xfig/trunk/xfig.3.2.5-modularX.patch)
  xfig/repos/extra-i686/xfig.desktop
(from rev 155347, xfig/trunk/xfig.desktop)
  xfig/repos/extra-i686/xfig.install
(from rev 155347, xfig/trunk/xfig.install)
  xfig/repos/extra-x86_64/LICENSE
(from rev 155347, xfig/trunk/LICENSE)
  xfig/repos/extra-x86_64/PKGBUILD
(from rev 155347, xfig/trunk/PKGBUILD)
  xfig/repos/extra-x86_64/xfig-3.2.4-redhat.patch
(from rev 155347, xfig/trunk/xfig-3.2.4-redhat.patch)
  xfig/repos/extra-x86_64/xfig-3.2.5-color-resources.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-color-resources.patch)
  xfig/repos/extra-x86_64/xfig-3.2.5-fhs.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-fhs.patch)
  xfig/repos/extra-x86_64/xfig-3.2.5-missing-protos.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-missing-protos.patch)
  xfig/repos/extra-x86_64/xfig-3.2.5-urwfonts.patch
(from rev 155347, xfig/trunk/xfig-3.2.5-urwfonts.patch)
  xfig/repos/extra-x86_64/xfig-3.2.5b-fix-eps-reading.patch
(from rev 155347, xfig/trunk/xfig-3.2.5b-fix-eps-reading.patch)
  xfig/repos/extra-x86_64/xfig-3.2.5b-libpng-1.5.patch
(from rev 155347, xfig/trunk/xfig-3.2.5b-libpng-1.5.patch)
  xfig/repos/extra-x86_64/xfig.3.2.5-modularX.patch
(from rev 155347, xfig/trunk/xfig.3.2.5-modularX.patch)
  xfig/repos/extra-x86_64/xfig.desktop
(from rev 155347, xfig/trunk/xfig.desktop)
  xfig/repos/extra-x86_64/xfig.install
(from rev 155347, xfig/trunk/xfig.install)
Deleted:
  xfig/repos/extra-i686/LICENSE
  xfig/repos/extra-i686/PKGBUILD
  xfig/repos/extra-i686/xfig-3.2.4-redhat.patch
  xfig/repos/extra-i686/xfig-3.2.5-color-resources.patch
  xfig/repos/extra-i686/xfig-3.2.5-enable-Xaw3d.patch
  xfig/repos/extra-i686/xfig-3.2.5-fhs.patch
  xfig/repos/extra-i686/xfig-3.2.5-missing-protos.patch
  xfig/repos/extra-i686/xfig-3.2.5-urwfonts.patch
  xfig/repos/extra-i686/xfig-3.2.5b-fix-eps-reading.patch
  xfig/repos/extra-i686/xfig-3.2.5b-libpng-1.5.patch
  xfig/repos/extra-i686/xfig.3.2.5-modularX.patch
  xfig/repos/extra-i686/xfig.desktop
  xfig/repos/extra-i686/xfig.install
  xfig/repos/extra-x86_64/LICENSE
  xfig/repos/extra-x86_64/PKGBUILD
  xfig/repos/extra-x86_64/xfig-3.2.4-redhat.patch
  xfig/repos/extra-x86_64/xfig-3.2.5-color-resources.patch
  xfig/repos/extra-x86_64/xfig-3.2.5-enable-Xaw3d.patch
  xfig/repos/extra-x86_64/xfig-3.2.5-fhs.patch
  xfig/repos/extra-x86_64/xfig-3.2.5-missing-protos.patch
  xfig/repos/extra-x86_64/xfig-3.2.5-urwfonts.patch
  xfig/repos/extra-x86_64/xfig-3.2.5b-fix-eps-reading.patch
  xfig/repos/extra-x86_64/xfig-3.2.5b-libpng-1.5.patch
  xfig/repos/extra-x86_64/xfig.3.2.5-modularX.patch
  xfig/repos/extra-x86_64/xfig.desktop
  xfig/repos/extra-x86_64/xfig.install

+
 extra-i686/LICENSE |   66 -
 extra-i686/PKGBUILD|  129 +-
 extra-i686/xfig-3.2.4-redhat.patch |   62 -
 extra-i686/xfig-3.2.5-color-resources.patch|   78 +--
 extra-i686/xfig-3.2.5-enable-Xaw3d.patch   |   18 --
 extra-i686/xfig-3.2.5-fhs.patch|   24 +--
 extra-i686/xfig-3.2.5-missing-protos.patch |   22 +--
 extra-i686/xfig-3.2.5-urwfonts.patch   |  158 +++
 extra-i686/xfig-3.2.5b-fix-eps-reading.patch   |   92 ++---
 extra-i686/xfig-3.2.5b-libpng-1.5.patch|  140 ++--
 extra-i686/xfig.3.2.5-modularX.patch   |   56 
 extra-i686/xfig.desktop|   94 ++---
 extra-i686/xfig.install|   22 +--
 extra-x86_64/LICENSE   |   66 -
 extra-x86_64/PKGBUILD  |  129 +-
 extra-x86_64/xfig-3.2.4-redhat.patch   |   62 -
 

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

2012-04-01 Thread Ionut Biru
Date: Monday, April 2, 2012 @ 00:48:35
  Author: ibiru
Revision: 155349

disable system cairo.

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

---+
 PKGBUILD  |4 ++--
 mozconfig |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-02 00:26:21 UTC (rev 155348)
+++ PKGBUILD2012-04-02 04:48:35 UTC (rev 155349)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=11.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -16,7 +16,7 @@
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js
 libvpx.patch)
 md5sums=('4b07acf47857aff72776d805409cdd1b'
- '4b925c654eb2484e26d08f743df118fa'
+ 'db6d2bd4671831859566f403a086fdf2'
  'bdeb0380c7fae30dd0ead6d2d3bc5873'
  '594523c536a9be951b52c90dd85aff18'
  '0d053487907de4376d67d8f499c5502b'

Modified: mozconfig
===
--- mozconfig   2012-04-02 00:26:21 UTC (rev 155348)
+++ mozconfig   2012-04-02 04:48:35 UTC (rev 155349)
@@ -15,7 +15,7 @@
 ac_add_options --enable-system-hunspell
 ac_add_options --enable-system-sqlite
 ac_add_options --enable-system-ffi
-ac_add_options --enable-system-cairo
+#ac_add_options --enable-system-cairo
 ac_add_options --enable-system-pixman
 ac_add_options --with-pthreads
 



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

2012-04-01 Thread Ionut Biru
Date: Monday, April 2, 2012 @ 00:50:24
  Author: ibiru
Revision: 155350

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

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 155349, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 155349, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 155349, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 155349, firefox/trunk/firefox.install)
  firefox/repos/testing-i686/libvpx.patch
(from rev 155349, firefox/trunk/libvpx.patch)
  firefox/repos/testing-i686/mozconfig
(from rev 155349, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/vendor.js
(from rev 155349, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 155349, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 155349, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 155349, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 155349, firefox/trunk/firefox.install)
  firefox/repos/testing-x86_64/libvpx.patch
(from rev 155349, firefox/trunk/libvpx.patch)
  firefox/repos/testing-x86_64/mozconfig
(from rev 155349, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/vendor.js
(from rev 155349, firefox/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|   69 
 testing-i686/firefox-install-dir.patch   |   28 ++
 testing-i686/firefox.desktop |   81 +
 testing-i686/firefox.install |   13 
 testing-i686/libvpx.patch|   12 
 testing-i686/mozconfig   |   45 
 testing-i686/vendor.js   |9 +++
 testing-x86_64/PKGBUILD  |   69 
 testing-x86_64/firefox-install-dir.patch |   28 ++
 testing-x86_64/firefox.desktop   |   81 +
 testing-x86_64/firefox.install   |   13 
 testing-x86_64/libvpx.patch  |   12 
 testing-x86_64/mozconfig |   45 
 testing-x86_64/vendor.js |9 +++
 14 files changed, 514 insertions(+)

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 155349, 
firefox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-02 04:50:24 UTC (rev 155350)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=11.0
+pkgrel=3
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'nss=3.13.3' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'sqlite3' 
'libnotify' 'desktop-file-utils' 'libvpx' 'libevent' 'hicolor-icon-theme')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake')
+url=http://www.mozilla.org/projects/firefox;
+install=firefox.install
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js
+libvpx.patch)
+md5sums=('4b07acf47857aff72776d805409cdd1b'
+ 'db6d2bd4671831859566f403a086fdf2'
+ 'bdeb0380c7fae30dd0ead6d2d3bc5873'
+ '594523c536a9be951b52c90dd85aff18'
+ '0d053487907de4376d67d8f499c5502b'
+ '5d418ecdbdb9f40597df6b978b0b5ee5')
+
+build() {
+  cd $srcdir/mozilla-release
+
+  cp $srcdir/mozconfig .mozconfig
+  patch -Np1 -i $srcdir/firefox-install-dir.patch
+  patch -Np1 -i $srcdir/libvpx.patch
+
+  # Fix PRE_RELEASE_SUFFIX
+  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
+browser/base/Makefile.in
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
+  export PYTHON=/usr/bin/python2
+
+  LD_PRELOAD= /usr/bin/Xvfb -nolisten tcp -extension GLX -screen 0 
1280x1024x24 :99 
+  LD_PRELOAD= DISPLAY=:99 make -j1 -f client.mk profiledbuild 
MOZ_MAKE_FLAGS=$MAKEFLAGS
+  kill $! || true
+}
+
+package() {
+  cd $srcdir/mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -m644 $srcdir/vendor.js $pkgdir/usr/lib/firefox/defaults/pref
+
+  for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
+  install -Dm644 browser/branding/official/default${i/x*/}.png \
+$pkgdir/usr/share/icons/hicolor/$i/apps/firefox.png
+  done
+
+  install -Dm644 $srcdir/firefox.desktop \
+$pkgdir/usr/share/applications/firefox.desktop
+
+  rm -rf 

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

2012-04-01 Thread Eric Bélanger
Date: Monday, April 2, 2012 @ 01:42:08
  Author: eric
Revision: 155351

upgpkg: ttf-junicode 0.7.5-1

Upstream update

Modified:
  ttf-junicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-02 04:50:24 UTC (rev 155350)
+++ PKGBUILD2012-04-02 05:42:08 UTC (rev 155351)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus francois.archlinux.org
 
 pkgname=ttf-junicode
-pkgver=0.7.4
+pkgver=0.7.5
 pkgrel=1
 pkgdesc=Junius-Unicode: a Unicode font targeted at medievalists
 arch=('any')
@@ -13,7 +13,7 @@
 install=ttf.install
 source=(http://downloads.sourceforge.net/junicode/junicode-${pkgver//\./-}.zip
 LICENSE)
-sha1sums=('1cf55f46a11d98c22295050ee996eeceeb1371ec'
+sha1sums=('1989f3d95961bfa51767fb3446fe721882160dcd'
   '84e2137ba63c1983a1e36371fc7e08ef5d94542e')
 
 package() {



[arch-commits] Commit in ttf-junicode/repos/extra-any (6 files)

2012-04-01 Thread Eric Bélanger
Date: Monday, April 2, 2012 @ 01:42:27
  Author: eric
Revision: 155352

archrelease: copy trunk to extra-any

Added:
  ttf-junicode/repos/extra-any/LICENSE
(from rev 155351, ttf-junicode/trunk/LICENSE)
  ttf-junicode/repos/extra-any/PKGBUILD
(from rev 155351, ttf-junicode/trunk/PKGBUILD)
  ttf-junicode/repos/extra-any/ttf.install
(from rev 155351, ttf-junicode/trunk/ttf.install)
Deleted:
  ttf-junicode/repos/extra-any/LICENSE
  ttf-junicode/repos/extra-any/PKGBUILD
  ttf-junicode/repos/extra-any/ttf.install

-+
 LICENSE |  194 +-
 PKGBUILD|   54 
 ttf.install |   30 
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-04-02 05:42:08 UTC (rev 155351)
+++ LICENSE 2012-04-02 05:42:27 UTC (rev 155352)
@@ -1,97 +0,0 @@
-Copyright (c) dates, Copyright Holder (URL|email),
-with Reserved Font Name Reserved Font Name.
-Copyright (c) dates, additional Copyright Holder (URL|email),
-with Reserved Font Name additional Reserved Font Name.
-Copyright (c) dates, additional Copyright Holder (URL|email).
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-

-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-Font Software refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-Reserved Font Name refers to any names specified as such after the
-copyright statement(s).
-
-Original Version refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-Modified Version refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-Author refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION  CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not 

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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 03:05:45
  Author: ronald
Revision: 154979

upgpkg: fftw 3.3.1-1

upstream update to 3.3.1

Modified:
  fftw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 05:13:43 UTC (rev 154978)
+++ PKGBUILD2012-04-01 07:05:45 UTC (rev 154979)
@@ -3,8 +3,8 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=fftw
-pkgver=3.3
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc=A library for computing the discrete Fourier transform (DFT)
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 options=('!libtool')
 source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
 install=fftw.install
-sha1sums=('e44493ba4babeacba184568e727876d9aed44205')
+sha1sums=('3fecc492f576503a6a509d2073bd82b3fe0aef13')
 
 # notes:
 # http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69



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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 03:06:27
  Author: ronald
Revision: 154980

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

Added:
  fftw/repos/extra-i686/PKGBUILD
(from rev 154979, fftw/trunk/PKGBUILD)
  fftw/repos/extra-i686/fftw.install
(from rev 154979, fftw/trunk/fftw.install)
  fftw/repos/extra-x86_64/PKGBUILD
(from rev 154979, fftw/trunk/PKGBUILD)
  fftw/repos/extra-x86_64/fftw.install
(from rev 154979, fftw/trunk/fftw.install)
Deleted:
  fftw/repos/extra-i686/PKGBUILD
  fftw/repos/extra-i686/fftw.install
  fftw/repos/extra-x86_64/PKGBUILD
  fftw/repos/extra-x86_64/fftw.install

---+
 extra-i686/PKGBUILD   |  100 ++--
 extra-i686/fftw.install   |   44 +--
 extra-x86_64/PKGBUILD |  100 ++--
 extra-x86_64/fftw.install |   44 +--
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 07:05:45 UTC (rev 154979)
+++ extra-i686/PKGBUILD 2012-04-01 07:06:27 UTC (rev 154980)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=fftw
-pkgver=3.3
-pkgrel=2
-pkgdesc=A library for computing the discrete Fourier transform (DFT)
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.fftw.org/;
-depends=('glibc' 'bash')
-makedepends=('gcc-fortran')
-options=('!libtool')
-source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
-install=fftw.install
-sha1sums=('e44493ba4babeacba184568e727876d9aed44205')
-
-# notes:
-# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
-# http://www.fftw.org/faq/section2.html#singleprec
-# http://www.fftw.org/fftw3_doc/Precision.html#Precision
-
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # use upstream default CFLAGS while keeping our -march/-mtune
-  CFLAGS+= -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math
-
-  CONFIGURE=./configure F77=gfortran --prefix=/usr \
- --enable-shared --enable-threads
-
-  # build  install double precision
-  $CONFIGURE --enable-sse2
-  make
-  make DESTDIR=${pkgdir} install
-  make clean 
-
-  # build  install long double precission
-  $CONFIGURE --enable-long-double
-  make
-  make DESTDIR=${pkgdir} install
-  make clean
-
-  # build  install single precision
-  $CONFIGURE --enable-float --enable-sse
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: fftw/repos/extra-i686/PKGBUILD (from rev 154979, fftw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 07:06:27 UTC (rev 154980)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=fftw
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=A library for computing the discrete Fourier transform (DFT)
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.fftw.org/;
+depends=('glibc' 'bash')
+makedepends=('gcc-fortran')
+options=('!libtool')
+source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
+install=fftw.install
+sha1sums=('3fecc492f576503a6a509d2073bd82b3fe0aef13')
+
+# notes:
+# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
+# http://www.fftw.org/faq/section2.html#singleprec
+# http://www.fftw.org/fftw3_doc/Precision.html#Precision
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # use upstream default CFLAGS while keeping our -march/-mtune
+  CFLAGS+= -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math
+
+  CONFIGURE=./configure F77=gfortran --prefix=/usr \
+ --enable-shared --enable-threads
+
+  # build  install double precision
+  $CONFIGURE --enable-sse2
+  make
+  make DESTDIR=${pkgdir} install
+  make clean 
+
+  # build  install long double precission
+  $CONFIGURE --enable-long-double
+  make
+  make DESTDIR=${pkgdir} install
+  make clean
+
+  # build  install single precision
+  $CONFIGURE --enable-float --enable-sse
+  make
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fftw.install
===
--- extra-i686/fftw.install 2012-04-01 07:05:45 UTC (rev 154979)
+++ extra-i686/fftw.install 2012-04-01 07:06:27 UTC (rev 154980)
@@ -1,22 +0,0 @@
-info_dir=/usr/share/info
-info_files=(fftw3.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-
-
-

Copied: fftw/repos/extra-i686/fftw.install (from rev 154979, 
fftw/trunk/fftw.install)
===
--- 

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

2012-04-01 Thread Ionut Biru
Date: Sunday, April 1, 2012 @ 03:42:42
  Author: ibiru
Revision: 154981

update to 0.12

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 07:06:27 UTC (rev 154980)
+++ PKGBUILD2012-04-01 07:42:42 UTC (rev 154981)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=p11-kit
-pkgver=0.11
+pkgver=0.12
 pkgrel=1
 pkgdesc=Library to work with PKCS#11 modules
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 options=(!libtool)
 source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
+md5sums=('66baf7ddde982d1b7294d3bd63be7446')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-04-01 Thread Ionut Biru
Date: Sunday, April 1, 2012 @ 03:46:19
  Author: ibiru
Revision: 154982

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

Added:
  p11-kit/repos/extra-i686/PKGBUILD
(from rev 154981, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/extra-x86_64/PKGBUILD
(from rev 154981, p11-kit/trunk/PKGBUILD)
Deleted:
  p11-kit/repos/extra-i686/PKGBUILD
  p11-kit/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-04-01 07:42:42 UTC (rev 154981)
+++ extra-i686/PKGBUILD 2012-04-01 07:46:19 UTC (rev 154982)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.11
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(glibc)
-options=(!libtool)
-source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 154981, 
p11-kit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 07:46:19 UTC (rev 154982)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.12
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(glibc)
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('66baf7ddde982d1b7294d3bd63be7446')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 07:42:42 UTC (rev 154981)
+++ extra-x86_64/PKGBUILD   2012-04-01 07:46:19 UTC (rev 154982)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.11
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(glibc)
-options=(!libtool)
-source=($url/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('bd45d00c5c4d4b171791003bf5344d6f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 154981, 
p11-kit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-01 07:46:19 UTC (rev 154982)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.12
+pkgrel=1
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(glibc)
+options=(!libtool)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('66baf7ddde982d1b7294d3bd63be7446')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:22:02
  Author: andyrtr
Revision: 154983

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

Added:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
(from rev 154982, linux-lts/repos/testing-i686/CVE-2012-0056.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 154982, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 154982, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 154982, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 154982, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 154982, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 154982, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 154982, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 154982, 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/ext4-options.patch
  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  |  558 -
 change-default-console-loglevel.patch |   24 
 config|11462 +++-
 config.x86_64 |10941 +++---
 ext4-options.patch|   98 
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 9 files changed, 11780 insertions(+), 12045 deletions(-)

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


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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:22:04
  Author: andyrtr
Revision: 154984

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

Added:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
(from rev 154982, linux-lts/repos/testing-x86_64/CVE-2012-0056.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 154982, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 154982, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 154982, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 154982, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 154982, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 154982, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 154982, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 154982, 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/ext4-options.patch
  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  |  558 -
 change-default-console-loglevel.patch |   24 
 config|11462 +++-
 config.x86_64 |10941 +++---
 ext4-options.patch|   98 
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 9 files changed, 11780 insertions(+), 12045 deletions(-)

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


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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:22:29
  Author: andyrtr
Revision: 154985

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 154984, xorg-server/repos/testing-i686/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 154984, xorg-server/repos/testing-i686/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 154984, xorg-server/repos/testing-i686/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 154984, xorg-server/repos/testing-i686/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 154984, xorg-server/repos/testing-i686/git-fixes.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 154984, xorg-server/repos/testing-i686/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 154984, xorg-server/repos/testing-i686/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/git-fixes.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/testing-i686/

-+
 10-quirks.conf  |   20 -
 PKGBUILD|  388 +++
 autoconfig-nvidia.patch |   56 ++--
 autoconfig-sis.patch|   40 +--
 git-fixes.patch |  322 +-
 xvfb-run|  360 ++---
 xvfb-run.1  |  564 +++---
 7 files changed, 876 insertions(+), 874 deletions(-)

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


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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:22:31
  Author: andyrtr
Revision: 154986

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

Added:
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 154984, xorg-server/repos/testing-x86_64/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 154984, xorg-server/repos/testing-x86_64/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 154984, xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 154984, xorg-server/repos/testing-x86_64/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 154984, xorg-server/repos/testing-x86_64/git-fixes.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 154984, xorg-server/repos/testing-x86_64/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 154984, xorg-server/repos/testing-x86_64/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/git-fixes.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1
  xorg-server/repos/testing-x86_64/

-+
 10-quirks.conf  |   20 -
 PKGBUILD|  388 +++
 autoconfig-nvidia.patch |   56 ++--
 autoconfig-sis.patch|   40 +--
 git-fixes.patch |  322 +-
 xvfb-run|  360 ++---
 xvfb-run.1  |  564 +++---
 7 files changed, 876 insertions(+), 874 deletions(-)

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


[arch-commits] Commit in cups-filters/repos (3 files)

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:24:54
  Author: andyrtr
Revision: 154987

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

Added:
  cups-filters/repos/extra-i686/
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 154986, cups-filters/repos/testing-i686/PKGBUILD)
Deleted:
  cups-filters/repos/testing-i686/

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

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 154986, 
cups-filters/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 08:24:54 UTC (rev 154987)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+groups=()
+depends=('ghostscript' 'lcms2' 'poppler')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=(!makeflags)
+install=
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('0f158e42798da7da030721f7ec139ece')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  #make DESTDIR=$pkgdir/ install
+  make install BUILDROOT=$pkgdir/
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}



[arch-commits] Commit in cups-filters/repos (3 files)

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:24:55
  Author: andyrtr
Revision: 154988

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

Added:
  cups-filters/repos/extra-x86_64/
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 154986, cups-filters/repos/testing-x86_64/PKGBUILD)
Deleted:
  cups-filters/repos/testing-x86_64/

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

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 154986, 
cups-filters/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-01 08:24:55 UTC (rev 154988)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+groups=()
+depends=('ghostscript' 'lcms2' 'poppler')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=(!makeflags)
+install=
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('0f158e42798da7da030721f7ec139ece')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  #make DESTDIR=$pkgdir/ install
+  make install BUILDROOT=$pkgdir/
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}



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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:32:43
  Author: ronald
Revision: 154989

upgpkg: texmacs 1.0.7.15-1

update to 1.0.7.15; add install file

Added:
  texmacs/trunk/texmacs.install
Modified:
  texmacs/trunk/PKGBUILD

-+
 PKGBUILD|9 +
 texmacs.install |   14 ++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 08:24:55 UTC (rev 154988)
+++ PKGBUILD2012-04-01 08:32:43 UTC (rev 154989)
@@ -3,18 +3,19 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=texmacs
-pkgver=1.0.7.14
+pkgver=1.0.7.15
 pkgrel=1
 pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
 arch=('i686' 'x86_64')
 url=http://www.texmacs.org/;
 license=('GPL')
-depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info' 'desktop-file-utils')
 # do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps')
+optdepends=('transfig: convert images using fig2ps' 'awk: conversion of some 
files')
 #source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
 
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a')
+install=texmacs.install
+sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3')
 
 build() {
   cd ${srcdir}/TeXmacs-${pkgver}-src

Added: texmacs.install
===
--- texmacs.install (rev 0)
+++ texmacs.install 2012-04-01 08:32:43 UTC (rev 154989)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+



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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:33:19
  Author: ronald
Revision: 154990

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

Added:
  texmacs/repos/extra-i686/PKGBUILD
(from rev 154989, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-i686/texmacs.install
(from rev 154989, texmacs/trunk/texmacs.install)
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 154989, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/texmacs.install
(from rev 154989, texmacs/trunk/texmacs.install)
Deleted:
  texmacs/repos/extra-i686/PKGBUILD
  texmacs/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |   77 -
 extra-i686/texmacs.install   |   14 +++
 extra-x86_64/PKGBUILD|   77 -
 extra-x86_64/texmacs.install |   14 +++
 4 files changed, 106 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 08:32:43 UTC (rev 154989)
+++ extra-i686/PKGBUILD 2012-04-01 08:33:19 UTC (rev 154990)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=texmacs
-pkgver=1.0.7.14
-pkgrel=1
-pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
-arch=('i686' 'x86_64')
-url=http://www.texmacs.org/;
-license=('GPL')
-depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps')
-#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-sha1sums=('5bbe0458d2ab73fa8cea8e12fee788b17b6f279a')
-
-build() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  sed -i 's/env python/env python2/' \
-plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
-  sed -i 's/python/python2/' plugins/python/progs/init-python.scm
-  sed -i '/^LDPATH/d' src/makefile.in
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --libexecdir=/usr/lib \
- --disable-qt
-  make
-}
-
-package() {
-  cd ${srcdir}/TeXmacs-${pkgver}-src
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
-}

Copied: texmacs/repos/extra-i686/PKGBUILD (from rev 154989, 
texmacs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=texmacs
+pkgver=1.0.7.15
+pkgrel=1
+pkgdesc=Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one.
+arch=('i686' 'x86_64')
+url=http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info' 'desktop-file-utils')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps' 'awk: conversion of some 
files')
+#source=(ftp://ftp.texmacs.org/pub/TeXmacs/targz/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+sha1sums=('d75d55fcf0c06bf7fd5d9afd1031b9cf8413cbd3')
+
+build() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  sed -i 's/env python/env python2/' \
+plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage}
+  sed -i 's/python/python2/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib \
+ --disable-qt
+  make
+}
+
+package() {
+  cd ${srcdir}/TeXmacs-${pkgver}-src
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' ${pkgdir}/usr/bin/fig2ps
+}

Copied: texmacs/repos/extra-i686/texmacs.install (from rev 154989, 
texmacs/trunk/texmacs.install)
===
--- extra-i686/texmacs.install  (rev 0)
+++ extra-i686/texmacs.install  2012-04-01 08:33:19 UTC (rev 154990)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:52:22
  Author: ronald
Revision: 154991

upgpkg: wxmaxima 12.01.0-1

update to 12.01.0; add install file

Added:
  wxmaxima/trunk/wxmaxima.install
Modified:
  wxmaxima/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 wxmaxima.install |   14 ++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 08:33:19 UTC (rev 154990)
+++ PKGBUILD2012-04-01 08:52:22 UTC (rev 154991)
@@ -4,15 +4,16 @@
 # Contributor: Vinay S Shastry vinayshas...@gmail.com
 
 pkgname=wxmaxima
-pkgver=11.08.0
-pkgrel=2
+pkgver=12.01.0
+pkgrel=1
 pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
 arch=('i686' 'x86_64')
 url=http://wxmaxima.sourceforge.net/;
 license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
-sha1sums=('852a772e4b982bc355120cc95ee6f3d600ce011b')
+install=wxmaxima.install
+sha1sums=('d80002ddea3260b0f3315072f23b4bb3cce3a10a')
 
 build() {
   cd ${srcdir}/wxMaxima-${pkgver}

Added: wxmaxima.install
===
--- wxmaxima.install(rev 0)
+++ wxmaxima.install2012-04-01 08:52:22 UTC (rev 154991)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+



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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:52:55
  Author: ronald
Revision: 154992

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

Added:
  wxmaxima/repos/extra-i686/PKGBUILD
(from rev 154991, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/extra-i686/wxmaxima.install
(from rev 154991, wxmaxima/trunk/wxmaxima.install)
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 154991, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/extra-x86_64/wxmaxima.install
(from rev 154991, wxmaxima/trunk/wxmaxima.install)
Deleted:
  wxmaxima/repos/extra-i686/PKGBUILD
  wxmaxima/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   73 
 extra-i686/wxmaxima.install   |   14 +++
 extra-x86_64/PKGBUILD |   73 
 extra-x86_64/wxmaxima.install |   14 +++
 4 files changed, 102 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 08:52:22 UTC (rev 154991)
+++ extra-i686/PKGBUILD 2012-04-01 08:52:55 UTC (rev 154992)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=wxmaxima
-pkgver=11.08.0
-pkgrel=2
-pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
-arch=('i686' 'x86_64')
-url=http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk')
-source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
-sha1sums=('852a772e4b982bc355120cc95ee6f3d600ce011b')
-
-build() {
-  cd ${srcdir}/wxMaxima-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/wxMaxima-${pkgver}
-
-  make DESTDIR=${pkgdir} install 
-
-  # Fix category in .desktop file
-  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' 
wxmaxima.desktop
-
-  # Install desktop file and icon
-  install -m755 -d ${pkgdir}/usr/share/applications
-  install -m755 -d ${pkgdir}/usr/share/pixmaps
-  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
-  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 154991, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 08:52:55 UTC (rev 154992)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=12.01.0
+pkgrel=1
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('d80002ddea3260b0f3315072f23b4bb3cce3a10a')
+
+build() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+
+  make DESTDIR=${pkgdir} install 
+
+  # Fix category in .desktop file
+  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' 
wxmaxima.desktop
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Copied: wxmaxima/repos/extra-i686/wxmaxima.install (from rev 154991, 
wxmaxima/trunk/wxmaxima.install)
===
--- extra-i686/wxmaxima.install (rev 0)
+++ extra-i686/wxmaxima.install 2012-04-01 08:52:55 UTC (rev 154992)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 08:52:22 UTC (rev 154991)
+++ extra-x86_64/PKGBUILD   2012-04-01 08:52:55 UTC (rev 154992)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=wxmaxima
-pkgver=11.08.0
-pkgrel=2
-pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
-arch=('i686' 'x86_64')

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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:53:32
  Author: andyrtr
Revision: 154993

upgpkg: libreoffice 3.5.1-3

icu49.1 rebuild - now we have a fix to build using new system icu49.1 :)

Added:
  libreoffice/trunk/buildfix_icu49.diff
Modified:
  libreoffice/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 buildfix_icu49.diff |   42 ++
 2 files changed, 48 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 08:52:55 UTC (rev 154992)
+++ PKGBUILD2012-04-01 08:53:32 UTC (rev 154993)
@@ -21,7 +21,7 @@
'libreoffice-extension-report-builder')
 _LOver=3.5.1.2
 pkgver=3.5.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -33,7 +33,7 @@
   #'saxon' - currently broken 
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python2=2.7 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
- 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' #icu=49.1 
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=49.1 
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 'ttf-dejavu') # to satisfy regression tests
@@ -46,7 +46,6 @@
 _additional_source_url=http://dev-www.libreoffice.org/src;
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz

${_additional_source_url}/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   
${_additional_source_url}/314e582264c36b3735466c522899aa07-icu4c-4_4_2-src.tgz

${_additional_source_url}/d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2

${_additional_source_url}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz

${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -77,10 +76,10 @@

gmake_install.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=1048d8fa4abd3e55a45dfb6884db808da1d72c9e

smp_buildfix.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=cf23f57ae6bb7af689a45e0a850c3c2f67a8f810

buildfix_kde4fpicker.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=ee67c55260ec7723c39606955ccdbd3e2934935a
+   buildfix_icu49.diff
libreoffice-common.sh libreoffice-common.csh)
 noextract=(d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2
18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
-   314e582264c36b3735466c522899aa07-icu4c-4_4_2-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll
0ff7d225d087793c8c2c680d77aac3e7-mdds_0.5.3.tar.bz2
ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
@@ -111,7 +110,6 @@
  '607b544cd7b38f9e6db6fe7da25007a7'
  'a3fa7818bfab14a6cccec645193e9982'
  '18f577b374d60b3c760a3a3350407632'
- '314e582264c36b3735466c522899aa07'
  'd28864eb2b59bb57b034c0d4662a3cee'
  '1f24ab1d39f4a51faf22244c94a6203f'
  '35c94d2df8893241173de1d16b6034c0'
@@ -142,6 +140,7 @@
  '60ce5dc9bd098f95c2e621a930c98dd9'
  '661a52a02a31b3afbe4b3b3146061afd'
  '15fe8b5d79fbdc0b6bc2b454086671e7'
+ '9734ea20c9f67e1b6e1c5a1247fbd3ff'
  '32fcd844935434807e68d7bd06b94f09'
  '06a45184aefe078c4314e002ba666b52')
 
@@ -168,6 +167,7 @@
patch -Np1 -i ${srcdir}/gmake_install.diff
patch -Np1 -i ${srcdir}/smp_buildfix.diff
patch -Np1 -i ${srcdir}/buildfix_kde4fpicker.diff
+   patch -Np0 -i ${srcdir}/buildfix_icu49.diff

# unset C(XX)FLAGS
# http://www.openoffice.org/issues/show_bug.cgi?id=103205
@@ -220,7 +220,6 @@
--without-afms\
--without-ppds\
--without-system-libwps\
-   --without-system-icu \
--without-system-mdds\
--without-myspell-dicts \
--without-system-libvisio \
@@ -287,7 +286,7 @@
  pkgdesc=common files for LibreOffice - a productivity suite that is 
compatible with other major office suites
  install=${pkgbase}.install
  depends=('libreoffice-langpack' hunspell=1.2.8 python2=2.7 
neon=0.28.6
-  'nspr' 'libsm' 'redland' 'hyphen' 'graphite' #icu=4.6 
+  'nspr' 'libsm' 'redland' 'hyphen' 'graphite' icu=49.1 
   'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils' 'orbit2')
   #'saxon'
  optdepends=('libreoffice-langpack: additional language support'

Added: buildfix_icu49.diff
===
--- buildfix_icu49.diff (rev 0)
+++ buildfix_icu49.diff 2012-04-01 08:53:32 UTC (rev 154993)
@@ -0,0 +1,42 @@

[arch-commits] Commit in libreoffice/repos (38 files)

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 04:55:21
  Author: andyrtr
Revision: 154994

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

Added:
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 154993, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/buildfix_boost.diff
(from rev 154993, libreoffice/trunk/buildfix_boost.diff)
  libreoffice/repos/staging-i686/buildfix_ct2n.diff
(from rev 154993, libreoffice/trunk/buildfix_ct2n.diff)
  libreoffice/repos/staging-i686/buildfix_icu49.diff
(from rev 154993, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/staging-i686/gcc462_buildfix.diff
(from rev 154993, libreoffice/trunk/gcc462_buildfix.diff)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 154993, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 154993, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice.install
(from rev 154993, libreoffice/trunk/libreoffice.install)
  libreoffice/repos/staging-i686/scp2-more-reasonable-file-access-rights.diff
(from rev 154993, 
libreoffice/trunk/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/staging-i686/vbahelper.visibility.patch
(from rev 154993, libreoffice/trunk/vbahelper.visibility.patch)
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 154993, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/buildfix_boost.diff
(from rev 154993, libreoffice/trunk/buildfix_boost.diff)
  libreoffice/repos/staging-x86_64/buildfix_ct2n.diff
(from rev 154993, libreoffice/trunk/buildfix_ct2n.diff)
  libreoffice/repos/staging-x86_64/buildfix_icu49.diff
(from rev 154993, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/staging-x86_64/gcc462_buildfix.diff
(from rev 154993, libreoffice/trunk/gcc462_buildfix.diff)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 154993, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 154993, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice.install
(from rev 154993, libreoffice/trunk/libreoffice.install)
  libreoffice/repos/staging-x86_64/scp2-more-reasonable-file-access-rights.diff
(from rev 154993, 
libreoffice/trunk/scp2-more-reasonable-file-access-rights.diff)
  libreoffice/repos/staging-x86_64/vbahelper.visibility.patch
(from rev 154993, libreoffice/trunk/vbahelper.visibility.patch)
Deleted:
  libreoffice/repos/staging-i686/PKGBUILD
  libreoffice/repos/staging-i686/buildfix_boost.diff
  libreoffice/repos/staging-i686/buildfix_ct2n.diff
  libreoffice/repos/staging-i686/gcc462_buildfix.diff
  libreoffice/repos/staging-i686/libreoffice-common.csh
  libreoffice/repos/staging-i686/libreoffice-common.sh
  libreoffice/repos/staging-i686/libreoffice.install
  libreoffice/repos/staging-i686/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/staging-i686/vbahelper.visibility.patch
  libreoffice/repos/staging-x86_64/PKGBUILD
  libreoffice/repos/staging-x86_64/buildfix_boost.diff
  libreoffice/repos/staging-x86_64/buildfix_ct2n.diff
  libreoffice/repos/staging-x86_64/gcc462_buildfix.diff
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
  libreoffice/repos/staging-x86_64/libreoffice.install
  libreoffice/repos/staging-x86_64/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/staging-x86_64/vbahelper.visibility.patch

-+
 staging-i686/PKGBUILD   | 1355 --
 staging-i686/buildfix_boost.diff|   80 
 staging-i686/buildfix_ct2n.diff |   34 
 staging-i686/buildfix_icu49.diff|   42 
 staging-i686/gcc462_buildfix.diff   |  276 +-
 staging-i686/libreoffice-common.csh |2 
 staging-i686/libreoffice-common.sh  |2 
 staging-i686/libreoffice.install|   94 
 staging-i686/scp2-more-reasonable-file-access-rights.diff   |   30 
 staging-i686/vbahelper.visibility.patch |   66 
 staging-x86_64/PKGBUILD | 1355 --
 staging-x86_64/buildfix_boost.diff  |   80 
 staging-x86_64/buildfix_ct2n.diff   |   34 
 staging-x86_64/buildfix_icu49.diff  |   42 
 staging-x86_64/gcc462_buildfix.diff |  276 +-
 staging-x86_64/libreoffice-common.csh   |2 
 staging-x86_64/libreoffice-common.sh|2 
 staging-x86_64/libreoffice.install  |   94 
 staging-x86_64/scp2-more-reasonable-file-access-rights.diff |   30 
 

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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:55:47
  Author: ronald
Revision: 154995

icons don't conflict with oxygen-icons anymore FS#29187

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 08:55:21 UTC (rev 154994)
+++ PKGBUILD2012-04-01 08:55:47 UTC (rev 154995)
@@ -52,9 +52,6 @@
   make DESTDIR=${pkgdir} install
   cd ${srcdir}/build/po
   make DESTDIR=${pkgdir} install
-
-  # these are in oxygen-icons
-  rm -rf ${pkgdir}/usr/share/icons
 }
 
 package_libkface() {



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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 05:19:07
  Author: ronald
Revision: 154996

upgpkg: stellarium 0.11.2-1

upstream update to 0.11.2

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 08:55:47 UTC (rev 154995)
+++ PKGBUILD2012-04-01 09:19:07 UTC (rev 154996)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=stellarium
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc=A stellarium with great graphics and a nice database of sky-objects
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('e721a9cef0c736354c477fdb25cce607a9a3b52e'
+sha1sums=('ed77c612b53d74dc2264b1be05f19d05950a1771'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')




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

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 05:19:54
  Author: ronald
Revision: 154997

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 154996, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 154996, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.desktop
(from rev 154996, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-i686/stellarium.png
(from rev 154996, stellarium/trunk/stellarium.png)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 154996, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 154996, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.desktop
(from rev 154996, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-x86_64/stellarium.png
(from rev 154996, stellarium/trunk/stellarium.png)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.desktop
  stellarium/repos/extra-i686/stellarium.png
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.desktop
  stellarium/repos/extra-x86_64/stellarium.png

-+
 extra-i686/PKGBUILD |   76 +++---
 extra-i686/libpng14.patch   |   42 ++---
 extra-i686/stellarium.desktop   |   18 -
 extra-x86_64/PKGBUILD   |   76 +++---
 extra-x86_64/libpng14.patch |   42 ++---
 extra-x86_64/stellarium.desktop |   18 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 09:19:07 UTC (rev 154996)
+++ extra-i686/PKGBUILD 2012-04-01 09:19:54 UTC (rev 154997)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=stellarium
-pkgver=0.11.1
-pkgrel=1
-pkgdesc=A stellarium with great graphics and a nice database of sky-objects
-arch=(i686 x86_64)
-url=http://stellarium.free.fr/;
-license=('GPL2')
-depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl')
-makedepends=('cmake' 'boost')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   stellarium.desktop
-stellarium.png)
-sha1sums=('e721a9cef0c736354c477fdb25cce607a9a3b52e'
-  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
-  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  # install desktop file  pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 154996, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 09:19:54 UTC (rev 154997)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=stellarium
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=A stellarium with great graphics and a nice database of sky-objects
+arch=(i686 x86_64)
+url=http://stellarium.free.fr/;
+license=('GPL2')
+depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl')
+makedepends=('cmake' 'boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   stellarium.desktop
+stellarium.png)
+sha1sums=('ed77c612b53d74dc2264b1be05f19d05950a1771'
+  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
+  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  # install desktop file  pixmap
+  install -Dm644 ${srcdir}/stellarium.desktop \
+   ${pkgdir}/usr/share/applications/stellarium.desktop
+  install -Dm644 ${srcdir}/stellarium.png \
+   ${pkgdir}/usr/share/pixmaps/stellarium.png
+}

Deleted: extra-i686/libpng14.patch
===
--- extra-i686/libpng14.patch   2012-04-01 09:19:07 UTC (rev 154996)
+++ extra-i686/libpng14.patch   2012-04-01 09:19:54 UTC (rev 154997)
@@ -1,21 +0,0 @@
-diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 

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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:01:16
  Author: andyrtr
Revision: 154998

upgpkg: xorg-xlsatoms 1.1.1-1

upstream update 1.1.1

Modified:
  xorg-xlsatoms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 09:19:54 UTC (rev 154997)
+++ PKGBUILD2012-04-01 10:01:16 UTC (rev 154998)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xlsatoms
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc=List interned atoms defined on server
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xlsatoms-${pkgver}.tar.bz2)
-sha1sums=('2982df6844d60cd12a09208808ab6baa767fe35f')
+sha1sums=('271880bf9dcd37b85b08e5f4a43e6015747b45e1')
 
 build() {
   cd ${srcdir}/xlsatoms-${pkgver}



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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:01:56
  Author: andyrtr
Revision: 154999

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

Added:
  xorg-xlsatoms/repos/extra-i686/PKGBUILD
(from rev 154998, xorg-xlsatoms/trunk/PKGBUILD)
  xorg-xlsatoms/repos/extra-x86_64/PKGBUILD
(from rev 154998, xorg-xlsatoms/trunk/PKGBUILD)
Deleted:
  xorg-xlsatoms/repos/extra-i686/PKGBUILD
  xorg-xlsatoms/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-04-01 10:01:16 UTC (rev 154998)
+++ extra-i686/PKGBUILD 2012-04-01 10:01:56 UTC (rev 154999)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xlsatoms
-pkgver=1.1.0
-pkgrel=3
-pkgdesc=List interned atoms defined on server
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsatoms-${pkgver}.tar.bz2)
-sha1sums=('2982df6844d60cd12a09208808ab6baa767fe35f')
-
-build() {
-  cd ${srcdir}/xlsatoms-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xlsatoms-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xlsatoms/repos/extra-i686/PKGBUILD (from rev 154998, 
xorg-xlsatoms/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 10:01:56 UTC (rev 154999)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xlsatoms
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=List interned atoms defined on server
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsatoms-${pkgver}.tar.bz2)
+sha1sums=('271880bf9dcd37b85b08e5f4a43e6015747b45e1')
+
+build() {
+  cd ${srcdir}/xlsatoms-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xlsatoms-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 10:01:16 UTC (rev 154998)
+++ extra-x86_64/PKGBUILD   2012-04-01 10:01:56 UTC (rev 154999)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xlsatoms
-pkgver=1.1.0
-pkgrel=3
-pkgdesc=List interned atoms defined on server
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsatoms-${pkgver}.tar.bz2)
-sha1sums=('2982df6844d60cd12a09208808ab6baa767fe35f')
-
-build() {
-  cd ${srcdir}/xlsatoms-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xlsatoms-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xlsatoms/repos/extra-x86_64/PKGBUILD (from rev 154998, 
xorg-xlsatoms/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-01 10:01:56 UTC (rev 154999)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xlsatoms
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=List interned atoms defined on server
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsatoms-${pkgver}.tar.bz2)
+sha1sums=('271880bf9dcd37b85b08e5f4a43e6015747b45e1')
+
+build() {
+  cd ${srcdir}/xlsatoms-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xlsatoms-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in xorg-xpr/trunk (PKGBUILD copyright.patch)

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:04:19
  Author: andyrtr
Revision: 155000

upgpkg: xorg-xpr 1.0.4-1

upstream update 1.0.4

Modified:
  xorg-xpr/trunk/PKGBUILD
Deleted:
  xorg-xpr/trunk/copyright.patch

-+
 PKGBUILD|   13 +++--
 copyright.patch |   75 --
 2 files changed, 5 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 10:01:56 UTC (rev 154999)
+++ PKGBUILD2012-04-01 10:04:19 UTC (rev 155000)
@@ -2,23 +2,20 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xpr
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=Print an X window dump from xwd
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('libx11' 'libxmu')
+depends=('libx11' 'libxmu' 'sh')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2
-copyright.patch)
-sha1sums=('9dbd0ff136b612285e00d92d0c7675a4207b1c4a'
-  'd2649781330400b83cf3553d9cfd6e02dd93a2bd')
+source=(http://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2)
+sha1sums=('0645404e9aa2c9f979e4d006c483633bf6cfc2d9')
 
 build() {
   cd ${srcdir}/xpr-${pkgver}
-  patch -Np1 -i ${srcdir}/copyright.patch
   ./configure --prefix=/usr
   make
 }

Deleted: copyright.patch
===
--- copyright.patch 2012-04-01 10:01:56 UTC (rev 154999)
+++ copyright.patch 2012-04-01 10:04:19 UTC (rev 155000)
@@ -1,75 +0,0 @@
-From 11569289123fb178e23fd1aa284e9fa10e6c1e8c Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith alan.coopersm...@oracle.com
-Date: Fri, 06 Aug 2010 22:09:48 +
-Subject: Fill in COPYING file with copyright notices from source code
-
-Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

-diff --git a/COPYING b/COPYING
-index 7f33cbf..0f9d8e0 100644
 a/COPYING
-+++ b/COPYING
-@@ -1,12 +1,53 @@
--This is a stub file.  This package has not yet had its complete licensing
--information compiled.  Please see the individual source files for details on
--your rights to use and modify this software.
- 
--Please submit updated COPYING files to the Xorg bugzilla:
-+Copyright (c) 1985, 1988  X Consortium
- 
--https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-+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 furnished to do so, subject to
-+the following conditions:
- 
--All licensing questions regarding this software should be directed at the
--Xorg mailing list:
-+The above copyright notice and this permission notice shall be included
-+in all copies or substantial portions of the Software.
- 
--http://lists.freedesktop.org/mailman/listinfo/xorg
-+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 X CONSORTIUM 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 X Consortium 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 X Consortium.
-+
-+Copyright 1986 by Marvin Solomon and the University of Wisconsin
-+
-+Permission to use, copy, modify, and distribute this
-+software and its documentation for any purpose and without
-+fee is hereby granted, provided that the above copyright
-+notice appear in all copies and that both that copyright
-+notice and this permission notice appear in supporting
-+documentation, and that the names of Marvin Solomon and
-+the University of Wisconsin not be used in
-+advertising or publicity pertaining to distribution of the
-+software without specific, written prior permission.
-+Neither Marvin Solomon nor the University of Wisconsin
-+makes any representations about the suitability of
-+this software for any purpose.  It is provided as is
-+without express or implied warranty.
-+
-+Copyright (c) 1988 by Hewlett-Packard Company
-+
-+Permission to use, copy, modify, and distribute this software
-+and its documentation for any purpose and without fee is hereby
-+granted, provided that the above copyright notice appear in all
-+copies and that both that copyright notice and this permission
-+notice 

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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:04:57
  Author: andyrtr
Revision: 155001

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

Added:
  xorg-xpr/repos/extra-i686/PKGBUILD
(from rev 155000, xorg-xpr/trunk/PKGBUILD)
  xorg-xpr/repos/extra-x86_64/PKGBUILD
(from rev 155000, xorg-xpr/trunk/PKGBUILD)
Deleted:
  xorg-xpr/repos/extra-i686/PKGBUILD
  xorg-xpr/repos/extra-i686/copyright.patch
  xorg-xpr/repos/extra-x86_64/PKGBUILD
  xorg-xpr/repos/extra-x86_64/copyright.patch

--+
 extra-i686/PKGBUILD  |   57 ++-
 extra-i686/copyright.patch   |   75 -
 extra-x86_64/PKGBUILD|   57 ++-
 extra-x86_64/copyright.patch |   75 -
 4 files changed, 54 insertions(+), 210 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 10:04:19 UTC (rev 155000)
+++ extra-i686/PKGBUILD 2012-04-01 10:04:57 UTC (rev 155001)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xpr
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=Print an X window dump from xwd
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2
-copyright.patch)
-sha1sums=('9dbd0ff136b612285e00d92d0c7675a4207b1c4a'
-  'd2649781330400b83cf3553d9cfd6e02dd93a2bd')
-
-build() {
-  cd ${srcdir}/xpr-${pkgver}
-  patch -Np1 -i ${srcdir}/copyright.patch
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xpr-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xpr/repos/extra-i686/PKGBUILD (from rev 155000, 
xorg-xpr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 10:04:57 UTC (rev 155001)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xpr
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=Print an X window dump from xwd
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'sh')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xpr-${pkgver}.tar.bz2)
+sha1sums=('0645404e9aa2c9f979e4d006c483633bf6cfc2d9')
+
+build() {
+  cd ${srcdir}/xpr-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xpr-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/copyright.patch
===
--- extra-i686/copyright.patch  2012-04-01 10:04:19 UTC (rev 155000)
+++ extra-i686/copyright.patch  2012-04-01 10:04:57 UTC (rev 155001)
@@ -1,75 +0,0 @@
-From 11569289123fb178e23fd1aa284e9fa10e6c1e8c Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith alan.coopersm...@oracle.com
-Date: Fri, 06 Aug 2010 22:09:48 +
-Subject: Fill in COPYING file with copyright notices from source code
-
-Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

-diff --git a/COPYING b/COPYING
-index 7f33cbf..0f9d8e0 100644
 a/COPYING
-+++ b/COPYING
-@@ -1,12 +1,53 @@
--This is a stub file.  This package has not yet had its complete licensing
--information compiled.  Please see the individual source files for details on
--your rights to use and modify this software.
- 
--Please submit updated COPYING files to the Xorg bugzilla:
-+Copyright (c) 1985, 1988  X Consortium
- 
--https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-+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 furnished to do so, subject to
-+the following conditions:
- 
--All licensing questions regarding this software should be directed at the
--Xorg mailing list:
-+The above copyright notice and this permission notice shall be included
-+in all copies or substantial portions of the Software.
- 
--http://lists.freedesktop.org/mailman/listinfo/xorg
-+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 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
-+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT 

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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:06:45
  Author: andyrtr
Revision: 155003

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

Added:
  xorg-xwud/repos/extra-i686/PKGBUILD
(from rev 155002, xorg-xwud/trunk/PKGBUILD)
  xorg-xwud/repos/extra-x86_64/PKGBUILD
(from rev 155002, xorg-xwud/trunk/PKGBUILD)
Deleted:
  xorg-xwud/repos/extra-i686/PKGBUILD
  xorg-xwud/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-04-01 10:06:08 UTC (rev 155002)
+++ extra-i686/PKGBUILD 2012-04-01 10:06:45 UTC (rev 155003)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xwud
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=X Window System image undumping utility
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2)
-sha1sums=('2e706d50c7039e3daa4963d36ab703e48aa652ed')
-
-build() {
-  cd ${srcdir}/xwud-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xwud-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xwud/repos/extra-i686/PKGBUILD (from rev 155002, 
xorg-xwud/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 10:06:45 UTC (rev 155003)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwud
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=X Window System image undumping utility
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2)
+sha1sums=('786cd4b18bf576fae3ffd417545b1394b27c7f06')
+
+build() {
+  cd ${srcdir}/xwud-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xwud-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 10:06:08 UTC (rev 155002)
+++ extra-x86_64/PKGBUILD   2012-04-01 10:06:45 UTC (rev 155003)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xwud
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=X Window System image undumping utility
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2)
-sha1sums=('2e706d50c7039e3daa4963d36ab703e48aa652ed')
-
-build() {
-  cd ${srcdir}/xwud-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xwud-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xwud/repos/extra-x86_64/PKGBUILD (from rev 155002, 
xorg-xwud/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-01 10:06:45 UTC (rev 155003)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xwud
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=X Window System image undumping utility
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2)
+sha1sums=('786cd4b18bf576fae3ffd417545b1394b27c7f06')
+
+build() {
+  cd ${srcdir}/xwud-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xwud-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:09:58
  Author: andyrtr
Revision: 155004

upgpkg: cups-filters 1.0.11-1

upstream update 1.0.11

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-01 10:06:45 UTC (rev 155003)
+++ PKGBUILD2012-04-01 10:09:58 UTC (rev 155004)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.1
+pkgver=1.0.11
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 #options=(!makeflags)
 install=
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('0f158e42798da7da030721f7ec139ece')
+md5sums=('70789c052deaa50fb00cae1b4c24f9f4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-04-01 Thread andyrtr
Date: Sunday, April 1, 2012 @ 06:10:35
  Author: andyrtr
Revision: 155005

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 155004, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 155004, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 10:09:58 UTC (rev 155004)
+++ extra-i686/PKGBUILD 2012-04-01 10:10:35 UTC (rev 155005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-groups=()
-depends=('ghostscript' 'lcms2' 'poppler')
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-#options=(!makeflags)
-install=
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('0f158e42798da7da030721f7ec139ece')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-#check() {
-#  cd $srcdir/$pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  #make DESTDIR=$pkgdir/ install
-  make install BUILDROOT=$pkgdir/
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 155004, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 10:10:35 UTC (rev 155005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.11
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+groups=()
+depends=('ghostscript' 'lcms2' 'poppler')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=(!makeflags)
+install=
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('70789c052deaa50fb00cae1b4c24f9f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  #make DESTDIR=$pkgdir/ install
+  make install BUILDROOT=$pkgdir/
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 10:09:58 UTC (rev 155004)
+++ extra-x86_64/PKGBUILD   2012-04-01 10:10:35 UTC (rev 155005)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.1
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-groups=()
-depends=('ghostscript' 'lcms2' 'poppler')
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-#options=(!makeflags)
-install=
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('0f158e42798da7da030721f7ec139ece')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-#check() {
-#  cd $srcdir/$pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  #make DESTDIR=$pkgdir/ install
-  make install BUILDROOT=$pkgdir/
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 155004, 
cups-filters/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-01 10:10:35 UTC (rev 155005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.11
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+groups=()
+depends=('ghostscript' 'lcms2' 'poppler')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=(!makeflags)
+install=
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)

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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:30
  Author: heftig
Revision: 155006

db-move: moved anjuta from [gnome-unstable] to [testing] (i686)

Added:
  anjuta/repos/testing-i686/
  anjuta/repos/testing-i686/PKGBUILD
(from rev 155005, anjuta/repos/gnome-unstable-i686/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 155005, anjuta/repos/gnome-unstable-i686/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/

+
 PKGBUILD   |   34 ++
 anjuta.install |   21 +
 2 files changed, 55 insertions(+)

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 155005, 
anjuta/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:30 UTC (rev 155006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgname=anjuta
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url=http://anjuta.sourceforge.net/;
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  # j1: Race during linking
+  make -j1 DESTDIR=$pkgdir install
+
+  sed -i 1s|#!/usr/bin/python$|2| \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Copied: anjuta/repos/testing-i686/anjuta.install (from rev 155005, 
anjuta/repos/gnome-unstable-i686/anjuta.install)
===
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2012-04-01 11:30:30 UTC (rev 155006)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall anjuta
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:31
  Author: heftig
Revision: 155007

db-move: moved anjuta from [gnome-unstable] to [testing] (x86_64)

Added:
  anjuta/repos/testing-x86_64/
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 155005, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 155005, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-x86_64/

+
 PKGBUILD   |   34 ++
 anjuta.install |   21 +
 2 files changed, 55 insertions(+)

Copied: anjuta/repos/testing-x86_64/PKGBUILD (from rev 155005, 
anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:31 UTC (rev 155007)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgname=anjuta
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('vte3' 'gdl' 'autogen' 'devhelp' 'glade' 'libgda' 'subversion' 
'gnome-icon-theme' 'vala' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url=http://anjuta.sourceforge.net/;
+install=anjuta.install
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('c8175e04e797dc0e2aaede4ae73ee9cd7f37d3e59b158961703db546d4660abf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  # j1: Race during linking
+  make -j1 DESTDIR=$pkgdir install
+
+  sed -i 1s|#!/usr/bin/python$|2| \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Copied: anjuta/repos/testing-x86_64/anjuta.install (from rev 155005, 
anjuta/repos/gnome-unstable-x86_64/anjuta.install)
===
--- testing-x86_64/anjuta.install   (rev 0)
+++ testing-x86_64/anjuta.install   2012-04-01 11:30:31 UTC (rev 155007)
@@ -0,0 +1,21 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall anjuta
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:32
  Author: heftig
Revision: 155008

db-move: moved anjuta-extras from [gnome-unstable] to [testing] (i686)

Added:
  anjuta-extras/repos/testing-i686/
  anjuta-extras/repos/testing-i686/PKGBUILD
(from rev 155005, anjuta-extras/repos/gnome-unstable-i686/PKGBUILD)
  anjuta-extras/repos/testing-i686/anjuta-extras.install
(from rev 155005, 
anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install)
Deleted:
  anjuta-extras/repos/gnome-unstable-i686/

---+
 PKGBUILD  |   28 
 anjuta-extras.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: anjuta-extras/repos/testing-i686/PKGBUILD (from rev 155005, 
anjuta-extras/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:32 UTC (rev 155008)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e9aa21dfa7e182c85e15eb4c3f1d0db928826572350f0aaeeae8ee9c947440bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/testing-i686/anjuta-extras.install (from rev 
155005, anjuta-extras/repos/gnome-unstable-i686/anjuta-extras.install)
===
--- testing-i686/anjuta-extras.install  (rev 0)
+++ testing-i686/anjuta-extras.install  2012-04-01 11:30:32 UTC (rev 155008)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:33
  Author: heftig
Revision: 155009

db-move: moved anjuta-extras from [gnome-unstable] to [testing] (x86_64)

Added:
  anjuta-extras/repos/testing-x86_64/
  anjuta-extras/repos/testing-x86_64/PKGBUILD
(from rev 155005, anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta-extras/repos/testing-x86_64/anjuta-extras.install
(from rev 155005, 
anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install)
Deleted:
  anjuta-extras/repos/gnome-unstable-x86_64/

---+
 PKGBUILD  |   28 
 anjuta-extras.install |   11 +++
 2 files changed, 39 insertions(+)

Copied: anjuta-extras/repos/testing-x86_64/PKGBUILD (from rev 155005, 
anjuta-extras/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:33 UTC (rev 155009)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=anjuta-extras
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Anjuta Integrated Development Environment extra plugins
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('anjuta')
+makedepends=('intltool' 'gnome-doc-utils')
+install=anjuta-extras.install
+url=http://anjuta.sourceforge.net/;
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+options=('!libtool' '!emptydirs')
+sha256sums=('e9aa21dfa7e182c85e15eb4c3f1d0db928826572350f0aaeeae8ee9c947440bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: anjuta-extras/repos/testing-x86_64/anjuta-extras.install (from rev 
155005, anjuta-extras/repos/gnome-unstable-x86_64/anjuta-extras.install)
===
--- testing-x86_64/anjuta-extras.install(rev 0)
+++ testing-x86_64/anjuta-extras.install2012-04-01 11:30:33 UTC (rev 
155009)
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in atk/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:34
  Author: heftig
Revision: 155010

db-move: moved atk from [gnome-unstable] to [testing] (i686)

Added:
  atk/repos/testing-i686/
  atk/repos/testing-i686/PKGBUILD
(from rev 155005, atk/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  atk/repos/gnome-unstable-i686/

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

Copied: atk/repos/testing-i686/PKGBUILD (from rev 155005, 
atk/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:34 UTC (rev 155010)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in atk/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:36
  Author: heftig
Revision: 155011

db-move: moved atk from [gnome-unstable] to [testing] (x86_64)

Added:
  atk/repos/testing-x86_64/
  atk/repos/testing-x86_64/PKGBUILD
(from rev 155005, atk/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  atk/repos/gnome-unstable-x86_64/

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

Copied: atk/repos/testing-x86_64/PKGBUILD (from rev 155005, 
atk/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:36 UTC (rev 155011)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.4.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:37
  Author: heftig
Revision: 155012

db-move: moved at-spi2-atk from [gnome-unstable] to [testing] (i686)

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

-+
 PKGBUILD|   34 ++
 at-spi2-atk.install |   11 +++
 2 files changed, 45 insertions(+)

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

Copied: at-spi2-atk/repos/testing-i686/at-spi2-atk.install (from rev 155005, 
at-spi2-atk/repos/gnome-unstable-i686/at-spi2-atk.install)
===
--- testing-i686/at-spi2-atk.install(rev 0)
+++ testing-i686/at-spi2-atk.install2012-04-01 11:30:37 UTC (rev 155012)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:38
  Author: heftig
Revision: 155013

db-move: moved at-spi2-atk from [gnome-unstable] to [testing] (x86_64)

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

-+
 PKGBUILD|   34 ++
 at-spi2-atk.install |   11 +++
 2 files changed, 45 insertions(+)

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

Copied: at-spi2-atk/repos/testing-x86_64/at-spi2-atk.install (from rev 155005, 
at-spi2-atk/repos/gnome-unstable-x86_64/at-spi2-atk.install)
===
--- testing-x86_64/at-spi2-atk.install  (rev 0)
+++ testing-x86_64/at-spi2-atk.install  2012-04-01 11:30:38 UTC (rev 155013)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:40
  Author: heftig
Revision: 155014

db-move: moved at-spi2-core from [gnome-unstable] to [testing] (i686)

Added:
  at-spi2-core/repos/testing-i686/
  at-spi2-core/repos/testing-i686/PKGBUILD
(from rev 155005, at-spi2-core/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  at-spi2-core/repos/gnome-unstable-i686/

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

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



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:41
  Author: heftig
Revision: 155015

db-move: moved at-spi2-core from [gnome-unstable] to [testing] (x86_64)

Added:
  at-spi2-core/repos/testing-x86_64/
  at-spi2-core/repos/testing-x86_64/PKGBUILD
(from rev 155005, at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  at-spi2-core/repos/gnome-unstable-x86_64/

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

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



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:43
  Author: heftig
Revision: 155016

db-move: moved baobab from [gnome-unstable] to [testing] (i686)

Added:
  baobab/repos/testing-i686/
  baobab/repos/testing-i686/PKGBUILD
(from rev 155005, baobab/repos/gnome-unstable-i686/PKGBUILD)
  baobab/repos/testing-i686/baobab.install
(from rev 155005, baobab/repos/gnome-unstable-i686/baobab.install)
Deleted:
  baobab/repos/gnome-unstable-i686/

+
 PKGBUILD   |   28 
 baobab.install |   12 
 2 files changed, 40 insertions(+)

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 155005, 
baobab/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:43 UTC (rev 155016)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=baobab
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libgtop')
+makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0936bb2e1bb9a9a7518eaa2a29cffd0bd9b99ae9c33e4e99b5d11c6d150a08bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/baobab.install (from rev 155005, 
baobab/repos/gnome-unstable-i686/baobab.install)
===
--- testing-i686/baobab.install (rev 0)
+++ testing-i686/baobab.install 2012-04-01 11:30:43 UTC (rev 155016)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:45
  Author: heftig
Revision: 155017

db-move: moved baobab from [gnome-unstable] to [testing] (x86_64)

Added:
  baobab/repos/testing-x86_64/
  baobab/repos/testing-x86_64/PKGBUILD
(from rev 155005, baobab/repos/gnome-unstable-x86_64/PKGBUILD)
  baobab/repos/testing-x86_64/baobab.install
(from rev 155005, baobab/repos/gnome-unstable-x86_64/baobab.install)
Deleted:
  baobab/repos/gnome-unstable-x86_64/

+
 PKGBUILD   |   28 
 baobab.install |   12 
 2 files changed, 40 insertions(+)

Copied: baobab/repos/testing-x86_64/PKGBUILD (from rev 155005, 
baobab/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:45 UTC (rev 155017)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=baobab
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libgtop')
+makedepends=('intltool' 'itstool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0936bb2e1bb9a9a7518eaa2a29cffd0bd9b99ae9c33e4e99b5d11c6d150a08bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-x86_64/baobab.install (from rev 155005, 
baobab/repos/gnome-unstable-x86_64/baobab.install)
===
--- testing-x86_64/baobab.install   (rev 0)
+++ testing-x86_64/baobab.install   2012-04-01 11:30:45 UTC (rev 155017)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:46
  Author: heftig
Revision: 155018

db-move: moved brasero from [gnome-unstable] to [testing] (i686)

Added:
  brasero/repos/testing-i686/
  brasero/repos/testing-i686/PKGBUILD
(from rev 155005, brasero/repos/gnome-unstable-i686/PKGBUILD)
  brasero/repos/testing-i686/brasero.install
(from rev 155005, brasero/repos/gnome-unstable-i686/brasero.install)
Deleted:
  brasero/repos/gnome-unstable-i686/

-+
 PKGBUILD|   38 ++
 brasero.install |   14 ++
 2 files changed, 52 insertions(+)

Copied: brasero/repos/testing-i686/PKGBUILD (from rev 155005, 
brasero/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:46 UTC (rev 155018)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 
'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  
'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql')
+makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 
'gobject-introspection' 'gconf')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'gstreamer0.10-bad-plugins: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e35b739a7db54d21564232303bb9d12609a02976c36cdd8848ff4376a0809198')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: brasero/repos/testing-i686/brasero.install (from rev 155005, 
brasero/repos/gnome-unstable-i686/brasero.install)
===
--- testing-i686/brasero.install(rev 0)
+++ testing-i686/brasero.install2012-04-01 11:30:46 UTC (rev 155018)
@@ -0,0 +1,14 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:47
  Author: heftig
Revision: 155019

db-move: moved brasero from [gnome-unstable] to [testing] (x86_64)

Added:
  brasero/repos/testing-x86_64/
  brasero/repos/testing-x86_64/PKGBUILD
(from rev 155005, brasero/repos/gnome-unstable-x86_64/PKGBUILD)
  brasero/repos/testing-x86_64/brasero.install
(from rev 155005, brasero/repos/gnome-unstable-x86_64/brasero.install)
Deleted:
  brasero/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   38 ++
 brasero.install |   14 ++
 2 files changed, 52 insertions(+)

Copied: brasero/repos/testing-x86_64/PKGBUILD (from rev 155005, 
brasero/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:47 UTC (rev 155019)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 
'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  
'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql')
+makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 
'gobject-introspection' 'gconf')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'gstreamer0.10-bad-plugins: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e35b739a7db54d21564232303bb9d12609a02976c36cdd8848ff4376a0809198')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: brasero/repos/testing-x86_64/brasero.install (from rev 155005, 
brasero/repos/gnome-unstable-x86_64/brasero.install)
===
--- testing-x86_64/brasero.install  (rev 0)
+++ testing-x86_64/brasero.install  2012-04-01 11:30:47 UTC (rev 155019)
@@ -0,0 +1,14 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:49
  Author: heftig
Revision: 155020

db-move: moved cantarell-fonts from [gnome-unstable] to [testing] (any)

Added:
  cantarell-fonts/repos/testing-any/
  cantarell-fonts/repos/testing-any/PKGBUILD
(from rev 155005, cantarell-fonts/repos/gnome-unstable-any/PKGBUILD)
  cantarell-fonts/repos/testing-any/cantarell-fonts.install
(from rev 155005, 
cantarell-fonts/repos/gnome-unstable-any/cantarell-fonts.install)
Deleted:
  cantarell-fonts/repos/gnome-unstable-any/

-+
 PKGBUILD|   32 
 cantarell-fonts.install |   13 +
 2 files changed, 45 insertions(+)

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

Copied: cantarell-fonts/repos/testing-any/cantarell-fonts.install (from rev 
155005, cantarell-fonts/repos/gnome-unstable-any/cantarell-fonts.install)
===
--- testing-any/cantarell-fonts.install (rev 0)
+++ testing-any/cantarell-fonts.install 2012-04-01 11:30:49 UTC (rev 155020)
@@ -0,0 +1,13 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:50
  Author: heftig
Revision: 155021

db-move: moved caribou from [gnome-unstable] to [testing] (i686)

Added:
  caribou/repos/testing-i686/
  caribou/repos/testing-i686/PKGBUILD
(from rev 155005, caribou/repos/gnome-unstable-i686/PKGBUILD)
  caribou/repos/testing-i686/caribou.install
(from rev 155005, caribou/repos/gnome-unstable-i686/caribou.install)
Deleted:
  caribou/repos/gnome-unstable-i686/

-+
 PKGBUILD|   36 
 caribou.install |   13 +
 2 files changed, 49 insertions(+)

Copied: caribou/repos/testing-i686/PKGBUILD (from rev 155005, 
caribou/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:50 UTC (rev 155021)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/testing-i686/caribou.install (from rev 155005, 
caribou/repos/gnome-unstable-i686/caribou.install)
===
--- testing-i686/caribou.install(rev 0)
+++ testing-i686/caribou.install2012-04-01 11:30:50 UTC (rev 155021)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:52
  Author: heftig
Revision: 155022

db-move: moved caribou from [gnome-unstable] to [testing] (x86_64)

Added:
  caribou/repos/testing-x86_64/
  caribou/repos/testing-x86_64/PKGBUILD
(from rev 155005, caribou/repos/gnome-unstable-x86_64/PKGBUILD)
  caribou/repos/testing-x86_64/caribou.install
(from rev 155005, caribou/repos/gnome-unstable-x86_64/caribou.install)
Deleted:
  caribou/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   36 
 caribou.install |   13 +
 2 files changed, 49 insertions(+)

Copied: caribou/repos/testing-x86_64/PKGBUILD (from rev 155005, 
caribou/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:52 UTC (rev 155022)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=('LGPL')
+depends=('at-spi2-atk' 'pyatspi' 'dbus-python' 'python2-gobject' 'gtk3' 
'libxklavier' 'libgee' 'clutter' 'dconf')
+makedepends=('gnome-doc-utils' 'intltool')
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('bcc64498b20c368747c3630d501a66ccf904db15d855f33fd4f963b5b19723ad')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/testing-x86_64/caribou.install (from rev 155005, 
caribou/repos/gnome-unstable-x86_64/caribou.install)
===
--- testing-x86_64/caribou.install  (rev 0)
+++ testing-x86_64/caribou.install  2012-04-01 11:30:52 UTC (rev 155022)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:54
  Author: heftig
Revision: 155023

db-move: moved cheese from [gnome-unstable] to [testing] (i686)

Added:
  cheese/repos/testing-i686/
  cheese/repos/testing-i686/PKGBUILD
(from rev 155005, cheese/repos/gnome-unstable-i686/PKGBUILD)
  cheese/repos/testing-i686/cheese.install
(from rev 155005, cheese/repos/gnome-unstable-i686/cheese.install)
Deleted:
  cheese/repos/gnome-unstable-i686/

+
 PKGBUILD   |   35 +++
 cheese.install |   20 
 2 files changed, 55 insertions(+)

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 155005, 
cheese/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:54 UTC (rev 155023)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 
'clutter-gtk' 'mx' 'libgee'
+ 'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 
'itstool'
+ 'nautilus-sendto')
+optdepends=('nautilus-sendto: Send images')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/testing-i686/cheese.install (from rev 155005, 
cheese/repos/gnome-unstable-i686/cheese.install)
===
--- testing-i686/cheese.install (rev 0)
+++ testing-i686/cheese.install 2012-04-01 11:30:54 UTC (rev 155023)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:54
  Author: heftig
Revision: 155024

db-move: moved cheese from [gnome-unstable] to [testing] (x86_64)

Added:
  cheese/repos/testing-x86_64/
  cheese/repos/testing-x86_64/PKGBUILD
(from rev 155005, cheese/repos/gnome-unstable-x86_64/PKGBUILD)
  cheese/repos/testing-x86_64/cheese.install
(from rev 155005, cheese/repos/gnome-unstable-x86_64/cheese.install)
Deleted:
  cheese/repos/gnome-unstable-x86_64/

+
 PKGBUILD   |   35 +++
 cheese.install |   20 
 2 files changed, 55 insertions(+)

Copied: cheese/repos/testing-x86_64/PKGBUILD (from rev 155005, 
cheese/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:30:54 UTC (rev 155024)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gnome-desktop' 'gtk3' 'libcanberra' 'librsvg' 
'gstreamer0.10-base-plugins'
+ 'gstreamer0.10-good-plugins' 'gstreamer0.10-bad' 'clutter-gst' 
'clutter-gtk' 'mx' 'libgee'
+ 'gnome-video-effects' 'hicolor-icon-theme' 'dconf' 'cogl')
+makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool' 'gobject-introspection' 
'itstool'
+ 'nautilus-sendto')
+optdepends=('nautilus-sendto: Send images')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('96b0eae8e366e4d44921e148239167fcb6965dbbcb40e406d6a118c75377b41a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/testing-x86_64/cheese.install (from rev 155005, 
cheese/repos/gnome-unstable-x86_64/cheese.install)
===
--- testing-x86_64/cheese.install   (rev 0)
+++ testing-x86_64/cheese.install   2012-04-01 11:30:54 UTC (rev 155024)
@@ -0,0 +1,20 @@
+pkgname=cheese
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+   if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+   usr/sbin/gconfpkg --uninstall $pkgname
+   fi
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:56
  Author: heftig
Revision: 155025

db-move: moved clutter from [gnome-unstable] to [testing] (i686)

Added:
  clutter/repos/testing-i686/
  clutter/repos/testing-i686/PKGBUILD
(from rev 155005, clutter/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  clutter/repos/gnome-unstable-i686/

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

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



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:57
  Author: heftig
Revision: 155026

db-move: moved clutter from [gnome-unstable] to [testing] (x86_64)

Added:
  clutter/repos/testing-x86_64/
  clutter/repos/testing-x86_64/PKGBUILD
(from rev 155005, clutter/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  clutter/repos/gnome-unstable-x86_64/

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

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



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:30:59
  Author: heftig
Revision: 155027

db-move: moved clutter-gst from [gnome-unstable] to [testing] (i686)

Added:
  clutter-gst/repos/testing-i686/
  clutter-gst/repos/testing-i686/PKGBUILD
(from rev 155005, clutter-gst/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  clutter-gst/repos/gnome-unstable-i686/

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

Copied: clutter-gst/repos/testing-i686/PKGBUILD (from rev 155005, 
clutter-gst/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:30:59 UTC (rev 155027)
@@ -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-gst/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:00
  Author: heftig
Revision: 155028

db-move: moved clutter-gst from [gnome-unstable] to [testing] (x86_64)

Added:
  clutter-gst/repos/testing-x86_64/
  clutter-gst/repos/testing-x86_64/PKGBUILD
(from rev 155005, clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  clutter-gst/repos/gnome-unstable-x86_64/

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

Copied: clutter-gst/repos/testing-x86_64/PKGBUILD (from rev 155005, 
clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:00 UTC (rev 155028)
@@ -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/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:01
  Author: heftig
Revision: 155029

db-move: moved clutter-gtk from [gnome-unstable] to [testing] (i686)

Added:
  clutter-gtk/repos/testing-i686/
  clutter-gtk/repos/testing-i686/PKGBUILD
(from rev 155005, clutter-gtk/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  clutter-gtk/repos/gnome-unstable-i686/

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

Copied: clutter-gtk/repos/testing-i686/PKGBUILD (from rev 155005, 
clutter-gtk/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:01 UTC (rev 155029)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.2.0
+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=('8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:03
  Author: heftig
Revision: 155030

db-move: moved clutter-gtk from [gnome-unstable] to [testing] (x86_64)

Added:
  clutter-gtk/repos/testing-x86_64/
  clutter-gtk/repos/testing-x86_64/PKGBUILD
(from rev 155005, clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  clutter-gtk/repos/gnome-unstable-x86_64/

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

Copied: clutter-gtk/repos/testing-x86_64/PKGBUILD (from rev 155005, 
clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:03 UTC (rev 155030)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.2.0
+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=('8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cogl/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:04
  Author: heftig
Revision: 155031

db-move: moved cogl from [gnome-unstable] to [testing] (i686)

Added:
  cogl/repos/testing-i686/
  cogl/repos/testing-i686/PKGBUILD
(from rev 155005, cogl/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  cogl/repos/gnome-unstable-i686/

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

Copied: cogl/repos/testing-i686/PKGBUILD (from rev 155005, 
cogl/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:04 UTC (rev 155031)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('544b648cd5dc0a0ea438acd89d83727d82d6c29927db33a519ce2b28dc1ad07d')
+
+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 cogl/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:05
  Author: heftig
Revision: 155032

db-move: moved cogl from [gnome-unstable] to [testing] (x86_64)

Added:
  cogl/repos/testing-x86_64/
  cogl/repos/testing-x86_64/PKGBUILD
(from rev 155005, cogl/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  cogl/repos/gnome-unstable-x86_64/

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

Copied: cogl/repos/testing-x86_64/PKGBUILD (from rev 155005, 
cogl/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:05 UTC (rev 155032)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('544b648cd5dc0a0ea438acd89d83727d82d6c29927db33a519ce2b28dc1ad07d')
+
+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 colord/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:06
  Author: heftig
Revision: 155033

db-move: moved colord from [gnome-unstable] to [testing] (i686)

Added:
  colord/repos/testing-i686/
  colord/repos/testing-i686/PKGBUILD
(from rev 155005, colord/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  colord/repos/gnome-unstable-i686/

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

Copied: colord/repos/testing-i686/PKGBUILD (from rev 155005, 
colord/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:06 UTC (rev 155033)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=0.1.18
+pkgrel=1
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord;
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite3' 
'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('6127e723a9beb932aae7a43b6e6b5fdb84c39611')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in colord/repos (3 files)

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:08
  Author: heftig
Revision: 155034

db-move: moved colord from [gnome-unstable] to [testing] (x86_64)

Added:
  colord/repos/testing-x86_64/
  colord/repos/testing-x86_64/PKGBUILD
(from rev 155005, colord/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  colord/repos/gnome-unstable-x86_64/

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

Copied: colord/repos/testing-x86_64/PKGBUILD (from rev 155005, 
colord/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:08 UTC (rev 155034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=0.1.18
+pkgrel=1
+pkgdesc=Color daemon
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/software/colord;
+license=('GPL2')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite3' 
'udev')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('6127e723a9beb932aae7a43b6e6b5fdb84c39611')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/colord \
+--localstatedir=/var --disable-static \
+--with-systemdsystemunitdir=/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:09
  Author: heftig
Revision: 155035

db-move: moved dconf from [gnome-unstable] to [testing] (i686)

Added:
  dconf/repos/testing-i686/
  dconf/repos/testing-i686/PKGBUILD
(from rev 155005, dconf/repos/gnome-unstable-i686/PKGBUILD)
  dconf/repos/testing-i686/dconf.install
(from rev 155005, dconf/repos/gnome-unstable-i686/dconf.install)
Deleted:
  dconf/repos/gnome-unstable-i686/

---+
 PKGBUILD  |   31 +++
 dconf.install |   13 +
 2 files changed, 44 insertions(+)

Copied: dconf/repos/testing-i686/PKGBUILD (from rev 155005, 
dconf/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:09 UTC (rev 155035)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=dconf
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A low-level configuration system.
+arch=(i686 x86_64)
+url=http://live.gnome.org/dconf;
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c020e2ff0adb19ff9bc3d73ce15388fb42c52b12ed751bdb59ce53a660461af')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/testing-i686/dconf.install (from rev 155005, 
dconf/repos/gnome-unstable-i686/dconf.install)
===
--- testing-i686/dconf.install  (rev 0)
+++ testing-i686/dconf.install  2012-04-01 11:31:09 UTC (rev 155035)
@@ -0,0 +1,13 @@
+post_install() {
+gio-querymodules /usr/lib/gio/modules
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:10
  Author: heftig
Revision: 155036

db-move: moved dconf from [gnome-unstable] to [testing] (x86_64)

Added:
  dconf/repos/testing-x86_64/
  dconf/repos/testing-x86_64/PKGBUILD
(from rev 155005, dconf/repos/gnome-unstable-x86_64/PKGBUILD)
  dconf/repos/testing-x86_64/dconf.install
(from rev 155005, dconf/repos/gnome-unstable-x86_64/dconf.install)
Deleted:
  dconf/repos/gnome-unstable-x86_64/

---+
 PKGBUILD  |   31 +++
 dconf.install |   13 +
 2 files changed, 44 insertions(+)

Copied: dconf/repos/testing-x86_64/PKGBUILD (from rev 155005, 
dconf/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:10 UTC (rev 155036)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=dconf
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A low-level configuration system.
+arch=(i686 x86_64)
+url=http://live.gnome.org/dconf;
+license=('LGPL2.1')
+depends=('glib2' 'gtk-update-icon-cache')
+makedepends=('vala' 'gtk3')
+optdepends=('gtk3: for dconf-editor')
+install=dconf.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c020e2ff0adb19ff9bc3d73ce15388fb42c52b12ed751bdb59ce53a660461af')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/dconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dconf/repos/testing-x86_64/dconf.install (from rev 155005, 
dconf/repos/gnome-unstable-x86_64/dconf.install)
===
--- testing-x86_64/dconf.install(rev 0)
+++ testing-x86_64/dconf.install2012-04-01 11:31:10 UTC (rev 155036)
@@ -0,0 +1,13 @@
+post_install() {
+gio-querymodules /usr/lib/gio/modules
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:13
  Author: heftig
Revision: 155038

db-move: moved devhelp from [gnome-unstable] to [testing] (x86_64)

Added:
  devhelp/repos/testing-x86_64/
  devhelp/repos/testing-x86_64/PKGBUILD
(from rev 155005, devhelp/repos/gnome-unstable-x86_64/PKGBUILD)
  devhelp/repos/testing-x86_64/devhelp.install
(from rev 155005, devhelp/repos/gnome-unstable-x86_64/devhelp.install)
Deleted:
  devhelp/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   34 ++
 devhelp.install |   22 ++
 2 files changed, 56 insertions(+)

Copied: devhelp/repos/testing-x86_64/PKGBUILD (from rev 155005, 
devhelp/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:13 UTC (rev 155038)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+url=http://live.gnome.org/devhelp/;
+depends=('gconf' 'libwebkit3' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'python2')
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de7466250a433877abf562815eb1cc8dd663d80ae65cdf796285c0c5b05144e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: devhelp/repos/testing-x86_64/devhelp.install (from rev 155005, 
devhelp/repos/gnome-unstable-x86_64/devhelp.install)
===
--- testing-x86_64/devhelp.install  (rev 0)
+++ testing-x86_64/devhelp.install  2012-04-01 11:31:13 UTC (rev 155038)
@@ -0,0 +1,22 @@
+pkgname=devhelp
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:12
  Author: heftig
Revision: 155037

db-move: moved devhelp from [gnome-unstable] to [testing] (i686)

Added:
  devhelp/repos/testing-i686/
  devhelp/repos/testing-i686/PKGBUILD
(from rev 155005, devhelp/repos/gnome-unstable-i686/PKGBUILD)
  devhelp/repos/testing-i686/devhelp.install
(from rev 155005, devhelp/repos/gnome-unstable-i686/devhelp.install)
Deleted:
  devhelp/repos/gnome-unstable-i686/

-+
 PKGBUILD|   34 ++
 devhelp.install |   22 ++
 2 files changed, 56 insertions(+)

Copied: devhelp/repos/testing-i686/PKGBUILD (from rev 155005, 
devhelp/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:12 UTC (rev 155037)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+url=http://live.gnome.org/devhelp/;
+depends=('gconf' 'libwebkit3' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'python2')
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de7466250a433877abf562815eb1cc8dd663d80ae65cdf796285c0c5b05144e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Copied: devhelp/repos/testing-i686/devhelp.install (from rev 155005, 
devhelp/repos/gnome-unstable-i686/devhelp.install)
===
--- testing-i686/devhelp.install(rev 0)
+++ testing-i686/devhelp.install2012-04-01 11:31:12 UTC (rev 155037)
@@ -0,0 +1,22 @@
+pkgname=devhelp
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:16
  Author: heftig
Revision: 155040

db-move: moved empathy from [gnome-unstable] to [testing] (x86_64)

Added:
  empathy/repos/testing-x86_64/
  empathy/repos/testing-x86_64/PKGBUILD
(from rev 155005, empathy/repos/gnome-unstable-x86_64/PKGBUILD)
  empathy/repos/testing-x86_64/empathy.install
(from rev 155005, empathy/repos/gnome-unstable-x86_64/empathy.install)
Deleted:
  empathy/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   38 ++
 empathy.install |   16 
 2 files changed, 54 insertions(+)

Copied: empathy/repos/testing-x86_64/PKGBUILD (from rev 155005, 
empathy/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:16 UTC (rev 155040)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Empathy;
+license=('GPL2')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/testing-x86_64/empathy.install (from rev 155005, 
empathy/repos/gnome-unstable-x86_64/empathy.install)
===
--- testing-x86_64/empathy.install  (rev 0)
+++ testing-x86_64/empathy.install  2012-04-01 11:31:16 UTC (rev 155040)
@@ -0,0 +1,16 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+echo To use Empathy you need to install at least one Telepathy connection 
manager.
+}
+
+post_upgrade() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_remove() {
+post_upgrade
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:15
  Author: heftig
Revision: 155039

db-move: moved empathy from [gnome-unstable] to [testing] (i686)

Added:
  empathy/repos/testing-i686/
  empathy/repos/testing-i686/PKGBUILD
(from rev 155005, empathy/repos/gnome-unstable-i686/PKGBUILD)
  empathy/repos/testing-i686/empathy.install
(from rev 155005, empathy/repos/gnome-unstable-i686/empathy.install)
Deleted:
  empathy/repos/gnome-unstable-i686/

-+
 PKGBUILD|   38 ++
 empathy.install |   16 
 2 files changed, 54 insertions(+)

Copied: empathy/repos/testing-i686/PKGBUILD (from rev 155005, 
empathy/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:15 UTC (rev 155039)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Empathy;
+license=('GPL2')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/testing-i686/empathy.install (from rev 155005, 
empathy/repos/gnome-unstable-i686/empathy.install)
===
--- testing-i686/empathy.install(rev 0)
+++ testing-i686/empathy.install2012-04-01 11:31:15 UTC (rev 155039)
@@ -0,0 +1,16 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+echo To use Empathy you need to install at least one Telepathy connection 
manager.
+}
+
+post_upgrade() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_remove() {
+post_upgrade
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:18
  Author: heftig
Revision: 155041

db-move: moved eog from [gnome-unstable] to [testing] (i686)

Added:
  eog/repos/testing-i686/
  eog/repos/testing-i686/PKGBUILD
(from rev 155005, eog/repos/gnome-unstable-i686/PKGBUILD)
  eog/repos/testing-i686/eog.install
(from rev 155005, eog/repos/gnome-unstable-i686/eog.install)
Deleted:
  eog/repos/gnome-unstable-i686/

-+
 PKGBUILD|   33 +
 eog.install |   13 +
 2 files changed, 46 insertions(+)

Copied: eog/repos/testing-i686/PKGBUILD (from rev 155005, 
eog/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 11:31:18 UTC (rev 155041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0710479642078aebb576d07ccc599e9f5ae83f4c738b182867fda59aea359dd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-i686/eog.install (from rev 155005, 
eog/repos/gnome-unstable-i686/eog.install)
===
--- testing-i686/eog.install(rev 0)
+++ testing-i686/eog.install2012-04-01 11:31:18 UTC (rev 155041)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-01 Thread Jan Steffens
Date: Sunday, April 1, 2012 @ 07:31:19
  Author: heftig
Revision: 155042

db-move: moved eog from [gnome-unstable] to [testing] (x86_64)

Added:
  eog/repos/testing-x86_64/
  eog/repos/testing-x86_64/PKGBUILD
(from rev 155005, eog/repos/gnome-unstable-x86_64/PKGBUILD)
  eog/repos/testing-x86_64/eog.install
(from rev 155005, eog/repos/gnome-unstable-x86_64/eog.install)
Deleted:
  eog/repos/gnome-unstable-x86_64/

-+
 PKGBUILD|   33 +
 eog.install |   13 +
 2 files changed, 46 insertions(+)

Copied: eog/repos/testing-x86_64/PKGBUILD (from rev 155005, 
eog/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 11:31:19 UTC (rev 155042)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=eog
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Eye of Gnome: An image viewing and cataloging program
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'libexif' 'lcms2' 'desktop-file-utils' 'exempi' 
'libpeas' 'librsvg' 'gnome-icon-theme' 'dconf')
+makedepends=('gtk-doc' 'intltool')
+install=eog.install
+groups=('gnome-extra')
+options=('!emptydirs' '!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0710479642078aebb576d07ccc599e9f5ae83f4c738b182867fda59aea359dd2')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # remove it from Xfce menu that ships its own thingy
+  echo NotShowIn=XFCE  $pkgdir/usr/share/applications/eog.desktop
+}

Copied: eog/repos/testing-x86_64/eog.install (from rev 155005, 
eog/repos/gnome-unstable-x86_64/eog.install)
===
--- testing-x86_64/eog.install  (rev 0)
+++ testing-x86_64/eog.install  2012-04-01 11:31:19 UTC (rev 155042)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



  1   2   3   4   >