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

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 08:53:08
  Author: fyan
Revision: 226863

upgpkg: python-astroid 1.3.2-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 04:25:40 UTC (rev 226862)
+++ PKGBUILD2014-11-23 07:53:08 UTC (rev 226863)
@@ -4,7 +4,7 @@
 
 pkgbase=python-astroid
 pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 checkdepends=('python-logilab-common' 'python2-logilab-common')
 
source=("https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz";)
-sha1sums=('c26bae017d50275f71a4afc2969d7147142629b0')
+sha1sums=('9651799514b6d434c2c94f1125c19bfabb494ec4')
 
 prepare() {
   cp -a astroid-${pkgver}{,-py3}


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

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 08:53:22
  Author: fyan
Revision: 226864

archrelease: copy trunk to testing-any

Added:
  python-astroid/repos/testing-any/PKGBUILD
(from rev 226863, python-astroid/trunk/PKGBUILD)
Deleted:
  python-astroid/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-23 07:53:08 UTC (rev 226863)
+++ PKGBUILD2014-11-23 07:53:22 UTC (rev 226864)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-astroid
-pkgname=('python2-astroid' 'python-astroid')
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="https://bitbucket.org/logilab/astroid";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-checkdepends=('python-logilab-common' 'python2-logilab-common')
-source=("https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz";)
-sha1sums=('c26bae017d50275f71a4afc2969d7147142629b0')
-
-prepare() {
-  cp -a astroid-${pkgver}{,-py3}
-}
-
-build() {
-  cd astroid-${pkgver}
-  python2 setup.py build
-
-  cd ../astroid-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  cd astroid-${pkgver}
-  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py"
-
-  cd ../astroid-${pkgver}-py3
-  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py" || warning "Tests failed"
-}
-
-package_python2-astroid() {
-  depends=('python2-logilab-common' 'python2-six')
-  replaces=('python2-logilab-astng')
-  conflicts=('python2-logilab-astng')
-
-  cd astroid-${pkgver}
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}
-
-package_python-astroid() {
-  depends=('python-logilab-common' 'python-six')
-  replaces=('python-logilab-astng')
-  conflicts=('python-logilab-astng')
-
-  cd astroid-${pkgver}-py3
-
-  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
-}

Copied: python-astroid/repos/testing-any/PKGBUILD (from rev 226863, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-23 07:53:22 UTC (rev 226864)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-astroid
+pkgname=('python2-astroid' 'python-astroid')
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="https://bitbucket.org/logilab/astroid";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+checkdepends=('python-logilab-common' 'python2-logilab-common')
+source=("https://pypi.python.org/packages/source/a/astroid/astroid-${pkgver}.tar.gz";)
+sha1sums=('9651799514b6d434c2c94f1125c19bfabb494ec4')
+
+prepare() {
+  cp -a astroid-${pkgver}{,-py3}
+}
+
+build() {
+  cd astroid-${pkgver}
+  python2 setup.py build
+
+  cd ../astroid-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd astroid-${pkgver}
+  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python2 -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py"
+
+  cd ../astroid-${pkgver}-py3
+  PYTHONPATH="$PWD/../build/lib:$PYTHONPATH" python -Wi -m unittest discover 
-s build/lib/astroid/tests -p "unittest*.py" || warning "Tests failed"
+}
+
+package_python2-astroid() {
+  depends=('python2-logilab-common' 'python2-six')
+  replaces=('python2-logilab-astng')
+  conflicts=('python2-logilab-astng')
+
+  cd astroid-${pkgver}
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}
+
+package_python-astroid() {
+  depends=('python-logilab-common' 'python-six')
+  replaces=('python-logilab-astng')
+  conflicts=('python-logilab-astng')
+
+  cd astroid-${pkgver}-py3
+
+  python3 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="${pkgdir}"
+}


[arch-commits] Commit in goagent/repos/community-any (8 files)

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 08:45:11
  Author: fyan
Revision: 122977

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 122976, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 122976, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 122976, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 122976, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  124 +++---
 goagent.install |   42 +-
 goagent.service |   24 +-
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-23 07:44:47 UTC (rev 122976)
+++ PKGBUILD2014-11-23 07:45:11 UTC (rev 122977)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.2.2
-#_commit=d911497475c516405dde59a968cd506424326b55
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
-makedepends=('git')
-source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
-#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
-"${pkgname}.user.ini"
-"${pkgname}.service")
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^self.geoip = .*$|self.geoip = 
pygeoip.GeoIP("/usr/share/GeoIP/GeoIP.dat")|' \
-  -e "s|os.path.join(os.path.dirname(os.path.abspath(__file__)), 
'cacert.pem')|'/etc/ssl/certs/ca-certificates.crt'|" \
-  -i local/proxylib.py
-  sed -e 's|^.*google_appengine.zip.*$||' \
-  -e 's|sys\.modules\.pop(.google., None)||' \
-  -i server/uploader.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/goagent"
-  install -Dm755 local/dnsproxy.py 
"$pkgdir/usr/share/$pkgname/local/dnsproxy.py"
-  install -Dm644 local/proxylib.py 
"$pkgdir/usr/share/$pkgname/local/proxylib.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/usr/share/$pkgname/local/goagent.ini"
-  install -Dm640 -g nobody ../goagent.user.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/goagent.user.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/"{uploader.bat,google_appengine.zip}
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 122976, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-23 07:45:11 UTC (rev 122977)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.2.3
+#_commit=d911497475c516405dde59a968cd506424326b55
+pkgrel=1
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pygeoip: for GAE Regions mode support & DNS region auto 
detect')
+makedepends=('git')
+source=("git+https://github.com/goagent/goagent.git#tag=v$pkgver";
+#source=("git+https://github.com/goagent/goagent.git#commit=$_commit"; 
+"${pkgname}.user.ini"
+"${pkgname}.service")
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" \
+ 

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

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 08:44:47
  Author: fyan
Revision: 122976

upgpkg: goagent 3.2.3-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 03:23:08 UTC (rev 122975)
+++ PKGBUILD2014-11-23 07:44:47 UTC (rev 122976)
@@ -4,7 +4,7 @@
 # Contributor: Guten  
 
 pkgname=goagent
-pkgver=3.2.2
+pkgver=3.2.3
 #_commit=d911497475c516405dde59a968cd506424326b55
 pkgrel=1
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"


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

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 05:25:19
  Author: fyan
Revision: 226861

upgpkg: nvidia-lts 343.22-5

rebuild against linux-lts 3.14.25

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 04:05:24 UTC (rev 226860)
+++ PKGBUILD2014-11-23 04:25:19 UTC (rev 226861)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=343.22
 _extramodules=extramodules-3.14-lts
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.21' "nvidia-utils=$pkgver" 'nvidia-libgl')
-makedepends=('linux-lts-headers>=3.14.21')
+depends=('linux-lts>=3.14.25' "nvidia-utils=$pkgver" 'nvidia-libgl')
+makedepends=('linux-lts-headers>=3.14.25')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 05:25:40
  Author: fyan
