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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 10:21:02
  Author: andrea
Revision: 227601

upgpkg: pyqt5 5.4.0s10c73f88bfd5-1

Current version does not support Qt 5.4, so switch to snapshots

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 04:23:45 UTC (rev 227600)
+++ PKGBUILD2014-12-14 09:21:02 UTC (rev 227601)
@@ -7,7 +7,8 @@
 pkgbase=pyqt5
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.3.2
+pkgver=5.4.0s10c73f88bfd5
+_pkgver=5.4-snapshot-10c73f88bfd5
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
@@ -15,13 +16,14 @@
 makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
  'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
  'qt5-svg' 'qt5-serialport')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('81ef608fa4f3961918106d0ca07aa68a')
+#source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
+source=(http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-${_pkgver}.tar.gz;)
+md5sums=('85d953ec2e2d7102b67f211135c7ee7c')
 
 build() {
-  cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
+  cp -r PyQt-gpl-${_pkgver} Py2Qt-gpl-${_pkgver}
 
-  cd PyQt-gpl-${pkgver}
+  cd PyQt-gpl-${_pkgver}
   python3 configure.py \
 --confirm-license \
 -v /usr/share/sip/PyQt5 \
@@ -34,7 +36,7 @@
   make
 
   ### Python2 version ###
-  cd ../Py2Qt-gpl-${pkgver}
+  cd ../Py2Qt-gpl-${_pkgver}
   python2 configure.py \
 --confirm-license \
 -v /usr/share/sip/Py2-PyQt5 \
@@ -51,7 +53,7 @@
   pkgdesc=Common PyQt files shared between python-pyqt5 and python2-pyqt5
   depends=('qt5-base')
 
-  cd PyQt-gpl-${pkgver}
+  cd PyQt-gpl-${_pkgver}
   make -C pyrcc DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
   make -C pylupdate DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 
@@ -71,7 +73,7 @@
   'qt5-declarative: QtQml, qmlplugin'
   'qt5-serialport: QtSerialPort')
 
-  cd PyQt-gpl-${pkgver}
+  cd PyQt-gpl-${_pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
   make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 
@@ -93,7 +95,7 @@
   'qt5-declarative: QtQml, qmlplugin'
   'qt5-serialport: QtSerialPort')
 
-  cd Py2Qt-gpl-${pkgver}
+  cd Py2Qt-gpl-${_pkgver}
   # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
   make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
 


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 10:21:13
  Author: andrea
Revision: 227602

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

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

---+
 /PKGBUILD |  218 
 extra-i686/PKGBUILD   |  107 ---
 extra-x86_64/PKGBUILD |  107 ---
 3 files changed, 218 insertions(+), 214 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-14 09:21:02 UTC (rev 227601)
+++ extra-i686/PKGBUILD 2014-12-14 09:21:13 UTC (rev 227602)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt5
-pkgname=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.3.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
- 'qt5-svg' 'qt5-serialport')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('81ef608fa4f3961918106d0ca07aa68a')
-
-build() {
-  cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
-
-  cd PyQt-gpl-${pkgver}
-  python3 configure.py \
---confirm-license \
--v /usr/share/sip/PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip/Py2-PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt5 and python2-pyqt5
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  install -Dm644 PyQt5.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python-pyqt5(){
-  pkgdesc=A set of Python 3.x bindings for the Qt5 toolkit
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc=A set of Python 2.x bindings for the Qt5 toolkit
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt5
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic5
-
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm ${pkgdir}/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 227601, pyqt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 

[arch-commits] Commit in docky/repos/community-any (12 files)

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:04:46
  Author: bgyorgy
Revision: 123872

archrelease: copy trunk to community-any

Added:
  docky/repos/community-any/PKGBUILD
(from rev 123871, docky/trunk/PKGBUILD)
  docky/repos/community-any/docky.install
(from rev 123871, docky/trunk/docky.install)
  docky/repos/community-any/drop-gnome-desktop-sharp.patch
(from rev 123871, docky/trunk/drop-gnome-desktop-sharp.patch)
  docky/repos/community-any/drop-rsvg2-sharp.patch
(from rev 123871, docky/trunk/drop-rsvg2-sharp.patch)
  docky/repos/community-any/fix-build.patch
(from rev 123871, docky/trunk/fix-build.patch)
  docky/repos/community-any/systemd-support.patch
(from rev 123871, docky/trunk/systemd-support.patch)
Deleted:
  docky/repos/community-any/PKGBUILD
  docky/repos/community-any/docky.install
  docky/repos/community-any/drop-gnome-desktop-sharp.patch
  docky/repos/community-any/drop-rsvg2-sharp.patch
  docky/repos/community-any/fix-build.patch
  docky/repos/community-any/systemd-support.patch

+
 PKGBUILD   |  122 +-
 docky.install  |   46 ++--
 drop-gnome-desktop-sharp.patch |  310 +--
 drop-rsvg2-sharp.patch |  444 +++
 fix-build.patch|   32 +-
 systemd-support.patch  |  132 +--
 6 files changed, 543 insertions(+), 543 deletions(-)

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


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

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:04:37
  Author: bgyorgy
Revision: 123871

upgpkg: docky 2.2.0-3

Add missing librsvg dependency

Modified:
  docky/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 13:57:29 UTC (rev 123870)
+++ PKGBUILD2014-12-14 15:04:37 UTC (rev 123871)
@@ -6,12 +6,12 @@
 
 pkgname=docky
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Full fledged dock application that makes opening common applications 
and managing windows easier and quicker
 url=http://wiki.go-docky.com/;
 arch=('any')
 license=('GPL')
-depends=('gconf-sharp' 'gnome-keyring-sharp' 'mono-addins' 'notify-sharp' 
'wnck-sharp' 'gkeyfile-sharp')
+depends=('gconf-sharp' 'gkeyfile-sharp' 'gnome-keyring-sharp' 'librsvg' 
'mono-addins' 'notify-sharp' 'wnck-sharp')
 makedepends=('intltool' 'gio-sharp')
 install=$pkgname.install
 
source=(http://launchpad.net/$pkgname/2.2/$pkgver/+download/$pkgname-$pkgver.tar.xz;


[arch-commits] Commit in gnome-screensaver/trunk (PKGBUILD recenter.patch)

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:33:54
  Author: bgyorgy
Revision: 123873

upgpkg: gnome-screensaver 3.6.1-11

Restore the original position after shake (FS#43068)

Added:
  gnome-screensaver/trunk/recenter.patch
Modified:
  gnome-screensaver/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 recenter.patch |   16 
 2 files changed, 24 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 15:04:46 UTC (rev 123872)
+++ PKGBUILD2014-12-14 15:33:54 UTC (rev 123873)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=10
+pkgrel=11
 pkgdesc=Legacy GNOME screensaver
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -22,7 +22,8 @@
lock_screen_on_suspend.patch
lightdm_switch_user.patch
use-screensaver-background.patch
-   flashback-autostart.patch)
+   flashback-autostart.patch
+   recenter.patch)
 sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
 '4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
@@ -31,7 +32,8 @@
 '516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8'
 '5d40bd6e1843150912dc52932eaa94c0f6d57931fd45a3769ef40e2335fe3c6f'
 '7161ff962801d9e34ea564c372de4b5f93b30180b83c13aadbc9a8a1cd73ff65'
-'73b78723696fac36b409ce10fe58ac2e03ed558f812a7b82cfd4d2386dfdaa03')
+'73b78723696fac36b409ce10fe58ac2e03ed558f812a7b82cfd4d2386dfdaa03'
+'6c428b9296376e4b5e2aaf503a754a1ba58333aab50c82279b7c5615d8dd9e69')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -56,6 +58,9 @@
 
   # Add autostart file for GNOME Flashback
   patch -Np1 -i $srcdir/flashback-autostart.patch
+
+  # Restore the original position after shake
+  patch -Np1 -i $srcdir/recenter.patch
 }
 
 build() {

Added: recenter.patch
===
--- recenter.patch  (rev 0)
+++ recenter.patch  2014-12-14 15:33:54 UTC (rev 123873)
@@ -0,0 +1,16 @@
+diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
+index d267f59..fbfbd8a 100644
+--- a/src/gs-window-x11.c
 b/src/gs-window-x11.c
+@@ -1283,6 +1283,11 @@ shake_dialog (GSWindow *window)
+ g_usleep (1);
+ }
+ 
++gtk_alignment_set_padding (GTK_ALIGNMENT (window-priv-lock_box),
++   0, 0,
++   0,
++   0);
++
+ window-priv-dialog_shake_in_progress = FALSE;
+ maybe_kill_dialog (window);
+ }


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

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:34:12
  Author: bgyorgy
Revision: 123874

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

Deleted:
  gnome-screensaver/repos/community-i686/PKGBUILD
  gnome-screensaver/repos/community-i686/fix-autoconf.patch
  gnome-screensaver/repos/community-i686/fix-systemd-support.patch
  gnome-screensaver/repos/community-i686/gnome-screensaver.pam
  gnome-screensaver/repos/community-i686/lightdm_switch_user.patch
  gnome-screensaver/repos/community-i686/lock_screen_on_suspend.patch
  gnome-screensaver/repos/community-i686/move-desktop-file.patch
  gnome-screensaver/repos/community-i686/use-screensaver-background.patch
  gnome-screensaver/repos/community-x86_64/PKGBUILD
  gnome-screensaver/repos/community-x86_64/fix-autoconf.patch
  gnome-screensaver/repos/community-x86_64/fix-systemd-support.patch
  gnome-screensaver/repos/community-x86_64/gnome-screensaver.pam
  gnome-screensaver/repos/community-x86_64/lightdm_switch_user.patch
  gnome-screensaver/repos/community-x86_64/lock_screen_on_suspend.patch
  gnome-screensaver/repos/community-x86_64/move-desktop-file.patch
  gnome-screensaver/repos/community-x86_64/use-screensaver-background.patch

---+
 community-i686/PKGBUILD   |   73 --
 community-i686/fix-autoconf.patch |   12 --
 community-i686/fix-systemd-support.patch  |   91 --
 community-i686/gnome-screensaver.pam  |3 
 community-i686/lightdm_switch_user.patch  |  100 
 community-i686/lock_screen_on_suspend.patch   |   51 --
 community-i686/move-desktop-file.patch|   34 --
 community-i686/use-screensaver-background.patch   |   53 --
 community-x86_64/PKGBUILD |   73 --
 community-x86_64/fix-autoconf.patch   |   12 --
 community-x86_64/fix-systemd-support.patch|   91 --
 community-x86_64/gnome-screensaver.pam|3 
 community-x86_64/lightdm_switch_user.patch|  100 
 community-x86_64/lock_screen_on_suspend.patch |   51 --
 community-x86_64/move-desktop-file.patch  |   34 --
 community-x86_64/use-screensaver-background.patch |   53 --
 16 files changed, 834 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-14 15:33:54 UTC (rev 123873)
+++ community-i686/PKGBUILD 2014-12-14 15:34:12 UTC (rev 123874)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-screensaver
-pkgver=3.6.1
-pkgrel=10
-pkgdesc=Legacy GNOME screensaver
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://wiki.gnome.org/Projects/GnomeScreensaver;
-backup=(etc/pam.d/gnome-screensaver)
-depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
-makedepends=('intltool' 'gnome-common')
-optdepends=('gnome-backgrounds: default background')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-   gnome-screensaver.pam
-   move-desktop-file.patch
-   fix-autoconf.patch
-   fix-systemd-support.patch
-   lock_screen_on_suspend.patch
-   lightdm_switch_user.patch
-   use-screensaver-background.patch
-   flashback-autostart.patch)
-sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
-'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
-'4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
-'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb'
-'8aa387578c1756e573f6558a66be25fc96d7e8567fb7bee580159479841f5f45'
-'516c479558576c6c5a2509abfcbf4fdafb5953d252e7a4ab972f9db6137daca8'
-'5d40bd6e1843150912dc52932eaa94c0f6d57931fd45a3769ef40e2335fe3c6f'
-'7161ff962801d9e34ea564c372de4b5f93b30180b83c13aadbc9a8a1cd73ff65'
-'73b78723696fac36b409ce10fe58ac2e03ed558f812a7b82cfd4d2386dfdaa03')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Upstream patch that moves gnome-screensaver desktop file out of autostart
-  patch -Np1 -i $srcdir/move-desktop-file.patch
-
-  # Fix build
-  patch -Np1 -i $srcdir/fix-autoconf.patch
-
-  # Fix systemd support
-  patch -Np1 -i $srcdir/fix-systemd-support.patch
-
-  # Lock screen on suspend with systemd
-  patch -Np1 -i $srcdir/lock_screen_on_suspend.patch
-
-  # Add support for user switch with LightDM
-  patch -Np1 -i $srcdir/lightdm_switch_user.patch
-
-  # Honour background setting of the lock screen
-  patch -Np1 -i $srcdir/use-screensaver-background.patch
-
-  # Add autostart file for GNOME Flashback
-  patch -Np1 -i 

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

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:36:22
  Author: bgyorgy
