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

2015-04-15 Thread Antonio Rojas
Date: Thursday, April 16, 2015 @ 08:20:01
  Author: arojas
Revision: 131456

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

Added:
  maxima-ecl/repos/community-testing-i686/
  maxima-ecl/repos/community-testing-i686/PKGBUILD
(from rev 131455, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-testing-i686/build-fasl.patch
(from rev 131455, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-testing-i686/matrixexp.patch
(from rev 131455, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-testing-i686/maxima.desktop
(from rev 131455, maxima-ecl/trunk/maxima.desktop)
  maxima-ecl/repos/community-testing-i686/maxima.install
(from rev 131455, maxima-ecl/trunk/maxima.install)
  maxima-ecl/repos/community-testing-x86_64/
  maxima-ecl/repos/community-testing-x86_64/PKGBUILD
(from rev 131455, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-testing-x86_64/build-fasl.patch
(from rev 131455, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-testing-x86_64/matrixexp.patch
(from rev 131455, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-testing-x86_64/maxima.desktop
(from rev 131455, maxima-ecl/trunk/maxima.desktop)
  maxima-ecl/repos/community-testing-x86_64/maxima.install
(from rev 131455, maxima-ecl/trunk/maxima.install)

---+
 community-testing-i686/PKGBUILD   |   69 
 community-testing-i686/build-fasl.patch   |   23 +
 community-testing-i686/matrixexp.patch|   13 +
 community-testing-i686/maxima.desktop |   11 
 community-testing-i686/maxima.install |   18 +++
 community-testing-x86_64/PKGBUILD |   69 
 community-testing-x86_64/build-fasl.patch |   23 +
 community-testing-x86_64/matrixexp.patch  |   13 +
 community-testing-x86_64/maxima.desktop   |   11 
 community-testing-x86_64/maxima.install   |   18 +++
 10 files changed, 268 insertions(+)

Copied: maxima-ecl/repos/community-testing-i686/PKGBUILD (from rev 131455, 
maxima-ecl/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-16 06:20:01 UTC (rev 131456)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Modified to compile against ecl by: maribu
+
+pkgname=maxima-ecl
+_pkgname=maxima
+pkgver=5.36.0
+_eclver=13.5.1
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
+arch=('i686' 'x86_64')
+license=(GPL)
+url="http://maxima.sourceforge.net";
+depends=("ecl=$_eclver" texinfo)
+makedepends=(python2 emacs)
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+conflicts=(maxima)
+provides=(maxima)
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
+"${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch')
+md5sums=('e13e27b65a35f9608c0c77973005d853'
+ '24aa81126fbb8b726854e5a80d4c2415'
+ 'eb33481ea06afb97743af06ff52c099b'
+ '0a1fb7bb0cfdede965252b75decc2c0d')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+# set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+
+# build maxima ecl library
+  patch -p1 -i ../build-fasl.patch
+# fix matrix exponentiation
+  patch -p1 -i ../matrixexp.patch
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
+  make -j1
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${_pkgname}.desktop \
+   $pkgdir/usr/share/applications/${_pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place
+  install -d $pkgdir/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   $pkgdir/usr/share/pixmaps/${_pkgname}.png
+
+  _ecldir="/usr/lib/ecl-$_eclver"
+  mkdir -p "$pkgdir/$_ecldir"
+  install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"
+}

Copied: maxima-ecl/repos/community-testing-i686/build-fasl.patch (from rev 
131455, maxima-ecl/trunk/build-fasl.patch)
===
--- community-testing-i686/build-fasl.p

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

2015-04-15 Thread Antonio Rojas
Date: Thursday, April 16, 2015 @ 08:18:40
  Author: arojas
Revision: 131455

Update to 5.36.0

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 06:10:55 UTC (rev 131454)
+++ PKGBUILD2015-04-16 06:18:40 UTC (rev 131455)
@@ -8,7 +8,7 @@
 _pkgname=maxima
 pkgver=5.36.0
 _eclver=13.5.1
-pkgrel=3
+pkgrel=1
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=('i686' 'x86_64')
 license=(GPL)


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

2015-04-15 Thread Antonio Rojas
Date: Thursday, April 16, 2015 @ 08:10:55
  Author: arojas
Revision: 131454

Update to 5.36.0

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 22:02:59 UTC (rev 131453)
+++ PKGBUILD2015-04-16 06:10:55 UTC (rev 131454)
@@ -6,7 +6,7 @@
 
 pkgname=maxima-ecl
 _pkgname=maxima
-pkgver=5.35.1
+pkgver=5.36.0
 _eclver=13.5.1
 pkgrel=3
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
@@ -22,7 +22,7 @@
 install=maxima.install
 
source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";
 "${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch')
-md5sums=('4bb0b999645ec2b20b7e301d36f83a4c'
+md5sums=('e13e27b65a35f9608c0c77973005d853'
  '24aa81126fbb8b726854e5a80d4c2415'
  'eb33481ea06afb97743af06ff52c099b'
  '0a1fb7bb0cfdede965252b75decc2c0d')


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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:13:47
  Author: heftig
Revision: 237223

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

Added:
  gnome-calendar/repos/extra-i686/PKGBUILD
(from rev 237222, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-i686/gnome-calendar.install
(from rev 237222, gnome-calendar/trunk/gnome-calendar.install)
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 237222, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/gnome-calendar.install
(from rev 237222, gnome-calendar/trunk/gnome-calendar.install)
Deleted:
  gnome-calendar/repos/extra-i686/PKGBUILD
  gnome-calendar/repos/extra-i686/gnome-calendar.install
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/gnome-calendar.install

-+
 /PKGBUILD   |   58 ++
 /gnome-calendar.install |   26 +++
 extra-i686/PKGBUILD |   29 -
 extra-i686/gnome-calendar.install   |   13 ---
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/gnome-calendar.install |   13 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-16 05:13:01 UTC (rev 237222)
+++ extra-i686/PKGBUILD 2015-04-16 05:13:47 UTC (rev 237223)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-arch=(i686 x86_64)
-url="http://gnome.org";
-license=('GPL')
-depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool' 'python2')
-install=gnome-calendar.install
-groups=('gnome-extra')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d4f6512f6ef0aad71c0142ea0307ba7b4f333aa156f626aed734e3daf1bc86e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-i686/PKGBUILD (from rev 237222, 
gnome-calendar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-16 05:13:47 UTC (rev 237223)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+arch=(i686 x86_64)
+url="http://gnome.org";
+license=('GPL')
+depends=('evolution-data-server' 'desktop-file-utils')
+makedepends=('intltool' 'python2')
+install=gnome-calendar.install
+groups=('gnome-extra')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1db810f820dfc56fce0fb33f5add6d7946a0f8c803764fe9e572c68758f65caa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-calendar.install
===
--- extra-i686/gnome-calendar.install   2015-04-16 05:13:01 UTC (rev 237222)
+++ extra-i686/gnome-calendar.install   2015-04-16 05:13:47 UTC (rev 237223)
@@ -1,13 +0,0 @@
-post_install() {
-   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-   update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-calendar/repos/extra-i686/gnome-calendar.install (from rev 
237222, gnome-calendar/trunk/gnome-calendar.install)
===
--- extra-i686/gnome-calendar.install   (rev 0)
+++ extra-i686/gnome-calendar.install   2015-04-16 05:13:47 UTC (rev 237223)
@@ -0,0 +1,13 @@
+post_install() {
+   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+   update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-16 05:13:01 UTC (rev 237222)
+++ extra-x86_64/PKGBUILD   2015-04-16 05:13:47 UTC (rev 237223)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-arch=(i686 x86_64)
-url="http://gnome.org";
-license=('GPL')
-depends=('evolution-data-server' 'desktop-file-utils')
-makedepends=('intltool

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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:13:01
  Author: heftig
Revision: 237222

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

Added:
  gnome-contacts/repos/extra-i686/PKGBUILD
(from rev 237221, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/extra-i686/gnome-contacts.install
(from rev 237221, gnome-contacts/trunk/gnome-contacts.install)
  gnome-contacts/repos/extra-x86_64/PKGBUILD
(from rev 237221, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install
(from rev 237221, gnome-contacts/trunk/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/extra-i686/PKGBUILD
  gnome-contacts/repos/extra-i686/gnome-contacts.install
  gnome-contacts/repos/extra-x86_64/PKGBUILD
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install

-+
 /PKGBUILD   |   58 ++
 /gnome-contacts.install |   22 
 extra-i686/PKGBUILD |   29 -
 extra-i686/gnome-contacts.install   |   11 --
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/gnome-contacts.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-16 05:12:19 UTC (rev 237221)
+++ extra-i686/PKGBUILD 2015-04-16 05:13:01 UTC (rev 237222)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d779cffc9be1c0ddacbcbd286ccbc65666bdabc52f776dda1720bb3fde3007ed')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 237221, 
gnome-contacts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-16 05:13:01 UTC (rev 237222)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-contacts
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
+makedepends=('intltool' 'vala' 'gobject-introspection')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5c3a10e04a83d24bd1bb9c9a8e6f84643375c05e4b0d4356ca937198f895e27')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-contacts.install
===
--- extra-i686/gnome-contacts.install   2015-04-16 05:12:19 UTC (rev 237221)
+++ extra-i686/gnome-contacts.install   2015-04-16 05:13:01 UTC (rev 237222)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-contacts/repos/extra-i686/gnome-contacts.install (from rev 
237221, gnome-contacts/trunk/gnome-contacts.install)
===
--- extra-i686/gnome-contacts.install   (rev 0)
+++ extra-i686/gnome-contacts.install   2015-04-16 05:13:01 UTC (rev 237222)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-16 05:12:19 UTC (rev 237221)
+++ extra-x86_64/PKGBUILD   2015-04-16 05:13:01 UTC (rev 237222)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gob

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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:12:19
  Author: heftig
Revision: 237221

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

Added:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 237220, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-i686/PKGBUILD
(from rev 237220, gdm/trunk/PKGBUILD)
  gdm/repos/extra-i686/gdm.install
(from rev 237220, gdm/trunk/gdm.install)
  gdm/repos/extra-i686/libgdm.install
(from rev 237220, gdm/trunk/libgdm.install)
  gdm/repos/extra-i686/revert.patch
(from rev 237220, gdm/trunk/revert.patch)
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 237220, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 237220, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 237220, gdm/trunk/gdm.install)
  gdm/repos/extra-x86_64/libgdm.install
(from rev 237220, gdm/trunk/libgdm.install)
  gdm/repos/extra-x86_64/revert.patch
(from rev 237220, gdm/trunk/revert.patch)
Deleted:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-i686/libgdm.install
  gdm/repos/extra-i686/revert.patch
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/libgdm.install
  gdm/repos/extra-x86_64/revert.patch

-+
 /0001-Add-Arch-Linux-PAM-config-files.patch |  398 ++
 /PKGBUILD   |  184 
 /gdm.install|   46 +
 /libgdm.install |   22 
 /revert.patch   |  516 ++
 extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  199 -
 extra-i686/PKGBUILD |   92 --
 extra-i686/gdm.install  |   23 
 extra-i686/libgdm.install   |   11 
 extra-i686/revert.patch |  258 ---
 extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  199 -
 extra-x86_64/PKGBUILD   |   92 --
 extra-x86_64/gdm.install|   23 
 extra-x86_64/libgdm.install |   11 
 extra-x86_64/revert.patch   |  258 ---
 15 files changed, 1166 insertions(+), 1166 deletions(-)

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


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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:10:55
  Author: heftig
Revision: 237220

3.16.1

Modified:
  gnome-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 05:10:49 UTC (rev 237219)
+++ PKGBUILD2015-04-16 05:10:55 UTC (rev 237220)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-contacts
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'vala' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d779cffc9be1c0ddacbcbd286ccbc65666bdabc52f776dda1720bb3fde3007ed')
+sha256sums=('d5c3a10e04a83d24bd1bb9c9a8e6f84643375c05e4b0d4356ca937198f895e27')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:10:49
  Author: heftig
Revision: 237219

3.16.1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 05:10:15 UTC (rev 237218)
+++ PKGBUILD2015-04-16 05:10:49 UTC (rev 237219)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=gnome-calendar.install
 groups=('gnome-extra')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d4f6512f6ef0aad71c0142ea0307ba7b4f333aa156f626aed734e3daf1bc86e9')
+sha256sums=('1db810f820dfc56fce0fb33f5add6d7946a0f8c803764fe9e572c68758f65caa')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 07:10:15
  Author: heftig
Revision: 237218

ensure Xwayland is available

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 04:37:40 UTC (rev 237217)
+++ PKGBUILD2015-04-16 05:10:15 UTC (rev 237218)
@@ -5,12 +5,12 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.16.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Gnome Display Manager"
 arch=(i686 x86_64)
 license=(GPL)
 url="http://www.gnome.org";
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server xorg-xhost)
+depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
 makedepends=(itstool intltool yelp-tools gobject-introspection)
 checkdepends=('check')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz



[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2015-04-15 Thread Felix Yan
Date: Thursday, April 16, 2015 @ 06:37:40
  Author: fyan
Revision: 237217

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 237216, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-16 04:37:20 UTC (rev 237216)
+++ PKGBUILD2015-04-16 04:37:40 UTC (rev 237217)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=15.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
-source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('ecefbd90d3733adfcf308b78ddb9490d99bebae30334436e6c0ea19edec27ccb26a159f2957e939e537f2c7ab5572524f32ab74b9e59684f1c5f2ebecf98b551')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 237216, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-16 04:37:40 UTC (rev 237217)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=15.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
+source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
+sha512sums=('e8a1d462b54837983a0d9ff69d82014badd44a48bfab0b2575c5a602664b57e4f013e8b55150288b3aa8f1703244bab18d61de051646d8adc765d3689f2f0d9c')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "${srcdir}/setuptools-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+  depends=('python2')
+  provides=('python2-distribute' 'setuptools')
+  replaces

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

2015-04-15 Thread Felix Yan
Date: Thursday, April 16, 2015 @ 06:37:20
  Author: fyan
Revision: 237216

upgpkg: python-setuptools 1:15.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-16 01:12:36 UTC (rev 237215)
+++ PKGBUILD2015-04-16 04:37:20 UTC (rev 237216)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=15.0
+pkgver=15.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest' 
'git')
 
source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('ecefbd90d3733adfcf308b78ddb9490d99bebae30334436e6c0ea19edec27ccb26a159f2957e939e537f2c7ab5572524f32ab74b9e59684f1c5f2ebecf98b551')
+sha512sums=('e8a1d462b54837983a0d9ff69d82014badd44a48bfab0b2575c5a602664b57e4f013e8b55150288b3aa8f1703244bab18d61de051646d8adc765d3689f2f0d9c')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}


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

2015-04-15 Thread Anatol Pomozov
Date: Thursday, April 16, 2015 @ 03:12:36
  Author: anatolik
Revision: 237215

libevent: update upstream url, enable tests

Modified:
  libevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 22:32:17 UTC (rev 237214)
+++ PKGBUILD2015-04-16 01:12:36 UTC (rev 237215)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="An event notification library"
 arch=('i686' 'x86_64')
-url="http://www.monkey.org/~provos/libevent/";
+url="http://libevent.org/";
 license=('BSD')
 depends=('openssl')
 optdepends=('python2: to use event_rpcgen.py')
@@ -24,7 +24,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}-stable
-#  make check
+  make check
 }
 
 package() {


[arch-commits] Commit in kde-applications-meta (trunk trunk/PKGBUILD)

2015-04-15 Thread Antonio Rojas
Date: Thursday, April 16, 2015 @ 00:32:17
  Author: arojas
Revision: 237214

Restore SVN

Added:
  kde-applications-meta/trunk/
  kde-applications-meta/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2015-04-15 22:32:17 UTC (rev 237214)
@@ -0,0 +1,306 @@
+# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-applications-meta
+pkgname=('kde-meta-kdeaccessibility'
+ 'kde-meta-kdeadmin'
+ 'kde-meta-kdeartwork'
+ 'kde-meta-kdebase'
+ 'kde-meta-kdeedu'
+ 'kde-meta-kdegames'
+ 'kde-meta-kdegraphics'
+ 'kde-meta-kdemultimedia'
+ 'kde-meta-kdenetwork'
+ 'kde-meta-kdepim'
+ 'kde-meta-kdesdk'
+ 'kde-meta-kdetoys'
+ 'kde-meta-kdeutils'
+ 'kde-meta-kdewebdev'
+ 'telepathy-kde-meta')
+pkgver=15.04
+pkgrel=5
+arch=('any')
+url='http://www.archlinux.org/'
+license=('GPL')
+
+package_kde-meta-kdeaccessibility() {
+   pkgdesc=('Meta package for kdeaccessibility')
+   depends=('kdeaccessibility-jovie'
+ 'kdeaccessibility-kaccessible'
+'kdeaccessibility-kmag'
+'kdeaccessibility-kmousetool'
+'kdeaccessibility-kmouth')
+   replaces=('kdeaccessibility')
+   conflicts=('kdeaccessibility')
+   groups=('kde-applications-meta')
+}
+
+package_kde-meta-kdeadmin() {
+   pkgdesc=('Meta package for kdeadmin')
+   depends=('kcron'
+'kdeadmin-ksystemlog'
+ 'kdeadmin-kuser')
+   replaces=('kdeadmin')
+   conflicts=('kdeadmin')
+   groups=('kde-applications-meta')
+}
+
+package_kde-meta-kdeartwork() {
+   pkgdesc=('Meta package for kdeartwork')
+   depends=('kdeartwork-colorschemes'
+'kdeartwork-desktopthemes'
+'kdeartwork-emoticons'
+'kdeartwork-iconthemes'
+'kdeartwork-kscreensaver'
+'kdeartwork-styles'
+'kdeartwork-wallpapers'
+'kdeartwork-weatherwallpapers')
+   replaces=('kdeartwork')
+   conflicts=('kdeartwork')
+}
+
+package_kde-meta-kdebase() {
+   pkgdesc=('Meta package for kdebase')
+   depends=('kdebase-dolphin'
+'kdebase-kdepasswd'
+'kdebase-kdialog'
+'kdebase-kfind'
+ 'kdebase-keditbookmarks'
+'kdebase-konqueror'
+ 'kdebase-konq-plugins'
+'konsole'
+'kate'
+'kwrite')
+   replaces=('kdebase')
+   conflicts=('kdebase')
+   groups=('kde-applications-meta')
+}
+
+package_kde-meta-kdeedu() {
+   pkgdesc=('Meta package for kdeedu')
+   depends=('kdeedu-artikulate'
+'blinken'
+'cantor'
+'kalgebra'
+'kdeedu-kalzium'
+'kanagram'
+'kbruch'
+'kgeography'
+'khangman'
+'kig'
+'kiten'
+'klettres'
+'kmplot'
+'kstars'
+'kdeedu-ktouch'
+'kturtle'
+'kwordquiz'
+'kdeedu-marble'
+ 'kdeedu-pairs'
+'parley'
+'rocs'
+'step')
+   replaces=('kdeedu')
+   conflicts=('kdeedu')
+   groups=('kde-applications-meta')
+}
+
+package_kde-meta-kdegames() {
+   pkgdesc=('Meta package for kdegames')
+   depends=('bomber'
+'bovo'
+'granatier'
+'kdegames-kajongg'
+'kapman'
+'katomic'
+'kblackbox'
+'kblocks'
+'kbounce'
+'kbreakout'
+'kdiamond'
+'kfourinline'
+'kdegames-kgoldrunner'
+'kdegames-kigo'
+'killbots'
+'kdegames-kiriki'
+'kjumpingcube'
+'klines'
+'kdegames-klickety'
+'kdegames-kmahjongg'
+'kmines'
+'kdegames-knavalbattle' 
+ 'knetwalk'
+'kdegames-kolf'
+'kollision'
+'kdegames-konquest'
+'kpatience'
+'kdegames-kreversi'
+'kshisen'
+'kdegames-ksirk'
+ 'kdegames-ksnakeduel'
+'kdegames-kspaceduel'
+'ksquares'
+'kdegames-ksudoku'
+'kdegames-ktuberling'
+'kdegames-kubrick'
+  

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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 00:04:42
  Author: heftig
Revision: 237213

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

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

+
 /PKGBUILD  |   74 +++
 /empathy.install   |   32 
 staging-i686/PKGBUILD  |   37 ---
 staging-i686/empathy.install   |   16 
 staging-x86_64/PKGBUILD|   37 ---
 staging-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-04-15 22:03:47 UTC (rev 237212)
+++ staging-i686/PKGBUILD   2015-04-15 22:04:42 UTC (rev 237213)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.12.8
-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)
-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=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
-
-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/PKGBUILD (from rev 237212, 
empathy/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-15 22:04:42 UTC (rev 237213)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.12.9
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=(i686 x86_64)
+url="http://live.gnome.org/Empathy";
+license=(GPL2)
+depends=(clutter-gst2 clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+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=('743d3f1826afb6f1f6751983a780443da315635e1f05345370564c8cd541c422')
+
+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
+}

Deleted: staging-i686/empathy.install
===
--- staging-i686/empathy.install2015-04-15 22:03:47 UTC (rev 237212)
+++ staging-i686/empathy.install2015-04-15 22:04:42 UTC (rev 237213)
@@ -1,16 +0,0 @@
-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/hi

[arch-commits] Commit in gnome-icon-theme-symbolic/repos/extra-any (4 files)

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 00:03:47
  Author: heftig
Revision: 237212

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
(from rev 237211, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install
(from rev 237211, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
Deleted:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install

---+
 PKGBUILD  |   55 +---
 gnome-icon-theme-symbolic.install |   22 +++---
 2 files changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-15 22:03:07 UTC (rev 237211)
+++ PKGBUILD2015-04-15 22:03:47 UTC (rev 237212)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-icon-theme-symbolic
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="GNOME icon theme, symbolic icons"
-arch=(any)
-depends=(gtk-update-icon-cache hicolor-icon-theme librsvg)
-makedepends=(intltool icon-naming-utils)
-url="http://www.gnome.org";
-license=(GPL)
-install=gnome-icon-theme-symbolic.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('851a4c9d8e8cbc9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 237211, 
gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-15 22:03:47 UTC (rev 237212)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.12.0
+pkgrel=3
+pkgdesc="GNOME icon theme, symbolic icons"
+arch=(any)
+depends=(gtk-update-icon-cache hicolor-icon-theme librsvg)
+makedepends=(intltool icon-naming-utils)
+url="http://www.gnome.org";
+license=(GPL)
+install=gnome-icon-theme-symbolic.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('851a4c9d8e8cbc9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-icon-theme-symbolic.install
===
--- gnome-icon-theme-symbolic.install   2015-04-15 22:03:07 UTC (rev 237211)
+++ gnome-icon-theme-symbolic.install   2015-04-15 22:03:47 UTC (rev 237212)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install 
(from rev 237211, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- gnome-icon-theme-symbolic.install   (rev 0)
+++ gnome-icon-theme-symbolic.install   2015-04-15 22:03:47 UTC (rev 237212)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-15 Thread Florian Pritz
Date: Thursday, April 16, 2015 @ 00:02:52
  Author: bluewind
Revision: 131452

upgpkg: filezilla 3.10.3-2

gnutls rebuild

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:47:55 UTC (rev 131451)
+++ PKGBUILD2015-04-15 22:02:52 UTC (rev 131452)
@@ -4,7 +4,7 @@
 
 pkgname=filezilla
 pkgver=3.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/";


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

2015-04-15 Thread Florian Pritz
Date: Thursday, April 16, 2015 @ 00:02:59
  Author: bluewind
Revision: 131453

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

Added:
  filezilla/repos/community-staging-i686/PKGBUILD
(from rev 131452, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-i686/filezilla.install
(from rev 131452, filezilla/trunk/filezilla.install)
  filezilla/repos/community-staging-x86_64/PKGBUILD
(from rev 131452, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-staging-x86_64/filezilla.install
(from rev 131452, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-staging-i686/PKGBUILD
  filezilla/repos/community-staging-i686/filezilla.install
  filezilla/repos/community-staging-i686/fix-missing-include-fz-bug-10280.patch
  filezilla/repos/community-staging-x86_64/PKGBUILD
  filezilla/repos/community-staging-x86_64/filezilla.install
  
filezilla/repos/community-staging-x86_64/fix-missing-include-fz-bug-10280.patch

-+
 /PKGBUILD   |   74 
++
 /filezilla.install  |   22 ++
 community-staging-i686/PKGBUILD |   40 -
 community-staging-i686/filezilla.install|   11 -
 community-staging-i686/fix-missing-include-fz-bug-10280.patch   |   39 -
 community-staging-x86_64/PKGBUILD   |   40 -
 community-staging-x86_64/filezilla.install  |   11 -
 community-staging-x86_64/fix-missing-include-fz-bug-10280.patch |   39 -
 8 files changed, 96 insertions(+), 180 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-04-15 22:02:52 UTC (rev 131452)
+++ community-staging-i686/PKGBUILD 2015-04-15 22:02:59 UTC (rev 131453)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.10.2
-pkgrel=2
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";
-"fix-missing-include-fz-bug-10280.patch")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -p2 -i "$srcdir/fix-missing-include-fz-bug-10280.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('b2eb584efd76e61de2cb62fbe11f3a14'
- 'b47472aada7d2499ce8e8237555fee51')

Copied: filezilla/repos/community-staging-i686/PKGBUILD (from rev 131452, 
filezilla/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-15 22:02:59 UTC (rev 131453)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.10.3
+pkgrel=2
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('0c7511a964cbd2afa95e0c42c7258dee')

Deleted: community-staging-i686/filezilla.install
===
--- community-staging-i686/filezilla.install2015-04-15 22:02:52 UTC (rev 
131452)
+++ community-staging-i686/filezilla.install2015-04-15 22:02:59 UTC (rev 
131453)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-staging-i686/filezilla.install (from rev 
131452, filezilla/trunk/filezilla.install)
===
--- community-staging-i686/filezilla.install   

[arch-commits] Commit in gnome-icon-theme-extras/repos/extra-any (4 files)

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 00:03:07
  Author: heftig
Revision: 237211

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-extras/repos/extra-any/PKGBUILD
(from rev 237210, gnome-icon-theme-extras/trunk/PKGBUILD)
  gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install
(from rev 237210, 
gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
Deleted:
  gnome-icon-theme-extras/repos/extra-any/PKGBUILD
  gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install

-+
 PKGBUILD|   55 ++
 gnome-icon-theme-extras.install |   22 +++
 2 files changed, 38 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-15 22:02:27 UTC (rev 237210)
+++ PKGBUILD2015-04-15 22:03:07 UTC (rev 237211)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-icon-theme-extras
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="GNOME icon theme, extra icons"
-arch=(any)
-depends=('gnome-icon-theme')
-makedepends=('intltool')
-url="http://www.gnome.org";
-license=('GPL')
-install=gnome-icon-theme-extras.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-icon-theme-extras/repos/extra-any/PKGBUILD (from rev 237210, 
gnome-icon-theme-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-15 22:03:07 UTC (rev 237211)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-icon-theme-extras
+pkgver=3.12.0
+pkgrel=2
+pkgdesc="GNOME icon theme, extra icons"
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+install=gnome-icon-theme-extras.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-icon-theme-extras.install
===
--- gnome-icon-theme-extras.install 2015-04-15 22:02:27 UTC (rev 237210)
+++ gnome-icon-theme-extras.install 2015-04-15 22:03:07 UTC (rev 237211)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install 
(from rev 237210, gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
===
--- gnome-icon-theme-extras.install (rev 0)
+++ gnome-icon-theme-extras.install 2015-04-15 22:03:07 UTC (rev 237211)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 00:02:27
  Author: heftig
Revision: 237210

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

Added:
  dconf-editor/repos/extra-i686/PKGBUILD
(from rev 237208, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/extra-i686/dconf-editor.install
(from rev 237208, dconf-editor/trunk/dconf-editor.install)
  dconf-editor/repos/extra-x86_64/PKGBUILD
(from rev 237208, dconf-editor/trunk/PKGBUILD)
  dconf-editor/repos/extra-x86_64/dconf-editor.install
(from rev 237208, dconf-editor/trunk/dconf-editor.install)
Deleted:
  dconf-editor/repos/extra-i686/PKGBUILD
  dconf-editor/repos/extra-i686/dconf-editor.install
  dconf-editor/repos/extra-x86_64/PKGBUILD
  dconf-editor/repos/extra-x86_64/dconf-editor.install

---+
 /PKGBUILD |   58 
 /dconf-editor.install |   24 ++
 extra-i686/PKGBUILD   |   28 -
 extra-i686/dconf-editor.install   |   12 ---
 extra-x86_64/PKGBUILD |   28 -
 extra-x86_64/dconf-editor.install |   12 ---
 6 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 22:02:23 UTC (rev 237209)
+++ extra-i686/PKGBUILD 2015-04-15 22:02:27 UTC (rev 237210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('gtk3' 'dconf')
-makedepends=('vala' 'intltool')
-install=dconf-editor.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dconf-editor/repos/extra-i686/PKGBUILD (from rev 237208, 
dconf-editor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 22:02:27 UTC (rev 237210)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=dconf-editor
+pkgver=3.16.1
+pkgrel=2
+pkgdesc="dconf Editor"
+arch=(i686 x86_64)
+url="http://live.gnome.org/dconf";
+license=('LGPL2.1')
+groups=('gnome')
+depends=('gtk3' 'dconf')
+makedepends=('vala' 'intltool')
+install=dconf-editor.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/dconf-editor.install
===
--- extra-i686/dconf-editor.install 2015-04-15 22:02:23 UTC (rev 237209)
+++ extra-i686/dconf-editor.install 2015-04-15 22:02:27 UTC (rev 237210)
@@ -1,12 +0,0 @@
-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: dconf-editor/repos/extra-i686/dconf-editor.install (from rev 237208, 
dconf-editor/trunk/dconf-editor.install)
===
--- extra-i686/dconf-editor.install (rev 0)
+++ extra-i686/dconf-editor.install 2015-04-15 22:02:27 UTC (rev 237210)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-15 22:02:23 UTC (rev 237209)
+++ extra-x86_64/PKGBUILD   2015-04-15 22:02:27 UTC (rev 237210)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=dconf-editor
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="dconf Editor"
-arch=(i686 x86_64)
-url="http://live.gnome.org/dconf";
-license=('LGPL2.1')
-depends=('gtk3' 'dconf')
-makedepends=('vala' 'intltool')
-install=dconf-editor.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2

[arch-commits] Commit in gnome-icon-theme/repos/extra-any (4 files)

2015-04-15 Thread Jan Steffens
Date: Thursday, April 16, 2015 @ 00:02:23
  Author: heftig
Revision: 237209

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme/repos/extra-any/PKGBUILD
(from rev 237208, gnome-icon-theme/trunk/PKGBUILD)
  gnome-icon-theme/repos/extra-any/gnome-icon-theme.install
(from rev 237208, gnome-icon-theme/trunk/gnome-icon-theme.install)
Deleted:
  gnome-icon-theme/repos/extra-any/PKGBUILD
  gnome-icon-theme/repos/extra-any/gnome-icon-theme.install

--+
 PKGBUILD |   57 ++---
 gnome-icon-theme.install |   22 -
 2 files changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-15 21:59:46 UTC (rev 237208)
+++ PKGBUILD2015-04-15 22:02:23 UTC (rev 237209)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-icon-theme
-pkgver=3.12.0
-pkgrel=2
-pkgdesc="GNOME icon theme"
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
-makedepends=('intltool' 'icon-naming-utils')
-url="http://www.gnome.org";
-license=('GPL')
-groups=('gnome')
-install=gnome-icon-theme.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
-}

Copied: gnome-icon-theme/repos/extra-any/PKGBUILD (from rev 237208, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-15 22:02:23 UTC (rev 237209)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-icon-theme
+pkgver=3.12.0
+pkgrel=3
+pkgdesc="GNOME icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool' 'icon-naming-utils')
+url="http://www.gnome.org";
+license=('GPL')
+install=gnome-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}

Deleted: gnome-icon-theme.install
===
--- gnome-icon-theme.install2015-04-15 21:59:46 UTC (rev 237208)
+++ gnome-icon-theme.install2015-04-15 22:02:23 UTC (rev 237209)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-icon-theme/repos/extra-any/gnome-icon-theme.install (from rev 
237208, gnome-icon-theme/trunk/gnome-icon-theme.install)
===
--- gnome-icon-theme.install(rev 0)
+++ gnome-icon-theme.install2015-04-15 22:02:23 UTC (rev 237209)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:59:46
  Author: heftig
Revision: 237208

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 237207, orca/trunk/PKGBUILD)
  orca/repos/extra-any/orca.install
(from rev 237207, orca/trunk/orca.install)
Deleted:
  orca/repos/extra-any/PKGBUILD
  orca/repos/extra-any/orca.install

--+
 PKGBUILD |   60 -
 orca.install |   22 ++--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-15 21:58:43 UTC (rev 237207)
+++ PKGBUILD2015-04-15 21:59:46 UTC (rev 237208)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-arch=(any)
-license=('LGPL')
-url="http://www.gnome.org/projects/orca";
-install=orca.install
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
-makedepends=(itstool intltool gnome-doc-utils python2)
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d57b24f5fccbcfe906dafb1cd9da1cde6ffcdbb7ef9148345429de04d5b70b04')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: orca/repos/extra-any/PKGBUILD (from rev 237207, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-15 21:59:46 UTC (rev 237208)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+arch=(any)
+license=('LGPL')
+url="http://www.gnome.org/projects/orca";
+install=orca.install
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
+makedepends=(itstool intltool python2)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9739381651d1838eed4da0d21730cc32b76abfcc921f65fc533274e8f582b66f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: orca.install
===
--- orca.install2015-04-15 21:58:43 UTC (rev 237207)
+++ orca.install2015-04-15 21:59:46 UTC (rev 237208)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: orca/repos/extra-any/orca.install (from rev 237207, 
orca/trunk/orca.install)
===
--- orca.install(rev 0)
+++ orca.install2015-04-15 21:59:46 UTC (rev 237208)
@@ -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
+}


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:58:43
  Author: heftig
Revision: 237207

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

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

-+
 /PKGBUILD   |   54 ++
 /polari.install |   24 ++
 extra-i686/PKGBUILD |   27 -
 extra-i686/polari.install   |   12 -
 extra-x86_64/PKGBUILD   |   27 -
 extra-x86_64/polari.install |   12 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 21:57:54 UTC (rev 237206)
+++ extra-i686/PKGBUILD 2015-04-15 21:58:43 UTC (rev 237207)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Polari";
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
-makedepends=(intltool gobject-introspection desktop-file-utils appdata-tools)
-groups=(gnome-extra)
-install=polari.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7c8c84c436d64eba8502c291600ffd4d86c6192daa95dd097a8c3fdf95a176e5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: polari/repos/extra-i686/PKGBUILD (from rev 237206, 
polari/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 21:58:43 UTC (rev 237207)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Polari";
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
+makedepends=(intltool gobject-introspection desktop-file-utils appdata-tools)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1d37a66db4c8763ca04de0adca92290ac34ca65f69b5fbfd6c044f746261f070')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/polari.install
===
--- extra-i686/polari.install   2015-04-15 21:57:54 UTC (rev 237206)
+++ extra-i686/polari.install   2015-04-15 21:58:43 UTC (rev 237207)
@@ -1,12 +0,0 @@
-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: polari/repos/extra-i686/polari.install (from rev 237206, 
polari/trunk/polari.install)
===
--- extra-i686/polari.install   (rev 0)
+++ extra-i686/polari.install   2015-04-15 21:58:43 UTC (rev 237207)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-15 21:57:54 UTC (rev 237206)
+++ extra-x86_64/PKGBUILD   2015-04-15 21:58:43 UTC (rev 237207)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Polari";
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
-makedepends=(intltool gobject-introspection desktop-file-utils appdata-tools)
-groups=(gnome-extra)
-install=polari.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7c8c84c436d64eba8502c291600ffd4d86c6192daa95dd097a8c3fdf95a176e5')
-
-build() {
-  cd $pkgname

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:57:54
  Author: heftig
Revision: 237206

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

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

-+
 /PKGBUILD   |   98 +
 /gnome-control-center.install   |   22 +++
 /network-Also-work-with-NM-10.patch |  126 ++
 extra-i686/PKGBUILD |   48 
 extra-i686/gnome-control-center.install |   11 -
 extra-i686/network-Also-work-with-NM-10.patch   |   63 ---
 extra-x86_64/PKGBUILD   |   48 
 extra-x86_64/gnome-control-center.install   |   11 -
 extra-x86_64/network-Also-work-with-NM-10.patch |   63 ---
 9 files changed, 246 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 21:46:27 UTC (rev 237205)
+++ extra-i686/PKGBUILD 2015-04-15 21:57:54 UTC (rev 237206)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.16.0
-pkgrel=1
-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 network-manager-applet sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus)
-makedepends=(gnome-doc-utils 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=('d2ca9ef8619fee91f2b54c0b8461185ecbcb003916f5ff077ddc3f97232d3b12')
-
-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/extra-i686/PKGBUILD (from rev 237205, 
gnome-control-center/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 21:57:54 UTC (rev 237206)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.16.1
+pkgrel=1
+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 network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 

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

2015-04-15 Thread Florian Pritz
Date: Wednesday, April 15, 2015 @ 23:47:40
  Author: bluewind
Revision: 131450

upgpkg: filezilla 3.10.3-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD
Deleted:
  filezilla/trunk/fix-missing-include-fz-bug-10280.patch

+
 PKGBUILD   |   11 +++-
 fix-missing-include-fz-bug-10280.patch |   39 ---
 2 files changed, 4 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:19:35 UTC (rev 131449)
+++ PKGBUILD2015-04-15 21:47:40 UTC (rev 131450)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.10.2
-pkgrel=2
+pkgver=3.10.3
+pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('i686' 'x86_64')
 url="http://filezilla-project.org/";
@@ -11,12 +11,10 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
 install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";
-"fix-missing-include-fz-bug-10280.patch")
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  patch -p2 -i "$srcdir/fix-missing-include-fz-bug-10280.patch"
 }
 
 build() {
@@ -36,5 +34,4 @@
 
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('b2eb584efd76e61de2cb62fbe11f3a14'
- 'b47472aada7d2499ce8e8237555fee51')
+md5sums=('0c7511a964cbd2afa95e0c42c7258dee')

Deleted: fix-missing-include-fz-bug-10280.patch
===
--- fix-missing-include-fz-bug-10280.patch  2015-04-15 21:19:35 UTC (rev 
131449)
+++ fix-missing-include-fz-bug-10280.patch  2015-04-15 21:47:40 UTC (rev 
131450)
@@ -1,39 +0,0 @@
 FileZilla3/trunk/src/interface/Mainfrm.h   2015/03/02 20:28:30 6542
-+++ FileZilla3/trunk/src/interface/Mainfrm.h   2015/03/03 15:54:36 6543
-@@ -1,13 +1,18 @@
- #ifndef __MAINFRM_H__
- #define __MAINFRM_H__
- 
-+#include "statusbar.h"
-+#include "engine_context.h"
-+
-+#include "wx/timer.h"
-+
- #ifndef __WXMAC__
- #include 
- #endif
- 
--#include "statusbar.h"
--
--#include "engine_context.h"
-+#if FZ_MANUALUPDATECHECK
-+#include "updater.h"
-+#endif
- 
- class CAsyncRequestQueue;
- class CContextControl;
-@@ -25,13 +30,7 @@
- class CToolBar;
- class CWindowStateManager;
- 
--
--#if FZ_MANUALUPDATECHECK
--#include "updater.h"
--#endif
--class CWindowStateManager;
--
--class CMainFrame : public wxNavigationEnabled
-+class CMainFrame final : public wxNavigationEnabled
- #if FZ_MANUALUPDATECHECK
-   , protected CUpdateHandler
- #endif


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

2015-04-15 Thread Florian Pritz
Date: Wednesday, April 15, 2015 @ 23:47:55
  Author: bluewind
Revision: 131451

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

Added:
  filezilla/repos/community-i686/PKGBUILD
(from rev 131450, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-i686/filezilla.install
(from rev 131450, filezilla/trunk/filezilla.install)
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 131450, filezilla/trunk/PKGBUILD)
  filezilla/repos/community-x86_64/filezilla.install
(from rev 131450, filezilla/trunk/filezilla.install)
Deleted:
  filezilla/repos/community-i686/PKGBUILD
  filezilla/repos/community-i686/filezilla.install
  filezilla/repos/community-i686/fix-missing-include-fz-bug-10280.patch
  filezilla/repos/community-x86_64/PKGBUILD
  filezilla/repos/community-x86_64/filezilla.install
  filezilla/repos/community-x86_64/fix-missing-include-fz-bug-10280.patch

-+
 /PKGBUILD   |   74 ++
 /filezilla.install  |   22 
 community-i686/PKGBUILD |   40 ---
 community-i686/filezilla.install|   11 --
 community-i686/fix-missing-include-fz-bug-10280.patch   |   39 ---
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/filezilla.install  |   11 --
 community-x86_64/fix-missing-include-fz-bug-10280.patch |   39 ---
 8 files changed, 96 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 21:47:40 UTC (rev 131450)
+++ community-i686/PKGBUILD 2015-04-15 21:47:55 UTC (rev 131451)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.10.2
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('i686' 'x86_64')
-url="http://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
-install=filezilla.install
-source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";
-"fix-missing-include-fz-bug-10280.patch")
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -p2 -i "$srcdir/fix-missing-include-fz-bug-10280.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('b2eb584efd76e61de2cb62fbe11f3a14'
- 'b47472aada7d2499ce8e8237555fee51')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 131450, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 21:47:55 UTC (rev 131451)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.10.3
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('i686' 'x86_64')
+url="http://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls')
+install=filezilla.install
+source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2";)
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('0c7511a964cbd2afa95e0c42c7258dee')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2015-04-15 21:47:40 UTC (rev 131450)
+++ community-i686/filezilla.install2015-04-15 21:47:55 UTC (rev 131451)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 131450, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2015-04-15 21:47:55 UTC (rev 131451)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:46:27
  Author: heftig
Revision: 237205

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

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

+
 /PKGBUILD  |   64 +++
 /lightsoff.install |   26 +++
 extra-i686/PKGBUILD|   32 ---
 extra-i686/lightsoff.install   |   13 ---
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/lightsoff.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 21:42:33 UTC (rev 237204)
+++ extra-i686/PKGBUILD 2015-04-15 21:46:27 UTC (rev 237205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=lightsoff
-pkgver=3.16.1
-pkgrel=1
-pkgdesc="Turn off all the lights"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=lightsoff.install
-url="https://live.gnome.org/Lightsoff";
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7ec154a85da601a366d11b6b434ae0f631c04753cabca4b6c2223a44d355e892')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lightsoff/repos/extra-i686/PKGBUILD (from rev 237204, 
lightsoff/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 21:46:27 UTC (rev 237205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=lightsoff
+pkgver=3.16.1.1
+pkgrel=1
+pkgdesc="Turn off all the lights"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url="https://live.gnome.org/Lightsoff";
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/lightsoff.install
===
--- extra-i686/lightsoff.install2015-04-15 21:42:33 UTC (rev 237204)
+++ extra-i686/lightsoff.install2015-04-15 21:46:27 UTC (rev 237205)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: lightsoff/repos/extra-i686/lightsoff.install (from rev 237204, 
lightsoff/trunk/lightsoff.install)
===
--- extra-i686/lightsoff.install(rev 0)
+++ extra-i686/lightsoff.install2015-04-15 21:46:27 UTC (rev 237205)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-15 21:42:33 UTC (rev 237204)
+++ extra-x86_64/PKGBUILD   2015-04-15 21:46:27 UTC (rev 237205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=lightsoff
-pkgver=3.16.1
-pkgrel=1

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:42:33
  Author: heftig
Revision: 237204

3.16.1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:42:26 UTC (rev 237203)
+++ PKGBUILD2015-04-15 21:42:33 UTC (rev 237204)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=polari.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7c8c84c436d64eba8502c291600ffd4d86c6192daa95dd097a8c3fdf95a176e5')
+sha256sums=('1d37a66db4c8763ca04de0adca92290ac34ca65f69b5fbfd6c044f746261f070')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:42:26
  Author: heftig
Revision: 237203

3.16.1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:40:55 UTC (rev 237202)
+++ PKGBUILD2015-04-15 21:42:26 UTC (rev 237203)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
 arch=(any)
@@ -16,7 +16,7 @@
 makedepends=(itstool intltool python2)
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d57b24f5fccbcfe906dafb1cd9da1cde6ffcdbb7ef9148345429de04d5b70b04')
+sha256sums=('9739381651d1838eed4da0d21730cc32b76abfcc921f65fc533274e8f582b66f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:40:55
  Author: heftig
Revision: 237202

remove gnome group

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:40:40 UTC (rev 237201)
+++ PKGBUILD2015-04-15 21:40:55 UTC (rev 237202)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-icon-theme-symbolic
 pkgver=3.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME icon theme, symbolic icons"
 arch=(any)
 depends=(gtk-update-icon-cache hicolor-icon-theme librsvg)
@@ -12,7 +12,6 @@
 url="http://www.gnome.org";
 license=(GPL)
 install=gnome-icon-theme-symbolic.install
-groups=(gnome)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('851a4c9d8e8cbc9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')
 


[arch-commits] Commit in gnome-icon-theme-extras/trunk (PKGBUILD)

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:40:40
  Author: heftig
Revision: 237201

remove gnome group

Modified:
  gnome-icon-theme-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:39:48 UTC (rev 237200)
+++ PKGBUILD2015-04-15 21:40:40 UTC (rev 237201)
@@ -4,15 +4,14 @@
 
 pkgname=gnome-icon-theme-extras
 pkgver=3.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME icon theme, extra icons"
 arch=(any)
 depends=('gnome-icon-theme')
-makedepends=('intltool')
+makedepends=('intltool' 'icon-naming-utils')
 url="http://www.gnome.org";
 license=('GPL')
 install=gnome-icon-theme-extras.install
-groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
 


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:39:48
  Author: heftig
Revision: 237200

remove gnome group

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:37:05 UTC (rev 237199)
+++ PKGBUILD2015-04-15 21:39:48 UTC (rev 237200)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-icon-theme
 pkgver=3.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME icon theme"
 arch=(any)
 depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
@@ -10,7 +10,6 @@
 makedepends=('intltool' 'icon-naming-utils')
 url="http://www.gnome.org";
 license=('GPL')
-groups=('gnome')
 install=gnome-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:37:05
  Author: heftig
Revision: 237199

add gnome group

Modified:
  dconf-editor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:36:00 UTC (rev 237198)
+++ PKGBUILD2015-04-15 21:37:05 UTC (rev 237199)
@@ -3,11 +3,12 @@
 
 pkgname=dconf-editor
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="dconf Editor"
 arch=(i686 x86_64)
 url="http://live.gnome.org/dconf";
 license=('LGPL2.1')
+groups=('gnome')
 depends=('gtk3' 'dconf')
 makedepends=('vala' 'intltool')
 install=dconf-editor.install


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:36:00
  Author: heftig
Revision: 237198

3.12.9

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:18:37 UTC (rev 237197)
+++ PKGBUILD2015-04-15 21:36:00 UTC (rev 237198)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.12.8
-pkgrel=2
+pkgver=3.12.9
+pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=(i686 x86_64)
 url="http://live.gnome.org/Empathy";
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fce8fd4b9e276f21577292003b1e1bcf3db90d277335cdc1dba77ba3a29ee683')
+sha256sums=('743d3f1826afb6f1f6751983a780443da315635e1f05345370564c8cd541c422')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 23:19:35
  Author: bgyorgy
Revision: 131449

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

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

---+
 /PKGBUILD |   56 
 /metacity.install |   22 ++
 community-i686/PKGBUILD   |   28 --
 community-i686/metacity.install   |   11 ---
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/metacity.install |   11 ---
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 21:19:28 UTC (rev 131448)
+++ community-i686/PKGBUILD 2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity";
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0a9781c0ba7ef78e871600b0c1720e1bd105d6eb573e3544e83db7a51ee0592')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-i686/PKGBUILD (from rev 131448, 
metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 21:19:35 UTC (rev 131449)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=metacity
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity";
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a2e4ab7e19bfa5e6fc75d80d66e79f7965b5a51435c9675b0e895179d256f86')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/metacity.install
===
--- community-i686/metacity.install 2015-04-15 21:19:28 UTC (rev 131448)
+++ community-i686/metacity.install 2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: metacity/repos/community-i686/metacity.install (from rev 131448, 
metacity/trunk/metacity.install)
===
--- community-i686/metacity.install (rev 0)
+++ community-i686/metacity.install 2015-04-15 21:19:35 UTC (rev 131449)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 21:19:28 UTC (rev 131448)
+++ community-x86_64/PKGBUILD   2015-04-15 21:19:35 UTC (rev 131449)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notificatio

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 23:19:28
  Author: bgyorgy
Revision: 131448

upgpkg: metacity 3.16.1-1

Update to version 3.16.1

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 20:48:27 UTC (rev 131447)
+++ PKGBUILD2015-04-15 21:19:28 UTC (rev 131448)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=metacity
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Legacy GNOME window manager"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="https://wiki.gnome.org/Projects/Metacity";
 install=metacity.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a0a9781c0ba7ef78e871600b0c1720e1bd105d6eb573e3544e83db7a51ee0592')
+sha256sums=('7a2e4ab7e19bfa5e6fc75d80d66e79f7965b5a51435c9675b0e895179d256f86')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Evangelos Foutras
Date: Wednesday, April 15, 2015 @ 23:18:37
  Author: foutrelis
Revision: 237197

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

Added:
  p7zip/repos/extra-i686/PKGBUILD
(from rev 237196, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-i686/p7zip.install
(from rev 237196, p7zip/trunk/p7zip.install)
  p7zip/repos/extra-x86_64/PKGBUILD
(from rev 237196, p7zip/trunk/PKGBUILD)
  p7zip/repos/extra-x86_64/p7zip.install
(from rev 237196, p7zip/trunk/p7zip.install)
Deleted:
  p7zip/repos/extra-i686/7zFM.desktop
  p7zip/repos/extra-i686/PKGBUILD
  p7zip/repos/extra-i686/install
  p7zip/repos/extra-i686/osversion.patch
  p7zip/repos/extra-x86_64/7zFM.desktop
  p7zip/repos/extra-x86_64/PKGBUILD
  p7zip/repos/extra-x86_64/install
  p7zip/repos/extra-x86_64/osversion.patch

--+
 /PKGBUILD|  108 +
 extra-i686/7zFM.desktop  |   10 ---
 extra-i686/PKGBUILD  |   71 --
 extra-i686/install   |   13 
 extra-i686/osversion.patch   |   28 --
 extra-i686/p7zip.install |9 +++
 extra-x86_64/7zFM.desktop|   10 ---
 extra-x86_64/PKGBUILD|   71 --
 extra-x86_64/install |   13 
 extra-x86_64/osversion.patch |   28 --
 extra-x86_64/p7zip.install   |9 +++
 11 files changed, 126 insertions(+), 244 deletions(-)

Deleted: extra-i686/7zFM.desktop
===
--- extra-i686/7zFM.desktop 2015-04-15 21:18:25 UTC (rev 237196)
+++ extra-i686/7zFM.desktop 2015-04-15 21:18:37 UTC (rev 237197)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=7-Zip FM
-GenericName=7-Zip File Manager
-Type=Application
-Categories=GTK;Utility;Archiving;Compression;
-Terminal=false
-Icon=p7zip
-Exec=7zFM
-MimeType=application/gzip;application/x-7z-compressed;application/x-7z-compressed-tar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-lha;application/x-lhz;application/x-lzma;application/x-lzma-compressed-tar;application/x-ms-wim;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-tar;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/zip;application/vnd.ms-cab-compressed;

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 21:18:25 UTC (rev 237196)
+++ extra-i686/PKGBUILD 2015-04-15 21:18:37 UTC (rev 237197)
@@ -1,71 +0,0 @@
-# $Id$
-# Contributor: Thayer Williams 
-# Contributor: Hugo Doria 
-# Contributor: TuxSpirit  2007/11/17 21:22:36 UTC
-# Contributor: Daniel J Griffiths 
-# Maintainer: Gaetan Bisson 
-
-pkgname=p7zip
-pkgver=9.38.1
-pkgrel=2
-pkgdesc='Command-line version of the 7zip compressed file archiver'
-url='http://p7zip.sourceforge.net/'
-license=('GPL' 'custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'bash')
-optdepends=('wxgtk: GUI'
-'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2";
-'osversion.patch'
-'7zFM.desktop')
-sha1sums=('6b1eccf272d8b141a94758f80727ae633568ba69'
-  '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
-  '441e8d89457f165c22015dedd0c1ee88504f333c')
-
-options=('!makeflags')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   [[ $CARCH = x86_64 ]] &&
-   cp makefile.linux_amd64_asm makefile.machine ||
-   cp makefile.linux_x86_asm_gcc_4.X makefile.machine
-
-   patch -p1 -i ../osversion.patch
-   sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
-
-   rm GUI/kde4/p7zip_compress.desktop # FS#43766
-}
-
-build() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   make all4 OPTFLAGS="${CXXFLAGS}"
-}
-
-package() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   make install \
-   DEST_DIR="${pkgdir}" \
-   DEST_HOME="/usr" \
-   DEST_MAN="/usr/share/man"
-
-   # Doc and licenses
-   cp -a DOC/* "${pkgdir}"/usr/share/doc/p7zip
-   install -d "${pkgdir}"/usr/share/licenses/p7zip
-   ln -s -t "${pkgdir}"/usr/share/licenses/p7zip \
-   /usr/share/doc/p7zip/License.txt \
-   /usr/share/doc/p7zip/unRarLicense.txt
-
-   # Integration with stuff...
-   install -Dm644 GUI/p7zip_32.png 
"${pkgdir}"/usr/share/icons/hicolor/32x32/apps/p7zip.png
-   install -d 
"${pkgdir}"/usr/share/{applications,kde4/services/ServiceMenus}
-   cp GUI/kde4/* "${pkgdir}"/usr/share/kd

[arch-commits] Commit in p7zip/trunk (5 files)

2015-04-15 Thread Evangelos Foutras
Date: Wednesday, April 15, 2015 @ 23:18:25
  Author: foutrelis
Revision: 237196

upgpkg: p7zip 9.38.1-3

Drop the 7zFM graphical frontend; we don't want to have to depend on
wxgtk and the interface itself is a bit unintuitive. Alternative GUI
archive managers include: file-roller, engrampa, kdeutils-ark.

Added:
  p7zip/trunk/p7zip.install
Modified:
  p7zip/trunk/PKGBUILD
Deleted:
  p7zip/trunk/7zFM.desktop
  p7zip/trunk/install
  p7zip/trunk/osversion.patch

-+
 7zFM.desktop|   10 --
 PKGBUILD|   81 +-
 install |   13 
 osversion.patch |   28 --
 p7zip.install   |9 ++
 5 files changed, 41 insertions(+), 100 deletions(-)

Deleted: 7zFM.desktop
===
--- 7zFM.desktop2015-04-15 21:03:35 UTC (rev 237195)
+++ 7zFM.desktop2015-04-15 21:18:25 UTC (rev 237196)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=7-Zip FM
-GenericName=7-Zip File Manager
-Type=Application
-Categories=GTK;Utility;Archiving;Compression;
-Terminal=false
-Icon=p7zip
-Exec=7zFM
-MimeType=application/gzip;application/x-7z-compressed;application/x-7z-compressed-tar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-lha;application/x-lhz;application/x-lzma;application/x-lzma-compressed-tar;application/x-ms-wim;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-tar;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/zip;application/vnd.ms-cab-compressed;

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:03:35 UTC (rev 237195)
+++ PKGBUILD2015-04-15 21:18:25 UTC (rev 237196)
@@ -1,71 +1,54 @@
 # $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
 # Contributor: Thayer Williams 
 # Contributor: Hugo Doria 
 # Contributor: TuxSpirit  2007/11/17 21:22:36 UTC
 # Contributor: Daniel J Griffiths 
-# Maintainer: Gaetan Bisson 
 
 pkgname=p7zip
 pkgver=9.38.1
-pkgrel=2
-pkgdesc='Command-line version of the 7zip compressed file archiver'
-url='http://p7zip.sourceforge.net/'
-license=('GPL' 'custom')
+pkgrel=3
+pkgdesc="Command-line file archiver with high compression ratio"
 arch=('i686' 'x86_64')
-depends=('gcc-libs' 'bash')
-optdepends=('wxgtk: GUI'
-'desktop-file-utils: desktop entries')
-makedepends=('yasm' 'nasm' 'wxgtk')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}_${pkgver}_src_all.tar.bz2";
-'osversion.patch'
-'7zFM.desktop')
-sha1sums=('6b1eccf272d8b141a94758f80727ae633568ba69'
-  '8c086db1c7be0d52d2ac971f44adbdccf6dd82de'
-  '441e8d89457f165c22015dedd0c1ee88504f333c')
+url="http://p7zip.sourceforge.net/";
+license=('LGPL' 'custom:unRAR')
+depends=('gcc-libs' 'sh')
+makedepends_i686=('nasm')
+makedepends_x86_64=('yasm')
+install=$pkgname.install
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}_${pkgver}_src_all.tar.bz2)
+sha256sums=('fd5019109c9a1bf34ad3257d37a6853eae8151ff50345f0a3ffba7d8c5fdb995')
 
-options=('!makeflags')
-install=install
-
 prepare() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   [[ $CARCH = x86_64 ]] &&
-   cp makefile.linux_amd64_asm makefile.machine ||
-   cp makefile.linux_x86_asm_gcc_4.X makefile.machine
+  cd "$srcdir/${pkgname}_$pkgver"
 
-   patch -p1 -i ../osversion.patch
-   sed -i 's/x86_64-linux-gnu//g' CPP/7zip/*/*/*.depend
-
-   rm GUI/kde4/p7zip_compress.desktop # FS#43766
+  if [[ $CARCH = x86_64 ]]; then
+cp makefile.linux_amd64_asm makefile.machine
+  else
+cp makefile.linux_x86_asm_gcc_4.X makefile.machine
+  fi
 }
 
 build() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   make all4 OPTFLAGS="${CXXFLAGS}"
+  cd "$srcdir/${pkgname}_$pkgver"
+  make all3 OPTFLAGS="$CFLAGS"
 }
 
 package() {
-   cd "${srcdir}/${pkgname}_${pkgver}"
-   make install \
-   DEST_DIR="${pkgdir}" \
-   DEST_HOME="/usr" \
-   DEST_MAN="/usr/share/man"
+  cd "$srcdir/${pkgname}_$pkgver"
 
-   # Doc and licenses
-   cp -a DOC/* "${pkgdir}"/usr/share/doc/p7zip
-   install -d "${pkgdir}"/usr/share/licenses/p7zip
-   ln -s -t "${pkgdir}"/usr/share/licenses/p7zip \
-   /usr/share/doc/p7zip/License.txt \
-   /usr/share/doc/p7zip/unRarLicense.txt
+  make install \
+DEST_DIR="$pkgdir" \
+DEST_HOME=/usr \
+DEST_MAN=/usr/share/man
 
-   # Integration with stuff...
-   install -Dm644 GUI/p7zip_32.png 
"${pkgdi

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 23:03:23
  Author: heftig
Revision: 237194

3.16.1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 21:02:02 UTC (rev 237193)
+++ PKGBUILD2015-04-15 21:03:23 UTC (rev 237194)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="The Control Center for GNOME"
 license=(GPL)
@@ -11,7 +11,8 @@
 depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
  gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
  libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus)
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese)
 makedepends=(intltool docbook-xsl modemmanager)
 optdepends=('system-config-printer: Printer settings'
 'gnome-user-share: Bluetooth and WebDAV file sharing'
@@ -23,7 +24,7 @@
 install=gnome-control-center.install
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d2ca9ef8619fee91f2b54c0b8461185ecbcb003916f5ff077ddc3f97232d3b12')
+sha256sums=('eec9f59d6f17193c6a05030f9ce585118e64c6ab8d997ce962803129b1ad7b1f')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in kompare (10 files)

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 23:03:35
  Author: arojas
Revision: 237195

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

Added:
  kompare/repos/
  kompare/repos/testing-i686/
  kompare/repos/testing-i686/PKGBUILD
(from rev 237193, kompare/trunk/PKGBUILD)
  kompare/repos/testing-i686/desktop.patch
(from rev 237193, kompare/trunk/desktop.patch)
  kompare/repos/testing-i686/kompare.install
(from rev 237194, kompare/trunk/kompare.install)
  kompare/repos/testing-x86_64/
  kompare/repos/testing-x86_64/PKGBUILD
(from rev 237194, kompare/trunk/PKGBUILD)
  kompare/repos/testing-x86_64/desktop.patch
(from rev 237194, kompare/trunk/desktop.patch)
  kompare/repos/testing-x86_64/kompare.install
(from rev 237194, kompare/trunk/kompare.install)
Deleted:
  kompare/repos/

+
 testing-i686/PKGBUILD  |   44 +++
 testing-i686/desktop.patch |   26 +++
 testing-i686/kompare.install   |   12 ++
 testing-x86_64/PKGBUILD|   44 +++
 testing-x86_64/desktop.patch   |   26 +++
 testing-x86_64/kompare.install |   12 ++
 6 files changed, 164 insertions(+)

Copied: kompare/repos/testing-i686/PKGBUILD (from rev 237193, 
kompare/trunk/PKGBUILD)
===
--- repos/testing-i686/PKGBUILD (rev 0)
+++ repos/testing-i686/PKGBUILD 2015-04-15 21:03:35 UTC (rev 237195)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=15.04.0
+pkgrel=2
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";
 'desktop.patch')
+sha1sums=('c35f3ee00012ac48d3042ab05dc31c610bea76ba'
+  'e7301d8ee9a487a7e8e9fd6c46857890e640be4e')
+
+prepare() {
+  mkdir build
+
+  cd $pkgname-$pkgver
+# Fix launching from the .desktop file
+  patch -p1 -i "$srcdir"/desktop.patch
+}
+
+build() {
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kompare/repos/testing-i686/desktop.patch (from rev 237193, 
kompare/trunk/desktop.patch)
===
--- repos/testing-i686/desktop.patch(rev 0)
+++ repos/testing-i686/desktop.patch2015-04-15 21:03:35 UTC (rev 237195)
@@ -0,0 +1,26 @@
+From: Jeremy Whiting 
+Date: Wed, 15 Apr 2015 20:49:08 +
+Subject: Remove X-DBUS-StartupType also.
+X-Git-Url: 
http://quickgit.kde.org/?p=kompare.git&a=commitdiff&h=71efd99d41404f0295b03d5623ec3e78df9887cb
+---
+Remove X-DBUS-StartupType also.
+BUG:346231
+---
+
+
+--- a/kompare.desktop
 b/kompare.desktop
+@@ -129,11 +129,10 @@
+ GenericName[zh_CN]=Diff/Patch 前端
+ GenericName[zh_TW]=Diff/Patch 前端
+ MimeType=text/x-patch;
+-Exec=kompare -caption %c -o %U
++Exec=kompare -o %U
+ Icon=kompare
+ X-DocPath=kompare/index.html
+ Terminal=false
+-X-DBUS-StartupType=Multi
+ Categories=Qt;KDE;Development;
+ InitialPreference=10
+ 
+

Copied: kompare/repos/testing-i686/kompare.install (from rev 237194, 
kompare/trunk/kompare.install)
===
--- repos/testing-i686/kompare.install  (rev 0)
+++ repos/testing-i686/kompare.install  2015-04-15 21:03:35 UTC (rev 237195)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kompare/repos/testing-x86_64/PKGBUILD (from rev 237194, 
kompare/trunk/PKGBUILD)
===
--- repos/testing-x86_64/PKGBUILD   (rev 0)
+++ repos/testing-x86_64/PKGBUILD   2015-04-15 21:03:35 UTC (rev 237195)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=15.04.0
+pkgrel=2
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install

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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 23:02:02
  Author: arojas
Revision: 237193

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

Added:
  kompare/repos/testing-i686/desktop.patch
(from rev 237192, kompare/trunk/desktop.patch)
  kompare/repos/testing-x86_64/desktop.patch
(from rev 237192, kompare/trunk/desktop.patch)
Deleted:
  kompare/repos/testing-i686/PKGBUILD
  kompare/repos/testing-i686/kompare.install
  kompare/repos/testing-x86_64/PKGBUILD
  kompare/repos/testing-x86_64/kompare.install

+
 testing-i686/PKGBUILD  |   39 ---
 testing-i686/desktop.patch |   26 ++
 testing-i686/kompare.install   |   12 
 testing-x86_64/PKGBUILD|   39 ---
 testing-x86_64/desktop.patch   |   26 ++
 testing-x86_64/kompare.install |   12 
 6 files changed, 52 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-15 20:59:58 UTC (rev 237192)
+++ testing-i686/PKGBUILD   2015-04-15 21:02:02 UTC (rev 237193)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('c35f3ee00012ac48d3042ab05dc31c610bea76ba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kompare-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kompare/repos/testing-i686/desktop.patch (from rev 237192, 
kompare/trunk/desktop.patch)
===
--- testing-i686/desktop.patch  (rev 0)
+++ testing-i686/desktop.patch  2015-04-15 21:02:02 UTC (rev 237193)
@@ -0,0 +1,26 @@
+From: Jeremy Whiting 
+Date: Wed, 15 Apr 2015 20:49:08 +
+Subject: Remove X-DBUS-StartupType also.
+X-Git-Url: 
http://quickgit.kde.org/?p=kompare.git&a=commitdiff&h=71efd99d41404f0295b03d5623ec3e78df9887cb
+---
+Remove X-DBUS-StartupType also.
+BUG:346231
+---
+
+
+--- a/kompare.desktop
 b/kompare.desktop
+@@ -129,11 +129,10 @@
+ GenericName[zh_CN]=Diff/Patch 前端
+ GenericName[zh_TW]=Diff/Patch 前端
+ MimeType=text/x-patch;
+-Exec=kompare -caption %c -o %U
++Exec=kompare -o %U
+ Icon=kompare
+ X-DocPath=kompare/index.html
+ Terminal=false
+-X-DBUS-StartupType=Multi
+ Categories=Qt;KDE;Development;
+ InitialPreference=10
+ 
+

Deleted: testing-i686/kompare.install
===
--- testing-i686/kompare.install2015-04-15 20:59:58 UTC (rev 237192)
+++ testing-i686/kompare.install2015-04-15 21:02:02 UTC (rev 237193)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-04-15 20:59:58 UTC (rev 237192)
+++ testing-x86_64/PKGBUILD 2015-04-15 21:02:02 UTC (rev 237193)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('c35f3ee00012ac48d3042ab05dc31c610bea76ba')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kompare-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kompare/repos/testing-x86_64/desktop.patch (from rev 237192, 
kompare/trunk/desktop.patch)
==

[arch-commits] Commit in kompare/trunk (PKGBUILD desktop.patch)

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 22:59:58
  Author: arojas
Revision: 237192

Fix launching from .desktop file (FS#44594)

Added:
  kompare/trunk/desktop.patch
Modified:
  kompare/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 desktop.patch |   26 ++
 2 files changed, 35 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 20:53:39 UTC (rev 237191)
+++ PKGBUILD2015-04-15 20:59:58 UTC (rev 237192)
@@ -4,22 +4,27 @@
 
 pkgname=kompare
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Diff/Patch Frontend'
 url='http://kde.org/applications/development/kompare/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdesdk-kompare')
 replaces=('kdesdk-kompare')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('c35f3ee00012ac48d3042ab05dc31c610bea76ba')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";
 'desktop.patch')
+sha1sums=('c35f3ee00012ac48d3042ab05dc31c610bea76ba'
+  'e7301d8ee9a487a7e8e9fd6c46857890e640be4e')
 
 prepare() {
   mkdir build
+
+  cd $pkgname-$pkgver
+# Fix launching from the .desktop file
+  patch -p1 -i "$srcdir"/desktop.patch
 }
 
 build() {

Added: desktop.patch
===
--- desktop.patch   (rev 0)
+++ desktop.patch   2015-04-15 20:59:58 UTC (rev 237192)
@@ -0,0 +1,26 @@
+From: Jeremy Whiting 
+Date: Wed, 15 Apr 2015 20:49:08 +
+Subject: Remove X-DBUS-StartupType also.
+X-Git-Url: 
http://quickgit.kde.org/?p=kompare.git&a=commitdiff&h=71efd99d41404f0295b03d5623ec3e78df9887cb
+---
+Remove X-DBUS-StartupType also.
+BUG:346231
+---
+
+
+--- a/kompare.desktop
 b/kompare.desktop
+@@ -129,11 +129,10 @@
+ GenericName[zh_CN]=Diff/Patch 前端
+ GenericName[zh_TW]=Diff/Patch 前端
+ MimeType=text/x-patch;
+-Exec=kompare -caption %c -o %U
++Exec=kompare -o %U
+ Icon=kompare
+ X-DocPath=kompare/index.html
+ Terminal=false
+-X-DBUS-StartupType=Multi
+ Categories=Qt;KDE;Development;
+ InitialPreference=10
+ 
+


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 22:53:39
  Author: heftig
Revision: 237191

3.16.1.1

Modified:
  lightsoff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 19:44:52 UTC (rev 237190)
+++ PKGBUILD2015-04-15 20:53:39 UTC (rev 237191)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lightsoff
-pkgver=3.16.1
+pkgver=3.16.1.1
 pkgrel=1
 pkgdesc="Turn off all the lights"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url="https://live.gnome.org/Lightsoff";
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7ec154a85da601a366d11b6b434ae0f631c04753cabca4b6c2223a44d355e892')
+sha256sums=('80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Jonathan Steel
Date: Wednesday, April 15, 2015 @ 22:48:27
  Author: jsteel
Revision: 131447

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

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

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

Copied: partclone/repos/community-staging-i686/PKGBUILD (from rev 131446, 
partclone/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-15 20:48:27 UTC (rev 131447)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.70
+pkgrel=2
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('i686' 'x86_64')
+url="http://partclone.org";
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
+md5sums=('92708a46e13f96544539f0073a162a67')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: partclone/repos/community-staging-x86_64/PKGBUILD (from rev 131446, 
partclone/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-04-15 20:48:27 UTC (rev 131447)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.70
+pkgrel=2
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('i686' 'x86_64')
+url="http://partclone.org";
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
+md5sums=('92708a46e13f96544539f0073a162a67')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2015-04-15 Thread Jonathan Steel
Date: Wednesday, April 15, 2015 @ 22:47:55
  Author: jsteel
Revision: 131446

upgpkg: partclone 0.2.70-2

ntfs-3g rebuild

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 20:05:55 UTC (rev 131445)
+++ PKGBUILD2015-04-15 20:47:55 UTC (rev 131446)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel 
+# Maintainer: Jonathan Steel 
 # Contrinutor: Dan Serban
 # Contributor: Franz Burgmann
 # Contributor: Todd Partridge (Gen2ly)
@@ -7,17 +7,17 @@
 
 pkgname=partclone
 pkgver=0.2.70
-pkgrel=1
+pkgrel=2
 pkgdesc="Utilities to save and restore used blocks on a partition"
 arch=('i686' 'x86_64')
 url="http://partclone.org";
 license=('GPL')
 depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/src/$pkgname-$pkgver.tar.gz)
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.gz)
 md5sums=('92708a46e13f96544539f0073a162a67')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
 --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
@@ -26,7 +26,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make PREFIX=/usr DESTDIR="$pkgdir"/ install
+  make PREFIX=/usr DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in (4 files)

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 21:54:20
  Author: anatolik
Revision: 131443

FS#44599: move ruby-pkgconfig to runtime dep of ruby-glib2

Modified:
  ruby-atk/trunk/PKGBUILD
  ruby-gdk_pixbuf2/trunk/PKGBUILD
  ruby-gtk2/trunk/PKGBUILD
  ruby-pango/trunk/PKGBUILD

-+
 ruby-atk/trunk/PKGBUILD |1 -
 ruby-gdk_pixbuf2/trunk/PKGBUILD |1 -
 ruby-gtk2/trunk/PKGBUILD|1 -
 ruby-pango/trunk/PKGBUILD   |1 -
 4 files changed, 4 deletions(-)

Modified: ruby-atk/trunk/PKGBUILD
===
--- ruby-atk/trunk/PKGBUILD 2015-04-15 19:51:19 UTC (rev 131442)
+++ ruby-atk/trunk/PKGBUILD 2015-04-15 19:54:20 UTC (rev 131443)
@@ -10,7 +10,6 @@
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
 depends=(ruby atk ruby-glib2=$pkgver)
-makedepends=(ruby-pkgconfig)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)

Modified: ruby-gdk_pixbuf2/trunk/PKGBUILD
===
--- ruby-gdk_pixbuf2/trunk/PKGBUILD 2015-04-15 19:51:19 UTC (rev 131442)
+++ ruby-gdk_pixbuf2/trunk/PKGBUILD 2015-04-15 19:54:20 UTC (rev 131443)
@@ -10,7 +10,6 @@
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
 depends=(ruby ruby-glib2 gdk-pixbuf2)
-makedepends=(ruby-pkgconfig)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)

Modified: ruby-gtk2/trunk/PKGBUILD
===
--- ruby-gtk2/trunk/PKGBUILD2015-04-15 19:51:19 UTC (rev 131442)
+++ ruby-gtk2/trunk/PKGBUILD2015-04-15 19:54:20 UTC (rev 131443)
@@ -10,7 +10,6 @@
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
 depends=(ruby gtk2 ruby-atk ruby-pango ruby-gdk_pixbuf2)
-makedepends=(ruby-pkgconfig)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)

Modified: ruby-pango/trunk/PKGBUILD
===
--- ruby-pango/trunk/PKGBUILD   2015-04-15 19:51:19 UTC (rev 131442)
+++ ruby-pango/trunk/PKGBUILD   2015-04-15 19:54:20 UTC (rev 131443)
@@ -10,7 +10,6 @@
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
 depends=(ruby pango ruby-cairo ruby-glib2=$pkgver)
-makedepends=(ruby-pkgconfig)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)


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

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 21:51:19
  Author: anatolik
Revision: 131442

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

Added:
  ruby-cairo/repos/community-testing-i686/
  ruby-cairo/repos/community-testing-i686/PKGBUILD
(from rev 131441, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-testing-x86_64/
  ruby-cairo/repos/community-testing-x86_64/PKGBUILD
(from rev 131441, ruby-cairo/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   23 +++
 community-testing-x86_64/PKGBUILD |   23 +++
 2 files changed, 46 insertions(+)

Copied: ruby-cairo/repos/community-testing-i686/PKGBUILD (from rev 131441, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-15 19:51:19 UTC (rev 131442)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.1
+pkgrel=4
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: ruby-cairo/repos/community-testing-x86_64/PKGBUILD (from rev 131441, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-15 19:51:19 UTC (rev 131442)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo
+pkgname=ruby-$_gemname
+pkgver=1.14.1
+pkgrel=4
+pkgdesc='Ruby bindings for cairo'
+arch=(i686 x86_64)
+url='http://cairographics.org/rcairo'
+license=(Ruby)
+depends=(ruby cairo ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('6decc9cccf707d3f263929b0d4047361cd3974d3')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 21:50:47
  Author: anatolik
Revision: 131441

upgpkg: ruby-cairo 1.14.1-4

FS#44599 Add ruby-pkgconfig to dependencies

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 19:48:58 UTC (rev 131440)
+++ PKGBUILD2015-04-15 19:50:47 UTC (rev 131441)
@@ -4,13 +4,12 @@
 _gemname=cairo
 pkgname=ruby-$_gemname
 pkgver=1.14.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Ruby bindings for cairo'
 arch=(i686 x86_64)
 url='http://cairographics.org/rcairo'
 license=(Ruby)
-depends=(ruby cairo)
-makedepends=(ruby-pkgconfig)
+depends=(ruby cairo ruby-pkgconfig)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)


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

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 21:48:58
  Author: anatolik
Revision: 131440

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

Added:
  ruby-glib2/repos/community-testing-i686/
  ruby-glib2/repos/community-testing-i686/0001-glib2-support-GLib-2.44.patch
(from rev 131439, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-testing-i686/PKGBUILD
(from rev 131439, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-testing-x86_64/
  ruby-glib2/repos/community-testing-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 131439, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-testing-x86_64/PKGBUILD
(from rev 131439, ruby-glib2/trunk/PKGBUILD)

-+
 community-testing-i686/0001-glib2-support-GLib-2.44.patch   |   38 ++
 community-testing-i686/PKGBUILD |   33 
 community-testing-x86_64/0001-glib2-support-GLib-2.44.patch |   38 ++
 community-testing-x86_64/PKGBUILD   |   33 
 4 files changed, 142 insertions(+)

Copied: 
ruby-glib2/repos/community-testing-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 131439, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-testing-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-testing-i686/0001-glib2-support-GLib-2.44.patch   2015-04-15 
19:48:58 UTC (rev 131440)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Copied: ruby-glib2/repos/community-testing-i686/PKGBUILD (from rev 131439, 
ruby-glib2/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-15 19:48:58 UTC (rev 131440)
@@ -0,0 +1,33 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=glib2
+pkgname=ruby-$_gemname
+pkgver=2.2.4
+pkgrel=4
+pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby glib2 ruby-pkgconfig)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem
+0001-glib2-support-GLib-2.44.patch)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('2387c5a151a7bb324de604234960cf4a6e2aa232'
+  '54e83b3de30cfcf1f79232a98dc5ec1a1f1c116b')
+
+prepare() {
+  gem unpack $_gemname-$pkgver.gem
+  gem spec $_gemname-$pkgver.gem --ruby > $_gemname.gemspec
+  cd $_gemname-$pkgver
+  patch -p2 < ../0001-glib2-support-GLib-2.44.patch
+  gem build ../$_gemname.gemspec
+  mv $_gemname-$pkgver.gem ..
+}
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Copied: 
ruby-glib2/repos/community-testing-x86_64/0001-glib2-support-GLib-2.44.patch 
(from rev 131439, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-testing-x86_64/0001-glib2-support-GLib-2.44.patch 
(rev 0)
+++ community-testing-x86_64/0001-glib2-support-GLib-2.44.patch 2015-04-15 
19:48:58 UTC (rev 131440)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+

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

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 21:48:27
  Author: anatolik
Revision: 131439

upgpkg: ruby-glib2 2.2.4-4

FS#44599 Add ruby-pkgconfig as runtime dependency

Added:
  ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch
Modified:
  ruby-glib2/trunk/PKGBUILD

+
 0001-glib2-support-GLib-2.44.patch |   38 +++
 PKGBUILD   |   20 +-
 2 files changed, 53 insertions(+), 5 deletions(-)

Added: 0001-glib2-support-GLib-2.44.patch
===
--- 0001-glib2-support-GLib-2.44.patch  (rev 0)
+++ 0001-glib2-support-GLib-2.44.patch  2015-04-15 19:48:27 UTC (rev 131439)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 18:51:09 UTC (rev 131438)
+++ PKGBUILD2015-04-15 19:48:27 UTC (rev 131439)
@@ -4,18 +4,28 @@
 _gemname=glib2
 pkgname=ruby-$_gemname
 pkgver=2.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
-depends=(ruby glib2)
-makedepends=(ruby-pkgconfig)
+depends=(ruby glib2 ruby-pkgconfig)
 options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem
+0001-glib2-support-GLib-2.44.patch)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('2387c5a151a7bb324de604234960cf4a6e2aa232')
+sha1sums=('2387c5a151a7bb324de604234960cf4a6e2aa232'
+  '54e83b3de30cfcf1f79232a98dc5ec1a1f1c116b')
 
+prepare() {
+  gem unpack $_gemname-$pkgver.gem
+  gem spec $_gemname-$pkgver.gem --ruby > $_gemname.gemspec
+  cd $_gemname-$pkgver
+  patch -p2 < ../0001-glib2-support-GLib-2.44.patch
+  gem build ../$_gemname.gemspec
+  mv $_gemname-$pkgver.gem ..
+}
+
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"
   gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem


[arch-commits] Commit in kde-cli-tools/repos (4 files)

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 21:44:52
  Author: arojas
Revision: 237190

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 237189, kde-cli-tools/kde-unstable/PKGBUILD)
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 237189, kde-cli-tools/kde-unstable/PKGBUILD)
Deleted:
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 +
 kde-unstable-i686/PKGBUILD   |   40 --
 kde-unstable-x86_64/PKGBUILD |   40 --
 3 files changed, 74 insertions(+), 80 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-04-15 19:43:54 UTC (rev 237189)
+++ kde-unstable-i686/PKGBUILD  2015-04-15 19:44:52 UTC (rev 237190)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.2.95
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('15891305cf68d85d6afb41eb38d63c67')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # conflicts with kdebase-runtime
-  rm -r "$pkgdir"/usr/share/man
-}

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 237189, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-15 19:44:52 UTC (rev 237190)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.2.95
+pkgrel=2
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('15891305cf68d85d6afb41eb38d63c67')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-04-15 19:43:54 UTC (rev 237189)
+++ kde-unstable-x86_64/PKGBUILD2015-04-15 19:44:52 UTC (rev 237190)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.2.95
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('15891305cf68d85d6afb41eb38d63c67')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # conflicts with kdebase-runtime
-  rm -r "$pkgdir"/usr/share/man
-}

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 237189, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-15 19:44:52 UTC (rev 237190)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributo

[arch-commits] Commit in kde-cli-tools/kde-unstable (PKGBUILD)

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 21:43:54
  Author: arojas
Revision: 237189

Install kdesu man page now that kdesu4 has been split from kdebase-runtime

Modified:
  kde-cli-tools/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 19:12:58 UTC (rev 237188)
+++ PKGBUILD2015-04-15 19:43:54 UTC (rev 237189)
@@ -5,7 +5,7 @@
 
 pkgname=kde-cli-tools
 pkgver=5.2.95
-pkgrel=1
+pkgrel=2
 pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
@@ -34,7 +34,4 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-
-  # conflicts with kdebase-runtime
-  rm -r "$pkgdir"/usr/share/man
 }


[arch-commits] Commit in ntfs-3g/repos (4 files)

2015-04-15 Thread Gaetan Bisson
Date: Wednesday, April 15, 2015 @ 21:12:58
  Author: bisson
Revision: 237188

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

Added:
  ntfs-3g/repos/staging-i686/
  ntfs-3g/repos/staging-i686/PKGBUILD
(from rev 237187, ntfs-3g/trunk/PKGBUILD)
  ntfs-3g/repos/staging-x86_64/
  ntfs-3g/repos/staging-x86_64/PKGBUILD
(from rev 237187, ntfs-3g/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: ntfs-3g/repos/staging-i686/PKGBUILD (from rev 237187, 
ntfs-3g/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-15 19:12:58 UTC (rev 237188)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2015.3.14
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz";)
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}

Copied: ntfs-3g/repos/staging-x86_64/PKGBUILD (from rev 237187, 
ntfs-3g/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-15 19:12:58 UTC (rev 237188)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgname=ntfs-3g
+_pkgname=ntfs-3g_ntfsprogs
+pkgver=2015.3.14
+pkgrel=1
+pkgdesc='NTFS filesystem driver and utilities'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('util-linux' 'fuse')
+source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz";)
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
+
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' -i 
{ntfsprogs,src}/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbin=/usr/bin \
+   --mandir=/usr/share/man \
+   --disable-ldconfig \
+   --disable-static \
+   --with-fuse=external \
+   --enable-posix-acls \
+   --enable-extras \
+
+   make
+}
+
+package_ntfs-3g() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" rootbindir=/usr/bin rootsbindir=/usr/bin 
rootlibdir=/usr/lib install
+   ln -s /usr/bin/ntfs-3g "${pkgdir}/usr/bin/mount.ntfs"
+}


[arch-commits] Commit in ntfs-3g/trunk (PKGBUILD)

2015-04-15 Thread Gaetan Bisson
Date: Wednesday, April 15, 2015 @ 21:12:30
  Author: bisson
Revision: 237187

upstream update

Modified:
  ntfs-3g/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 18:16:09 UTC (rev 237186)
+++ PKGBUILD2015-04-15 19:12:30 UTC (rev 237187)
@@ -6,15 +6,15 @@
 
 pkgname=ntfs-3g
 _pkgname=ntfs-3g_ntfsprogs
-pkgver=2014.2.15
+pkgver=2015.3.14
 pkgrel=1
 pkgdesc='NTFS filesystem driver and utilities'
-url='http://www.tuxera.com/community/ntfs-3g-download/'
+url='http://www.tuxera.com/community/open-source-ntfs-3g/'
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('util-linux' 'fuse')
 source=("http://tuxera.com/opensource/${_pkgname}-${pkgver}.tgz";)
-sha1sums=('c9836f340b508f5d7776156e5afb02434d3f0174')
+sha1sums=('0ebd9adffd5a6ddcfbacade6be8efe1eba4b1a08')
 
 conflicts=('ntfsprogs')
 provides=('ntfsprogs')


[arch-commits] Commit in libc++abi/repos (4 files)

2015-04-15 Thread Daniel Micay
Date: Wednesday, April 15, 2015 @ 20:51:09
  Author: thestinger
Revision: 131438

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

Added:
  libc++abi/repos/community-i686/PKGBUILD
(from rev 131437, libc++abi/trunk/PKGBUILD)
  libc++abi/repos/community-x86_64/PKGBUILD
(from rev 131437, libc++abi/trunk/PKGBUILD)
Deleted:
  libc++abi/repos/community-i686/PKGBUILD
  libc++abi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   39 
 community-x86_64/PKGBUILD |   39 
 3 files changed, 84 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 18:50:35 UTC (rev 131437)
+++ community-i686/PKGBUILD 2015-04-15 18:51:09 UTC (rev 131438)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/";
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
-
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
-md5sums=('df1dd8943a47dfcfdd518660319fd4bb'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-  # Hans Wennborg 
-  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
-)
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p "$pkgdir/usr/include"
-  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
-  cp -a include/ "$pkgdir/usr/include/cxxabi"
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libc++abi/repos/community-i686/PKGBUILD (from rev 131437, 
libc++abi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 18:51:09 UTC (rev 131438)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Benno Fünfstück 
+
+pkgname=libc++abi
+pkgver=3.6.0
+pkgrel=2
+pkgdesc='A new implementation of low level support for a standard C++ library'
+arch=('i686' 'x86_64')
+url="http://libcxxabi.llvm.org/";
+license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+makedepends=(libunwind clang libc++)
+source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
+
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
+md5sums=('df1dd8943a47dfcfdd518660319fd4bb'
+ 'SKIP')
+validpgpkeys=(
+  # Bill Wendling 
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard 
+  11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
+)
+
+build() {
+  cd libcxxabi-${pkgver}.src/lib
+  ./buildit
+}
+
+package() {
+  cd libcxxabi-${pkgver}.src/
+  mkdir -p "$pkgdir/usr/include"
+  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
+  cp -a include/ "$pkgdir/usr/include/cxxabi"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # fix incorrect permissions
+  chmod -R o=g "$pkgdir/usr/include"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 18:50:35 UTC (rev 131437)
+++ community-x86_64/PKGBUILD   2015-04-15 18:51:09 UTC (rev 131438)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/";
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
-
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
-md5sums=('df1dd8943a47dfcfdd518660319fd4bb'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70

[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

2015-04-15 Thread Daniel Micay
Date: Wednesday, April 15, 2015 @ 20:50:35
  Author: thestinger
Revision: 131437

upgpkg: libc++abi 3.6.0-2

Modified:
  libc++abi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 18:47:08 UTC (rev 131436)
+++ PKGBUILD2015-04-15 18:50:35 UTC (rev 131437)
@@ -4,7 +4,7 @@
 
 pkgname=libc++abi
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A new implementation of low level support for a standard C++ library'
 arch=('i686' 'x86_64')
 url="http://libcxxabi.llvm.org/";
@@ -36,4 +36,7 @@
   ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
   cp -a include/ "$pkgdir/usr/include/cxxabi"
   install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # fix incorrect permissions
+  chmod -R o=g "$pkgdir/usr/include"
 }


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

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 20:47:08
  Author: anatolik
Revision: 131436

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 18:46:27 UTC (rev 131435)
+++ community-i686/PKGBUILD 2015-04-15 18:47:08 UTC (rev 131436)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-}
-
-package() {
-  cd fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 131435, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 18:47:08 UTC (rev 131436)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.2.7
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('6e3cd5bda0747e61cbfd42c7b3cfe044ea8981d8d3a486f0a2f2fafdb954296f')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 18:46:27 UTC (rev 131435)
+++ community-x86_64/PKGBUILD   2015-04-15 18:47:08 UTC (rev 131436)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.2.6
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkg

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

2015-04-15 Thread Anatol Pomozov
Date: Wednesday, April 15, 2015 @ 20:46:27
  Author: anatolik
Revision: 131435

upgpkg: fio 2.2.7-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 16:36:44 UTC (rev 131434)
+++ PKGBUILD2015-04-15 18:46:27 UTC (rev 131435)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('5d9a12c9fe2de95d15053ed56de8b06cc4cec5bfa38758a796d3a2eb9ce688db')
+sha256sums=('6e3cd5bda0747e61cbfd42c7b3cfe044ea8981d8d3a486f0a2f2fafdb954296f')
 
 prepare() {
   cd fio-$pkgver


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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 20:16:09
  Author: arojas
Revision: 237186

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

Added:
  kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD
(from rev 237185, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install
(from rev 237185, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD
(from rev 237185, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install
(from rev 237185, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD
  kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/testing-x86_64/PKGBUILD
  kdeutils-kremotecontrol/repos/testing-x86_64/kdeutils-kremotecontrol.install

+
 /PKGBUILD  |   70 +++
 /kdeutils-kremotecontrol.install   |   22 +++
 testing-i686/PKGBUILD  |   35 ---
 testing-i686/kdeutils-kremotecontrol.install   |   11 ---
 testing-x86_64/PKGBUILD|   35 ---
 testing-x86_64/kdeutils-kremotecontrol.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-15 18:13:18 UTC (rev 237185)
+++ testing-i686/PKGBUILD   2015-04-15 18:16:09 UTC (rev 237186)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=15.04.0
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
-sha1sums=('2ec946acb6b2f5845031595e848e758ddc40ffee')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/testing-i686/PKGBUILD (from rev 237185, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-15 18:16:09 UTC (rev 237186)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.04.0
+pkgrel=2
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
+sha1sums=('2ec946acb6b2f5845031595e848e758ddc40ffee')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/kdeutils-kremotecontrol.install
===
--- testing-i686/kdeutils-kremotecontrol.install2015-04-15 18:13:18 UTC 
(rev 237185)
+++ testing-i686/kdeutils-kremotecontrol.install2015-04-15 18:16:09 UTC 
(rev 237186)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/testing-i686/kdeutils-kremotecontrol.install 
(from rev 237185, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- testing-i686/kdeutils-kremotecontrol.install
(rev 0)
+++ testing-i686/kdeutils-kremotecontrol.install2015-04-15 18:16:09 UTC 
(rev 237186)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ 

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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 20:13:18
  Author: arojas
Revision: 237185

Remove kdebase-workspace dependency

Modified:
  kdeutils-kremotecontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 17:57:23 UTC (rev 237184)
+++ PKGBUILD2015-04-15 18:13:18 UTC (rev 237185)
@@ -4,12 +4,12 @@
 
 pkgname=kdeutils-kremotecontrol
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Configure your remote controls for use with applications'
 url='http://kde.org/applications/utilities/kremotecontrol/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
+depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 groups=('kde-applications' 'kdeutils')
 replaces=('kdeutils-kdelirc')


[arch-commits] Commit in (168 files)

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 19:57:23
  Author: arojas
Revision: 237184

Cleanup

Modified:
  kdepim-runtime/trunk/PKGBUILD
  kdepimlibs/trunk/PKGBUILD
Deleted:
  analitza/kde-unstable/
  blinken/kde-unstable/
  bomber/kde-unstable/
  bovo/kde-unstable/
  cantor/kde-unstable/
  filelight/kde-unstable/
  granatier/kde-unstable/
  gwenview/kde-unstable/
  kaccounts-integration/kde-unstable/
  kaccounts-providers/kde-unstable/
  kalgebra/kde-unstable/
  kanagram/kde-unstable/
  kapman/kde-unstable/
  kapptemplate/kde-unstable/
  kate/kde-unstable/
  katomic/kde-unstable/
  kblackbox/kde-unstable/
  kblocks/kde-unstable/
  kbounce/kde-unstable/
  kbreakout/kde-unstable/
  kbruch/kde-unstable/
  kcalc/kde-unstable/
  kcharselect/kde-unstable/
  kcron/kde-unstable/
  kde-applications-meta/kde-unstable/
  kde-base-artwork/kde-unstable/
  kdeaccessibility-jovie/kde-unstable/
  kdeaccessibility-kaccessible/kde-unstable/
  kdeaccessibility-kmag/kde-unstable/
  kdeaccessibility-kmousetool/kde-unstable/
  kdeaccessibility-kmouth/kde-unstable/
  kdeadmin-ksystemlog/kde-unstable/
  kdeadmin-kuser/kde-unstable/
  kdeartwork/kde-unstable/
  kdebase-runtime/kde-unstable/
  kdebase/kde-unstable/
  kdeedu-artikulate/kde-unstable/
  kdeedu-data/kde-unstable/
  kdeedu-kalzium/kde-unstable/
  kdeedu-ktouch/kde-unstable/
  kdeedu-marble/kde-unstable/
  kdeedu-pairs/kde-unstable/
  kdegames-kajongg/kde-unstable/
  kdegames-kgoldrunner/kde-unstable/
  kdegames-kigo/kde-unstable/
  kdegames-kiriki/kde-unstable/
  kdegames-klickety/kde-unstable/
  kdegames-kmahjongg/kde-unstable/
  kdegames-knavalbattle/kde-unstable/
  kdegames-kolf/kde-unstable/
  kdegames-konquest/kde-unstable/
  kdegames-kreversi/kde-unstable/
  kdegames-ksirk/kde-unstable/
  kdegames-ksnakeduel/kde-unstable/
  kdegames-kspaceduel/kde-unstable/
  kdegames-ksudoku/kde-unstable/
  kdegames-ktuberling/kde-unstable/
  kdegames-kubrick/kde-unstable/
  kdegames-lskat/kde-unstable/
  kdegames-palapeli/kde-unstable/
  kdegames-picmi/kde-unstable/
  kdegraphics-kamera/kde-unstable/
  kdegraphics-kcolorchooser/kde-unstable/
  kdegraphics-kgamma/kde-unstable/
  kdegraphics-kolourpaint/kde-unstable/
  kdegraphics-ksaneplugin/kde-unstable/
  kdegraphics-ksnapshot/kde-unstable/
  kdegraphics-mobipocket/kde-unstable/
  kdegraphics-okular/kde-unstable/
  kdegraphics-strigi-analyzer/kde-unstable/
  kdegraphics-svgpart/kde-unstable/
  kdegraphics-thumbnailers/kde-unstable/
  kdemultimedia-audiocd-kio/kde-unstable/
  kdemultimedia-dragonplayer/kde-unstable/
  kdemultimedia-ffmpegthumbs/kde-unstable/
  kdemultimedia-juk/kde-unstable/
  kdemultimedia-kmix/kde-unstable/
  kdemultimedia-kscd/kde-unstable/
  kdemultimedia-mplayerthumbs/kde-unstable/
  kdenetwork-filesharing/kde-unstable/
  kdenetwork-kget/kde-unstable/
  kdenetwork-kopete/kde-unstable/
  kdenetwork-kppp/kde-unstable/
  kdenetwork-krdc/kde-unstable/
  kdenetwork-krfb/kde-unstable/
  kdenetwork-strigi-analyzers/kde-unstable/
  kdenetwork-zeroconf-ioslave/kde-unstable/
  kdenlive/kde-unstable/
  kdesdk-cervisia/kde-unstable/
  kdesdk-dev-scripts/kde-unstable/
  kdesdk-dev-utils/kde-unstable/
  kdesdk-dolphin-plugins/kde-unstable/
  kdesdk-kcachegrind/kde-unstable/
  kdesdk-kioslaves/kde-unstable/
  kdesdk-poxml/kde-unstable/
  kdesdk-strigi-analyzers/kde-unstable/
  kdesdk-thumbnailers/kde-unstable/
  kdesdk-umbrello/kde-unstable/
  kdetoys-amor/kde-unstable/
  kdetoys-ktux/kde-unstable/
  kdeutils-ark/kde-unstable/
  kdeutils-kdf/kde-unstable/
  kdeutils-kfloppy/kde-unstable/
  kdeutils-kgpg/kde-unstable/
  kdeutils-kremotecontrol/kde-unstable/
  kdeutils-kwalletmanager/kde-unstable/
  kdeutils-superkaramba/kde-unstable/
  kdeutils-sweeper/kde-unstable/
  kdewebdev/kde-unstable/
  kdiamond/kde-unstable/
  kfourinline/kde-unstable/
  kgeography/kde-unstable/
  khangman/kde-unstable/
  kig/kde-unstable/
  killbots/kde-unstable/
  kiten/kde-unstable/
  kjumpingcube/kde-unstable/
  klettres/kde-unstable/
  klines/kde-unstable/
  kmines/kde-unstable/
  kmplot/kde-unstable/
  knetwalk/kde-unstable/
  kollision/kde-unstable/
  kompare/kde-unstable/
  konsole/kde-unstable/
  kpatience/kde-unstable/
  kqtquickcharts/kde-unstable/
  kruler/kde-unstable/
  kshisen/kde-unstable/
  ksquares/kde-unstable/
  kstars/kde-unstable/
  kteatime/kde-unstable/
  ktimer/kde-unstable/
  kturtle/kde-unstable/
  kwordquiz/kde-unstable/
  libkcddb/kde-unstable/
  libkcompactdisc/kde-unstable/
  libkdcraw/kde-unstable/
  libkdegames/kde-unstable/
  libkeduvocdocument/kde-unstable/
  libkexiv2/kde-unstable/
  libkface/kde-unstable/
  libkgeomap/kde-unstable/
  libkipi/kde-unstable/
  libkmahjongg/kde-unstable/
  libkomparediff2/kde-unstable/
  libksane/kde-unstable/
  lokalize/kde-unstable/
  okteta/kde-unstable/
  oxygen-icons/kde-unstable/
  parley/kde-unstable/
  print-manager/kde-unstable/
  rocs/kde-unstable/
  signon-kwallet-extension/kde-unstable/
  step/kde-unstable/
  telepathy-kde-accounts-kcm/kde-unstable/
  telepathy-kde-approver

[arch-commits] Commit in (3 files)

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 19:55:33
  Author: arojas
Revision: 237183

Cleanup

Deleted:
  libindi/kde-unstable/
  mlt/kde-unstable/
  telepathy-logger-qt/kde-unstable/


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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 19:46:50
  Author: arojas
Revision: 237182

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

Added:
  telepathy-logger-qt/repos/testing-i686/PKGBUILD
(from rev 237181, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/testing-x86_64/PKGBUILD
(from rev 237181, telepathy-logger-qt/trunk/PKGBUILD)
Deleted:
  telepathy-logger-qt/repos/testing-i686/PKGBUILD
  telepathy-logger-qt/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-15 17:45:52 UTC (rev 237181)
+++ testing-i686/PKGBUILD   2015-04-15 17:46:50 UTC (rev 237182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: George Brooke 
-
-pkgname=telepathy-logger-qt
-pkgver=0.9.80
-pkgrel=2
-pkgdesc="Qt bindings for telepathy logger"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt5' 'telepathy-logger')
-makedepends=('extra-cmake-modules' 'doxygen' 'python2')
-source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fea7a78c1ac84eeaf7344fb125a33ee84d31090c')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-logger-qt/repos/testing-i686/PKGBUILD (from rev 237181, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-15 17:46:50 UTC (rev 237182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: George Brooke 
+
+pkgname=telepathy-logger-qt
+pkgver=15.04.0
+pkgrel=1
+pkgdesc="Qt bindings for telepathy logger"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt5' 'telepathy-logger')
+makedepends=('extra-cmake-modules' 'doxygen' 'python2')
+source=("http://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('3f71e607980b601b46ff45be6e72d066926fc912')
+
+build() {
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-04-15 17:45:52 UTC (rev 237181)
+++ testing-x86_64/PKGBUILD 2015-04-15 17:46:50 UTC (rev 237182)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: George Brooke 
-
-pkgname=telepathy-logger-qt
-pkgver=0.9.80
-pkgrel=2
-pkgdesc="Qt bindings for telepathy logger"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt5' 'telepathy-logger')
-makedepends=('extra-cmake-modules' 'doxygen' 'python2')
-source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fea7a78c1ac84eeaf7344fb125a33ee84d31090c')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-logger-qt/repos/testing-x86_64/PKGBUILD (from rev 237181, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-15 17:46:50 UTC (rev 237182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: George Brooke 
+
+pkgname=telepathy-logger-qt
+pkgver=15.04.0
+pkgrel=1
+pkgdesc="Qt bindings for telepathy logger"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt5' 'telepathy-logger')
+makedepends=('extra-cmake-modules' 'doxygen' 'python2')
+source=("http://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('3f71e607980b601b4

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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 19:45:52
  Author: arojas
Revision: 237181

Update to 15.04.0

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 17:38:06 UTC (rev 237180)
+++ PKGBUILD2015-04-15 17:45:52 UTC (rev 237181)
@@ -3,8 +3,8 @@
 # Contributor: George Brooke 
 
 pkgname=telepathy-logger-qt
-pkgver=0.9.80
-pkgrel=2
+pkgver=15.04.0
+pkgrel=1
 pkgdesc="Qt bindings for telepathy logger"
 arch=('i686' 'x86_64')
 
url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('telepathy-qt5' 'telepathy-logger')
 makedepends=('extra-cmake-modules' 'doxygen' 'python2')
-source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fea7a78c1ac84eeaf7344fb125a33ee84d31090c')
+source=("http://download.kde.org/stable/$pkgname//${pkgver%.*}/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('3f71e607980b601b46ff45be6e72d066926fc912')
 
 build() {
   mkdir build 


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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 19:38:06
  Author: arojas
Revision: 237180

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

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

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/amarok.install   |   12 ++
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/amarok.install |   12 ++
 4 files changed, 116 insertions(+)

Copied: amarok/repos/testing-i686/PKGBUILD (from rev 237179, 
amarok/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-15 17:38:06 UTC (rev 237180)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.8.0
+pkgrel=6
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/testing-i686/amarok.install (from rev 237179, 
amarok/trunk/amarok.install)
===
--- testing-i686/amarok.install (rev 0)
+++ testing-i686/amarok.install 2015-04-15 17:38:06 UTC (rev 237180)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: amarok/repos/testing-x86_64/PKGBUILD (from rev 237179, 
amarok/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-15 17:38:06 UTC (rev 237180)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.8.0
+pkgrel=6
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/";
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: amarok/repos/testing-x86_64/amarok.install (from rev 237179, 
amarok/trunk/amarok.install)

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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 19:37:12
  Author: arojas
Revision: 237179

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

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

-+
 /PKGBUILD   |   74 ++
 testing-i686/PKGBUILD   |   37 ---
 testing-x86_64/PKGBUILD |   37 ---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-15 16:59:36 UTC (rev 237178)
+++ testing-i686/PKGBUILD   2015-04-15 17:37:12 UTC (rev 237179)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.2.2
-pkgrel=3
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('e1fe62c0df75e99cdd91de86709727ca')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/testing-i686/PKGBUILD (from rev 237178, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-15 17:37:12 UTC (rev 237179)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-04-15 16:59:36 UTC (rev 237178)
+++ testing-x86_64/PKGBUILD 2015-04-15 17:37:12 UTC (rev 237179)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.2.2
-pkgrel=3
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('e1fe62c0df75e99cdd91de86709727ca')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/testing-x86_64/PKGBUILD (from rev 237178, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-15 17:37:12 UTC (rev 237179)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("htt

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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 18:59:36
  Author: arojas
Revision: 237178

KDE4 docs move

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 16:47:30 UTC (rev 237177)
+++ PKGBUILD2015-04-15 16:59:36 UTC (rev 237178)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.0
-pkgrel=5
+pkgrel=6
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/";


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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 18:47:30
  Author: arojas
Revision: 237177

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

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

-+
 /PKGBUILD   |   74 ++
 testing-i686/PKGBUILD   |   37 ---
 testing-x86_64/PKGBUILD |   37 ---
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-04-15 16:46:41 UTC (rev 237176)
+++ testing-i686/PKGBUILD   2015-04-15 16:47:30 UTC (rev 237177)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.2.2
-pkgrel=3
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('e1fe62c0df75e99cdd91de86709727ca')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/testing-i686/PKGBUILD (from rev 237176, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-15 16:47:30 UTC (rev 237177)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-04-15 16:46:41 UTC (rev 237176)
+++ testing-x86_64/PKGBUILD 2015-04-15 16:47:30 UTC (rev 237177)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khelpcenter
-pkgver=5.2.2
-pkgrel=3
-pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('e1fe62c0df75e99cdd91de86709727ca')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khelpcenter/repos/testing-x86_64/PKGBUILD (from rev 237176, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-15 16:47:30 UTC (rev 237177)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("htt

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

2015-04-15 Thread Antonio Rojas
Date: Wednesday, April 15, 2015 @ 18:46:41
  Author: arojas
Revision: 237176

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

Added:
  khelpcenter/repos/testing-i686/
  khelpcenter/repos/testing-i686/PKGBUILD
(from rev 237175, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/testing-x86_64/
  khelpcenter/repos/testing-x86_64/PKGBUILD
(from rev 237175, khelpcenter/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: khelpcenter/repos/testing-i686/PKGBUILD (from rev 237175, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-15 16:46:41 UTC (rev 237176)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khelpcenter/repos/testing-x86_64/PKGBUILD (from rev 237175, 
khelpcenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-15 16:46:41 UTC (rev 237176)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.2.2
+pkgrel=3
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('e1fe62c0df75e99cdd91de86709727ca')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-04-15 Thread Jonathan Steel
Date: Wednesday, April 15, 2015 @ 17:30:55
  Author: jsteel
Revision: 131419

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 15:30:34 UTC (rev 131418)
+++ community-i686/PKGBUILD 2015-04-15 15:30:55 UTC (rev 131419)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.38.3
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('34556f552cf128c0ea18c025d675a28c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 131418, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 15:30:55 UTC (rev 131419)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.38.4
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('c7d8539d044466f3884b49fc9a68a099')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 15:30:34 UTC (rev 131418)
+++ community-x86_64/PKGBUILD   2015-04-15 15:30:55 UTC (rev 131419)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.38.3
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('34556f552cf128c0ea18c025d675a28c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 131418, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-15 15:30:55 UTC (rev 131419)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.38.4
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('c7d8539d044466f3884b4

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

2015-04-15 Thread Jonathan Steel
Date: Wednesday, April 15, 2015 @ 17:30:34
  Author: jsteel
Revision: 131418

upgpkg: mednafen 0.9.38.4-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 14:49:56 UTC (rev 131417)
+++ PKGBUILD2015-04-15 15:30:34 UTC (rev 131418)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=0.9.38.3
+pkgver=0.9.38.4
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="http://mednafen.sourceforge.net";
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('34556f552cf128c0ea18c025d675a28c')
+md5sums=('c7d8539d044466f3884b49fc9a68a099')
 
 build() {
   cd $pkgname


[arch-commits] Commit in libc++abi/repos (4 files)

2015-04-15 Thread Daniel Micay
Date: Wednesday, April 15, 2015 @ 16:49:56
  Author: thestinger
Revision: 131417

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

Added:
  libc++abi/repos/community-i686/PKGBUILD
(from rev 131416, libc++abi/trunk/PKGBUILD)
  libc++abi/repos/community-x86_64/PKGBUILD
(from rev 131416, libc++abi/trunk/PKGBUILD)
Deleted:
  libc++abi/repos/community-i686/PKGBUILD
  libc++abi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 14:49:23 UTC (rev 131416)
+++ community-i686/PKGBUILD 2015-04-15 14:49:56 UTC (rev 131417)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/";
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
-
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
-md5sums=('b22c707e8d474a99865ad3c521c3d464'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-)
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit
-}
-
-package() {
-  cd libcxxabi-${pkgver}.src/
-  mkdir -p "$pkgdir/usr/include"
-  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
-  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
-  cp -a include/ "$pkgdir/usr/include/cxxabi"
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libc++abi/repos/community-i686/PKGBUILD (from rev 131416, 
libc++abi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 14:49:56 UTC (rev 131417)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Benno Fünfstück 
+
+pkgname=libc++abi
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='A new implementation of low level support for a standard C++ library'
+arch=('i686' 'x86_64')
+url="http://libcxxabi.llvm.org/";
+license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
+makedepends=(libunwind clang libc++)
+source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
+
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
+md5sums=('df1dd8943a47dfcfdd518660319fd4bb'
+ 'SKIP')
+validpgpkeys=(
+  # Bill Wendling 
+  54E3BDE33185D9F69664D22455F5CD70BB5A0569
+  # Tom Stellard 
+  11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
+)
+
+build() {
+  cd libcxxabi-${pkgver}.src/lib
+  ./buildit
+}
+
+package() {
+  cd libcxxabi-${pkgver}.src/
+  mkdir -p "$pkgdir/usr/include"
+  install -Dm644 lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1.0"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so.1"
+  ln -s /usr/lib/libc++abi.so.1.0 "$pkgdir/usr/lib/libc++abi.so"
+  cp -a include/ "$pkgdir/usr/include/cxxabi"
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 14:49:23 UTC (rev 131416)
+++ community-x86_64/PKGBUILD   2015-04-15 14:49:56 UTC (rev 131417)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Benno Fünfstück 
-
-pkgname=libc++abi
-pkgver=3.5.1
-pkgrel=1
-pkgdesc='A new implementation of low level support for a standard C++ library'
-arch=('i686' 'x86_64')
-url="http://libcxxabi.llvm.org/";
-license=('MIT' 'custom:University of Illinois/NCSA Open Source License')
-makedepends=(libunwind clang libc++)
-source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
-
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
-md5sums=('b22c707e8d474a99865ad3c521c3d464'
- 'SKIP')
-validpgpkeys=(
-  # Bill Wendling 
-  54E3BDE33185D9F69664D22455F5CD70BB5A0569
-  # Tom Stellard 
-  11E521D646982372EB577A1F8F0871F202119294
-)
-
-build() {
-  cd libcxxabi-${pkgver}.src/lib
-  ./buildit

[arch-commits] Commit in libc++abi/trunk (PKGBUILD)

2015-04-15 Thread Daniel Micay
Date: Wednesday, April 15, 2015 @ 16:49:23
  Author: thestinger
Revision: 131416

upgpkg: libc++abi 3.6.0-1

Modified:
  libc++abi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 14:42:58 UTC (rev 131415)
+++ PKGBUILD2015-04-15 14:49:23 UTC (rev 131416)
@@ -3,7 +3,7 @@
 # Contributor: Benno Fünfstück 
 
 pkgname=libc++abi
-pkgver=3.5.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='A new implementation of low level support for a standard C++ library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=(libunwind clang libc++)
 source=("http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz";
 
"http://www.llvm.org/releases/$pkgver/libcxxabi-${pkgver}.src.tar.xz.sig";)
-md5sums=('b22c707e8d474a99865ad3c521c3d464'
+md5sums=('df1dd8943a47dfcfdd518660319fd4bb'
  'SKIP')
 validpgpkeys=(
   # Bill Wendling 
@@ -19,6 +19,8 @@
   54E3BDE33185D9F69664D22455F5CD70BB5A0569
   # Tom Stellard 
   11E521D646982372EB577A1F8F0871F202119294
+  # Hans Wennborg 
+  B6C8F98282B944E3B0D5C2530FC3042E345AD05D
 )
 
 build() {


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

2015-04-15 Thread Daniel Micay
Date: Wednesday, April 15, 2015 @ 16:42:58
  Author: thestinger
Revision: 131415

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 131414, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 131414, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 131414, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 131414, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 131414, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 131414, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 131414, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 131414, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 131414, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 131414, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 131414, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 131414, 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|14886 +++
 /config.x86_64 |14306 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7443 ---
 community-i686/config.x86_64   | 7153 ---
 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| 7443 ---
 community-x86_64/config.x86_64 | 7153 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29966 insertions(+), 29966 deletions(-)

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


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

2015-04-15 Thread Daniel Micay
Date: Wednesday, April 15, 2015 @ 16:42:00
  Author: thestinger
Revision: 131414

upgpkg: linux-grsec 3.19.4.201504142300-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 14:12:28 UTC (rev 131413)
+++ PKGBUILD2015-04-15 14:42:00 UTC (rev 131414)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.19
-_pkgver=3.19.3
+_pkgver=3.19.4
 _grsecver=3.1
-_timestamp=201504021826
+_timestamp=201504142300
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c'
 'SKIP'
-'cd9474b61b859d68f83ff0b769bafef8489d2090e0a933d2a7e5f76a23cc071a'
+'2b086341154af3e8fd0cb5ded954c239a66ffefb9a8c2bd639249b3786dc52d2'
 'SKIP'
-'f553a2ad03a1f939506b413d8f5cc66bc2e152fc9c6562d3fb73a54e14d46f64'
+'7f9263c9c3f27d7cec6def60be5922f6625ceda0ee15800d62e6e955e8004fa5'
 'SKIP'
 '565eb62808216b0ea6fbf16647ffd907810b1d34e445b82d093134bb26c46b7b'
 '3861d6d5ac87d64209971d2f5e389246a1f10833bcd4519c05007a01ab881631'


[arch-commits] Commit in xmobar/trunk (PKGBUILD ghc-7.10.1-update-haskell-deps.patch)

2015-04-15 Thread Jelle van der Waa
Date: Wednesday, April 15, 2015 @ 16:12:15
  Author: jelle
Revision: 131412

upgpkg: xmobar 0.23.1-1

Modified:
  xmobar/trunk/PKGBUILD
Deleted:
  xmobar/trunk/ghc-7.10.1-update-haskell-deps.patch

--+
 PKGBUILD |   15 ---
 ghc-7.10.1-update-haskell-deps.patch |   18 --
 2 files changed, 4 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 14:09:24 UTC (rev 131411)
+++ PKGBUILD2015-04-15 14:12:15 UTC (rev 131412)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=xmobar
-pkgver=0.23
-pkgrel=2
+pkgver=0.23.1
+pkgrel=1
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar";
 license=('custom:BSD3')
@@ -13,13 +13,8 @@
 makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
 'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz
 ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
 
-prepare() {
-  cd ${srcdir}/xmobar-$pkgver
-  patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
-  patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
-}
 build() {
 cd ${srcdir}/xmobar-$pkgver
 
@@ -33,6 +28,4 @@
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('5ab73783a6a8f97753a263652e1c141c'
- 'c2229e749626ae28132129fc2cb80bad'
- '9d3951d4a6e12f48b5bd9735575ee2a4')
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: ghc-7.10.1-update-haskell-deps.patch
===
--- ghc-7.10.1-update-haskell-deps.patch2015-04-15 14:09:24 UTC (rev 
131411)
+++ ghc-7.10.1-update-haskell-deps.patch2015-04-15 14:12:15 UTC (rev 
131412)
@@ -1,18 +0,0 @@
-diff -aur xmobar-0.23/xmobar.cabal xmobar-0.23.new/xmobar.cabal
 xmobar-0.23/xmobar.cabal   2015-03-08 14:08:58.0 +0100
-+++ xmobar-0.23.new/xmobar.cabal   2015-03-31 21:05:35.035293814 +0200
-@@ -128,12 +128,12 @@
-cpp-options: -DGHC6
- 
- if flag(with_xft) || flag(all_extensions)
--   build-depends: utf8-string == 0.3.*, X11-xft >= 0.2 && < 0.4
-+   build-depends: utf8-string == 1.*, X11-xft >= 0.2 && < 0.4
-other-modules: MinXft
-cpp-options: -DXFT
- 
- if flag(with_utf8) || flag(all_extensions)
--   build-depends: utf8-string == 0.3.*
-+   build-depends: utf8-string == 1.*
-cpp-options: -DUTF8
- 
- if flag(with_inotify) || flag(all_extensions)


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

2015-04-15 Thread Jelle van der Waa
Date: Wednesday, April 15, 2015 @ 16:12:28
  Author: jelle
Revision: 131413

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

Added:
  xmobar/repos/community-i686/PKGBUILD
(from rev 131412, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
(from rev 131412, xmobar/trunk/disable-ewmh-plugin.patch)
  xmobar/repos/community-x86_64/PKGBUILD
(from rev 131412, xmobar/trunk/PKGBUILD)
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
(from rev 131412, xmobar/trunk/disable-ewmh-plugin.patch)
Deleted:
  xmobar/repos/community-i686/PKGBUILD
  xmobar/repos/community-i686/disable-ewmh-plugin.patch
  xmobar/repos/community-i686/ghc-7.10.1-update-haskell-deps.patch
  xmobar/repos/community-x86_64/PKGBUILD
  xmobar/repos/community-x86_64/disable-ewmh-plugin.patch
  xmobar/repos/community-x86_64/ghc-7.10.1-update-haskell-deps.patch

---+
 /PKGBUILD |   62 ++
 /disable-ewmh-plugin.patch|   92 
 community-i686/PKGBUILD   |   38 --
 community-i686/disable-ewmh-plugin.patch  |   46 
 community-i686/ghc-7.10.1-update-haskell-deps.patch   |   18 ---
 community-x86_64/PKGBUILD |   38 --
 community-x86_64/disable-ewmh-plugin.patch|   46 
 community-x86_64/ghc-7.10.1-update-haskell-deps.patch |   18 ---
 8 files changed, 154 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 14:12:15 UTC (rev 131412)
+++ community-i686/PKGBUILD 2015-04-15 14:12:28 UTC (rev 131413)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.23
-pkgrel=2
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
-'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz
 ghc-7.10.1-update-haskell-deps.patch disable-ewmh-plugin.patch)
-
-prepare() {
-  cd ${srcdir}/xmobar-$pkgver
-  patch -Np1 -i $srcdir/ghc-7.10.1-update-haskell-deps.patch
-  patch -Np1 -i $srcdir/disable-ewmh-plugin.patch
-}
-build() {
-cd ${srcdir}/xmobar-$pkgver
-
-runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5ab73783a6a8f97753a263652e1c141c'
- 'c2229e749626ae28132129fc2cb80bad'
- '9d3951d4a6e12f48b5bd9735575ee2a4')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 131412, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 14:12:28 UTC (rev 131413)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=1
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.1' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 
'haskell-utf8-string=1' 'haskell-network-uri'
+'haskell-stm=2.4.4' 'haskell-parsec=3.1.9' 'haskell-mtl=2.2.1' 
'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd ${srcdir}/xmobar-$pkgver
+
+runhaskell Setup configure --disable-optimization  --prefix=/usr 
--flags="with_utf8 with_xft with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Deleted: community-i686/disable-ewmh-plugin.patch
===
--- community-i686/disable-ewmh-plugin.patch2015-04-15 14:12:15 UTC (rev 
131412)
+++ community-i686/disable-ewmh-plugin.patch2015-04-15 14:12:28 UTC (rev 
131413)
@

[arch-commits] Commit in lxdm/trunk (PKGBUILD git-fixes.patch)

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 16:09:13
  Author: bgyorgy
Revision: 131410

upgpkg: lxdm 0.5.1-1

Update to version 0.5.1

Modified:
  lxdm/trunk/PKGBUILD
Deleted:
  lxdm/trunk/git-fixes.patch

-+
 PKGBUILD|   11 ---
 git-fixes.patch |  183 --
 2 files changed, 3 insertions(+), 191 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 13:54:37 UTC (rev 131409)
+++ PKGBUILD2015-04-15 14:09:13 UTC (rev 131410)
@@ -5,8 +5,8 @@
 # Contributor: kiefer 
 
 pkgname=lxdm
-pkgver=0.5.0
-pkgrel=4
+pkgver=0.5.1
+pkgrel=1
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="https://sourceforge.net/projects/lxdm/";
@@ -22,12 +22,10 @@
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
 source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
-git-fixes.patch
 default-config.patch
 lxdm.pam
 Xsession)
-md5sums=('a51686720e606ca456d7f56ae4159d1f'
- '3463d9b886d9ee847cbbb23bc586a3d3'
+md5sums=('9e03ce5f6d303bc9b689732401934dc6'
  'f0ae6c072f151104c53a030fd7757821'
  'c941ef896248bc7c03901b513490425c'
  'd9c8f8c9e6de52dbc389696454c8f572')
@@ -35,9 +33,6 @@
 prepare(){
   cd "$srcdir/$pkgname-$pkgver"
 
-  # Apply some fixes from git
-  patch -Np1 -i ../git-fixes.patch
-
   # Adjust Arch-specific settings
   patch -Np1 -i ../default-config.patch
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2015-04-15 13:54:37 UTC (rev 131409)
+++ git-fixes.patch 2015-04-15 14:09:13 UTC (rev 131410)
@@ -1,183 +0,0 @@
-diff --git a/src/lxcom.c b/src/lxcom.c
-index 9491cb2..397d1b5 100644
 a/src/lxcom.c
-+++ b/src/lxcom.c
-@@ -183,7 +183,6 @@ static GString *lxcom_func(gpointer data,int uid,int 
pid,int argc,char **argv)
-   GSList *p,*n;
-   GString *res=NULL;
-   assert(argc>0 && argv!=NULL);
--
-   do{
-   if(!strcmp(argv[0],"SIGNAL"))
-   {
-@@ -193,16 +192,18 @@ static GString *lxcom_func(gpointer data,int uid,int 
pid,int argc,char **argv)
-   int sig=atoi(argv[1]);
-   if(sig==SIGCHLD)
-   {
--  for(p=child_watch_list;p!=NULL;p=n)
-+  CHECK_SIGCHLD:
-+  for(p=child_watch_list;p!=NULL;p=p->next)
-   {
-   ChildWatch *item=p->data;
-   int status;
--  n=p->next;
-   if(waitpid(item->pid,&status,WNOHANG)>0)
-   {
-   
child_watch_list=g_slist_delete_link(child_watch_list,p);
-+  // item->func may change the 
child_watch_list
-   
item->func(item->data,item->pid,status);
-   g_free(item);
-+  goto CHECK_SIGCHLD;
-   }
-   }
-   }
-@@ -438,7 +439,7 @@ gboolean lxcom_send(const char *sock,const char *buf,char 
**res)
- int lxcom_add_child_watch(int pid,void (*func)(void*,int,int),void *data)
- {
-   ChildWatch *item;
--  if(pid<0 || !func)
-+  if(pid<=0 || !func)
-   return -1;
-   item=g_new(ChildWatch,1);
-   item->func=func;
-diff --git a/src/lxdm.c b/src/lxdm.c
-index 638c30f..62ac31d 100644
 a/src/lxdm.c
-+++ b/src/lxdm.c
-@@ -669,7 +669,7 @@ static void xauth_write_file(const char *file,int dpy,char 
data[16])
-   gethostname(addr,sizeof(addr));
-   
-   fd=open(file,O_CREAT|O_TRUNC|O_WRONLY,0600);
--  if(!fd==-1) return;
-+  if(fd==-1) return;
-   xauth_write_uint16(fd,256); //FamilyLocalHost
-   xauth_write_string(fd,addr);
-   xauth_write_string(fd,buf);
-@@ -1022,7 +1022,18 @@ static void on_session_stop(void *data,int pid, int 
status)
-   int level;
-   LXSession *s=data;
- 
--  lxsession_stop(s);
-+  gchar *argv[] = { "/etc/lxdm/PostLogout", NULL };
-+  g_spawn_async(NULL, argv, s->env, G_SPAWN_SEARCH_PATH, NULL, NULL, 
NULL, NULL);
-+
-+  if(g_key_file_get_integer(config,"server","reset",NULL)!=1)
-+  {
-+  lxsession_stop(s);
-+  }
-+  else
-+  {
-+  lxsession_free(s);
-+  s=NULL;
-+  }
- 
-   level=get_run_level();
-   if(level=='0' || level=='6')
-@@ -1034,22 +1045,19 @@ static void on_session_stop(void *data,int pid, int 
status)
-   g_message("run leve

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 16:09:24
  Author: bgyorgy
Revision: 131411

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 131410, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 131410, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 131410, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 131410, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 131410, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 131410, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 131410, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 131410, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 131410, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 131410, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/git-fixes.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/git-fixes.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

---+
 /PKGBUILD |  126 ++
 /Xsession |  128 ++
 /default-config.patch |   42 +++
 /lxdm.install |   26 
 /lxdm.pam |   14 ++
 community-i686/PKGBUILD   |   68 ---
 community-i686/Xsession   |   64 ---
 community-i686/default-config.patch   |   21 ---
 community-i686/git-fixes.patch|  183 
 community-i686/lxdm.install   |   13 --
 community-i686/lxdm.pam   |7 -
 community-x86_64/PKGBUILD |   68 ---
 community-x86_64/Xsession |   64 ---
 community-x86_64/default-config.patch |   21 ---
 community-x86_64/git-fixes.patch  |  183 
 community-x86_64/lxdm.install |   13 --
 community-x86_64/lxdm.pam |7 -
 17 files changed, 336 insertions(+), 712 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 14:09:13 UTC (rev 131410)
+++ community-i686/PKGBUILD 2015-04-15 14:09:24 UTC (rev 131411)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: AndyRTR 
-# Contributor: kiefer 
-
-pkgname=lxdm
-pkgver=0.5.0
-pkgrel=4
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/lxdm/";
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool' 'iso-codes')
-optdepends=('gtk-engines: default GTK+ theme'
-'iso-codes: show language names in language chooser'
-'librsvg: display the default background')
-install=$pkgname.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
-git-fixes.patch
-default-config.patch
-lxdm.pam
-Xsession)
-md5sums=('a51686720e606ca456d7f56ae4159d1f'
- '3463d9b886d9ee847cbbb23bc586a3d3'
- 'f0ae6c072f151104c53a030fd7757821'
- 'c941ef896248bc7c03901b513490425c'
- 'd9c8f8c9e6de52dbc389696454c8f572')
-
-prepare(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Apply some fixes from git
-  patch -Np1 -i ../git-fixes.patch
-
-  # Adjust Arch-specific settings
-  patch -Np1 -i ../default-config.patch
-
-  # Use our custom pam and Xsession files
-  cp ../lxdm.pam pam/lxdm
-  cp ../Xsession data/Xsession
-
-  # Support for pulseaudio
-  echo 'test -x /usr/bin/pax11publish && /usr/bin/pax11publish -r' 
>>data/PostLogout.in
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib/lxdm \
-  --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
-
-  # Home directory
-  install -dm 755 "$pkgdir/var/lib/lxdm"
-  echo 'GDK_CORE_DEVICE_EVENTS=true' > "$pkgdir"/var/lib/lxdm/.pam_environment
-  chown -R 121:121 "$pkgdir/var/lib/lxdm"
-}

Copied: lxdm/repos/communit

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:54:37
  Author: bgyorgy
Revision: 131409

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

Added:
  snappy-player/repos/community-i686/0001-Set-windowing-backend-to-X11.patch
(from rev 131408, 
snappy-player/trunk/0001-Set-windowing-backend-to-X11.patch)
  snappy-player/repos/community-i686/PKGBUILD
(from rev 131408, snappy-player/trunk/PKGBUILD)
  snappy-player/repos/community-i686/snappy-player.install
(from rev 131408, snappy-player/trunk/snappy-player.install)
  snappy-player/repos/community-x86_64/0001-Set-windowing-backend-to-X11.patch
(from rev 131408, 
snappy-player/trunk/0001-Set-windowing-backend-to-X11.patch)
  snappy-player/repos/community-x86_64/PKGBUILD
(from rev 131408, snappy-player/trunk/PKGBUILD)
  snappy-player/repos/community-x86_64/snappy-player.install
(from rev 131408, snappy-player/trunk/snappy-player.install)
Deleted:
  snappy-player/repos/community-i686/PKGBUILD
  snappy-player/repos/community-i686/snappy-player.install
  snappy-player/repos/community-x86_64/PKGBUILD
  snappy-player/repos/community-x86_64/snappy-player.install

--+
 /PKGBUILD|   78 +
 /snappy-player.install   |   24 
 community-i686/0001-Set-windowing-backend-to-X11.patch   |   25 
 community-i686/PKGBUILD  |   31 -
 community-i686/snappy-player.install |   12 --
 community-x86_64/0001-Set-windowing-backend-to-X11.patch |   25 
 community-x86_64/PKGBUILD|   31 -
 community-x86_64/snappy-player.install   |   12 --
 8 files changed, 152 insertions(+), 86 deletions(-)

Copied: 
snappy-player/repos/community-i686/0001-Set-windowing-backend-to-X11.patch 
(from rev 131408, snappy-player/trunk/0001-Set-windowing-backend-to-X11.patch)
===
--- community-i686/0001-Set-windowing-backend-to-X11.patch  
(rev 0)
+++ community-i686/0001-Set-windowing-backend-to-X11.patch  2015-04-15 
13:54:37 UTC (rev 131409)
@@ -0,0 +1,25 @@
+From 7ccb21a78cb85cf0d12232ec2c82ca194956dd44 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 15 Apr 2015 15:46:14 +0200
+Subject: [PATCH] Set windowing backend to X11
+
+This required to work with Clutter 1.22.
+---
+ src/snappy.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/snappy.c b/src/snappy.c
+index 6054c88..c2bb2d0 100644
+--- a/src/snappy.c
 b/src/snappy.c
+@@ -179,6 +179,7 @@ main (int argc, char *argv[])
+ 
+   context = g_option_context_new (" - Play movie files");
+ 
++  clutter_set_windowing_backend (CLUTTER_WINDOWING_X11);
+   ci_err = gtk_clutter_init (&argc, &argv);
+   if (ci_err != CLUTTER_INIT_SUCCESS)
+ goto quit;
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 13:51:48 UTC (rev 131408)
+++ community-i686/PKGBUILD 2015-04-15 13:54:37 UTC (rev 131409)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=snappy-player
-_pkgname=snappy
-pkgver=1.0
-pkgrel=1
-pkgdesc="Powerful media player with a minimalistic interface"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/Snappy";
-license=('GPL')
-depends=('gst-plugins-base' 'clutter-gst' 'clutter-gtk' 'desktop-file-utils')
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'gst-vaapi: Hardware accelerated video decode')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('0d33a05c1ad3cc075b8b9bf38d45634ea5204159454597b0882dd6a8d9763f58')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: snappy-player/repos/community-i686/PKGBUILD (from rev 131408, 
snappy-player/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 13:54:37 UTC (rev 131409)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=snappy-player
+_pkgname=snappy
+pkgver=1.0
+pkgrel=2
+pkgdesc="Powerful media player with a minimalistic interface"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Snappy";
+license=('GPL')
+depends=('gst-plugins-base' 'clutter-gst2' 'clutter-gtk' 'desktop-file-utils')
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:51:48
  Author: bgyorgy
Revision: 131408

upgpkg: snappy-player 1.0-2

Rebuild for clutter-gst2, fix compatibility with Clutter 1.22

Added:
  snappy-player/trunk/0001-Set-windowing-backend-to-X11.patch
Modified:
  snappy-player/trunk/PKGBUILD

-+
 0001-Set-windowing-backend-to-X11.patch |   25 +
 PKGBUILD|   20 ++--
 2 files changed, 39 insertions(+), 6 deletions(-)

Added: 0001-Set-windowing-backend-to-X11.patch
===
--- 0001-Set-windowing-backend-to-X11.patch (rev 0)
+++ 0001-Set-windowing-backend-to-X11.patch 2015-04-15 13:51:48 UTC (rev 
131408)
@@ -0,0 +1,25 @@
+From 7ccb21a78cb85cf0d12232ec2c82ca194956dd44 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Wed, 15 Apr 2015 15:46:14 +0200
+Subject: [PATCH] Set windowing backend to X11
+
+This required to work with Clutter 1.22.
+---
+ src/snappy.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/snappy.c b/src/snappy.c
+index 6054c88..c2bb2d0 100644
+--- a/src/snappy.c
 b/src/snappy.c
+@@ -179,6 +179,7 @@ main (int argc, char *argv[])
+ 
+   context = g_option_context_new (" - Play movie files");
+ 
++  clutter_set_windowing_backend (CLUTTER_WINDOWING_X11);
+   ci_err = gtk_clutter_init (&argc, &argv);
+   if (ci_err != CLUTTER_INIT_SUCCESS)
+ goto quit;
+-- 
+2.3.5
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 13:18:29 UTC (rev 131407)
+++ PKGBUILD2015-04-15 13:51:48 UTC (rev 131408)
@@ -4,12 +4,12 @@
 pkgname=snappy-player
 _pkgname=snappy
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Powerful media player with a minimalistic interface"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Snappy";
 license=('GPL')
-depends=('gst-plugins-base' 'clutter-gst' 'clutter-gtk' 'desktop-file-utils')
+depends=('gst-plugins-base' 'clutter-gst2' 'clutter-gtk' 'desktop-file-utils')
 optdepends=('gst-plugins-good: Extra media codecs'
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
@@ -16,16 +16,24 @@
 'gst-libav: Extra media codecs'
 'gst-vaapi: Hardware accelerated video decode')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('0d33a05c1ad3cc075b8b9bf38d45634ea5204159454597b0882dd6a8d9763f58')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz
+0001-Set-windowing-backend-to-X11.patch)
+sha256sums=('0d33a05c1ad3cc075b8b9bf38d45634ea5204159454597b0882dd6a8d9763f58'
+'cfd50c1768d206feb3bb7310e53363ca02a78ce200b1e2ba7b16bccd4720b176')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  # Fix compatibility with Clutter 1.22
+  patch -Np1 -i ../0001-Set-windowing-backend-to-X11.patch
+}
+
 build() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd $_pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$_pkgname-$pkgver"
+  cd $_pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 15:29:09
  Author: heftig
Revision: 236651

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

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

---+
 /PKGBUILD |  104 
 /nautilus.install |   28 ++
 extra-i686/PKGBUILD   |   52 
 extra-i686/nautilus.install   |   14 -
 extra-x86_64/PKGBUILD |   52 
 extra-x86_64/nautilus.install |   14 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 13:27:37 UTC (rev 236650)
+++ extra-i686/PKGBUILD 2015-04-15 13:29:09 UTC (rev 236651)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="GNOME file manager"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
- libtracker-sparql libnotify nautilus-sendto)
-makedepends=(intltool gobject-introspection python python2 packagekit)
-url="http://www.gnome.org";
-options=('!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('d64b5cdf6f42ab8e24b27b038be7f6be699a6ccc944a5f877d3ef353b879')
-
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-update-mimedb \
-  --disable-schemas-compile
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv "$pkgdir"/usr/include n-e/usr
-  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-
-  mv n-e/* "$pkgdir"
-}

Copied: nautilus/repos/extra-i686/PKGBUILD (from rev 236650, 
nautilus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 13:29:09 UTC (rev 236651)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="GNOME file manager"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python python2 packagekit)
+url="http://www.gnome.org";
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('7ee88e41fd184f94b41a844210d6159001c9dbce15cf9603d09660e560530379')
+
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv "$pkgdir"/usr/include n-e/usr
+  mv "$pkgdir"/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv "$pkgdir"/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+
+  mv n-e/* "$pkgdir"
+}

Deleted: extra-i686/nautilus.install
===
--- extra-i686/nautilus.install 2015-04-15 13:27:37 UTC (rev 236650)
+++ extra-i686/nautilus.install 2015-04-15 13:29:09 UTC (rev 236651)
@@ -1,14 +0,0 @@
-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
-  update-mime-database /

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 15:27:37
  Author: heftig
Revision: 236650

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 236649, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/mutter.install
(from rev 236649, mutter/trunk/mutter.install)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 236649, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 236649, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/mutter.install
  mutter/repos/extra-i686/revert.patch
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install
  mutter/repos/extra-x86_64/revert.patch

-+
 /PKGBUILD   |   86 ++
 /mutter.install |   38 ++
 extra-i686/PKGBUILD |   49 
 extra-i686/mutter.install   |   19 ---
 extra-i686/revert.patch |  244 --
 extra-x86_64/PKGBUILD   |   49 
 extra-x86_64/mutter.install |   19 ---
 extra-x86_64/revert.patch   |  244 --
 8 files changed, 124 insertions(+), 624 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 13:25:20 UTC (rev 236649)
+++ extra-i686/PKGBUILD 2015-04-15 13:27:37 UTC (rev 236650)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.16.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')
-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
-revert.patch)
-sha256sums=('be487f92bfa60c88fe474bd99f9665d57506479a06a48e00a7dd3171029b701c'
-'ec06d41973e82a608d9de7e7369ad323a58f6f644016657ac54ce226321a6570')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  # Revert input-settings: Ensure that we always apply the same set of settings
-  # because it asserts when VT switching
-  patch -Np1 -i ../revert.patch
-}
-
-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/extra-i686/PKGBUILD (from rev 236649, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 13:27:37 UTC (rev 236650)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.16.1.1
+pkgrel=1
+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')
+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=('795084f6b642ab45e9f73b82b185949a110f2149bc0bce9f70ff30c8ab4c051c')
+
+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
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2015-04-15 13:25:20 UTC (rev 236649)
+++ extra-i686/mutter.install   2015-04-15 13:27:37 UTC (rev 236650)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-gli

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 15:25:20
  Author: heftig
Revision: 236649

3.16.1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 13:23:30 UTC (rev 236648)
+++ PKGBUILD2015-04-15 13:25:20 UTC (rev 236649)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="GNOME file manager"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url="http://www.gnome.org";
 options=('!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('d64b5cdf6f42ab8e24b27b038be7f6be699a6ccc944a5f877d3ef353b879')
+sha256sums=('7ee88e41fd184f94b41a844210d6159001c9dbce15cf9603d09660e560530379')
 
 
 build() {


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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 15:23:30
  Author: heftig
Revision: 236648

3.16.1.1

Modified:
  mutter/trunk/PKGBUILD
Deleted:
  mutter/trunk/revert.patch

--+
 PKGBUILD |   14 ---
 revert.patch |  244 -
 2 files changed, 4 insertions(+), 254 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 11:10:28 UTC (rev 236647)
+++ PKGBUILD2015-04-15 13:23:30 UTC (rev 236648)
@@ -4,8 +4,8 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.16.1
-pkgrel=2
+pkgver=3.16.1.1
+pkgrel=1
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -17,17 +17,11 @@
 groups=('gnome')
 options=('!emptydirs')
 install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-revert.patch)
-sha256sums=('be487f92bfa60c88fe474bd99f9665d57506479a06a48e00a7dd3171029b701c'
-'ec06d41973e82a608d9de7e7369ad323a58f6f644016657ac54ce226321a6570')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('795084f6b642ab45e9f73b82b185949a110f2149bc0bce9f70ff30c8ab4c051c')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  
-  # Revert input-settings: Ensure that we always apply the same set of settings
-  # because it asserts when VT switching
-  patch -Np1 -i ../revert.patch
 }
 
 build() {

Deleted: revert.patch
===
--- revert.patch2015-04-15 11:10:28 UTC (rev 236647)
+++ revert.patch2015-04-15 13:23:30 UTC (rev 236648)
@@ -1,244 +0,0 @@
-diff --git c/src/backends/meta-input-settings.c 
i/src/backends/meta-input-settings.c
-index 004044e..4860fa9 100644
 c/src/backends/meta-input-settings.c
-+++ i/src/backends/meta-input-settings.c
-@@ -279,82 +279,51 @@ update_mouse_left_handed (MetaInputSettings  
*input_settings,
- }
- }
- 
--static GSettings *
--get_settings_for_device_type (MetaInputSettings  *input_settings,
--  ClutterInputDeviceType  type)
--{
--  MetaInputSettingsPrivate *priv;
--  priv = meta_input_settings_get_instance_private (input_settings);
--  switch (type)
--{
--case CLUTTER_POINTER_DEVICE:
--  return priv->mouse_settings;
--case CLUTTER_TOUCHPAD_DEVICE:
--  return priv->touchpad_settings;
--default:
--  return NULL;
--}
--}
--
- static void
- update_device_speed (MetaInputSettings  *input_settings,
-- ClutterInputDevice *device)
-+ GSettings  *settings,
-+ ClutterInputDevice *device,
-+ ClutterInputDeviceType  type)
- {
--  GSettings *settings;
--  ConfigDoubleFunc func;
--  const gchar *key = "speed";
-+  MetaInputSettingsClass *input_settings_class;
-+  gdouble speed;
- 
--  func = META_INPUT_SETTINGS_GET_CLASS (input_settings)->set_speed;
-+  input_settings_class = META_INPUT_SETTINGS_GET_CLASS (input_settings);
-+  speed = g_settings_get_double (settings, "speed");
- 
-   if (device)
--{
--  settings = get_settings_for_device_type (input_settings,
--   
clutter_input_device_get_device_type (device));
--  if (!settings)
--return;
--
--  settings_device_set_double_setting (input_settings, device, func,
--  g_settings_get_double (settings, 
key));
--}
-+settings_device_set_double_setting (input_settings, device,
-+input_settings_class->set_speed,
-+speed);
-   else
--{
--  settings = get_settings_for_device_type (input_settings, 
CLUTTER_POINTER_DEVICE);
--  settings_set_double_setting (input_settings, CLUTTER_POINTER_DEVICE, 
func,
--   g_settings_get_double (settings, key));
--  settings = get_settings_for_device_type (input_settings, 
CLUTTER_TOUCHPAD_DEVICE);
--  settings_set_double_setting (input_settings, CLUTTER_TOUCHPAD_DEVICE, 
func,
--   g_settings_get_double (settings, key));
--}
-+settings_set_double_setting (input_settings, type,
-+ input_settings_class->set_speed,
-+ speed);
- }
- 
- static void
- update_device_natural_scroll (MetaInputSettings  *input_settings,
--  ClutterInputDevice *device)
-+  GSettings  *settings,
-+  ClutterInputDevice *device,
-+  ClutterInputDeviceType  type)
- {
--  GSettings *settings;
--  ConfigBoolFunc func;
--  const gchar *key = "natural-scroll";
-+  MetaInputSettingsClass *input_settings_class;
-+  gboolean enabled;
- 
--  func = META_INPUT_SETTIN

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:18:20
  Author: bgyorgy
Revision: 131406

upgpkg: gnome-phone-manager 0.69-5

Rebuild for evolution-data-server 3.16

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 13:15:42 UTC (rev 131405)
+++ PKGBUILD2015-04-15 13:18:20 UTC (rev 131406)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-phone-manager
 pkgver=0.69
-pkgrel=4
+pkgrel=5
 pkgdesc="Control your mobile phone from your GNOME desktop"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/PhoneManager";


[arch-commits] Commit in gnome-phone-manager/repos (12 files)

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:18:29
  Author: bgyorgy
Revision: 131407

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

Added:
  gnome-phone-manager/repos/community-i686/PKGBUILD
(from rev 131406, gnome-phone-manager/trunk/PKGBUILD)
  gnome-phone-manager/repos/community-i686/gnome-phone-manager-0.68-eds.patch
(from rev 131406, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-i686/gnome-phone-manager.install
(from rev 131406, gnome-phone-manager/trunk/gnome-phone-manager.install)
  gnome-phone-manager/repos/community-x86_64/PKGBUILD
(from rev 131406, gnome-phone-manager/trunk/PKGBUILD)
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager-0.68-eds.patch
(from rev 131406, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager.install
(from rev 131406, gnome-phone-manager/trunk/gnome-phone-manager.install)
Deleted:
  gnome-phone-manager/repos/community-i686/PKGBUILD
  gnome-phone-manager/repos/community-i686/gnome-phone-manager-0.68-eds.patch
  gnome-phone-manager/repos/community-i686/gnome-phone-manager.install
  gnome-phone-manager/repos/community-x86_64/PKGBUILD
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager-0.68-eds.patch
  gnome-phone-manager/repos/community-x86_64/gnome-phone-manager.install

-+
 /PKGBUILD   |   76 +
 /gnome-phone-manager-0.68-eds.patch |  940 ++
 /gnome-phone-manager.install|   34 
 community-i686/PKGBUILD |   38 
 community-i686/gnome-phone-manager-0.68-eds.patch   |  470 -
 community-i686/gnome-phone-manager.install  |   17 
 community-x86_64/PKGBUILD   |   38 
 community-x86_64/gnome-phone-manager-0.68-eds.patch |  470 -
 community-x86_64/gnome-phone-manager.install|   17 
 9 files changed, 1050 insertions(+), 1050 deletions(-)

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


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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:15:42
  Author: bgyorgy
Revision: 131405

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

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

--+
 /PKGBUILD|   58 +
 /glabels.install |   30 +++
 community-i686/PKGBUILD  |   29 --
 community-i686/glabels.install   |   15 -
 community-x86_64/PKGBUILD|   29 --
 community-x86_64/glabels.install |   15 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 13:15:34 UTC (rev 131404)
+++ community-i686/PKGBUILD 2015-04-15 13:15:42 UTC (rev 131405)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: yugrotavele 
-# Contributor: Damir Perisa 
-
-pkgname=glabels
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Creating labels and business cards the very easy way"
-arch=('i686' 'x86_64')
-url="http://glabels.org/";
-license=('GPL' 'LGPL')
-depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: glabels/repos/community-i686/PKGBUILD (from rev 131404, 
glabels/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 13:15:42 UTC (rev 131405)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: yugrotavele 
+# Contributor: Damir Perisa 
+
+pkgname=glabels
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('i686' 'x86_64')
+url="http://glabels.org/";
+license=('GPL' 'LGPL')
+depends=('librsvg' 'evolution-data-server' 'qrencode' 'iec16022' 'dconf' 
'desktop-file-utils' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/glabels.install
===
--- community-i686/glabels.install  2015-04-15 13:15:34 UTC (rev 131404)
+++ community-i686/glabels.install  2015-04-15 13:15:42 UTC (rev 131405)
@@ -1,15 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-
-post_remove() {
-  post_install $1
-}

Copied: glabels/repos/community-i686/glabels.install (from rev 131404, 
glabels/trunk/glabels.install)
===
--- community-i686/glabels.install  (rev 0)
+++ community-i686/glabels.install  2015-04-15 13:15:42 UTC (rev 131405)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 13:15:34 UTC (rev 131404)
+++ community-x86_64/PKGBUILD   2015-04-15 13:15:42 UTC (rev 131405)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: y

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:15:34
  Author: bgyorgy
Revision: 131404

upgpkg: glabels 3.2.1-2

Rebuild for evolution-data-server 3.16

Modified:
  glabels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 13:12:02 UTC (rev 131403)
+++ PKGBUILD2015-04-15 13:15:34 UTC (rev 131404)
@@ -5,7 +5,7 @@
 
 pkgname=glabels
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Creating labels and business cards the very easy way"
 arch=('i686' 'x86_64')
 url="http://glabels.org/";


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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:11:55
  Author: bgyorgy
Revision: 131402

upgpkg: almanah 0.11.1-2

Rebuild for evolution-data-server 3.16

Modified:
  almanah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 10:55:10 UTC (rev 131401)
+++ PKGBUILD2015-04-15 13:11:55 UTC (rev 131402)
@@ -3,7 +3,7 @@
 
 pkgname=almanah
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Almanah_Diary";


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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 15:12:02
  Author: bgyorgy
Revision: 131403

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

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

--+
 /PKGBUILD|   54 +
 /almanah.install |   24 
 community-i686/PKGBUILD  |   27 --
 community-i686/almanah.install   |   12 
 community-x86_64/PKGBUILD|   27 --
 community-x86_64/almanah.install |   12 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 13:11:55 UTC (rev 131402)
+++ community-i686/PKGBUILD 2015-04-15 13:12:02 UTC (rev 131403)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=almanah
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/Almanah_Diary";
-license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: almanah/repos/community-i686/PKGBUILD (from rev 131402, 
almanah/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 13:12:02 UTC (rev 131403)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary";
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/almanah.install
===
--- community-i686/almanah.install  2015-04-15 13:11:55 UTC (rev 131402)
+++ community-i686/almanah.install  2015-04-15 13:12:02 UTC (rev 131403)
@@ -1,12 +0,0 @@
-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 $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: almanah/repos/community-i686/almanah.install (from rev 131402, 
almanah/trunk/almanah.install)
===
--- community-i686/almanah.install  (rev 0)
+++ community-i686/almanah.install  2015-04-15 13:12:02 UTC (rev 131403)
@@ -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 $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 13:11:55 UTC (rev 131402)
+++ community-x86_64/PKGBUILD   2015-04-15 13:12:02 UTC (rev 131403)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=almanah
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/Almanah_Diary";
-license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 13:10:28
  Author: heftig
Revision: 236647

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

Added:
  mutter/repos/extra-i686/PKGBUILD
(from rev 236646, mutter/trunk/PKGBUILD)
  mutter/repos/extra-i686/mutter.install
(from rev 236646, mutter/trunk/mutter.install)
  mutter/repos/extra-i686/revert.patch
(from rev 236646, mutter/trunk/revert.patch)
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 236646, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 236646, mutter/trunk/mutter.install)
  mutter/repos/extra-x86_64/revert.patch
(from rev 236646, mutter/trunk/revert.patch)
Deleted:
  mutter/repos/extra-i686/PKGBUILD
  mutter/repos/extra-i686/mutter.install
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install

-+
 /PKGBUILD   |   98 
 /mutter.install |   38 ++
 extra-i686/PKGBUILD |   39 --
 extra-i686/mutter.install   |   19 ---
 extra-i686/revert.patch |  244 ++
 extra-x86_64/PKGBUILD   |   39 --
 extra-x86_64/mutter.install |   19 ---
 extra-x86_64/revert.patch   |  244 ++
 8 files changed, 624 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-15 11:08:53 UTC (rev 236646)
+++ extra-i686/PKGBUILD 2015-04-15 11:10:28 UTC (rev 236647)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.16.1
-pkgrel=1
-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')
-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=('be487f92bfa60c88fe474bd99f9665d57506479a06a48e00a7dd3171029b701c')
-
-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/extra-i686/PKGBUILD (from rev 236646, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-15 11:10:28 UTC (rev 236647)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.16.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')
+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
+revert.patch)
+sha256sums=('be487f92bfa60c88fe474bd99f9665d57506479a06a48e00a7dd3171029b701c'
+'ec06d41973e82a608d9de7e7369ad323a58f6f644016657ac54ce226321a6570')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  
+  # Revert input-settings: Ensure that we always apply the same set of settings
+  # because it asserts when VT switching
+  patch -Np1 -i ../revert.patch
+}
+
+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
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2015-04-15 11:08:53 UTC (rev 236646)
+++ extra-i686/mutter.install   2015-04-15 11:10:28 UTC (rev 236647)
@@ -1,19 +

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 13:08:53
  Author: heftig
Revision: 236646

Revert a crasher

Added:
  mutter/trunk/revert.patch
Modified:
  mutter/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++
 revert.patch |  244 +
 2 files changed, 257 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 10:20:29 UTC (rev 236645)
+++ PKGBUILD2015-04-15 11:08:53 UTC (rev 236646)
@@ -5,7 +5,7 @@
 
 pkgname=mutter
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A window manager for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -17,9 +17,19 @@
 groups=('gnome')
 options=('!emptydirs')
 install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('be487f92bfa60c88fe474bd99f9665d57506479a06a48e00a7dd3171029b701c')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+revert.patch)
+sha256sums=('be487f92bfa60c88fe474bd99f9665d57506479a06a48e00a7dd3171029b701c'
+'ec06d41973e82a608d9de7e7369ad323a58f6f644016657ac54ce226321a6570')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  
+  # Revert input-settings: Ensure that we always apply the same set of settings
+  # because it asserts when VT switching
+  patch -Np1 -i ../revert.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \

Added: revert.patch
===
--- revert.patch(rev 0)
+++ revert.patch2015-04-15 11:08:53 UTC (rev 236646)
@@ -0,0 +1,244 @@
+diff --git c/src/backends/meta-input-settings.c 
i/src/backends/meta-input-settings.c
+index 004044e..4860fa9 100644
+--- c/src/backends/meta-input-settings.c
 i/src/backends/meta-input-settings.c
+@@ -279,82 +279,51 @@ update_mouse_left_handed (MetaInputSettings  
*input_settings,
+ }
+ }
+ 
+-static GSettings *
+-get_settings_for_device_type (MetaInputSettings  *input_settings,
+-  ClutterInputDeviceType  type)
+-{
+-  MetaInputSettingsPrivate *priv;
+-  priv = meta_input_settings_get_instance_private (input_settings);
+-  switch (type)
+-{
+-case CLUTTER_POINTER_DEVICE:
+-  return priv->mouse_settings;
+-case CLUTTER_TOUCHPAD_DEVICE:
+-  return priv->touchpad_settings;
+-default:
+-  return NULL;
+-}
+-}
+-
+ static void
+ update_device_speed (MetaInputSettings  *input_settings,
+- ClutterInputDevice *device)
++ GSettings  *settings,
++ ClutterInputDevice *device,
++ ClutterInputDeviceType  type)
+ {
+-  GSettings *settings;
+-  ConfigDoubleFunc func;
+-  const gchar *key = "speed";
++  MetaInputSettingsClass *input_settings_class;
++  gdouble speed;
+ 
+-  func = META_INPUT_SETTINGS_GET_CLASS (input_settings)->set_speed;
++  input_settings_class = META_INPUT_SETTINGS_GET_CLASS (input_settings);
++  speed = g_settings_get_double (settings, "speed");
+ 
+   if (device)
+-{
+-  settings = get_settings_for_device_type (input_settings,
+-   
clutter_input_device_get_device_type (device));
+-  if (!settings)
+-return;
+-
+-  settings_device_set_double_setting (input_settings, device, func,
+-  g_settings_get_double (settings, 
key));
+-}
++settings_device_set_double_setting (input_settings, device,
++input_settings_class->set_speed,
++speed);
+   else
+-{
+-  settings = get_settings_for_device_type (input_settings, 
CLUTTER_POINTER_DEVICE);
+-  settings_set_double_setting (input_settings, CLUTTER_POINTER_DEVICE, 
func,
+-   g_settings_get_double (settings, key));
+-  settings = get_settings_for_device_type (input_settings, 
CLUTTER_TOUCHPAD_DEVICE);
+-  settings_set_double_setting (input_settings, CLUTTER_TOUCHPAD_DEVICE, 
func,
+-   g_settings_get_double (settings, key));
+-}
++settings_set_double_setting (input_settings, type,
++ input_settings_class->set_speed,
++ speed);
+ }
+ 
+ static void
+ update_device_natural_scroll (MetaInputSettings  *input_settings,
+-  ClutterInputDevice *device)
++  GSettings  *settings,
++  ClutterInputDevice *device,
++  ClutterInputDeviceType  type)
+ {
+-  GSettings *settings;
+-  ConfigBoolFunc func;
+-  const gchar *key = "natural-scroll";
++  MetaInputSettingsClass *input_settings_class;
++  gboolean enabled;
+ 
+-  

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 12:55:03
  Author: bgyorgy
Revision: 131400

upgpkg: gnome-initial-setup 3.16.1-1

Update to version 3.16.1

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 10:39:14 UTC (rev 131399)
+++ PKGBUILD2015-04-15 10:55:03 UTC (rev 131400)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-initial-setup
-pkgver=3.14.3
+pkgver=3.16.1
 pkgrel=1
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('11cd0902a4b16c934727d9b1d3b91c3cc030205368ac09f19851cdff2ba40a1e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('16b45326c1e4c19eaca19d24082ce520817972debe53912daaf6ad5241e5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 12:55:10
  Author: bgyorgy
Revision: 131401

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

Added:
  gnome-initial-setup/repos/community-i686/PKGBUILD
(from rev 131400, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
(from rev 131400, gnome-initial-setup/trunk/gnome-initial-setup.install)
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 131400, gnome-initial-setup/trunk/PKGBUILD)
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install
(from rev 131400, gnome-initial-setup/trunk/gnome-initial-setup.install)
Deleted:
  gnome-initial-setup/repos/community-i686/PKGBUILD
  gnome-initial-setup/repos/community-i686/gnome-initial-setup.install
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install

--+
 /PKGBUILD|   68 +
 /gnome-initial-setup.install |   20 +++
 community-i686/PKGBUILD  |   34 
 community-i686/gnome-initial-setup.install   |   10 ---
 community-x86_64/PKGBUILD|   34 
 community-x86_64/gnome-initial-setup.install |   10 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 10:55:03 UTC (rev 131400)
+++ community-i686/PKGBUILD 2015-04-15 10:55:10 UTC (rev 131401)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-initial-setup
-pkgver=3.14.3
-pkgrel=1
-pkgdesc="Simple, easy, and safe way to prepare a new system"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/";
-license=('GPL')
-depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('11cd0902a4b16c934727d9b1d3b91c3cc030205368ac09f19851cdff2ba40a1e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir/var/lib/gnome-initial-setup"
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-initial-setup/repos/community-i686/PKGBUILD (from rev 131400, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 10:55:10 UTC (rev 131401)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Simple, easy, and safe way to prepare a new system"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/";
+license=('GPL')
+depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
+makedepends=('intltool')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('16b45326c1e4c19eaca19d24082ce520817972debe53912daaf6ad5241e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir/var/lib/gnome-initial-setup"
+
+  # Fix a warning
+  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
+  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: community-i686/gnome-initial-setup.install
===
--- community-i686/gnome-initial-setup.install  2015-04-15 10:55:03 UTC (rev 
131400)
+++ community-i686/gnome-initial-setup.install  2015-04-15 10:55:10 UTC (rev 
131401)
@@ -1,10 +0,0 @@
-post_install() {
-  getent passwd gnome-initial-setup > /dev/null 2>&1 && \
-usermod -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \
-useradd -rM -c 'GNOME Initial Setup' -d /var/lib/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
-  passwd -l gnome-initial-setup > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-initial-setup/repos/community-i686

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 12:39:07
  Author: bgyorgy
Revision: 131398

upgpkg: metacity 3.16.0-1

Update to version 3.16.0

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 09:42:26 UTC (rev 131397)
+++ PKGBUILD2015-04-15 10:39:07 UTC (rev 131398)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=metacity
-pkgver=3.14.3
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="Legacy GNOME window manager"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="https://wiki.gnome.org/Projects/Metacity";
 install=metacity.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8295792ee3ff23d07833f60c979e8409fa8594245cef577c369b18be732812c')
+sha256sums=('a0a9781c0ba7ef78e871600b0c1720e1bd105d6eb573e3544e83db7a51ee0592')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 12:39:14
  Author: bgyorgy
Revision: 131399

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

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

---+
 /PKGBUILD |   56 
 /metacity.install |   22 ++
 community-i686/PKGBUILD   |   28 --
 community-i686/metacity.install   |   11 ---
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/metacity.install |   11 ---
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 10:39:07 UTC (rev 131398)
+++ community-i686/PKGBUILD 2015-04-15 10:39:14 UTC (rev 131399)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.14.3
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url="https://wiki.gnome.org/Projects/Metacity";
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a8295792ee3ff23d07833f60c979e8409fa8594245cef577c369b18be732812c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: metacity/repos/community-i686/PKGBUILD (from rev 131398, 
metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 10:39:14 UTC (rev 131399)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=metacity
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity";
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0a9781c0ba7ef78e871600b0c1720e1bd105d6eb573e3544e83db7a51ee0592')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/metacity.install
===
--- community-i686/metacity.install 2015-04-15 10:39:07 UTC (rev 131398)
+++ community-i686/metacity.install 2015-04-15 10:39:14 UTC (rev 131399)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: metacity/repos/community-i686/metacity.install (from rev 131398, 
metacity/trunk/metacity.install)
===
--- community-i686/metacity.install (rev 0)
+++ community-i686/metacity.install 2015-04-15 10:39:14 UTC (rev 131399)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-15 10:39:07 UTC (rev 131398)
+++ community-x86_64/PKGBUILD   2015-04-15 10:39:14 UTC (rev 131399)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=metacity
-pkgver=3.14.3
-pkgrel=1
-pkgdesc="Legacy GNOME window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notificatio

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

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 12:20:29
  Author: heftig
Revision: 236645

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

Added:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 236644, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-i686/PKGBUILD
(from rev 236644, gdm/trunk/PKGBUILD)
  gdm/repos/extra-i686/gdm.install
(from rev 236644, gdm/trunk/gdm.install)
  gdm/repos/extra-i686/libgdm.install
(from rev 236644, gdm/trunk/libgdm.install)
  gdm/repos/extra-i686/revert.patch
(from rev 236644, gdm/trunk/revert.patch)
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 236644, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 236644, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 236644, gdm/trunk/gdm.install)
  gdm/repos/extra-x86_64/libgdm.install
(from rev 236644, gdm/trunk/libgdm.install)
  gdm/repos/extra-x86_64/revert.patch
(from rev 236644, gdm/trunk/revert.patch)
Deleted:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-i686/libgdm.install
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/libgdm.install

-+
 /0001-Add-Arch-Linux-PAM-config-files.patch |  398 ++
 /PKGBUILD   |  184 ++
 /gdm.install|   46 +
 /libgdm.install |   22 
 extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  199 ---
 extra-i686/PKGBUILD |   88 ---
 extra-i686/gdm.install  |   23 
 extra-i686/libgdm.install   |   11 
 extra-i686/revert.patch |  258 +
 extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  199 ---
 extra-x86_64/PKGBUILD   |   88 ---
 extra-x86_64/gdm.install|   23 
 extra-x86_64/libgdm.install |   11 
 extra-x86_64/revert.patch   |  258 +
 14 files changed, 1166 insertions(+), 642 deletions(-)

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


[arch-commits] Commit in gdm/trunk (PKGBUILD revert.patch)

2015-04-15 Thread Jan Steffens
Date: Wednesday, April 15, 2015 @ 12:19:13
  Author: heftig
Revision: 236644

Revert a crasher

Added:
  gdm/trunk/revert.patch
Modified:
  gdm/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 revert.patch |  258 +
 2 files changed, 265 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 09:59:06 UTC (rev 236643)
+++ PKGBUILD2015-04-15 10:19:13 UTC (rev 236644)
@@ -5,7 +5,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Display Manager"
 arch=(i686 x86_64)
 license=(GPL)
@@ -14,9 +14,10 @@
 makedepends=(itstool intltool yelp-tools gobject-introspection)
 checkdepends=('check')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
-0001-Add-Arch-Linux-PAM-config-files.patch)
+0001-Add-Arch-Linux-PAM-config-files.patch revert.patch)
 sha256sums=('41b9a178f6307531551d70c7432016c5051ea1dafd78bbf93b655baba36b42cd'
-'ad24ed788f2285a935c72c131a9627aa865095b08865416ed6cc60883bf656fc')
+'ad24ed788f2285a935c72c131a9627aa865095b08865416ed6cc60883bf656fc'
+'06ae7308f0e9afdb1b91ce718b2e96b0addeb81a6a365c933ba05e277ab7c711')
 
 prepare() {
   cd $pkgbase-$pkgver
@@ -23,6 +24,9 @@
 
   patch -Np1 -i ../0001-Add-Arch-Linux-PAM-config-files.patch
 
+  # Revert most changes in gdm 3.16.1, as gdm does not switch to the new 
sessions anymore
+  patch -Np1 -i ../revert.patch
+
   AUTOPOINT='intltoolize --automake -c' autoreconf -fi
 }
 

Added: revert.patch
===
--- revert.patch(rev 0)
+++ revert.patch2015-04-15 10:19:13 UTC (rev 236644)
@@ -0,0 +1,258 @@
+diff --git c/daemon/gdm-launch-environment.c i/daemon/gdm-launch-environment.c
+index aaf7834..dc73ffc 100644
+--- c/daemon/gdm-launch-environment.c
 i/daemon/gdm-launch-environment.c
+@@ -795,7 +795,7 @@ gdm_launch_environment_class_init 
(GdmLaunchEnvironmentClass *klass)
+   "device",
+   "device",
+   NULL,
+-  
G_PARAM_READWRITE));
++  
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+ g_object_class_install_property (object_class,
+  PROP_X11_DISPLAY_IS_LOCAL,
+  g_param_spec_boolean 
("x11-display-is-local",
+diff --git c/daemon/gdm-legacy-display.c i/daemon/gdm-legacy-display.c
+index 9c99923..6214c42 100644
+--- c/daemon/gdm-legacy-display.c
 i/daemon/gdm-legacy-display.c
+@@ -144,21 +144,6 @@ on_server_ready (GdmServer   *server,
+ g_debug ("GdmDisplay: could not connect to display");
+ gdm_display_unmanage (GDM_DISPLAY (self));
+ } else {
+-GdmLaunchEnvironment *launch_environment;
+-char *display_device;
+-
+-display_device = gdm_server_get_display_device (server);
+-
+-g_object_get (G_OBJECT (self),
+-  "launch-environment", &launch_environment,
+-  NULL);
+-g_object_set (G_OBJECT (launch_environment),
+-  "x11-display-device",
+-  display_device,
+-  NULL);
+-g_clear_pointer(&display_device, g_free);
+-g_clear_object (&launch_environment);
+-
+ g_debug ("GdmDisplay: connected to display");
+ g_object_set (G_OBJECT (self), "status", GDM_DISPLAY_MANAGED, 
NULL);
+ }
+diff --git c/daemon/gdm-manager.c i/daemon/gdm-manager.c
+index fc357d3..db008c0 100644
+--- c/daemon/gdm-manager.c
 i/daemon/gdm-manager.c
+@@ -836,48 +836,6 @@ get_seat_id_for_session_id (GDBusConnection  *connection,
+ return NULL;
+ }
+ 
+-#ifdef WITH_SYSTEMD
+-static char *
+-get_tty_for_systemd_session_id (const char  *session_id,
+-GError **error)
+-{
+-int ret;
+-char *tty, *out_tty;
+-
+-ret = sd_session_get_tty (session_id, &tty);
+-
+-if (ret == -ENOENT) {
+-out_tty = NULL;
+-} else if (ret < 0) {
+-g_set_error (error,
+- GDM_DISPLAY_ERROR,
+- GDM_DISPLAY_ERROR_GETTING_SESSION_INFO,
+- "Error getting tty for session id %s from 
systemd: %s",
+- session_id,
+- g_strerror (-ret));
+-out_tty = NULL;
+-

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

2015-04-15 Thread Allan McRae
Date: Wednesday, April 15, 2015 @ 11:59:06
  Author: allan
Revision: 236643

prepare gcc-5 release update

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-15 07:56:51 UTC (rev 236642)
+++ PKGBUILD2015-04-15 09:59:06 UTC (rev 236643)
@@ -5,12 +5,11 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
-pkgver=4.9.2
-_pkgver=4.9
-_islver=0.12.2
-_cloogver=0.18.1
-pkgrel=4
-_snapshot=4.9-20150304
+pkgver=5.1.0
+_pkgver=5
+_islver=0.14.1
+pkgrel=0
+_snapshot=5.1.0-RC-20150412
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -20,11 +19,9 @@
 options=('!emptydirs')
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
-http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz)
-md5sums=('863bb9d2a9551c9b7447cfc8b7cc7498'
- 'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252')
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
+md5sums=('37cdc2eb0adf92e421c0841748ac1471'
+ '118d1a379abf7606a3334c98a8411c79')
 
 if [ -n "${_snapshot}" ]; then
   _basedir=gcc-${_snapshot}
@@ -37,9 +34,8 @@
 prepare() {
   cd ${srcdir}/${_basedir}
 
-  # link isl/cloog for in-tree builds
+  # link isl for in-tree build
   ln -s ../isl-${_islver} isl
-  ln -s ../cloog-${_cloogver} cloog
 
   # Do not run fixincludes
   sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
@@ -69,20 +65,15 @@
   --with-bugurl=https://bugs.archlinux.org/ \
   --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
   --enable-shared --enable-threads=posix \
-  --with-system-zlib --enable-__cxa_atexit \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
   --disable-libunwind-exceptions --enable-clocale=gnu \
   --disable-libstdcxx-pch --disable-libssp \
   --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-cloog-backend=isl \
   --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
   --disable-multilib --disable-werror \
-  --enable-checking=release
-  
-# gcc-5.0 changes
-#  --with-default-libstdcxx-abi=c++98- before gcc-5.0 c++ rebuild
-#  --enable-gnu-indirect-function
-#  --with-isl- cloog no longer needed
+  --enable-checking=release \
+  --with-default-libstdcxx-abi=c++98
 
   make
   
@@ -106,7 +97,7 @@
 {
   pkgdesc="Runtime libraries shipped by GCC"
   groups=('base')
-  depends=('glibc>=2.20')
+  depends=('glibc>=2.21')
   options=('!emptydirs' '!strip')
   install=gcc-libs.install
 
@@ -131,7 +122,7 @@
 make -C $CHOST/libsanitizer/tsan DESTDIR=${pkgdir} 
install-toolexeclibLTLIBRARIES
 
   make -C $CHOST/libobjc DESTDIR=${pkgdir} install-libs
-  
+
   make -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
 
   for lib in libgomp \
@@ -148,7 +139,7 @@
 package_gcc()
 {
   pkgdesc="The GNU Compiler Collection - C and C++ frontends"
-  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.24' 'libmpc')
+  depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.25' 'libmpc')
   groups=('base-devel')
   options=('staticlibs')
   install=gcc.install
@@ -158,7 +149,7 @@
   make -C gcc DESTDIR=${pkgdir} install-driver install-cpp install-gcc-ar \
 c++.install-common install-headers install-plugin install-lto-wrapper
 
-  install -m755 gcc/gcov $pkgdir/usr/bin/
+  install -m755 -t $pkgdir/usr/bin/ gcc/gcov{,-tool}
   install -m755 -t $pkgdir/${_libdir}/ gcc/{cc1,cc1plus,collect2,lto1}
 
   make -C $CHOST/libgcc DESTDIR=${pkgdir} install
@@ -169,6 +160,7 @@
   make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR=${pkgdir} install
   make -C $CHOST/libstdc++-v3/python DESTDIR=${pkgdir} install
 
+  make DESTDIR=${pkgdir} install-libcc1
   install -d $pkgdir/usr/share/gdb/auto-load/usr/lib
   mv $pkgdir/usr/lib/libstdc++.so.6.*-gdb.py \
 $pkgdir/usr/share/gdb/auto-load/usr/lib/
@@ -184,7 +176,7 @@
 install-nodist_libsubincludeHEADERS
   make -C $CHOST/libitm DESTDIR=${pkgdir} install-nodist_toolexeclibHEADERS
   make -C $CHOST/libquadmath DESTDIR=${pkgdir} 
install-nodist_libsubincludeHEADERS
-  make -C $CHOST/libsanitizer DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
+  make -C $CHOST/libsanitizer DESTDIR=${pkgdir} 
install-nodist_{saninclude,toolexeclib}HEADERS
   make -C $CHOST/libsanitizer/asan DESTDIR=${pkgdir} 
install-nodist_toolexeclibHEADERS
 
   make -C libiberty DESTDIR=${pkgdir} install
@@ -246,7 +238,8 @@
   install=gcc-f

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

2015-04-15 Thread Balló György
Date: Wednesday, April 15, 2015 @ 11:42:26
  Author: bgyorgy
Revision: 131397

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

Added:
  deja-dup/repos/community-i686/PKGBUILD
(from rev 131396, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-i686/deja-dup.install
(from rev 131396, deja-dup/trunk/deja-dup.install)
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 131396, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-x86_64/deja-dup.install
(from rev 131396, deja-dup/trunk/deja-dup.install)
Deleted:
  deja-dup/repos/community-i686/PKGBUILD
  deja-dup/repos/community-i686/deja-dup.install
  deja-dup/repos/community-i686/fix-version-check.patch
  deja-dup/repos/community-x86_64/PKGBUILD
  deja-dup/repos/community-x86_64/deja-dup.install
  deja-dup/repos/community-x86_64/fix-version-check.patch

--+
 /PKGBUILD|   84 +
 /deja-dup.install|   24 
 community-i686/PKGBUILD  |   48 
 community-i686/deja-dup.install  |   12 
 community-i686/fix-version-check.patch   |   25 
 community-x86_64/PKGBUILD|   48 
 community-x86_64/deja-dup.install|   12 
 community-x86_64/fix-version-check.patch |   25 
 8 files changed, 108 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-15 09:42:17 UTC (rev 131396)
+++ community-i686/PKGBUILD 2015-04-15 09:42:26 UTC (rev 131397)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=deja-dup
-pkgver=32.0
-pkgrel=3
-pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/deja-dup";
-license=('GPL')
-depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs')
-makedepends=('cmake' 'vala' 'intltool' 'itstool' 'nautilus')
-optdepends=('gnome-keyring: save passwords'
-'nautilus: backup extension'
-'python2-boto: Amazon S3 backend')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-fix-version-check.patch)
-md5sums=('83e693cfebe397be0c67d3d362ae92c9'
- 'f3f49f8de6f6ac98a6484506addfb630')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' libdeja/PythonChecker.vala
-
-  # Fix version check for duplicity
-  # https://bugs.launchpad.net/deja-dup/+bug/1384136
-  patch -Np0 -i ../fix-version-check.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_SYSCONFDIR=/etc \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-  -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: deja-dup/repos/community-i686/PKGBUILD (from rev 131396, 
deja-dup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-15 09:42:26 UTC (rev 131397)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=deja-dup
+pkgver=34.0
+pkgrel=1
+pkgdesc="Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/deja-dup";
+license=('GPL')
+depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs')
+makedepends=('cmake' 'vala' 'intltool' 'itstool' 'nautilus' 
'gobject-introspection')
+optdepends=('gnome-keyring: save passwords'
+'nautilus: backup extension'
+'python2-boto: Amazon S3 backend')
+install=$pkgname.install
+source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
+md5sums=('20791d5978f16f3ec456a0e51e6b0564')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' libdeja/PythonChecker.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/deja-dup.install
===
--- community-i686/deja-dup.install 2015-04-15 09:42:17 UTC (rev 131396)
+++ community-i686/deja-dup.install 2015-04-15 09:42:26 UTC (rev 131397)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-

  1   2   >