Revision: 226862

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 226861, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 226861, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 226861, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 226861, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 /PKGBUILD   |   96 ++
 /nvidia-lts.install |   30 +++
 extra-i686/PKGBUILD |   48 ---
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   48 ---
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-23 04:25:19 UTC (rev 226861)
+++ extra-i686/PKGBUILD 2014-11-23 04:25:40 UTC (rev 226862)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=343.22
-_extramodules=extramodules-3.14-lts
-pkgrel=4
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.21' "nvidia-utils=$pkgver" 'nvidia-libgl')
-makedepends=('linux-lts-headers>=3.14.21')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
- '3d98eaa01a94e86abb04723ae2a702b1')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 226861, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-23 04:25:40 UTC (rev 226862)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=343.22
+_extramodules=extramodules-3.14-lts
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.25' "nvidia-utils=$pkgver" 'nvidia-libgl')
+makedepends=('linux-lts-headers>=3.14.25')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('696d0bfa7195e22e0c4bd858fff2abb6'
+ '3d98eaa01a94e86abb04723ae2a702b1')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${

[arch-commits] Commit in nvidia-340xx-lts/repos (8 files)

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 05:05:24
  Author: fyan
Revision: 226860

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

Added:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
(from rev 226859, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
(from rev 226859, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 226859, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install
(from rev 226859, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
Deleted:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install

---+
 /PKGBUILD |   98 
 /nvidia-340xx-lts.install |   30 +
 extra-i686/PKGBUILD   |   49 
 extra-i686/nvidia-340xx-lts.install   |   15 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-23 04:05:00 UTC (rev 226859)
+++ extra-i686/PKGBUILD 2014-11-23 04:05:24 UTC (rev 226860)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.58
-_extramodules=extramodules-3.14-lts
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.21' "nvidia-340xx-utils=$pkgver" 
'nvidia-340xx-libgl')
-makedepends=('linux-lts-headers>=3.14.21')
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('b993f9fc59434140f560e32fd7bd2b3d'
- '26e75f80df3f49ac2fe35c65b9de709e')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-340xx-lts/repos/extra-i686/PKGBUILD (from rev 226859, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-23 04:05:24 UTC (rev 226860)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.58
+_extramodules=extramodules-3.14-lts
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.25' "nvidia-340xx-utils=$pkgver" 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers>=3.14.25')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('b993f9fc59434140f560e32fd7bd2b3d'
+ '26e75f80df3f49ac2fe35c65b9de709e')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/$

[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 05:05:00
  Author: fyan
Revision: 226859

upgpkg: nvidia-340xx-lts 340.58-2

rebuild against linux-lts 3.14.25

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 04:01:16 UTC (rev 226858)
+++ PKGBUILD2014-11-23 04:05:00 UTC (rev 226859)
@@ -4,12 +4,12 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.58
 _extramodules=extramodules-3.14-lts
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.21' "nvidia-340xx-utils=$pkgver" 
'nvidia-340xx-libgl')
-makedepends=('linux-lts-headers>=3.14.21')
+depends=('linux-lts>=3.14.25' "nvidia-340xx-utils=$pkgver" 
'nvidia-340xx-libgl')
+makedepends=('linux-lts-headers>=3.14.25')
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 05:00:54
  Author: fyan
Revision: 226857

upgpkg: nvidia-304xx-lts 304.123-7

rebuild against linux-lts 3.14.25

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 23:18:01 UTC (rev 226856)
+++ PKGBUILD2014-11-23 04:00:54 UTC (rev 226857)
@@ -5,7 +5,7 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.123
 _extramodules=extramodules-3.14-lts
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";


[arch-commits] Commit in nvidia-304xx-lts/repos (8 files)

2014-11-22 Thread Felix Yan
Date: Sunday, November 23, 2014 @ 05:01:16
  Author: fyan
Revision: 226858

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

Added:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
(from rev 226857, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
(from rev 226857, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 226857, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install
(from rev 226857, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
Deleted:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install

---+
 /PKGBUILD |   94 
 /nvidia-304xx-lts.install |   30 ++
 extra-i686/PKGBUILD   |   47 
 extra-i686/nvidia-304xx-lts.install   |   15 -
 extra-x86_64/PKGBUILD |   47 
 extra-x86_64/nvidia-304xx-lts.install |   15 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-23 04:00:54 UTC (rev 226857)
+++ extra-i686/PKGBUILD 2014-11-23 04:01:16 UTC (rev 226858)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgname=nvidia-304xx-lts
-pkgver=304.123
-_extramodules=extramodules-3.14-lts
-pkgrel=6
-pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.21' 'nvidia-304xx-libgl' 
"nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=3.14.21')
-conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
-provides=('nvidia-304xx')
-license=('custom')
-install=nvidia-304xx-lts.install
-options=(!strip)
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('52307054483f5c40391608ce69114d48')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('9d461e9e00e473f458aee96cd6d85101')
-fi
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
-echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
-}

Copied: nvidia-304xx-lts/repos/extra-i686/PKGBUILD (from rev 226857, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-23 04:01:16 UTC (rev 226858)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.123
+_extramodules=extramodules-3.14-lts
+pkgrel=7
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.21' 'nvidia-304xx-libgl' 
"nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.21')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('52307054483f5c40391608ce69114d48')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('9d461e9e00e473f458aee96cd6d85101')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/

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

2014-11-22 Thread Daniel Micay
Date: Sunday, November 23, 2014 @ 04:23:08
  Author: thestinger
Revision: 122975

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 122974, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 122974, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 122974, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 122974, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 122974, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 122974, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 122974, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 122974, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 122974, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 122974, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 122974, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 122974, 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 122974:122975 to see the changes.


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

2014-11-22 Thread Daniel Micay
Date: Sunday, November 23, 2014 @ 04:22:05
  Author: thestinger
Revision: 122974

upgpkg: linux-grsec 3.17.4.201411220955-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 02:27:24 UTC (rev 122973)
+++ PKGBUILD2014-11-23 03:22:05 UTC (rev 122974)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-3.17
-_pkgver=3.17.3
+_pkgver=3.17.4
 _grsecver=3.0
-_timestamp=201411150027
+_timestamp=201411220955
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -29,8 +29,8 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
-'3c1ba3cc89d0f2d5f7303f448495f64db1ab96efea5f5fdd4b4c8c547600f85d'
-'23ad271cc8b563d13b1fd8509a60a65da5683b2cdd6f7288afacbfd1dfb56ea6'
+'eeef37397a15245bd143569908be40622a87dc7673965e623e811ea3f68b8434'
+'425fbdf1921d8ac1904b32e01e610454b8411a53151360fb8b77b693ea8e85c7'
 'SKIP'
 '8f7d72d39a5fd8b30135a3aa28f0e1b6b5be6fbfa204f8c11b082f7bb6f68817'
 '33475b4dd3c2db161175f7a964f420a0113f07d9c97c3c9ef967dced8e3e3ed6'


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

2014-11-22 Thread Sébastien Luttringer
Date: Sunday, November 23, 2014 @ 03:27:24
  Author: seblu
Revision: 122973

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 122972, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 122972, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.install
(from rev 122972, lldpd/trunk/lldpd.install)
  lldpd/repos/community-i686/lldpd.service
(from rev 122972, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/LICENSE
(from rev 122972, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 122972, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.install
(from rev 122972, lldpd/trunk/lldpd.install)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 122972, lldpd/trunk/lldpd.service)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.install
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.install
  lldpd/repos/community-x86_64/lldpd.service

+
 /LICENSE   |   22 +++
 /PKGBUILD  |  122 +++
 /lldpd.install |   38 
 /lldpd.service |   24 +++
 community-i686/LICENSE |   11 ---
 community-i686/PKGBUILD|   61 ---
 community-i686/lldpd.install   |   19 --
 community-i686/lldpd.service   |   12 ---
 community-x86_64/LICENSE   |   11 ---
 community-x86_64/PKGBUILD  |   61 ---
 community-x86_64/lldpd.install |   19 --
 community-x86_64/lldpd.service |   12 ---
 12 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-11-23 02:27:03 UTC (rev 122972)
+++ community-i686/LICENSE  2014-11-23 02:27:24 UTC (rev 122973)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 122972, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-11-23 02:27:24 UTC (rev 122973)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-23 02:27:03 UTC (rev 122972)
+++ community-i686/PKGBUILD 2014-11-23 02:27:24 UTC (rev 122973)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=0.7.11
-pkgrel=1
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')
-install=$pkgname.install
-source=("http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz";
-'LICENSE'
-'lldpd.service')
-md5sums=('ec71873094adf2e9ae1fcae134ebb5c0'
- '8ae98663bac55afe5d989919d296f28a'
- 'a650af7390db0632480184f9f2e7ee4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-snmp \
---with-xml \
---wit

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

2014-11-22 Thread Sébastien Luttringer
Date: Sunday, November 23, 2014 @ 03:27:03
  Author: seblu
Revision: 122972

upgpkg: lldpd 0.7.12-1

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 00:10:36 UTC (rev 122971)
+++ PKGBUILD2014-11-23 02:27:03 UTC (rev 122972)
@@ -3,7 +3,7 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=0.7.11
+pkgver=0.7.12
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=("http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz";
 'LICENSE'
 'lldpd.service')
-md5sums=('ec71873094adf2e9ae1fcae134ebb5c0'
+md5sums=('206e47f6ab071787cc15efd41407d63a'
  '8ae98663bac55afe5d989919d296f28a'
  'a650af7390db0632480184f9f2e7ee4a')
 


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

2014-11-22 Thread Balló György
Date: Sunday, November 23, 2014 @ 01:10:36
  Author: bgyorgy
Revision: 122971

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 122970, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 122970, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 122970, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/fix-cinnamon2d.patch
(from rev 122970, cinnamon/trunk/fix-cinnamon2d.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 122970, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-i686/ignore-bluetooth-applet.patch
(from rev 122970, cinnamon/trunk/ignore-bluetooth-applet.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 122970, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 122970, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 122970, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 122970, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/fix-cinnamon2d.patch
(from rev 122970, cinnamon/trunk/fix-cinnamon2d.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 122970, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/ignore-bluetooth-applet.patch
(from rev 122970, cinnamon/trunk/ignore-bluetooth-applet.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 122970, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/fix-cinnamon2d.patch
  cinnamon/repos/community-i686/ignore-bluetooth-applet.patch
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/fix-cinnamon2d.patch
  cinnamon/repos/community-x86_64/ignore-bluetooth-applet.patch

+
 /default-theme.patch   |   50 +++
 /fix-cinnamon2d.patch  |   42 +
 /ignore-bluetooth-applet.patch |   86 
 community-i686/PKGBUILD|   97 +++
 community-i686/cinnamon.install|   12 ++
 community-i686/default-theme.patch |   25 -
 community-i686/fix-cinnamon2d.patch|   21 
 community-i686/gnome-3.14.patch|   25 +
 community-i686/ignore-bluetooth-applet.patch   |   43 --
 community-i686/set_wheel.patch |   53 
 community-x86_64/PKGBUILD  |   97 +++
 community-x86_64/cinnamon.install  |   12 ++
 community-x86_64/default-theme.patch   |   25 -
 community-x86_64/fix-cinnamon2d.patch  |   21 
 community-x86_64/gnome-3.14.patch  |   25 +
 community-x86_64/ignore-bluetooth-applet.patch |   43 --
 community-x86_64/set_wheel.patch   |   53 
 17 files changed, 552 insertions(+), 178 deletions(-)

Copied: cinnamon/repos/community-i686/PKGBUILD (from rev 122970, 
cinnamon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-23 00:10:36 UTC (rev 122971)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: M0Rf30
+# Contributor: unifiedlinux
+# Contributor: CReimer
+
+pkgname=cinnamon
+pkgver=2.4.3
+pkgrel=3
+pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
+arch=('i686' 'x86_64')
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
+ 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
+ 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
+ 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
+ 'network-manager-applet' 'nemo' 'polkit-gnome')
+makedepends=('gnome-common' 'intltool')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
+"ignore-bluetooth-applet.patch"
+"fix-cinnamon2d.patch"
+"set_wheel.patch"
+"gnome-3.14.patch"
+"default-theme.patch")
+sha256sums=('959094294919f977ae3c88ef51e2cd8e1e35530e36fe089eeb5a5961fb5b00df'
+'5dd8fc761884931a8f13a802b262155fc5058d6f42aa6fb655f08736c565c2db'
+'8df4c41c6f9e3e

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

2014-11-22 Thread Balló György
Date: Sunday, November 23, 2014 @ 01:10:05
  Author: bgyorgy
Revision: 122970

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

Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 community-i686/PKGBUILD   |   91 
 community-i686/cinnamon.install   |   12 
 community-i686/gnome-3.14.patch   |   25 -
 community-i686/set_wheel.patch|   53 
 community-x86_64/PKGBUILD |   91 
 community-x86_64/cinnamon.install |   12 
 community-x86_64/gnome-3.14.patch |   25 -
 community-x86_64/set_wheel.patch  |   53 
 8 files changed, 362 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-23 00:09:44 UTC (rev 122969)
+++ community-i686/PKGBUILD 2014-11-23 00:10:05 UTC (rev 122970)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.4.3
-pkgrel=2
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool')
-options=('!emptydirs')
-install=${pkgname}.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
-"ignore-bluetooth-applet.patch"
-"fix-cinnamon2d.patch"
-"set_wheel.patch"
-"gnome-3.14.patch"
-"default-theme.patch")
-sha256sums=('959094294919f977ae3c88ef51e2cd8e1e35530e36fe089eeb5a5961fb5b00df'
-'5dd8fc761884931a8f13a802b262155fc5058d6f42aa6fb655f08736c565c2db'
-'8df4c41c6f9e3e878c02e976f6c7bc170405ffae539ec4fbad64eae8270e6eda'
-'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Upstream fixes
-  patch -Np1 -i ../ignore-bluetooth-applet.patch
-  patch -Np1 -i ../fix-cinnamon2d.patch
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Some fixes for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Fix for the python2 PAM module  
-  sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
-}
-
-build() {
-  cd ${srcdir}/Cinnamon*
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-schemas-compile \
-   --enable-compile-warnings=yes \
-   --with-session-tracking=systemd
-  make
-}
-
-package() {
-  cd ${srcdir}/Cinnamon*
-  make DESTDIR="${pkgdir}" install
-}

Deleted: community-i68

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

2014-11-22 Thread Balló György
Date: Sunday, November 23, 2014 @ 01:09:44
  Author: bgyorgy
Revision: 122969

upgpkg: cinnamon 2.4.3-3

Fix selected background color in Cinnamon Settings for Adwaita theme

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-23 00:07:04 UTC (rev 122968)
+++ PKGBUILD2014-11-23 00:09:44 UTC (rev 122969)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/";
@@ -55,7 +55,8 @@
   patch -Np1 -i ../default-theme.patch
 
   # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 files/usr/share/cinnamon-session/sessions/cinnamon*.session
+  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
+files/usr/share/cinnamon-session/sessions/cinnamon*.session
 
   # Fix for the python2 PAM module  
   sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
@@ -64,11 +65,16 @@
   sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
 
   # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
files/usr/bin/cinnamon-settings
+  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
+files/usr/bin/cinnamon-settings
 
   # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
   sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
 files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
+
+  # Fix selected background color in Cinnamon Settings for Adwaita theme
+  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
+files/usr/lib/cinnamon-settings/cinnamon-settings.py
 }
 
 build() {


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

2014-11-22 Thread Sébastien Luttringer
Date: Sunday, November 23, 2014 @ 01:07:04
  Author: seblu
Revision: 122968

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

Added:
  acpid/repos/community-i686/PKGBUILD
(from rev 122967, acpid/trunk/PKGBUILD)
  acpid/repos/community-i686/acpid.service
(from rev 122967, acpid/trunk/acpid.service)
  acpid/repos/community-i686/acpid.socket
(from rev 122967, acpid/trunk/acpid.socket)
  acpid/repos/community-i686/anything
(from rev 122967, acpid/trunk/anything)
  acpid/repos/community-i686/handler.sh
(from rev 122967, acpid/trunk/handler.sh)
  acpid/repos/community-x86_64/PKGBUILD
(from rev 122967, acpid/trunk/PKGBUILD)
  acpid/repos/community-x86_64/acpid.service
(from rev 122967, acpid/trunk/acpid.service)
  acpid/repos/community-x86_64/acpid.socket
(from rev 122967, acpid/trunk/acpid.socket)
  acpid/repos/community-x86_64/anything
(from rev 122967, acpid/trunk/anything)
  acpid/repos/community-x86_64/handler.sh
(from rev 122967, acpid/trunk/handler.sh)
Deleted:
  acpid/repos/community-i686/PKGBUILD
  acpid/repos/community-i686/acpid.service
  acpid/repos/community-i686/acpid.socket
  acpid/repos/community-i686/anything
  acpid/repos/community-i686/handler.sh
  acpid/repos/community-x86_64/PKGBUILD
  acpid/repos/community-x86_64/acpid.service
  acpid/repos/community-x86_64/acpid.socket
  acpid/repos/community-x86_64/anything
  acpid/repos/community-x86_64/handler.sh

+
 /PKGBUILD  |  104 ++
 /acpid.service |   24 ++
 /acpid.socket  |   16 
 /anything  |6 +
 /handler.sh|  154 +++
 community-i686/PKGBUILD|   52 -
 community-i686/acpid.service   |   11 --
 community-i686/acpid.socket|8 --
 community-i686/anything|3 
 community-i686/handler.sh  |   77 ---
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/acpid.service |   11 --
 community-x86_64/acpid.socket  |8 --
 community-x86_64/anything  |3 
 community-x86_64/handler.sh|   77 ---
 15 files changed, 304 insertions(+), 302 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-23 00:06:39 UTC (rev 122967)
+++ community-i686/PKGBUILD 2014-11-23 00:07:04 UTC (rev 122968)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: xduugu
-# Contributor: Manolis Tzanidakis
-# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
-'acpid.socket'
-'acpid.service'
-'anything'
-'handler.sh')
-md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
- 'd11700eb136e0489835ddaf977a7905b'
- 'e26d161c257f1de8da20ca83368ac9e7'
- '2d37b98d6e74bab815604b8b48c6cfd4'
- '47f44ff5f02685dce8bcdab8568f0c38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-
-  # default config
-  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
-  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
-
-  # systemd
-  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
-  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
-
-  # fix acpid rights
-  chmod 755 "$pkgdir/usr/bin/acpid"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: acpid/repos/community-i686/PKGBUILD (from rev 122967, 
acpid/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-23 00:07:04 UTC (rev 122968)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: xduugu
+# Contributor: Manolis Tzanidakis
+# Contributor: Jonathan Schmidt http://downloads.sourceforge.net/sourceforge/acpid2/$pkgname-$pkgver.tar.xz";
+'acpid.socket'
+'acpid.service'
+'anything'
+'handler.sh')
+md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
+ 'd11700eb136e0489835ddaf977a7905b'
+ 'b8914d2792e40eb18a5792aed2e99006'
+ '2d37b98d6e74bab815604b8b48c6cfd4'
+ '47f44ff5f02685dce8bcdab8568f0c38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # default config
+  install -Dm644 anything "$pkgdir/etc/acpi/events/anything"
+  install -Dm755 handler.sh "$pkgdir/etc/acpi/handler.sh"
+
+  # systemd
+  install -Dm644 acpid.socket "$pkgdir/usr/lib/systemd/system/acpid.socket"
+  install -Dm644 acpid.service "$pkgdir/usr/lib/systemd/system/acpid.service"
+
+  # fix acpid ri

[arch-commits] Commit in acpid/trunk (PKGBUILD acpid.service)

2014-11-22 Thread Sébastien Luttringer
Date: Sunday, November 23, 2014 @ 01:06:39
  Author: seblu
Revision: 122967

upgpkg: acpid 2.0.23-3

Modified:
  acpid/trunk/PKGBUILD
  acpid/trunk/acpid.service

---+
 PKGBUILD  |4 ++--
 acpid.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 22:52:55 UTC (rev 122966)
+++ PKGBUILD2014-11-23 00:06:39 UTC (rev 122967)
@@ -6,7 +6,7 @@
 
 pkgname=acpid
 pkgver=2.0.23
-pkgrel=2
+pkgrel=3
 pkgdesc='A daemon for delivering ACPI power management events with netlink 
support'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/acpid2/'
@@ -22,7 +22,7 @@
 'handler.sh')
 md5sums=('d7bcdcdefcd53b03730e50ba842554ea'
  'd11700eb136e0489835ddaf977a7905b'
- 'e26d161c257f1de8da20ca83368ac9e7'
+ 'b8914d2792e40eb18a5792aed2e99006'
  '2d37b98d6e74bab815604b8b48c6cfd4'
  '47f44ff5f02685dce8bcdab8568f0c38')
 

Modified: acpid.service
===
--- acpid.service   2014-11-22 22:52:55 UTC (rev 122966)
+++ acpid.service   2014-11-23 00:06:39 UTC (rev 122967)
@@ -2,6 +2,7 @@
 Description=ACPI event daemon
 Documentation=man:acpid(8)
 Requires=acpid.socket systemd-udev-settle.service
+After=systemd-udev-settle.service
 
 [Service]
 ExecStart=/usr/bin/acpid -f


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

2014-11-22 Thread Jan Steffens
Date: Sunday, November 23, 2014 @ 00:18:01
  Author: heftig
Revision: 226856

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

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

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

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

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 23:16:12 UTC (rev 226855)
+++ extra-x86_64/PKGBUILD   2014-11-22 23:18:01 UTC (rev 226856)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.35
-pkgrel=2
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --

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

2014-11-22 Thread Jan Steffens
Date: Sunday, November 23, 2014 @ 00:16:12
  Author: heftig
Revision: 226855

0.9.36

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:35:48 UTC (rev 226854)
+++ PKGBUILD2014-11-22 23:16:12 UTC (rev 226855)
@@ -3,8 +3,8 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.35
-pkgrel=2
+pkgver=0.9.36
+pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection python2)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('0aa1a8aba6f502321cf6fef3c9d2c73dde48389c5ed1d3615a7691944c2a06ed')
+sha256sums=('3bfbf7b016167ee6b2a2f83948fef75cc1253081873d6a91022161815956b9be')
 
 build() {
   cd $pkgbase-$pkgver


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

2014-11-22 Thread Sébastien Luttringer
Date: Saturday, November 22, 2014 @ 23:52:55
  Author: seblu
Revision: 122966

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 122965, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 122965, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 122965, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 122965, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 122965, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 122965, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 122965, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 122965, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   58 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   58 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 330 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
122965, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 22:52:55 UTC (rev 122966)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.3.20
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=3.17' 'linux<3.18'
+ 'linux-headers>=3.17' 'linux-headers<3.18'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.17-ARCH
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux>=3.17' 'linux<3.18')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux>=3.17' 'linux<3.18')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
122965, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2014-11-22 22:52:55 UTC (rev 122966)
@@ -0,0 +1,58 @@
+#!/bin/bash
+# lazyness can be enhanced everyd

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

2014-11-22 Thread Sébastien Luttringer
Date: Saturday, November 22, 2014 @ 23:52:35
  Author: seblu
Revision: 122965

upgpkg: virtualbox-modules 4.3.20-2

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 22:51:13 UTC (rev 122964)
+++ PKGBUILD2014-11-22 22:52:35 UTC (rev 122965)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.20
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2014-11-22 Thread Sébastien Luttringer
Date: Saturday, November 22, 2014 @ 23:51:13
  Author: seblu
Revision: 122964

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 122963, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 122963, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 122963, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 122963, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 122963, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 122963, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 122963, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 122963, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   58 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   58 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 22:43:05 UTC (rev 122963)
+++ community-i686/PKGBUILD 2014-11-22 22:51:13 UTC (rev 122964)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.20
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=3.14' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14' 'linux-lts-headers<3.15'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=3.14' 'linux-lts<3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts>=3.14' 'linux-lts<3.15')
-  replaces=('virtu

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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 23:43:05
  Author: bgyorgy
Revision: 122963

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 122962, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 122962, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 122962, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/fix-cinnamon2d.patch
(from rev 122962, cinnamon/trunk/fix-cinnamon2d.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 122962, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-i686/ignore-bluetooth-applet.patch
(from rev 122962, cinnamon/trunk/ignore-bluetooth-applet.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 122962, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 122962, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 122962, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 122962, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/fix-cinnamon2d.patch
(from rev 122962, cinnamon/trunk/fix-cinnamon2d.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 122962, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/ignore-bluetooth-applet.patch
(from rev 122962, cinnamon/trunk/ignore-bluetooth-applet.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 122962, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

+
 /PKGBUILD  |  182 +++
 /cinnamon.install  |   24 +++
 /gnome-3.14.patch  |   50 ++
 /set_wheel.patch   |  106 +
 community-i686/PKGBUILD|   78 -
 community-i686/cinnamon.install|   12 -
 community-i686/default-theme.patch |   25 +++
 community-i686/fix-cinnamon2d.patch|   21 ++
 community-i686/gnome-3.14.patch|   25 ---
 community-i686/ignore-bluetooth-applet.patch   |   43 +
 community-i686/set_wheel.patch |   53 --
 community-x86_64/PKGBUILD  |   78 -
 community-x86_64/cinnamon.install  |   12 -
 community-x86_64/default-theme.patch   |   25 +++
 community-x86_64/fix-cinnamon2d.patch  |   21 ++
 community-x86_64/gnome-3.14.patch  |   25 ---
 community-x86_64/ignore-bluetooth-applet.patch |   43 +
 community-x86_64/set_wheel.patch   |   53 --
 18 files changed, 540 insertions(+), 336 deletions(-)

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


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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 23:42:44
  Author: bgyorgy
Revision: 122962

upgpkg: cinnamon 2.4.3-2

Apply upstream fixes (FS#42652), set default theme

Added:
  cinnamon/trunk/default-theme.patch
  cinnamon/trunk/fix-cinnamon2d.patch
  cinnamon/trunk/ignore-bluetooth-applet.patch
Modified:
  cinnamon/trunk/PKGBUILD

---+
 PKGBUILD  |   19 ++---
 default-theme.patch   |   25 +++
 fix-cinnamon2d.patch  |   21 +++
 ignore-bluetooth-applet.patch |   43 
 4 files changed, 105 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 22:29:41 UTC (rev 122961)
+++ PKGBUILD2014-11-22 22:42:44 UTC (rev 122962)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="http://cinnamon.linuxmint.com/";
@@ -22,11 +22,17 @@
 options=('!emptydirs')
 install=${pkgname}.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
+"ignore-bluetooth-applet.patch"
+"fix-cinnamon2d.patch"
 "set_wheel.patch"
-"gnome-3.14.patch")
+"gnome-3.14.patch"
+"default-theme.patch")
 sha256sums=('959094294919f977ae3c88ef51e2cd8e1e35530e36fe089eeb5a5961fb5b00df'
+'5dd8fc761884931a8f13a802b262155fc5058d6f42aa6fb655f08736c565c2db'
+'8df4c41c6f9e3e878c02e976f6c7bc170405ffae539ec4fbad64eae8270e6eda'
 '3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058')
+'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
+'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 
 prepare() {
   cd ${srcdir}/Cinnamon*
@@ -35,6 +41,10 @@
   sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
+  # Upstream fixes
+  patch -Np1 -i ../ignore-bluetooth-applet.patch
+  patch -Np1 -i ../fix-cinnamon2d.patch
+
   # Use wheel group instread of sudo
   patch -Np1 -i ../set_wheel.patch
 
@@ -41,6 +51,9 @@
   # Some fixes for GNOME 3.14
   patch -Np1 -i ../gnome-3.14.patch
 
+  # Set default theme to 'cinnamon'
+  patch -Np1 -i ../default-theme.patch
+
   # Add polkit agent to required components
   sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 files/usr/share/cinnamon-session/sessions/cinnamon*.session
 

Added: default-theme.patch
===
--- default-theme.patch (rev 0)
+++ default-theme.patch 2014-11-22 22:42:44 UTC (rev 122962)
@@ -0,0 +1,25 @@
+From 36af45f699daa886a3c3fc3187e0b24b193294ad Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 22 Nov 2014 22:39:39 +0100
+Subject: [PATCH] Set default theme to 'cinnamon'
+
+---
+ data/org.cinnamon.gschema.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/org.cinnamon.gschema.xml.in 
b/data/org.cinnamon.gschema.xml.in
+index 91fa171..9f56e4c 100644
+--- a/data/org.cinnamon.gschema.xml.in
 b/data/org.cinnamon.gschema.xml.in
+@@ -581,7 +581,7 @@
+   
+ 
+-  ""
++  "cinnamon"
+   <_summary>Theme name
+   <_description>
+The name of the theme
+-- 
+2.1.3
+

Added: fix-cinnamon2d.patch
===
--- fix-cinnamon2d.patch(rev 0)
+++ fix-cinnamon2d.patch2014-11-22 22:42:44 UTC (rev 122962)
@@ -0,0 +1,21 @@
+From e9c28b75626f180a67c8ed577ac284ea005e8a2d Mon Sep 17 00:00:00 2001
+From: Michael Webster 
+Date: Sat, 22 Nov 2014 12:45:30 -0500
+Subject: [PATCH] Fix 2d session requirements
+
+---
+ files/usr/share/cinnamon-session/sessions/cinnamon2d.session | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/files/usr/share/cinnamon-session/sessions/cinnamon2d.session 
b/files/usr/share/cinnamon-session/sessions/cinnamon2d.session
+index 7f172ad..4e65c89 100644
+--- a/files/usr/share/cinnamon-session/sessions/cinnamon2d.session
 b/files/usr/share/cinnamon-session/sessions/cinnamon2d.session
+@@ -1,6 +1,6 @@
+ [Cinnamon Session]
+ Name=Cinnamon (Software Rendering)
+-RequiredComponents=cinnamon;cinnamon-settings-daemon;cinnamon-screensaver;nemo-autostart;nm-applet;
++RequiredComponents=cinnamon2d;cinnamon-settings-daemon;cinnamon-screensaver;nemo-autostart;nm-applet;
+ DesktopName=X-Cinnamon
+ 
+ 

Added: ignore-bluetooth-applet.patch
===
--- ignore-bluetooth-applet.

[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2014-11-22 Thread Sébastien Luttringer
Date: Saturday, November 22, 2014 @ 23:29:41
  Author: seblu
Revision: 122961

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 122960, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 122960, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 122960, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 122960, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 122960, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 122960, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 122960, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 122960, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   66 
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   66 
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 352 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 22:29:16 UTC (rev 122960)
+++ community-i686/PKGBUILD 2014-11-22 22:29:41 UTC (rev 122961)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.18
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=3.14' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14' 'linux-lts-headers<3.15'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=3.14' 'linux-lts<3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts>=3.14' 'linux-lts<3.15')
-  replaces=('vir

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD build.sh)

2014-11-22 Thread Sébastien Luttringer
Date: Saturday, November 22, 2014 @ 23:29:16
  Author: seblu
Revision: 122960

upgpkg: virtualbox-modules-lts 4.3.20-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD
  virtualbox-modules-lts/trunk/build.sh

--+
 PKGBUILD |4 ++--
 build.sh |   12 ++--
 2 files changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:21:27 UTC (rev 122959)
+++ PKGBUILD2014-11-22 22:29:16 UTC (rev 122960)
@@ -5,8 +5,8 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.18
-pkgrel=5
+pkgver=4.3.20
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')

Modified: build.sh
===
--- build.sh2014-11-22 21:21:27 UTC (rev 122959)
+++ build.sh2014-11-22 22:29:16 UTC (rev 122960)
@@ -28,16 +28,8 @@
 # $1: repo
 # $2: arch
 build() {
-  
_files=("$_pwd"/../../virtualbox/trunk/virtualbox-host-dkms-*-$arch.pkg.tar.xz)
-  if (( ${#_files[*]} > 0)); then
-_pwd=$PWD
-cd /var/empty
-makechrootpkg -c -u -I "${_files[@]}" -r "$1"
-cd "$_pwd"
-makechrootpkg -n -r "$1"
-  else
-makechrootpkg -c -u -n -r "$1"
-  fi
+  _files=("$PWD"/../../virtualbox/trunk/virtualbox-*-dkms-*-$arch.pkg.tar.xz)
+  makechrootpkg -c -u "${_files[@]/#/-I}" -r "$1"
 }
 
 (( $# == 1 )) || usage


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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:35:48
  Author: ronald
Revision: 226854

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

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

--+
 /PKGBUILD|   74 +
 /terminology.install |   22 +++
 extra-i686/PKGBUILD  |   36 --
 extra-i686/terminology.install   |   11 -
 extra-x86_64/PKGBUILD|   36 --
 extra-x86_64/terminology.install |   11 -
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 21:35:36 UTC (rev 226853)
+++ extra-i686/PKGBUILD 2014-11-22 21:35:48 UTC (rev 226854)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org/p.php?p=about/terminology";
-license=('BSD')
-depends=('elementary')
-source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-install=terminology.install
-sha1sums=('ed695dc07b54149145779fe958a5c00cf17f4051')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="${CFLAGS} -fvisibility=hidden"
-  
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: terminology/repos/extra-i686/PKGBUILD (from rev 226853, 
terminology/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 21:35:48 UTC (rev 226854)
@@ -0,0 +1,37 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Doug Newgard 
+# Contributor: Paul Ezvan 
+
+pkgname=terminology
+pkgver=0.7.0
+pkgrel=2
+pkgdesc="EFL based terminal emulator"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org/p.php?p=about/terminology";
+license=('BSD')
+depends=('elementary')
+optdepends=('emotion_generic_players: video support')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+install=terminology.install
+sha1sums=('ed695dc07b54149145779fe958a5c00cf17f4051')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="${CFLAGS} -fvisibility=hidden"
+  
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-i686/terminology.install
===
--- extra-i686/terminology.install  2014-11-22 21:35:36 UTC (rev 226853)
+++ extra-i686/terminology.install  2014-11-22 21:35:48 UTC (rev 226854)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: terminology/repos/extra-i686/terminology.install (from rev 226853, 
terminology/trunk/terminology.install)
===
--- extra-i686/terminology.install  (rev 0)
+++ extra-i686/terminology.install  2014-11-22 21:35:48 UTC (rev 226854)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 21:35:36 UTC (rev 226853)
+++ extra-x86_64/PKGBUILD   2014-11-22 21:35:48 UTC (rev 226854)
@@ -1,36 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Doug Newgard 
-# Contributor: Paul Ezvan 
-
-pkgname=terminology
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="EFL based terminal emulator"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org/p.php?p=about/terminology";
-license=('BSD')
-depends=('elemen

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:35:36
  Author: ronald
Revision: 226853

upgpkg: terminology 0.7.0-2

add optdep to emotion_generic_players for video support

Modified:
  terminology/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:20:31 UTC (rev 226852)
+++ PKGBUILD2014-11-22 21:35:36 UTC (rev 226853)
@@ -4,12 +4,13 @@
 
 pkgname=terminology
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="EFL based terminal emulator"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org/p.php?p=about/terminology";
 license=('BSD')
 depends=('elementary')
+optdepends=('emotion_generic_players: video support')
 
source=("http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
 install=terminology.install
 sha1sums=('ed695dc07b54149145779fe958a5c00cf17f4051')


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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 22:21:27
  Author: bgyorgy
Revision: 122959

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 122958, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 122958, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-i686/gnome-3.14.patch
(from rev 122958, cinnamon-desktop/trunk/gnome-3.14.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 122958, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 122958, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch
(from rev 122958, cinnamon-desktop/trunk/gnome-3.14.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-i686/gnome-3.14.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch

---+
 /PKGBUILD |   72 
 /cinnamon-desktop.install |   22 
 /gnome-3.14.patch |   48 ++
 community-i686/PKGBUILD   |   36 --
 community-i686/cinnamon-desktop.install   |   11 
 community-i686/gnome-3.14.patch   |   24 -
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/cinnamon-desktop.install |   11 
 community-x86_64/gnome-3.14.patch |   24 -
 9 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 21:21:16 UTC (rev 122958)
+++ community-i686/PKGBUILD 2014-11-22 21:21:27 UTC (rev 122959)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop";
-install=cinnamon-desktop.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";
-"gnome-3.14.patch")
-sha256sums=('82b7ce3a5b8c8d2864ae34b8898df8091b879809eb7e01464b4c631c4875f770'
-'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Update configuration for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 122958, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 21:21:27 UTC (rev 122959)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop";
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";
+"gnome-3.14.patch")
+sha256sums=('62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a'
+'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/cinnamon-desktop.install
===
--- community-i686/cinnamon-desktop.install 2014-11-22 21:21:16 UTC (rev 
122958)
+++ community-i686/cinnamon-desktop.install 2014-11-22 21:21:27 UTC (rev 
122959)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-com

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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 22:21:16
  Author: bgyorgy
Revision: 122958

upgpkg: cinnamon-desktop 2.4.2-1

Update to version 2.4.2

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:03:01 UTC (rev 122957)
+++ PKGBUILD2014-11-22 21:21:16 UTC (rev 122958)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=cinnamon-desktop.install
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";
 "gnome-3.14.patch")
-sha256sums=('82b7ce3a5b8c8d2864ae34b8898df8091b879809eb7e01464b4c631c4875f770'
+sha256sums=('62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a'
 'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
 
 prepare() {


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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:20:13
  Author: ronald
Revision: 226849

upgpkg: evas_generic_loaders 1.12.0-2

update enlightenment

Modified:
  evas_generic_loaders/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:20:10 UTC (rev 226848)
+++ PKGBUILD2014-11-22 21:20:13 UTC (rev 226849)
@@ -4,7 +4,7 @@
 
 pkgname=evas_generic_loaders
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional generic loaders for Evas"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";


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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:20:24
  Author: ronald
Revision: 226851

upgpkg: enlightenment 0.19.1-2

update enlightenment

Modified:
  enlightenment/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:20:21 UTC (rev 226850)
+++ PKGBUILD2014-11-22 21:20:24 UTC (rev 226851)
@@ -3,7 +3,7 @@
 
 pkgname=enlightenment
 pkgver=0.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment window manager"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";
@@ -26,9 +26,9 @@
 
   export CFLAGS="$CFLAGS -fvisibility=hidden"
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
-   --enable-wayland-egl \
-   --enable-wayland-clients
+  ./configure --prefix=/usr --sysconfdir=/etc 
+#  --enable-wayland-clients 
+#  --enable-wayland-egl 
   make
 }
 
@@ -39,3 +39,7 @@
   # install LICENSE
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
+sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')


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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:20:10
  Author: ronald
Revision: 226848

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 21:18:04 UTC (rev 226847)
+++ extra-i686/PKGBUILD 2014-11-22 21:20:10 UTC (rev 226848)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgname=emotion_generic_players
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'vlc')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('3324d16ca3839f947a0b9b44a6dfb9cf67eaf24c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: emotion_generic_players/repos/extra-i686/PKGBUILD (from rev 226847, 
emotion_generic_players/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 21:20:10 UTC (rev 226848)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgname=emotion_generic_players
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d162bdb4a72e0b3fb9d3e6f09f6ea4170c6ffddb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 21:18:04 UTC (rev 226847)
+++ extra-x86_64/PKGBUILD   2014-11-22 21:20:10 UTC (rev 226848)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgname=emotion_generic_players
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'vlc')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('3324d16ca3839f947a0b9b44a6dfb9cf67eaf24c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-   "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: emotion_generic_players/repos/extra-x86_64/PKGBUILD (from rev 226847, 
emotion_generic_players/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-22 21:20:10 UTC (rev 226848)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgname=emotion_generic_players
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('efl' 'vlc')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('d162bdb4a72e0b3fb9d3e6f09f6ea4170c6ffddb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:20:31
  Author: ronald
Revision: 226852

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

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

+
 /PKGBUILD  |   90 +++
 /enlightenment.install |   24 +
 extra-i686/PKGBUILD|   41 ---
 extra-i686/enlightenment.install   |   12 
 extra-x86_64/PKGBUILD  |   41 ---
 extra-x86_64/enlightenment.install |   12 
 6 files changed, 114 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 21:20:24 UTC (rev 226851)
+++ extra-i686/PKGBUILD 2014-11-22 21:20:31 UTC (rev 226852)
@@ -1,41 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.19.1
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close')
-provides=("enlightenment17=$pkgver" 'notification-daemon')
-conflicts=("enlightenment17")
-replaces=("enlightenment17")
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
-install=enlightenment.install
-sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-   --enable-wayland-egl \
-   --enable-wayland-clients
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 226851, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 21:20:31 UTC (rev 226852)
@@ -0,0 +1,45 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.19.1
+pkgrel=2
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close')
+provides=("enlightenment17=$pkgver" 'notification-daemon')
+conflicts=("enlightenment17")
+replaces=("enlightenment17")
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=enlightenment.install
+sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc 
+#  --enable-wayland-clients 
+#  --enable-wayland-egl 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
+sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')

Deleted: extra-i686/enlightenment.install
===
--- extra-i686/enlightenment.install2014-11-22 21:20:24 UTC (rev 226851)
+++ extra-i686/enlightenment.install2014-11-22 21:20:31 UTC (rev 226852)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:20:21
  Author: ronald
Revision: 226850

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 21:20:13 UTC (rev 226849)
+++ extra-i686/PKGBUILD 2014-11-22 21:20:21 UTC (rev 226850)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('GPL2')
-depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('08d8cd7788d1a72b89a2e52dd0f18ed1742267ce')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 226849, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 21:20:21 UTC (rev 226850)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.12.0
+pkgrel=2
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('08d8cd7788d1a72b89a2e52dd0f18ed1742267ce')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 21:20:13 UTC (rev 226849)
+++ extra-x86_64/PKGBUILD   2014-11-22 21:20:21 UTC (rev 226850)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('GPL2')
-depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('08d8cd7788d1a72b89a2e52dd0f18ed1742267ce')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/extra-x86_64/PKGBUILD (from rev 226849, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-22 21:20:21 UTC (rev 226850)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.12.0
+pkgrel=2
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1s

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:18:04
  Author: ronald
Revision: 226847

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 21:17:56 UTC (rev 226846)
+++ extra-i686/PKGBUILD 2014-11-22 21:18:04 UTC (rev 226847)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.12.0
-pkgrel=0
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('eb07795d08a87b9487aea013d34f5d6b27db6840')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-   
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_elementary-docs() {
-  pkgdesc="Documentation for Elementary GUI toolkit"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-
-

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 226846, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 21:18:04 UTC (rev 226847)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Enlightenment's widget set"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('eb07795d08a87b9487aea013d34f5d6b27db6840')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+   
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_elementary-docs() {
+  pkgdesc="Documentation for Elementary GUI toolkit"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 21:17:56 UTC (rev 226846)
+++ extra-x86_64/PKGBUILD   2014-11-22 21:18:04 UTC (rev 226847)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.12.0
-pkgrel=0
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('eb07795d08a87b9487aea013d34f5d6b27db6840')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-   
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:17:56
  Author: ronald
Revision: 226846

upgpkg: elementary 1.12.0-1

update enlightenment

Modified:
  elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 21:15:48 UTC (rev 226845)
+++ PKGBUILD2014-11-22 21:17:56 UTC (rev 226846)
@@ -5,7 +5,7 @@
 pkgbase=elementary
 pkgname=('elementary' 'elementary-docs')
 pkgver=1.12.0
-pkgrel=0
+pkgrel=1
 pkgdesc="Enlightenment's widget set"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";


[arch-commits] Commit in efl/repos/extra-x86_64 (8 files)

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:15:48
  Author: ronald
Revision: 226845

archrelease: copy trunk to extra-x86_64

Added:
  efl/repos/extra-x86_64/PKGBUILD
(from rev 226844, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 226844, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 226844, efl/trunk/efl.install)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 226844, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install
  efl/repos/extra-x86_64/eina_doxygen.patch

---+
 PKGBUILD  |  143 
 efl-1.10.0-giflib-5.1.0.patch |   78 ++---
 efl.install   |   32 
 eina_doxygen.patch|   20 ++---
 4 files changed, 137 insertions(+), 136 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-22 21:15:35 UTC (rev 226844)
+++ PKGBUILD2014-11-22 21:15:48 UTC (rev 226845)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('4c87fef9740748b579c8d948c88027dde9e2a334'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland 
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-x86_64/PKGBUILD (from rev 226844, efl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-22 21:15:48 UTC (rev 226845)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.12.0
+pkgrel=2
+pkgdesc="Enlightenment Foundation Libraries"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
+depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
+ 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
+ 'libxinerama' 'libxrandr' 'libxss'
+ 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
+ 'libxkbcommon' 'wayland' 'lz4')
+optdepends=('python2: einabench-cmp')
+makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
+replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
+  'emotion' 'ethumb' 'evas')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
+   'eina_doxygen.patch')
+install=efl.install
+sha1sums=('4c87fef9740748b579c8d948c88027dde9e2a334'
+  'ef2b961e793c711685623a149ab55b1bec9a3676')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
+
+  # fix docs building
+  patch -Np0 -i ${srcdir}/ein

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 22:15:35
  Author: ronald
Revision: 226844

upgpkg: efl 1.12.0-2

update enlightenment

Modified:
  efl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:18:33 UTC (rev 226843)
+++ PKGBUILD2014-11-22 21:15:35 UTC (rev 226844)
@@ -5,7 +5,7 @@
 pkgbase=efl
 pkgname=('efl' 'efl-docs')
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Enlightenment Foundation Libraries"
 arch=('i686' 'x86_64')
 url="http://www.enlightenment.org";
@@ -14,7 +14,7 @@
  'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
  'libxinerama' 'libxrandr' 'libxss'
  'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland')
+ 'libxkbcommon' 'wayland' 'lz4')
 optdepends=('python2: einabench-cmp')
 makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
 replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
@@ -42,7 +42,8 @@
   ./configure --prefix=/usr \
   --disable-static --disable-tslib --enable-fb \
   --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland 
+  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
+  --enable-liblz4
 
   make
   make -j1 doc


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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 22:03:01
  Author: bgyorgy
Revision: 122957

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 122956, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/desktop-theme.patch
(from rev 122956, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-i686/nemo.install
(from rev 122956, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 122956, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/desktop-theme.patch
(from rev 122956, nemo/trunk/desktop-theme.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 122956, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/desktop-theme.patch
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/desktop-theme.patch
  nemo/repos/community-x86_64/nemo.install

--+
 /PKGBUILD|  110 +
 /desktop-theme.patch |  262 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   56 ---
 community-i686/desktop-theme.patch   |   36 
 community-i686/nemo.install  |   14 -
 community-x86_64/PKGBUILD|   56 ---
 community-x86_64/desktop-theme.patch |   36 
 community-x86_64/nemo.install|   14 -
 9 files changed, 400 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 21:02:47 UTC (rev 122956)
+++ community-i686/PKGBUILD 2014-11-22 21:03:01 UTC (rev 122957)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo";
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";
-"desktop-theme.patch")
-sha256sums=('144767d79c4c268db13e1e51c09238ee468c2ffc53397c0e271e88b3264d9b63'
-'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
-
-prepare() {
-  cd linuxmint-nemo-*
-  
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Add better style for the desktop with GNOME 3.14
-  #patch -Np1 -i ../desktop-theme.patch
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 122956, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 21:03:01 UTC (rev 122957)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo";
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";
+"desktop-theme.patch")
+sha256sums=('c3a0537d5c45fcf0cb3863caeb92f48cafa9076f3130c43735c7eb4a2e8cded7'
+'SKIP')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Add application-specific theme for Adwaita
+  patch -Np1 -i ../desktop-theme.patch
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  .

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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 22:02:47
  Author: bgyorgy
Revision: 122956

upgpkg: nemo 2.4.3-1

Update to version 2.4.3, add application-specific theme for Adwaita to fix 
desktop style

Modified:
  nemo/trunk/PKGBUILD
  nemo/trunk/desktop-theme.patch

-+
 PKGBUILD|   11 ++--
 desktop-theme.patch |  115 +-
 2 files changed, 110 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:47:25 UTC (rev 122955)
+++ PKGBUILD2014-11-22 21:02:47 UTC (rev 122956)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -16,18 +16,17 @@
 install=nemo.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";
 "desktop-theme.patch")
-sha256sums=('144767d79c4c268db13e1e51c09238ee468c2ffc53397c0e271e88b3264d9b63'
-'cb5a1e6f27d1e5901faf90a21c0ff199080c0c0d7912dbaa461b01dd6b521f51')
+sha256sums=('c3a0537d5c45fcf0cb3863caeb92f48cafa9076f3130c43735c7eb4a2e8cded7'
+'SKIP')
 
 prepare() {
   cd linuxmint-nemo-*
-  
 
   # Python2 fix
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Add better style for the desktop with GNOME 3.14
-  #patch -Np1 -i ../desktop-theme.patch
+  # Add application-specific theme for Adwaita
+  patch -Np1 -i ../desktop-theme.patch
 
   # Fix build
   sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in

Modified: desktop-theme.patch
===
--- desktop-theme.patch 2014-11-22 20:47:25 UTC (rev 122955)
+++ desktop-theme.patch 2014-11-22 21:02:47 UTC (rev 122956)
@@ -1,13 +1,23 @@
-diff -Naur linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css 
linuxmint-nemo-0f4f990/src/nemo-style-application.css
 linuxmint-nemo-0f4f990.orig/src/nemo-style-application.css 2014-10-01 
04:38:14.441980888 +
-+++ linuxmint-nemo-0f4f990/src/nemo-style-application.css  2014-10-01 
16:24:15.092157366 +
-@@ -6,3 +6,32 @@
- .nemo-big-arrow {
- -GtkArrow-arrow-scaling: 1.0;
- }
-+
-+/* For desktop */
-+
+From 64ad6c0a96b46a9d86d9a8babac1298c18d5fc1f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 22 Nov 2014 21:23:25 +0100
+Subject: [PATCH] Add application-specific theme for Adwaita
+
+Based on this patch for Nautilus:
+https://git.gnome.org/browse/nautilus/commit/?id=3fd7e847d531fbbfc4ebba24864bdd0f8b81c750
+---
+ src/Adwaita.css| 26 +
+ src/nemo-application.c | 52 ++
+ src/nemo.gresource.xml |  1 +
+ 3 files changed, 79 insertions(+)
+ create mode 100644 src/Adwaita.css
+
+diff --git a/src/Adwaita.css b/src/Adwaita.css
+new file mode 100644
+index 000..d8b1f0c
+--- /dev/null
 b/src/Adwaita.css
+@@ -0,0 +1,26 @@
 +.nemo-canvas-item {
 +border-radius: 5px;
 +}
@@ -34,3 +44,88 @@
 +.nemo-desktop.nemo-canvas-item:selected:backdrop {
 +color: @theme_unfocused_selected_fg_color;
 +}
+diff --git a/src/nemo-application.c b/src/nemo-application.c
+index b3e8945..e5dd014 100644
+--- a/src/nemo-application.c
 b/src/nemo-application.c
+@@ -1041,6 +1041,56 @@ out_a:
+ }
+ 
+ static void
++theme_changed (GtkSettings *settings)
++{
++  static GtkCssProvider *adwaita_provider = NULL;
++  gchar *theme;
++  GdkScreen *screen;
++
++  g_object_get (settings, "gtk-theme-name", &theme, NULL);
++  screen = gdk_screen_get_default ();
++
++  if (g_str_equal (theme, "Adwaita"))
++  {
++  if (adwaita_provider == NULL)
++  {
++  GFile *file;
++
++  adwaita_provider = gtk_css_provider_new ();
++  file = g_file_new_for_uri 
("resource:///org/nemo/Adwaita.css");
++  gtk_css_provider_load_from_file (adwaita_provider, 
file, NULL);
++  g_object_unref (file);
++  }
++
++  gtk_style_context_add_provider_for_screen (screen,
++ GTK_STYLE_PROVIDER 
(adwaita_provider),
++ 
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
++  }
++  else if (adwaita_provider != NULL)
++  {
++  gtk_style_context_remove_provider_for_screen (screen,
++
GTK_STYLE_PROVIDER (adwaita_provider));
++  g_clear_object (&adwaita_provider);
++  }
++
++  g_free (theme);
++}
++
++static void
++setup_theme_extensions (void)
++{
++  GtkSettings *settings;
++
++  /* Set up a handler to load our custom css for Adwaita.
++   * See https://bugzilla.gnome.org/show_bug.cgi?id=732959
++   * for a more au

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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:47:25
  Author: bpiotrowski
Revision: 122955

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:46:58 UTC (rev 122954)
+++ community-i686/PKGBUILD 2014-11-22 20:47:25 UTC (rev 122955)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=slop
-pkgver=3.1.10
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('d2e136bba6cc500bf87aa172bea57378')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: slop/repos/community-i686/PKGBUILD (from rev 122954, 
slop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:47:25 UTC (rev 122955)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=slop
+pkgver=3.1.15
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('2451cca9119740ec168a64d5f59821e1')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 20:46:58 UTC (rev 122954)
+++ community-x86_64/PKGBUILD   2014-11-22 20:47:25 UTC (rev 122955)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=slop
-pkgver=3.1.10
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-makedepends=('cmake')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('d2e136bba6cc500bf87aa172bea57378')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: slop/repos/community-x86_64/PKGBUILD (from rev 122954, 
slop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 20:47:25 UTC (rev 122955)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=slop
+pkgver=3.1.15
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('2451cca9119740ec168a64d5f59821e1')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:46:58
  Author: bpiotrowski
Revision: 122954

upgpkg: slop 3.1.15-1

new upstream release

Modified:
  slop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:45:48 UTC (rev 122953)
+++ PKGBUILD2014-11-22 20:46:58 UTC (rev 122954)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=slop
-pkgver=3.1.10
+pkgver=3.1.15
 pkgrel=1
 pkgdesc='Utility to query the user for a selection and print the region to 
stdout'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxext' 'libx11' 'gcc-libs')
 makedepends=('cmake')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('d2e136bba6cc500bf87aa172bea57378')
+md5sums=('2451cca9119740ec168a64d5f59821e1')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:45:48
  Author: bpiotrowski
Revision: 122953

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:45:36 UTC (rev 122952)
+++ community-i686/PKGBUILD 2014-11-22 20:45:48 UTC (rev 122953)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=2.3.32
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('9354c405bf0439648ad10f2fdb56d5dd')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-i686/PKGBUILD (from rev 122952, 
maim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:45:48 UTC (rev 122953)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=2.3.37
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('c6901f0ed0b6fa4c44f9ec4e9c5c627e')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 20:45:36 UTC (rev 122952)
+++ community-x86_64/PKGBUILD   2014-11-22 20:45:48 UTC (rev 122953)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: naelstrof 
-
-pkgname=maim
-pkgver=2.3.32
-pkgrel=1
-pkgdesc='Utility to take a screenshot using imlib2'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/maim'
-license=('GPL3')
-depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
-makedepends=('cmake')
-optdepends=('slop: region selection support')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('9354c405bf0439648ad10f2fdb56d5dd')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 122952, 
maim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 20:45:48 UTC (rev 122953)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=2.3.37
+pkgrel=1
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('c6901f0ed0b6fa4c44f9ec4e9c5c627e')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr/bin .
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:45:36
  Author: bpiotrowski
Revision: 122952

upgpkg: maim 2.3.37-1

new upstream release

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:35:21 UTC (rev 122951)
+++ PKGBUILD2014-11-22 20:45:36 UTC (rev 122952)
@@ -3,7 +3,7 @@
 # Contributor: naelstrof 
 
 pkgname=maim
-pkgver=2.3.32
+pkgver=2.3.37
 pkgrel=1
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 optdepends=('slop: region selection support')
 source=($url/archive/v$pkgver.tar.gz)
-md5sums=('9354c405bf0439648ad10f2fdb56d5dd')
+md5sums=('c6901f0ed0b6fa4c44f9ec4e9c5c627e')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:35:21
  Author: bpiotrowski
Revision: 122951

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:35:07 UTC (rev 122950)
+++ community-i686/PKGBUILD 2014-11-22 20:35:21 UTC (rev 122951)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2014.06.08
-pkgrel=2
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'ffmpeg')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3348b4bdfa9959bc7aeb03ff6ff66e334f8efc78a84261558f18f5fbd543ed2b')
-
-build() {
-make -C "${srcdir}/${pkgname}-${pkgver}"
-}
-
-package() {
-make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
-install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-i686/PKGBUILD (from rev 122950, 
pianobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:35:21 UTC (rev 122951)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2014.09.28
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'ffmpeg')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6bd10218ad5d68c4c761e02c729627d2581b4a6db559190e7e52dc5df177e68f')
+
+build() {
+make -C "${srcdir}/${pkgname}-${pkgver}"
+}
+
+package() {
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
+install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 20:35:07 UTC (rev 122950)
+++ community-x86_64/PKGBUILD   2014-11-22 20:35:21 UTC (rev 122951)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2014.06.08
-pkgrel=2
-pkgdesc="console-based frontend for Pandora"
-url="http://6xq.net/0017";
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('libao' 'ffmpeg')
-source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3348b4bdfa9959bc7aeb03ff6ff66e334f8efc78a84261558f18f5fbd543ed2b')
-
-build() {
-make -C "${srcdir}/${pkgname}-${pkgver}"
-}
-
-package() {
-make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX=/usr 
install
-install -Dm644 "${srcdir}/${pkgname}-${pkgver}"/COPYING 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm755 $srcdir/$pkgname-$pkgver/contrib/headless_pianobar 
$pkgdir/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 122950, 
pianobar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 20:35:21 UTC (rev 122951)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2014.09.28
+pkgrel=1
+pkgdesc="console-based frontend for Pandora"
+url="http://6xq.net/0017";
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('libao' 'ffmpeg')
+source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6bd10218ad5d68c4c761e02c729627d2581b4a6db559190e7e52dc5df177e68f')
+
+build() {
+make -C "${srcdir}/${pkgname}-${pkgver}"
+}
+
+package() {
+make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="

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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:35:07
  Author: bpiotrowski
Revision: 122950

upgpkg: pianobar 2014.09.28-1

new upstream release

Modified:
  pianobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:29:26 UTC (rev 122949)
+++ PKGBUILD2014-11-22 20:35:07 UTC (rev 122950)
@@ -4,8 +4,8 @@
 # Contributor: Patrick Palka 
 
 pkgname=pianobar
-pkgver=2014.06.08
-pkgrel=2
+pkgver=2014.09.28
+pkgrel=1
 pkgdesc="console-based frontend for Pandora"
 url="http://6xq.net/0017";
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('MIT')
 depends=('libao' 'ffmpeg')
 source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2)
-sha256sums=('3348b4bdfa9959bc7aeb03ff6ff66e334f8efc78a84261558f18f5fbd543ed2b')
+sha256sums=('6bd10218ad5d68c4c761e02c729627d2581b4a6db559190e7e52dc5df177e68f')
 
 build() {
 make -C "${srcdir}/${pkgname}-${pkgver}"


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:29:26
  Author: bpiotrowski
Revision: 122949

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

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

+
 /PKGBUILD  |   64 +++
 /gnote.install |   42 +
 community-i686/PKGBUILD|   32 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:29:09 UTC (rev 122948)
+++ community-i686/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-pkgname=gnote
-pkgver=3.13.0
-pkgrel=1
-pkgdesc="A note taking application."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Gnote";
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 122948, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:29:26 UTC (rev 122949)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+pkgname=gnote
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote";
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2014-11-22 20:29:09 UTC (rev 122948)
+++ community-i686/gnote.install2014-11-22 20:29:26 UTC (rev 122949)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 122948, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2014-11-22 20:29:26 UTC (rev 122949)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
=

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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:29:09
  Author: bpiotrowski
Revision: 122948

upgpkg: gnote 3.14.0-1

new upstream release

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:23:34 UTC (rev 122947)
+++ PKGBUILD2014-11-22 20:29:09 UTC (rev 122948)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru 
 # Contributor: uastasi 
 pkgname=gnote
-pkgver=3.13.0
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="A note taking application."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6d6bb8202692eadb1d97788b862017c2212d33bd44363ffa92c2c4b3bc56410')
+sha256sums=('a2df3639a29e14cd1e3a887b743d3dd471c5ef2c138fd967a4d531ffb0911156')
 
 build() {
 cd $pkgname-$pkgver


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:23:21
  Author: bpiotrowski
Revision: 122946

upgpkg: aspell-uk 1.8.0-1

new upstream release

Modified:
  aspell-uk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:18:52 UTC (rev 122945)
+++ PKGBUILD2014-11-22 20:23:21 UTC (rev 122946)
@@ -3,9 +3,9 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=aspell-uk
-pkgver=1.6.5
+pkgver=1.8.0
 _ftpver=1.4.0
-pkgrel=4
+pkgrel=1
 pkgdesc="Ukrainian dictionary for aspell"
 arch=('i686' 'x86_64')
 url="http://ispell-uk.sourceforge.net/";
@@ -14,7 +14,7 @@
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-${_ftpver}-0.tar.bz2
 
http://downloads.sourceforge.net/project/ispell-uk/spell-uk/$pkgver/spell-uk-$pkgver.tgz)
 sha256sums=('35f9a7e840c1272706bc6dd172bc9625cbd843d021094da8598a6abba525f18c'
-'90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422')
+'111e5b945254df4e140922d10daa3da2beffe05d389c1cb2e1e436298f23f2b5')
 
 build() {
   # needed when using a source package from ispell-uk project
@@ -26,8 +26,8 @@
   make
 
   # needed when using a source package from ispell-uk project
-  mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \
-${srcdir}/aspell6-uk-${_ftpver}-0
+  #mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \
+  #  ${srcdir}/aspell6-uk-${_ftpver}-0
 }
 
 package() {


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:23:34
  Author: bpiotrowski
Revision: 122947

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

Added:
  aspell-uk/repos/community-i686/PKGBUILD
(from rev 122946, aspell-uk/trunk/PKGBUILD)
  aspell-uk/repos/community-x86_64/PKGBUILD
(from rev 122946, aspell-uk/trunk/PKGBUILD)
Deleted:
  aspell-uk/repos/community-i686/PKGBUILD
  aspell-uk/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:23:21 UTC (rev 122946)
+++ community-i686/PKGBUILD 2014-11-22 20:23:34 UTC (rev 122947)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-
-pkgname=aspell-uk
-pkgver=1.6.5
-_ftpver=1.4.0
-pkgrel=4
-pkgdesc="Ukrainian dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://ispell-uk.sourceforge.net/";
-license=('GPL' 'LGPL' 'MPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-${_ftpver}-0.tar.bz2
-
http://downloads.sourceforge.net/project/ispell-uk/spell-uk/$pkgver/spell-uk-$pkgver.tgz)
-sha256sums=('35f9a7e840c1272706bc6dd172bc9625cbd843d021094da8598a6abba525f18c'
-'90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422')
-
-build() {
-  # needed when using a source package from ispell-uk project
-  cd ${srcdir}/spell-uk-$pkgver
-  make
-
-  cd ${srcdir}/aspell6-uk-${_ftpver}-0
-  ./configure
-  make
-
-  # needed when using a source package from ispell-uk project
-  mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \
-${srcdir}/aspell6-uk-${_ftpver}-0
-}
-
-package() {
-  cd ${srcdir}/aspell6-uk-${_ftpver}-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-uk/repos/community-i686/PKGBUILD (from rev 122946, 
aspell-uk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:23:34 UTC (rev 122947)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+
+pkgname=aspell-uk
+pkgver=1.8.0
+_ftpver=1.4.0
+pkgrel=1
+pkgdesc="Ukrainian dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://ispell-uk.sourceforge.net/";
+license=('GPL' 'LGPL' 'MPL')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-${_ftpver}-0.tar.bz2
+
http://downloads.sourceforge.net/project/ispell-uk/spell-uk/$pkgver/spell-uk-$pkgver.tgz)
+sha256sums=('35f9a7e840c1272706bc6dd172bc9625cbd843d021094da8598a6abba525f18c'
+'111e5b945254df4e140922d10daa3da2beffe05d389c1cb2e1e436298f23f2b5')
+
+build() {
+  # needed when using a source package from ispell-uk project
+  cd ${srcdir}/spell-uk-$pkgver
+  make
+
+  cd ${srcdir}/aspell6-uk-${_ftpver}-0
+  ./configure
+  make
+
+  # needed when using a source package from ispell-uk project
+  #mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \
+  #  ${srcdir}/aspell6-uk-${_ftpver}-0
+}
+
+package() {
+  cd ${srcdir}/aspell6-uk-${_ftpver}-0
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 20:23:21 UTC (rev 122946)
+++ community-x86_64/PKGBUILD   2014-11-22 20:23:34 UTC (rev 122947)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-
-pkgname=aspell-uk
-pkgver=1.6.5
-_ftpver=1.4.0
-pkgrel=4
-pkgdesc="Ukrainian dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://ispell-uk.sourceforge.net/";
-license=('GPL' 'LGPL' 'MPL')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-${_ftpver}-0.tar.bz2
-
http://downloads.sourceforge.net/project/ispell-uk/spell-uk/$pkgver/spell-uk-$pkgver.tgz)
-sha256sums=('35f9a7e840c1272706bc6dd172bc9625cbd843d021094da8598a6abba525f18c'
-'90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422')
-
-build() {
-  # needed when using a source package from ispell-uk project
-  cd ${srcdir}/spell-uk-$pkgver
-  make
-
-  cd ${srcdir}/aspell6-uk-${_ftpver}-0
-  ./configure
-  make
-
-  # needed when using a source package from ispell-uk project
-  mv ${srcdir}/spell-uk-$pkgver/dist/aspell-uk-$pkgver/* \
-${srcdir}/aspell6-uk-${_ftpver}-0
-}
-
-package() {
-  cd ${srcdir}/aspell6-uk-${_ftpver}-0
-
-  make DESTDIR="$pkgdir" install
-}

Copied: aspell-uk/repos/community-x86_64/PKGBUILD (from rev 122946, 
aspell-uk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ 

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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:17:18
  Author: bpiotrowski
Revision: 122942

upgpkg: python-oslo-config 1.4.0-1

new upstream release

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:16:03 UTC (rev 122941)
+++ PKGBUILD2014-11-22 20:17:18 UTC (rev 122942)
@@ -3,8 +3,8 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.3.0
-pkgrel=4
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.config/1.1.0";
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz";)
-md5sums=('585d980bb831e6011276e872109f87de')
+md5sums=('55bc1515401b92252685c94d556a7257')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


[arch-commits] Commit in python-oslo-config/repos/community-any (PKGBUILD PKGBUILD)

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:17:26
  Author: bpiotrowski
Revision: 122943

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 122942, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-22 20:17:18 UTC (rev 122942)
+++ PKGBUILD2014-11-22 20:17:26 UTC (rev 122943)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.3.0
-pkgrel=4
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/1.1.0";
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz";)
-md5sums=('585d980bb831e6011276e872109f87de')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build(){
-  cd "$srcdir/$_pythonname-$pkgver"
-  python setup.py build
-  cd "$srcdir/$_pythonname-$pkgver-2"
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python)
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-package_python2-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python2)
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 122942, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-22 20:17:26 UTC (rev 122943)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/1.1.0";
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz";)
+md5sums=('55bc1515401b92252685c94d556a7257')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build(){
+  cd "$srcdir/$_pythonname-$pkgver"
+  python setup.py build
+  cd "$srcdir/$_pythonname-$pkgver-2"
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python)
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+package_python2-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python2)
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:15:55
  Author: bpiotrowski
Revision: 122940

upgpkg: python-pbr 0.10.0-1

new upstream release

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 20:15:03 UTC (rev 122939)
+++ PKGBUILD2014-11-22 20:15:55 UTC (rev 122940)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=0.8.0
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="Python bindings to the OpenStack Identity API (Keystone)"
 arch=('any')
@@ -12,8 +12,8 @@
 license=(Apache)
 makedepends=(python2-setuptools python-setuptools)
 
source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('799cbdd896806ffa736bca0021aa61619fee5813148f8418366c690af80ee94a')
-sha512sums=('feae0eab60a5f64ac8dda519af6b9e671014d42a3ae77cd15080b034872d1d69e87f754caf082479943def7ff5bfb11a3b1524de236e189bc496e3688791aff4')
+sha256sums=('52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce')
+sha512sums=('0e83fb57c5104e782da49f6d509371c33904b38aa92c8de851a6f92fe8138b95904d51d269c3b63a4a76bac6439d037e1192ad2010cc535a3741e4a539220da6')
 
 prepare() {
 cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:16:03
  Author: bpiotrowski
Revision: 122941

archrelease: copy trunk to community-any

Added:
  python-pbr/repos/community-any/PKGBUILD
(from rev 122940, python-pbr/trunk/PKGBUILD)
Deleted:
  python-pbr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-22 20:15:55 UTC (rev 122940)
+++ PKGBUILD2014-11-22 20:16:03 UTC (rev 122941)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Python bindings to the OpenStack Identity API (Keystone)"
-arch=('any')
-url=https://pypi.python.org/pypi/pbr
-license=(Apache)
-makedepends=(python2-setuptools python-setuptools)
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('799cbdd896806ffa736bca0021aa61619fee5813148f8418366c690af80ee94a')
-sha512sums=('feae0eab60a5f64ac8dda519af6b9e671014d42a3ae77cd15080b034872d1d69e87f754caf082479943def7ff5bfb11a3b1524de236e189bc496e3688791aff4')
-
-prepare() {
-cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
-find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-cd ${pkgname#*-}-$pkgver/
-python setup.py build
-cd $srcdir/python2-pbr-$pkgver
-python2 setup.py build
-}
-
-package_python-pbr() {
-cd ${pkgname#*-}-$pkgver/
-depends=(python)
-python setup.py install --prefix=/usr --root="$pkgdir"
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-package_python2-pbr() {
-cd $pkgname-$pkgver/
-depends=(python2)
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 122940, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-22 20:16:03 UTC (rev 122941)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Limao Luo 
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Python bindings to the OpenStack Identity API (Keystone)"
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=(Apache)
+makedepends=(python2-setuptools python-setuptools)
+source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce')
+sha512sums=('0e83fb57c5104e782da49f6d509371c33904b38aa92c8de851a6f92fe8138b95904d51d269c3b63a4a76bac6439d037e1192ad2010cc535a3741e4a539220da6')
+
+prepare() {
+cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
+find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+cd ${pkgname#*-}-$pkgver/
+python setup.py build
+cd $srcdir/python2-pbr-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgname#*-}-$pkgver/
+depends=(python)
+python setup.py install --prefix=/usr --root="$pkgdir"
+install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd $pkgname-$pkgver/
+depends=(python2)
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:15:03
  Author: bpiotrowski
Revision: 122939

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 122938, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 122938, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 122938, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 122938, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 122938, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 122938, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:14:50 UTC (rev 122938)
+++ community-i686/PKGBUILD 2014-11-22 20:15:03 UTC (rev 122939)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Minimalistic document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('07c6d83086eee7e3992d5646db60caf5'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 122938, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:15:03 UTC (rev 122939)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Minimalistic document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('4ac91bfbb596decb43c7ef0dcbc3e361'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2014-11-22 20:14:50 UTC (rev 122938)
+++ community-i686/bash-completion  2014-11-22 20:15:03 UTC (rev 122939)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-   

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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:14:50
  Author: bpiotrowski
Revision: 122938

upgpkg: zathura 0.3.2-1

new upstream release

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 18:47:42 UTC (rev 122937)
+++ PKGBUILD2014-11-22 20:14:50 UTC (rev 122938)
@@ -4,7 +4,7 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.3.0
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Minimalistic document viewer"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('07c6d83086eee7e3992d5646db60caf5'
+md5sums=('4ac91bfbb596decb43c7ef0dcbc3e361'
  'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {


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

2014-11-22 Thread Laurent Carlier
Date: Saturday, November 22, 2014 @ 19:47:27
  Author: lcarlier
Revision: 122935

upgpkg: lib32-sqlite 3.8.7.2-1

upstream update 3.8.7.2

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 18:47:25 UTC (rev 122934)
+++ PKGBUILD2014-11-22 18:47:27 UTC (rev 122935)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080701
+_amalgamationver=3080702
 _docver=${_amalgamationver}
 #_docver=3080401
-pkgver=3.8.7.1
+pkgver=3.8.7.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('5601be1263842209d7c5dbf6128f1cc0b6bbe2e5')
+sha1sums=('175283383d010709f76fdd13cb0c8c3c329a1c67')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")
 conflicts=("lib32-sqlite3")


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

2014-11-22 Thread Laurent Carlier
Date: Saturday, November 22, 2014 @ 19:47:42
  Author: lcarlier
Revision: 122937

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-22 18:47:37 UTC (rev 122936)
+++ PKGBUILD2014-11-22 18:47:42 UTC (rev 122937)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080701
-_docver=${_amalgamationver}
-#_docver=3080401
-pkgver=3.8.7.1
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
-sha1sums=('5601be1263842209d7c5dbf6128f1cc0b6bbe2e5')
-provides=("lib32-sqlite3=$pkgver")
-replaces=("lib32-sqlite3")
-conflicts=("lib32-sqlite3")
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 122935, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-22 18:47:42 UTC (rev 122937)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080702
+_docver=${_amalgamationver}
+#_docver=3080401
+pkgver=3.8.7.2
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz)
+sha1sums=('175283383d010709f76fdd13cb0c8c3c329a1c67')
+provides=("lib32-sqlite3=$pkgver")
+replaces=("lib32-sqlite3")
+conflicts=("lib32-sqlite3")
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 19:47:37
  Author: bgyorgy
Revision: 122936

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 122935, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/blacklist_gnome-initial-setup.patch
(from rev 122935, 
cinnamon-session/trunk/blacklist_gnome-initial-setup.patch)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 122935, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 122935, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 122935, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/blacklist_gnome-initial-setup.patch
(from rev 122935, 
cinnamon-session/trunk/blacklist_gnome-initial-setup.patch)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 122935, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 122935, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/timeout.patch

--+
 /PKGBUILD|   88 +
 /cinnamon-session.install|   24 
 /timeout.patch   |   48 +
 community-i686/PKGBUILD  |   40 ---
 community-i686/blacklist_gnome-initial-setup.patch   |   14 ++
 community-i686/cinnamon-session.install  |   12 --
 community-i686/timeout.patch |   24 
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/blacklist_gnome-initial-setup.patch |   14 ++
 community-x86_64/cinnamon-session.install|   12 --
 community-x86_64/timeout.patch   |   24 
 11 files changed, 188 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 18:47:27 UTC (rev 122935)
+++ community-i686/PKGBUILD 2014-11-22 18:47:37 UTC (rev 122936)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url="https://github.com/linuxmint/cinnamon-session";
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-timeout.patch)
-sha256sums=('0fe4a1a5cc7f9f0860722ac52f55ca918c980ade3dfc500d2c90da681f1a8f4c'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 122935, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 18:47:37 UTC (rev 122936)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+install=cinnamon-session.install
+url="https://github.com/linuxmint/cinnamon-session";
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
+timeout.patch
+blacklist_gnome-initial-setup.patch)
+sha256sums=('0fe4a1a5cc7f9f0860722ac52f55ca918c980ade3dfc500d2c90da681f1a8f4c'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a'
+'0664375a725144b9e0cabfbcd9a424bf1cc65504cc30f71

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

2014-11-22 Thread Balló György
Date: Saturday, November 22, 2014 @ 19:47:25
  Author: bgyorgy
Revision: 122934

upgpkg: cinnamon-session 2.4.1-2

Blacklist gnome-initial-setup from autostart, it's not designed for Cinnamon

Added:
  cinnamon-session/trunk/blacklist_gnome-initial-setup.patch
Modified:
  cinnamon-session/trunk/PKGBUILD

-+
 PKGBUILD|   10 +++---
 blacklist_gnome-initial-setup.patch |   14 ++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 18:02:40 UTC (rev 122933)
+++ PKGBUILD2014-11-22 18:47:25 UTC (rev 122934)
@@ -4,7 +4,7 @@
 
 pkgname=cinnamon-session
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -14,9 +14,11 @@
 install=cinnamon-session.install
 url="https://github.com/linuxmint/cinnamon-session";
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-timeout.patch)
+timeout.patch
+blacklist_gnome-initial-setup.patch)
 sha256sums=('0fe4a1a5cc7f9f0860722ac52f55ca918c980ade3dfc500d2c90da681f1a8f4c'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a'
+'0664375a725144b9e0cabfbcd9a424bf1cc65504cc30f71d1d7ea4a8cfa5a778')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -24,6 +26,8 @@
   # Increase timeout, for slow machines
   patch -Np1 -i ../timeout.patch
 
+  # Blacklist gnome-initial-setup from autostart, it's not designed for 
Cinnamon
+  patch -Np1 -i ../blacklist_gnome-initial-setup.patch
 }
 
 build() {

Added: blacklist_gnome-initial-setup.patch
===
--- blacklist_gnome-initial-setup.patch (rev 0)
+++ blacklist_gnome-initial-setup.patch 2014-11-22 18:47:25 UTC (rev 122934)
@@ -0,0 +1,14 @@
+--- a/cinnamon-session/csm-manager.c   2014-11-08 09:05:05.0 +
 b/cinnamon-session/csm-manager.c   2014-11-21 17:35:31.979898468 +
+@@ -107,7 +107,10 @@ const gchar *blacklist[] = {
+ "gnome-screensaver",
+ "mate-screensaver",
+ "mate-keyring-daemon",
+-"indicator-"
++"indicator-",
++"gnome-initial-setup-copy-worker",
++"gnome-initial-setup-first-login",
++"gnome-welcome-tour"
+};
+ 
+ static void app_registered (CsmApp *app, CsmManager *manager);


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2014-11-22 Thread Laurent Carlier
Date: Saturday, November 22, 2014 @ 19:02:40
  Author: lcarlier
Revision: 122933

archrelease: copy trunk to multilib-x86_64

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

--+
 LICENSE  |  164 
 PKGBUILD |  312 ++---
 2 files changed, 238 insertions(+), 238 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-11-22 18:02:31 UTC (rev 122932)
+++ LICENSE 2014-11-22 18:02:40 UTC (rev 122933)
@@ -1,82 +0,0 @@
-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-x86_64/LICENSE (from rev 122932, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-11-22 18:02:40 UTC (rev 122933)
@@ -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 

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

2014-11-22 Thread Laurent Carlier
Date: Saturday, November 22, 2014 @ 19:02:31
  Author: lcarlier
Revision: 122932

upgpkg: lib32-mesa 10.3.4-1

upstream update 10.3.4

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 17:25:01 UTC (rev 122931)
+++ PKGBUILD2014-11-22 18:02:31 UTC (rev 122932)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-dri' 'lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.3.3
+pkgver=10.3.4
 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=('0e4eee4a2ddf86456eed2fc44da367f95471f74249636710491e85cc256c4753'
+sha256sums=('e6373913142338d10515daf619d659433bfd2989988198930c13b0945a15e98a'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 


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

2014-11-22 Thread Andreas Radke
Date: Saturday, November 22, 2014 @ 18:22:32
  Author: andyrtr
Revision: 226836

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

Added:
  xorg-xkbcomp/repos/extra-i686/PKGBUILD
(from rev 226835, xorg-xkbcomp/trunk/PKGBUILD)
  xorg-xkbcomp/repos/extra-x86_64/PKGBUILD
(from rev 226835, xorg-xkbcomp/trunk/PKGBUILD)
Deleted:
  xorg-xkbcomp/repos/extra-i686/PKGBUILD
  xorg-xkbcomp/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 17:22:17 UTC (rev 226835)
+++ extra-i686/PKGBUILD 2014-11-22 17:22:32 UTC (rev 226836)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xkbcomp
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="X Keyboard description compiler"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2)
-sha1sums=('695d2f2824884d9e54aa1419282ae167fdea163b')
-
-build() {
-  cd xkbcomp-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xkbcomp-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xkbcomp/repos/extra-i686/PKGBUILD (from rev 226835, 
xorg-xkbcomp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 17:22:32 UTC (rev 226836)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=xorg-xkbcomp
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="X Keyboard description compiler"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
+sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
+'SKIP')
+
+build() {
+  cd xkbcomp-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xkbcomp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 17:22:17 UTC (rev 226835)
+++ extra-x86_64/PKGBUILD   2014-11-22 17:22:32 UTC (rev 226836)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xorg-xkbcomp
-pkgver=1.2.4
-pkgrel=2
-pkgdesc="X Keyboard description compiler"
-arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2)
-sha1sums=('695d2f2824884d9e54aa1419282ae167fdea163b')
-
-build() {
-  cd xkbcomp-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xkbcomp-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xorg-xkbcomp/repos/extra-x86_64/PKGBUILD (from rev 226835, 
xorg-xkbcomp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-22 17:22:32 UTC (rev 226836)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=xorg-xkbcomp
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="X Keyboard description compiler"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
+sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
+'SKIP')
+
+build() {
+  cd xkbcomp-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xkbcomp-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2014-11-22 Thread Andreas Radke
Date: Saturday, November 22, 2014 @ 18:22:17
  Author: andyrtr
Revision: 226835

upgpkg: xorg-xkbcomp 1.3.0-1

upstream update 1.3.0

Modified:
  xorg-xkbcomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 17:08:27 UTC (rev 226834)
+++ PKGBUILD2014-11-22 17:22:17 UTC (rev 226835)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
 
 pkgname=xorg-xkbcomp
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="X Keyboard description compiler"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,8 +12,9 @@
 depends=('libxkbfile')
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2)
-sha1sums=('695d2f2824884d9e54aa1419282ae167fdea163b')
+source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
+sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
+'SKIP')
 
 build() {
   cd xkbcomp-${pkgver}


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

2014-11-22 Thread Andreas Radke
Date: Saturday, November 22, 2014 @ 18:08:04
  Author: andyrtr
Revision: 226833

upgpkg: mesa 10.3.4-1

upstream update 10.3.4

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 15:09:35 UTC (rev 226832)
+++ PKGBUILD2014-11-22 17:08:04 UTC (rev 226833)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'mesa-dri' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.3.3
+pkgver=10.3.4
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' '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=('0e4eee4a2ddf86456eed2fc44da367f95471f74249636710491e85cc256c4753'
+sha256sums=('e6373913142338d10515daf619d659433bfd2989988198930c13b0945a15e98a'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 


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

2014-11-22 Thread Andreas Radke
Date: Saturday, November 22, 2014 @ 18:08:27
  Author: andyrtr
Revision: 226834

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 226833, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 226833, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 226833, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 226833, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 ++
 /PKGBUILD |  348 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  174 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  174 
 6 files changed, 512 insertions(+), 512 deletions(-)

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


[arch-commits] Commit in bmon/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-11-22 Thread Jaroslav Lichtblau
Date: Saturday, November 22, 2014 @ 14:22:55
  Author: jlichtblau
Revision: 122930

archrelease: copy trunk to community-x86_64

Added:
  bmon/repos/community-x86_64/PKGBUILD
(from rev 122929, bmon/trunk/PKGBUILD)
Deleted:
  bmon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-22 13:11:21 UTC (rev 122929)
+++ PKGBUILD2014-11-22 13:22:55 UTC (rev 122930)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=bmon
-pkgver=3.5
-pkgrel=1
-pkgdesc="Portable bandwidth monitor and rate estimator"
-arch=('i686' 'x86_64')
-url="http://github.com/tgraf/bmon/";
-license=('MIT' 'BSD')
-depends=('ncurses' 'libnl' 'confuse')
-makedepends=('autoconf')
-source=(http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d969b4623424f9d7f0589e727691e1c38692507366b5567eed9f6b51322acec9')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# Licenses
-  install -d "${pkgdir}"/usr/share/licenses/$pkgname
-  cp LICENSE.{BSD,MIT} "${pkgdir}"/usr/share/licenses/$pkgname
-}

Copied: bmon/repos/community-x86_64/PKGBUILD (from rev 122929, 
bmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-22 13:22:55 UTC (rev 122930)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=bmon
+pkgver=3.6
+pkgrel=1
+pkgdesc="Portable bandwidth monitor and rate estimator"
+arch=('i686' 'x86_64')
+url="http://github.com/tgraf/bmon/";
+license=('MIT' 'BSD')
+depends=('ncurses' 'libnl' 'confuse')
+makedepends=('autoconf')
+source=(http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('7d9d9b5af751cb61e267b43309506f03e82636282742fce89209f2378ae6a4b1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# Licenses
+  install -d "${pkgdir}"/usr/share/licenses/$pkgname
+  cp LICENSE.{BSD,MIT} "${pkgdir}"/usr/share/licenses/$pkgname
+}


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

2014-11-22 Thread Jaroslav Lichtblau
Date: Saturday, November 22, 2014 @ 14:11:10
  Author: jlichtblau
Revision: 122928

upgpkg: bmon 3.6-1

Modified:
  bmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:40:02 UTC (rev 122927)
+++ PKGBUILD2014-11-22 13:11:10 UTC (rev 122928)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=bmon
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc="Portable bandwidth monitor and rate estimator"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('ncurses' 'libnl' 'confuse')
 makedepends=('autoconf')
 source=(http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d969b4623424f9d7f0589e727691e1c38692507366b5567eed9f6b51322acec9')
+sha256sums=('7d9d9b5af751cb61e267b43309506f03e82636282742fce89209f2378ae6a4b1')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in bmon/repos/community-i686 (PKGBUILD PKGBUILD)

2014-11-22 Thread Jaroslav Lichtblau
Date: Saturday, November 22, 2014 @ 14:11:21
  Author: jlichtblau
Revision: 122929

archrelease: copy trunk to community-i686

Added:
  bmon/repos/community-i686/PKGBUILD
(from rev 122928, bmon/trunk/PKGBUILD)
Deleted:
  bmon/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-22 13:11:10 UTC (rev 122928)
+++ PKGBUILD2014-11-22 13:11:21 UTC (rev 122929)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=bmon
-pkgver=3.5
-pkgrel=1
-pkgdesc="Portable bandwidth monitor and rate estimator"
-arch=('i686' 'x86_64')
-url="http://github.com/tgraf/bmon/";
-license=('MIT' 'BSD')
-depends=('ncurses' 'libnl' 'confuse')
-makedepends=('autoconf')
-source=(http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d969b4623424f9d7f0589e727691e1c38692507366b5567eed9f6b51322acec9')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# Licenses
-  install -d "${pkgdir}"/usr/share/licenses/$pkgname
-  cp LICENSE.{BSD,MIT} "${pkgdir}"/usr/share/licenses/$pkgname
-}

Copied: bmon/repos/community-i686/PKGBUILD (from rev 122928, 
bmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-22 13:11:21 UTC (rev 122929)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=bmon
+pkgver=3.6
+pkgrel=1
+pkgdesc="Portable bandwidth monitor and rate estimator"
+arch=('i686' 'x86_64')
+url="http://github.com/tgraf/bmon/";
+license=('MIT' 'BSD')
+depends=('ncurses' 'libnl' 'confuse')
+makedepends=('autoconf')
+source=(http://github.com/tgraf/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('7d9d9b5af751cb61e267b43309506f03e82636282742fce89209f2378ae6a4b1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# Licenses
+  install -d "${pkgdir}"/usr/share/licenses/$pkgname
+  cp LICENSE.{BSD,MIT} "${pkgdir}"/usr/share/licenses/$pkgname
+}


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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 13:32:57
  Author: ronald
Revision: 226829

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 11:14:24 UTC (rev 226828)
+++ extra-i686/PKGBUILD 2014-11-22 12:32:57 UTC (rev 226829)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0cbbc65719e9550a803aa351f474bd6ad7e93695')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-   
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-  # install license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_elementary-docs() {
-  pkgdesc="Documentation for Elementary GUI toolkit"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-
-

Copied: elementary/repos/extra-i686/PKGBUILD (from rev 226828, 
elementary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 12:32:57 UTC (rev 226829)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgbase=elementary
+pkgname=('elementary' 'elementary-docs')
+pkgver=1.12.0
+pkgrel=0
+pkgdesc="Enlightenment's widget set"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('efl' 'evas_generic_loaders')
+makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('eb07795d08a87b9487aea013d34f5d6b27db6840')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+   
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+  make -j1 doc
+}
+
+package_elementary(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  # install license files
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" \
+"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_elementary-docs() {
+  pkgdesc="Documentation for Elementary GUI toolkit"
+  depends=()
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
+  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
+  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 11:14:24 UTC (rev 226828)
+++ extra-x86_64/PKGBUILD   2014-11-22 12:32:57 UTC (rev 226829)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgbase=elementary
-pkgname=('elementary' 'elementary-docs')
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="Enlightenment's widget set"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('efl' 'evas_generic_loaders')
-makedepends=('doxygen' 'imagemagick' 'texlive-core' 'ghostscript')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('0cbbc65719e9550a803aa351f474bd6ad7e93695')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-   
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-  make -j1 doc
-}
-
-package_elementary(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-
-

[arch-commits] Commit in greenbone-security-assistant/repos (4 files)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:40:02
  Author: thestinger
Revision: 122927

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

Added:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
(from rev 122926, greenbone-security-assistant/trunk/PKGBUILD)
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD
(from rev 122926, greenbone-security-assistant/trunk/PKGBUILD)
Deleted:
  greenbone-security-assistant/repos/community-i686/PKGBUILD
  greenbone-security-assistant/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:39:29 UTC (rev 122926)
+++ community-i686/PKGBUILD 2014-11-22 11:40:02 UTC (rev 122927)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-pkgrel=2
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc";)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: greenbone-security-assistant/repos/community-i686/PKGBUILD (from rev 
122926, greenbone-security-assistant/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:40:02 UTC (rev 122927)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=greenbone-security-assistant
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
+url='http://www.openvas.org/'
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('libmicrohttpd' 'openvas-libraries')
+makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
+groups=(openvas)
+backup=(etc/openvas/gsad_log.conf)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1799/$pkgname-$pkgver.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1800/$pkgname-$pkgver.tar.gz.asc";)
+md5sums=('25946ea0d37e12fb06e51e3f1145c026'
+ 'SKIP')
+conflicts=(gsa)
+provides=(gsa)
+replaces=(gsa)
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:39:29 UTC (rev 122926)
+++ community-x86_64/PKGBUILD   2014-11-22 11:40:02 UTC (rev 122927)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=greenbone-security-assistant
-pkgver=5.0.3
-pkgrel=2
-pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
-url='http://www.openvas.org/'
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('libmicrohttpd' 'openvas-libraries')
-makedepends=('cmake' 'doxygen' 'libxslt' 'xmltoman')
-groups=(openvas)
-backup=(etc/openvas/gsad_log.conf)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc";)
-md5sums=('d1148f21265346ee6257895918d8dedb'
- 'SKIP')
-conflicts=(gsa)
-provides=(gsa)
-replaces=(gsa)
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var . -DSBINDIR=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: greenbone-security-assistant/repos/community-x86_64/PKGBUILD (from rev 
122926, greenbone-security-assistant/trunk/PKGBUILD)
=

[arch-commits] Commit in greenbone-security-assistant/trunk (PKGBUILD)

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:39:29
  Author: thestinger
Revision: 122926

upgpkg: greenbone-security-assistant 5.0.4-1

Modified:
  greenbone-security-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:36:55 UTC (rev 122925)
+++ PKGBUILD2014-11-22 11:39:29 UTC (rev 122926)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=greenbone-security-assistant
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
 pkgdesc='Greenbone Security Assistant (gsa) - OpenVAS web frontend'
 url='http://www.openvas.org/'
 license=(GPL)
@@ -13,9 +13,9 @@
 backup=(etc/openvas/gsad_log.conf)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1734/$pkgname-$pkgver.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1735/$pkgname-$pkgver.tar.gz.asc";)
-md5sums=('d1148f21265346ee6257895918d8dedb'
+source=("http://wald.intevation.org/frs/download.php/1799/$pkgname-$pkgver.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1800/$pkgname-$pkgver.tar.gz.asc";)
+md5sums=('25946ea0d37e12fb06e51e3f1145c026'
  'SKIP')
 conflicts=(gsa)
 provides=(gsa)


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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:36:55
  Author: thestinger
Revision: 122925

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

Added:
  openvas-scanner/repos/community-i686/PKGBUILD
(from rev 122924, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-i686/openvas-scanner.service
(from rev 122924, openvas-scanner/trunk/openvas-scanner.service)
  openvas-scanner/repos/community-x86_64/PKGBUILD
(from rev 122924, openvas-scanner/trunk/PKGBUILD)
  openvas-scanner/repos/community-x86_64/openvas-scanner.service
(from rev 122924, openvas-scanner/trunk/openvas-scanner.service)
Deleted:
  openvas-scanner/repos/community-i686/PKGBUILD
  openvas-scanner/repos/community-i686/openvas-scanner.service
  openvas-scanner/repos/community-x86_64/PKGBUILD
  openvas-scanner/repos/community-x86_64/openvas-scanner.service

--+
 /PKGBUILD|   66 +
 /openvas-scanner.service |   18 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/openvas-scanner.service   |9 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/openvas-scanner.service |9 ---
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:36:26 UTC (rev 122924)
+++ community-i686/PKGBUILD 2014-11-22 11:36:55 UTC (rev 122925)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-scanner
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='The OpenVAS scanning Daemon'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1726/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc";
-"$pkgname.service")
-md5sums=('850facc6e7f550d1a75925563b0e5caf'
- 'SKIP'
- '5cc11ac11a7454aaa9148eab844b81af')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 ../$pkgname.service 
"$pkgdir/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: openvas-scanner/repos/community-i686/PKGBUILD (from rev 122924, 
openvas-scanner/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:36:55 UTC (rev 122925)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-scanner
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='The OpenVAS scanning Daemon'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1791/$pkgname-${pkgver}.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc";
+"$pkgname.service")
+md5sums=('8462aca675bdbd617de2c2dd53be62ff'
+ 'SKIP'
+ '5cc11ac11a7454aaa9148eab844b81af')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 ../$pkgname.service 
"$pkgdir/usr/lib/systemd/system/${pkgname}.service"
+}

Deleted: community-i686/openvas-scanner.service
===
--- community-i686/openvas-scanner.service  2014-11-22 11:36:26 UTC (rev 
122924)
+++ community-i686/openvas-scanner.service  2014-11-22 11:36:55 UTC (rev 
122925)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Open Vulnerability Assessment System Scanner Daemon
-Documentation=http://www.openvas.org/
-
-[Service]
-ExecStart=/usr/bin/openvassd -f
-
-[Install]
-WantedBy=multi-user.target

Copied: openvas-scanner/repos/community-i686/openvas-scanner.service (from rev 
122924, openvas-scanner/trunk/openvas-scanner.service)
===
--- community-i686/openvas-scanner.service  (rev 0)
+++ community-i686/openvas-scanner.service  2014-11-22 11:36:55 UTC (rev 
122925)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=htt

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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:36:26
  Author: thestinger
Revision: 122924

upgpkg: openvas-scanner 4.0.4-1

Modified:
  openvas-scanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:34:00 UTC (rev 122923)
+++ PKGBUILD2014-11-22 11:36:26 UTC (rev 122924)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-scanner
-pkgver=4.0.3
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='The OpenVAS scanning Daemon'
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1726/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1727/$pkgname-${pkgver}.tar.gz.asc";
+source=("http://wald.intevation.org/frs/download.php/1791/$pkgname-${pkgver}.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1792/$pkgname-${pkgver}.tar.gz.asc";
 "$pkgname.service")
-md5sums=('850facc6e7f550d1a75925563b0e5caf'
+md5sums=('8462aca675bdbd617de2c2dd53be62ff'
  'SKIP'
  '5cc11ac11a7454aaa9148eab844b81af')
 


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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:34:00
  Author: thestinger
Revision: 122923

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

Added:
  openvas-manager/repos/community-i686/PKGBUILD
(from rev 122922, openvas-manager/trunk/PKGBUILD)
  openvas-manager/repos/community-x86_64/PKGBUILD
(from rev 122922, openvas-manager/trunk/PKGBUILD)
Deleted:
  openvas-manager/repos/community-i686/PKGBUILD
  openvas-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:33:31 UTC (rev 122922)
+++ community-i686/PKGBUILD 2014-11-22 11:34:00 UTC (rev 122923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-manager
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1730/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc";)
-md5sums=('ed1a74bd4961aa693b5674217f258753'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openvas-manager/repos/community-i686/PKGBUILD (from rev 122922, 
openvas-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:34:00 UTC (rev 122923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-manager
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries' 'sqlite3')
+makedepends=('cmake' 'doxygen' 'xmltoman')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1795/$pkgname-${pkgver}.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc";)
+md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
+-DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:33:31 UTC (rev 122922)
+++ community-x86_64/PKGBUILD   2014-11-22 11:34:00 UTC (rev 122923)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-manager
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='A layer between the OpenVAS Scanner and various client applications'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries' 'sqlite3')
-makedepends=('cmake' 'doxygen' 'xmltoman')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1730/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc";)
-md5sums=('ed1a74bd4961aa693b5674217f258753'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DSBINDIR=/usr/bin \
--DCMAKE_INSTALL_PREFIX=/usr -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: openvas-manager/repos/community-x86_64/PKGBUILD (from rev 122922, 
openvas-manager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 11:34:00 UTC (rev 122923)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-manager
+pkgver=5.0.5
+pkgrel=1
+pkgdesc='A layer between the OpenVAS Scanner and various client applications'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+dep

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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:33:31
  Author: thestinger
Revision: 122922

upgpkg: openvas-manager 5.0.5-1

Modified:
  openvas-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:30:45 UTC (rev 122921)
+++ PKGBUILD2014-11-22 11:33:31 UTC (rev 122922)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-manager
-pkgver=5.0.4
+pkgver=5.0.5
 pkgrel=1
 pkgdesc='A layer between the OpenVAS Scanner and various client applications'
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1730/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1731/$pkgname-${pkgver}.tar.gz.asc";)
-md5sums=('ed1a74bd4961aa693b5674217f258753'
+source=("http://wald.intevation.org/frs/download.php/1795/$pkgname-${pkgver}.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1796/$pkgname-${pkgver}.tar.gz.asc";)
+md5sums=('83d2bb2c7581f0e09c4caa4b801d34d7'
  'SKIP')
 
 build() {


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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:30:45
  Author: thestinger
Revision: 122921

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

Added:
  openvas-cli/repos/community-i686/PKGBUILD
(from rev 122920, openvas-cli/trunk/PKGBUILD)
  openvas-cli/repos/community-x86_64/PKGBUILD
(from rev 122920, openvas-cli/trunk/PKGBUILD)
Deleted:
  openvas-cli/repos/community-i686/PKGBUILD
  openvas-cli/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:30:15 UTC (rev 122920)
+++ community-i686/PKGBUILD 2014-11-22 11:30:45 UTC (rev 122921)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc";)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-i686/PKGBUILD (from rev 122920, 
openvas-cli/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:30:45 UTC (rev 122921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc";)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:30:15 UTC (rev 122920)
+++ community-x86_64/PKGBUILD   2014-11-22 11:30:45 UTC (rev 122921)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=3
-pkgdesc='The OpenVAS Command-Line Interface'
-arch=('i686' 'x86_64')
-url='http://www.openvas.org/'
-license=('GPL')
-depends=('openvas-libraries')
-makedepends=('cmake' 'xmltoman' 'doxygen')
-groups=(openvas)
-# This URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc";)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: openvas-cli/repos/community-x86_64/PKGBUILD (from rev 122920, 
openvas-cli/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 11:30:45 UTC (rev 122921)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-cli
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='The OpenVAS Command-Line Interface'
+arch=('i686' 'x86_64')
+url='http://www.openvas.org/'
+license=('GPL')
+depends=('openvas-libraries')
+makedepends=('cmake' 'xmltoman' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.g

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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:30:15
  Author: thestinger
Revision: 122920

upgpkg: openvas-cli 1.3.1-1

Modified:
  openvas-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 11:27:25 UTC (rev 122919)
+++ PKGBUILD2014-11-22 11:30:15 UTC (rev 122920)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-cli
-pkgver=1.3.0
-pkgrel=3
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='The OpenVAS Command-Line Interface'
 arch=('i686' 'x86_64')
 url='http://www.openvas.org/'
@@ -12,9 +12,9 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1633/$pkgname-$pkgver.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1634/$pkgname-$pkgver.tar.gz.asc";)
-md5sums=('925acbc8ed9138a9dbd8dd25ffbb77f8'
+source=("http://wald.intevation.org/frs/download.php/1803/$pkgname-$pkgver.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1804/$pkgname-$pkgver.tar.gz.asc";)
+md5sums=('70ac828c04995fdef997ea9e6ba29daf'
  'SKIP')
 
 build() {


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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:27:25
  Author: thestinger
Revision: 122919

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

Added:
  openvas-libraries/repos/community-i686/PKGBUILD
(from rev 122918, openvas-libraries/trunk/PKGBUILD)
  openvas-libraries/repos/community-x86_64/PKGBUILD
(from rev 122918, openvas-libraries/trunk/PKGBUILD)
Deleted:
  openvas-libraries/repos/community-i686/PKGBUILD
  openvas-libraries/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 11:26:51 UTC (rev 122918)
+++ community-i686/PKGBUILD 2014-11-22 11:27:25 UTC (rev 122919)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/";
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc";)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rmdir "$pkgdir/var/run"
-}

Copied: openvas-libraries/repos/community-i686/PKGBUILD (from rev 122918, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 11:27:25 UTC (rev 122919)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-libraries
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url="http://www.openvas.org/";
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepends=('cmake' 'doxygen')
+groups=(openvas)
+# These URLs need to be manually updated on every pkgver upgrade.
+# http://wald.intevation.org/frs/?group_id=29
+source=("http://wald.intevation.org/frs/download.php/1787/$pkgname-${pkgver}.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc";)
+md5sums=('22ce18293221704e33534a313916ca2f'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  rmdir "$pkgdir/var/run"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-22 11:26:51 UTC (rev 122918)
+++ community-x86_64/PKGBUILD   2014-11-22 11:27:25 UTC (rev 122919)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=2
-pkgdesc='The OpenVAS libraries'
-arch=('i686' 'x86_64')
-url="http://www.openvas.org/";
-license=('GPL')
-depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
-makedepends=('cmake' 'doxygen')
-groups=(openvas)
-# These URLs need to be manually updated on every pkgver upgrade.
-# http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc";)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
--DLIBDIR=/usr/lib -DSYSCONFDIR=/etc -DLOCALSTATEDIR=/var .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  rmdir "$pkgdir/var/run"
-}

Copied: openvas-libraries/repos/community-x86_64/PKGBUILD (from rev 122918, 
openvas-libraries/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-22 11:27:25 UTC (rev 122919)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay 
+pkgname=openvas-libraries
+pkgver=7.0.5
+pkgrel=1
+pkgdesc='The OpenVAS libraries'
+arch=('i686' 'x86_64')
+url="http://www.openvas.org/";
+license=('GPL')
+depends=('gnutls' 'libpcap' 'gpgme' 'libssh' 'glib2')
+makedepe

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

2014-11-22 Thread Daniel Micay
Date: Saturday, November 22, 2014 @ 12:26:51
  Author: thestinger
Revision: 122918

upgpkg: openvas-libraries 7.0.5-1

Modified:
  openvas-libraries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:49:46 UTC (rev 122917)
+++ PKGBUILD2014-11-22 11:26:51 UTC (rev 122918)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Daniel Micay 
 pkgname=openvas-libraries
-pkgver=7.0.4
-pkgrel=2
+pkgver=7.0.5
+pkgrel=1
 pkgdesc='The OpenVAS libraries'
 arch=('i686' 'x86_64')
 url="http://www.openvas.org/";
@@ -12,9 +12,9 @@
 groups=(openvas)
 # These URLs need to be manually updated on every pkgver upgrade.
 # http://wald.intevation.org/frs/?group_id=29
-source=("http://wald.intevation.org/frs/download.php/1722/$pkgname-${pkgver}.tar.gz";
-
"http://wald.intevation.org/frs/download.php/1723/$pkgname-${pkgver}.tar.gz.asc";)
-md5sums=('b78c2b3b1e187c40805c1a849b1b530e'
+source=("http://wald.intevation.org/frs/download.php/1787/$pkgname-${pkgver}.tar.gz";
+
"http://wald.intevation.org/frs/download.php/1788/$pkgname-${pkgver}.tar.gz.asc";)
+md5sums=('22ce18293221704e33534a313916ca2f'
  'SKIP')
 
 build() {


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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 12:14:24
  Author: ronald
Revision: 226828

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

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

+
 /PKGBUILD  |   82 +++
 /enlightenment.install |   24 ++
 extra-i686/PKGBUILD|   41 -
 extra-i686/enlightenment.install   |   12 -
 extra-x86_64/PKGBUILD  |   41 -
 extra-x86_64/enlightenment.install |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 11:14:15 UTC (rev 226827)
+++ extra-i686/PKGBUILD 2014-11-22 11:14:24 UTC (rev 226828)
@@ -1,41 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.19.0
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD')
-depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close')
-provides=("enlightenment17=$pkgver" 'notification-daemon')
-conflicts=("enlightenment17")
-replaces=("enlightenment17")
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
-install=enlightenment.install
-sha1sums=('c340d2d76ea0444b95baf6324ace7069ee81c4eb')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-   --enable-wayland-egl \
-   --enable-wayland-clients
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 226827, 
enlightenment/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 11:14:24 UTC (rev 226828)
@@ -0,0 +1,41 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.19.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close')
+provides=("enlightenment17=$pkgver" 'notification-daemon')
+conflicts=("enlightenment17")
+replaces=("enlightenment17")
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
+install=enlightenment.install
+sha1sums=('575205652a1cc6844addf1d0f3e2c64324e633d3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   --enable-wayland-egl \
+   --enable-wayland-clients
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-i686/enlightenment.install
===
--- extra-i686/enlightenment.install2014-11-22 11:14:15 UTC (rev 226827)
+++ extra-i686/enlightenment.install2014-11-22 11:14:24 UTC (rev 226828)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

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

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 12:14:15
  Author: ronald
Revision: 226827

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 11:09:52 UTC (rev 226826)
+++ extra-i686/PKGBUILD 2014-11-22 11:14:15 UTC (rev 226827)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.11.2
-pkgrel=2
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('GPL2')
-depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('6ebf889d47f3d1aaa1ec85a861d7d02daf3a472a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/extra-i686/PKGBUILD (from rev 226826, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 11:14:15 UTC (rev 226827)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('08d8cd7788d1a72b89a2e52dd0f18ed1742267ce')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/evas \
+--enable-poppler \
+--enable-spectre \
+--enable-libraw \
+--enable-svg \
+--enable-gstreamer
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-22 11:09:52 UTC (rev 226826)
+++ extra-x86_64/PKGBUILD   2014-11-22 11:14:15 UTC (rev 226827)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Gustavo Sverzut Barbieri 
-
-pkgname=evas_generic_loaders
-pkgver=1.11.2
-pkgrel=2
-pkgdesc="Additional generic loaders for Evas"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('GPL2')
-depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('6ebf889d47f3d1aaa1ec85a861d7d02daf3a472a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/evas \
---enable-poppler \
---enable-spectre \
---enable-libraw \
---enable-svg \
---enable-gstreamer
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: evas_generic_loaders/repos/extra-x86_64/PKGBUILD (from rev 226826, 
evas_generic_loaders/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-22 11:14:15 UTC (rev 226827)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=evas_generic_loaders
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Additional generic loaders for Evas"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('GPL2')
+depends=('librsvg' 'poppler' 'libraw' 'libspectre' 'efl')
+options=('!emptydirs')
+source=(http://download.enlightenment.org/rel/libs/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1s

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

2014-11-22 Thread Ronald van Haren
Date: Saturday, November 22, 2014 @ 12:09:52
  Author: ronald
Revision: 226826

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 226825, efl/trunk/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 226825, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/efl.install
(from rev 226825, efl/trunk/efl.install)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 226825, efl/trunk/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 226825, efl/trunk/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 226825, efl/trunk/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/efl.install
(from rev 226825, efl/trunk/efl.install)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 226825, efl/trunk/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/efl.install
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/efl.install
  efl/repos/extra-x86_64/eina_doxygen.patch

+
 /PKGBUILD  |  142 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /efl.install   |   32 ++
 /eina_doxygen.patch|   20 +++
 extra-i686/PKGBUILD|   71 -
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/efl.install |   16 ---
 extra-i686/eina_doxygen.patch  |   10 -
 extra-x86_64/PKGBUILD  |   71 -
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/efl.install   |   16 ---
 extra-x86_64/eina_doxygen.patch|   10 -
 12 files changed, 272 insertions(+), 272 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-22 10:29:58 UTC (rev 226825)
+++ extra-i686/PKGBUILD 2014-11-22 11:09:52 UTC (rev 226826)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.11.2
-pkgrel=2
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org";
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.gz
-   'eina_doxygen.patch')
-install=efl.install
-sha1sums=('6faabf84126f2ba790b77adef65803154bf7'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland 
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 226825, efl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-22 11:09:52 UTC (rev 226826)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgve

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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:49:37
  Author: tpowa
Revision: 122916

upgpkg: vhba-module 20140629-10

rebuild against 3.17.4

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:47:38 UTC (rev 122915)
+++ PKGBUILD2014-11-22 10:49:37 UTC (rev 122916)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20140629
 _extramodules=extramodules-3.17-ARCH
-pkgrel=9
+pkgrel=10
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:49:46
  Author: tpowa
Revision: 122917

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 122916, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 122916, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 122916, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 122916, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 122916, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 122916, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   22 
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   22 
 6 files changed, 134 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
122916, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2014-11-22 10:49:46 UTC (rev 
122917)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 122916, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 10:49:46 UTC (rev 122917)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20140629
+_extramodules=extramodules-3.17-ARCH
+pkgrel=10
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('6b307a80df9c163768cc7ecb3ccebb71'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
122916, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2014-11-22 10:49:46 UTC (rev 
122917)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
122916, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2014-11-22 10:49:46 UTC (rev 
122917)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 122916, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-22 10:49:46 UTC (rev 122917)
@@ -0,0 +1,

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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:47:38
  Author: tpowa
Revision: 122915

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 122914, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 122914, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 122914, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 122914, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 122914, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 10:47:38 UTC (rev 122915)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=56
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
122914, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2014-11-22 10:47:38 UTC (rev 
122915)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.15-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 122914, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-22 10:47:38 UTC (rev 122915)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=56
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/u

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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:47:28
  Author: tpowa
Revision: 122914

upgpkg: tp_smapi 0.41-56

rebuild against 3.17.4

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:45:38 UTC (rev 122913)
+++ PKGBUILD2014-11-22 10:47:28 UTC (rev 122914)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=55
+pkgrel=56
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:45:29
  Author: tpowa
Revision: 122912

upgpkg: rt3562sta 2.4.1.1_r1-13

rebuild against 3.17.4

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:43:33 UTC (rev 122911)
+++ PKGBUILD2014-11-22 10:45:29 UTC (rev 122912)
@@ -5,7 +5,7 @@
 pkgname=rt3562sta
 pkgver=2.4.1.1_r1
 _patchrel=${pkgver/*_r/}
-pkgrel=12
+pkgrel=13
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 url="http://www.mediatek.com/en/Products/support.php?sn=501";


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:45:38
  Author: tpowa
Revision: 122913

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 122912, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 122912, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 122912, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 122912, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/rt3562sta.install   |   16 +++
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/rt3562sta.install |   16 +++
 4 files changed, 152 insertions(+)

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 122912, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 10:45:38 UTC (rev 122913)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=13
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/Products/support.php?sn=501";
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$srcdir/rt3562sta-linux-r$_patchrel"
+
+   # clean up this mess of mixing RT2860STA with RT3562STA
+   # in documentation files
+   mv RT2860STA.dat RT3562STA.dat
+   mv RT2860STACard.dat RT3562STACard.dat
+   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
+
+   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
+   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
+   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
+   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
+
+   export EXTRA_CFLAGS="-DVERSION=$pkgver"
+
+   # this Makefile is far too strict...
+   echo "LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build" >> Makefile
+
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$srcdir/rt3562sta-linux-r$_patchrel"
+
+   install -Dm 0640 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
+   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
+   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
+   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
+
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
+   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}
+
+sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/rt3562sta.install (from rev 
122912, rt3562sta/trunk/rt3562sta.install)
===
--- community-testing-i686/rt3562sta.install(rev 0)
+++ community-testing-i686/rt3562sta.install2014-11-22 10:45:38 UTC (rev 
122913)
@@ -0,0 +1,16 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.15-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+   rebuild_module_dependencies
+}
+
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: rt3562sta/repos/community-testing-x86_64/PKGBUILD (from rev 122912, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-22 10:45:38 UTC (rev 122913)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562s

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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:43:25
  Author: tpowa
Revision: 122910

upgpkg: r8168 8.039.00-4

rebuild against 3.17.4

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:39:47 UTC (rev 122909)
+++ PKGBUILD2014-11-22 10:43:25 UTC (rev 122910)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.039.00
-pkgrel=3
+pkgrel=4
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:43:33
  Author: tpowa
Revision: 122911

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 122910, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/r8168.install
(from rev 122910, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 122910, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 122910, r8168/trunk/r8168.install)

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 122910, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 10:43:33 UTC (rev 122911)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=("ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}
+

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 122910, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2014-11-22 10:43:33 UTC (rev 
122911)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.16-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 122910, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-22 10:43:33 UTC (rev 122911)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=("ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly --

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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:39:47
  Author: tpowa
Revision: 122909

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 122908, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 122908, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 122908, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 122908, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   33 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   33 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 122908, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 10:39:47 UTC (rev 122909)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
+pkgrel=19
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
122908, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2014-11-22 10:39:47 UTC (rev 
122909)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 122908, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-22 10:39:47 UTC (rev 122909)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
+pkgrel=19
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
122908, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2014-11-22 10:39:47 UTC (rev 
122909)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.17-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:39:40
  Author: tpowa
Revision: 122908

upgpkg: bbswitch 0.8-19

rebuild against 3.17.4

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:38:17 UTC (rev 122907)
+++ PKGBUILD2014-11-22 10:39:40 UTC (rev 122908)
@@ -6,7 +6,7 @@
 pkgname=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.17-ARCH # Don't forget to update bbswitch.install
-pkgrel=18
+pkgrel=19
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:38:06
  Author: tpowa
Revision: 122906

upgpkg: acpi_call 1.1.0-15

rebuild against 3.17.4

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 08:11:24 UTC (rev 122905)
+++ PKGBUILD2014-11-22 10:38:06 UTC (rev 122906)
@@ -5,7 +5,7 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=14
+pkgrel=15
 _extramodules=extramodules-3.17-ARCH
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')


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

2014-11-22 Thread Tobias Powalowski
Date: Saturday, November 22, 2014 @ 11:38:17
  Author: tpowa
Revision: 122907

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

Added:
  acpi_call/repos/community-testing-i686/
  acpi_call/repos/community-testing-i686/PKGBUILD
(from rev 122906, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-i686/acpi_call.install
(from rev 122906, acpi_call/trunk/acpi_call.install)
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 122906, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/acpi_call.install
(from rev 122906, acpi_call/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   47 +++
 community-testing-i686/acpi_call.install   |   14 
 community-testing-x86_64/PKGBUILD  |   47 +++
 community-testing-x86_64/acpi_call.install |   14 
 4 files changed, 122 insertions(+)

Copied: acpi_call/repos/community-testing-i686/PKGBUILD (from rev 122906, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-11-22 10:38:17 UTC (rev 122907)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=15
+_extramodules=extramodules-3.17-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname}";
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+install="${pkgname}.install"
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-i686/acpi_call.install (from rev 
122906, acpi_call/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2014-11-22 10:38:17 UTC (rev 
122907)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.17-ARCH
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 122906, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-11-22 10:38:17 UTC (rev 122907)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.1.0
+pkgrel=15
+_extramodules=extramodules-3.17-ARCH
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname}";
+license=('GPL')
+depends=('linux>=3.17' 'linux<3.18')
+makedepends=('linux-headers>=3.17' 'linux-headers<3.18')
+install="${pkgname}.install"
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix build with Linux 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname}.ko
+  echo ${pkgname} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownersh

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

2014-11-22 Thread Jan Steffens
Date: Saturday, November 22, 2014 @ 11:29:58
  Author: heftig
Revision: 226825

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

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

-+
 /0001-Add-Arch-Linux-PAM-config-files.patch |  398 ++
 /PKGBUILD   |  178 ++
 /gdm.install|   46 +
 /libgdm.install |   22 
 extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  199 ---
 extra-i686/PKGBUILD |   85 --
 extra-i686/gdm.install  |   23 
 extra-i686/libgdm.install   |   11 
 extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  199 ---
 extra-x86_64/PKGBUILD   |   85 --
 extra-x86_64/gdm.install|   23 
 extra-x86_64/libgdm.install |   11 
 12 files changed, 644 insertions(+), 636 deletions(-)

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


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

2014-11-22 Thread Jan Steffens
Date: Saturday, November 22, 2014 @ 11:28:41
  Author: heftig
Revision: 226824

FS#42804

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-22 10:22:04 UTC (rev 226823)
+++ PKGBUILD2014-11-22 10:28:41 UTC (rev 226824)
@@ -5,7 +5,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Gnome Display Manager"
 arch=(i686 x86_64)
 license=(GPL)
@@ -20,7 +20,11 @@
 
 prepare() {
   cd $pkgbase-$pkgver
+
   patch -Np1 -i ../0001-Add-Arch-Linux-PAM-config-files.patch
+
+  sed -i 's:@LIBEXECDIR@:/usr/lib/caribou:' 
data/autostart/caribou-autostart.desktop.in
+
   AUTOPOINT='intltoolize --automake -c' autoreconf -fi
 }
 


  1   2   >