Revision: 123875

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

Added:
  gnome-screensaver/repos/community-i686/PKGBUILD
(from rev 123874, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-i686/fix-autoconf.patch
(from rev 123874, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-i686/fix-systemd-support.patch
(from rev 123874, gnome-screensaver/trunk/fix-systemd-support.patch)
  gnome-screensaver/repos/community-i686/flashback-autostart.patch
(from rev 123874, gnome-screensaver/trunk/flashback-autostart.patch)
  gnome-screensaver/repos/community-i686/gnome-screensaver.pam
(from rev 123874, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-i686/lightdm_switch_user.patch
(from rev 123874, gnome-screensaver/trunk/lightdm_switch_user.patch)
  gnome-screensaver/repos/community-i686/lock_screen_on_suspend.patch
(from rev 123874, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-i686/move-desktop-file.patch
(from rev 123874, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-i686/recenter.patch
(from rev 123874, gnome-screensaver/trunk/recenter.patch)
  gnome-screensaver/repos/community-i686/use-screensaver-background.patch
(from rev 123874, gnome-screensaver/trunk/use-screensaver-background.patch)
  gnome-screensaver/repos/community-x86_64/PKGBUILD
(from rev 123874, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-x86_64/fix-autoconf.patch
(from rev 123874, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-x86_64/fix-systemd-support.patch
(from rev 123874, gnome-screensaver/trunk/fix-systemd-support.patch)
  gnome-screensaver/repos/community-x86_64/flashback-autostart.patch
(from rev 123874, gnome-screensaver/trunk/flashback-autostart.patch)
  gnome-screensaver/repos/community-x86_64/gnome-screensaver.pam
(from rev 123874, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-x86_64/lightdm_switch_user.patch
(from rev 123874, gnome-screensaver/trunk/lightdm_switch_user.patch)
  gnome-screensaver/repos/community-x86_64/lock_screen_on_suspend.patch
(from rev 123874, gnome-screensaver/trunk/lock_screen_on_suspend.patch)
  gnome-screensaver/repos/community-x86_64/move-desktop-file.patch
(from rev 123874, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-x86_64/recenter.patch
(from rev 123874, gnome-screensaver/trunk/recenter.patch)
  gnome-screensaver/repos/community-x86_64/use-screensaver-background.patch
(from rev 123874, gnome-screensaver/trunk/use-screensaver-background.patch)
Deleted:
  gnome-screensaver/repos/community-i686/flashback-autostart.patch
  gnome-screensaver/repos/community-x86_64/flashback-autostart.patch

---+
 /flashback-autostart.patch|  194 
 community-i686/PKGBUILD   |   78 
 community-i686/fix-autoconf.patch |   12 +
 community-i686/fix-systemd-support.patch  |   91 +
 community-i686/flashback-autostart.patch  |   97 --
 community-i686/gnome-screensaver.pam  |3 
 community-i686/lightdm_switch_user.patch  |  100 ++
 community-i686/lock_screen_on_suspend.patch   |   51 +
 community-i686/move-desktop-file.patch|   34 +++
 community-i686/recenter.patch |   16 +
 community-i686/use-screensaver-background.patch   |   53 +
 community-x86_64/PKGBUILD |   78 
 community-x86_64/fix-autoconf.patch   |   12 +
 community-x86_64/fix-systemd-support.patch|   91 +
 community-x86_64/flashback-autostart.patch|   97 --
 community-x86_64/gnome-screensaver.pam|3 
 community-x86_64/lightdm_switch_user.patch|  100 ++
 community-x86_64/lock_screen_on_suspend.patch |   51 +
 community-x86_64/move-desktop-file.patch  |   34 +++
 community-x86_64/recenter.patch   |   16 +
 community-x86_64/use-screensaver-background.patch |   53 +
 21 files changed, 1070 insertions(+), 194 deletions(-)

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


[arch-commits] Commit in (3 files)

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:55:39
  Author: bgyorgy
Revision: 123876

Add python2-elib-intl as a new dependency for gourmet

Added:
  python2-elib-intl/
  python2-elib-intl/trunk/
  python2-elib-intl/trunk/PKGBUILD

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

Added: python2-elib-intl/trunk/PKGBUILD
===
--- python2-elib-intl/trunk/PKGBUILD(rev 0)
+++ python2-elib-intl/trunk/PKGBUILD2014-12-14 15:55:39 UTC (rev 123876)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Karsten Hinz k.hinz at tu-bs dot de
+
+pkgname=python2-elib-intl
+pkgver=0.0.3
+pkgrel=1
+pkgdesc=Enhanced internationalization (I18N) services for Python modules and 
applications
+arch=('any')
+url=https://github.com/dieterv/elib.intl;
+license=('LGPL')
+depends=('python2')
+makedepends=('git' 'python2-setuptools')
+source=($pkgname-$pkgver::git://github.com/dieterv/elib.intl#commit=d09997cfef)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


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


[arch-commits] Commit in python2-elib-intl (3 files)

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 16:57:45
  Author: bgyorgy
Revision: 123877

archrelease: copy trunk to community-any

Added:
  python2-elib-intl/repos/
  python2-elib-intl/repos/community-any/
  python2-elib-intl/repos/community-any/PKGBUILD
(from rev 123876, python2-elib-intl/trunk/PKGBUILD)

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

Copied: python2-elib-intl/repos/community-any/PKGBUILD (from rev 123876, 
python2-elib-intl/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-12-14 15:57:45 UTC (rev 123877)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Karsten Hinz k.hinz at tu-bs dot de
+
+pkgname=python2-elib-intl
+pkgver=0.0.3
+pkgrel=1
+pkgdesc=Enhanced internationalization (I18N) services for Python modules and 
applications
+arch=('any')
+url=https://github.com/dieterv/elib.intl;
+license=('LGPL')
+depends=('python2')
+makedepends=('git' 'python2-setuptools')
+source=($pkgname-$pkgver::git://github.com/dieterv/elib.intl#commit=d09997cfef)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


[arch-commits] Commit in gourmet/repos/community-any (6 files)

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 17:05:41
  Author: bgyorgy
Revision: 123879

archrelease: copy trunk to community-any

Added:
  gourmet/repos/community-any/.contrib
(from rev 123878, gourmet/trunk/.contrib)
  gourmet/repos/community-any/PKGBUILD
(from rev 123878, gourmet/trunk/PKGBUILD)
  gourmet/repos/community-any/gourmet.install
(from rev 123878, gourmet/trunk/gourmet.install)
Deleted:
  gourmet/repos/community-any/.contrib
  gourmet/repos/community-any/PKGBUILD
  gourmet/repos/community-any/gourmet.install

-+
 .contrib|6 ++--
 PKGBUILD|   80 +++---
 gourmet.install |   22 +++---
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: .contrib
===
--- .contrib2014-12-14 16:05:34 UTC (rev 123878)
+++ .contrib2014-12-14 16:05:41 UTC (rev 123879)
@@ -1,3 +0,0 @@
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Andrew Conkling andrew...@fr.st

Copied: gourmet/repos/community-any/.contrib (from rev 123878, 
gourmet/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-12-14 16:05:41 UTC (rev 123879)
@@ -0,0 +1,3 @@
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Andrew Conkling andrew...@fr.st

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-14 16:05:34 UTC (rev 123878)
+++ PKGBUILD2014-12-14 16:05:41 UTC (rev 123879)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Ray Rashif sc...@archlinux.org
-
-pkgname=gourmet
-pkgver=0.17.4
-pkgrel=1
-pkgdesc=A simple but powerful recipe-managing application
-arch=('any')
-url=http://thinkle.github.io/gourmet/;
-license=('GPL')
-depends=('pygtk' 'python2-pillow' 'python2-sqlalchemy')
-makedepends=('python2-distutils-extra')
-optdepends=('gstreamer0.10-python: play timer sounds'
-'ipython2: Python Shell plugin'
-'pyrtf: RTF support'
-'python2-beautifulsoup3: Webpage import plugin'
-'python2-gtkspell: Spell Checking plugin'
-'python2-poppler: Printing and PDF Export plugin'
-'python2-reportlab: Printing and PDF Export plugin')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;)
-md5sums=('937334364abc3093709a604c1d473e9f')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: gourmet/repos/community-any/PKGBUILD (from rev 123878, 
gourmet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-14 16:05:41 UTC (rev 123879)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ray Rashif sc...@archlinux.org
+
+pkgname=gourmet
+pkgver=0.17.4
+pkgrel=2
+pkgdesc=A simple but powerful recipe-managing application
+arch=('any')
+url=http://thinkle.github.io/gourmet/;
+license=('GPL')
+depends=('pygtk' 'python2-elib-intl' 'python2-pillow' 'python2-sqlalchemy')
+makedepends=('python2-distutils-extra')
+optdepends=('gstreamer0.10-python: play timer sounds'
+'ipython2: Python Shell plugin'
+'pyrtf: RTF support'
+'python2-beautifulsoup3: Webpage import plugin'
+'python2-gtkspell: Spell Checking plugin'
+'python2-poppler: Printing and PDF Export plugin'
+'python2-reportlab: Printing and PDF Export plugin')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/thinkle/$pkgname/archive/$pkgver.tar.gz;)
+md5sums=('937334364abc3093709a604c1d473e9f')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}

Deleted: gourmet.install
===
--- gourmet.install 2014-12-14 16:05:34 UTC (rev 123878)
+++ gourmet.install 2014-12-14 16:05:41 UTC (rev 123879)
@@ -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: 

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

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 17:05:34
  Author: bgyorgy
Revision: 123878

upgpkg: gourmet 0.17.4-2

Add python2-elib-intl as dependency (FS#43006)

Modified:
  gourmet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 15:57:45 UTC (rev 123877)
+++ PKGBUILD2014-12-14 16:05:34 UTC (rev 123878)
@@ -4,12 +4,12 @@
 
 pkgname=gourmet
 pkgver=0.17.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A simple but powerful recipe-managing application
 arch=('any')
 url=http://thinkle.github.io/gourmet/;
 license=('GPL')
-depends=('pygtk' 'python2-pillow' 'python2-sqlalchemy')
+depends=('pygtk' 'python2-elib-intl' 'python2-pillow' 'python2-sqlalchemy')
 makedepends=('python2-distutils-extra')
 optdepends=('gstreamer0.10-python: play timer sounds'
 'ipython2: Python Shell plugin'


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:14:04
  Author: andrea
Revision: 227604

Move sni-qt from AUR

Added:
  sni-qt/
  sni-qt/repos/
  sni-qt/trunk/
  sni-qt/trunk/PKGBUILD

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

Added: sni-qt/trunk/PKGBUILD
===
--- sni-qt/trunk/PKGBUILD   (rev 0)
+++ sni-qt/trunk/PKGBUILD   2014-12-14 16:14:04 UTC (rev 227604)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Alcasa Mz alcasa...@gmail.com
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=3
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('GPL')
+depends=('qt4' 'libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install config file for apps that need Activate action
+  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
+}


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


[arch-commits] Commit in sni-qt/trunk (sni-qt.conf)

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:15:51
  Author: andrea
Revision: 227605

Add config file

Added:
  sni-qt/trunk/sni-qt.conf

-+
 sni-qt.conf |6 ++
 1 file changed, 6 insertions(+)

Added: sni-qt.conf
===
--- sni-qt.conf (rev 0)
+++ sni-qt.conf 2014-12-14 16:15:51 UTC (rev 227605)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:18:19
  Author: andrea
Revision: 227606

upgpkg: sni-qt 0.2.6-3

Redundant dependence

Modified:
  sni-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 16:15:51 UTC (rev 227605)
+++ PKGBUILD2014-12-14 16:18:19 UTC (rev 227606)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='https://launchpad.net/sni-qt'
 license=('GPL')
-depends=('qt4' 'libdbusmenu-qt')
+depends=('libdbusmenu-qt')
 makedepends=('cmake')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 'sni-qt.conf')


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:18:26
  Author: andrea
Revision: 227607

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

Added:
  sni-qt/repos/extra-i686/
  sni-qt/repos/extra-i686/PKGBUILD
(from rev 227606, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/extra-i686/sni-qt.conf
(from rev 227606, sni-qt/trunk/sni-qt.conf)
  sni-qt/repos/extra-x86_64/
  sni-qt/repos/extra-x86_64/PKGBUILD
(from rev 227606, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/extra-x86_64/sni-qt.conf
(from rev 227606, sni-qt/trunk/sni-qt.conf)

--+
 extra-i686/PKGBUILD  |   40 
 extra-i686/sni-qt.conf   |6 ++
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/sni-qt.conf |6 ++
 4 files changed, 92 insertions(+)

Copied: sni-qt/repos/extra-i686/PKGBUILD (from rev 227606, 
sni-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-14 16:18:26 UTC (rev 227607)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Alcasa Mz alcasa...@gmail.com
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=3
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install config file for apps that need Activate action
+  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
+}

Copied: sni-qt/repos/extra-i686/sni-qt.conf (from rev 227606, 
sni-qt/trunk/sni-qt.conf)
===
--- extra-i686/sni-qt.conf  (rev 0)
+++ extra-i686/sni-qt.conf  2014-12-14 16:18:26 UTC (rev 227607)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1

Copied: sni-qt/repos/extra-x86_64/PKGBUILD (from rev 227606, 
sni-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-14 16:18:26 UTC (rev 227607)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Alcasa Mz alcasa...@gmail.com
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=3
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('GPL')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install config file for apps that need Activate action
+  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
+}

Copied: sni-qt/repos/extra-x86_64/sni-qt.conf (from rev 227606, 
sni-qt/trunk/sni-qt.conf)
===
--- extra-x86_64/sni-qt.conf(rev 0)
+++ extra-x86_64/sni-qt.conf2014-12-14 16:18:26 UTC (rev 227607)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:29:00
  Author: andrea
Revision: 123880

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

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

[arch-commits] Commit in bluedevil/trunk (KDEBUG-337193.patch PKGBUILD)

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:32:29
  Author: andrea
Revision: 227608

upgpkg: bluedevil 1:2.0-2

Fix not recognized bluetooth adapter (FS#43074)

Added:
  bluedevil/trunk/KDEBUG-337193.patch
Modified:
  bluedevil/trunk/PKGBUILD

-+
 KDEBUG-337193.patch |  151 ++
 PKGBUILD|   11 ++-
 2 files changed, 159 insertions(+), 3 deletions(-)

Added: KDEBUG-337193.patch
===
--- KDEBUG-337193.patch (rev 0)
+++ KDEBUG-337193.patch 2014-12-14 16:32:29 UTC (rev 227608)
@@ -0,0 +1,151 @@
+From: David Rosca now...@gmail.com
+Date: Sat, 13 Dec 2014 12:20:24 +
+Subject: Bluedevil daemon: Save and restore adapters state
+X-Git-Url: 
http://quickgit.kde.org/?p=bluedevil.gita=commitdiffh=ff6ae6022286e118e98efd69ba1833f2be2e4842
+---
+Bluedevil daemon: Save and restore adapters state
+
+Fixes issue that some adapters were always powered off
+on startup.
+
+BUG: 337193
+---
+
+
+--- a/src/daemon/kded/BlueDevilDaemon.cpp
 b/src/daemon/kded/BlueDevilDaemon.cpp
+@@ -36,6 +36,7 @@
+ #include KPluginFactory
+ #include kfileplacesmodel.h
+ #include kdirnotify.h
++#include ksharedconfig.h
+ 
+ #include bluedevil/bluedevilmanager.h
+ #include bluedevil/bluedeviladapter.h
+@@ -66,6 +67,7 @@
+ QTimer   m_timer;
+ KComponentData  m_componentData;
+ QHashQString, boolm_adapterPoweredHash;
++KSharedConfig::Ptr  m_config;
+ };
+ 
+ BlueDevilDaemon::BlueDevilDaemon(QObject *parent, const QListQVariant)
+@@ -83,6 +85,7 @@
+ , QDBusConnection::sessionBus(), 
QDBusServiceWatcher::WatchForUnregistration, this);
+ d-m_timer.setInterval(2);
+ d-m_timer.setSingleShot(true);
++d-m_config = KSharedConfig::openConfig(bluedevilglobalrc);
+ 
+ KAboutData aboutData(
+ bluedevildaemon,
+@@ -106,6 +109,8 @@
+ 
+ connect(Manager::self(), SIGNAL(usableAdapterChanged(Adapter*)),
+ this, SLOT(usableAdapterChanged(Adapter*)));
++connect(Manager::self(), SIGNAL(adapterAdded(Adapter*)),
++this, SLOT(adapterAdded(Adapter*)));
+ 
+ // Catch suspend/resume events
+ QDBusConnection::systemBus().connect(org.freedesktop.login1,
+@@ -117,6 +122,8 @@
+  );
+ 
+ d-m_status = Private::Offline;
++
++restoreAdaptersState();
+ usableAdapterChanged(Manager::self()-usableAdapter());
+ 
+ if (!Manager::self()-adapters().isEmpty()) {
+@@ -126,6 +133,8 @@
+ 
+ BlueDevilDaemon::~BlueDevilDaemon()
+ {
++saveAdaptersState();
++
+ if (d-m_status == Private::Online) {
+ offlineMode();
+ }
+@@ -344,6 +353,11 @@
+ }
+ }
+ 
++void BlueDevilDaemon::adapterAdded(Adapter *adapter)
++{
++restoreAdapterState(adapter);
++}
++
+ void BlueDevilDaemon::deviceFound(Device *device)
+ {
+ kDebug(dblue())  DeviceFound:   device-name();
+@@ -359,6 +373,47 @@
+ qDebug()  Error response:   reply.error().message();
+ killMonolithic();
+ }
++}
++
++void BlueDevilDaemon::saveAdaptersState()
++{
++Manager *manager = Manager::self();
++if (!manager) {
++return;
++}
++
++KConfigGroup adaptersGroup = d-m_config-group(Adapters);
++
++Q_FOREACH (Adapter *adapter, manager-adapters()) {
++const QString key = QString(%1_powered).arg(adapter-address());
++adaptersGroup.writeEntrybool(key, adapter-isPowered());
++}
++
++d-m_config-sync();
++}
++
++// New adapters are automatically powered on
++void BlueDevilDaemon::restoreAdaptersState()
++{
++Manager *manager = Manager::self();
++if (!manager) {
++return;
++}
++
++KConfigGroup adaptersGroup = d-m_config-group(Adapters);
++
++Q_FOREACH (Adapter *adapter, manager-adapters()) {
++const QString key = QString(%1_powered).arg(adapter-address());
++adapter-setPowered(adaptersGroup.readEntrybool(key, true));
++}
++}
++
++void BlueDevilDaemon::restoreAdapterState(Adapter *adapter)
++{
++KConfigGroup adaptersGroup = d-m_config-group(Adapters);
++
++const QString key = QString(%1_powered).arg(adapter-address());
++adapter-setPowered(adaptersGroup.readEntrybool(key, true));
+ }
+ 
+ DeviceInfo BlueDevilDaemon::deviceToInfo(Device *const device) const
+
+--- a/src/daemon/kded/BlueDevilDaemon.h
 b/src/daemon/kded/BlueDevilDaemon.h
+@@ -82,6 +82,8 @@
+  */
+ void usableAdapterChanged(Adapter *adapter);
+ 
++void adapterAdded(Adapter *adapter);
++
+ /**
+  * When the agent is released this is called to unload it
+  */
+@@ -97,6 +99,10 @@
+ void executeMonolithic();
+ void killMonolithic();
+ 
++void saveAdaptersState();
++void restoreAdaptersState();
++void restoreAdapterState(Adapter *adapter);
++
+ DeviceInfo deviceToInfo (Device *const device) const;
+ 
+ private:
+


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:32:40
  Author: andrea
Revision: 227609

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

Added:
  bluedevil/repos/extra-i686/KDEBUG-337193.patch
(from rev 227608, bluedevil/trunk/KDEBUG-337193.patch)
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 227608, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-i686/bluedevil.install
(from rev 227608, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/extra-x86_64/KDEBUG-337193.patch
(from rev 227608, bluedevil/trunk/KDEBUG-337193.patch)
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 227608, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 227608, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-i686/PKGBUILD
  bluedevil/repos/extra-i686/bluedevil.install
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install

--+
 /PKGBUILD|   78 +++
 /bluedevil.install   |   24 +
 extra-i686/KDEBUG-337193.patch   |  151 +
 extra-i686/PKGBUILD  |   34 
 extra-i686/bluedevil.install |   12 --
 extra-x86_64/KDEBUG-337193.patch |  151 +
 extra-x86_64/PKGBUILD|   34 
 extra-x86_64/bluedevil.install   |   12 --
 8 files changed, 404 insertions(+), 92 deletions(-)

Copied: bluedevil/repos/extra-i686/KDEBUG-337193.patch (from rev 227608, 
bluedevil/trunk/KDEBUG-337193.patch)
===
--- extra-i686/KDEBUG-337193.patch  (rev 0)
+++ extra-i686/KDEBUG-337193.patch  2014-12-14 16:32:40 UTC (rev 227609)
@@ -0,0 +1,151 @@
+From: David Rosca now...@gmail.com
+Date: Sat, 13 Dec 2014 12:20:24 +
+Subject: Bluedevil daemon: Save and restore adapters state
+X-Git-Url: 
http://quickgit.kde.org/?p=bluedevil.gita=commitdiffh=ff6ae6022286e118e98efd69ba1833f2be2e4842
+---
+Bluedevil daemon: Save and restore adapters state
+
+Fixes issue that some adapters were always powered off
+on startup.
+
+BUG: 337193
+---
+
+
+--- a/src/daemon/kded/BlueDevilDaemon.cpp
 b/src/daemon/kded/BlueDevilDaemon.cpp
+@@ -36,6 +36,7 @@
+ #include KPluginFactory
+ #include kfileplacesmodel.h
+ #include kdirnotify.h
++#include ksharedconfig.h
+ 
+ #include bluedevil/bluedevilmanager.h
+ #include bluedevil/bluedeviladapter.h
+@@ -66,6 +67,7 @@
+ QTimer   m_timer;
+ KComponentData  m_componentData;
+ QHashQString, boolm_adapterPoweredHash;
++KSharedConfig::Ptr  m_config;
+ };
+ 
+ BlueDevilDaemon::BlueDevilDaemon(QObject *parent, const QListQVariant)
+@@ -83,6 +85,7 @@
+ , QDBusConnection::sessionBus(), 
QDBusServiceWatcher::WatchForUnregistration, this);
+ d-m_timer.setInterval(2);
+ d-m_timer.setSingleShot(true);
++d-m_config = KSharedConfig::openConfig(bluedevilglobalrc);
+ 
+ KAboutData aboutData(
+ bluedevildaemon,
+@@ -106,6 +109,8 @@
+ 
+ connect(Manager::self(), SIGNAL(usableAdapterChanged(Adapter*)),
+ this, SLOT(usableAdapterChanged(Adapter*)));
++connect(Manager::self(), SIGNAL(adapterAdded(Adapter*)),
++this, SLOT(adapterAdded(Adapter*)));
+ 
+ // Catch suspend/resume events
+ QDBusConnection::systemBus().connect(org.freedesktop.login1,
+@@ -117,6 +122,8 @@
+  );
+ 
+ d-m_status = Private::Offline;
++
++restoreAdaptersState();
+ usableAdapterChanged(Manager::self()-usableAdapter());
+ 
+ if (!Manager::self()-adapters().isEmpty()) {
+@@ -126,6 +133,8 @@
+ 
+ BlueDevilDaemon::~BlueDevilDaemon()
+ {
++saveAdaptersState();
++
+ if (d-m_status == Private::Online) {
+ offlineMode();
+ }
+@@ -344,6 +353,11 @@
+ }
+ }
+ 
++void BlueDevilDaemon::adapterAdded(Adapter *adapter)
++{
++restoreAdapterState(adapter);
++}
++
+ void BlueDevilDaemon::deviceFound(Device *device)
+ {
+ kDebug(dblue())  DeviceFound:   device-name();
+@@ -359,6 +373,47 @@
+ qDebug()  Error response:   reply.error().message();
+ killMonolithic();
+ }
++}
++
++void BlueDevilDaemon::saveAdaptersState()
++{
++Manager *manager = Manager::self();
++if (!manager) {
++return;
++}
++
++KConfigGroup adaptersGroup = d-m_config-group(Adapters);
++
++Q_FOREACH (Adapter *adapter, manager-adapters()) {
++const QString key = QString(%1_powered).arg(adapter-address());
++adaptersGroup.writeEntrybool(key, adapter-isPowered());
++}
++
++d-m_config-sync();
++}
++
++// New adapters are automatically powered on
++void BlueDevilDaemon::restoreAdaptersState()
++{
++Manager *manager = Manager::self();
++if (!manager) {
++return;
++}
++
++KConfigGroup adaptersGroup = 

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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:38:49
  Author: andrea
Revision: 123881

upgpkg: calibre 2.12.0-2

PyQt 5.4 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 16:29:00 UTC (rev 123880)
+++ PKGBUILD2014-12-14 16:38:49 UTC (rev 123881)
@@ -8,15 +8,15 @@
 
 pkgname=calibre
 pkgver=2.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
+arch=('i686' 'x86_64')
 url=http://calibre-ebook.com/;
 license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
  'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
  'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
  'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
  'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments')


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

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 17:38:58
  Author: andrea
Revision: 123882

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

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

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

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 18:32:33
  Author: bgyorgy
Revision: 123883

upgpkg: lxpanel 0.8.0-1

Update to version 0.8.0

Modified:
  lxpanel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 16:38:58 UTC (rev 123882)
+++ PKGBUILD2014-12-14 17:32:33 UTC (rev 123883)
@@ -4,7 +4,7 @@
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=lxpanel
-pkgver=0.7.2
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 license=('GPL2')
 url='http://lxde.org/'
 groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm' 
'libkeybinder2')
 makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
 optdepends=('wireless_tools: netstat plugin')
 
source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
-sha256sums=('bbc9924b2e3b082207da7f6a659ad9454222d329e8952ff1257f2debf95e3135')
+sha256sums=('94dd664ed6c7c001ca83959cdeadaa386ba0d2c91f113c2e6d318a5f33604415')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-14 Thread Balló György
Date: Sunday, December 14, 2014 @ 18:32:43
  Author: bgyorgy
Revision: 123884

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-14 17:32:33 UTC (rev 123883)
+++ community-i686/PKGBUILD 2014-12-14 17:32:43 UTC (rev 123884)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxpanel
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='Lightweight X11 desktop panel for LXDE'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
-makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
-sha256sums=('bbc9924b2e3b082207da7f6a659ad9454222d329e8952ff1257f2debf95e3135')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS+=' -lgmodule-2.0' ./configure \
---sysconfdir=/etc \
---prefix=/usr \
---enable-man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-i686/PKGBUILD (from rev 123883, 
lxpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-14 17:32:43 UTC (rev 123884)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm' 
'libkeybinder2')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
+sha256sums=('94dd664ed6c7c001ca83959cdeadaa386ba0d2c91f113c2e6d318a5f33604415')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--sysconfdir=/etc \
+--prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-14 17:32:33 UTC (rev 123883)
+++ community-x86_64/PKGBUILD   2014-12-14 17:32:43 UTC (rev 123884)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxpanel
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='Lightweight X11 desktop panel for LXDE'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm')
-makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/lxpanel-$pkgver.tar.xz)
-sha256sums=('bbc9924b2e3b082207da7f6a659ad9454222d329e8952ff1257f2debf95e3135')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS+=' -lgmodule-2.0' ./configure \
---sysconfdir=/etc \
---prefix=/usr \
---enable-man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-x86_64/PKGBUILD (from rev 123883, 
lxpanel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-14 17:32:43 UTC (rev 123884)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 

[arch-commits] Commit in mlocate/trunk (PKGBUILD updatedb.timer)

2014-12-14 Thread Gaetan Bisson
Date: Sunday, December 14, 2014 @ 18:56:14
  Author: bisson
Revision: 227610

fix FS#41688

Modified:
  mlocate/trunk/PKGBUILD
  mlocate/trunk/updatedb.timer

+
 PKGBUILD   |4 ++--
 updatedb.timer |5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 16:32:40 UTC (rev 227609)
+++ PKGBUILD2014-12-14 17:56:14 UTC (rev 227610)
@@ -5,7 +5,7 @@
 
 pkgname=mlocate
 pkgver=0.26
-pkgrel=4
+pkgrel=5
 pkgdesc='Merging locate/updatedb implementation'
 url='https://fedorahosted.org/mlocate/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
updatedb.{timer,service})
 sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
   '0150379149bf9d714bc81332d775fc273e7e3535'
-  'c2155e7f53d89dd23db732b4819fdaa7462cfc30'
+  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
   '387185ea34fc65f8457cb40dc374319f0b2490cd')
 
 prepare() {

Modified: updatedb.timer
===
--- updatedb.timer  2014-12-14 16:32:40 UTC (rev 227609)
+++ updatedb.timer  2014-12-14 17:56:14 UTC (rev 227610)
@@ -2,5 +2,6 @@
 Description=Daily locate database update
 
 [Timer]
-OnBootSec=15min
-OnUnitActiveSec=1d
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true


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

2014-12-14 Thread Gaetan Bisson
Date: Sunday, December 14, 2014 @ 18:56:57
  Author: bisson
Revision: 227611

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

Added:
  mlocate/repos/testing-i686/PKGBUILD
(from rev 227610, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-i686/updatedb.conf
(from rev 227610, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-i686/updatedb.service
(from rev 227610, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-i686/updatedb.timer
(from rev 227610, mlocate/trunk/updatedb.timer)
  mlocate/repos/testing-x86_64/PKGBUILD
(from rev 227610, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-x86_64/updatedb.conf
(from rev 227610, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-x86_64/updatedb.service
(from rev 227610, mlocate/trunk/updatedb.service)
  mlocate/repos/testing-x86_64/updatedb.timer
(from rev 227610, mlocate/trunk/updatedb.timer)
Deleted:
  mlocate/repos/testing-i686/PKGBUILD
  mlocate/repos/testing-i686/updatedb.conf
  mlocate/repos/testing-i686/updatedb.service
  mlocate/repos/testing-i686/updatedb.timer
  mlocate/repos/testing-x86_64/PKGBUILD
  mlocate/repos/testing-x86_64/updatedb.conf
  mlocate/repos/testing-x86_64/updatedb.service
  mlocate/repos/testing-x86_64/updatedb.timer

-+
 /PKGBUILD   |  114 ++
 /updatedb.conf  |8 ++
 /updatedb.service   |   14 
 /updatedb.timer |   14 
 testing-i686/PKGBUILD   |   57 ---
 testing-i686/updatedb.conf  |4 -
 testing-i686/updatedb.service   |7 --
 testing-i686/updatedb.timer |6 --
 testing-x86_64/PKGBUILD |   57 ---
 testing-x86_64/updatedb.conf|4 -
 testing-x86_64/updatedb.service |7 --
 testing-x86_64/updatedb.timer   |6 --
 12 files changed, 150 insertions(+), 148 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-14 17:56:14 UTC (rev 227610)
+++ testing-i686/PKGBUILD   2014-12-14 17:56:57 UTC (rev 227611)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: lydgate
-
-pkgname=mlocate
-pkgver=0.26
-pkgrel=4
-pkgdesc='Merging locate/updatedb implementation'
-url='https://fedorahosted.org/mlocate/'
-arch=('i686' 'x86_64')
-license=('GPL')
-backup=('etc/updatedb.conf')
-depends=('glibc')
-source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
-   'updatedb.conf'
-   updatedb.{timer,service})
-sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
-  '0150379149bf9d714bc81332d775fc273e7e3535'
-  'c2155e7f53d89dd23db732b4819fdaa7462cfc30'
-  '387185ea34fc65f8457cb40dc374319f0b2490cd')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -i '/^groupname /s/mlocate/locate/' Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   chgrp 21 ${pkgdir}/usr/bin/locate
-   chmod 2755 ${pkgdir}/usr/bin/locate
-   ln -s locate ${pkgdir}/usr/bin/slocate
-
-   install -dm755 ${pkgdir}/var/lib
-   install -dm750 -g21 ${pkgdir}/var/lib/locate
-   
-   install -Dm644 ../updatedb.conf ${pkgdir}/etc/updatedb.conf
-
-   install -D -m644 ${srcdir}/updatedb.timer 
${pkgdir}/usr/lib/systemd/system/updatedb.timer
-   install -D -m644 ${srcdir}/updatedb.service 
${pkgdir}/usr/lib/systemd/system/updatedb.service
-   install -d -m755 
${pkgdir}/usr/lib/systemd/system/multi-user.target.wants
-   ln -s ../updatedb.timer 
${pkgdir}//usr/lib/systemd/system/multi-user.target.wants/updatedb.timer
-}

Copied: mlocate/repos/testing-i686/PKGBUILD (from rev 227610, 
mlocate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-14 17:56:57 UTC (rev 227611)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.26
+pkgrel=5
+pkgdesc='Merging locate/updatedb implementation'
+url='https://fedorahosted.org/mlocate/'
+arch=('i686' 'x86_64')
+license=('GPL')
+backup=('etc/updatedb.conf')
+depends=('glibc')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
+   'updatedb.conf'
+   updatedb.{timer,service})
+sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
+  '0150379149bf9d714bc81332d775fc273e7e3535'
+  

[arch-commits] Commit in qt4/trunk (PKGBUILD kubuntu_14_systemtrayicon.diff)

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 18:59:49
  Author: andrea
Revision: 227612

Support for systray icons in Plasma Next and Unity

Added:
  qt4/trunk/kubuntu_14_systemtrayicon.diff
Modified:
  qt4/trunk/PKGBUILD

+
 PKGBUILD   |   14 
 kubuntu_14_systemtrayicon.diff | 1466 +++
 2 files changed, 1476 insertions(+), 4 deletions(-)

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


[arch-commits] Commit in qt4/repos (42 files)

2014-12-14 Thread Andrea Scarpino
Date: Sunday, December 14, 2014 @ 19:00:19
  Author: andrea
Revision: 227613

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

Added:
  qt4/repos/extra-i686/CVE-2014-0190.patch
(from rev 227612, qt4/trunk/CVE-2014-0190.patch)
  qt4/repos/extra-i686/PKGBUILD
(from rev 227612, qt4/trunk/PKGBUILD)
  qt4/repos/extra-i686/assistant-qt4.desktop
(from rev 227612, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-i686/designer-qt4.desktop
(from rev 227612, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-i686/improve-cups-support.patch
(from rev 227612, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-i686/kubuntu_14_systemtrayicon.diff
(from rev 227612, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/extra-i686/linguist-qt4.desktop
(from rev 227612, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-i686/moc-boost-workaround.patch
(from rev 227612, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
(from rev 227612, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-i686/qt4.install
(from rev 227612, qt4/trunk/qt4.install)
  qt4/repos/extra-i686/qtconfig-qt4.desktop
(from rev 227612, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/extra-x86_64/CVE-2014-0190.patch
(from rev 227612, qt4/trunk/CVE-2014-0190.patch)
  qt4/repos/extra-x86_64/PKGBUILD
(from rev 227612, qt4/trunk/PKGBUILD)
  qt4/repos/extra-x86_64/assistant-qt4.desktop
(from rev 227612, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-x86_64/designer-qt4.desktop
(from rev 227612, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-x86_64/improve-cups-support.patch
(from rev 227612, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 227612, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/extra-x86_64/linguist-qt4.desktop
(from rev 227612, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-x86_64/moc-boost-workaround.patch
(from rev 227612, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
(from rev 227612, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-x86_64/qt4.install
(from rev 227612, qt4/trunk/qt4.install)
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop
(from rev 227612, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-i686/CVE-2014-0190.patch
  qt4/repos/extra-i686/PKGBUILD
  qt4/repos/extra-i686/assistant-qt4.desktop
  qt4/repos/extra-i686/designer-qt4.desktop
  qt4/repos/extra-i686/improve-cups-support.patch
  qt4/repos/extra-i686/linguist-qt4.desktop
  qt4/repos/extra-i686/moc-boost-workaround.patch
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
  qt4/repos/extra-i686/qt4.install
  qt4/repos/extra-i686/qtconfig-qt4.desktop
  qt4/repos/extra-x86_64/CVE-2014-0190.patch
  qt4/repos/extra-x86_64/PKGBUILD
  qt4/repos/extra-x86_64/assistant-qt4.desktop
  qt4/repos/extra-x86_64/designer-qt4.desktop
  qt4/repos/extra-x86_64/improve-cups-support.patch
  qt4/repos/extra-x86_64/linguist-qt4.desktop
  qt4/repos/extra-x86_64/moc-boost-workaround.patch
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
  qt4/repos/extra-x86_64/qt4.install
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop

-+
 /CVE-2014-0190.patch|   64 +
 /PKGBUILD   |  324 +
 /assistant-qt4.desktop  |   18 
 /designer-qt4.desktop   |   22 
 /improve-cups-support.patch |  168 ++
 /linguist-qt4.desktop   |   20 
 /moc-boost-workaround.patch |   24 
 /qdbusviewer-qt4.desktop|   20 
 /qt4.install|   24 
 /qtconfig-qt4.desktop   |   18 
 extra-i686/CVE-2014-0190.patch  |   32 
 extra-i686/PKGBUILD |  156 --
 extra-i686/assistant-qt4.desktop|9 
 extra-i686/designer-qt4.desktop |   11 
 extra-i686/improve-cups-support.patch   |   84 -
 extra-i686/kubuntu_14_systemtrayicon.diff   | 1466 ++
 extra-i686/linguist-qt4.desktop |   10 
 extra-i686/moc-boost-workaround.patch   |   12 
 extra-i686/qdbusviewer-qt4.desktop  |   10 
 extra-i686/qt4.install  |   12 
 extra-i686/qtconfig-qt4.desktop |9 
 extra-x86_64/CVE-2014-0190.patch|   32 
 extra-x86_64/PKGBUILD   |  156 --
 extra-x86_64/assistant-qt4.desktop  |9 
 extra-x86_64/designer-qt4.desktop   |   11 
 extra-x86_64/improve-cups-support.patch |   84 -
 extra-x86_64/kubuntu_14_systemtrayicon.diff | 1466 ++
 extra-x86_64/linguist-qt4.desktop   |   10 
 extra-x86_64/moc-boost-workaround.patch |   12 
 extra-x86_64/qdbusviewer-qt4.desktop|   10 
 extra-x86_64/qt4.install|   12 
 

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

2014-12-14 Thread Laurent Carlier
Date: Sunday, December 14, 2014 @ 19:06:38
  Author: lcarlier
Revision: 227615

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

Added:
  mesa/repos/testing-i686/
  mesa/repos/testing-i686/LICENSE
(from rev 227614, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 227614, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/LICENSE
(from rev 227614, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 227614, mesa/trunk/PKGBUILD)

-+
 testing-i686/LICENSE|   82 ++
 testing-i686/PKGBUILD   |  165 ++
 testing-x86_64/LICENSE  |   82 ++
 testing-x86_64/PKGBUILD |  165 ++
 4 files changed, 494 insertions(+)

Copied: mesa/repos/testing-i686/LICENSE (from rev 227614, mesa/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2014-12-14 18:06:38 UTC (rev 227615)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa/repos/testing-i686/PKGBUILD (from rev 227614, mesa/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   

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

2014-12-14 Thread Laurent Carlier
Date: Sunday, December 14, 2014 @ 19:06:30
  Author: lcarlier
Revision: 227614

upgpkg: mesa 10.4.0-1

upstream update 10.4.0, mesa-dri is now merged in mesa package

Modified:
  mesa/trunk/PKGBUILD

--+
 PKGBUILD |   79 +++--
 1 file changed, 35 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 18:00:19 UTC (rev 227613)
+++ PKGBUILD2014-12-14 18:06:30 UTC (rev 227614)
@@ -3,19 +3,19 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgbase=mesa
-pkgname=('opencl-mesa' 'mesa-dri' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.3.5
+pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
+pkgver=10.4.0
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
- 'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
- 'libomxil-bellagio' 'libclc' 'clang')
+ 'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'elfutils' 'llvm'
+ 'systemd' 'libomxil-bellagio' 'libclc' 'clang')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
 LICENSE)
-sha256sums=('eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae'
+sha256sums=('98a7dff3a1a6708c79789de8b9a05d8042e867067f70e8f30387c15026233219'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
@@ -32,8 +32,6 @@
 --with-egl-platforms=x11,drm,wayland \
 --enable-llvm-shared-libs \
 --enable-egl \
---disable-gallium-egl \
---disable-gallium-gbm \
 --enable-gbm \
 --enable-gallium-llvm \
 --enable-shared-glapi \
@@ -47,12 +45,11 @@
 --enable-xa \
 --enable-vdpau \
 --enable-omx \
+--enable-nine \
 --enable-opencl --enable-opencl-icd \
 --with-clang-libdir=/usr/lib
 
 # --help
-# --disable-gallium-egl : not well maintained/expose more bugs, so prefer 
egl_dri2 (FS#40096)
-# --disable-gallium-gbm : FS#41337 only useful with gallium-egl
 
   make
 
@@ -77,31 +74,15 @@
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/opencl-mesa/
 }
 
-package_mesa-dri() {
-  pkgdesc=Mesa DRI drivers
-  depends=('expat' 'libdrm' 'libtxc_dxtn')
-  conflicts=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri')
-  provides=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri')
-  replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri')
-  optdepends=('mesa-vdpau: for accelerated video playback')
+package_libva-mesa-driver() {
+  pkgdesc=VA-API implementation for gallium
+  depends=('libdrm' 'libx11' 'llvm-libs' 'expat' 'elfutils')
 
-  install -m755 -d ${pkgdir}/etc
-  mv -v ${srcdir}/fakeinstall/etc/drirc ${pkgdir}/etc
-  
-  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
-  # ati-dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{r200,r300,r600,radeon{,si}}_dri.so
 ${pkgdir}/usr/lib/xorg/modules/dri
-  # nouveau-dri
-  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/nouveau{,_vieux}_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
-  # intel-dri
-  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
-  # svga-dri
-  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/vmwgfx_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
-  # swrast
-  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{kms_,}swrast_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
+  install -m755 -d ${pkgdir}/usr/lib
+  mv -v ${srcdir}/fakeinstall/usr/lib/dri ${pkgdir}/usr/lib

-  install -m755 -d ${pkgdir}/usr/share/licenses/mesa-dri
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa-dri/
+  install -m755 -d ${pkgdir}/usr/share/licenses/libva-mesa-driver
+  install -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/libva-mesa-driver/
 }
 
 package_mesa-vdpau() {
@@ -118,17 +99,27 @@
 package_mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification
   depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'systemd' 'elfutils' 
-   'libomxil-bellagio' 'llvm-libs' 'mesa-dri')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
-  conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
-  replaces=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
+   'libomxil-bellagio' 'expat' 'libtxc_dxtn' 'llvm-libs')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages'
+  'mesa-vdpau: for accelerated video playback'
+  'libva-mesa-driver: for 

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

2014-12-14 Thread Laurent Carlier
Date: Sunday, December 14, 2014 @ 19:35:47
  Author: lcarlier
Revision: 123885

upgpkg: lib32-mesa 10.4.0-1

upstream update 10.4.0

Modified:
  lib32-mesa/trunk/PKGBUILD

--+
 PKGBUILD |   61 ++---
 1 file changed, 22 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 17:32:43 UTC (rev 123884)
+++ PKGBUILD2014-12-14 18:35:47 UTC (rev 123885)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Radke andy...@archlinux.org
 
 pkgbase=lib32-mesa
-pkgname=('lib32-mesa-dri' 'lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.3.5
+pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
+pkgver=10.4.0
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2{,.sig}
 
#source=(ftp://ftp.freedesktop.org/pub/mesa/10.3/MesaLib-${pkgver}.tar.bz2{,.sig}
LICENSE)
-sha256sums=('eb75d2790f1606d59d50a6acaa637b6c75f2155b3e0eca3d5099165c0d9556ae'
+sha256sums=('98a7dff3a1a6708c79789de8b9a05d8042e867067f70e8f30387c15026233219'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 
@@ -41,8 +41,6 @@
 --with-egl-platforms=x11,drm,wayland \
 --enable-llvm-shared-libs \
 --enable-egl \
---disable-gallium-egl \
---disable-gallium-gbm \
 --enable-gbm \
 --enable-gallium-llvm \
 --enable-shared-glapi \
@@ -53,6 +51,7 @@
 --enable-gles1 \
 --enable-gles2 \
 --enable-texture-float \
+--enable-nine \
 --enable-vdpau 
 
   make
@@ -61,28 +60,6 @@
   make DESTDIR=${srcdir}/fakeinstall install
 }
 
-package_lib32-mesa-dri() {
-  pkgdesc=Mesa DRI drivers (32-bit)
-  depends=('lib32-expat' 'lib32-libdrm' 'lib32-llvm-libs' 'lib32-elfutils' 
'lib32-libtxc_dxtn')
-  conflicts=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
-  provides=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
-  replaces=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri')
-  optdepends=('lib32-mesa-vdpau: for accelerated video playback')
-  
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  # ati-dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon{,si}}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri
-  # nouveau-dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau{,_vieux}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
-  # intel-dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
-  # swrast
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{kms_,}swrast_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/lib32-mesa-dri
-  install -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/lib32-mesa-dri/
-}
-
 package_lib32-mesa-vdpau() {
   pkgdesc=Mesa VDPAU drivers (32-bit)
   depends=('lib32-libdrm' 'lib32-libx11' 'lib32-expat' 'lib32-llvm-libs' 
'lib32-elfutils')
@@ -97,25 +74,31 @@
 package_lib32-mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
   depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd'
-   'lib32-elfutils' 'lib32-llvm-libs' 'lib32-wayland' 'lib32-mesa-dri' 
'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
+   'lib32-elfutils' 'lib32-llvm-libs' 'lib32-wayland' 
'lib32-libtxc_dxtn' 'lib32-expat' 'mesa')
+  optdepends=('opengl-man-pages: for the OpenGL API man pages'
+  'lib32-mesa-vdpau: for accelerated video playback')
+  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl'
+'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
+  conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl'
+'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
+  replaces=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl'
+'lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 
'lib32-mesa-dri')
 
+  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
+  # ati-dri, nouveay-dri, intel-dri, swrast
+  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/* 
${pkgdir}/usr/lib32/xorg/modules/dri
+
   install -m755 -d ${pkgdir}/usr/lib32
-  mv -v ${srcdir}/fakeinstall/usr/lib32/lib{OSMesa,gbm,glapi,wayland-egl}.so* 
${pkgdir}/usr/lib32/

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

2014-12-14 Thread Laurent Carlier
Date: Sunday, December 14, 2014 @ 19:35:54
  Author: lcarlier
Revision: 123886

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 123885, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 123885, lib32-mesa/trunk/PKGBUILD)

--+
 LICENSE  |   82 +++
 PKGBUILD |  139 +
 2 files changed, 221 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/LICENSE (from rev 123885, 
lib32-mesa/trunk/LICENSE)
===
--- multilib-testing-x86_64/LICENSE (rev 0)
+++ multilib-testing-x86_64/LICENSE 2014-12-14 18:35:54 UTC (rev 123886)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL license
+from SGI, and makes no claim that Mesa is in any way a compatible
+replacement for OpenGL or associated with SGI. Those who want a
+licensed implementation of OpenGL should contact a licensed
+vendor.
+
+Please do not refer to the library as MesaGL (for legal
+reasons). It's just Mesa or The Mesa 3-D graphics
+library
+
+* OpenGL is a trademark of Silicon Graphics Incorporated.
+
+License / Copyright Information
+
+The Mesa distribution consists of several components.  Different copyrights
+and licenses apply to different components.  For example, GLUT is copyrighted
+by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
+device drivers are copyrighted by their authors.  See below for a list of
+Mesa's main components and the license for each.
+
+The core Mesa library is licensed according to the terms of the MIT license.
+This allows integration with the XFree86, Xorg and DRI projects.
+
+The default Mesa license is as follows:
+
+Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the Software),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Attention, Contributors
+
+When contributing to the Mesa project you must agree to the licensing terms
+of the component to which you're contributing.
+The following section lists the primary components of the Mesa distribution
+and their respective licenses.
+
+
+Mesa Component Licenses
+
+Component Location   Primary Author  License
+
+Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
+
+Device driverssrc/mesa/drivers/* See drivers See drivers
+
+Ext headers   include/GL/glext.h SGI SGI Free B
+  include/GL/glxext.h
+
+GLUT  src/glut/  Mark KilgardMark's copyright
+
+Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
+
+SGI GLU library   src/glu/sgi/   SGI SGI Free B
+
+demo programs progs/demos/   various see source files
+
+X demos   progs/xdemos/  Brian Paul  see source files
+
+SGI demos progs/samples/ SGI SGI copyright
+
+RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD (from rev 123885, 
lib32-mesa/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-12-14 18:35:54 UTC (rev 123886)
@@ -0,0 +1,139 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgbase=lib32-mesa

[arch-commits] Commit in lib32-libltdl/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2014-12-14 Thread Jan Steffens
Date: Sunday, December 14, 2014 @ 21:24:37
  Author: heftig
Revision: 123887

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libltdl/repos/multilib-x86_64/PKGBUILD
(from rev 123886, lib32-libltdl/trunk/PKGBUILD)
Deleted:
  lib32-libltdl/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-14 18:35:54 UTC (rev 123886)
+++ PKGBUILD2014-12-14 20:24:37 UTC (rev 123887)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=lib32-libltdl
-pkgver=2.4.4
-pkgrel=2.1
-pkgdesc=A generic library support script (32-bit)
-arch=('x86_64')
-url=http://www.gnu.org/software/libtool;
-license=('GPL')
-groups=('multilib-devel')
-depends=('sh' 'tar' 'lib32-glibc' 'libtool')
-makedepends=('gcc-multilib')
-provides=(lib32-libtool=$pkgver)
-conflicts=('lib32-libtool')
-replaces=('lib32-libtool')
-source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
-md5sums=('51bf400de3354687d68dfa2392506b7e'
- 'SKIP')
-validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
-
-build() {
-  cd ${srcdir}/libtool-${pkgver}
-  export CC=gcc -m32 CXX=g++ -m32
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec=/lib /usr/lib 
/usr/lib32 --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd ${srcdir}/libtool-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libtool-${pkgver}
-  make DESTDIR=${pkgdir} install-libLTLIBRARIES
-}

Copied: lib32-libltdl/repos/multilib-x86_64/PKGBUILD (from rev 123886, 
lib32-libltdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-14 20:24:37 UTC (rev 123887)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=lib32-libltdl
+pkgver=2.4.4
+pkgrel=2.1
+pkgdesc=A generic library support script (32-bit)
+arch=('x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+groups=('multilib-devel')
+depends=('sh' 'tar' 'lib32-glibc' 'libtool')
+makedepends=('gcc-multilib')
+provides=(lib32-libtool=$pkgver)
+conflicts=('lib32-libtool')
+replaces=('lib32-libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/libtool-${pkgver}.tar.xz{,.sig})
+md5sums=('51bf400de3354687d68dfa2392506b7e'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606')
+
+build() {
+  cd ${srcdir}/libtool-${pkgver}
+  export CC=gcc -m32 CXX=g++ -m32
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec=/lib /usr/lib 
/usr/lib32 --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd ${srcdir}/libtool-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libtool-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+}


[arch-commits] Commit in virtualbox/trunk (PKGBUILD vboxservice-nox.service)

2014-12-14 Thread Sébastien Luttringer
Date: Sunday, December 14, 2014 @ 22:09:59
  Author: seblu
Revision: 123888

upgpkg: virtualbox 4.3.20-3

Added:
  virtualbox/trunk/vboxservice-nox.service
Modified:
  virtualbox/trunk/PKGBUILD

-+
 PKGBUILD|6 --
 vboxservice-nox.service |   11 +++
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 20:24:37 UTC (rev 123887)
+++ PKGBUILD2014-12-14 21:09:59 UTC (rev 123888)
@@ -11,7 +11,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=4.3.20
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -55,6 +55,7 @@
 '60-vboxguest.rules'
 'LocalConfig.kmk'
 'vboxservice.service'
+'vboxservice-nox.service'
 'vboxweb.service'
 'vboxreload'
 '001-vboxdrv-reference.patch'
@@ -70,6 +71,7 @@
  'ed1341881437455d9735875ddf455fbe'
  '864f268375a10f54c4daf46787e0fcf2'
  '8ba9179c4a3516904417d773816dd992'
+ 'fcf6bcef98b16849d5c9f048592739c0'
  'bc9efed88e0469cd7fc460d5a5cd7b4b'
  '177c0e849790a825480cb9fba785f11b'
  '5ebaaf351419a58db6fdddbc19c58c5e'
@@ -338,7 +340,7 @@
 popd
 # systemd stuff
 install -Dm644 60-vboxguest.rules 
$pkgdir/usr/lib/udev/rules.d/60-vboxguest.rules
-install -Dm644 vboxservice.service 
$pkgdir/usr/lib/systemd/system/vboxservice.service
+install -Dm644 vboxservice-nox.service 
$pkgdir/usr/lib/systemd/system/vboxservice.service
 install -Dm644 virtualbox-guest-utils.sysusers 
$pkgdir/usr/lib/sysusers.d/virtualbox-guest-utils.conf
 # licence
 install -Dm644 $srcdir/VirtualBox-$pkgver/COPYING \

Added: vboxservice-nox.service
===
--- vboxservice-nox.service (rev 0)
+++ vboxservice-nox.service 2014-12-14 21:09:59 UTC (rev 123888)
@@ -0,0 +1,11 @@
+[Unit]
+Description=VirtualBox Guest Service
+ConditionVirtualization=oracle
+
+[Service]
+ExecStartPre=-/usr/bin/modprobe vboxguest
+ExecStartPre=-/usr/bin/modprobe vboxsf
+ExecStart=/usr/bin/VBoxService -f
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in virtualbox/repos (82 files)

2014-12-14 Thread Sébastien Luttringer
Date: Sunday, December 14, 2014 @ 22:12:03
  Author: seblu
Revision: 123889

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

Added:
  virtualbox/repos/community-testing-i686/001-vboxdrv-reference.patch
(from rev 123888, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-testing-i686/002-dri-driver-path.patch
(from rev 123888, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-i686/003-ogl-include-path.patch
(from rev 123888, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-i686/004-xorg.patch
(from rev 123888, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-testing-i686/005-gsoap-build.patch
(from rev 123888, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 123888, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-i686/007-python2-path.patch
(from rev 123888, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-i686/60-vboxdrv.rules
(from rev 123888, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-i686/60-vboxguest.rules
(from rev 123888, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-i686/LocalConfig.kmk
(from rev 123888, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-i686/PKGBUILD
(from rev 123888, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-i686/vboxreload
(from rev 123888, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-i686/vboxservice-nox.service
(from rev 123888, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-i686/vboxservice.service
(from rev 123888, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-i686/vboxweb.service
(from rev 123888, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-i686/virtualbox-ext-vnc.install
(from rev 123888, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-dkms.install
(from rev 123888, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.install
(from rev 123888, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-testing-i686/virtualbox-guest-utils.sysusers
(from rev 123888, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-i686/virtualbox-host-dkms.install
(from rev 123888, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-i686/virtualbox.install
(from rev 123888, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-testing-x86_64/001-vboxdrv-reference.patch
(from rev 123888, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-testing-x86_64/002-dri-driver-path.patch
(from rev 123888, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-testing-x86_64/003-ogl-include-path.patch
(from rev 123888, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-testing-x86_64/004-xorg.patch
(from rev 123888, virtualbox/trunk/004-xorg.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 123888, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 123888, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/007-python2-path.patch
(from rev 123888, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 123888, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 123888, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 123888, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 123888, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 123888, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 123888, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 123888, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 123888, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 123888, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-dkms.install
(from rev 123888, 

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

2014-12-14 Thread Jaroslav Lichtblau
Date: Sunday, December 14, 2014 @ 22:20:30
  Author: jlichtblau
Revision: 123890

upgpkg: kchmviewer 7.1-1

Modified:
  kchmviewer/trunk/PKGBUILD
  kchmviewer/trunk/kchmviewer.changelog
Deleted:
  kchmviewer/trunk/kchmviewer-build.patch

+
 PKGBUILD   |   26 --
 kchmviewer-build.patch |   23 ---
 kchmviewer.changelog   |3 +++
 3 files changed, 11 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 21:12:03 UTC (rev 123889)
+++ PKGBUILD2014-12-14 21:20:30 UTC (rev 123890)
@@ -1,29 +1,25 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
 # Contributor: Alexander Bogdanov and...@gmail.com
 
 pkgname=kchmviewer
-pkgver=6.1
-pkgrel=2
+pkgver=7.1
+pkgrel=1
 pkgdesc=A .chm files (MS HTML help file format) viewer
 arch=('i686' 'x86_64')
 url=http://kchmviewer.sourceforge.net/;
 license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
-makedepends=('automoc4' 'cmake' 'patch')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
 options=('libtool')
 install=$pkgname.install
 changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-build.patch)
-sha256sums=('f673c3aaca735d799d14b9f6f1b302e9bb77d5c0a0b601b4b5e0beed1c99fe78'
-'567bdcaa1809618fe3a441345586a491247b76e4dd46db8ff8497bd53d74adbc')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
 
 build() {
   cd $pkgname-$pkgver
 
-  patch -Np1 -i ${srcdir}/$pkgname-build.patch
-
   cmake . -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -34,11 +30,5 @@
   make DESTDIR=${pkgdir} install
 
 #icon file
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
-${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#msits.protocol file provided by kdegraphics-okular package
-  rm -rf ${pkgdir}/usr/share/kde4
-#kio_msits.so file provided by kdegraphics-okular package - FS#14376
-  rm -rf ${pkgdir}/usr/lib
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
 }

Deleted: kchmviewer-build.patch
===
--- kchmviewer-build.patch  2014-12-14 21:12:03 UTC (rev 123889)
+++ kchmviewer-build.patch  2014-12-14 21:20:30 UTC (rev 123890)
@@ -1,23 +0,0 @@
-diff -ruN kchmviewer-6.1-orig/packages/kchmviewer.desktop 
kchmviewer-6.1/packages/kchmviewer.desktop
 kchmviewer-6.1-orig/packages/kchmviewer.desktop2009-12-15 
07:02:57.0 +0100
-+++ kchmviewer-6.1/packages/kchmviewer.desktop 2014-05-12 20:37:00.983182220 
+0200
-@@ -3,7 +3,6 @@
- Categories=Qt;KDE;Office;Viewer;
- Terminal=false
- Type=Application
--Encoding=UTF-8
- Exec=kchmviewer %f
- Icon=kchmviewer
- GenericName=CHM file viewer
-diff -ruN kchmviewer-6.1-orig/src/CMakeLists.txt 
kchmviewer-6.1/src/CMakeLists.txt
 kchmviewer-6.1-orig/src/CMakeLists.txt 2011-12-19 08:16:43.0 
+0100
-+++ kchmviewer-6.1/src/CMakeLists.txt  2014-05-12 20:35:51.195078972 +0200
-@@ -8,7 +8,7 @@
-   dialog_chooseurlfromlist.cpp
-   dialog_setup.cpp
-   kde-qt.cpp
--  keyeventfilter.cpp
-+# keyeventfilter.cpp
-   main.cpp
-   mainwindow.cpp
-   navigationpanel.cpp

Modified: kchmviewer.changelog
===
--- kchmviewer.changelog2014-12-14 21:12:03 UTC (rev 123889)
+++ kchmviewer.changelog2014-12-14 21:20:30 UTC (rev 123890)
@@ -1,3 +1,6 @@
+2014-12-14  Jaroslav Lichtblau svetlemo...@aarchlinux.org
+   * kchmviewer 7.1-1
+
 2014-05-12  Jaroslav Lichtblau dragonl...@aur.archlinux.org
* kchmviewer 6.1-1
 


[arch-commits] Commit in kchmviewer/repos/community-x86_64 (7 files)

2014-12-14 Thread Jaroslav Lichtblau
Date: Sunday, December 14, 2014 @ 22:20:40
  Author: jlichtblau
Revision: 123891

archrelease: copy trunk to community-x86_64

Added:
  kchmviewer/repos/community-x86_64/PKGBUILD
(from rev 123890, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
(from rev 123890, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-x86_64/kchmviewer.install
(from rev 123890, kchmviewer/trunk/kchmviewer.install)
Deleted:
  kchmviewer/repos/community-x86_64/PKGBUILD
  kchmviewer/repos/community-x86_64/kchmviewer-build.patch
  kchmviewer/repos/community-x86_64/kchmviewer.changelog
  kchmviewer/repos/community-x86_64/kchmviewer.install

+
 PKGBUILD   |   78 ---
 kchmviewer-build.patch |   23 -
 kchmviewer.changelog   |   67 +---
 kchmviewer.install |   24 +++---
 4 files changed, 81 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-14 21:20:30 UTC (rev 123890)
+++ PKGBUILD2014-12-14 21:20:40 UTC (rev 123891)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Bogdanov and...@gmail.com
-
-pkgname=kchmviewer
-pkgver=6.1
-pkgrel=2
-pkgdesc=A .chm files (MS HTML help file format) viewer
-arch=('i686' 'x86_64')
-url=http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
-makedepends=('automoc4' 'cmake' 'patch')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-build.patch)
-sha256sums=('f673c3aaca735d799d14b9f6f1b302e9bb77d5c0a0b601b4b5e0beed1c99fe78'
-'567bdcaa1809618fe3a441345586a491247b76e4dd46db8ff8497bd53d74adbc')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/$pkgname-build.patch
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#icon file
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
-${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#msits.protocol file provided by kdegraphics-okular package
-  rm -rf ${pkgdir}/usr/share/kde4
-#kio_msits.so file provided by kdegraphics-okular package - FS#14376
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: kchmviewer/repos/community-x86_64/PKGBUILD (from rev 123890, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-14 21:20:40 UTC (rev 123891)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=7.1
+pkgrel=1
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer-build.patch
===
--- kchmviewer-build.patch  2014-12-14 21:20:30 UTC (rev 123890)
+++ kchmviewer-build.patch  2014-12-14 21:20:40 UTC (rev 123891)
@@ -1,23 +0,0 @@
-diff -ruN kchmviewer-6.1-orig/packages/kchmviewer.desktop 
kchmviewer-6.1/packages/kchmviewer.desktop
 kchmviewer-6.1-orig/packages/kchmviewer.desktop2009-12-15 
07:02:57.0 +0100
-+++ kchmviewer-6.1/packages/kchmviewer.desktop 2014-05-12 20:37:00.983182220 
+0200
-@@ -3,7 +3,6 @@
- Categories=Qt;KDE;Office;Viewer;
- Terminal=false
- Type=Application
--Encoding=UTF-8
- Exec=kchmviewer %f
- Icon=kchmviewer
- GenericName=CHM file viewer
-diff -ruN kchmviewer-6.1-orig/src/CMakeLists.txt 
kchmviewer-6.1/src/CMakeLists.txt
 kchmviewer-6.1-orig/src/CMakeLists.txt 2011-12-19 08:16:43.0 
+0100
-+++ kchmviewer-6.1/src/CMakeLists.txt  2014-05-12 20:35:51.195078972 +0200
-@@ -8,7 +8,7 @@
-   dialog_chooseurlfromlist.cpp
-   dialog_setup.cpp
-   kde-qt.cpp
--  keyeventfilter.cpp
-+# keyeventfilter.cpp
-   main.cpp
-   mainwindow.cpp
-   navigationpanel.cpp

Deleted: kchmviewer.changelog
===
--- 

[arch-commits] Commit in kchmviewer/repos/community-i686 (7 files)

2014-12-14 Thread Jaroslav Lichtblau
Date: Sunday, December 14, 2014 @ 22:38:46
  Author: jlichtblau
Revision: 123892

archrelease: copy trunk to community-i686

Added:
  kchmviewer/repos/community-i686/PKGBUILD
(from rev 123891, kchmviewer/trunk/PKGBUILD)
  kchmviewer/repos/community-i686/kchmviewer.changelog
(from rev 123891, kchmviewer/trunk/kchmviewer.changelog)
  kchmviewer/repos/community-i686/kchmviewer.install
(from rev 123891, kchmviewer/trunk/kchmviewer.install)
Deleted:
  kchmviewer/repos/community-i686/PKGBUILD
  kchmviewer/repos/community-i686/kchmviewer-build.patch
  kchmviewer/repos/community-i686/kchmviewer.changelog
  kchmviewer/repos/community-i686/kchmviewer.install

+
 PKGBUILD   |   78 ---
 kchmviewer-build.patch |   23 -
 kchmviewer.changelog   |   67 +---
 kchmviewer.install |   24 +++---
 4 files changed, 81 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-14 21:20:40 UTC (rev 123891)
+++ PKGBUILD2014-12-14 21:38:46 UTC (rev 123892)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Bogdanov and...@gmail.com
-
-pkgname=kchmviewer
-pkgver=6.1
-pkgrel=2
-pkgdesc=A .chm files (MS HTML help file format) viewer
-arch=('i686' 'x86_64')
-url=http://kchmviewer.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils')
-makedepends=('automoc4' 'cmake' 'patch')
-options=('libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-build.patch)
-sha256sums=('f673c3aaca735d799d14b9f6f1b302e9bb77d5c0a0b601b4b5e0beed1c99fe78'
-'567bdcaa1809618fe3a441345586a491247b76e4dd46db8ff8497bd53d74adbc')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/$pkgname-build.patch
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#icon file
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/packages/$pkgname.png \
-${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#msits.protocol file provided by kdegraphics-okular package
-  rm -rf ${pkgdir}/usr/share/kde4
-#kio_msits.so file provided by kdegraphics-okular package - FS#14376
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: kchmviewer/repos/community-i686/PKGBUILD (from rev 123891, 
kchmviewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-14 21:38:46 UTC (rev 123892)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlem...@archlinux.org
+# Contributor: Alexander Bogdanov and...@gmail.com
+
+pkgname=kchmviewer
+pkgver=7.1
+pkgrel=1
+pkgdesc=A .chm files (MS HTML help file format) viewer
+arch=('i686' 'x86_64')
+url=http://kchmviewer.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'chmlib' 'kdebase-runtime' 'xdg-utils' 'libzip')
+makedepends=('automoc4' 'cmake')
+options=('libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a410d0a343d8a871cc860e2983079981806eb70cbf0c970fa1bcf5689821144f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#icon file
+  install -Dm644 packages/$pkgname.png 
${pkgdir}/usr/share/pixmaps/$pkgname.png
+}

Deleted: kchmviewer-build.patch
===
--- kchmviewer-build.patch  2014-12-14 21:20:40 UTC (rev 123891)
+++ kchmviewer-build.patch  2014-12-14 21:38:46 UTC (rev 123892)
@@ -1,23 +0,0 @@
-diff -ruN kchmviewer-6.1-orig/packages/kchmviewer.desktop 
kchmviewer-6.1/packages/kchmviewer.desktop
 kchmviewer-6.1-orig/packages/kchmviewer.desktop2009-12-15 
07:02:57.0 +0100
-+++ kchmviewer-6.1/packages/kchmviewer.desktop 2014-05-12 20:37:00.983182220 
+0200
-@@ -3,7 +3,6 @@
- Categories=Qt;KDE;Office;Viewer;
- Terminal=false
- Type=Application
--Encoding=UTF-8
- Exec=kchmviewer %f
- Icon=kchmviewer
- GenericName=CHM file viewer
-diff -ruN kchmviewer-6.1-orig/src/CMakeLists.txt 
kchmviewer-6.1/src/CMakeLists.txt
 kchmviewer-6.1-orig/src/CMakeLists.txt 2011-12-19 08:16:43.0 
+0100
-+++ kchmviewer-6.1/src/CMakeLists.txt  2014-05-12 20:35:51.195078972 +0200
-@@ -8,7 +8,7 @@
-   dialog_chooseurlfromlist.cpp
-   dialog_setup.cpp
-   kde-qt.cpp
--  keyeventfilter.cpp
-+# keyeventfilter.cpp
-   main.cpp
-   mainwindow.cpp
-   navigationpanel.cpp

Deleted: kchmviewer.changelog
===
--- 

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

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 03:41:42
  Author: fyan
Revision: 123893

upgpkg: python-urllib3 1.10-1

Modified:
  python-urllib3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 21:38:46 UTC (rev 123892)
+++ PKGBUILD2014-12-15 02:41:42 UTC (rev 123893)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Patrice Peterson runiq at archlinux dot us
 # Contributor: Chris Brannon cmbranno...@gmail.com
 # Contributor: BorgHunter borghunter at gmail dot com
 
+pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.9.1
+pkgver=1.10
 pkgrel=1
 pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
 arch=(any)
@@ -16,7 +17,7 @@
   'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
 source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 
 LICENSE)
-md5sums=('ab7fc682e23eaad497d1b584ac532428'
+md5sums=('50c94eef356ea0d35feba54747666e62'
  '350846ab4dd11ce105b570c15c1b0764')
 
 prepare() {


[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 03:42:02
  Author: fyan
Revision: 123894

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 123893, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 123893, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  123 ++---
 2 files changed, 94 insertions(+), 93 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-12-15 02:41:42 UTC (rev 123893)
+++ LICENSE 2014-12-15 02:42:02 UTC (rev 123894)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 123893, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-12-15 02:42:02 UTC (rev 123894)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-15 02:41:42 UTC (rev 123893)
+++ PKGBUILD2014-12-15 02:42:02 UTC (rev 123894)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.9.1
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 
-LICENSE)

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

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 03:52:03
  Author: fyan
Revision: 227616

upgpkg: python-setuptools 1:8.0.2-1

upstream new release

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-14 18:06:38 UTC (rev 227615)
+++ PKGBUILD2014-12-15 02:52:03 UTC (rev 227616)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest' 'subversion')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('c86a2c6ae5ed8205b9b37911002a8f551f2607ecab8b74b9eae6a7b92713c0d0a3d6aa54c4428df48765c1a2c9e21f53128bb1f138f7753e1f45188b0e357ff2')
+sha512sums=('ecedc814a701252853d60fe984b34493deddf4795bd5b02e5e8155a5b4ae666d685cebebc91127e6eb2366da4d0b0177bb5c1c132274ea0886d8c2b190826dcf')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}
@@ -43,7 +43,7 @@
 
   # Check python3 module
   cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
+  LC_CTYPE=en_US.utf8 python3 setup.py test || warning Tests failed
 
   # Check python2 module
   cd ${srcdir}/setuptools-${pkgver}-python2


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

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 03:52:22
  Author: fyan
Revision: 227617

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-15 02:52:03 UTC (rev 227616)
+++ PKGBUILD2014-12-15 02:52:22 UTC (rev 227617)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=8.0.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-pytest' 'python2-pytest' 'subversion')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('c86a2c6ae5ed8205b9b37911002a8f551f2607ecab8b74b9eae6a7b92713c0d0a3d6aa54c4428df48765c1a2c9e21f53128bb1f138f7753e1f45188b0e357ff2')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  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/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  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 test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-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 227616, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-15 02:52:22 UTC (rev 227617)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=8.0.2
+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-pytest' 'python2-pytest' 'subversion')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('ecedc814a701252853d60fe984b34493deddf4795bd5b02e5e8155a5b4ae666d685cebebc91127e6eb2366da4d0b0177bb5c1c132274ea0886d8c2b190826dcf')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  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/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  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 test || warning Tests failed
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 

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

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 04:26:05
  Author: fyan
Revision: 123895

upgpkg: iodine 0.7.0-3

add conf.d file into backup array (FS#43025)

Modified:
  iodine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 02:42:02 UTC (rev 123894)
+++ PKGBUILD2014-12-15 03:26:05 UTC (rev 123895)
@@ -6,12 +6,13 @@
 
 pkgname=iodine
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tunnel IPv4 data through a DNS server'
 arch=('i686' 'x86_64')
 url='http://code.kryo.se/iodine'
 license=('custom:ISC')
 depends=('zlib' 'net-tools')
+backup=('etc/conf.d/iodined')
 source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'iodined.service'
 'iodined.conf.d')


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

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 04:26:49
  Author: fyan
Revision: 123896

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

Added:
  iodine/repos/community-i686/PKGBUILD
(from rev 123895, iodine/trunk/PKGBUILD)
  iodine/repos/community-i686/iodined.conf.d
(from rev 123895, iodine/trunk/iodined.conf.d)
  iodine/repos/community-i686/iodined.service
(from rev 123895, iodine/trunk/iodined.service)
  iodine/repos/community-x86_64/PKGBUILD
(from rev 123895, iodine/trunk/PKGBUILD)
  iodine/repos/community-x86_64/iodined.conf.d
(from rev 123895, iodine/trunk/iodined.conf.d)
  iodine/repos/community-x86_64/iodined.service
(from rev 123895, iodine/trunk/iodined.service)
Deleted:
  iodine/repos/community-i686/PKGBUILD
  iodine/repos/community-i686/iodined.conf.d
  iodine/repos/community-i686/iodined.service
  iodine/repos/community-x86_64/PKGBUILD
  iodine/repos/community-x86_64/iodined.conf.d
  iodine/repos/community-x86_64/iodined.service

--+
 /PKGBUILD|   76 +
 /iodined.conf.d  |   42 
 /iodined.service |   20 +
 community-i686/PKGBUILD  |   37 --
 community-i686/iodined.conf.d|   21 --
 community-i686/iodined.service   |   10 
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/iodined.conf.d  |   21 --
 community-x86_64/iodined.service |   10 
 9 files changed, 138 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-15 03:26:05 UTC (rev 123895)
+++ community-i686/PKGBUILD 2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: nofxx x...@nofxx.com
-
-pkgname=iodine
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='Tunnel IPv4 data through a DNS server'
-arch=('i686' 'x86_64')
-url='http://code.kryo.se/iodine'
-license=('custom:ISC')
-depends=('zlib' 'net-tools')
-source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'iodined.service'
-'iodined.conf.d')
-sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
-'4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
-'47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
-  install -d ${pkgdir}/usr/share/licenses/iodine
-  sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
-
-  install -Dm644 $srcdir/iodined.service 
$pkgdir/usr/lib/systemd/system/iodined.service
-  install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
-}

Copied: iodine/repos/community-i686/PKGBUILD (from rev 123895, 
iodine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-15 03:26:49 UTC (rev 123896)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: nofxx x...@nofxx.com
+
+pkgname=iodine
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='Tunnel IPv4 data through a DNS server'
+arch=('i686' 'x86_64')
+url='http://code.kryo.se/iodine'
+license=('custom:ISC')
+depends=('zlib' 'net-tools')
+backup=('etc/conf.d/iodined')
+source=(http://code.kryo.se/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'iodined.service'
+'iodined.conf.d')
+sha256sums=('ad2b40acf1421316ec15800dcde0f587ab31d7d6f891fa8b9967c4ded93c013e'
+'4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
+'47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make prefix=/usr sbindir=/usr/bin DESTDIR=${pkgdir} install
+  install -d ${pkgdir}/usr/share/licenses/iodine
+  sed -n '/AUTHORS  LICENSE/,$p' README  
${pkgdir}/usr/share/licenses/iodine/LICENSE
+
+  install -Dm644 $srcdir/iodined.service 
$pkgdir/usr/lib/systemd/system/iodined.service
+  install -Dm644 $srcdir/iodined.conf.d $pkgdir/etc/conf.d/iodined
+}

Deleted: community-i686/iodined.conf.d
===
--- community-i686/iodined.conf.d   2014-12-15 03:26:05 UTC (rev 123895)
+++ community-i686/iodined.conf.d   2014-12-15 03:26:49 UTC (rev 123896)
@@ -1,21 +0,0 @@
-# Address and subnet to use for the tunnel (default mask is /27)

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

2014-12-14 Thread Allan McRae
Date: Monday, December 15, 2014 @ 07:12:23
  Author: allan
Revision: 227618

upgpkg: mpfr 3.1.2.p11-1

upstream patch level bump

Added:
  mpfr/trunk/mpfr-3.1.2-p11.patch
Modified:
  mpfr/trunk/PKGBUILD
Deleted:
  mpfr/trunk/mpfr-3.1.2-p10.patch

--+
 PKGBUILD |4 
 mpfr-3.1.2-p10.patch | 1577 ---
 mpfr-3.1.2-p11.patch | 1626 +
 3 files changed, 1628 insertions(+), 1579 deletions(-)

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


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

2014-12-14 Thread Daniel Micay
Date: Monday, December 15, 2014 @ 07:41:56
  Author: thestinger
Revision: 123897

upgpkg: paxd 22-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 03:26:49 UTC (rev 123896)
+++ PKGBUILD2014-12-15 06:41:56 UTC (rev 123897)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=21
+pkgver=22
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(glib2)
 source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('47d59ff8582dd093c10d9c7c86df3da8a6270380'
+sha1sums=('b424fbf03159f0e6c4c6503f4992d7571a56451a'
   '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
 backup=(etc/paxd.conf)
 


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

2014-12-14 Thread Daniel Micay
Date: Monday, December 15, 2014 @ 07:42:31
  Author: thestinger
Revision: 123898

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 123897, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 123897, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 123897, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 123897, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-12-15 06:41:56 UTC (rev 123897)
+++ community-i686/10-enable-pax.conf   2014-12-15 06:42:31 UTC (rev 123898)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 123897, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-12-15 06:42:31 UTC (rev 123898)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-15 06:41:56 UTC (rev 123897)
+++ community-i686/PKGBUILD 2014-12-15 06:42:31 UTC (rev 123898)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=21
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glib2)
-source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
-sha1sums=('47d59ff8582dd093c10d9c7c86df3da8a6270380'
-  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname-$pkgver
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 123897, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-15 06:42:31 UTC (rev 123898)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=22
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glib2)
+source=(https://github.com/thestinger/paxd/archive/$pkgver.tar.gz 
10-enable-pax.conf)
+sha1sums=('b424fbf03159f0e6c4c6503f4992d7571a56451a'
+  '8ee73dd288bc32438078e032dfc50a2f8ea6a5f2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname-$pkgver
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/usr/lib/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-12-15 06:41:56 UTC (rev 123897)
+++ community-x86_64/10-enable-pax.conf 2014-12-15 06:42:31 UTC (rev 123898)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 123897, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-12-15 06:42:31 UTC (rev 123898)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2014-12-14 Thread Михаил Страшун
Date: Monday, December 15, 2014 @ 07:47:33
  Author: dicebot
Revision: 123899

upgpkg: ldc 1:0.15.1-1

LDC 0.15.1, switch to shared standard library

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 06:42:31 UTC (rev 123898)
+++ PKGBUILD2014-12-15 06:47:33 UTC (rev 123899)
@@ -1,9 +1,9 @@
 # $Id$
 # Maintainer: Mihails Strasuns pub...@dicebot.lv
 # Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos-devel')
+pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=0.14.0
+pkgver=0.15.1
 epoch=1
 pkgrel=1
 pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
@@ -28,12 +28,13 @@
 cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DBUILD_SHARED_LIBS=ON \
 ..
 make
 }
 
 package_ldc() {
-depends=('liblphobos-devel')
+depends=('liblphobos')
 backup=(etc/ldc2.conf)
 provides=(d-compiler)
 
@@ -51,18 +52,18 @@
 install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
 }
 
-package_liblphobos-devel() {
+package_liblphobos() {
 provides=(d-runtime d-stdlib)
-   options=(staticlibs)
+replaces=(liblphobos-devel)
 
 # licenses
 install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 
 # libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.a 
$pkgdir/usr/lib/liblphobos2.a
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.a 
$pkgdir/usr/lib/libldruntime.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.a 
$pkgdir/usr/lib/liblphobos2-debug.a
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.a 
$pkgdir/usr/lib/libldruntime-debug.a
+install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
+install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
+install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
+install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
 
 # imports
 mkdir -p $pkgdir/usr/include/dlang/ldc


[arch-commits] Commit in ldc/repos/community-x86_64 (4 files)

2014-12-14 Thread Михаил Страшун
Date: Monday, December 15, 2014 @ 07:48:00
  Author: dicebot
Revision: 123900

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 123899, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 123899, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  145 ++--
 ldc2.conf |   36 +++---
 2 files changed, 91 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-15 06:47:33 UTC (rev 123899)
+++ PKGBUILD2014-12-15 06:48:00 UTC (rev 123900)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos-devel')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.14.0
-epoch=1
-pkgrel=1
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos-devel')
-backup=(etc/ldc2.conf)
-provides=(d-compiler)
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos-devel() {
-provides=(d-runtime d-stdlib)
-   options=(staticlibs)
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.a 
$pkgdir/usr/lib/liblphobos2.a
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.a 
$pkgdir/usr/lib/libldruntime.a
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.a 
$pkgdir/usr/lib/liblphobos2-debug.a
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.a 
$pkgdir/usr/lib/libldruntime-debug.a
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 123899, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-15 06:48:00 UTC (rev 123900)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.15.1
+epoch=1
+pkgrel=1
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DBUILD_SHARED_LIBS=ON \
+..
+make
+}
+
+package_ldc() {
+depends=('liblphobos')
+backup=(etc/ldc2.conf)
+provides=(d-compiler)
+
+# binaries
+install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
+install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
+
+# supplementaries
+install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
+
+# licenses
+install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+# default configuration files
+install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
+}
+
+package_liblphobos() {
+provides=(d-runtime d-stdlib)
+

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

2014-12-14 Thread Allan McRae
Date: Monday, December 15, 2014 @ 07:49:56
  Author: allan
Revision: 227619

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

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

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

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


[arch-commits] Commit in sni-qt/repos/extra-x86_64 (4 files)

2014-12-14 Thread Andrea Scarpino
Date: Monday, December 15, 2014 @ 08:33:08
  Author: andrea
Revision: 227621

archrelease: copy trunk to extra-x86_64

Added:
  sni-qt/repos/extra-x86_64/PKGBUILD
(from rev 227620, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/extra-x86_64/sni-qt.conf
(from rev 227620, sni-qt/trunk/sni-qt.conf)
Deleted:
  sni-qt/repos/extra-x86_64/PKGBUILD
  sni-qt/repos/extra-x86_64/sni-qt.conf

-+
 PKGBUILD|   81 +-
 sni-qt.conf |   12 
 2 files changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-15 07:32:57 UTC (rev 227620)
+++ PKGBUILD2014-12-15 07:33:08 UTC (rev 227621)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Alcasa Mz alcasa...@gmail.com
-
-pkgname=sni-qt
-pkgver=0.2.6
-pkgrel=3
-pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/sni-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
-'sni-qt.conf')
-md5sums=('e84c66e776f7c22c961817387f618c81'
- '5b3fc74b8b7a6b99975312d0411960ed')
-
-prepare() {
-  mkdir build
-
-  # Disable building tests
-  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Install config file for apps that need Activate action
-  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
-}

Copied: sni-qt/repos/extra-x86_64/PKGBUILD (from rev 227620, 
sni-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-15 07:33:08 UTC (rev 227621)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Alcasa Mz alcasa...@gmail.com
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=3
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('LGPL3')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+backup=('etc/sni-qt.conf')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install config file for apps that need Activate action
+  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
+}

Deleted: sni-qt.conf
===
--- sni-qt.conf 2014-12-15 07:32:57 UTC (rev 227620)
+++ sni-qt.conf 2014-12-15 07:33:08 UTC (rev 227621)
@@ -1,6 +0,0 @@
-[need-activate-action]
-clementine=1
-mumble=1
-skype=1
-speedcrunch=1
-keepassx=1

Copied: sni-qt/repos/extra-x86_64/sni-qt.conf (from rev 227620, 
sni-qt/trunk/sni-qt.conf)
===
--- sni-qt.conf (rev 0)
+++ sni-qt.conf 2014-12-15 07:33:08 UTC (rev 227621)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1


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

2014-12-14 Thread Andrea Scarpino
Date: Monday, December 15, 2014 @ 08:32:57
  Author: andrea
Revision: 227620

Add sni-qt.conf to backup array and fix license

Modified:
  sni-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 06:49:56 UTC (rev 227619)
+++ PKGBUILD2014-12-15 07:32:57 UTC (rev 227620)
@@ -8,9 +8,10 @@
 pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/sni-qt'
-license=('GPL')
+license=('LGPL3')
 depends=('libdbusmenu-qt')
 makedepends=('cmake')
+backup=('etc/sni-qt.conf')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
 'sni-qt.conf')
 md5sums=('e84c66e776f7c22c961817387f618c81'


[arch-commits] Commit in sni-qt/repos/extra-i686 (4 files)

2014-12-14 Thread Andrea Scarpino
Date: Monday, December 15, 2014 @ 08:33:13
  Author: andrea
Revision: 227622

archrelease: copy trunk to extra-i686

Added:
  sni-qt/repos/extra-i686/PKGBUILD
(from rev 227621, sni-qt/trunk/PKGBUILD)
  sni-qt/repos/extra-i686/sni-qt.conf
(from rev 227621, sni-qt/trunk/sni-qt.conf)
Deleted:
  sni-qt/repos/extra-i686/PKGBUILD
  sni-qt/repos/extra-i686/sni-qt.conf

-+
 PKGBUILD|   81 +-
 sni-qt.conf |   12 
 2 files changed, 47 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-15 07:33:08 UTC (rev 227621)
+++ PKGBUILD2014-12-15 07:33:13 UTC (rev 227622)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Alcasa Mz alcasa...@gmail.com
-
-pkgname=sni-qt
-pkgver=0.2.6
-pkgrel=3
-pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/sni-qt'
-license=('GPL')
-depends=('libdbusmenu-qt')
-makedepends=('cmake')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
-'sni-qt.conf')
-md5sums=('e84c66e776f7c22c961817387f618c81'
- '5b3fc74b8b7a6b99975312d0411960ed')
-
-prepare() {
-  mkdir build
-
-  # Disable building tests
-  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # Install config file for apps that need Activate action
-  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
-}

Copied: sni-qt/repos/extra-i686/PKGBUILD (from rev 227621, 
sni-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-15 07:33:13 UTC (rev 227622)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Alcasa Mz alcasa...@gmail.com
+
+pkgname=sni-qt
+pkgver=0.2.6
+pkgrel=3
+pkgdesc='Qt4 plugin which turns all QSystemTrayIcon into StatusNotifierItems 
(appindicators)'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/sni-qt'
+license=('LGPL3')
+depends=('libdbusmenu-qt')
+makedepends=('cmake')
+backup=('etc/sni-qt.conf')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;
+'sni-qt.conf')
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ '5b3fc74b8b7a6b99975312d0411960ed')
+
+prepare() {
+  mkdir build
+
+  # Disable building tests
+  sed -i '/tests/ d' ${pkgname}-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Install config file for apps that need Activate action
+  install -Dm644 ${srcdir}/sni-qt.conf ${pkgdir}/etc/sni-qt.conf
+}

Deleted: sni-qt.conf
===
--- sni-qt.conf 2014-12-15 07:33:08 UTC (rev 227621)
+++ sni-qt.conf 2014-12-15 07:33:13 UTC (rev 227622)
@@ -1,6 +0,0 @@
-[need-activate-action]
-clementine=1
-mumble=1
-skype=1
-speedcrunch=1
-keepassx=1

Copied: sni-qt/repos/extra-i686/sni-qt.conf (from rev 227621, 
sni-qt/trunk/sni-qt.conf)
===
--- sni-qt.conf (rev 0)
+++ sni-qt.conf 2014-12-15 07:33:13 UTC (rev 227622)
@@ -0,0 +1,6 @@
+[need-activate-action]
+clementine=1
+mumble=1
+skype=1
+speedcrunch=1
+keepassx=1


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

2014-12-14 Thread Daniel Micay
Date: Monday, December 15, 2014 @ 08:49:45
  Author: thestinger
Revision: 123901

upgpkg: linux-grsec 3.17.6.201412142110-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-15 06:48:00 UTC (rev 123900)
+++ PKGBUILD2014-12-15 07:49:45 UTC (rev 123901)
@@ -9,7 +9,7 @@
 _srcname=linux-3.17
 _pkgver=3.17.6
 _grsecver=3.0
-_timestamp=201412071639
+_timestamp=201412142110
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -30,7 +30,7 @@
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
 '30d8e0da16ac7cc8be13cd6da72ddc487e8c24fb662caf69da7f6d375fdc1aab'
-'fc985e8f5549b4f35b586c8c3df36ac8f4bd6b65bc257bd75ac2e40af9c957a0'
+'c87af490619c1b0156193650805397bf5fc4d28d1dae28e7a90dc267e734a7a8'
 'SKIP'
 '8f7d72d39a5fd8b30135a3aa28f0e1b6b5be6fbfa204f8c11b082f7bb6f68817'
 '33475b4dd3c2db161175f7a964f420a0113f07d9c97c3c9ef967dced8e3e3ed6'


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

2014-12-14 Thread Daniel Micay
Date: Monday, December 15, 2014 @ 08:50:46
  Author: thestinger
Revision: 123902

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 123901, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 123901, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 123901, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 123901, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 123901, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 123901, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 123901, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 123901, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 123901, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 123901, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 123901, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 123901, 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  |  634 
 /change-default-console-loglevel.patch |   22 
 /config|14544 +++
 /config.x86_64 |13986 ++
 /linux-grsec.install   |  116 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  317 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7272 ---
 community-i686/config.x86_64   | 6993 ---
 community-i686/linux-grsec.install |   58 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  317 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7272 ---
 community-x86_64/config.x86_64 | 6993 ---
 community-x86_64/linux-grsec.install   |   58 
 community-x86_64/linux.preset  |   14 
 18 files changed, 29330 insertions(+), 29330 deletions(-)

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