[arch-commits] Commit in gstreamer0.10-good/trunk (PKGBUILD)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:11:06
  Author: foutrelis
Revision: 241071

upgpkg: gstreamer0.10-good 0.10.31-8

Rebuild for libgudev split.

Modified:
  gstreamer0.10-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:02:05 UTC (rev 241070)
+++ PKGBUILD2015-06-19 20:11:06 UTC (rev 241071)
@@ -4,10 +4,10 @@
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
 pkgver=0.10.31
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'git' 'cairo')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'git' 'cairo' 'libgudev')
 url=http://gstreamer.freedesktop.org/;
 options=(!emptydirs)
 
source=(git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-good#commit=e28fd8886f05bb51c147f871f3a1db2fc2b735a9
@@ -58,7 +58,7 @@
 }
 
 package_gstreamer0.10-good-plugins() {
-  depends=(gstreamer0.10-good=${pkgver} 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 
'gdk-pixbuf2')
+  depends=(gstreamer0.10-good=${pkgver} 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'cairo' 
'gdk-pixbuf2' 'libgudev')
   pkgdesc=GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
   groups=('gstreamer0.10-plugins')
   replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup' 'gstreamer0.10-pulse')


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:30:37
  Author: heftig
Revision: 241089

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

Added:
  clutter-gst/repos/staging-i686/
  clutter-gst/repos/staging-i686/PKGBUILD
(from rev 241088, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/staging-x86_64/
  clutter-gst/repos/staging-x86_64/PKGBUILD
(from rev 241088, clutter-gst/trunk/PKGBUILD)

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

Copied: clutter-gst/repos/staging-i686/PKGBUILD (from rev 241088, 
clutter-gst/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:30:37 UTC (rev 241089)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=3.0.6
+pkgrel=2
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/staging-x86_64/PKGBUILD (from rev 241088, 
clutter-gst/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:30:37 UTC (rev 241089)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=3.0.6
+pkgrel=2
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gstreamer0.10-good/repos (10 files)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:11:17
  Author: foutrelis
Revision: 241072

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

Added:
  gstreamer0.10-good/repos/staging-i686/
  gstreamer0.10-good/repos/staging-i686/PKGBUILD
(from rev 241071, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/staging-i686/gstreamer0.10-good-plugins.install
(from rev 241071, 
gstreamer0.10-good/trunk/gstreamer0.10-good-plugins.install)
  gstreamer0.10-good/repos/staging-i686/souptest.patch
(from rev 241071, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/staging-i686/test-rtp-payloading.patch
(from rev 241071, gstreamer0.10-good/trunk/test-rtp-payloading.patch)
  gstreamer0.10-good/repos/staging-x86_64/
  gstreamer0.10-good/repos/staging-x86_64/PKGBUILD
(from rev 241071, gstreamer0.10-good/trunk/PKGBUILD)
  gstreamer0.10-good/repos/staging-x86_64/gstreamer0.10-good-plugins.install
(from rev 241071, 
gstreamer0.10-good/trunk/gstreamer0.10-good-plugins.install)
  gstreamer0.10-good/repos/staging-x86_64/souptest.patch
(from rev 241071, gstreamer0.10-good/trunk/souptest.patch)
  gstreamer0.10-good/repos/staging-x86_64/test-rtp-payloading.patch
(from rev 241071, gstreamer0.10-good/trunk/test-rtp-payloading.patch)

---+
 staging-i686/PKGBUILD |   73 +++
 staging-i686/gstreamer0.10-good-plugins.install   |   19 
 staging-i686/souptest.patch   |   28 +
 staging-i686/test-rtp-payloading.patch|  422 
 staging-x86_64/PKGBUILD   |   73 +++
 staging-x86_64/gstreamer0.10-good-plugins.install |   19 
 staging-x86_64/souptest.patch |   28 +
 staging-x86_64/test-rtp-payloading.patch  |  422 
 8 files changed, 1084 insertions(+)

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


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:54:14
  Author: heftig
Revision: 241099

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

Added:
  upower/repos/staging-i686/PKGBUILD
(from rev 241098, upower/trunk/PKGBUILD)
  upower/repos/staging-x86_64/PKGBUILD
(from rev 241098, upower/trunk/PKGBUILD)
Deleted:
  upower/repos/staging-i686/PKGBUILD
  upower/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   64 ++
 staging-i686/PKGBUILD   |   32 ---
 staging-x86_64/PKGBUILD |   32 ---
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-06-19 20:53:13 UTC (rev 241098)
+++ staging-i686/PKGBUILD   2015-06-19 20:54:14 UTC (rev 241099)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.99.2
-pkgrel=3
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
-backup=('etc/UPower/UPower.conf')
-source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9dc453adf96b89c92d33f2b6543258344f7c8ba89460dc0a92a8180946f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: upower/repos/staging-i686/PKGBUILD (from rev 241098, 
upower/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:54:14 UTC (rev 241099)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.99.3
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
+backup=('etc/UPower/UPower.conf')
+source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('697199bcc113bb069e6fb6bf4135536a702ba9847e46c5fc6df87d19624ddd38')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-06-19 20:53:13 UTC (rev 241098)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:54:14 UTC (rev 241099)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.99.2
-pkgrel=3
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
-backup=('etc/UPower/UPower.conf')
-source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9dc453adf96b89c92d33f2b6543258344f7c8ba89460dc0a92a8180946f')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: upower/repos/staging-x86_64/PKGBUILD (from rev 241098, 
upower/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:54:14 UTC (rev 241099)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.99.3
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
+backup=('etc/UPower/UPower.conf')

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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 22:04:32
  Author: lfleischer
Revision: 135603

upgpkg: opensmtpd 5.4.6p1-1

Upstream update.

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 19:40:32 UTC (rev 135602)
+++ PKGBUILD2015-06-19 20:04:32 UTC (rev 135603)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=opensmtpd
-pkgver=5.4.5p1
+pkgver=5.4.6p1
 pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
 'smtpd.service'
 'smtpd.socket')
-md5sums=('05b58cecf0d6c2f385954b94d85e271a'
+md5sums=('b146018e4c79f0674bee8e09134bb4aa'
  'a278f272d97a9fe5a8aac784a7c98d67'
  'c2c01e9ca78df3f65efe40a7c0e17ee0')
 


[arch-commits] Commit in translate-toolkit/repos (2 files)

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 22:14:17
  Author: lfleischer
Revision: 241074

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 241073, translate-toolkit/trunk/PKGBUILD)

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

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 241073, 
translate-toolkit/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-06-19 20:14:17 UTC (rev 241074)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Hugo Doria hugodoria at gmail.com
+
+pkgname=translate-toolkit
+pkgver=1.13.0
+pkgrel=1
+pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
+arch=('any')
+url=http://translate.sourceforge.net/wiki/toolkit/index;
+license=('GPL')
+depends=('bash' 'python2-lxml' 'python2-six')
+makedepends=('python2-setuptools')
+optdepends=('python2-iniparse: to use ini2po script')
+source=(https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f9997a0deb3f1767bb20665a47cd2708')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+-e s|/usr/bin/python2.4|/usr/bin/python2| \
+$(find . -name '*.py')
+
+  python2 -s setup.py install --root=${pkgdir} --optimize=1
+  python2 -m compileall ${pkgdir}/usr/lib/python2.7/site-packages/translate
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:14:43
  Author: foutrelis
Revision: 241075

upgpkg: mutter 3.16.2-2

Rebuild for libgudev split.

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:14:17 UTC (rev 241074)
+++ PKGBUILD2015-06-19 20:14:43 UTC (rev 241075)
@@ -5,11 +5,11 @@
 
 pkgname=mutter
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon' 
'libgudev')
 makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
 conflicts=('mutter-wayland')
 replaces=('mutter-wayland')


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:25:44
  Author: foutrelis
Revision: 241084

upgpkg: gnome-control-center 3.16.2-2

Rebuild for libgudev split.

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:22:18 UTC (rev 241083)
+++ PKGBUILD2015-06-19 20:25:44 UTC (rev 241084)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-control-center
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The Control Center for GNOME
 license=(GPL)
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
  gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese)
+ cheese libgudev)
 makedepends=(intltool docbook-xsl modemmanager)
 optdepends=('system-config-printer: Printer settings'
 'gnome-user-share: Bluetooth and WebDAV file sharing'


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:44:59
  Author: heftig
Revision: 241094

libgudev

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:40:20 UTC (rev 241093)
+++ PKGBUILD2015-06-19 20:44:59 UTC (rev 241094)
@@ -3,16 +3,18 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNOME Settings daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify' 'libsystemd' 'libwacom' 
'pulseaudio' 'pulseaudio-alsa' 'upower' 'librsvg' 'libgweather' 'geocode-glib' 
'geoclue2' 'nss')
-makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas hicolor-icon-theme 
libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
+ geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
 options=('!emptydirs')
 install=gnome-settings-daemon.install
 url=http://www.gnome.org;
-groups=('gnome')
+groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d8d536584ebb8fb1403050eb65e7ee3328eba14b123542369ff1917e727fa69a')
 


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:50:44
  Author: heftig
Revision: 241097

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

Added:
  libwacom/repos/staging-i686/PKGBUILD
(from rev 241096, libwacom/trunk/PKGBUILD)
  libwacom/repos/staging-x86_64/PKGBUILD
(from rev 241096, libwacom/trunk/PKGBUILD)
Deleted:
  libwacom/repos/staging-i686/PKGBUILD
  libwacom/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   60 ++
 staging-i686/PKGBUILD   |   30 ---
 staging-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-06-19 20:49:32 UTC (rev 241096)
+++ staging-i686/PKGBUILD   2015-06-19 20:50:44 UTC (rev 241097)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libwacom
-pkgver=0.11
-pkgrel=2
-pkgdesc=Library to identify Wacom tablets and their features
-arch=('x86_64' 'i686')
-url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libwacom/repos/staging-i686/PKGBUILD (from rev 241096, 
libwacom/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:50:44 UTC (rev 241097)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.13
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2015-06-19 20:49:32 UTC (rev 241096)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:50:44 UTC (rev 241097)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libwacom
-pkgver=0.11
-pkgrel=2
-pkgdesc=Library to identify Wacom tablets and their features
-arch=('x86_64' 'i686')
-url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
-license=('MIT')
-depends=('glib2' 'systemd' 'libgudev')
-source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libwacom/repos/staging-x86_64/PKGBUILD (from rev 241096, 
libwacom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:50:44 UTC (rev 241097)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.13
+pkgrel=1
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:02:05
  Author: foutrelis
Revision: 241070

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

Added:
  gst-plugins-bad/repos/staging-i686/
  gst-plugins-bad/repos/staging-i686/PKGBUILD
(from rev 241069, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/staging-x86_64/
  gst-plugins-bad/repos/staging-x86_64/PKGBUILD
(from rev 241069, gst-plugins-bad/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: gst-plugins-bad/repos/staging-i686/PKGBUILD (from rev 241069, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:02:05 UTC (rev 241070)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.4.5
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-bad/repos/staging-x86_64/PKGBUILD (from rev 241069, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:02:05 UTC (rev 241070)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.4.5
+pkgrel=3
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}


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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 22:04:45
  Author: lfleischer
Revision: 135604

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

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 135603, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 135603, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 135603, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 135603, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 135603, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 135603, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 135603, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 135603, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  116 +++
 /opensmtpd.install |   50 +++
 /smtpd.service |   20 ++
 /smtpd.socket  |   16 
 community-i686/PKGBUILD|   58 -
 community-i686/opensmtpd.install   |   25 ---
 community-i686/smtpd.service   |   10 ---
 community-i686/smtpd.socket|8 --
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/opensmtpd.install |   25 ---
 community-x86_64/smtpd.service |   10 ---
 community-x86_64/smtpd.socket  |8 --
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 20:04:32 UTC (rev 135603)
+++ community-i686/PKGBUILD 2015-06-19 20:04:45 UTC (rev 135604)
@@ -1,58 +0,0 @@
-# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgname=opensmtpd
-pkgver=5.4.5p1
-pkgrel=1
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libasr' 'libevent' 'openssl')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-install=opensmtpd.install
-source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
-'smtpd.service'
-'smtpd.socket')
-md5sums=('05b58cecf0d6c2f385954b94d85e271a'
- 'a278f272d97a9fe5a8aac784a7c98d67'
- 'c2c01e9ca78df3f65efe40a7c0e17ee0')
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' $pkgname-$pkgver/smtpd/smtpd.conf
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-maildir=/var/spool/mail \
---with-privsep-path=/var/empty \
---with-sock-dir=/run \
---with-ca-file=/etc/ssl/certs/ca-certificates.crt \
---with-privsep-user=smtpd \
---with-queue-user=smtpq \
---with-pam
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # install license and systemd unit files
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/smtpd.service 
$pkgdir/usr/lib/systemd/system/smtpd.service
-  install -Dm644 $srcdir/smtpd.socket 
$pkgdir/usr/lib/systemd/system/smtpd.socket
-
-  # install an empty aliases file (used by the default config)
-  install -Dm644 /dev/null $pkgdir/etc/smtpd/aliases
-}

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 135603, 
opensmtpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-19 20:04:45 UTC (rev 135604)
@@ -0,0 +1,58 @@
+# Maintainer: Lukas Fleischer lfleisc...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.4.6p1
+pkgrel=1
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+install=opensmtpd.install
+source=(http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
+

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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 22:14:13
  Author: lfleischer
Revision: 241073

upgpkg: translate-toolkit 1.13.0-1

Upstream update.

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:11:17 UTC (rev 241072)
+++ PKGBUILD2015-06-19 20:14:13 UTC (rev 241073)
@@ -1,11 +1,10 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Hugo Doria hugodoria at gmail.com
 
 pkgname=translate-toolkit
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
 arch=('any')
@@ -14,8 +13,8 @@
 depends=('bash' 'python2-lxml' 'python2-six')
 makedepends=('python2-setuptools')
 optdepends=('python2-iniparse: to use ini2po script')
-source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dfaff8943930b3f856c3abc3d2374a71')
+source=(https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f9997a0deb3f1767bb20665a47cd2708')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:14:50
  Author: foutrelis
Revision: 241076

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

Added:
  mutter/repos/staging-i686/
  mutter/repos/staging-i686/PKGBUILD
(from rev 241075, mutter/trunk/PKGBUILD)
  mutter/repos/staging-i686/mutter.install
(from rev 241075, mutter/trunk/mutter.install)
  mutter/repos/staging-x86_64/
  mutter/repos/staging-x86_64/PKGBUILD
(from rev 241075, mutter/trunk/PKGBUILD)
  mutter/repos/staging-x86_64/mutter.install
(from rev 241075, mutter/trunk/mutter.install)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/mutter.install   |   19 +
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/mutter.install |   19 +
 4 files changed, 124 insertions(+)

Copied: mutter/repos/staging-i686/PKGBUILD (from rev 241075, 
mutter/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:14:50 UTC (rev 241076)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon' 
'libgudev')
+makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4a2b752f0b3aa59f50563190222623324f5154acbb6bf174213f5849e77d0763')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/staging-i686/mutter.install (from rev 241075, 
mutter/trunk/mutter.install)
===
--- staging-i686/mutter.install (rev 0)
+++ staging-i686/mutter.install 2015-06-19 20:14:50 UTC (rev 241076)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mutter/repos/staging-x86_64/PKGBUILD (from rev 241075, 
mutter/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:14:50 UTC (rev 241076)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 
'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11' 'gnome-settings-daemon' 
'libgudev')
+makedepends=('intltool' 'libxkbcommon-x11' 'gobject-introspection')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4a2b752f0b3aa59f50563190222623324f5154acbb6bf174213f5849e77d0763')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: mutter/repos/staging-x86_64/mutter.install (from rev 

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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:28:49
  Author: heftig
Revision: 241086

0.9.41

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:25:53 UTC (rev 241085)
+++ PKGBUILD2015-06-19 20:28:49 UTC (rev 241086)
@@ -3,8 +3,8 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.40
-pkgrel=2
+pkgver=0.9.41
+pkgrel=1
 pkgdesc=OpenType text shaping engine
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f')
+sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
 
 build() {
   cd $pkgbase-$pkgver


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:29:10
  Author: heftig
Revision: 241087

libgudev

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:28:49 UTC (rev 241086)
+++ PKGBUILD2015-06-19 20:29:10 UTC (rev 241087)
@@ -3,12 +3,12 @@
 
 pkgname=clutter-gst
 pkgver=3.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc=GStreamer bindings for clutter
 arch=(i686 x86_64)
 url=http://www.clutter-project.org/;
 license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76')


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:29:49
  Author: heftig
Revision: 241088

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

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

---+
 /PKGBUILD |  102 
 extra-i686/PKGBUILD   |   51 
 extra-x86_64/PKGBUILD |   51 
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-19 20:29:10 UTC (rev 241087)
+++ extra-i686/PKGBUILD 2015-06-19 20:29:49 UTC (rev 241088)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.40
-pkgrel=2
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check || :
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc=$pkgdesc (ICU integration)
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* $pkgdir
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 241087, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-19 20:29:49 UTC (rev 241088)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.41
+pkgrel=1
+pkgdesc=OpenType text shaping engine
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make -k check || :
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/harfbuzz/COPYING
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv $pkgdir/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv $pkgdir/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv $pkgdir/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc=$pkgdesc (ICU integration)
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* $pkgdir
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-19 20:29:10 UTC (rev 241087)
+++ extra-x86_64/PKGBUILD   2015-06-19 20:29:49 UTC (rev 241088)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.40
-pkgrel=2
-pkgdesc=OpenType text shaping engine
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
-

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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:35:45
  Author: heftig
Revision: 135609

3.16.2

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:21:46 UTC (rev 135608)
+++ PKGBUILD2015-06-19 20:35:45 UTC (rev 135609)
@@ -4,17 +4,17 @@
 # Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
 
 pkgname=simple-scan
-pkgver=3.16.1.1
+pkgver=3.16.2
 pkgrel=1
 pkgdesc='Simple scanning utility'
 arch=('i686' 'x86_64')
 url='http://launchpad.net/simple-scan'
 license=('GPL3')
-depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgudev')
 makedepends=('yelp-tools' 'intltool' 'vala')
 install=$pkgname.install
 
source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('6917cf5eecfcd453822dabe824a7a48381b00dd85fe241e15407f584ba8e060c')
+sha256sums=('1c6727591813e7fd44da932adbae226001ce3a7b8f1a162c9b19d1dc630d7402')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:36:15
  Author: foutrelis
Revision: 135610

upgpkg: python2-gudev 147.2-7

Rebuild for libgudev split.

Modified:
  python2-gudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:35:45 UTC (rev 135609)
+++ PKGBUILD2015-06-19 20:36:15 UTC (rev 135610)
@@ -5,13 +5,13 @@
 pkgname=python2-gudev
 _gitname=python-gudev
 pkgver=147.2
-pkgrel=6
+pkgrel=7
 pkgdesc=Python binding to the GUDev udev helper library
 arch=('i686' 'x86_64')
 url=https://github.com/nzjrs/python-gudev;
 license=('LGPL3')
-depends=('libsystemd')
-makedepends=('python2-gobject2' 'systemd')
+depends=('libgudev')
+makedepends=('python2-gobject2')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nzjrs/${_gitname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('aabb342ee944805d4038040242d45f49c9a13d0b92cb435394e9851cab99b6a55e2d7c65cb6291903e8482ccabfce552660520df69919635d20846d8db099583')
 


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:36:24
  Author: foutrelis
Revision: 135611

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

Added:
  python2-gudev/repos/community-staging-i686/
  python2-gudev/repos/community-staging-i686/PKGBUILD
(from rev 135610, python2-gudev/trunk/PKGBUILD)
  python2-gudev/repos/community-staging-x86_64/
  python2-gudev/repos/community-staging-x86_64/PKGBUILD
(from rev 135610, python2-gudev/trunk/PKGBUILD)

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

Copied: python2-gudev/repos/community-staging-i686/PKGBUILD (from rev 135610, 
python2-gudev/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 20:36:24 UTC (rev 135611)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jonas Heinrich o...@project-insanity.org
+
+pkgname=python2-gudev
+_gitname=python-gudev
+pkgver=147.2
+pkgrel=7
+pkgdesc=Python binding to the GUDev udev helper library
+arch=('i686' 'x86_64')
+url=https://github.com/nzjrs/python-gudev;
+license=('LGPL3')
+depends=('libgudev')
+makedepends=('python2-gobject2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nzjrs/${_gitname}/archive/${pkgver}.tar.gz;)
+sha512sums=('aabb342ee944805d4038040242d45f49c9a13d0b92cb435394e9851cab99b6a55e2d7c65cb6291903e8482ccabfce552660520df69919635d20846d8db099583')
+
+build() {
+  cd ${srcdir}/${_gitname}-${pkgver}
+  PYTHON=python2 ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${_gitname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+

Copied: python2-gudev/repos/community-staging-x86_64/PKGBUILD (from rev 135610, 
python2-gudev/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 20:36:24 UTC (rev 135611)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jonas Heinrich o...@project-insanity.org
+
+pkgname=python2-gudev
+_gitname=python-gudev
+pkgver=147.2
+pkgrel=7
+pkgdesc=Python binding to the GUDev udev helper library
+arch=('i686' 'x86_64')
+url=https://github.com/nzjrs/python-gudev;
+license=('LGPL3')
+depends=('libgudev')
+makedepends=('python2-gobject2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nzjrs/${_gitname}/archive/${pkgver}.tar.gz;)
+sha512sums=('aabb342ee944805d4038040242d45f49c9a13d0b92cb435394e9851cab99b6a55e2d7c65cb6291903e8482ccabfce552660520df69919635d20846d8db099583')
+
+build() {
+  cd ${srcdir}/${_gitname}-${pkgver}
+  PYTHON=python2 ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${_gitname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+


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

2015-06-19 Thread Levente Polyak
Date: Saturday, June 20, 2015 @ 01:10:11
  Author: anthraxx
Revision: 135631

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

Added:
  afl/repos/community-i686/PKGBUILD
(from rev 135630, afl/trunk/PKGBUILD)
  afl/repos/community-x86_64/PKGBUILD
(from rev 135630, afl/trunk/PKGBUILD)
Deleted:
  afl/repos/community-i686/PKGBUILD
  afl/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 23:10:02 UTC (rev 135630)
+++ community-i686/PKGBUILD 2015-06-19 23:10:11 UTC (rev 135631)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.80b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 135630, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-19 23:10:11 UTC (rev 135631)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.83b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')
+url=http://lcamtuf.coredump.cx/afl/;
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=(
+  'gcc: gcc instrumentation support'
+  'clang: clang instrumentation support'
+)
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-19 23:10:02 UTC (rev 135630)
+++ community-x86_64/PKGBUILD   2015-06-19 23:10:11 UTC (rev 135631)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: spider-mario spiderma...@free.fr
-
-pkgname=afl
-pkgver=1.80b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-arch=('i686' 'x86_64')
-url=http://lcamtuf.coredump.cx/afl/;
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=(
-  'gcc: gcc instrumentation support'
-  'clang: clang instrumentation support'
-)
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: afl/repos/community-x86_64/PKGBUILD (from rev 135630, 
afl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-19 23:10:11 UTC (rev 135631)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: spider-mario spiderma...@free.fr
+
+pkgname=afl
+pkgver=1.83b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+arch=('i686' 'x86_64')

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

2015-06-19 Thread Levente Polyak
Date: Saturday, June 20, 2015 @ 01:10:02
  Author: anthraxx
Revision: 135630

upgpkg: afl 1.83b-1

updpkg afl 1.83b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 21:42:56 UTC (rev 135629)
+++ PKGBUILD2015-06-19 23:10:02 UTC (rev 135630)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario spiderma...@free.fr
 
 pkgname=afl
-pkgver=1.80b
+pkgver=1.83b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('822e93643f0ca10e9ce3eb726667e70eae1789029385cb5332eef65589f7ef0350e6775108634b642e5b394c46599b1e7943227c93cb1b1b50facf1f9e069095')
+sha512sums=('efb9126b89b294ee171b0d4fa7e9e71d2bb55e572a17d9d2c7c83ee613b42fc27f70b75671e7fb1d816bad1a9baaf71c36ba4b05135d39a1644e732d35fe09ec')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:46:53
  Author: heftig
Revision: 241095

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

Added:
  gnome-settings-daemon/repos/staging-i686/
  gnome-settings-daemon/repos/staging-i686/PKGBUILD
(from rev 241094, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/staging-i686/gnome-settings-daemon.install
(from rev 241094, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/staging-x86_64/
  gnome-settings-daemon/repos/staging-x86_64/PKGBUILD
(from rev 241094, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/staging-x86_64/gnome-settings-daemon.install
(from rev 241094, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

--+
 staging-i686/PKGBUILD|   36 +
 staging-i686/gnome-settings-daemon.install   |   12 
 staging-x86_64/PKGBUILD  |   36 +
 staging-x86_64/gnome-settings-daemon.install |   12 
 4 files changed, 96 insertions(+)

Copied: gnome-settings-daemon/repos/staging-i686/PKGBUILD (from rev 241094, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:46:53 UTC (rev 241095)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=The GNOME Settings daemon
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas hicolor-icon-theme 
libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
+ geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8d536584ebb8fb1403050eb65e7ee3328eba14b123542369ff1917e727fa69a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-settings-daemon/repos/staging-i686/gnome-settings-daemon.install 
(from rev 241094, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
===
--- staging-i686/gnome-settings-daemon.install  (rev 0)
+++ staging-i686/gnome-settings-daemon.install  2015-06-19 20:46:53 UTC (rev 
241095)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-settings-daemon/repos/staging-x86_64/PKGBUILD (from rev 241094, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:46:53 UTC (rev 241095)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=The GNOME Settings daemon
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dconf gnome-desktop gsettings-desktop-schemas hicolor-icon-theme 
libcanberra-pulse
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower 
librsvg libgweather
+ geocode-glib geoclue2 nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8d536584ebb8fb1403050eb65e7ee3328eba14b123542369ff1917e727fa69a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-settings-daemon/repos/staging-x86_64/gnome-settings-daemon.install (from 
rev 241094, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
===
--- 

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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 23:38:03
  Author: lfleischer
Revision: 135618

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 135617, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch-vim.install
(from rev 135617, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-i686/notmuch.install
(from rev 135617, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 135617, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch-vim.install
(from rev 135617, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 135617, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  206 +
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  114 --
 community-i686/notmuch-vim.install   |   21 +++
 community-i686/notmuch.install   |   21 ---
 community-x86_64/PKGBUILD|  114 --
 community-x86_64/notmuch-vim.install |   21 +++
 community-x86_64/notmuch.install |   21 ---
 8 files changed, 264 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 21:37:50 UTC (rev 135617)
+++ community-i686/PKGBUILD 2015-06-19 21:38:03 UTC (rev 135618)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: fauno fauno at kiwwwi.com.ar
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.19
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=(http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4ff0e560534dfcd48159b96233640239')
-
-prepare(){
-#cp -dpr --no-preserve=ownership $srcdir/$pkgname-$pkgver 
$srcdir/$pkgname-runtime-$pkgver
-cp -dpr --no-preserve=ownership 
$srcdir/${pkgname}-$pkgver/bindings/python{,2}
-
-find $srcdir/${pkgname}-${pkgver}/bindings/python -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find $srcdir/${pkgname}-${pkgver}/bindings/python2 -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-build() {
-cd $srcdir/${pkgname}-$pkgver
-
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include \
-   --without-zsh-completion
-
-make 
-( pushd contrib/$pkgbase-deliver
-export CPPFLAGS=-I ../../lib
-./autogen.sh
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include \
-LDFLAGS=-L$srcdir/$pkgname-$pkgver/lib \
-CPPFLAGS=-I$srcdir/$pkgname-$pkgver/lib
-make)
-make -C contrib/${pkgbase}-mutt ${pkgname}-mutt.1
-
-cd bindings/ruby
-ruby extconf.rb --vendor
-
-   cd $srcdir/${pkgname}-${pkgver}/bindings/python
-   python setup.py build
-
-   cd $srcdir/${pkgname}-${pkgver}/bindings/python2
-   python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc=Runtime for notmuch and notmuch-mutt
-depends=('xapian-core' 'gmime' 'talloc')
-cd $srcdir/${pkgbase}-$pkgver
-make DESTDIR=$pkgdir/ LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-   install -Dm755 notmuch $pkgdir/usr/bin/notmuch
-rm -rf $pkgdir/usr/share
-}
-
-
-package_notmuch-vim(){
-   pkgdesc=Vim plugins for notmuch
-   depends=('notmuch-runtime')
-install=notmuch.install
-make -C $srcdir/$pkgbase-$pkgver/vim DESTDIR=$pkgdir 
prefix=/usr/share/vim/vimfiles install
-}
-
-
-package_notmuch(){
-pkgdesc=Notmuch is not much of an email program
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-
-cd $srcdir/${pkgname}-$pkgver
-
-# Install emacs parts
-make DESTDIR=$pkgdir/ install-emacs
-
-# Install manpages
-make DESTDIR=$pkgdir prefix=/usr install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$: -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install notmuch-deliver
-make -C contrib/${pkgbase}-deliver DESTDIR=$pkgdir install
-
-

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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 23:37:50
  Author: lfleischer
Revision: 135617

upgpkg: notmuch 0.20.1-1

Upstream update.

Added:
  notmuch/trunk/notmuch-vim.install
(from rev 135616, notmuch/trunk/notmuch.install)
  notmuch/trunk/notmuch.install
Modified:
  notmuch/trunk/PKGBUILD
Deleted:
  notmuch/trunk/notmuch.install

-+
 PKGBUILD|   37 +
 notmuch-vim.install |   21 +
 notmuch.install |   29 -
 3 files changed, 42 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:53:39 UTC (rev 135616)
+++ PKGBUILD2015-06-19 21:37:50 UTC (rev 135617)
@@ -1,5 +1,5 @@
-# $Id$
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
 # Contributor: fauno fauno at kiwwwi.com.ar
 # Contributor: Olivier Ramonat olivier at ramonat dot fr
 # Contributor: Richard Murri ad...@richardmurri.com
@@ -6,8 +6,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.19
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://notmuchmail.org/;
 license=('GPL3')
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=(http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4ff0e560534dfcd48159b96233640239')
+md5sums=('314983670db8d004adcf6828966b2c73')
 
 prepare(){
 #cp -dpr --no-preserve=ownership $srcdir/$pkgname-$pkgver 
$srcdir/$pkgname-runtime-$pkgver
@@ -23,6 +23,7 @@
 find $srcdir/${pkgname}-${pkgver}/bindings/python -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
 find $srcdir/${pkgname}-${pkgver}/bindings/python2 -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
 }
+
 build() {
 cd $srcdir/${pkgname}-$pkgver
 
@@ -31,24 +32,16 @@
--without-zsh-completion
 
 make 
-( pushd contrib/$pkgbase-deliver
-export CPPFLAGS=-I ../../lib
-./autogen.sh
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include \
-LDFLAGS=-L$srcdir/$pkgname-$pkgver/lib \
-CPPFLAGS=-I$srcdir/$pkgname-$pkgver/lib
-make)
 make -C contrib/${pkgbase}-mutt ${pkgname}-mutt.1
 
 cd bindings/ruby
 ruby extconf.rb --vendor
 
-   cd $srcdir/${pkgname}-${pkgver}/bindings/python
-   python setup.py build
+cd $srcdir/${pkgname}-${pkgver}/bindings/python
+python setup.py build
 
-   cd $srcdir/${pkgname}-${pkgver}/bindings/python2
-   python2 setup.py build
+cd $srcdir/${pkgname}-${pkgver}/bindings/python2
+python2 setup.py build
 }
 
 package_notmuch-runtime(){
@@ -62,9 +55,9 @@
 
 
 package_notmuch-vim(){
-   pkgdesc=Vim plugins for notmuch
-   depends=('notmuch-runtime')
-install=notmuch.install
+pkgdesc=Vim plugins for notmuch
+depends=('notmuch-runtime')
+install=notmuch-vim.install
 make -C $srcdir/$pkgbase-$pkgver/vim DESTDIR=$pkgdir 
prefix=/usr/share/vim/vimfiles install
 }
 
@@ -77,6 +70,7 @@
 'python2: for using the python2 bindings'
 'ruby: for using the ruby bindings'
 'gnupg: for email encryption')
+install=notmuch.install
 
 cd $srcdir/${pkgname}-$pkgver
 
@@ -90,9 +84,6 @@
 sed -i 's:INSTALL = .*[^D]$: -D:' bindings/ruby/Makefile
 make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
 
-# Install notmuch-deliver
-make -C contrib/${pkgbase}-deliver DESTDIR=$pkgdir install
-
 # Install python bindings
 cd $srcdir/${pkgname}-${pkgver}/bindings/python2
python2 setup.py install --prefix=/usr --root=$pkgdir
@@ -110,5 +101,3 @@
 install -Dm755 contrib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
 install -Dm644 contrib/$pkgname/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
 }
-
-#vim: filetype=PKGBUILD sw=4 ts=4 et

Copied: notmuch/trunk/notmuch-vim.install (from rev 135616, 
notmuch/trunk/notmuch.install)
===
--- notmuch-vim.install (rev 0)
+++ notmuch-vim.install 2015-06-19 21:37:50 UTC (rev 135617)
@@ -0,0 +1,21 @@
+update_tags() {
+echo -n Updating vim help tags... 
+/usr/bin/vim --noplugins -u NONE -U NONE \
+--cmd :helptags /usr/share/vim/vimfiles/doc \
+--cmd :q  /dev/null 21
+echo done.
+}
+
+post_install() {
+update_tags
+echo
+echo '- To run type vim -c NotMuch'
+}
+
+post_upgrade() {
+update_tags
+}
+
+post_remove() {
+update_tags
+}

Deleted: notmuch.install
===
--- notmuch.install 2015-06-19 20:53:39 UTC (rev 135616)
+++ notmuch.install 2015-06-19 21:37:50 UTC 

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

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 22:21:29
  Author: spupykin
Revision: 135606

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

Added:
  shotwell/repos/community-staging-i686/
  shotwell/repos/community-staging-i686/PKGBUILD
(from rev 135605, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-staging-i686/shotwell.install
(from rev 135605, shotwell/trunk/shotwell.install)
  shotwell/repos/community-staging-x86_64/
  shotwell/repos/community-staging-x86_64/PKGBUILD
(from rev 135605, shotwell/trunk/PKGBUILD)
  shotwell/repos/community-staging-x86_64/shotwell.install
(from rev 135605, shotwell/trunk/shotwell.install)

---+
 community-staging-i686/PKGBUILD   |   35 
 community-staging-i686/shotwell.install   |   17 +
 community-staging-x86_64/PKGBUILD |   35 
 community-staging-x86_64/shotwell.install |   17 +
 4 files changed, 104 insertions(+)

Copied: shotwell/repos/community-staging-i686/PKGBUILD (from rev 135605, 
shotwell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 20:21:29 UTC (rev 135606)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=shotwell
+epoch=1
+pkgver=0.22.0
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=2
+pkgdesc=A digital photo organizer designed for the GNOME desktop environment
+arch=('i686' 'x86_64')
+url=http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala=0.17.2' 'gnome-doc-utils')
+install=shotwell.install
+source=(https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)
+md5sums=('18421a67a1b859caf8542777a42b9ce3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: shotwell/repos/community-staging-i686/shotwell.install (from rev 
135605, shotwell/trunk/shotwell.install)
===
--- community-staging-i686/shotwell.install (rev 0)
+++ community-staging-i686/shotwell.install 2015-06-19 20:21:29 UTC (rev 
135606)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  update-desktop-database -q
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: shotwell/repos/community-staging-x86_64/PKGBUILD (from rev 135605, 
shotwell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 20:21:29 UTC (rev 135606)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=shotwell
+epoch=1
+pkgver=0.22.0
+_basever=$(echo $pkgver | cut -f1-2 -d.)
+pkgrel=2
+pkgdesc=A digital photo organizer designed for the GNOME desktop environment
+arch=('i686' 'x86_64')
+url=http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev')
+makedepends=('intltool' 'vala=0.17.2' 'gnome-doc-utils')
+install=shotwell.install
+source=(https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)
+md5sums=('18421a67a1b859caf8542777a42b9ce3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: shotwell/repos/community-staging-x86_64/shotwell.install (from rev 
135605, shotwell/trunk/shotwell.install)
===
--- community-staging-x86_64/shotwell.install   (rev 0)
+++ 

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

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 22:21:34
  Author: spupykin
Revision: 135607

upgpkg: synce-core 0.17-4

upd

Modified:
  synce-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:21:29 UTC (rev 135606)
+++ PKGBUILD2015-06-19 20:21:34 UTC (rev 135607)
@@ -4,16 +4,13 @@
 
 pkgname=synce-core
 pkgver=0.17
-pkgrel=3
+pkgrel=4
 pkgdesc=provide a means of communication with a Windows CE device - libraries
 arch=('i686' 'x86_64')
 url=http://synce.sourceforge.net/;
 license=('GPL')
-depends=('dbus-glib' 'udev' 'python2')
+depends=('dbus-glib' 'udev' 'python2' 'libgudev')
 makedepends=('dhclient' 'pyrex')
-provides=('synce-libsynce' 'synce-librapi')
-replaces=('synce-libsynce' 'synce-librapi')
-conflicts=('synce-libsynce' 'synce-librapi')
 
source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
 md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
 


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:22:11
  Author: foutrelis
Revision: 241082

upgpkg: libmbim 1.12.2-2

Rebuild for libgudev split.

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:21:04 UTC (rev 241081)
+++ PKGBUILD2015-06-19 20:22:11 UTC (rev 241082)
@@ -3,12 +3,12 @@
 
 pkgname=libmbim
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc=MBIM modem protocol helper library
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/libmbim/;
 license=(GPL2)
-depends=(glib2 bash systemd)
+depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python)
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')


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

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 22:21:46
  Author: spupykin
Revision: 135608

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

Added:
  synce-core/repos/community-staging-i686/
  synce-core/repos/community-staging-i686/PKGBUILD
(from rev 135607, synce-core/trunk/PKGBUILD)
  synce-core/repos/community-staging-x86_64/
  synce-core/repos/community-staging-x86_64/PKGBUILD
(from rev 135607, synce-core/trunk/PKGBUILD)

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

Copied: synce-core/repos/community-staging-i686/PKGBUILD (from rev 135607, 
synce-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 20:21:46 UTC (rev 135608)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan Was janek@gmail.com
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=4
+pkgdesc=provide a means of communication with a Windows CE device - libraries
+arch=('i686' 'x86_64')
+url=http://synce.sourceforge.net/;
+license=('GPL')
+depends=('dbus-glib' 'udev' 'python2' 'libgudev')
+makedepends=('dhclient' 'pyrex')
+source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
+md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/synce-core \
+--enable-odccm-support --enable-udev-support --enable-bluetooth-support
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synce-core/repos/community-staging-x86_64/PKGBUILD (from rev 135607, 
synce-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 20:21:46 UTC (rev 135608)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan Was janek@gmail.com
+
+pkgname=synce-core
+pkgver=0.17
+pkgrel=4
+pkgdesc=provide a means of communication with a Windows CE device - libraries
+arch=('i686' 'x86_64')
+url=http://synce.sourceforge.net/;
+license=('GPL')
+depends=('dbus-glib' 'udev' 'python2' 'libgudev')
+makedepends=('dhclient' 'pyrex')
+source=(http://downloads.sourceforge.net/sourceforge/synce/SynCE/synce-core/synce-core-$pkgver.tar.gz)
+md5sums=('ee0b9369b6fea5e2d1b970503dd7cb0e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 \
+./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/synce-core \
+--enable-odccm-support --enable-udev-support --enable-bluetooth-support
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:22:18
  Author: foutrelis
Revision: 241083

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

Added:
  libmbim/repos/staging-i686/
  libmbim/repos/staging-i686/PKGBUILD
(from rev 241082, libmbim/trunk/PKGBUILD)
  libmbim/repos/staging-x86_64/
  libmbim/repos/staging-x86_64/PKGBUILD
(from rev 241082, libmbim/trunk/PKGBUILD)

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

Copied: libmbim/repos/staging-i686/PKGBUILD (from rev 241082, 
libmbim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:22:18 UTC (rev 241083)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libmbim
+pkgver=1.12.2
+pkgrel=2
+pkgdesc=MBIM modem protocol helper library
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libmbim/repos/staging-x86_64/PKGBUILD (from rev 241082, 
libmbim/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:22:18 UTC (rev 241083)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libmbim
+pkgver=1.12.2
+pkgrel=2
+pkgdesc=MBIM modem protocol helper library
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libmbim/;
+license=(GPL2)
+depends=(glib2 bash systemd libgudev)
+makedepends=(gtk-doc python)
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('949351d3e3d69b81e40a49f1d187944c26149e0647a415f0227ccdc112047b29')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 22:21:13
  Author: spupykin
Revision: 135605

upgpkg: shotwell 1:0.22.0-2

upd

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:04:45 UTC (rev 135604)
+++ PKGBUILD2015-06-19 20:21:13 UTC (rev 135605)
@@ -7,7 +7,7 @@
 epoch=1
 pkgver=0.22.0
 _basever=$(echo $pkgver | cut -f1-2 -d.)
-pkgrel=1
+pkgrel=2
 pkgdesc=A digital photo organizer designed for the GNOME desktop environment
 arch=('i686' 'x86_64')
 url=http://yorba.org/shotwell/;
@@ -14,7 +14,7 @@
 license=('LGPL2.1')
 depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2')
+'gst-plugins-base' 'libgphoto2' 'libgudev')
 makedepends=('intltool' 'vala=0.17.2' 'gnome-doc-utils')
 install=shotwell.install
 
source=(https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:21:04
  Author: foutrelis
Revision: 241081

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

Added:
  libwacom/repos/staging-i686/
  libwacom/repos/staging-i686/PKGBUILD
(from rev 241080, libwacom/trunk/PKGBUILD)
  libwacom/repos/staging-x86_64/
  libwacom/repos/staging-x86_64/PKGBUILD
(from rev 241080, libwacom/trunk/PKGBUILD)

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

Copied: libwacom/repos/staging-i686/PKGBUILD (from rev 241080, 
libwacom/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:21:04 UTC (rev 241081)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.11
+pkgrel=2
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libwacom/repos/staging-x86_64/PKGBUILD (from rev 241080, 
libwacom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:21:04 UTC (rev 241081)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libwacom
+pkgver=0.11
+pkgrel=2
+pkgdesc=Library to identify Wacom tablets and their features
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
+license=('MIT')
+depends=('glib2' 'systemd' 'libgudev')
+source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
+sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:20:57
  Author: foutrelis
Revision: 241080

upgpkg: libwacom 0.11-2

Rebuild for libgudev split.

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:19:39 UTC (rev 241079)
+++ PKGBUILD2015-06-19 20:20:57 UTC (rev 241080)
@@ -3,12 +3,12 @@
 
 pkgname=libwacom
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to identify Wacom tablets and their features
 arch=('x86_64' 'i686')
 url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
 license=('MIT')
-depends=('glib2' 'systemd')
+depends=('glib2' 'systemd' 'libgudev')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
 sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
 


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:34:48
  Author: heftig
Revision: 241091

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

Added:
  colord/repos/staging-i686/
  
colord/repos/staging-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
(from rev 241090, 
colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
  colord/repos/staging-i686/PKGBUILD
(from rev 241090, colord/trunk/PKGBUILD)
  colord/repos/staging-i686/colord.install
(from rev 241090, colord/trunk/colord.install)
  colord/repos/staging-x86_64/
  
colord/repos/staging-x86_64/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
(from rev 241090, 
colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
  colord/repos/staging-x86_64/PKGBUILD
(from rev 241090, colord/trunk/PKGBUILD)
  colord/repos/staging-x86_64/colord.install
(from rev 241090, colord/trunk/colord.install)

--+
 staging-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch   |   
30 ++
 staging-i686/PKGBUILD|   
48 ++
 staging-i686/colord.install  |   
15 +++
 staging-x86_64/0001-Fix-session-helper-failing-to-find-argyll-tool.patch |   
30 ++
 staging-x86_64/PKGBUILD  |   
48 ++
 staging-x86_64/colord.install|   
15 +++
 6 files changed, 186 insertions(+)

Copied: 
colord/repos/staging-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch
 (from rev 241090, 
colord/trunk/0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
===
--- staging-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch  
(rev 0)
+++ staging-i686/0001-Fix-session-helper-failing-to-find-argyll-tool.patch  
2015-06-19 20:34:48 UTC (rev 241091)
@@ -0,0 +1,30 @@
+From 301f24d02158f1e12a2e7ccdf9970d02ecddd534 Mon Sep 17 00:00:00 2001
+From: Tim Waugh twa...@redhat.com
+Date: Mon, 23 Feb 2015 09:56:12 +
+Subject: [PATCH] Fix session-helper failing to find argyll tool.
+
+We don't want to free the thing we're trying to return. This fixes the
+bug introduced in commit b6f7c4d117a06f059a6e852e2dce8c13a3bb1f2c.
+
+See:
+  https://bugzilla.redhat.com/show_bug.cgi?id=1190720
+---
+ contrib/session-helper/cd-main.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/contrib/session-helper/cd-main.c 
b/contrib/session-helper/cd-main.c
+index 61e0c5b..0f93697 100644
+--- a/contrib/session-helper/cd-main.c
 b/contrib/session-helper/cd-main.c
+@@ -939,7 +939,7 @@ cd_main_find_argyll_tool (const gchar *command,
+ GError **error)
+ {
+   gboolean ret;
+-  _cleanup_free_ gchar *filename = NULL;
++  gchar *filename;
+ 
+   /* try the original argyllcms filename installed in /usr/local/bin */
+   filename = g_strdup_printf (/usr/local/bin/%s, command);
+-- 
+2.1.0
+

Copied: colord/repos/staging-i686/PKGBUILD (from rev 241090, 
colord/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:34:48 UTC (rev 241091)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=1.2.9
+pkgrel=3
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev)
+makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
+ argyllcms)
+optdepends=('sane: scanner support'
+'argyllcms: color profiling')
+replaces=('shared-color-profiles')
+install=colord.install
+source=($url/releases/$pkgname-$pkgver.tar.xz{,.asc}
+0001-Fix-session-helper-failing-to-find-argyll-tool.patch)
+sha1sums=('1b6319812b12ab7f906983959bbaaf2e5b78bdb7'
+  'SKIP'
+  '6d92d75cda7736e734f7472bed52dbc90ca3ea93')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../0001-Fix-session-helper-failing-to-find-argyll-tool.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --with-daemon-user=colord
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # the build system has no colord user, so the chown fails
+  chown -R 124:124 $pkgdir/var/lib/colord
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 22:19:24
  Author: lfleischer
Revision: 241077

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/PKGBUILD
(from rev 241076, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/
  translate-toolkit/repos/extra-any/PKGBUILD

+
 /PKGBUILD  |   29 +
 extra-any/PKGBUILD |   30 --
 2 files changed, 29 insertions(+), 30 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2015-06-19 20:14:50 UTC (rev 241076)
+++ extra-any/PKGBUILD  2015-06-19 20:19:24 UTC (rev 241077)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Hugo Doria hugodoria at gmail.com
-
-pkgname=translate-toolkit
-pkgver=1.12.0
-pkgrel=1
-pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
-arch=('any')
-url=http://translate.sourceforge.net/wiki/toolkit/index;
-license=('GPL')
-depends=('bash' 'python2-lxml' 'python2-six')
-makedepends=('python2-setuptools')
-optdepends=('python2-iniparse: to use ini2po script')
-source=(http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dfaff8943930b3f856c3abc3d2374a71')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
--e s|/usr/bin/python2.4|/usr/bin/python2| \
-$(find . -name '*.py')
-
-  python2 -s setup.py install --root=${pkgdir} --optimize=1
-  python2 -m compileall ${pkgdir}/usr/lib/python2.7/site-packages/translate
-}

Copied: translate-toolkit/repos/extra-any/PKGBUILD (from rev 241076, 
translate-toolkit/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2015-06-19 20:19:24 UTC (rev 241077)
@@ -0,0 +1,29 @@
+# Maintainer: Lukas Fleischer lfleischer at archlinux dot org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Hugo Doria hugodoria at gmail.com
+
+pkgname=translate-toolkit
+pkgver=1.13.0
+pkgrel=1
+pkgdesc=A toolkit to convert between various different translation formats, 
help process and validate localisations
+arch=('any')
+url=http://translate.sourceforge.net/wiki/toolkit/index;
+license=('GPL')
+depends=('bash' 'python2-lxml' 'python2-six')
+makedepends=('python2-setuptools')
+optdepends=('python2-iniparse: to use ini2po script')
+source=(https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('f9997a0deb3f1767bb20665a47cd2708')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+-e s|/usr/bin/python2.4|/usr/bin/python2| \
+$(find . -name '*.py')
+
+  python2 -s setup.py install --root=${pkgdir} --optimize=1
+  python2 -m compileall ${pkgdir}/usr/lib/python2.7/site-packages/translate
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:19:31
  Author: foutrelis
Revision: 241078

upgpkg: modemmanager 1.4.8-2

Rebuild for libgudev split.

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:19:24 UTC (rev 241077)
+++ PKGBUILD2015-06-19 20:19:31 UTC (rev 241078)
@@ -5,12 +5,12 @@
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Mobile broadband modem management service
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/ModemManager/;
 license=(GPL2 LGPL2.1)
-depends=(systemd polkit ppp libqmi libmbim hicolor-icon-theme)
+depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
 makedepends=(intltool gtk-doc gobject-introspection vala)
 
source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
 sha256sums=('d951eaffbe513bcde54f90602c6c423a49593f656d6485ba95f6fcb4bc1e8003')


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:19:39
  Author: foutrelis
Revision: 241079

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

Added:
  modemmanager/repos/staging-i686/
  modemmanager/repos/staging-i686/PKGBUILD
(from rev 241078, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/staging-i686/modemmanager.install
(from rev 241078, modemmanager/trunk/modemmanager.install)
  modemmanager/repos/staging-x86_64/
  modemmanager/repos/staging-x86_64/PKGBUILD
(from rev 241078, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/staging-x86_64/modemmanager.install
(from rev 241078, modemmanager/trunk/modemmanager.install)

-+
 staging-i686/PKGBUILD   |   67 ++
 staging-i686/modemmanager.install   |   13 ++
 staging-x86_64/PKGBUILD |   67 ++
 staging-x86_64/modemmanager.install |   13 ++
 4 files changed, 160 insertions(+)

Copied: modemmanager/repos/staging-i686/PKGBUILD (from rev 241078, 
modemmanager/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:19:39 UTC (rev 241079)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.4.8
+pkgrel=2
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
+sha256sums=('d951eaffbe513bcde54f90602c6c423a49593f656d6485ba95f6fcb4bc1e8003')
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager-$pkgver
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+  options=(!emptydirs)
+  install=modemmanager.install
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C libmm-glib uninstall
+  make DESTDIR=$pkgdir -C vapi uninstall
+
+  # Some stuff to move is left over
+  mv $pkgdir/usr/include ..
+  mv $pkgdir/usr/lib/pkgconfig ..
+}
+
+package_libmm-glib() {
+  pkgdesc=ModemManager library
+  depends=(glib2)
+
+  install -d $pkgdir/usr/lib
+  mv include $pkgdir/usr
+  mv pkgconfig $pkgdir/usr/lib
+
+  cd ModemManager-$pkgver
+  make DESTDIR=$pkgdir -C libmm-glib install
+  make DESTDIR=$pkgdir -C vapi install
+}

Copied: modemmanager/repos/staging-i686/modemmanager.install (from rev 241078, 
modemmanager/trunk/modemmanager.install)
===
--- staging-i686/modemmanager.install   (rev 0)
+++ staging-i686/modemmanager.install   2015-06-19 20:19:39 UTC (rev 241079)
@@ -0,0 +1,13 @@
+post_install() {
+  if [[ -x usr/bin/gtk-update-icon-cache ]]; then
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: modemmanager/repos/staging-x86_64/PKGBUILD (from rev 241078, 
modemmanager/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:19:39 UTC (rev 241079)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.4.8
+pkgrel=2
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
+sha256sums=('d951eaffbe513bcde54f90602c6c423a49593f656d6485ba95f6fcb4bc1e8003')
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+

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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:33:06
  Author: heftig
Revision: 241090

libgudev

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:30:37 UTC (rev 241089)
+++ PKGBUILD2015-06-19 20:33:06 UTC (rev 241090)
@@ -4,12 +4,12 @@
 
 pkgname=colord
 pkgver=1.2.9
-pkgrel=2
+pkgrel=3
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/software/colord;
 license=(GPL2)
-depends=(lcms2 libgusb polkit sqlite systemd dconf dbus)
+depends=(lcms2 libgusb polkit sqlite systemd dconf dbus libgudev)
 makedepends=(intltool gobject-introspection vala docbook2x sane bash-completion
  argyllcms)
 optdepends=('sane: scanner support'


[arch-commits] Commit in cinnamon-settings-daemon/repos (6 files)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:49:30
  Author: foutrelis
Revision: 135614

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

Added:
  cinnamon-settings-daemon/repos/community-staging-i686/
  cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD
(from rev 135613, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-staging-i686/cinnamon-settings-daemon.install
(from rev 135613, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-staging-x86_64/
  cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 135613, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-staging-x86_64/cinnamon-settings-daemon.install
(from rev 135613, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-i686/cinnamon-settings-daemon.install   |   12 +++
 community-staging-x86_64/PKGBUILD |   41 
 community-staging-x86_64/cinnamon-settings-daemon.install |   12 +++
 4 files changed, 106 insertions(+)

Copied: cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD (from 
rev 135613, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 20:49:30 UTC (rev 135614)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.6.2
+pkgrel=2
+pkgdesc=The Cinnamon Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+url=https://github.com/linuxmint/cinnamon-settings-daemon;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('a97b85a2f9aafdc9c7c7facc97e422d7bc9531a920ac2e685fd82c56c01d8dec')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
cinnamon-settings-daemon/repos/community-staging-i686/cinnamon-settings-daemon.install
 (from rev 135613, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
===
--- community-staging-i686/cinnamon-settings-daemon.install 
(rev 0)
+++ community-staging-i686/cinnamon-settings-daemon.install 2015-06-19 
20:49:30 UTC (rev 135614)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD (from 
rev 135613, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 20:49:30 UTC (rev 135614)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.6.2
+pkgrel=2
+pkgdesc=The Cinnamon Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+url=https://github.com/linuxmint/cinnamon-settings-daemon;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('a97b85a2f9aafdc9c7c7facc97e422d7bc9531a920ac2e685fd82c56c01d8dec')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:49:20
  Author: foutrelis
Revision: 135613

upgpkg: cinnamon-settings-daemon 2.6.2-2

Rebuild for libgudev split.

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:36:49 UTC (rev 135612)
+++ PKGBUILD2015-06-19 20:49:20 UTC (rev 135613)
@@ -4,12 +4,13 @@
 
 pkgname=cinnamon-settings-daemon
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The Cinnamon Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev')
 makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
 options=('!emptydirs')
 install=cinnamon-settings-daemon.install


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 23:39:17
  Author: foutrelis
Revision: 135620

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

Added:
  pragha/repos/community-staging-i686/
  pragha/repos/community-staging-i686/PKGBUILD
(from rev 135619, pragha/trunk/PKGBUILD)
  pragha/repos/community-staging-i686/pragha.install
(from rev 135619, pragha/trunk/pragha.install)
  pragha/repos/community-staging-x86_64/
  pragha/repos/community-staging-x86_64/PKGBUILD
(from rev 135619, pragha/trunk/PKGBUILD)
  pragha/repos/community-staging-x86_64/pragha.install
(from rev 135619, pragha/trunk/pragha.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/pragha.install   |   10 ++
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/pragha.install |   10 ++
 4 files changed, 116 insertions(+)

Copied: pragha/repos/community-staging-i686/PKGBUILD (from rev 135619, 
pragha/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 21:39:17 UTC (rev 135620)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: J0k3r moebius282 e4a t gmail D0_T com
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: JerichoKru   jerichokru(AT)hotmail.com
+
+pkgname=pragha
+pkgver=1.3.2.2
+pkgrel=1
+pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
+arch=('i686' 'x86_64')
+url=https://pragha-music-player.github.io/;
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+ 'libpeas' 'libgudev')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
+replaces=('dissonance')
+install=pragha.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz;)
+sha1sums=('52f2b77192734418e3a219b29d87ced939f34248')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+  CPPFLAGS=-DHAVE_PARANOIA_NEW_INCLUDES LIBS+=-ldbus-glib-1 \
+./configure --prefix=/usr \
+--with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  install -m 644 data/$pkgname.desktop $pkgdir/usr/share/applications
+  install -d $pkgdir/usr/share/pixmaps
+  install -m 644 data/$pkgname.1 $pkgdir/usr/share/man/man1/
+
+}
+
+# vim:ts=2:sw=2:expandtab
+

Copied: pragha/repos/community-staging-i686/pragha.install (from rev 135619, 
pragha/trunk/pragha.install)
===
--- community-staging-i686/pragha.install   (rev 0)
+++ community-staging-i686/pragha.install   2015-06-19 21:39:17 UTC (rev 
135620)
@@ -0,0 +1,10 @@
+post_install() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
+}
+ 

Copied: pragha/repos/community-staging-x86_64/PKGBUILD (from rev 135619, 
pragha/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 21:39:17 UTC (rev 135620)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: J0k3r moebius282 e4a t gmail D0_T com
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: JerichoKru   jerichokru(AT)hotmail.com
+
+pkgname=pragha
+pkgver=1.3.2.2
+pkgrel=1
+pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
+arch=('i686' 'x86_64')
+url=https://pragha-music-player.github.io/;
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
+ 'libpeas' 'libgudev')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
+replaces=('dissonance')
+install=pragha.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz;)

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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 23:39:05
  Author: foutrelis
Revision: 135619

upgpkg: pragha 1.3.2.2-1

- Rebuild for libgudev split.
- New upstream release.

Modified:
  pragha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 21:38:03 UTC (rev 135618)
+++ PKGBUILD2015-06-19 21:39:05 UTC (rev 135619)
@@ -5,7 +5,7 @@
 # Contributor: JerichoKru   jerichokru(AT)hotmail.com
 
 pkgname=pragha
-pkgver=1.3.2.1
+pkgver=1.3.2.2
 pkgrel=1
 pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 license=('GPL3')
 depends=('libnotify' 'libcdio-paranoia' 'libclastfm' 'gst-plugins-base'
  'taglib' 'hicolor-icon-theme' 'dbus-glib' 'desktop-file-utils'
- 'libpeas')
+ 'libpeas' 'libgudev')
 optdepends=('notification-daemon: OSD notification'
 'gst-plugins-good: A collection of gstreamer codecs'
 'gst-plugins-bad: A collection of gstreamer codecs'
 'gst-plugins-ugly: A collection of gstreamer codecs')
-makedepends=('intltool' 'xfce4-dev-tools')
+makedepends=('intltool' 'xfce4-dev-tools' 'gobject-introspection')
 replaces=('dissonance')
 install=pragha.install
-source=($pkgname-$pkgver.zip::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.zip;)
-sha1sums=('9dde9db2bd8f09798019fb7ae9378225c74124fb')
+source=($pkgname-$pkgver.tar.gz::https://github.com/pragha-music-player/pragha/archive/v${pkgver}.tar.gz;)
+sha1sums=('52f2b77192734418e3a219b29d87ced939f34248')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -40,7 +40,6 @@
 
   install -m 644 data/$pkgname.desktop $pkgdir/usr/share/applications
   install -d $pkgdir/usr/share/pixmaps
-  install -m 644 data/$pkgname.png $pkgdir/usr/share/pixmaps/
   install -m 644 data/$pkgname.1 $pkgdir/usr/share/man/man1/
 
 }


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:40:20
  Author: heftig
Revision: 241093

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

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

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/empathy.install   |   16 
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/empathy.install |   16 
 4 files changed, 110 insertions(+)

Copied: empathy/repos/staging-i686/PKGBUILD (from rev 241092, 
empathy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:40:20 UTC (rev 241093)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.10
+pkgrel=2
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
+ telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
+ geocode-glib cheese libchamplain libgudev)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: empathy/repos/staging-i686/empathy.install (from rev 241092, 
empathy/trunk/empathy.install)
===
--- staging-i686/empathy.install(rev 0)
+++ staging-i686/empathy.install2015-06-19 20:40:20 UTC (rev 241093)
@@ -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
+}

Copied: empathy/repos/staging-x86_64/PKGBUILD (from rev 241092, 
empathy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 20:40:20 UTC (rev 241093)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.10
+pkgrel=2
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
+ telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
+ geocode-glib cheese libchamplain libgudev)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('794140c3743aa83739ef7efa9eff1950e2f718fde9dc29064fa9d616478e97cb')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:53:33
  Author: foutrelis
Revision: 135615

upgpkg: gnome-boxes 3.16.2-2

Rebuild for libgudev split.

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:49:30 UTC (rev 135614)
+++ PKGBUILD2015-06-19 20:53:33 UTC (rev 135615)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-boxes
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Simple GNOME 3 application to access remote or virtual systems
 arch=('i686' 'x86_64')
 url=https://wiki.gnome.org/Apps/Boxes;
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
  'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
- 'gnome-themes-standard' 'libusb')
+ 'gnome-themes-standard' 'libusb' 'libgudev')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:53:39
  Author: foutrelis
Revision: 135616

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

Added:
  gnome-boxes/repos/community-staging-i686/
  gnome-boxes/repos/community-staging-i686/PKGBUILD
(from rev 135615, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-staging-i686/gnome-boxes.install
(from rev 135615, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-staging-x86_64/
  gnome-boxes/repos/community-staging-x86_64/PKGBUILD
(from rev 135615, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-staging-x86_64/gnome-boxes.install
(from rev 135615, gnome-boxes/trunk/gnome-boxes.install)

--+
 community-staging-i686/PKGBUILD  |   30 +
 community-staging-i686/gnome-boxes.install   |   12 ++
 community-staging-x86_64/PKGBUILD|   30 +
 community-staging-x86_64/gnome-boxes.install |   12 ++
 4 files changed, 84 insertions(+)

Copied: gnome-boxes/repos/community-staging-i686/PKGBUILD (from rev 135615, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 20:53:39 UTC (rev 135616)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'gnome-themes-standard' 'libusb' 'libgudev')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f5fecb1ba0769e2a3dbec31e6149fffbcbd59946e4dbab31fb3ec28a16e41995')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-boxes/repos/community-staging-i686/gnome-boxes.install (from rev 
135615, gnome-boxes/trunk/gnome-boxes.install)
===
--- community-staging-i686/gnome-boxes.install  (rev 0)
+++ community-staging-i686/gnome-boxes.install  2015-06-19 20:53:39 UTC (rev 
135616)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-boxes/repos/community-staging-x86_64/PKGBUILD (from rev 135615, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 20:53:39 UTC (rev 135616)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'gnome-themes-standard' 'libusb' 'libgudev')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f5fecb1ba0769e2a3dbec31e6149fffbcbd59946e4dbab31fb3ec28a16e41995')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-boxes/repos/community-staging-x86_64/gnome-boxes.install (from 
rev 135615, gnome-boxes/trunk/gnome-boxes.install)
===
--- community-staging-x86_64/gnome-boxes.install
(rev 0)
+++ community-staging-x86_64/gnome-boxes.install2015-06-19 20:53:39 UTC 
(rev 135616)
@@ 

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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:53:13
  Author: heftig
Revision: 241098

0.99.3

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:50:44 UTC (rev 241097)
+++ PKGBUILD2015-06-19 20:53:13 UTC (rev 241098)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=upower
-pkgver=0.99.2
-pkgrel=3
+pkgver=0.99.3
+pkgrel=1
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
 backup=('etc/UPower/UPower.conf')
 source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('e9dc453adf96b89c92d33f2b6543258344f7c8ba89460dc0a92a8180946f')
+sha256sums=('697199bcc113bb069e6fb6bf4135536a702ba9847e46c5fc6df87d19624ddd38')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:01:54
  Author: foutrelis
Revision: 241069

upgpkg: gst-plugins-bad 1.4.5-3

Rebuild for libgudev split.

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 19:46:59 UTC (rev 241068)
+++ PKGBUILD2015-06-19 20:01:54 UTC (rev 241069)
@@ -3,12 +3,12 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.4.5
-pkgrel=2
+pkgrel=3
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
 makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
  'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
 options=(!emptydirs)


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 22:25:53
  Author: foutrelis
Revision: 241085

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

Added:
  gnome-control-center/repos/staging-i686/
  gnome-control-center/repos/staging-i686/PKGBUILD
(from rev 241084, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/staging-i686/gnome-control-center.install
(from rev 241084, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/staging-i686/network-Also-work-with-NM-10.patch
(from rev 241084, 
gnome-control-center/trunk/network-Also-work-with-NM-10.patch)
  gnome-control-center/repos/staging-x86_64/
  gnome-control-center/repos/staging-x86_64/PKGBUILD
(from rev 241084, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/staging-x86_64/gnome-control-center.install
(from rev 241084, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/staging-x86_64/network-Also-work-with-NM-10.patch
(from rev 241084, 
gnome-control-center/trunk/network-Also-work-with-NM-10.patch)

---+
 staging-i686/PKGBUILD |   49 +++
 staging-i686/gnome-control-center.install |   11 +++
 staging-i686/network-Also-work-with-NM-10.patch   |   63 
 staging-x86_64/PKGBUILD   |   49 +++
 staging-x86_64/gnome-control-center.install   |   11 +++
 staging-x86_64/network-Also-work-with-NM-10.patch |   63 
 6 files changed, 246 insertions(+)

Copied: gnome-control-center/repos/staging-i686/PKGBUILD (from rev 241084, 
gnome-control-center/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 20:25:53 UTC (rev 241085)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev)
+makedepends=(intltool docbook-xsl modemmanager)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+url=http://www.gnome.org;
+install=gnome-control-center.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2c2636af27a07a064669abdf79a8b0580a9a611fa4f108900167100473028a3d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Fix a warning
+  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
+  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
+}

Copied: gnome-control-center/repos/staging-i686/gnome-control-center.install 
(from rev 241084, gnome-control-center/trunk/gnome-control-center.install)
===
--- staging-i686/gnome-control-center.install   (rev 0)
+++ staging-i686/gnome-control-center.install   2015-06-19 20:25:53 UTC (rev 
241085)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: 
gnome-control-center/repos/staging-i686/network-Also-work-with-NM-10.patch 
(from rev 241084, gnome-control-center/trunk/network-Also-work-with-NM-10.patch)
===
--- staging-i686/network-Also-work-with-NM-10.patch 
(rev 0)
+++ staging-i686/network-Also-work-with-NM-10.patch 2015-06-19 20:25:53 UTC 
(rev 241085)
@@ -0,0 +1,63 @@
+From fa8d6a13747ed3e586e139b79b63280bd951d10b Mon Sep 17 00:00:00 2001
+From: Bastien Nocera had...@hadess.net
+Date: Thu, 18 Dec 2014 08:04:00 +0100
+Subject: [PATCH] network: Also work with NM 1.0
+

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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:36:49
  Author: heftig
Revision: 135612

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

Added:
  simple-scan/repos/community-staging-i686/
  simple-scan/repos/community-staging-i686/PKGBUILD
(from rev 135611, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-staging-i686/simple-scan.install
(from rev 135611, simple-scan/trunk/simple-scan.install)
  simple-scan/repos/community-staging-x86_64/
  simple-scan/repos/community-staging-x86_64/PKGBUILD
(from rev 135611, simple-scan/trunk/PKGBUILD)
  simple-scan/repos/community-staging-x86_64/simple-scan.install
(from rev 135611, simple-scan/trunk/simple-scan.install)

--+
 community-staging-i686/PKGBUILD  |   30 +
 community-staging-i686/simple-scan.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   30 +
 community-staging-x86_64/simple-scan.install |   18 +++
 4 files changed, 96 insertions(+)

Copied: simple-scan/repos/community-staging-i686/PKGBUILD (from rev 135611, 
simple-scan/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 20:36:49 UTC (rev 135612)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=simple-scan
+pkgver=3.16.2
+pkgrel=1
+pkgdesc='Simple scanning utility'
+arch=('i686' 'x86_64')
+url='http://launchpad.net/simple-scan'
+license=('GPL3')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgudev')
+makedepends=('yelp-tools' 'intltool' 'vala')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('1c6727591813e7fd44da932adbae226001ce3a7b8f1a162c9b19d1dc630d7402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: simple-scan/repos/community-staging-i686/simple-scan.install (from rev 
135611, simple-scan/trunk/simple-scan.install)
===
--- community-staging-i686/simple-scan.install  (rev 0)
+++ community-staging-i686/simple-scan.install  2015-06-19 20:36:49 UTC (rev 
135612)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.1.3)  0 )); then
+usr/sbin/gconfpkg --uninstall simple-scan
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: simple-scan/repos/community-staging-x86_64/PKGBUILD (from rev 135611, 
simple-scan/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 20:36:49 UTC (rev 135612)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=simple-scan
+pkgver=3.16.2
+pkgrel=1
+pkgdesc='Simple scanning utility'
+arch=('i686' 'x86_64')
+url='http://launchpad.net/simple-scan'
+license=('GPL3')
+depends=('sane' 'dconf' 'gtk3' 'colord' 'hicolor-icon-theme' 'libgudev')
+makedepends=('yelp-tools' 'intltool' 'vala')
+install=$pkgname.install
+source=(https://launchpad.net/$pkgname/${pkgver:0:4}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+sha256sums=('1c6727591813e7fd44da932adbae226001ce3a7b8f1a162c9b19d1dc630d7402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: simple-scan/repos/community-staging-x86_64/simple-scan.install (from 
rev 135611, simple-scan/trunk/simple-scan.install)
===
--- community-staging-x86_64/simple-scan.install
(rev 0)
+++ community-staging-x86_64/simple-scan.install2015-06-19 20:36:49 UTC 
(rev 135612)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.1.3)  0 )); then
+usr/sbin/gconfpkg --uninstall simple-scan
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:37:01
  Author: heftig
Revision: 241092

libgudev

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:34:48 UTC (rev 241091)
+++ PKGBUILD2015-06-19 20:37:01 UTC (rev 241092)
@@ -3,12 +3,14 @@
 
 pkgname=empathy
 pkgver=3.12.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
 url=http://live.gnome.org/Empathy;
 license=(GPL2)
-depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk
+ telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2
+ geocode-glib cheese libchamplain libgudev)
 makedepends=(intltool itstool docbook-xsl python2)
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'


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

2015-06-19 Thread Jan Steffens
Date: Friday, June 19, 2015 @ 22:49:32
  Author: heftig
Revision: 241096

0.13

Modified:
  libwacom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 20:46:53 UTC (rev 241095)
+++ PKGBUILD2015-06-19 20:49:32 UTC (rev 241096)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=libwacom
-pkgver=0.11
-pkgrel=2
+pkgver=0.13
+pkgrel=1
 pkgdesc=Library to identify Wacom tablets and their features
 arch=('x86_64' 'i686')
 url=http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom;
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('glib2' 'systemd' 'libgudev')
 
source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2)
-sha256sums=('995f192e53f09444b79b66986227ebbac477520956363dededa19af3d8746284')
+sha256sums=('976b8801007ac96c6512751a0ef6903b482cd361f256965c2884196c88788176')
 
 build() {
   cd $pkgname-$pkgver


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

2015-06-19 Thread Allan McRae
Date: Saturday, June 20, 2015 @ 02:21:14
  Author: allan
Revision: 241126

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

Added:
  mpfr/repos/testing-i686/
  mpfr/repos/testing-i686/PKGBUILD
(from rev 241125, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-i686/mpfr-3.1.2-p11.patch
(from rev 241125, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-i686/mpfr.install
(from rev 241125, mpfr/trunk/mpfr.install)
  mpfr/repos/testing-x86_64/
  mpfr/repos/testing-x86_64/PKGBUILD
(from rev 241125, mpfr/trunk/PKGBUILD)
  mpfr/repos/testing-x86_64/mpfr-3.1.2-p11.patch
(from rev 241125, mpfr/trunk/mpfr-3.1.2-p11.patch)
  mpfr/repos/testing-x86_64/mpfr.install
(from rev 241125, mpfr/trunk/mpfr.install)

-+
 testing-i686/PKGBUILD   |   42 
 testing-i686/mpfr-3.1.2-p11.patch   | 1626 ++
 testing-i686/mpfr.install   |   20 
 testing-x86_64/PKGBUILD |   42 
 testing-x86_64/mpfr-3.1.2-p11.patch | 1626 ++
 testing-x86_64/mpfr.install |   20 
 6 files changed, 3376 insertions(+)

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


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

2015-06-19 Thread Allan McRae
Date: Saturday, June 20, 2015 @ 02:19:28
  Author: allan
Revision: 241125

upgpkg: mpfr 3.1.3-1

upstream update

Modified:
  mpfr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 21:43:33 UTC (rev 241124)
+++ PKGBUILD2015-06-20 00:19:28 UTC (rev 241125)
@@ -3,10 +3,10 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=mpfr
-_pkgver=3.1.2
-_patchlevel=p11
-pkgver=${_pkgver}.${_patchlevel}
-#pkgver=${_pkgver}
+_pkgver=3.1.3
+#_patchlevel=p11
+#pkgver=${_pkgver}.${_patchlevel}
+pkgver=${_pkgver}
 pkgrel=1
 pkgdesc=Multiple-precision floating-point library
 arch=('i686' 'x86_64')
@@ -14,16 +14,19 @@
 license=('LGPL')
 depends=('gmp=5.0')
 install=mpfr.install
-source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc}
-mpfr-${_pkgver}-${_patchlevel}.patch)
-md5sums=('e3d203d188b8fe60bb6578dd3152e05c'
- 'SKIP'
- '9f96a5c7cac1d6cd983ed9cf7d997074')
+source=(http://www.mpfr.org/mpfr-current/mpfr-${_pkgver}.tar.xz{,.asc})
+#mpfr-${_pkgver}-${_patchlevel}.patch)
+md5sums=('6969398cd2fbc56a6af570b5273c56a9'
+ 'SKIP')
 validpgpkeys=('07F3DBBECC1A39605078094D980C197698C3739D')
 
+#prepare() {
+#  cd ${srcdir}/${pkgname}-${_pkgver}
+#  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
+#}
+
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
-  patch -p1 -i $srcdir/mpfr-${_pkgver}-${_patchlevel}.patch
   ./configure --prefix=/usr --enable-thread-safe --enable-shared
   make
 }


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

2015-06-19 Thread Felix Yan
Date: Saturday, June 20, 2015 @ 05:30:03
  Author: fyan
Revision: 135632

upgpkg: python-tox 2.1.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 23:10:11 UTC (rev 135631)
+++ PKGBUILD2015-06-20 03:30:03 UTC (rev 135632)
@@ -6,8 +6,8 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
 url='http://testrun.org/tox/latest/'
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
 checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
 source=(http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
-sha256sums=('69a8e0742a96f6574209b23d34c2b058972a39e2c270542f852f97b27652c30d')
+sha256sums=('f322277448b936250a864385e495f289711eff2aa7d841cae834a81628f2785b')
 
 prepare() {
   cp -a tox-$pkgver{,-py2}
@@ -44,7 +44,7 @@
 sys.exit(cmdline())
 EOF
 
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+  XDG_CACHE_HOME=$srcdir PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
 
   cd $srcdir/tox-$pkgver-py2
   cat  $srcdir/bin/tox  EOF
@@ -54,7 +54,7 @@
 sys.exit(cmdline())
 EOF
 
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test2
+  XDG_CACHE_HOME=$srcdir PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test2
 }
 
 package_python-tox() {


[arch-commits] Commit in python-tox/repos (2 files)

2015-06-19 Thread Felix Yan
Date: Saturday, June 20, 2015 @ 05:30:13
  Author: fyan
Revision: 135633

archrelease: copy trunk to community-testing-any

Added:
  python-tox/repos/community-testing-any/
  python-tox/repos/community-testing-any/PKGBUILD
(from rev 135632, python-tox/trunk/PKGBUILD)

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

Copied: python-tox/repos/community-testing-any/PKGBUILD (from rev 135632, 
python-tox/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-06-20 03:30:13 UTC (rev 135633)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Thomas Weißschuh thomas t-8ch.de
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+
+pkgbase=python-tox
+pkgname=(python-tox python2-tox)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Python virtualenv management and testing tool'
+arch=('any')
+url='http://testrun.org/tox/latest/'
+license=('GPL2')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv' 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+checkdepends=('python-pytest' 'python2-pytest' 'python-pip' 'python2-pip')
+source=(http://pypi.python.org/packages/source/t/tox/tox-${pkgver}.tar.gz;)
+sha256sums=('f322277448b936250a864385e495f289711eff2aa7d841cae834a81628f2785b')
+
+prepare() {
+  cp -a tox-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/tox-$pkgver
+  python setup.py build
+
+  cd $srcdir/tox-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: Make the workaround less dirty
+  mkdir $srcdir/bin
+  touch $srcdir/bin/tox
+  chmod +x $srcdir/bin/tox
+  export PATH=$srcdir/bin:$PATH
+
+  cd $srcdir/tox-$pkgver
+  cat  $srcdir/bin/tox  EOF
+#!/usr/bin/env python
+import sys
+from tox import cmdline
+sys.exit(cmdline())
+EOF
+
+  XDG_CACHE_HOME=$srcdir PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test
+
+  cd $srcdir/tox-$pkgver-py2
+  cat  $srcdir/bin/tox  EOF
+#!/usr/bin/env python2
+import sys
+from tox import cmdline
+sys.exit(cmdline())
+EOF
+
+  XDG_CACHE_HOME=$srcdir PYTHONPATH=$PWD/build/lib:$PYTHONPATH py.test2
+}
+
+package_python-tox() {
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+
+  cd $srcdir/tox-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1
+  ln -s tox ${pkgdir}/usr/bin/tox3
+}
+
+package_python2-tox() {
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+
+  cd $srcdir/tox-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  mv ${pkgdir}/usr/bin/tox{,2}
+  mv ${pkgdir}/usr/bin/{tox-quickstart,tox2-quickstart}
+}


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

2015-06-19 Thread Felix Yan
Date: Saturday, June 20, 2015 @ 05:55:03
  Author: fyan
Revision: 135634

upgpkg: scrapy 1.0.0-1

Modified:
  scrapy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-20 03:30:13 UTC (rev 135633)
+++ PKGBUILD2015-06-20 03:55:03 UTC (rev 135634)
@@ -4,8 +4,8 @@
 # Contributor: Anibal Pacheco apacheco...@gmail.com
 
 pkgname=scrapy
-pkgver=0.24.6
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc=A fast high-level scraping and web crawling framework.
 arch=(any)
 license=('BSD')
@@ -14,7 +14,6 @@
  'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl')
 makedepends=('git')
 optdepends=('ipython2: for enhanced support of the interactive scraping shell')
-conflicts=('scrapy-hg' 'scrapy-git')
 source=(git+https://github.com/scrapy/scrapy.git#tag=${pkgver};)
 md5sums=('SKIP')
 


[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2015-06-19 Thread Pierre Schmitz
Date: Saturday, June 20, 2015 @ 07:36:05
  Author: pierre
Revision: 241127

upgpkg: grml-zsh-config 0.12.1-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-20 00:21:14 UTC (rev 241126)
+++ PKGBUILD2015-06-20 05:36:05 UTC (rev 241127)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('9afa063168b7b55e6403d966653421e137503ea6307803cca8bb9dd0e7eeb292')
+sha256sums=('fb202e9e5d7b2c9f48f7bcc785c625104b6f20e0a5ac2f54bfa5b98d9a593ac8')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc


[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-19 Thread Pierre Schmitz
Date: Saturday, June 20, 2015 @ 07:36:16
  Author: pierre
Revision: 241128

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 241127, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-20 05:36:05 UTC (rev 241127)
+++ PKGBUILD2015-06-20 05:36:16 UTC (rev 241128)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.12.0
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('9afa063168b7b55e6403d966653421e137503ea6307803cca8bb9dd0e7eeb292')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 241127, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-20 05:36:16 UTC (rev 241128)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.12.1
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('fb202e9e5d7b2c9f48f7bcc785c625104b6f20e0a5ac2f54bfa5b98d9a593ac8')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}


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

2015-06-19 Thread Felix Yan
Date: Saturday, June 20, 2015 @ 05:55:13
  Author: fyan
Revision: 135635

archrelease: copy trunk to community-testing-any

Added:
  scrapy/repos/community-testing-any/
  scrapy/repos/community-testing-any/PKGBUILD
(from rev 135634, scrapy/trunk/PKGBUILD)

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

Copied: scrapy/repos/community-testing-any/PKGBUILD (from rev 135634, 
scrapy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-06-20 03:55:13 UTC (rev 135635)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: PyroDevil p dot devil at gmail dot com
+# Contributor: Anibal Pacheco apacheco...@gmail.com
+
+pkgname=scrapy
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=A fast high-level scraping and web crawling framework.
+arch=(any)
+license=('BSD')
+url=http://scrapy.org;
+depends=('python2-twisted' 'libxml2' 'python2-w3lib' 'python2-lxml' 
'python2-six' 'python2-queuelib' 
+ 'python2-setuptools' 'python2-cssselect' 'python2-pyopenssl')
+makedepends=('git')
+optdepends=('ipython2: for enhanced support of the interactive scraping shell')
+source=(git+https://github.com/scrapy/scrapy.git#tag=${pkgver};)
+md5sums=('SKIP')
+
+package() {
+  cd ${srcdir}/scrapy
+  python2 setup.py install -O1 --root=${pkgdir}
+  
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 README.rst ${pkgdir}/usr/share/doc/${pkgname}/README.rst
+  install -D -m644 docs/intro/install.rst 
${pkgdir}/usr/share/doc/${pkgname}/INSTALL.rst
+}


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

2015-06-19 Thread Sébastien Luttringer
Date: Friday, June 19, 2015 @ 09:10:54
  Author: seblu
Revision: 135570

archrelease: copy trunk to community-testing-x86_64

Added:
  docker/repos/community-testing-x86_64/
  docker/repos/community-testing-x86_64/PKGBUILD
(from rev 135569, docker/trunk/PKGBUILD)
  docker/repos/community-testing-x86_64/docker.install
(from rev 135569, docker/trunk/docker.install)
  docker/repos/community-testing-x86_64/docker.sysusers
(from rev 135569, docker/trunk/docker.sysusers)

-+
 PKGBUILD|   57 ++
 docker.install  |   13 
 docker.sysusers |1 
 3 files changed, 71 insertions(+)

Copied: docker/repos/community-testing-x86_64/PKGBUILD (from rev 135569, 
docker/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-06-19 07:10:54 UTC (rev 135570)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.7.0
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;
+$pkgname.sysusers)
+md5sums=('SKIP'
+ '4324edeb9adc210a2c22f44eb4cb8a74')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' 
$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/docker.socket' 
$pkgdir/usr/lib/systemd/system/docker.socket
+  install -Dm644 $srcdir/$pkgname.sysusers 
$pkgdir/usr/lib/sysusers.d/$pkgname.conf
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
+  # man
+  install -dm755 $pkgdir/usr/share/man
+  mv man/man* $pkgdir/usr/share/man
+}
+
+# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-testing-x86_64/docker.install (from rev 135569, 
docker/trunk/docker.install)
===
--- community-testing-x86_64/docker.install (rev 0)
+++ community-testing-x86_64/docker.install 2015-06-19 07:10:54 UTC (rev 
135570)
@@ -0,0 +1,13 @@
+# Arg 1:  the new package version
+post_install() {
+  # create docker group (FS#38029)
+  systemd-sysusers docker.conf
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  (( $(vercmp $2 '1:0.7.1-1')  0 ))   post_install $1 || true
+}
+
+# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-testing-x86_64/docker.sysusers (from rev 135569, 
docker/trunk/docker.sysusers)
===
--- community-testing-x86_64/docker.sysusers(rev 0)
+++ community-testing-x86_64/docker.sysusers2015-06-19 07:10:54 UTC (rev 
135570)
@@ -0,0 +1 @@
+g docker 2 -


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

2015-06-19 Thread Sébastien Luttringer
Date: Friday, June 19, 2015 @ 09:10:36
  Author: seblu
Revision: 135569

upgpkg: docker 1:1.7.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-18 21:42:58 UTC (rev 135568)
+++ PKGBUILD2015-06-19 07:10:36 UTC (rev 135569)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien Seblu Luttringer
 
 pkgname=docker
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -24,9 +24,9 @@
 build() {
   cd docker
   export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
+  hack/make.sh dynbinary
   # man pages
-  docs/man/md2man-all.sh
+  man/md2man-all.sh
 }
 
 #check() {
@@ -51,7 +51,7 @@
   install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
   # man
   install -dm755 $pkgdir/usr/share/man
-  mv docs/man/man* $pkgdir/usr/share/man
+  mv man/man* $pkgdir/usr/share/man
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-06-19 Thread Jelle van der Waa
Date: Friday, June 19, 2015 @ 16:11:19
  Author: jelle
Revision: 135580

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 135579, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre.install
(from rev 135579, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 135579, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre.install
(from rev 135579, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre.install

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 +
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 14:10:55 UTC (rev 135579)
+++ community-i686/PKGBUILD 2015-06-19 14:11:19 UTC (rev 135580)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.30.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64')
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('7cf51288c5acc142ef2e1b21168cc64a')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 135579, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2015-06-19 Thread Antonio Rojas
Date: Friday, June 19, 2015 @ 11:20:46
  Author: arojas
Revision: 241031

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

Added:
  libdbusmenu-qt/repos/testing-i686/
  libdbusmenu-qt/repos/testing-i686/PKGBUILD
(from rev 241030, libdbusmenu-qt/trunk/PKGBUILD)
  libdbusmenu-qt/repos/testing-x86_64/
  libdbusmenu-qt/repos/testing-x86_64/PKGBUILD
(from rev 241030, libdbusmenu-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: libdbusmenu-qt/repos/testing-i686/PKGBUILD (from rev 241030, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-19 09:20:46 UTC (rev 241031)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=libdbusmenu-qt
+pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
+pkgver=0.9.3+15.10.20150604
+pkgrel=1
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=(i686 x86_64)
+url=https://launchpad.net/libdbusmenu-qt;
+license=(GPL)
+makedepends=(cmake doxygen qjson qt4 qt5-base)
+source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
+md5sums=('d6fe90fe530a926b9db505da11e2c354')
+
+prepare() {
+  mkdir -p build{-qt4,}
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_QT4=On
+  make  
+}
+
+package_libdbusmenu-qt4() {
+  pkgdesc=A library that provides a Qt4 implementation of the DBusMenu spec
+  depends=(qt4)
+  conflicts=(libdbusmenu-qt)
+  provides=(libdbusmenu-qt)
+  replaces=(libdbusmenu-qt)
+
+  cd build-qt4
+  make DESTDIR=$pkgdir install
+}
+
+package_libdbusmenu-qt5() {
+  depends=(qt5-base)
+
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: libdbusmenu-qt/repos/testing-x86_64/PKGBUILD (from rev 241030, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-19 09:20:46 UTC (rev 241031)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=libdbusmenu-qt
+pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
+pkgver=0.9.3+15.10.20150604
+pkgrel=1
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=(i686 x86_64)
+url=https://launchpad.net/libdbusmenu-qt;
+license=(GPL)
+makedepends=(cmake doxygen qjson qt4 qt5-base)
+source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
+md5sums=('d6fe90fe530a926b9db505da11e2c354')
+
+prepare() {
+  mkdir -p build{-qt4,}
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_QT4=On
+  make  
+}
+
+package_libdbusmenu-qt4() {
+  pkgdesc=A library that provides a Qt4 implementation of the DBusMenu spec
+  depends=(qt4)
+  conflicts=(libdbusmenu-qt)
+  provides=(libdbusmenu-qt)
+  replaces=(libdbusmenu-qt)
+
+  cd build-qt4
+  make DESTDIR=$pkgdir install
+}
+
+package_libdbusmenu-qt5() {
+  depends=(qt5-base)
+
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 16:05:44
  Author: spupykin
Revision: 135577

upgpkg: luasql 2.3.0-5

upd

Modified:
  luasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 14:03:24 UTC (rev 135576)
+++ PKGBUILD2015-06-19 14:05:44 UTC (rev 135577)
@@ -6,7 +6,7 @@
 pkgbase=luasql
 pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
 pkgver=2.3.0
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://www.keplerproject.org/luasql/'
 license=('MIT')
@@ -23,12 +23,12 @@
 build() {
   cd $pkgbase-$pkgver
   msg2 'Building sqlite support'
-  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-fPIC 
-std=c99 -DLUA_32BITS'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-std=c99'
   msg2 'Building PostgreSQL support'
-  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-fPIC 
-DLUA_32BITS'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-std=c99'
   msg2 'Building MySQL support'
   make T=mysql PREFIX=/usr DRIVER_LIBS=$(mysql_config --libs) \
-DRIVER_INCS=$(mysql_config --include) -fPIC -DLUA_32BITS
+DRIVER_INCS=$(mysql_config --include) -std=c99
 }
 
 package_lua-sql-mysql() {


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

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 16:05:59
  Author: spupykin
Revision: 135578

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

Added:
  luasql/repos/community-i686/PKGBUILD
(from rev 135577, luasql/trunk/PKGBUILD)
  luasql/repos/community-x86_64/PKGBUILD
(from rev 135577, luasql/trunk/PKGBUILD)
Deleted:
  luasql/repos/community-i686/PKGBUILD
  luasql/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  126 
 community-i686/PKGBUILD   |   63 --
 community-x86_64/PKGBUILD |   63 --
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 14:05:44 UTC (rev 135577)
+++ community-i686/PKGBUILD 2015-06-19 14:05:59 UTC (rev 135578)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer se...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-
-pkgbase=luasql
-pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
-pkgver=2.3.0
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://www.keplerproject.org/luasql/'
-license=('MIT')
-makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
-source=($pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
-md5sums=('af9f0f3a2313a1fcf88c40700092048d')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  # Lua 5.3 compat
-  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  msg2 'Building sqlite support'
-  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-fPIC 
-std=c99 -DLUA_32BITS'
-  msg2 'Building PostgreSQL support'
-  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-fPIC 
-DLUA_32BITS'
-  msg2 'Building MySQL support'
-  make T=mysql PREFIX=/usr DRIVER_LIBS=$(mysql_config --libs) \
-DRIVER_INCS=$(mysql_config --include) -fPIC -DLUA_32BITS
-}
-
-package_lua-sql-mysql() {
-  pkgdesc='MySQL module for Lua'
-  depends=('lua' 'libmariadbclient')
-  conflicts=('luasql-mysql')
-  replaces=('luasql-mysql')
-
-  cd $pkgbase-$pkgver
-  install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.3/luasql/mysql.so
-  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-package_lua-sql-postgres() {
-  pkgdesc='PostgreSQL module for Lua'
-  depends=('lua' 'postgresql-libs')
-
-  cd $pkgbase-$pkgver
-  install -Dm644 src/postgres.so $pkgdir/usr/lib/lua/5.3/luasql/postgres.so
-  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-package_lua-sql-sqlite() {
-  pkgdesc='SQLite module for Lua'
-  depends=('lua' 'sqlite')
-
-  cd $pkgbase-$pkgver
-  install -Dm644 src/sqlite3.so $pkgdir/usr/lib/lua/5.3/luasql/sqlite3.so
-  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasql/repos/community-i686/PKGBUILD (from rev 135577, 
luasql/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-19 14:05:59 UTC (rev 135578)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer se...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+
+pkgbase=luasql
+pkgname=('lua-sql-mysql' 'lua-sql-postgres' 'lua-sql-sqlite')
+pkgver=2.3.0
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://www.keplerproject.org/luasql/'
+license=('MIT')
+makedepends=('lua' 'libmariadbclient' 'postgresql-libs' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/keplerproject/luasql/archive/v$pkgver.tar.gz;)
+md5sums=('af9f0f3a2313a1fcf88c40700092048d')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  # Lua 5.3 compat
+  sed 's/luaL_optint/(int)luaL_optinteger/' -i src/ls_mysql.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  msg2 'Building sqlite support'
+  make T=sqlite3 PREFIX=/usr DRIVER_LIBS='-lsqlite3' DRIVER_INCS='-std=c99'
+  msg2 'Building PostgreSQL support'
+  make T=postgres PREFIX=/usr DRIVER_LIBS='-lpq' DRIVER_INCS='-std=c99'
+  msg2 'Building MySQL support'
+  make T=mysql PREFIX=/usr DRIVER_LIBS=$(mysql_config --libs) \
+DRIVER_INCS=$(mysql_config --include) -std=c99
+}
+
+package_lua-sql-mysql() {
+  pkgdesc='MySQL module for Lua'
+  depends=('lua' 'libmariadbclient')
+  conflicts=('luasql-mysql')
+  replaces=('luasql-mysql')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/mysql.so $pkgdir/usr/lib/lua/5.3/luasql/mysql.so
+  install -Dm644 doc/us/license.html 
$pkgdir/usr/share/licenses/$pkgname/license.html
+}
+
+package_lua-sql-postgres() {
+  pkgdesc='PostgreSQL module for Lua'
+  depends=('lua' 'postgresql-libs')
+
+  cd $pkgbase-$pkgver
+  install -Dm644 src/postgres.so 

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

2015-06-19 Thread Jelle van der Waa
Date: Friday, June 19, 2015 @ 16:10:55
  Author: jelle
Revision: 135579

upgpkg: calibre 2.31.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 14:05:59 UTC (rev 135578)
+++ PKGBUILD2015-06-19 14:10:55 UTC (rev 135579)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.30.0
+pkgver=2.31.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('7cf51288c5acc142ef2e1b21168cc64a')
+md5sums=('75237f9e11a2d5eefde8dfc19d6de5a4')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-06-19 Thread Daniel Micay
Date: Friday, June 19, 2015 @ 15:26:35
  Author: thestinger
Revision: 135573

upgpkg: linux-grsec 4.0.5.201506171322-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 12:51:52 UTC (rev 135572)
+++ PKGBUILD2015-06-19 13:26:35 UTC (rev 135573)
@@ -9,7 +9,7 @@
 _srcname=linux-4.0
 _pkgver=4.0.5
 _grsecver=3.1
-_timestamp=201506082251
+_timestamp=201506171322
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 '60b691210a9e412710e29eac6468d64b6c4d1efc53a6e22878dd51044001adf0'
 'SKIP'
-'93c3bdb68815ceed71550b73e9fe4094c71da28fa5b5bc7b73c68a85f003350e'
+'9fb9d5b85cebfbfd1fd4aa924c722908e9fa6c2e549221b66ea9fb503a29eeb1'
 'SKIP'
 '1c8e8af99dc69e939359d47683b031e470141665259c41d260e31feb2f52b703'
 '9e63f0a6e1466a2401356f9671a904eec52ce7324672058842fcafcb71c3bcdd'


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

2015-06-19 Thread Daniel Micay
Date: Friday, June 19, 2015 @ 15:28:03
  Author: thestinger
Revision: 135574

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 135573, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 135573, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 135573, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 135573, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 135573, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 135573, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 135573, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 135573, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 135573, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 135573, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 135573, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 135573, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|15246 +++
 /config.x86_64 |14662 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7623 ---
 community-i686/config.x86_64   | 7331 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7623 ---
 community-x86_64/config.x86_64 | 7331 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 30682 insertions(+), 30682 deletions(-)

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


[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 16:03:13
  Author: spupykin
Revision: 135575

upgpkg: phoronix-test-suite 5.8.0-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 13:28:03 UTC (rev 135574)
+++ PKGBUILD2015-06-19 14:03:13 UTC (rev 135575)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder passtschu at freenet dot de
 
 pkgname=phoronix-test-suite
-pkgver=5.6.0
+pkgver=5.8.0
 pkgrel=1
 pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
 arch=('any')
@@ -14,7 +14,7 @@
'php-gd')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('fc92f0e50342b10ccfafde83a1ae11b0')
+md5sums=('14c7e0e6797e0b4211b5436daba886c1')
 
 package() {
   cd $srcdir/phoronix-test-suite


[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2015-06-19 Thread Sergej Pupykin
Date: Friday, June 19, 2015 @ 16:03:24
  Author: spupykin
Revision: 135576

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 135575, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 135575, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-19 14:03:13 UTC (rev 135575)
+++ PKGBUILD2015-06-19 14:03:24 UTC (rev 135576)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Schönfelder passtschu at freenet dot de
-
-pkgname=phoronix-test-suite
-pkgver=5.6.0
-pkgrel=1
-pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
-arch=('any')
-license=('GPL3')
-url=http://www.phoronix-test-suite.com/;
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('fc92f0e50342b10ccfafde83a1ae11b0')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 135575, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-19 14:03:24 UTC (rev 135576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Schönfelder passtschu at freenet dot de
+
+pkgname=phoronix-test-suite
+pkgver=5.8.0
+pkgrel=1
+pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
+arch=('any')
+license=('GPL3')
+url=http://www.phoronix-test-suite.com/;
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('14c7e0e6797e0b4211b5436daba886c1')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2015-06-19 14:03:13 UTC (rev 135575)
+++ phoronix-test-suite.install 2015-06-19 14:03:24 UTC (rev 135576)
@@ -1,12 +0,0 @@
-post_install() {
-  echo 
-  echo  To complete the installation you should edit /etc/php/php.ini.
-  echo  - Add / to the open_basedir list or comment this variable out.
-  echo  - Enable zip.so
-  echo 
-  echo  EXAMPLE:
-  echo  ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
-  echo  extension=zip.so
-  echo 
-  echo  To enable the GUI make sure you install php-gtk from aur
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 135575, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2015-06-19 14:03:24 UTC (rev 135576)
@@ -0,0 +1,12 @@
+post_install() {
+  echo 
+  echo  To complete the installation you should edit /etc/php/php.ini.
+  echo  - Add / to the open_basedir list or comment this variable out.
+  echo  - Enable zip.so
+  echo 
+  echo  EXAMPLE:
+  echo  ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
+  echo  extension=zip.so
+  echo 
+  echo  To enable the GUI make sure you install php-gtk from aur
+}


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

2015-06-19 Thread Sven-Hendrik Haase
Date: Friday, June 19, 2015 @ 14:51:40
  Author: svenstaro
Revision: 135571

upgpkg: emscripten 1.34.1-1

upstream release 1.34.1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 07:10:54 UTC (rev 135570)
+++ PKGBUILD2015-06-19 12:51:40 UTC (rev 135571)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
 
 pkgname=emscripten
-pkgver=1.34.0
+pkgver=1.34.1
 pkgrel=1
 pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 emscripten.sh)
-sha256sums=('fc25626c905814925d356402d817748f6ee1654fcbdcdf7333a9971be3136f99'
-'687bf0d0d4c49780b3e7f699012b480530de3f9051d1fc090ca598432f0f9ecd'
-'3c38970cfd7df1f79913d8117e6093932f92b881c1af72c93247299f924ef1ef'
+sha256sums=('2a9e171d14d5643ae1701e8a2a0c7a7bac500ec998a075eb1234bea52b6f70ac'
+'7fcb182606b16edd4ec36a00597facd6320e63d87db70f058cd026ffac89cf14'
+'e71d13278483aa4b3871d9c55cc893ee8e407ca908b9895fffed4fe744d6510d'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2015-06-19 Thread Sven-Hendrik Haase
Date: Friday, June 19, 2015 @ 14:51:52
  Author: svenstaro
Revision: 135572

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 135571, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 135571, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 135571, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 135571, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 135571, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 135571, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  174 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   87 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 210 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-19 12:51:40 UTC (rev 135571)
+++ community-i686/PKGBUILD 2015-06-19 12:51:52 UTC (rev 135572)
@@ -1,87 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: carstene1ns arch carsten-teibes de - http://git.io/ctPKG
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Vlad Kolotvin vlad.kolot...@gmail.com
-
-pkgname=emscripten
-pkgver=1.34.0
-pkgrel=1
-pkgdesc=LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format
-arch=('i686' 'x86_64')
-url=http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-emscripten.sh)
-sha256sums=('fc25626c905814925d356402d817748f6ee1654fcbdcdf7333a9971be3136f99'
-'687bf0d0d4c49780b3e7f699012b480530de3f9051d1fc090ca598432f0f9ecd'
-'3c38970cfd7df1f79913d8117e6093932f92b881c1af72c93247299f924ef1ef'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s $srcdir/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')| \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD=X86;JSBackend \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_EXAMPLES=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 $srcdir/emscripten.sh $pkgdir/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd $srcdir/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
$pkgdir/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* $pkgdir/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd $srcdir/emscripten-$pkgver
-  install -d $pkgdir/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
$pkgdir/usr/lib/emscripten
-
-  # remove clutter
-  rm $pkgdir/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm 

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

2015-06-19 Thread Antonio Rojas
Date: Friday, June 19, 2015 @ 11:19:52
  Author: arojas
Revision: 241030

Update to 0.9.3+15.10.20150604, merge qt4 and qt5 versions

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

--+
 PKGBUILD |   53 ++---
 1 file changed, 38 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 04:44:31 UTC (rev 241029)
+++ PKGBUILD2015-06-19 09:19:52 UTC (rev 241030)
@@ -1,31 +1,54 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
-pkgname=libdbusmenu-qt
-pkgver=0.9.2
-pkgrel=3
+pkgbase=libdbusmenu-qt
+pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
+pkgver=0.9.3+15.10.20150604
+pkgrel=1
 pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'doxygen' 'qjson')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+license=(GPL)
+makedepends=(cmake doxygen qjson qt4 qt5-base)
+source=(http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
+md5sums=('d6fe90fe530a926b9db505da11e2c354')
 
 prepare() {
-  mkdir build
+  mkdir -p build{-qt4,}
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgbase-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
   make
+
+  cd ../build-qt4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_QT4=On
+  make  
 }
 
-package() {
+package_libdbusmenu-qt4() {
+  pkgdesc=A library that provides a Qt4 implementation of the DBusMenu spec
+  depends=(qt4)
+  conflicts=(libdbusmenu-qt)
+  provides=(libdbusmenu-qt)
+  replaces=(libdbusmenu-qt)
+
+  cd build-qt4
+  make DESTDIR=$pkgdir install
+}
+
+package_libdbusmenu-qt5() {
+  depends=(qt5-base)
+
   cd build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in (4 files)

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 17:43:09
  Author: foutrelis
Revision: 241032

New package (libgudev); split from systemd upstream

Added:
  libgudev/
  libgudev/repos/
  libgudev/trunk/
  libgudev/trunk/PKGBUILD

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

Added: libgudev/trunk/PKGBUILD
===
--- libgudev/trunk/PKGBUILD (rev 0)
+++ libgudev/trunk/PKGBUILD 2015-06-19 15:43:09 UTC (rev 241032)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=libgudev
+pkgver=230
+pkgrel=1
+pkgdesc=GObject bindings for libudev
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Projects/libgudev;
+license=('LGPL2.1')
+depends=('libsystemd')
+makedepends=('systemd' 'gobject-introspection' 'gtk-doc')
+provides=('libgudev-1.0.so')
+conflicts=('libsystemd221')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:00:41
  Author: foutrelis
Revision: 241033

upgpkg: libgudev 230-1

Modified:
  libgudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 15:43:09 UTC (rev 241032)
+++ PKGBUILD2015-06-19 16:00:41 UTC (rev 241033)
@@ -17,7 +17,10 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk-doc
+
+  ./configure \
+--prefix=/usr \
+--enable-gtk-doc
   make
 }
 


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:00:54
  Author: foutrelis
Revision: 241034

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

Added:
  libgudev/repos/staging-i686/
  libgudev/repos/staging-i686/PKGBUILD
(from rev 241033, libgudev/trunk/PKGBUILD)
  libgudev/repos/staging-x86_64/
  libgudev/repos/staging-x86_64/PKGBUILD
(from rev 241033, libgudev/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libgudev/repos/staging-i686/PKGBUILD (from rev 241033, 
libgudev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 16:00:54 UTC (rev 241034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=libgudev
+pkgver=230
+pkgrel=1
+pkgdesc=GObject bindings for libudev
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Projects/libgudev;
+license=('LGPL2.1')
+depends=('libsystemd')
+makedepends=('systemd' 'gobject-introspection' 'gtk-doc')
+provides=('libgudev-1.0.so')
+conflicts=('libsystemd221')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libgudev/repos/staging-x86_64/PKGBUILD (from rev 241033, 
libgudev/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 16:00:54 UTC (rev 241034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+
+pkgname=libgudev
+pkgver=230
+pkgrel=1
+pkgdesc=GObject bindings for libudev
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Projects/libgudev;
+license=('LGPL2.1')
+depends=('libsystemd')
+makedepends=('systemd' 'gobject-introspection' 'gtk-doc')
+provides=('libgudev-1.0.so')
+conflicts=('libsystemd221')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:23:09
  Author: foutrelis
Revision: 241036

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

Added:
  systemd/repos/staging-i686/
  systemd/repos/staging-i686/PKGBUILD
(from rev 241035, systemd/trunk/PKGBUILD)
  systemd/repos/staging-i686/arch.conf
(from rev 241035, systemd/trunk/arch.conf)
  systemd/repos/staging-i686/initcpio-hook-udev
(from rev 241035, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-i686/initcpio-install-systemd
(from rev 241035, systemd/trunk/initcpio-install-systemd)
  systemd/repos/staging-i686/initcpio-install-udev
(from rev 241035, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-i686/loader.conf
(from rev 241035, systemd/trunk/loader.conf)
  systemd/repos/staging-i686/splash-arch.bmp
(from rev 241035, systemd/trunk/splash-arch.bmp)
  systemd/repos/staging-i686/systemd.install
(from rev 241035, systemd/trunk/systemd.install)
  systemd/repos/staging-x86_64/
  systemd/repos/staging-x86_64/PKGBUILD
(from rev 241035, systemd/trunk/PKGBUILD)
  systemd/repos/staging-x86_64/arch.conf
(from rev 241035, systemd/trunk/arch.conf)
  systemd/repos/staging-x86_64/initcpio-hook-udev
(from rev 241035, systemd/trunk/initcpio-hook-udev)
  systemd/repos/staging-x86_64/initcpio-install-systemd
(from rev 241035, systemd/trunk/initcpio-install-systemd)
  systemd/repos/staging-x86_64/initcpio-install-udev
(from rev 241035, systemd/trunk/initcpio-install-udev)
  systemd/repos/staging-x86_64/loader.conf
(from rev 241035, systemd/trunk/loader.conf)
  systemd/repos/staging-x86_64/splash-arch.bmp
(from rev 241035, systemd/trunk/splash-arch.bmp)
  systemd/repos/staging-x86_64/systemd.install
(from rev 241035, systemd/trunk/systemd.install)

-+
 staging-i686/PKGBUILD   |  180 ++
 staging-i686/arch.conf  |7 +
 staging-i686/initcpio-hook-udev |   22 +++
 staging-i686/initcpio-install-systemd   |  171 +
 staging-i686/initcpio-install-udev  |   29 
 staging-i686/loader.conf|1 
 staging-i686/systemd.install|  205 ++
 staging-x86_64/PKGBUILD |  180 ++
 staging-x86_64/arch.conf|7 +
 staging-x86_64/initcpio-hook-udev   |   22 +++
 staging-x86_64/initcpio-install-systemd |  171 +
 staging-x86_64/initcpio-install-udev|   29 
 staging-x86_64/loader.conf  |1 
 staging-x86_64/systemd.install  |  205 ++
 14 files changed, 1230 insertions(+)

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


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:04:20
  Author: foutrelis
Revision: 241050

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

Added:
  udisks2/repos/staging-i686/
  udisks2/repos/staging-i686/PKGBUILD
(from rev 241049, udisks2/trunk/PKGBUILD)
  udisks2/repos/staging-i686/git-fixes.patch
(from rev 241049, udisks2/trunk/git-fixes.patch)
  udisks2/repos/staging-x86_64/
  udisks2/repos/staging-x86_64/PKGBUILD
(from rev 241049, udisks2/trunk/PKGBUILD)
  udisks2/repos/staging-x86_64/git-fixes.patch
(from rev 241049, udisks2/trunk/git-fixes.patch)

+
 staging-i686/PKGBUILD  |   35 +
 staging-i686/git-fixes.patch   |  777 +++
 staging-x86_64/PKGBUILD|   35 +
 staging-x86_64/git-fixes.patch |  777 +++
 4 files changed, 1624 insertions(+)

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


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:02:10
  Author: foutrelis
Revision: 241045

upgpkg: udisks 1.0.5-2

Rebuild for libgudev split.

Modified:
  udisks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 17:00:42 UTC (rev 241044)
+++ PKGBUILD2015-06-19 17:02:10 UTC (rev 241045)
@@ -3,18 +3,25 @@
 
 pkgname=udisks
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Disk Management Service
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
 license=('GPL')
-depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 
'parted'
- 'device-mapper' 'libatasmart' 'lsof')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit'
+ 'parted' 'device-mapper' 'libatasmart' 'lsof' 'libgudev')
 makedepends=('intltool' 'docbook-xsl')
 source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
 udisks.service
 drop-pci-db.patch)
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://bugs.freedesktop.org/show_bug.cgi?id=90778
+  sed -i '1i #include sys/stat.h' src/helpers/job-drive-detach.c
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:05:38
  Author: foutrelis
Revision: 241051

upgpkg: upower 0.99.2-3

Rebuild for libgudev split.

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 17:04:20 UTC (rev 241050)
+++ PKGBUILD2015-06-19 17:05:38 UTC (rev 241051)
@@ -3,12 +3,12 @@
 
 pkgname=upower
 pkgver=0.99.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
 license=('GPL')
-depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice')
+depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
 backup=('etc/UPower/UPower.conf')
 source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:05:47
  Author: foutrelis
Revision: 241052

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

Added:
  upower/repos/staging-i686/
  upower/repos/staging-i686/PKGBUILD
(from rev 241051, upower/trunk/PKGBUILD)
  upower/repos/staging-x86_64/
  upower/repos/staging-x86_64/PKGBUILD
(from rev 241051, upower/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   32 
 staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: upower/repos/staging-i686/PKGBUILD (from rev 241051, 
upower/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 17:05:47 UTC (rev 241052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.99.2
+pkgrel=3
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
+backup=('etc/UPower/UPower.conf')
+source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('e9dc453adf96b89c92d33f2b6543258344f7c8ba89460dc0a92a8180946f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: upower/repos/staging-x86_64/PKGBUILD (from rev 241051, 
upower/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 17:05:47 UTC (rev 241052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.99.2
+pkgrel=3
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd' 'libusb' 'dbus-glib' 'libimobiledevice' 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
+backup=('etc/UPower/UPower.conf')
+source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz)
+sha256sums=('e9dc453adf96b89c92d33f2b6543258344f7c8ba89460dc0a92a8180946f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:21:57
  Author: foutrelis
Revision: 241035

upgpkg: systemd 221-1

New upstream release.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 16:00:54 UTC (rev 241034)
+++ PKGBUILD2015-06-19 16:21:57 UTC (rev 241035)
@@ -3,14 +3,14 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=220
-pkgrel=5
+pkgver=221
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
-makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
- 'gtk-doc' 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 
'libgcrypt'
- 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers' 'lz4' 
'pam'
- 'python' 'python-lxml' 'quota-tools' 'shadow' 'xz' 'gnu-efi-libs' 
'git')
+makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
+ 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
+ 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
+ 'python' 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 
'git')
 options=('strip' 'debug')
 source=(git://github.com/systemd/systemd.git#tag=v$pkgver
 'initcpio-hook-udev'
@@ -30,22 +30,8 @@
 prepare() {
   cd $pkgname
 
-  # udevd: event - fix event queue in daemenozied mode
-  # https://github.com/systemd/systemd/commit/040e689654ef
-  git cherry-pick -n 040e689654ef
+  # 'git cherry-pick -n' upstream fixes here
 
-  # udevd: fix SIGCHLD handling in --daemon mode
-  # https://github.com/systemd/systemd/commit/86c3bece38bc
-  git cherry-pick -n 86c3bece38bc
-
-  # libudev: enumerate - accept NULL parameters in add_match()
-  # https://github.com/systemd/systemd/commit/54f0b4d9a3e3
-  git cherry-pick -n 54f0b4d9a3e3
-
-  # core/namespace: Protect /usr instead of /home with ProtectSystem=yes
-  # https://github.com/systemd/systemd/commit/d38e01dc96c5
-  git cherry-pick -n d38e01dc96c5
-
   ./autogen.sh
 }
 
@@ -58,8 +44,6 @@
   --libexecdir=/usr/lib \
   --localstatedir=/var \
   --sysconfdir=/etc \
-  --enable-introspection \
-  --enable-gtk-doc \
   --enable-lz4 \
   --enable-compat-libs \
   --enable-gnuefi \
@@ -158,7 +142,7 @@
   rm -rf $srcdir/_libsystemd
   install -dm755 $srcdir/_libsystemd/usr/lib
   cd $srcdir/_libsystemd
-  mv $pkgdir/usr/lib/lib{systemd,{g,}udev}*.so* usr/lib
+  mv $pkgdir/usr/lib/lib{systemd,udev}*.so* usr/lib
 
   # add example bootctl configuration
   install -Dm644 $srcdir/arch.conf 
$pkgdir/usr/share/systemd/bootctl/arch.conf
@@ -170,7 +154,7 @@
   pkgdesc=systemd client libraries
   depends=('glib2' 'glibc' 'libgcrypt' 'lz4' 'xz')
   license=('GPL2')
-  provides=('libgudev-1.0.so' 'libsystemd.so' 'libsystemd-daemon.so' 
'libsystemd-id128.so'
+  provides=('libsystemd.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
 'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')
 
   mv $srcdir/_libsystemd/* $pkgdir


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:29:43
  Author: foutrelis
Revision: 241037

upgpkg: thunar 1.6.10-2

Rebuild for libgudev split.

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 16:23:09 UTC (rev 241036)
+++ PKGBUILD2015-06-19 16:29:43 UTC (rev 241037)
@@ -4,7 +4,7 @@
 
 pkgname=thunar
 pkgver=1.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Modern file manager for Xfce
 arch=('i686' 'x86_64')
 url=http://thunar.xfce.org;
@@ -11,7 +11,7 @@
 license=('GPL2' 'LGPL2.1')
 groups=('xfce4')
 depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'udev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
 makedepends=('intltool' 'xfce4-panel')
 optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
 'xfce4-panel: for trash applet'


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:29:52
  Author: foutrelis
Revision: 241038

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

Added:
  thunar/repos/staging-i686/
  thunar/repos/staging-i686/PKGBUILD
(from rev 241037, thunar/trunk/PKGBUILD)
  thunar/repos/staging-i686/thunar.install
(from rev 241037, thunar/trunk/thunar.install)
  thunar/repos/staging-x86_64/
  thunar/repos/staging-x86_64/PKGBUILD
(from rev 241037, thunar/trunk/PKGBUILD)
  thunar/repos/staging-x86_64/thunar.install
(from rev 241037, thunar/trunk/thunar.install)

---+
 staging-i686/PKGBUILD |   51 
 staging-i686/thunar.install   |   14 ++
 staging-x86_64/PKGBUILD   |   51 
 staging-x86_64/thunar.install |   14 ++
 4 files changed, 130 insertions(+)

Copied: thunar/repos/staging-i686/PKGBUILD (from rev 241037, 
thunar/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 16:29:52 UTC (rev 241038)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.6.10
+pkgrel=2
+pkgdesc=Modern file manager for Xfce
+arch=('i686' 'x86_64')
+url=http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
+
+prepare() {
+  cd $srcdir/Thunar-$pkgver
+}
+
+build() {
+  cd $srcdir/Thunar-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/Thunar-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/staging-i686/thunar.install (from rev 241037, 
thunar/trunk/thunar.install)
===
--- staging-i686/thunar.install (rev 0)
+++ staging-i686/thunar.install 2015-06-19 16:29:52 UTC (rev 241038)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: thunar/repos/staging-x86_64/PKGBUILD (from rev 241037, 
thunar/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 16:29:52 UTC (rev 241038)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=thunar
+pkgver=1.6.10
+pkgrel=2
+pkgdesc=Modern file manager for Xfce
+arch=('i686' 'x86_64')
+url=http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/Thunar-$pkgver.tar.bz2)
+sha256sums=('7e9d24067268900e5e44d3325e60a1a2b2f8f556ec238ec12574fbea15fdee8a')
+
+prepare() {
+  cd $srcdir/Thunar-$pkgver
+}
+
+build() {
+  cd $srcdir/Thunar-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/Thunar-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:34:57
  Author: foutrelis
Revision: 241040

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

Added:
  xfburn/repos/staging-i686/
  xfburn/repos/staging-i686/PKGBUILD
(from rev 241039, xfburn/trunk/PKGBUILD)
  xfburn/repos/staging-i686/xfburn.install
(from rev 241039, xfburn/trunk/xfburn.install)
  xfburn/repos/staging-x86_64/
  xfburn/repos/staging-x86_64/PKGBUILD
(from rev 241039, xfburn/trunk/PKGBUILD)
  xfburn/repos/staging-x86_64/xfburn.install
(from rev 241039, xfburn/trunk/xfburn.install)

---+
 staging-i686/PKGBUILD |   36 
 staging-i686/xfburn.install   |   14 ++
 staging-x86_64/PKGBUILD   |   36 
 staging-x86_64/xfburn.install |   14 ++
 4 files changed, 100 insertions(+)

Copied: xfburn/repos/staging-i686/PKGBUILD (from rev 241039, 
xfburn/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 16:34:57 UTC (rev 241040)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgname=xfburn
+pkgver=0.5.4
+pkgrel=2
+pkgdesc=A simple CD/DVD burning tool based on libburnia libraries
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/xfburn;
+license=('GPL')
+depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
+ 'libgudev' 'desktop-file-utils')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+install=xfburn.install
+source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-gstreamer \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfburn/repos/staging-i686/xfburn.install (from rev 241039, 
xfburn/trunk/xfburn.install)
===
--- staging-i686/xfburn.install (rev 0)
+++ staging-i686/xfburn.install 2015-06-19 16:34:57 UTC (rev 241040)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfburn/repos/staging-x86_64/PKGBUILD (from rev 241039, 
xfburn/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-19 16:34:57 UTC (rev 241040)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgname=xfburn
+pkgver=0.5.4
+pkgrel=2
+pkgdesc=A simple CD/DVD burning tool based on libburnia libraries
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/xfburn;
+license=('GPL')
+depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
+ 'libgudev' 'desktop-file-utils')
+makedepends=('intltool')
+groups=('xfce4-goodies')
+install=xfburn.install
+source=(http://archive.xfce.org/src/apps/xfburn/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-gstreamer \
+--disable-debug
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xfburn/repos/staging-x86_64/xfburn.install (from rev 241039, 
xfburn/trunk/xfburn.install)
===
--- staging-x86_64/xfburn.install   (rev 0)
+++ staging-x86_64/xfburn.install   2015-06-19 16:34:57 UTC (rev 241040)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (libdbusmenu-qt5)

2015-06-19 Thread Antonio Rojas
Date: Friday, June 19, 2015 @ 19:00:42
  Author: arojas
Revision: 241044

Merged in libdbusmenu-qt

Deleted:
  libdbusmenu-qt5/


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

2015-06-19 Thread Antonio Rojas
Date: Friday, June 19, 2015 @ 19:02:58
  Author: arojas
Revision: 241048

libdbusmenu-qt - libdbusmenu-qt4

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 17:02:21 UTC (rev 241047)
+++ PKGBUILD2015-06-19 17:02:58 UTC (rev 241048)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
 license=('GPL' 'LGPL' 'FDL')
-depends=('attica-qt4' 'libxss' 'krb5' 'qca' 'libdbusmenu-qt' 'polkit-qt4'
+depends=('attica-qt4' 'libxss' 'krb5' 'qca' 'libdbusmenu-qt4' 'polkit-qt4'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
 'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:04:12
  Author: foutrelis
Revision: 241049

upgpkg: udisks2 2.1.5-2

Rebuild for libgudev split.

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 17:02:58 UTC (rev 241048)
+++ PKGBUILD2015-06-19 17:04:12 UTC (rev 241049)
@@ -3,12 +3,12 @@
 
 pkgname=udisks2
 pkgver=2.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
 license=('GPL2')
-depends=('glib2' 'systemd' 'polkit' 'libatasmart' 'util-linux')
+depends=('glib2' 'systemd' 'polkit' 'libatasmart' 'util-linux' 'libgudev')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2')
 optdepends=('parted: partition management'
 'gptfdisk: GUID partition table support'


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:07:44
  Author: foutrelis
Revision: 135583

upgpkg: gammu 1.34.0-2

Rebuild for libgudev split.

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 16:52:45 UTC (rev 135582)
+++ PKGBUILD2015-06-19 17:07:44 UTC (rev 135583)
@@ -5,12 +5,13 @@
 
 pkgname=gammu
 pkgver=1.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GNU All Mobile Management Utilities
 arch=('i686' 'x86_64')
 url=http://wammu.eu/;
 license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
 makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
 optdepends=('dialog: support for the gammu-config script'
'python2: for python bindings')


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:34:51
  Author: foutrelis
Revision: 241039

upgpkg: xfburn 0.5.4-2

Rebuild for libgudev split.

Modified:
  xfburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 16:29:52 UTC (rev 241038)
+++ PKGBUILD2015-06-19 16:34:51 UTC (rev 241039)
@@ -5,13 +5,13 @@
 
 pkgname=xfburn
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple CD/DVD burning tool based on libburnia libraries
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/xfburn;
 license=('GPL')
 depends=('libburn' 'libisofs' 'gtk2' 'libxfce4ui' 'exo' 'gst-plugins-base-libs'
- 'desktop-file-utils')
+ 'libgudev' 'desktop-file-utils')
 makedepends=('intltool')
 groups=('xfce4-goodies')
 install=xfburn.install


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:52:32
  Author: foutrelis
Revision: 135581

upgpkg: handbrake 0.10.2-2

Rebuild for libgudev split.

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 14:11:19 UTC (rev 135580)
+++ PKGBUILD2015-06-19 16:52:32 UTC (rev 135581)
@@ -5,7 +5,7 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://handbrake.fr/;
 license=('GPL')
@@ -13,7 +13,7 @@
  'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
  'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
  'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
- 'libdvdnav' 'librsvg')
+ 'libdvdnav' 'librsvg' 'libgudev')
 source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
 sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
 
@@ -46,7 +46,7 @@
   depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
-   'libx264' 'libdvdnav' 'librsvg' 'desktop-file-utils'
+   'libx264' 'libdvdnav' 'librsvg' 'libgudev' 'desktop-file-utils'
'hicolor-icon-theme')
   depends+=('libx264.so')
   optdepends=('gst-plugins-good: for video previews'


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 18:52:45
  Author: foutrelis
Revision: 135582

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 135581, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 135581, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-i686/standard-presets-fix-type.patch
(from rev 135581, handbrake/trunk/standard-presets-fix-type.patch)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 135581, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 135581, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/standard-presets-fix-type.patch
(from rev 135581, handbrake/trunk/standard-presets-fix-type.patch)

--+
 community-staging-i686/PKGBUILD  |   72 ++
 community-staging-i686/handbrake.install |   14 ++
 community-staging-i686/standard-presets-fix-type.patch   |   88 +
 community-staging-x86_64/PKGBUILD|   72 ++
 community-staging-x86_64/handbrake.install   |   14 ++
 community-staging-x86_64/standard-presets-fix-type.patch |   88 +
 6 files changed, 348 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 135581, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 16:52:45 UTC (rev 135582)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.10.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url=https://handbrake.fr/;
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264' 'libx264'
+ 'libdvdnav' 'librsvg' 'libgudev')
+source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2)
+sha256sums=('4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699')
+
+prepare() {
+  cd $srcdir/HandBrake-$pkgver
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13t=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/libdvdnav/d' \
+-e '/MODULES += contrib\/libdvdread/d' \
+make/include/main.defs
+}
+
+build() {
+  cd $srcdir/HandBrake-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--force \
+--disable-gtk-update-checks
+  cd build
+  make
+}
+
+package_handbrake() {
+  pkgdesc=Multithreaded video transcoder
+  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
+   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
+   'libx264' 'libdvdnav' 'librsvg' 'libgudev' 'desktop-file-utils'
+   'hicolor-icon-theme')
+  depends+=('libx264.so')
+  optdepends=('gst-plugins-good: for video previews'
+  'gst-libav: for video previews')
+  install=$pkgname.install
+
+  cd $srcdir/HandBrake-$pkgver/build
+
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/bin/HandBrakeCLI
+}
+
+package_handbrake-cli() {
+  pkgdesc=Multithreaded video transcoder (CLI)
+  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'lame' 'libxml2'
+   'libtheora' 'libsamplerate' 'libbluray' 'libx264' 'libdvdnav')
+  depends+=('libx264.so')
+
+  cd $srcdir/HandBrake-$pkgver/build
+  install -D HandBrakeCLI $pkgdir/usr/bin/HandBrakeCLI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
135581, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2015-06-19 16:52:45 UTC (rev 
135582)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/standard-presets-fix-type.patch 
(from rev 135581, handbrake/trunk/standard-presets-fix-type.patch)

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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:02:20
  Author: foutrelis
Revision: 241046

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

Added:
  udisks/repos/staging-i686/
  udisks/repos/staging-i686/PKGBUILD
(from rev 241045, udisks/trunk/PKGBUILD)
  udisks/repos/staging-i686/drop-pci-db.patch
(from rev 241045, udisks/trunk/drop-pci-db.patch)
  udisks/repos/staging-i686/udisks.service
(from rev 241045, udisks/trunk/udisks.service)
  udisks/repos/staging-x86_64/
  udisks/repos/staging-x86_64/PKGBUILD
(from rev 241045, udisks/trunk/PKGBUILD)
  udisks/repos/staging-x86_64/drop-pci-db.patch
(from rev 241045, udisks/trunk/drop-pci-db.patch)
  udisks/repos/staging-x86_64/udisks.service
(from rev 241045, udisks/trunk/udisks.service)

--+
 staging-i686/PKGBUILD|   60 +
 staging-i686/drop-pci-db.patch   |   28 +
 staging-i686/udisks.service  |   10 ++
 staging-x86_64/PKGBUILD  |   60 +
 staging-x86_64/drop-pci-db.patch |   28 +
 staging-x86_64/udisks.service|   10 ++
 6 files changed, 196 insertions(+)

Copied: udisks/repos/staging-i686/PKGBUILD (from rev 241045, 
udisks/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 17:02:20 UTC (rev 241046)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=udisks
+pkgver=1.0.5
+pkgrel=2
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit'
+ 'parted' 'device-mapper' 'libatasmart' 'lsof' 'libgudev')
+makedepends=('intltool' 'docbook-xsl')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+udisks.service
+drop-pci-db.patch)
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # https://bugs.freedesktop.org/show_bug.cgi?id=90778
+  sed -i '1i #include sys/stat.h' src/helpers/job-drive-detach.c
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+
+  patch -p1  ../drop-pci-db.patch
+
+  make
+  # fix mdadm location
+  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
+${srcdir}/${pkgname}-${pkgver}/data/80-udisks.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make profiledir=/usr/share/bash-completion/completions DESTDIR=${pkgdir} 
install
+  chmod 644 
${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh
+
+  # move udev helpers and rules to /usr/lib
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -r ${pkgdir}/lib
+
+  # move umount helper to /usr/bin
+  mv ${pkgdir}/sbin/umount.udisks ${pkgdir}/usr/bin/
+  rm -r ${pkgdir}/sbin
+
+  install -Dm644 $srcdir/udisks.service 
$pkgdir/usr/lib/systemd/system/udisks.service
+  echo SystemdService=udisks.service \
+ 
$pkgdir/usr/share/dbus-1/system-services/org.freedesktop.UDisks.service
+
+  # install the /media folder
+  install -d -m 755 $pkgdir/media
+}
+md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
+ '5d80832b4d4da72beeb45c15b63a1481'
+ '773cccd70afd18ace4332037feff67ec')

Copied: udisks/repos/staging-i686/drop-pci-db.patch (from rev 241045, 
udisks/trunk/drop-pci-db.patch)
===
--- staging-i686/drop-pci-db.patch  (rev 0)
+++ staging-i686/drop-pci-db.patch  2015-06-19 17:02:20 UTC (rev 241046)
@@ -0,0 +1,28 @@
+commit c73b5ab54378ec6d7df9948c46ce87f98587af9a
+Author: Tom Gundersen t...@jklm.no
+Date:   2 days ago
+
+udev: remove redundant call to deprecated pci-db
+
+The binary is no longer shipped with systemd/udev. The functionality
+is taken over by a builtin, which is ran for all devices, rendering
+this rule superfluous.
+
+Cc: Jan de Groot j...@archlinux.org
+Signed-off-by: Tom Gundersen t...@jklm.no
+
+diff --git a/data/80-udisks.rules b/data/80-udisks.rules
+index d1c8c5d..4bf2b37 100644
+--- a/data/80-udisks.rules
 b/data/80-udisks.rules
+@@ -1,10 +1,6 @@
+ # Do not edit this file, it will be overwritten on updates
+ #
+ 
+-# import names for PCI storage controllers
+-#
+-SUBSYSTEM==pci, ACTION==add|change, ENV{ID_MODEL_FROM_DATABASE}==, 
ATTR{class}==0x01*, IMPORT{program}=pci-db %p
+-
+ # Set eSATA port type for known eSATA CardBus adapters - first we want to 
ensure
+ # the device is on a cardbus controller (upper PCI device) - then we check
+ # vid/pid (lower PCI device)

Copied: udisks/repos/staging-i686/udisks.service (from rev 241045, 
udisks/trunk/udisks.service)
===
--- 

[arch-commits] Commit in (appmenu-qt/trunk/PKGBUILD sni-qt/trunk/PKGBUILD)

2015-06-19 Thread Antonio Rojas
Date: Friday, June 19, 2015 @ 19:02:21
  Author: arojas
Revision: 241047

libdbusmenu-qt - libdbusmenu-qt4

Modified:
  appmenu-qt/trunk/PKGBUILD
  sni-qt/trunk/PKGBUILD

---+
 appmenu-qt/trunk/PKGBUILD |2 +-
 sni-qt/trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: appmenu-qt/trunk/PKGBUILD
===
--- appmenu-qt/trunk/PKGBUILD   2015-06-19 17:02:20 UTC (rev 241046)
+++ appmenu-qt/trunk/PKGBUILD   2015-06-19 17:02:21 UTC (rev 241047)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url='https://launchpad.net/appmenu-qt'
 license=('GPL')
-depends=('libdbusmenu-qt')
+depends=('libdbusmenu-qt4')
 makedepends=('cmake')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2{,.asc}
 'appmenu-async.diff')

Modified: sni-qt/trunk/PKGBUILD
===
--- sni-qt/trunk/PKGBUILD   2015-06-19 17:02:20 UTC (rev 241046)
+++ sni-qt/trunk/PKGBUILD   2015-06-19 17:02:21 UTC (rev 241047)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='https://launchpad.net/sni-qt'
 license=('LGPL3')
-depends=('libdbusmenu-qt')
+depends=('libdbusmenu-qt4')
 makedepends=('cmake')
 backup=('etc/sni-qt.conf')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:07:51
  Author: foutrelis
Revision: 135584

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
(from rev 135583, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
(from rev 135583, gammu/trunk/PKGBUILD)

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

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 135583, 
gammu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-19 17:07:51 UTC (rev 135584)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=2
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 135583, 
gammu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-19 17:07:51 UTC (rev 135584)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=2
+pkgdesc=GNU All Mobile Management Utilities
+arch=('i686' 'x86_64')
+url=http://wammu.eu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+ 'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+   'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # bash completion dir change
+  sed -i 's,DESTINATION /etc/bash_completion.d,DESTINATION 
/usr/share/bash-completion/completions,' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:28:34
  Author: foutrelis
Revision: 241053

upgpkg: gimp 2.8.14-3

Rebuild for libgudev split.

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 17:05:47 UTC (rev 241052)
+++ PKGBUILD2015-06-19 17:28:34 UTC (rev 241053)
@@ -3,13 +3,14 @@
 
 pkgname=gimp
 pkgver=2.8.14
-pkgrel=2
+pkgrel=3
 pkgdesc=GNU Image Manipulation Program
 arch=('i686' 'x86_64')
 url=http://www.gimp.org/;
 license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib' \
- 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl' 'openexr')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev')
 makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
 optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
 'webkitgtk2: for the help browser'


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

2015-06-19 Thread Felix Yan
Date: Friday, June 19, 2015 @ 19:17:17
  Author: fyan
Revision: 135585

upgpkg: npm 2.11.3-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-19 17:07:51 UTC (rev 135584)
+++ PKGBUILD2015-06-19 17:17:17 UTC (rev 135585)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=npm
-pkgver=2.11.2
+pkgver=2.11.3
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


[arch-commits] Commit in npm/repos/community-any (PKGBUILD PKGBUILD)

2015-06-19 Thread Felix Yan
Date: Friday, June 19, 2015 @ 19:17:28
  Author: fyan
Revision: 135586

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 135585, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-19 17:17:17 UTC (rev 135585)
+++ PKGBUILD2015-06-19 17:17:28 UTC (rev 135586)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=npm
-pkgver=2.11.2
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS=--prefix=\$pkgdir/usr\ install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX $pkgdir
-  
-  # Fix files owned by nobody:
-  chown -R root $pkgdir/usr/lib/node_modules 
-
-  # Fix wrong symlinks
-  for _dir in man1 man3 man5 man7; do
-rm -f $pkgdir/usr/share/man/$_dir/*
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-  
-  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 135585, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-19 17:17:28 UTC (rev 135586)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=npm
+pkgver=2.11.3
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS=--prefix=\$pkgdir/usr\ install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX $pkgdir
+  
+  # Fix files owned by nobody:
+  chown -R root $pkgdir/usr/lib/node_modules 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f $pkgdir/usr/share/man/$_dir/*
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+  
+  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-19 Thread Evangelos Foutras
Date: Friday, June 19, 2015 @ 19:29:00
  Author: foutrelis
Revision: 241054

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

Added:
  gimp/repos/staging-i686/
  gimp/repos/staging-i686/PKGBUILD
(from rev 241053, gimp/trunk/PKGBUILD)
  gimp/repos/staging-i686/freetype_location.patch
(from rev 241053, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-i686/gimp.install
(from rev 241053, gimp/trunk/gimp.install)
  gimp/repos/staging-i686/linux.gpl
(from rev 241053, gimp/trunk/linux.gpl)
  gimp/repos/staging-i686/patch_CVE1913.patch
(from rev 241053, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-i686/patch_CVE197.patch
(from rev 241053, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-i686/uri-backend-libcurl.patch
(from rev 241053, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/staging-x86_64/
  gimp/repos/staging-x86_64/PKGBUILD
(from rev 241053, gimp/trunk/PKGBUILD)
  gimp/repos/staging-x86_64/freetype_location.patch
(from rev 241053, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-x86_64/gimp.install
(from rev 241053, gimp/trunk/gimp.install)
  gimp/repos/staging-x86_64/linux.gpl
(from rev 241053, gimp/trunk/linux.gpl)
  gimp/repos/staging-x86_64/patch_CVE1913.patch
(from rev 241053, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-x86_64/patch_CVE197.patch
(from rev 241053, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-x86_64/uri-backend-libcurl.patch
(from rev 241053, gimp/trunk/uri-backend-libcurl.patch)

--+
 staging-i686/PKGBUILD|   50 +
 staging-i686/freetype_location.patch |   25 
 staging-i686/gimp.install|   12 ++
 staging-i686/linux.gpl   |   19 +++
 staging-i686/patch_CVE1913.patch |   30 +
 staging-i686/patch_CVE197.patch  |  150 +
 staging-i686/uri-backend-libcurl.patch   |   77 ++
 staging-x86_64/PKGBUILD  |   50 +
 staging-x86_64/freetype_location.patch   |   25 
 staging-x86_64/gimp.install  |   12 ++
 staging-x86_64/linux.gpl |   19 +++
 staging-x86_64/patch_CVE1913.patch   |   30 +
 staging-x86_64/patch_CVE197.patch|  150 +
 staging-x86_64/uri-backend-libcurl.patch |   77 ++
 14 files changed, 726 insertions(+)

Copied: gimp/repos/staging-i686/PKGBUILD (from rev 241053, gimp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-19 17:29:00 UTC (rev 241054)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=gimp
+pkgver=2.8.14
+pkgrel=3
+pkgdesc=GNU Image Manipulation Program
+arch=('i686' 'x86_64')
+url=http://www.gimp.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev')
+makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'webkitgtk2: for the help browser'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+options=('!makeflags')
+conflicts=('gimp-devel')
+install=gimp.install
+source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
+uri-backend-libcurl.patch)
+md5sums=('233c948203383fa078434cc3f8f925cb'
+ 'bb27bc214261d36484093e857f015f38'
+ 'e894f4b2ffa92c71448fdd350e9b78c6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-gimp-remote \
+--enable-python --with-gif-compression=lzw --with-libcurl \
+--without-aa --without-hal --without-gvfs --without-gnomevfs
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 ${srcdir}/linux.gpl 
${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl
+
+  rm ${pkgdir}/usr/share/man/man1/gimp-console.1
+  ln -s gimp-console-${pkgver%.*}.1.gz 
${pkgdir}/usr/share/man/man1/gimp-console.1.gz
+  ln -s gimptool-2.0 ${pkgdir}/usr/bin/gimptool
+  ln -sf gimptool-2.0.1.gz ${pkgdir}/usr/share/man/man1/gimptool.1.gz
+}
+

Copied: gimp/repos/staging-i686/freetype_location.patch (from rev 241053, 
gimp/trunk/freetype_location.patch)

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

2015-06-19 Thread Lukas Fleischer
Date: Friday, June 19, 2015 @ 21:25:07
  Author: lfleischer
Revision: 135590

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 135589, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 135589, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 135589, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 135589, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 135589, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 135589, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 135589, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 135589, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   94 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   48 -
 community-i686/tor.install   |4 
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/tor.install |4 
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 510 insertions(+), 512 deletions(-)

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


  1   2   >