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

2015-11-22 Thread Jan Steffens
Date: Monday, November 23, 2015 @ 01:13:29
  Author: heftig
Revision: 251892

3.7.2

Modified:
  openresolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 18:33:41 UTC (rev 251891)
+++ PKGBUILD2015-11-23 00:13:29 UTC (rev 251892)
@@ -3,7 +3,7 @@
 # Contributor: Ignacio Galmarino 
 
 pkgname=openresolv
-pkgver=3.7.1
+pkgver=3.7.2
 pkgrel=1
 pkgdesc="resolv.conf management framework (resolvconf)"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=(systemd)
 
source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.xz;
 fs33801.patch)
-md5sums=('c3485c50efb75cd7857b288afbfb15bb'
+md5sums=('6452490418e6be1674c015082b3af058'
  '465be190eda1fe40f2883efe44e10603')
 
 prepare() {


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 07:54:40
  Author: fyan
Revision: 147437

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

Added:
  deepin-dock/repos/community-i686/
  deepin-dock/repos/community-i686/PKGBUILD
(from rev 147436, deepin-dock/trunk/PKGBUILD)
  deepin-dock/repos/community-x86_64/
  deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 147436, deepin-dock/trunk/PKGBUILD)

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

Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 147436, 
deepin-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 06:54:40 UTC (rev 147437)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 147436, 
deepin-dock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-23 06:54:40 UTC (rev 147437)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 07:54:02
  Author: fyan
Revision: 147436

addpkg: deepin-dock 2.90.1-1

Added:
  deepin-dock/
  deepin-dock/repos/
  deepin-dock/trunk/
  deepin-dock/trunk/PKGBUILD

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

Added: deepin-dock/trunk/PKGBUILD
===
--- deepin-dock/trunk/PKGBUILD  (rev 0)
+++ deepin-dock/trunk/PKGBUILD  2015-11-23 06:54:02 UTC (rev 147436)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dock
+pkgver=2.90.1
+pkgrel=1
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock;
+license=('GPL3')
+depends=('gtk2' 'libdui' 'qt5-svg')
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-dock.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-dock
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock
+  make INSTALL_ROOT="${pkgdir}" install
+}


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


[arch-commits] Commit in kdeedu-data/kde-unstable (kdeedu-data.install)

2015-11-22 Thread Antonio Rojas
Date: Monday, November 23, 2015 @ 08:26:27
  Author: arojas
Revision: 251894

Add install file to svn

Added:
  kdeedu-data/kde-unstable/kdeedu-data.install

-+
 kdeedu-data.install |   12 
 1 file changed, 12 insertions(+)

Added: kdeedu-data.install
===
--- kdeedu-data.install (rev 0)
+++ kdeedu-data.install 2015-11-23 07:26:27 UTC (rev 251894)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in deepin-screenshot/repos/community-any (4 files)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 03:14:39
  Author: fyan
Revision: 147423

archrelease: copy trunk to community-any

Added:
  deepin-screenshot/repos/community-any/PKGBUILD
(from rev 147422, deepin-screenshot/trunk/PKGBUILD)
  deepin-screenshot/repos/community-any/deepin-screenshot.install
(from rev 147422, deepin-screenshot/trunk/deepin-screenshot.install)
Deleted:
  deepin-screenshot/repos/community-any/PKGBUILD
  deepin-screenshot/repos/community-any/deepin-screenshot.install

---+
 PKGBUILD  |   84 ++--
 deepin-screenshot.install |   22 +--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-23 02:14:10 UTC (rev 147422)
+++ PKGBUILD2015-11-23 02:14:39 UTC (rev 147423)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=3.1.2
-pkgrel=3
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-screenshot;
-license=('GPL3')
-depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
- 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
-makedepends=('deepin-gettext-tools' 'git')
-optdepends=('deepin-social-sharing: for "Share" support')
-groups=('deepin-extra')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-screenshot
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-screenshot
-
-  make
-}
-
-package() {
-  cd deepin-screenshot
-  make DESTDIR="${pkgdir}" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-screenshot/repos/community-any/PKGBUILD (from rev 147422, 
deepin-screenshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-23 02:14:39 UTC (rev 147423)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-screenshot;
+license=('GPL3')
+depends=('deepin-menu' 'deepin-qml-widgets' 'pygtk' 'qt5-quickcontrols'
+ 'qt5-svg' 'python2-pyqt5' 'python2-wnck' 'python2-xpybutil')
+makedepends=('deepin-gettext-tools' 'git')
+optdepends=('deepin-social-sharing: for "Share" support')
+groups=('deepin-extra')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-screenshot.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-screenshot
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-screenshot
+
+  make
+}
+
+package() {
+  cd deepin-screenshot
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:

Deleted: deepin-screenshot.install
===
--- deepin-screenshot.install   2015-11-23 02:14:10 UTC (rev 147422)
+++ deepin-screenshot.install   2015-11-23 02:14:39 UTC (rev 147423)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-post_remove() {
-  post_install "$1"
-}

Copied: deepin-screenshot/repos/community-any/deepin-screenshot.install (from 
rev 147422, deepin-screenshot/trunk/deepin-screenshot.install)
===
--- deepin-screenshot.install   (rev 0)
+++ deepin-screenshot.install   2015-11-23 02:14:39 UTC (rev 147423)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}


[arch-commits] Commit in deepin-dbus-generator/repos (4 files)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 03:12:42
  Author: fyan
Revision: 147419

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

Added:
  deepin-dbus-generator/repos/community-i686/PKGBUILD
(from rev 147418, deepin-dbus-generator/trunk/PKGBUILD)
  deepin-dbus-generator/repos/community-x86_64/PKGBUILD
(from rev 147418, deepin-dbus-generator/trunk/PKGBUILD)
Deleted:
  deepin-dbus-generator/repos/community-i686/PKGBUILD
  deepin-dbus-generator/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-23 02:11:58 UTC (rev 147418)
+++ community-i686/PKGBUILD 2015-11-23 02:12:42 UTC (rev 147419)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-generator
-pkgver=0.6.2
-_golibver=0.4.1
-pkgrel=1
-pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-dbus-generator;
-license=('GPL3')
-depends=('glibc' 'gcc-go')
-makedepends=('qt5-declarative' 'git')
-groups=('deepin-dev')
-source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-}
-
-build() {
-  cd go-dbus-generator
-  go build -o out/dbus-generator
-}
-
-package() {
-  install -Dm 755 go-dbus-generator/out/dbus-generator 
"${pkgdir}"/usr/bin/dbus-generator
-}

Copied: deepin-dbus-generator/repos/community-i686/PKGBUILD (from rev 147418, 
deepin-dbus-generator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 02:12:42 UTC (rev 147419)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-generator
+pkgver=0.6.3
+_golibver=0.4.2
+pkgrel=1
+pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-dbus-generator;
+license=('GPL3')
+depends=('glibc' 'gcc-go')
+makedepends=('qt5-declarative' 'git')
+groups=('deepin-dev')
+source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+}
+
+build() {
+  cd go-dbus-generator
+  go build -o out/dbus-generator
+}
+
+package() {
+  install -Dm 755 go-dbus-generator/out/dbus-generator 
"${pkgdir}"/usr/bin/dbus-generator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-23 02:11:58 UTC (rev 147418)
+++ community-x86_64/PKGBUILD   2015-11-23 02:12:42 UTC (rev 147419)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-generator
-pkgver=0.6.2
-_golibver=0.4.1
-pkgrel=1
-pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-dbus-generator;
-license=('GPL3')
-depends=('glibc' 'gcc-go')
-makedepends=('qt5-declarative' 'git')
-groups=('deepin-dev')
-source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-}
-
-build() {
-  cd go-dbus-generator
-  go build -o out/dbus-generator
-}
-
-package() {
-  install -Dm 755 go-dbus-generator/out/dbus-generator 
"${pkgdir}"/usr/bin/dbus-generator
-}

Copied: deepin-dbus-generator/repos/community-x86_64/PKGBUILD (from rev 147418, 
deepin-dbus-generator/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-23 02:12:42 UTC (rev 147419)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# 

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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 03:14:04
  Author: fyan
Revision: 147421

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

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

+
 /PKGBUILD  |   88 +++
 /hlint.install |   36 +++
 community-i686/PKGBUILD|   44 ---
 community-i686/hlint.install   |   18 ---
 community-x86_64/PKGBUILD  |   44 ---
 community-x86_64/hlint.install |   18 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-23 02:13:19 UTC (rev 147420)
+++ community-i686/PKGBUILD 2015-11-23 02:14:04 UTC (rev 147421)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hlint
-pkgver=1.9.23
-pkgrel=2
-pkgdesc="Source code suggestions"
-url="http://community.haskell.org/~ndm/hlint/;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
- "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
- "haskell-refact")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('36c65be9a400f3cf838b3458b3392776645d7d49e7bf532b4462306e591d7c5b')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fgpl -fthreaded
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: hlint/repos/community-i686/PKGBUILD (from rev 147420, 
hlint/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 02:14:04 UTC (rev 147421)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=1.9.24
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" "haskell-ansi-terminal" "haskell-cmdargs" "haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a830f049bf732f2e1bb79095a7c835e6aca8298098ad4cfa0ac79b813f98ba84')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 

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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 03:14:10
  Author: fyan
Revision: 147422

upgpkg: deepin-screenshot 3.1.3-1

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 02:14:04 UTC (rev 147421)
+++ PKGBUILD2015-11-23 02:14:10 UTC (rev 147422)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-screenshot
-pkgver=3.1.2
-pkgrel=3
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('any')
 url="https://gitcafe.com/Deepin/deepin-screenshot;


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 03:13:19
  Author: fyan
Revision: 147420

upgpkg: hlint 1.9.24-1

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 02:12:42 UTC (rev 147419)
+++ PKGBUILD2015-11-23 02:13:19 UTC (rev 147420)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hlint
-pkgver=1.9.23
-pkgrel=2
+pkgver=1.9.24
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('36c65be9a400f3cf838b3458b3392776645d7d49e7bf532b4462306e591d7c5b')
+sha256sums=('a830f049bf732f2e1bb79095a7c835e6aca8298098ad4cfa0ac79b813f98ba84')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:54:51
  Author: fyan
Revision: 147430

upgpkg: deepin-wm 0.91.3-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 03:45:39 UTC (rev 147429)
+++ PKGBUILD2015-11-23 03:54:51 UTC (rev 147430)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=0.91.0
-pkgrel=2
+pkgver=0.91.3
+pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
 url="https://cr.deepin.io/deepin-wm;


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

2015-11-22 Thread Levente Polyak
Date: Sunday, November 22, 2015 @ 23:55:19
  Author: anthraxx
Revision: 147417

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 147416, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 147416, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys_at.service
(from rev 147416, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 147416, synergy/trunk/synergys_at.socket)
  synergy/repos/community-i686/wrapper
(from rev 147416, synergy/trunk/wrapper)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 147416, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 147416, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 147416, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 147416, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/wrapper
(from rev 147416, synergy/trunk/wrapper)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/fix-incompetence.patch
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/wrapper
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/fix-incompetence.patch
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/wrapper

-+
 /PKGBUILD   |  210 ++
 /fix-incompetence.patch |   46 ++
 /synergys_at.service|   22 +++
 /synergys_at.socket |   18 ++
 /wrapper|8 +
 community-i686/PKGBUILD |  105 ---
 community-i686/fix-incompetence.patch   |   23 ---
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-i686/wrapper  |4 
 community-x86_64/PKGBUILD   |  105 ---
 community-x86_64/fix-incompetence.patch |   23 ---
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 community-x86_64/wrapper|4 
 15 files changed, 304 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 22:55:05 UTC (rev 147416)
+++ community-i686/PKGBUILD 2015-11-22 22:55:19 UTC (rev 147417)
@@ -1,105 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Dale Blount 
-# Contributor: Michael Düll 
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.4
-pkgrel=1
-pkgdesc="Share a single mouse and keyboard between multiple computers"
-url="http://synergy-foss.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-source=(synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch
-wrapper)
-sha512sums=('ad6139209a8635ed91e943e11a7709d96a037bdda45a949c9f63aa3e13211aecf02651794921d2dde30d9024930e256da7538f1cf104d300be1e6b7bc4732932'
-
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
-
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
-
'd598f05614d0db894781e85ecab9a1196da3df6967e3bd44f5b8246c7cba76859734cf953edddf0addf6464f62f88b99da52fb5674e8db4a58bf971d078da83a'
-
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
-
-prepare() {
-  cd synergy-${pkgver}-stable
-  patch -p1 < "${srcdir}/fix-incompetence.patch"
-  (cd ext
-unzip gmock-1.6.0.zip -d gmock-1.6.0
-unzip gtest-1.6.0.zip -d gtest-1.6.0
-  )
-}
-
-build() {
-  

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

2015-11-22 Thread Levente Polyak
Date: Sunday, November 22, 2015 @ 23:54:40
  Author: anthraxx
Revision: 147415

archrelease: copy trunk to community-any

Added:
  gist/repos/community-any/PKGBUILD
(from rev 147414, gist/trunk/PKGBUILD)
Deleted:
  gist/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 22:54:33 UTC (rev 147414)
+++ PKGBUILD2015-11-22 22:54:40 UTC (rev 147415)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Chris van Dijk (quigybo) 
-# Contributor: Scott Olson 
-
-pkgname=gist
-pkgver=4.4.2
-pkgrel=1
-pkgdesc="Potentially the best command line gister"
-url="https://github.com/defunkt/gist;
-arch=('any')
-license=('custom:MIT')
-depends=('ruby')
-optdepends=(
-  "xclip: put pasted gist's url into X selection automagically"
-  "xsel: put pasted gist's url into X selection automagically"
-)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 build/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 build/${pkgname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gist/repos/community-any/PKGBUILD (from rev 147414, gist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 22:54:40 UTC (rev 147415)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris van Dijk (quigybo) 
+# Contributor: Scott Olson 
+
+pkgname=gist
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="Potentially the best command line gister"
+url="https://github.com/defunkt/gist;
+arch=('any')
+license=('custom:MIT')
+depends=('ruby')
+optdepends=(
+  "xclip: put pasted gist's url into X selection automagically"
+  "xsel: put pasted gist's url into X selection automagically"
+)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('52afe9afcc027e7f7f331f2c7c0983a5e86c08a608087c01133e839f6c97e41e5770ac903ad8e4a28bc376fd3820077e6adbd21cc99b493bfe05277917aded6e')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 build/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 build/${pkgname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 LICENSE.MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2015-11-22 Thread Levente Polyak
Date: Sunday, November 22, 2015 @ 23:54:33
  Author: anthraxx
Revision: 147414

upgpkg: gist 4.5.0-1

upgpkg: gist 4.5.0-1

Modified:
  gist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 21:48:31 UTC (rev 147413)
+++ PKGBUILD2015-11-22 22:54:33 UTC (rev 147414)
@@ -3,7 +3,7 @@
 # Contributor: Scott Olson 
 
 pkgname=gist
-pkgver=4.4.2
+pkgver=4.5.0
 pkgrel=1
 pkgdesc="Potentially the best command line gister"
 url="https://github.com/defunkt/gist;
@@ -15,7 +15,7 @@
   "xsel: put pasted gist's url into X selection automagically"
 )
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/defunkt/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('e1b977a75e08353bee69594f3f328d375f0b179a5907120d0677c23fdea781e5073061160d09354897ecde7a2d395d094fe32edf48d845302382efc54fc910d3')
+sha512sums=('52afe9afcc027e7f7f331f2c7c0983a5e86c08a608087c01133e839f6c97e41e5770ac903ad8e4a28bc376fd3820077e6adbd21cc99b493bfe05277917aded6e')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2015-11-22 Thread Levente Polyak
Date: Sunday, November 22, 2015 @ 23:55:05
  Author: anthraxx
Revision: 147416

upgpkg: synergy 1.7.5-1

upgpkg: synergy 1.7.5-1

Modified:
  synergy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 22:54:40 UTC (rev 147415)
+++ PKGBUILD2015-11-22 22:55:05 UTC (rev 147416)
@@ -11,7 +11,7 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc="Share a single mouse and keyboard between multiple computers"
 url="http://synergy-foss.org;
@@ -28,7 +28,7 @@
 synergys_at.service
 fix-incompetence.patch
 wrapper)
-sha512sums=('ad6139209a8635ed91e943e11a7709d96a037bdda45a949c9f63aa3e13211aecf02651794921d2dde30d9024930e256da7538f1cf104d300be1e6b7bc4732932'
+sha512sums=('f6124509944b8fd2feb048fae88c723f8c3f9ca4f7fa514bfd48ab0324810d7851d9e670c668a333d8b5df636732349c7a486fa329c333ee4569d6b9b43b6084'
 
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
 
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
 
'd598f05614d0db894781e85ecab9a1196da3df6967e3bd44f5b8246c7cba76859734cf953edddf0addf6464f62f88b99da52fb5674e8db4a58bf971d078da83a'


[arch-commits] Commit in deepin-dbus-factory/repos (8 files)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:29:00
  Author: fyan
Revision: 147425

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

Added:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
(from rev 147424, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
(from rev 147424, deepin-dbus-factory/trunk/fix-arch.patch)
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 147424, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch
(from rev 147424, deepin-dbus-factory/trunk/fix-arch.patch)
Deleted:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch

-+
 /PKGBUILD   |   66 ++
 /fix-arch.patch |   26 ++
 community-i686/PKGBUILD |   33 ---
 community-i686/fix-arch.patch   |   13 ---
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/fix-arch.patch |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-23 03:28:14 UTC (rev 147424)
+++ community-i686/PKGBUILD 2015-11-23 03:29:00 UTC (rev 147425)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=2.91.0
-pkgrel=1
-pkgdesc='QML DBus factory for DDE'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dbus-factory;
-license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://github.com/linuxdeepin/dbus-factory.git#tag=$pkgver;
-fix-arch.patch)
-sha256sums=('SKIP'
-'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
-build(){
-  cd dbus-factory
-  make build-qml
-}
-
-package() {
-  cd dbus-factory
-  make DESTDIR="${pkgdir}" install-qml
-}

Copied: deepin-dbus-factory/repos/community-i686/PKGBUILD (from rev 147424, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 03:29:00 UTC (rev 147425)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=2.92.1
+pkgrel=1
+pkgdesc='QML DBus factory for DDE'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dbus-factory;
+license=('GPL3')
+depends=('qt5-declarative')
+makedepends=('git' 'deepin-dbus-generator')
+source=("git+https://github.com/linuxdeepin/dbus-factory.git#tag=$pkgver;
+fix-arch.patch)
+sha256sums=('SKIP'
+'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+  cd dbus-factory
+  patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+  cd dbus-factory
+  make build-qml
+}
+
+package() {
+  cd dbus-factory
+  make DESTDIR="${pkgdir}" install-qml
+}

Deleted: community-i686/fix-arch.patch
===
--- community-i686/fix-arch.patch   2015-11-23 03:28:14 UTC (rev 147424)
+++ community-i686/fix-arch.patch   2015-11-23 03:29:00 UTC (rev 147425)
@@ -1,13 +0,0 @@
-diff -ruN a/in.json/Makefile b/in.json/Makefile
 a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
-+++ b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
-@@ -1,7 +1,7 @@
- PREFIX  = /usr
- 
--GOPATH := $(shell go env GOPATH)
--QT5_LIBDIR ?= $(PREFIX)/lib/qt5
-+GOPATH := $(PREFIX)/lib/go
-+QT5_LIBDIR ?= $(PREFIX)/lib/qt
- QMLDIR ?= $(QT5_LIBDIR)/qml
- 
- JSONS  := $(wildcard *.in.json)

Copied: deepin-dbus-factory/repos/community-i686/fix-arch.patch (from rev 
147424, deepin-dbus-factory/trunk/fix-arch.patch)
===
--- community-i686/fix-arch.patch   (rev 0)
+++ community-i686/fix-arch.patch   2015-11-23 03:29:00 UTC (rev 147425)
@@ -0,0 +1,13 @@
+diff -ruN a/in.json/Makefile b/in.json/Makefile
+--- a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
 b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
+@@ -1,7 +1,7 @@
+ PREFIX  = /usr
+ 
+-GOPATH := $(shell go env GOPATH)
+-QT5_LIBDIR ?= $(PREFIX)/lib/qt5
++GOPATH := $(PREFIX)/lib/go
++QT5_LIBDIR ?= $(PREFIX)/lib/qt
+ QMLDIR ?= $(QT5_LIBDIR)/qml
+ 
+ JSONS  := $(wildcard *.in.json)

Deleted: community-x86_64/PKGBUILD

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

2015-11-22 Thread Jan Steffens
Date: Monday, November 23, 2015 @ 01:13:53
  Author: heftig
Revision: 251893

archrelease: copy trunk to testing-any

Added:
  openresolv/repos/testing-any/
  openresolv/repos/testing-any/PKGBUILD
(from rev 251892, openresolv/trunk/PKGBUILD)
  openresolv/repos/testing-any/fs33801.patch
(from rev 251892, openresolv/trunk/fs33801.patch)

---+
 PKGBUILD  |   38 +
 fs33801.patch |  224 
 2 files changed, 262 insertions(+)

Copied: openresolv/repos/testing-any/PKGBUILD (from rev 251892, 
openresolv/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-11-23 00:13:53 UTC (rev 251893)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ignacio Galmarino 
+
+pkgname=openresolv
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="resolv.conf management framework (resolvconf)"
+arch=(any)
+url="http://roy.marples.name/projects/openresolv;
+license=('custom:BSD')
+backup=(etc/resolvconf.conf)
+provides=(resolvconf)
+depends=(bash)
+makedepends=(systemd)
+source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.xz;
+fs33801.patch)
+md5sums=('6452490418e6be1674c015082b3af058'
+ '465be190eda1fe40f2883efe44e10603')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33801.patch
+  sed -n '2,25{s:^# \?::;p}' resolvconf.in >LICENSE 
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/resolvconf 
--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: openresolv/repos/testing-any/fs33801.patch (from rev 251892, 
openresolv/trunk/fs33801.patch)
===
--- testing-any/fs33801.patch   (rev 0)
+++ testing-any/fs33801.patch   2015-11-23 00:13:53 UTC (rev 251893)
@@ -0,0 +1,224 @@
+diff -u -r openresolv-3.7.0/configure openresolv-3.7.0-arch/configure
+--- openresolv-3.7.0/configure 2015-05-01 20:11:09.0 +0200
 openresolv-3.7.0-arch/configure2015-05-08 00:31:41.584051126 +0200
+@@ -7,6 +7,7 @@
+ HOST=
+ TARGET=
+ RESTARTCMD=
++RELOADCMD=
+ RCDIR=
+ 
+ for x do
+@@ -33,6 +34,7 @@
+   --target) TARGET=$var;;
+   --libdir) LIBDIR=$var;;
+   --restartcmd) RESTARTCMD=$var;;
++  --reloadcmd) RELOADCMD=$var;;
+   --includedir) eval INCLUDEDIR="$INCLUDEDIR${INCLUDEDIR:+ }$var";;
+   --datadir|--infodir) ;; # ignore autotools
+   --disable-maintainer-mode|--disable-dependency-tracking) ;;
+@@ -60,7 +62,7 @@
+   echo "no"
+   RUNDIR=/var/run
+   fi
+-fi
++fi
+ 
+ : ${SED:=sed}
+ 
+@@ -68,7 +70,6 @@
+ : ${SBINDIR:=$PREFIX/sbin}
+ : ${LIBEXECDIR:=$PREFIX/libexec/resolvconf}
+ : ${STATEDIR:=/var}
+-: ${RUNDIR:=$STATEDIR/run}
+ : ${MANDIR:=${PREFIX:-/usr}/share/man}
+ 
+ eval SYSCONFDIR="$SYSCONFDIR"
+@@ -117,7 +118,7 @@
+ rm -rf $CONFIG_MK
+ echo "# $OS" >$CONFIG_MK
+ 
+-for x in SYSCONFDIR SBINDIR LIBEXECDIR VARDIR MANDIR; do
++for x in SYSCONFDIR SBINDIR LIBEXECDIR VARDIR MANDIR RUNDIR; do
+   eval v=\$$x
+   # Make files look nice for import
+   l=$((10 - ${#x}))
+@@ -126,26 +127,30 @@
+   echo "$x=$t $v" >>$CONFIG_MK
+ done
+ 
+-if [ -z "$RESTARTCMD" ]; then
++if [ -z "$RESTARTCMD" -o -z "$RELOADCMD" ]; then
+   printf "Checking for systemd ... "
+   if [ -x /bin/systemctl ]; then
+-  RESTARTCMD="/bin/systemctl try-restart \1"
++  : ${RESTARTCMD:="/bin/systemctl --fail --no-block try-restart 
\1"}
++  : ${RELOADCMD:="/bin/systemctl --fail --no-block reload \1"}
+   echo "yes"
+   elif [ -x /usr/bin/systemctl ]; then
+-  RESTARTCMD="/usr/bin/systemctl try-restart \1"
++  : ${RESTARTCMD:="/usr/bin/systemctl --fail --no-block 
try-restart \1"}
++  : ${RELOADCMD:="/usr/bin/systemctl --fail --no-block reload \1"}
+   echo "yes"
+   else
+   echo "no"
+   fi
+ fi
+ 
++: ${RELOADCMD:='[ -s "\2" ] \&\& kill -HUP \\`cat "\2"\\` 2>/dev/null'}
++
+ # Arch upgraded to systemd, so this check has to be just after systemd
+ # but higher than the others
+ if [ -z "$RESTARTCMD" ]; then
+   printf "Checking for Arch ... "
+   if [ -e /etc/arch-release -a -d /etc/rc.d ]; then
+   RCDIR=/etc/rc.d
+-  RESTARTCMD="[ -e /var/run/daemons/\1 ] \&\& /etc/rc.d/\1 
restart"
++  RESTARTCMD="[ -e $RUNDIR/daemons/\1 ] \&\& /etc/rc.d/\1 restart"
+   echo "yes"
+   else
+   echo "no"
+@@ -215,11 +220,13 @@
+ echo "RCDIR=  $RCDIR" >>$CONFIG_MK
+ # Work around bug in the dash 

[arch-commits] Commit in deepin-dbus-generator/trunk (PKGBUILD)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 03:11:58
  Author: fyan
Revision: 147418

upgpkg: deepin-dbus-generator 0.6.3-1

Modified:
  deepin-dbus-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 22:55:19 UTC (rev 147417)
+++ PKGBUILD2015-11-23 02:11:58 UTC (rev 147418)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-generator
-pkgver=0.6.2
-_golibver=0.4.1
+pkgver=0.6.3
+_golibver=0.4.2
 pkgrel=1
 pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
 arch=('i686' 'x86_64')


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:55:36
  Author: fyan
Revision: 147431

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

Added:
  deepin-wm/repos/community-i686/PKGBUILD
(from rev 147430, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-i686/deepin-wm.install
(from rev 147430, deepin-wm/trunk/deepin-wm.install)
  deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 147430, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-x86_64/deepin-wm.install
(from rev 147430, deepin-wm/trunk/deepin-wm.install)
Deleted:
  deepin-wm/repos/community-i686/PKGBUILD
  deepin-wm/repos/community-i686/deepin-wm.install
  deepin-wm/repos/community-x86_64/PKGBUILD
  deepin-wm/repos/community-x86_64/deepin-wm.install

+
 /PKGBUILD  |   70 +++
 /deepin-wm.install |   24 
 community-i686/PKGBUILD|   35 -
 community-i686/deepin-wm.install   |   12 --
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/deepin-wm.install |   12 --
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-23 03:54:51 UTC (rev 147430)
+++ community-i686/PKGBUILD 2015-11-23 03:55:36 UTC (rev 147431)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=0.91.0
-pkgrel=2
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://cr.deepin.io/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-install='deepin-wm.install'
-source=("git+https://github.com/linuxdeepin/deepin-wm.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 147430, 
deepin-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 03:55:36 UTC (rev 147431)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=0.91.3
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
+ 'deepin-mutter' 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala' 'git')
+install='deepin-wm.install'
+source=("git+https://github.com/linuxdeepin/deepin-wm.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+}
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/deepin-wm.install
===
--- community-i686/deepin-wm.install2015-11-23 03:54:51 UTC (rev 147430)
+++ community-i686/deepin-wm.install2015-11-23 03:55:36 UTC (rev 147431)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: deepin-wm/repos/community-i686/deepin-wm.install (from rev 147430, 
deepin-wm/trunk/deepin-wm.install)
===
--- community-i686/deepin-wm.install(rev 0)
+++ community-i686/deepin-wm.install2015-11-23 03:55:36 UTC (rev 147431)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-23 03:54:51 UTC (rev 147430)
+++ community-x86_64/PKGBUILD   2015-11-23 03:55:36 UTC (rev 147431)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=0.91.0
-pkgrel=2

[arch-commits] Commit in deepin-qml-widgets/trunk (PKGBUILD)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:57:54
  Author: fyan
Revision: 147432

upgpkg: deepin-qml-widgets 2.3.1-1

Modified:
  deepin-qml-widgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 03:55:36 UTC (rev 147431)
+++ PKGBUILD2015-11-23 03:57:54 UTC (rev 147432)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-qml-widgets
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Deepin QML widgets'
 arch=('i686' 'x86_64')


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:36:48
  Author: fyan
Revision: 147427

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

Added:
  deepin-api/repos/community-i686/PKGBUILD
(from rev 147426, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 147426, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-i686/PKGBUILD
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-23 03:36:04 UTC (rev 147426)
+++ community-i686/PKGBUILD 2015-11-23 03:36:48 UTC (rev 147427)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=2.92.0
-pkgrel=1
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
-makedepends=('git' 'deepin-dbus-generator' 'bzr')
-source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git;
-"git+https://github.com/linuxdeepin/dbus-factory.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i '/LDFLAGS/ s/)/ xfixes xcursor)/' dde-api/Makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/dde-api"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" install-binary
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 147426, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 03:36:48 UTC (rev 147427)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=2.92.1
+_golibver=0.4.2
+_dbusfactoryver=2.92.1
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
+makedepends=('git' 'deepin-dbus-generator' 'bzr')
+source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/dde-api"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" install-binary
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-23 03:36:04 UTC (rev 147426)
+++ community-x86_64/PKGBUILD   2015-11-23 03:36:48 UTC (rev 147427)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=2.92.0
-pkgrel=1
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
-makedepends=('git' 'deepin-dbus-generator' 'bzr')
-source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git;
-"git+https://github.com/linuxdeepin/dbus-factory.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i '/LDFLAGS/ s/)/ xfixes xcursor)/' dde-api/Makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get 

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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:36:04
  Author: fyan
Revision: 147426

upgpkg: deepin-api 2.92.1-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 03:29:00 UTC (rev 147425)
+++ PKGBUILD2015-11-23 03:36:04 UTC (rev 147426)
@@ -4,7 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=2.92.0
+pkgver=2.92.1
+_golibver=0.4.2
+_dbusfactoryver=2.92.1
 pkgrel=1
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
@@ -13,15 +15,13 @@
 depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'metacity')
 makedepends=('git' 'deepin-dbus-generator' 'bzr')
 source=("git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/go-lib.git;
-"git+https://github.com/linuxdeepin/dbus-factory.git;)
+"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP')
 
 prepare() {
-  sed -i '/LDFLAGS/ s/)/ xfixes xcursor)/' dde-api/Makefile
-
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/lib
   cp -a go-lib/* build/src/pkg.deepin.io/lib


[arch-commits] Commit in deepin-social-sharing/repos/community-any (PKGBUILD PKGBUILD)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:59:47
  Author: fyan
Revision: 147435

archrelease: copy trunk to community-any

Added:
  deepin-social-sharing/repos/community-any/PKGBUILD
(from rev 147434, deepin-social-sharing/trunk/PKGBUILD)
Deleted:
  deepin-social-sharing/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-23 03:59:20 UTC (rev 147434)
+++ PKGBUILD2015-11-23 03:59:47 UTC (rev 147435)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-social-sharing
-pkgver=1.1
-pkgrel=1
-pkgdesc="Deepin social sharing service"
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-social-sharing;
-license=('GPL3')
-depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd deepin-social-sharing
-
-  # fix python version
-  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-}
-
-build() {
-  cd deepin-social-sharing
-
-  make
-}
-
-package() {
-  cd deepin-social-sharing
-  make DESTDIR="${pkgdir}" install
-}
-
- # Local Variables:
- # sh-basic-offset: 2
- # End:

Copied: deepin-social-sharing/repos/community-any/PKGBUILD (from rev 147434, 
deepin-social-sharing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-23 03:59:47 UTC (rev 147435)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-social-sharing
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Deepin social sharing service"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-social-sharing;
+license=('GPL3')
+depends=('deepin-qml-widgets' 'python2-pyqt5' 'python2-requests-oauthlib')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-social-sharing.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd deepin-social-sharing
+
+  # fix python version
+  find src -type f | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd deepin-social-sharing
+
+  make
+}
+
+package() {
+  cd deepin-social-sharing
+  make DESTDIR="${pkgdir}" install
+}
+
+ # Local Variables:
+ # sh-basic-offset: 2
+ # End:


[arch-commits] Commit in deepin-social-sharing/trunk (PKGBUILD)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:59:20
  Author: fyan
Revision: 147434

upgpkg: deepin-social-sharing 1.1.1-1

Modified:
  deepin-social-sharing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 03:58:39 UTC (rev 147433)
+++ PKGBUILD2015-11-23 03:59:20 UTC (rev 147434)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-social-sharing
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Deepin social sharing service"
 arch=('any')


[arch-commits] Commit in deepin-qml-widgets/repos (4 files)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:58:39
  Author: fyan
Revision: 147433

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

Added:
  deepin-qml-widgets/repos/community-i686/PKGBUILD
(from rev 147432, deepin-qml-widgets/trunk/PKGBUILD)
  deepin-qml-widgets/repos/community-x86_64/PKGBUILD
(from rev 147432, deepin-qml-widgets/trunk/PKGBUILD)
Deleted:
  deepin-qml-widgets/repos/community-i686/PKGBUILD
  deepin-qml-widgets/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 2015-11-23 03:57:54 UTC (rev 147432)
+++ community-i686/PKGBUILD 2015-11-23 03:58:39 UTC (rev 147433)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qml-widgets
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Deepin QML widgets'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-qml-widgets;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
- 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
-makedepends=('git')
-conflicts=('dde-qml-gettext-plugin')
-provides=('dde-qml-gettext-plugin')
-replaces=('dde-qml-gettext-plugin')
-source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd $pkgname
-  qmake-qt5
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-qml-widgets/repos/community-i686/PKGBUILD (from rev 147432, 
deepin-qml-widgets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 03:58:39 UTC (rev 147433)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+ 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-23 03:57:54 UTC (rev 147432)
+++ community-x86_64/PKGBUILD   2015-11-23 03:58:39 UTC (rev 147433)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qml-widgets
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Deepin QML widgets'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-qml-widgets;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
- 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
-makedepends=('git')
-conflicts=('dde-qml-gettext-plugin')
-provides=('dde-qml-gettext-plugin')
-replaces=('dde-qml-gettext-plugin')
-source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd $pkgname
-  qmake-qt5
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-qml-widgets/repos/community-x86_64/PKGBUILD (from rev 147432, 
deepin-qml-widgets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-23 03:58:39 UTC (rev 147433)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+ 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)

[arch-commits] Commit in deepin-dbus-factory/trunk (PKGBUILD)

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:28:14
  Author: fyan
Revision: 147424

upgpkg: deepin-dbus-factory 2.92.1-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 02:14:39 UTC (rev 147423)
+++ PKGBUILD2015-11-23 03:28:14 UTC (rev 147424)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=2.91.0
+pkgver=2.92.1
 pkgrel=1
 pkgdesc='QML DBus factory for DDE'
 arch=('i686' 'x86_64')


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:44:54
  Author: fyan
Revision: 147428

upgpkg: deepin-mutter 3.18.1.2-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-23 03:36:48 UTC (rev 147427)
+++ PKGBUILD2015-11-23 03:44:54 UTC (rev 147428)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.18.1.1
-pkgrel=2
+pkgver=3.18.1.2
+pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/deepin-mutter;


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

2015-11-22 Thread Felix Yan
Date: Monday, November 23, 2015 @ 04:45:39
  Author: fyan
Revision: 147429

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

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 147428, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-i686/deepin-mutter.install
(from rev 147428, deepin-mutter/trunk/deepin-mutter.install)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 147428, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/deepin-mutter.install
(from rev 147428, deepin-mutter/trunk/deepin-mutter.install)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-i686/deepin-mutter.install
  deepin-mutter/repos/community-x86_64/PKGBUILD
  deepin-mutter/repos/community-x86_64/deepin-mutter.install

+
 /PKGBUILD  |   82 +++
 /deepin-mutter.install |   22 
 community-i686/PKGBUILD|   41 ---
 community-i686/deepin-mutter.install   |   11 
 community-x86_64/PKGBUILD  |   41 ---
 community-x86_64/deepin-mutter.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-23 03:44:54 UTC (rev 147428)
+++ community-i686/PKGBUILD 2015-11-23 03:45:39 UTC (rev 147429)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.18.1.1
-pkgrel=2
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-mutter;
-license=('GPL3')
-depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
-options=('!emptydirs')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 147428, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-23 03:45:39 UTC (rev 147429)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.18.1.2
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-mutter;
+license=('GPL3')
+depends=('clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool' 'git')
+options=('!emptydirs')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-mutter.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/deepin-mutter.install
===
--- community-i686/deepin-mutter.install2015-11-23 03:44:54 UTC (rev 
147428)
+++ community-i686/deepin-mutter.install2015-11-23 03:45:39 UTC (rev 
147429)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: deepin-mutter/repos/community-i686/deepin-mutter.install (from rev 
147428, 

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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 09:00:47
  Author: lcarlier
Revision: 147376

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

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

---+
 /PKGBUILD |  134 
 /build.sh |  122 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 ++
 community-i686/PKGBUILD   |   67 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   67 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 344 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 08:00:36 UTC (rev 147375)
+++ community-i686/PKGBUILD 2015-11-22 08:00:47 UTC (rev 147376)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.10
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-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>=4.3' 'linux<4.4')
-  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>=4.3' 'linux<4.4')
-  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 

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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 09:00:36
  Author: lcarlier
Revision: 147375

upgpkg: virtualbox-modules 5.0.10-2

rebuild for kernel 4.2

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 07:55:34 UTC (rev 147374)
+++ PKGBUILD2015-11-22 08:00:36 UTC (rev 147375)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.10
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
+makedepends=('linux>=4.2' 'linux<4.3'
+ 'linux-headers>=4.2' 'linux-headers<4.3'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-ARCH
+_extramodules=extramodules-4.2-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install


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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 09:04:22
  Author: lcarlier
Revision: 147377

upgpkg: virtualbox-modules 5.0.10-3

rebuild for kernel 4.3

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 08:00:47 UTC (rev 147376)
+++ PKGBUILD2015-11-22 08:04:22 UTC (rev 147377)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.10
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
+makedepends=('linux>=4.3' 'linux<4.4'
+ 'linux-headers>=4.3' 'linux-headers<4.4'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-ARCH
+_extramodules=extramodules-4.3-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.2' 'linux<4.3')
+  depends=('linux>=4.3' 'linux<4.4')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=4.2' 'linux<4.3')
+  depends=('linux>=4.3' 'linux<4.4')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install


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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 09:04:32
  Author: lcarlier
Revision: 147378

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 147377, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 147377, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 147377, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 147377, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 147377, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 147377, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 147377, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 147377, virtualbox-modules/trunk/virtualbox-host-modules.install)

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

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
147377, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-22 08:04:32 UTC (rev 147378)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.10
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.3' 'linux<4.4'
+ 'linux-headers>=4.3' 'linux-headers<4.4'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.3-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>=4.3' 'linux<4.4')
+  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>=4.3' 'linux<4.4')
+  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:
+
+
+
+
+

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
147377, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-11-22 08:04:32 UTC (rev 147378)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be 

[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2015-11-22 Thread Florian Pritz
Date: Sunday, November 22, 2015 @ 09:19:30
  Author: bluewind
Revision: 251869

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 251868, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 251868, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 251868, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  771 +--
 upgpkg |8 
 3 files changed, 420 insertions(+), 421 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 08:19:25 UTC (rev 251868)
+++ PKGBUILD2015-11-22 08:19:30 UTC (rev 251869)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee <d...@archlinux.org>
-
-pkgname=pacman-mirrorlist
-pkgver=20151115
-pkgrel=1
-pkgdesc="Arch Linux mirror list for use by pacman"
-arch=('any')
-url="https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c ". PKGBUILD; updatelist"
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('54bd42b9008057daa75eff0c7ef58f74')
-sha256sums=('212aebb2cb59a3e98ebba3090a79cafb919eadb93036c39846d51a1de329c427')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 251868, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 08:19:30 UTC (rev 251869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <d...@archlinux.org>
+
+pkgname=pacman-mirrorlist
+pkgver=20151122
+pkgrel=1
+pkgdesc="Arch Linux mirror list for use by pacman"
+arch=('any')
+url="https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c ". PKGBUILD; updatelist"
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('0ef81163fa095097d78fdeea63327865')
+sha256sums=('7d33778dfc0d233dd8127d135cb54eab6e27ecdedb500872f38c55e438663f66')

Deleted: mirrorlist
===
--- mirrorlist  2015-11-22 08:19:25 UTC (rev 251868)
+++ mirrorlist  2015-11-22 08:19:30 UTC (rev 251869)
@@ -1,386 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-11-15
-##
-
-## Worldwide
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.digitalnova.at/archlinux/$repo/os/$arch
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-#Server = http://archlinux.pop-es.rnp.br/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirrors.netix.net/archlinux/$repo/os/$arch
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-#Server = http://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
-#Server = https://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/ar

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

2015-11-22 Thread Florian Pritz
Date: Sunday, November 22, 2015 @ 09:19:25
  Author: bluewind
Revision: 251868

upgpkg: pacman-mirrorlist 20151122-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 07:51:37 UTC (rev 251867)
+++ PKGBUILD2015-11-22 08:19:25 UTC (rev 251868)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20151115
+pkgver=20151122
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('54bd42b9008057daa75eff0c7ef58f74')
-sha256sums=('212aebb2cb59a3e98ebba3090a79cafb919eadb93036c39846d51a1de329c427')
+md5sums=('0ef81163fa095097d78fdeea63327865')
+sha256sums=('7d33778dfc0d233dd8127d135cb54eab6e27ecdedb500872f38c55e438663f66')

Modified: mirrorlist
===
--- mirrorlist  2015-11-22 07:51:37 UTC (rev 251867)
+++ mirrorlist  2015-11-22 08:19:25 UTC (rev 251868)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-11-15
+## Generated on 2015-11-22
 ##
 
 ## Worldwide
@@ -120,8 +120,6 @@
 
 ## Germany
 #Server = http://mirror.23media.de/archlinux/$repo/os/$arch
-#Server = http://archlinux.limun.org/$repo/os/$arch
-#Server = https://archlinux.limun.org/$repo/os/$arch
 #Server = http://artfiles.org/archlinux.org/$repo/os/$arch
 #Server = http://mirror5.bastelfreak.org/archlinux/$repo/os/$arch
 #Server = http://archlinux.cyborg-connect.de/$repo/os/$arch
@@ -162,6 +160,7 @@
 #Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch
 #Server = http://linux.rz.rub.de/archlinux/$repo/os/$arch
 #Server = http://mirror.selfnet.de/archlinux/$repo/os/$arch
+#Server = http://mirror1.shellbot.com/archlinux/$repo/os/$arch
 #Server = http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch
 #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch


[arch-commits] Commit in plasma-workspace-wallpapers/trunk (PKGBUILD)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 17:09:01
  Author: arojas
Revision: 251886

Update to 5.4.3.1

Modified:
  plasma-workspace-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 14:47:02 UTC (rev 251885)
+++ PKGBUILD2015-11-22 16:09:01 UTC (rev 251886)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-workspace-wallpapers
-pkgver=5.4.3
+pkgver=5.4.3.1
 pkgrel=1
 pkgdesc='Additional wallpapers for the Plasma Workspace'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('LGPL')
 makedepends=('extra-cmake-modules')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('4dceee9550f7e433aeb2daa2a8dfee82')
+source=("http://download.kde.org/stable/plasma/5.4.3/$pkgname-$pkgver.tar.xz;)
 
+
 prepare() {
   mkdir build
 }
@@ -32,3 +32,4 @@
   cd build
   make DESTDIR="${pkgdir}" install
 }
+md5sums=('8a122c0d09aff0bd47895e17bfe6730c')


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

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 17:12:43
  Author: arojas
Revision: 251889

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

Added:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 251888, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 251888, plasma-workspace/kde-unstable/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251888, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 251888, plasma-workspace/kde-unstable/kde.pam)
Deleted:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
  plasma-workspace/repos/kde-unstable-i686/kde.pam
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam

--+
 /PKGBUILD|  150 +
 /kde.pam |   18 
 kde-unstable-i686/PKGBUILD   |   71 ---
 kde-unstable-i686/kde.pam|9 --
 kde-unstable-x86_64/PKGBUILD |   71 ---
 kde-unstable-x86_64/kde.pam  |9 --
 6 files changed, 168 insertions(+), 160 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-11-22 16:12:06 UTC (rev 251888)
+++ kde-unstable-i686/PKGBUILD  2015-11-22 16:12:43 UTC (rev 251889)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi')
-pkgver=5.4.95
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kscreenlocker'
- 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
-md5sums=('12a7126d8cb4bb1c451db079749bdf74'
- '378ee33a9ec2870a1a899f2e05ee00d4')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/kde.pam \
-"${pkgdir}"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "${pkgdir}"/usr/lib/drkonqi
-  rm -r "${pkgdir}"/usr/share/drkonqi
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 251888, 
plasma-workspace/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-22 16:12:43 UTC (rev 251889)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.4.95
+pkgrel=2
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kscreenlocker'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 

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

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 15:47:02
  Author: arojas
Revision: 251885

Oops

Modified:
  kapman/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 12:07:52 UTC (rev 251884)
+++ PKGBUILD2015-11-22 14:47:02 UTC (rev 251885)
@@ -9,8 +9,8 @@
 url="http://kde.org/applications/games/kapman/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'hicolor-icon-theme')
-depends=('libkdegames' 'knotifyconfig')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kapman')


[arch-commits] Commit in plasma-workspace/kde-unstable (PKGBUILD)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 17:12:06
  Author: arojas
Revision: 251888

Fix user switcher (KDEBUG#355708)

Modified:
  plasma-workspace/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 16:09:40 UTC (rev 251887)
+++ PKGBUILD2015-11-22 16:12:06 UTC (rev 251888)
@@ -7,7 +7,7 @@
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi')
 pkgver=5.4.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -22,9 +22,10 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
  'krunner' 'kxmlrpcclient' 'networkmanager-qt')
 groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam' user-switcher.patch)
 md5sums=('12a7126d8cb4bb1c451db079749bdf74'
- '378ee33a9ec2870a1a899f2e05ee00d4')
+ '378ee33a9ec2870a1a899f2e05ee00d4'
+ '32735ecb9b90bb261bc84ce63db00e3d')
 
 prepare() {
   mkdir -p build
@@ -31,7 +32,10 @@
 
   cd ${pkgbase}-${pkgver}
   # be sure to use the Qt5 version of qtpaths
-  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
+  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
+
+# Fix user switcher https://bugs.kde.org/show_bug.cgi?id=355708
+  patch -p1 -i ../user-switcher.patch
 }
 
 build() {


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 16:15:12
  Author: fyan
Revision: 147393

archrelease: copy trunk to community-any

Added:
  sopel/repos/community-any/PKGBUILD
(from rev 147392, sopel/trunk/PKGBUILD)
Deleted:
  sopel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 15:14:42 UTC (rev 147392)
+++ PKGBUILD2015-11-22 15:15:12 UTC (rev 147393)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=sopel
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
-arch=('any')
-license=('custom:EFL')
-url='http://sopel.chat'
-depends=('python-setuptools' 'sqlite')
-optdepends=('python-feedparser: nws and rss modules'
-'python-pytz: remind module'
-'python-lxml: xkcd module'
-'python-pyenchant: spellcheck module'
-'python-praw: reddit module'
-'python-pygeoip: geoip module'
-'python-xmltodict: bugzilla, currency, weather modules')
-makedepends=('git' 'python-sphinx')
-checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
-  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
-  'python-xmltodict')
-backup=('etc/sopel.cfg')
-source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -e 's|willie|sopel|g' -e 's|Willie|Sopel|g' -i 
sopel/contrib/willie{.cfg,.service,.conf}
-}
-
-build() {
-  cd "$srcdir/sopel"
-  python setup.py build
-  make -C docs man
-}
-
-check() {
-  cd "$srcdir/sopel"
-  py.test --ignore build || warning "Tests failed"
-}
-
-package() {
-  cd "$srcdir/sopel"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/willie.cfg "$pkgdir/etc/sopel.cfg"
-  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
-  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
-  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
-}

Copied: sopel/repos/community-any/PKGBUILD (from rev 147392, 
sopel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 15:15:12 UTC (rev 147393)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=sopel
+pkgver=6.1.1
+pkgrel=1
+pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
+arch=('any')
+license=('custom:EFL')
+url='http://sopel.chat'
+depends=('python-setuptools' 'sqlite')
+optdepends=('python-feedparser: nws and rss modules'
+'python-pytz: remind module'
+'python-lxml: xkcd module'
+'python-pyenchant: spellcheck module'
+'python-praw: reddit module'
+'python-pygeoip: geoip module'
+'python-xmltodict: bugzilla, currency, weather modules')
+makedepends=('git' 'python-sphinx')
+checkdepends=('python-pytest' 'python-feedparser' 'python-pytz' 'python-lxml'
+  'python-pyenchant' 'python-praw' 'python-pygeoip' 'ipython'
+  'python-xmltodict')
+backup=('etc/sopel.cfg')
+source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -e 's|willie|sopel|g' -e 's|Willie|Sopel|g' -i 
sopel/contrib/willie{.cfg,.service,.conf}
+}
+
+build() {
+  cd "$srcdir/sopel"
+  python setup.py build
+  make -C docs man
+}
+
+check() {
+  cd "$srcdir/sopel"
+  py.test --ignore build || warning "Tests failed"
+}
+
+package() {
+  cd "$srcdir/sopel"
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/willie.cfg "$pkgdir/etc/sopel.cfg"
+  install -Dm644 contrib/willie.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
+  install -Dm644 contrib/willie.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
+  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
+}


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 16:14:42
  Author: fyan
Revision: 147392

upgpkg: sopel 6.1.1-1

Modified:
  sopel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 11:51:29 UTC (rev 147391)
+++ PKGBUILD2015-11-22 15:14:42 UTC (rev 147392)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=sopel
-pkgver=6.1.0
+pkgver=6.1.1
 pkgrel=1
 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
 arch=('any')


[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 17:09:40
  Author: arojas
Revision: 251887

archrelease: copy trunk to extra-any

Added:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD
(from rev 251886, plasma-workspace-wallpapers/trunk/PKGBUILD)
Deleted:
  plasma-workspace-wallpapers/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 16:09:01 UTC (rev 251886)
+++ PKGBUILD2015-11-22 16:09:40 UTC (rev 251887)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=plasma-workspace-wallpapers
-pkgver=5.4.3
-pkgrel=1
-pkgdesc='Additional wallpapers for the Plasma Workspace'
-arch=('any')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-makedepends=('extra-cmake-modules')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('4dceee9550f7e433aeb2daa2a8dfee82')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 251886, 
plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 16:09:40 UTC (rev 251887)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.4.3.1
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/5.4.3/$pkgname-$pkgver.tar.xz;)
+
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('8a122c0d09aff0bd47895e17bfe6730c')


[arch-commits] Commit in breeze-icons/trunk (PKGBUILD applet-icons.patch)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 10:51:12
  Author: arojas
Revision: 251870

Install applet icons for Plasma 5.5

Added:
  breeze-icons/trunk/applet-icons.patch
Modified:
  breeze-icons/trunk/PKGBUILD

+
 PKGBUILD   |   11 ---
 applet-icons.patch |   24 
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 08:19:30 UTC (rev 251869)
+++ PKGBUILD2015-11-22 09:51:12 UTC (rev 251870)
@@ -5,7 +5,7 @@
 
 pkgname=breeze-icons
 pkgver=5.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Breeze icon themes'
 arch=('any')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
@@ -12,11 +12,16 @@
 license=('LGPL')
 groups=('kf5')
 makedepends=('extra-cmake-modules' 'qt5-base')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('649b3b20669d052abe3ebc639ef0c705')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
 applet-icons.patch)
+md5sums=('649b3b20669d052abe3ebc639ef0c705'
+ 'ef4b101e95bcaad33a6797e01deef984')
 
 prepare() {
   mkdir -p build
+
+# Install applet icons https://bugs.kde.org/show_bug.cgi?id=355676
+  cd $pkgname-$pkgver
+  patch -p1 -i ../applet-icons.patch
 }
 
 build() {

Added: applet-icons.patch
===
--- applet-icons.patch  (rev 0)
+++ applet-icons.patch  2015-11-22 09:51:12 UTC (rev 251870)
@@ -0,0 +1,24 @@
+diff -ur breeze-icons-5.16.0.orig/icons/CMakeLists.txt 
breeze-icons-5.16.0/icons/CMakeLists.txt
+--- breeze-icons-5.16.0.orig/icons/CMakeLists.txt  2015-11-08 
12:58:09.0 +0100
 breeze-icons-5.16.0/icons/CMakeLists.txt   2015-11-22 10:37:17.223501606 
+0100
+@@ -11,7 +11,7 @@
+ 
+ ### install files ###
+ 
+-set( breeze_icon_dirs  actions apps categories devices emblems emotes 
mimetypes places status )
++set( breeze_icon_dirs  actions applets apps categories devices emblems emotes 
mimetypes places status )
+ 
+ 
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze)
+diff -ur breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt 
breeze-icons-5.16.0/icons-dark/CMakeLists.txt
+--- breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt 2015-11-08 
12:58:09.0 +0100
 breeze-icons-5.16.0/icons-dark/CMakeLists.txt  2015-11-22 
10:37:34.356830327 +0100
+@@ -11,7 +11,7 @@
+ 
+ ### install files ###
+ 
+-set( breeze_icon_dark_dirs  actions apps categories devices emblems emotes 
mimetypes places status)
++set( breeze_icon_dark_dirs  actions applets apps categories devices emblems 
emotes mimetypes places status)
+ 
+ 
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)


[arch-commits] Commit in skk-jisyo/repos/community-any (4 files)

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:22:21
  Author: fyan
Revision: 147388

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 147387, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 147387, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 10:22:02 UTC (rev 147387)
+++ PKGBUILD2015-11-22 10:22:21 UTC (rev 147388)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: jeneshicc <jenesh...@gmail.com>
-
-pkgname=skk-jisyo
-pkgver=20151115
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('03ae04607495e0e2a2592e6791c93b35'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 147387, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 10:22:21 UTC (rev 147388)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: jeneshicc <jenesh...@gmail.com>
+
+pkgname=skk-jisyo
+pkgver=20151122
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('33ecf2e5ce13a4971e51c8d22c61d029'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-11-22 10:22:02 UTC (rev 147387)
+++ skk-jisyo.install   2015-11-22 10:22:21 UTC (rev 147388)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 147387, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-11-22 10:22:21 UTC (rev 147388)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 12:18:06
  Author: arojas
Revision: 251875

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

Added:
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
(from rev 251874, kwallet-pam/kde-unstable/PKGBUILD)
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251874, kwallet-pam/kde-unstable/PKGBUILD)
Deleted:
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   86 +
 kde-unstable-i686/PKGBUILD   |   43 
 kde-unstable-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-11-22 11:17:13 UTC (rev 251874)
+++ kde-unstable-i686/PKGBUILD  2015-11-22 11:18:06 UTC (rev 251875)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.4.95
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kwallet-pam'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('fd277bf51830ecc8a42eaff3bf07daa0')
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/kde-unstable-i686/PKGBUILD (from rev 251874, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-22 11:18:06 UTC (rev 251875)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.4.95
+pkgrel=2
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('fd277bf51830ecc8a42eaff3bf07daa0')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-11-22 11:17:13 UTC (rev 251874)
+++ kde-unstable-x86_64/PKGBUILD2015-11-22 11:18:06 UTC (rev 251875)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.4.95
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kwallet-pam'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('fd277bf51830ecc8a42eaff3bf07daa0')
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD (from rev 251874, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-22 11:18:06 UTC (rev 251875)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.4.95
+pkgrel=2
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'

[arch-commits] Commit in kwallet-pam/kde-unstable (PKGBUILD)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 12:17:13
  Author: arojas
Revision: 251874

Fix lib install dir

Modified:
  kwallet-pam/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 10:21:21 UTC (rev 251873)
+++ PKGBUILD2015-11-22 11:17:13 UTC (rev 251874)
@@ -3,7 +3,7 @@
 
 pkgname=kwallet-pam
 pkgver=5.4.95
-pkgrel=1
+pkgrel=2
 pkgdesc='KWallet PAM integration'
 arch=(i686 x86_64)
 url='https://projects.kde.org/kwallet-pam'
@@ -23,7 +23,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib
+-DCMAKE_INSTALL_LIBDIR=lib
   make
 
   cd ../build4
@@ -30,7 +30,7 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=usr/lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DKWALLET4=1
   make
 }


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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 12:33:55
  Author: lcarlier
Revision: 251876

fix install script

Modified:
  nvidia/repos/extra-i686/PKGBUILD
  nvidia/repos/extra-i686/nvidia.install
  nvidia/repos/extra-x86_64/PKGBUILD
  nvidia/repos/extra-x86_64/nvidia.install

-+
 extra-i686/PKGBUILD |2 +-
 extra-i686/nvidia.install   |2 +-
 extra-x86_64/PKGBUILD   |2 +-
 extra-x86_64/nvidia.install |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-22 11:18:06 UTC (rev 251875)
+++ extra-i686/PKGBUILD 2015-11-22 11:33:55 UTC (rev 251876)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=358.16
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=2.1
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;

Modified: extra-i686/nvidia.install
===
--- extra-i686/nvidia.install   2015-11-22 11:18:06 UTC (rev 251875)
+++ extra-i686/nvidia.install   2015-11-22 11:33:55 UTC (rev 251876)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.2-ARCH'
 depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
 echo 'In order to use nvidia module, reboot the system.'
 }

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-22 11:18:06 UTC (rev 251875)
+++ extra-x86_64/PKGBUILD   2015-11-22 11:33:55 UTC (rev 251876)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=358.16
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=2.1
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;

Modified: extra-x86_64/nvidia.install
===
--- extra-x86_64/nvidia.install 2015-11-22 11:18:06 UTC (rev 251875)
+++ extra-x86_64/nvidia.install 2015-11-22 11:33:55 UTC (rev 251876)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.2-ARCH'
 depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 12:47:11
  Author: lcarlier
Revision: 251879

fix install script

Modified:
  nvidia-340xx/repos/extra-i686/PKGBUILD
  nvidia-340xx/repos/extra-i686/nvidia-340xx.install
  nvidia-340xx/repos/extra-x86_64/PKGBUILD
  nvidia-340xx/repos/extra-x86_64/nvidia-340xx.install

---+
 extra-i686/PKGBUILD   |2 +-
 extra-i686/nvidia-340xx.install   |2 +-
 extra-x86_64/PKGBUILD |2 +-
 extra-x86_64/nvidia-340xx.install |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-22 11:38:47 UTC (rev 251878)
+++ extra-i686/PKGBUILD 2015-11-22 11:47:11 UTC (rev 251879)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.96
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')

Modified: extra-i686/nvidia-340xx.install
===
--- extra-i686/nvidia-340xx.install 2015-11-22 11:38:47 UTC (rev 251878)
+++ extra-i686/nvidia-340xx.install 2015-11-22 11:47:11 UTC (rev 251879)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.2-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-22 11:38:47 UTC (rev 251878)
+++ extra-x86_64/PKGBUILD   2015-11-22 11:47:11 UTC (rev 251879)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.96
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.2' 'linux-headers<4.3')

Modified: extra-x86_64/nvidia-340xx.install
===
--- extra-x86_64/nvidia-340xx.install   2015-11-22 11:38:47 UTC (rev 251878)
+++ extra-x86_64/nvidia-340xx.install   2015-11-22 11:47:11 UTC (rev 251879)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.2-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2015-11-22 Thread Andreas Radke
Date: Sunday, November 22, 2015 @ 12:57:21
  Author: andyrtr
Revision: 251881

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 251880, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 251880, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-i686/hplip.install
(from rev 251880, hplip/trunk/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 251880, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 251880, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/hplip.install
(from rev 251880, hplip/trunk/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch
  hplip/repos/extra-x86_64/hplip.install

+
 /PKGBUILD  |  168 +++
 /disable_upgrade.patch |   28 +
 /hplip.install |   36 +++
 extra-i686/PKGBUILD|   83 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-i686/hplip.install   |   18 ---
 extra-x86_64/PKGBUILD  |   83 -
 extra-x86_64/disable_upgrade.patch |   14 --
 extra-x86_64/hplip.install |   18 ---
 9 files changed, 232 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-22 11:57:06 UTC (rev 251880)
+++ extra-i686/PKGBUILD 2015-11-22 11:57:21 UTC (rev 251881)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Tom Gundersen 
-# Contributor : Rémy Oudompheng 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=hplip
-pkgver=3.15.9
-pkgrel=2
-pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
-arch=('i686' 'x86_64')
-url="http://hplipopensource.com;
-license=('GPL')
-depends=('python' 'ghostscript>=8.64-6' 'net-snmp>=5.7.1' 'wget' 
'foomatic-db-engine')
-makedepends=('python-pyqt4' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
-optdepends=('cups: for printing support'
-'python-dbus: for dbus support'
-'sane: for scanner support'
-'python-pillow: for commandline scanning support'
-'python-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python-pyqt4: for running GUI and hp-toolbox'
-'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-install=hplip.install
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-sha1sums=('564a37d39269fee9c938b7fe9f2b31c4f9c4db06'
-  'SKIP'
-  '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
-validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
-
-prepare() {
- cd $pkgname-$pkgver
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip > ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build #--help
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install
- 
- # remove config provided by sane and autostart of hp-daemon
- rm -rf "$pkgdir"/etc/{sane.d,xdg}
- 
- # remove HAL .fdi file because HAL is no longer used
- rm -vrf "$pkgdir"/usr/share/hal
- 
- # remove rc script
- rm -vrf "$pkgdir"/etc/init.d
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 251880, hplip/trunk/PKGBUILD)
===
--- 

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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 12:58:01
  Author: lcarlier
Revision: 251882

fix install script

Modified:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia-304xx.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia-304xx.install

---+
 extra-i686/PKGBUILD   |2 +-
 extra-i686/nvidia-304xx.install   |2 +-
 extra-x86_64/PKGBUILD |2 +-
 extra-x86_64/nvidia-304xx.install |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-22 11:57:21 UTC (rev 251881)
+++ extra-i686/PKGBUILD 2015-11-22 11:58:01 UTC (rev 251882)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')

Modified: extra-i686/nvidia-304xx.install
===
--- extra-i686/nvidia-304xx.install 2015-11-22 11:57:21 UTC (rev 251881)
+++ extra-i686/nvidia-304xx.install 2015-11-22 11:58:01 UTC (rev 251882)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.2-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-22 11:57:21 UTC (rev 251881)
+++ extra-x86_64/PKGBUILD   2015-11-22 11:58:01 UTC (rev 251882)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.2-ARCH
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.2' 'linux-headers<4.3')

Modified: extra-x86_64/nvidia-304xx.install
===
--- extra-x86_64/nvidia-304xx.install   2015-11-22 11:57:21 UTC (rev 251881)
+++ extra-x86_64/nvidia-304xx.install   2015-11-22 11:58:01 UTC (rev 251882)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-4.3-ARCH'
+EXTRAMODULES='extramodules-4.2-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }


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

2015-11-22 Thread Andreas Radke
Date: Sunday, November 22, 2015 @ 12:57:06
  Author: andyrtr
Revision: 251880

upgpkg: hplip 3.15.11-1

upstream update 3.15.11

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 11:47:11 UTC (rev 251879)
+++ PKGBUILD2015-11-22 11:57:06 UTC (rev 251880)
@@ -5,8 +5,8 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.15.9
-pkgrel=2
+pkgver=3.15.11
+pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
 url="http://hplipopensource.com;
@@ -27,7 +27,7 @@
 install=hplip.install
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch)
-sha1sums=('564a37d39269fee9c938b7fe9f2b31c4f9c4db06'
+sha1sums=('c28f373e85a1355c10c3112e1274138372a9c832'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 


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

2015-11-22 Thread Andreas Radke
Date: Sunday, November 22, 2015 @ 13:07:38
  Author: andyrtr
Revision: 251883

upgpkg: libpaper 1.1.24-9

add dep on run-parts; FS#47132

Modified:
  libpaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 11:58:01 UTC (rev 251882)
+++ PKGBUILD2015-11-22 12:07:38 UTC (rev 251883)
@@ -7,12 +7,12 @@
 
 pkgname=libpaper
 pkgver=1.1.24
-pkgrel=8
+pkgrel=9
 pkgdesc='Library for handling paper characteristics'
 arch=('x86_64' 'i686')
 url='http://packages.debian.org/unstable/source/libpaper'
 license=('GPL')
-depends=('sh')
+depends=('sh' 'run-parts')
 backup=('etc/papersize')
 
source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu4.tar.gz;)
 md5sums=('155d2e589e2f4ef163de8fbbc5d3dd1e')


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

2015-11-22 Thread Andreas Radke
Date: Sunday, November 22, 2015 @ 13:07:52
  Author: andyrtr
Revision: 251884

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-22 12:07:38 UTC (rev 251883)
+++ extra-i686/PKGBUILD 2015-11-22 12:07:52 UTC (rev 251884)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: royrocks 
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=8
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-backup=('etc/papersize')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu4.tar.gz;)
-md5sums=('155d2e589e2f4ef163de8fbbc5d3dd1e')
-
-build() {
-  cd "$pkgname-$pkgver+nmu4"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver+nmu4"
-  make DESTDIR="$pkgdir" install
-  
-  # add systemwide default papersize read by many office applications
-  install -dm 755 $pkgdir/etc
-  echo '# Simply write the paper name. See papersize(5) for possible values' > 
$pkgdir/etc/papersize
-
-  # add libpaper.d directory other packages can use to store files
-  install -dm 755 $pkgdir/etc/libpaper.d
-
-  # add localisation
-  pushd debian/po
-  for i in `ls *.po`; do
-   install -dm 755 ${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/;
-   msgfmt $i -o 
${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/${pkgname}.mo;
-  done
-  popd
-}

Copied: libpaper/repos/extra-i686/PKGBUILD (from rev 251883, 
libpaper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-22 12:07:52 UTC (rev 251884)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+# Contributor: Alexander Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: royrocks 
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=9
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh' 'run-parts')
+backup=('etc/papersize')
+source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu4.tar.gz;)
+md5sums=('155d2e589e2f4ef163de8fbbc5d3dd1e')
+
+build() {
+  cd "$pkgname-$pkgver+nmu4"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver+nmu4"
+  make DESTDIR="$pkgdir" install
+  
+  # add systemwide default papersize read by many office applications
+  install -dm 755 $pkgdir/etc
+  echo '# Simply write the paper name. See papersize(5) for possible values' > 
$pkgdir/etc/papersize
+
+  # add libpaper.d directory other packages can use to store files
+  install -dm 755 $pkgdir/etc/libpaper.d
+
+  # add localisation
+  pushd debian/po
+  for i in `ls *.po`; do
+   install -dm 755 ${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/;
+   msgfmt $i -o 
${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/${pkgname}.mo;
+  done
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-22 12:07:38 UTC (rev 251883)
+++ extra-x86_64/PKGBUILD   2015-11-22 12:07:52 UTC (rev 251884)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-# Contributor: Alexander Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: royrocks 
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=8
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-backup=('etc/papersize')
-source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu4.tar.gz;)
-md5sums=('155d2e589e2f4ef163de8fbbc5d3dd1e')
-
-build() {
-  cd "$pkgname-$pkgver+nmu4"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd 

[arch-commits] Commit in breeze-icons/repos/extra-any (3 files)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 10:54:01
  Author: arojas
Revision: 251871

archrelease: copy trunk to extra-any

Added:
  breeze-icons/repos/extra-any/PKGBUILD
(from rev 251870, breeze-icons/trunk/PKGBUILD)
  breeze-icons/repos/extra-any/applet-icons.patch
(from rev 251870, breeze-icons/trunk/applet-icons.patch)
Deleted:
  breeze-icons/repos/extra-any/PKGBUILD

+
 PKGBUILD   |   73 +++
 applet-icons.patch |   24 
 2 files changed, 63 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 09:51:12 UTC (rev 251870)
+++ PKGBUILD2015-11-22 09:54:01 UTC (rev 251871)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=breeze-icons
-pkgver=5.16.0
-pkgrel=1
-pkgdesc='Breeze icon themes'
-arch=('any')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-groups=('kf5')
-makedepends=('extra-cmake-modules' 'qt5-base')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-md5sums=('649b3b20669d052abe3ebc639ef0c705')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: breeze-icons/repos/extra-any/PKGBUILD (from rev 251870, 
breeze-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 09:54:01 UTC (rev 251871)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.16.0
+pkgrel=2
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+groups=('kf5')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;
 applet-icons.patch)
+md5sums=('649b3b20669d052abe3ebc639ef0c705'
+ 'ef4b101e95bcaad33a6797e01deef984')
+
+prepare() {
+  mkdir -p build
+
+# Install applet icons https://bugs.kde.org/show_bug.cgi?id=355676
+  cd $pkgname-$pkgver
+  patch -p1 -i ../applet-icons.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: breeze-icons/repos/extra-any/applet-icons.patch (from rev 251870, 
breeze-icons/trunk/applet-icons.patch)
===
--- applet-icons.patch  (rev 0)
+++ applet-icons.patch  2015-11-22 09:54:01 UTC (rev 251871)
@@ -0,0 +1,24 @@
+diff -ur breeze-icons-5.16.0.orig/icons/CMakeLists.txt 
breeze-icons-5.16.0/icons/CMakeLists.txt
+--- breeze-icons-5.16.0.orig/icons/CMakeLists.txt  2015-11-08 
12:58:09.0 +0100
 breeze-icons-5.16.0/icons/CMakeLists.txt   2015-11-22 10:37:17.223501606 
+0100
+@@ -11,7 +11,7 @@
+ 
+ ### install files ###
+ 
+-set( breeze_icon_dirs  actions apps categories devices emblems emotes 
mimetypes places status )
++set( breeze_icon_dirs  actions applets apps categories devices emblems emotes 
mimetypes places status )
+ 
+ 
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze)
+diff -ur breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt 
breeze-icons-5.16.0/icons-dark/CMakeLists.txt
+--- breeze-icons-5.16.0.orig/icons-dark/CMakeLists.txt 2015-11-08 
12:58:09.0 +0100
 breeze-icons-5.16.0/icons-dark/CMakeLists.txt  2015-11-22 
10:37:34.356830327 +0100
+@@ -11,7 +11,7 @@
+ 
+ ### install files ###
+ 
+-set( breeze_icon_dark_dirs  actions apps categories devices emblems emotes 
mimetypes places status)
++set( breeze_icon_dark_dirs  actions applets apps categories devices emblems 
emotes mimetypes places status)
+ 
+ 
+ set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:03:31
  Author: fyan
Revision: 147383

upgpkg: you-get 0.4.167-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 09:33:41 UTC (rev 147382)
+++ PKGBUILD2015-11-22 10:03:31 UTC (rev 147383)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.156
+pkgver=0.4.167
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2015-11-22 Thread Jonathan Steel
Date: Sunday, November 22, 2015 @ 12:51:29
  Author: jsteel
Revision: 147391

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

Added:
  aircrack-ng/repos/community-i686/PKGBUILD
(from rev 147390, aircrack-ng/trunk/PKGBUILD)
  aircrack-ng/repos/community-x86_64/PKGBUILD
(from rev 147390, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-i686/PKGBUILD
  aircrack-ng/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 11:51:11 UTC (rev 147390)
+++ community-i686/PKGBUILD 2015-11-22 11:51:29 UTC (rev 147391)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Brad Fanella 
-# Contributor: Daenyth 
-# Contributor: Corrado Primier 
-# Contributor: ice-man 
-
-pkgname=aircrack-ng
-_pkgver=1.2-rc2
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org;
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('ebe9d537f06f4d6956213af09c4476da')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  make sqlite=true experimental=true
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true experimental=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-i686/PKGBUILD (from rev 147390, 
aircrack-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 11:51:29 UTC (rev 147391)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Brad Fanella 
+# Contributor: Daenyth 
+# Contributor: Corrado Primier 
+# Contributor: ice-man 
+
+pkgname=aircrack-ng
+_pkgver=1.2-rc3
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
+arch=('i686' 'x86_64')
+url="http://www.aircrack-ng.org;
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('3f4096808c916baa8872a5ad138a9c35')
+
+build() {
+  cd $pkgname-$_pkgver
+
+  make sqlite=true experimental=true
+}
+
+package() {
+  cd $pkgname-$_pkgver
+
+  make DESTDIR="$pkgdir" sqlite=true experimental=true \
+bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+smandir=/usr/share/man/man8/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 11:51:11 UTC (rev 147390)
+++ community-x86_64/PKGBUILD   2015-11-22 11:51:29 UTC (rev 147391)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Brad Fanella 
-# Contributor: Daenyth 
-# Contributor: Corrado Primier 
-# Contributor: ice-man 
-
-pkgname=aircrack-ng
-_pkgver=1.2-rc2
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
-arch=('i686' 'x86_64')
-url="http://www.aircrack-ng.org;
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools' 'ethtool')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('ebe9d537f06f4d6956213af09c4476da')
-
-build() {
-  cd $pkgname-$_pkgver
-
-  make sqlite=true experimental=true
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make DESTDIR="$pkgdir" sqlite=true experimental=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
-smandir=/usr/share/man/man8/ install
-}

Copied: aircrack-ng/repos/community-x86_64/PKGBUILD (from rev 147390, 
aircrack-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-22 11:51:29 UTC (rev 

[arch-commits] Commit in virtualbox-modules/repos/community-i686 (8 files)

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 10:33:27
  Author: lcarlier
Revision: 147381

archrelease: copy trunk to community-i686

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

--+
 PKGBUILD |  134 ++---
 build.sh |  122 -
 virtualbox-guest-modules.install |   42 +--
 virtualbox-host-modules.install  |   46 ++--
 4 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 09:31:01 UTC (rev 147380)
+++ PKGBUILD2015-11-22 09:33:27 UTC (rev 147381)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.10
-pkgrel=2.1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-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>=4.2' 'linux<4.3')
-  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>=4.2' 'linux<4.3')
-  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:
-
-
-
-
-

Copied: virtualbox-modules/repos/community-i686/PKGBUILD (from rev 147380, 
virtualbox-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 09:33:27 UTC (rev 147381)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.10
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.3' 'linux<4.4'
+ 'linux-headers>=4.3' 'linux-headers<4.4'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.3-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"
+}
+

[arch-commits] Commit in virtualbox-modules/repos/community-x86_64 (8 files)

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 10:33:41
  Author: lcarlier
Revision: 147382

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  134 ++---
 build.sh |  122 -
 virtualbox-guest-modules.install |   42 +--
 virtualbox-host-modules.install  |   46 ++--
 4 files changed, 172 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 09:33:27 UTC (rev 147381)
+++ PKGBUILD2015-11-22 09:33:41 UTC (rev 147382)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.10
-pkgrel=2.1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-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>=4.2' 'linux<4.3')
-  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>=4.2' 'linux<4.3')
-  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:
-
-
-
-
-

Copied: virtualbox-modules/repos/community-x86_64/PKGBUILD (from rev 147381, 
virtualbox-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 09:33:41 UTC (rev 147382)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.10
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.3' 'linux<4.4'
+ 'linux-headers>=4.3' 'linux-headers<4.4'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.3-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"
+}
+

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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:03:57
  Author: fyan
Revision: 147384

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 147383, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 10:03:31 UTC (rev 147383)
+++ PKGBUILD2015-11-22 10:03:57 UTC (rev 147384)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.156
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py build
-}
-
-check() {
-  cd "${srcdir}"/${pkgname}
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 147383, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 10:03:57 UTC (rev 147384)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.167
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py build
+}
+
+check() {
+  cd "${srcdir}"/${pkgname}
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:07:47
  Author: fyan
Revision: 147386

archrelease: copy trunk to community-any

Added:
  pigar/repos/community-any/PKGBUILD
(from rev 147385, pigar/trunk/PKGBUILD)
Deleted:
  pigar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-22 10:07:21 UTC (rev 147385)
+++ PKGBUILD2015-11-22 10:07:47 UTC (rev 147386)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=pigar
-pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=0.6.5
-pkgrel=1
-pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
-arch=('any')
-url="https://github.com/Damnever/pigar;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
- 'python2-futures' 'git')
-source=("git+https://github.com/Damnever/${pkgbase}.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a $pkgbase{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${pkgbase}"
-  python setup.py build
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}"
-  python -m unittest discover pigar/tests/ -t . -v
-
-  cd "${srcdir}/${pkgbase}-py2"
-  python2 -m unittest discover pigar/tests/ -t . -v
-}
-
-package_pigar() {
-  depends=('python-setuptools' 'python-colorama')
-
-  cd $pkgbase
-  python3 setup.py install -O1 --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-pigar() {
-  depends=('python2-setuptools' 'python2-colorama' 'python2-futures')
-
-  cd $pkgbase-py2
-  python2 setup.py install -O1 --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/pigar" "$pkgdir/usr/bin/pigar2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pigar/repos/community-any/PKGBUILD (from rev 147385, 
pigar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-22 10:07:47 UTC (rev 147386)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=pigar
+pkgname=("$pkgbase" "python2-$pkgbase")
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
+arch=('any')
+url="https://github.com/Damnever/pigar;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-colorama' 
'python2-colorama'
+ 'python2-futures' 'git')
+source=("git+https://github.com/Damnever/${pkgbase}.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a $pkgbase{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${pkgbase}"
+  python setup.py build
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}"
+  python -m unittest discover pigar/tests/ -t . -v
+
+  cd "${srcdir}/${pkgbase}-py2"
+  python2 -m unittest discover pigar/tests/ -t . -v
+}
+
+package_pigar() {
+  depends=('python-setuptools' 'python-colorama')
+
+  cd $pkgbase
+  python3 setup.py install -O1 --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-pigar() {
+  depends=('python2-setuptools' 'python2-colorama' 'python2-futures')
+
+  cd $pkgbase-py2
+  python2 setup.py install -O1 --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/pigar" "$pkgdir/usr/bin/pigar2"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:07:21
  Author: fyan
Revision: 147385

upgpkg: pigar 0.6.6-1

Modified:
  pigar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 10:03:57 UTC (rev 147384)
+++ PKGBUILD2015-11-22 10:07:21 UTC (rev 147385)
@@ -3,7 +3,7 @@
 
 pkgbase=pigar
 pkgname=("$pkgbase" "python2-$pkgbase")
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="A fantastic tool to generate requirements for your Python project, 
and more than that"
 arch=('any')


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

2015-11-22 Thread Andreas Radke
Date: Sunday, November 22, 2015 @ 12:38:35
  Author: andyrtr
Revision: 251877

upgpkg: nano 2.4.3-1

upstream update 2.4.3

Modified:
  nano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 11:33:55 UTC (rev 251876)
+++ PKGBUILD2015-11-22 11:38:35 UTC (rev 251877)
@@ -3,8 +3,8 @@
 # Contributor: Judd 
 
 pkgname=nano
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="Pico editor clone with enhancements"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 backup=('etc/nanorc')
 install=nano.install
 
source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('ce6968992fec4283c17984b53554168b'
+md5sums=('0acc0ca68eee68ef38f899532a4873c6'
  'SKIP')
 validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
 


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

2015-11-22 Thread Andreas Radke
Date: Sunday, November 22, 2015 @ 12:38:47
  Author: andyrtr
Revision: 251878

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

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

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/nano.install   |   20 
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/nano.install |   20 
 4 files changed, 112 insertions(+)

Copied: nano/repos/testing-i686/PKGBUILD (from rev 251877, nano/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-11-22 11:38:47 UTC (rev 251878)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('0acc0ca68eee68ef38f899532a4873c6'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-i686/nano.install (from rev 251877, 
nano/trunk/nano.install)
===
--- testing-i686/nano.install   (rev 0)
+++ testing-i686/nano.install   2015-11-22 11:38:47 UTC (rev 251878)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: nano/repos/testing-x86_64/PKGBUILD (from rev 251877, 
nano/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-11-22 11:38:47 UTC (rev 251878)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Judd 
+
+pkgname=nano
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Pico editor clone with enhancements"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.nano-editor.org;
+groups=('base')
+depends=('ncurses' 'file' 'sh')
+backup=('etc/nanorc')
+install=nano.install
+source=(http://www.nano-editor.org/dist/v2.4/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('0acc0ca68eee68ef38f899532a4873c6'
+ 'SKIP')
+validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7') # "Chris Allegretta 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-color \
+--enable-nanorc \
+--enable-multibuffer \
+--disable-wrapping-as-root
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -DTm644 ${srcdir}/${pkgname}-${pkgver}/doc/nanorc.sample 
${pkgdir}/etc/nanorc
+}

Copied: nano/repos/testing-x86_64/nano.install (from rev 251877, 
nano/trunk/nano.install)
===
--- testing-x86_64/nano.install (rev 0)
+++ testing-x86_64/nano.install 2015-11-22 11:38:47 UTC (rev 251878)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(nano.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}


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

2015-11-22 Thread Jonathan Steel
Date: Sunday, November 22, 2015 @ 12:51:11
  Author: jsteel
Revision: 147390

upgpkg: aircrack-ng 1.2rc3-1

Modified:
  aircrack-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 10:26:12 UTC (rev 147389)
+++ PKGBUILD2015-11-22 11:51:11 UTC (rev 147390)
@@ -6,7 +6,7 @@
 # Contributor: ice-man 
 
 pkgname=aircrack-ng
-_pkgver=1.2-rc2
+_pkgver=1.2-rc3
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Key cracker for the 802.11 WEP and WPA-PSK protocols"
@@ -18,7 +18,7 @@
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
 source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
-md5sums=('ebe9d537f06f4d6956213af09c4476da')
+md5sums=('3f4096808c916baa8872a5ad138a9c35')
 
 build() {
   cd $pkgname-$_pkgver


[arch-commits] Commit in virtualbox-modules/repos/community-x86_64 (2 files)

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 10:31:01
  Author: lcarlier
Revision: 147380

forgot to update the install scripts

Modified:
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

--+
 virtualbox-guest-modules.install |2 +-
 virtualbox-host-modules.install  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: virtualbox-guest-modules.install
===
--- virtualbox-guest-modules.install2015-11-22 09:30:23 UTC (rev 147379)
+++ virtualbox-guest-modules.install2015-11-22 09:31:01 UTC (rev 147380)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: virtualbox-host-modules.install
===
--- virtualbox-host-modules.install 2015-11-22 09:30:23 UTC (rev 147379)
+++ virtualbox-host-modules.install 2015-11-22 09:31:01 UTC (rev 147380)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 


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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 10:30:23
  Author: lcarlier
Revision: 147379

forgot to update the install scripts

Modified:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD

-+
 community-i686/PKGBUILD |2 +-
 community-i686/virtualbox-guest-modules.install |2 +-
 community-i686/virtualbox-host-modules.install  |2 +-
 community-x86_64/PKGBUILD   |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 08:04:32 UTC (rev 147378)
+++ community-i686/PKGBUILD 2015-11-22 09:30:23 UTC (rev 147379)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.10
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')

Modified: community-i686/virtualbox-guest-modules.install
===
--- community-i686/virtualbox-guest-modules.install 2015-11-22 08:04:32 UTC 
(rev 147378)
+++ community-i686/virtualbox-guest-modules.install 2015-11-22 09:30:23 UTC 
(rev 147379)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: community-i686/virtualbox-host-modules.install
===
--- community-i686/virtualbox-host-modules.install  2015-11-22 08:04:32 UTC 
(rev 147378)
+++ community-i686/virtualbox-host-modules.install  2015-11-22 09:30:23 UTC 
(rev 147379)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 08:04:32 UTC (rev 147378)
+++ community-x86_64/PKGBUILD   2015-11-22 09:30:23 UTC (rev 147379)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.10
-pkgrel=2
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in (cblas)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 11:21:21
  Author: arojas
Revision: 251873

Merged in lapack

Deleted:
  cblas/


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

2015-11-22 Thread Felix Yan
Date: Sunday, November 22, 2015 @ 11:22:02
  Author: fyan
Revision: 147387

upgpkg: skk-jisyo 20151122-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 10:07:47 UTC (rev 147386)
+++ PKGBUILD2015-11-22 10:22:02 UTC (rev 147387)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc <jenesh...@gmail.com>
 
 pkgname=skk-jisyo
-pkgver=20151115
+pkgver=20151122
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('03ae04607495e0e2a2592e6791c93b35'
+md5sums=('33ecf2e5ce13a4971e51c8d22c61d029'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-11-22 Thread Laurent Carlier
Date: Sunday, November 22, 2015 @ 11:26:12
  Author: lcarlier
Revision: 147389

revert

Modified:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 community-i686/PKGBUILD   |   12 ++--
 community-i686/virtualbox-guest-modules.install   |2 +-
 community-i686/virtualbox-host-modules.install|2 +-
 community-x86_64/PKGBUILD |   12 ++--
 community-x86_64/virtualbox-guest-modules.install |2 +-
 community-x86_64/virtualbox-host-modules.install  |2 +-
 6 files changed, 16 insertions(+), 16 deletions(-)

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 10:22:21 UTC (rev 147388)
+++ community-i686/PKGBUILD 2015-11-22 10:26:12 UTC (rev 147389)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.10
-pkgrel=3
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
+makedepends=('linux>=4.2' 'linux<4.3'
+ 'linux-headers>=4.2' 'linux-headers<4.3'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-ARCH
+_extramodules=extramodules-4.2-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install

Modified: community-i686/virtualbox-guest-modules.install
===
--- community-i686/virtualbox-guest-modules.install 2015-11-22 10:22:21 UTC 
(rev 147388)
+++ community-i686/virtualbox-guest-modules.install 2015-11-22 10:26:12 UTC 
(rev 147389)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: community-i686/virtualbox-host-modules.install
===
--- community-i686/virtualbox-host-modules.install  2015-11-22 10:22:21 UTC 
(rev 147388)
+++ community-i686/virtualbox-host-modules.install  2015-11-22 10:26:12 UTC 
(rev 147389)
@@ -1,5 +1,5 @@
 _depmod() {
-  EXTRAMODULES=extramodules-4.3-ARCH
+  EXTRAMODULES=extramodules-4.2-ARCH
   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 10:22:21 UTC (rev 147388)
+++ community-x86_64/PKGBUILD   2015-11-22 10:26:12 UTC (rev 147389)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.10
-pkgrel=3
+pkgrel=2.1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=4.3' 'linux<4.4'
- 'linux-headers>=4.3' 'linux-headers<4.4'
+makedepends=('linux>=4.2' 'linux<4.3'
+ 'linux-headers>=4.2' 'linux-headers<4.3'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.3-ARCH
+_extramodules=extramodules-4.2-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -33,7 +33,7 @@
 package_virtualbox-host-modules(){
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.3' 'linux<4.4')
+  depends=('linux>=4.2' 'linux<4.3')
   replaces=('virtualbox-modules')
   conflicts=('virtualbox-modules')
   install=virtualbox-host-modules.install
@@ -48,7 +48,7 @@
   _kernver="$(cat 

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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 20:40:22
  Author: arodseth
Revision: 147394

upgpkg: geany 1.26-1

Modified:
  geany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 15:15:12 UTC (rev 147393)
+++ PKGBUILD2015-11-22 19:40:22 UTC (rev 147394)
@@ -6,7 +6,7 @@
 # Contributor: Allan McRae 
 
 pkgname=geany
-pkgver=1.25
+pkgver=1.26
 pkgrel=1
 pkgdesc='Fast and lightweight IDE'
 arch=('x86_64' 'i686')
@@ -19,7 +19,7 @@
 'python2')
 install="$pkgname.install"
 source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef')
+sha256sums=('e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -45,5 +45,5 @@
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# getver: geany.org/Download/Releases
+# getver: -u 7 geany.org/Documentation/ReleaseNotes
 # vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 20:40:40
  Author: arodseth
Revision: 147395

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

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

+
 /PKGBUILD  |   98 +++
 /geany.install |   28 +++
 community-i686/PKGBUILD|   49 ---
 community-i686/geany.install   |   14 -
 community-x86_64/PKGBUILD  |   49 ---
 community-x86_64/geany.install |   14 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 19:40:22 UTC (rev 147394)
+++ community-i686/PKGBUILD 2015-11-22 19:40:40 UTC (rev 147395)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel Velasquez  
-# Contributor: Ionut Biru  
-# Contributor: William Rea 
-# Contributor: Allan McRae 
-
-pkgname=geany
-pkgver=1.25
-pkgrel=1
-pkgdesc='Fast and lightweight IDE'
-arch=('x86_64' 'i686')
-url='http://www.geany.org/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('perl-xml-parser' 'setconf' 'intltool')
-optdepends=('geany-plugins: various extra features'
-'vte: terminal support'
-'python2')
-install="$pkgname.install"
-source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # Python2 fix
-   sed -i '0,/on/s//on2/' data/templates/files/main.py
-
-  # Syntax highlighting for PKGBUILD files
-  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-
-  # Fix for FS#10318
-  setconf geany.desktop MimeType ''
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: geany.org/Download/Releases
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/PKGBUILD (from rev 147394, 
geany/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 19:40:40 UTC (rev 147395)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel Velasquez  
+# Contributor: Ionut Biru  
+# Contributor: William Rea 
+# Contributor: Allan McRae 
+
+pkgname=geany
+pkgver=1.26
+pkgrel=1
+pkgdesc='Fast and lightweight IDE'
+arch=('x86_64' 'i686')
+url='http://www.geany.org/'
+license=('GPL')
+depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('perl-xml-parser' 'setconf' 'intltool')
+optdepends=('geany-plugins: various extra features'
+'vte: terminal support'
+'python2')
+install="$pkgname.install"
+source=("http://download.geany.org/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # Python2 fix
+   sed -i '0,/on/s//on2/' data/templates/files/main.py
+
+  # Syntax highlighting for PKGBUILD files
+  sed -i 's/Sh=/Sh=PKGBUILD;/' data/filetype_extensions.conf
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+
+  # Fix for FS#10318
+  setconf geany.desktop MimeType ''
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 7 geany.org/Documentation/ReleaseNotes
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany.install
===
--- community-i686/geany.install2015-11-22 19:40:22 UTC (rev 147394)
+++ community-i686/geany.install2015-11-22 19:40:40 UTC (rev 147395)
@@ -1,14 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany/repos/community-i686/geany.install (from rev 147394, 
geany/trunk/geany.install)
===
--- 

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

2015-11-22 Thread Levente Polyak
Date: Sunday, November 22, 2015 @ 20:43:26
  Author: anthraxx
Revision: 147397

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 19:43:16 UTC (rev 147396)
+++ community-i686/PKGBUILD 2015-11-22 19:43:26 UTC (rev 147397)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.6.8
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 147396, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 19:43:26 UTC (rev 147397)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.6.8
+pkgrel=2
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist "${pkgdir}"/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 19:43:16 UTC (rev 147396)
+++ community-x86_64/PKGBUILD   2015-11-22 19:43:26 UTC (rev 147397)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.6.8
-pkgrel=1
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::http://ncmpcpp.rybczak.net/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e474bd4122212c34d7043adf7b68aeaaa2e9b5a999840b7e8632d251bdab17f5314fca03bdf2b8eee5de2572d3e5c602d87a1f89889ab7c747321e4272f63ebc')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \

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

2015-11-22 Thread Levente Polyak
Date: Sunday, November 22, 2015 @ 20:43:16
  Author: anthraxx
Revision: 147396

upgpkg: ncmpcpp 0.6.8-2

libtag rebuild

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 19:40:40 UTC (rev 147395)
+++ PKGBUILD2015-11-22 19:43:16 UTC (rev 147396)
@@ -6,7 +6,7 @@
 
 pkgname=ncmpcpp
 pkgver=0.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 20:51:15
  Author: arodseth
Revision: 147399

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 147398, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
(from rev 147398, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-i686/libgit2-0.23.patch
(from rev 147398, geany-plugins/trunk/libgit2-0.23.patch)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 147398, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
(from rev 147398, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-x86_64/libgit2-0.23.patch
(from rev 147398, geany-plugins/trunk/libgit2-0.23.patch)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-i686/libgit2-0.23.patch
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install
  geany-plugins/repos/community-x86_64/libgit2-0.23.patch

+
 /PKGBUILD  |   72 +++
 /geany-plugins.install |   28 
 /libgit2-0.23.patch|   24 ++
 community-i686/PKGBUILD|   43 --
 community-i686/geany-plugins.install   |   14 --
 community-i686/libgit2-0.23.patch  |   12 -
 community-x86_64/PKGBUILD  |   43 --
 community-x86_64/geany-plugins.install |   14 --
 community-x86_64/libgit2-0.23.patch|   12 -
 9 files changed, 124 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 19:50:58 UTC (rev 147398)
+++ community-i686/PKGBUILD 2015-11-22 19:51:15 UTC (rev 147399)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Angel 'angvp' Velasquez   
-# Contributor: djgera
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.25
-pkgrel=3
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
-'libgit2-0.23.patch')
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
-'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../libgit2-0.23.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib
-  make 
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 147398, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 19:51:15 UTC (rev 147399)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.26
+pkgrel=1
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2015-11-22 19:50:58 UTC (rev 
147398)
+++ 

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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 20:50:58
  Author: arodseth
Revision: 147398

upgpkg: geany-plugins 1.26-1

Modified:
  geany-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 19:43:26 UTC (rev 147397)
+++ PKGBUILD2015-11-22 19:50:58 UTC (rev 147398)
@@ -5,8 +5,8 @@
 # Contributor: Patrick Melo 
 
 pkgname=geany-plugins
-pkgver=1.25
-pkgrel=3
+pkgver=1.26
+pkgrel=1
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -16,16 +16,9 @@
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
 install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;
-'libgit2-0.23.patch')
-sha256sums=('5c13ac1e173284462248ed2faae389a72364c5aa1538de628d2aaa7d286e244b'
-'2af198f08efd247f9c6cfa94e8d9836dbb1d6e3c74fbad8decba0c051c1473db')
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('b6ea0795da34e05f245c48b8868c023814c82f71aeb05ddd4b8e3a73a976e1bd')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -p1 -i ../libgit2-0.23.patch
-}
-
 build() {
   cd "$pkgname-$pkgver"
 
@@ -39,5 +32,5 @@
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# getver: -u=6 
https://raw.githubusercontent.com/geany/geany-plugins/master/NEWS
+# getver: -u 6 raw.githubusercontent.com/geany/geany-plugins/master/NEWS
 # vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:00:54
  Author: arodseth
Revision: 147401

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

Added:
  tint2/repos/community-i686/PKGBUILD
(from rev 147400, tint2/trunk/PKGBUILD)
  tint2/repos/community-i686/zombie-fix.patch
(from rev 147400, tint2/trunk/zombie-fix.patch)
  tint2/repos/community-x86_64/PKGBUILD
(from rev 147400, tint2/trunk/PKGBUILD)
  tint2/repos/community-x86_64/zombie-fix.patch
(from rev 147400, tint2/trunk/zombie-fix.patch)
Deleted:
  tint2/repos/community-i686/PKGBUILD
  tint2/repos/community-i686/zombie-fix.patch
  tint2/repos/community-x86_64/PKGBUILD
  tint2/repos/community-x86_64/zombie-fix.patch

---+
 /PKGBUILD |   96 
 /zombie-fix.patch |   66 
 community-i686/PKGBUILD   |   47 -
 community-i686/zombie-fix.patch   |   33 
 community-x86_64/PKGBUILD |   47 -
 community-x86_64/zombie-fix.patch |   33 
 6 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 20:00:40 UTC (rev 147400)
+++ community-i686/PKGBUILD 2015-11-22 20:00:54 UTC (rev 147401)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
-
-pkgname=tint2
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-conflicts=('ttm-svn')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
-'zombie-fix.patch')
-sha256sums=('65dbc8e43fdf6d89ce42bc8bbd65a52d103dbd7f94da5f629de86ced22e640ec'
-'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
-
-prepare() {
-  cd "$pkgname.git"
-
-  # Applying all available patches
-  for f in ../*.patch; do
-echo -e "--- ${f##*/} ---"
-patch -Np1 -i $f && echo "${f##*/} OK!" || echo "${f##*/} FAILED!"
-  done
-}
-
-build() {
-  cd "$pkgname.git"
-
-  # Generating Ninja project files
-  mkdir -p build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
-
-  # Compiling
-  ninja 
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname.git/build" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tint2/repos/community-i686/PKGBUILD (from rev 147400, 
tint2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 20:00:54 UTC (rev 147401)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
+
+pkgname=tint2
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64' 'i686')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')
+conflicts=('ttm-svn')
+depends=('gtk2' 'imlib2' 'startup-notification')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja')
+source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
+'zombie-fix.patch')
+sha256sums=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36'
+'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
+
+prepare() {
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  cd "$pkgname"
+
+  # Applying all available patches
+  for f in ../*.patch; do
+echo -e "--- ${f##*/} ---"
+patch -Np1 -i $f && echo "${f##*/} OK!" || echo "${f##*/} FAILED!"
+  done
+}
+
+build() {
+  cd "$pkgname"
+
+  # Generating Ninja project files
+  mkdir -p build && cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
+
+  # Compiling
+  ninja 
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/zombie-fix.patch
===
--- community-i686/zombie-fix.patch 2015-11-22 20:00:40 UTC (rev 147400)
+++ community-i686/zombie-fix.patch 2015-11-22 20:00:54 UTC (rev 147401)
@@ -1,33 +0,0 @@
-http://code.google.com/p/tint2/issues/detail?id=430
-Submitted By: David B. Cortarello (Nomius) 
-Date: 18-05-2013
-Initial Package Version: subversion trunk (revision 652)
-Description: Fix zombie (defunct) processes created in 

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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:00:40
  Author: arodseth
Revision: 147400

upgpkg: tint2 0.12.3-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 19:51:15 UTC (rev 147399)
+++ PKGBUILD2015-11-22 20:00:40 UTC (rev 147400)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann< stefan-husm...@t-online.de>
 
 pkgname=tint2
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -16,11 +16,12 @@
 makedepends=('cmake' 'startup-notification' 'git' 'ninja')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
 'zombie-fix.patch')
-sha256sums=('65dbc8e43fdf6d89ce42bc8bbd65a52d103dbd7f94da5f629de86ced22e640ec'
+sha256sums=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36'
 'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
 
 prepare() {
-  cd "$pkgname.git"
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  cd "$pkgname"
 
   # Applying all available patches
   for f in ../*.patch; do
@@ -30,7 +31,7 @@
 }
 
 build() {
-  cd "$pkgname.git"
+  cd "$pkgname"
 
   # Generating Ninja project files
   mkdir -p build && cd build
@@ -41,7 +42,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname.git/build" install
+  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:08:12
  Author: arodseth
Revision: 147403

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 20:07:57 UTC (rev 147402)
+++ community-i686/PKGBUILD 2015-11-22 20:08:12 UTC (rev 147403)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: Jochem Kossen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=scite
-pkgver=3.6.1
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('bdffdc28c501dbb5e3dc6cbfe3808da2d574df983790c6ddfc2643040023a010')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
-"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
-"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
-}
-
-build() {
-  make -C "scintilla/gtk"
-  make -C "$pkgname/gtk"
-}
-
-package() {
-  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
-  install -Dm644 "scintilla/License.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla"
-  ln -sf "/usr/bin/SciTE" "$pkgdir/usr/bin/scite"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 147402, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 20:08:12 UTC (rev 147403)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: Jochem Kossen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=scite
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('6530d0d86c72485b815663e3b2c2987d59779340a71632ed8bb97a43530737a3')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+"-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+"-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)"
+}
+
+build() {
+  make -C "scintilla/gtk"
+  make -C "$pkgname/gtk"
+}
+
+package() {
+  make -C "$pkgname/gtk" DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/License.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite"
+  install -Dm644 

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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:07:57
  Author: arodseth
Revision: 147402

upgpkg: scite 3.6.2-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 20:00:54 UTC (rev 147401)
+++ PKGBUILD2015-11-22 20:07:57 UTC (rev 147402)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('bdffdc28c501dbb5e3dc6cbfe3808da2d574df983790c6ddfc2643040023a010')
+sha256sums=('6530d0d86c72485b815663e3b2c2987d59779340a71632ed8bb97a43530737a3')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then


[arch-commits] Commit in kaccounts-providers/kde-unstable (PKGBUILD)

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 19:32:26
  Author: arojas
Revision: 251890

Fix plugin install dir

Modified:
  kaccounts-providers/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 16:12:43 UTC (rev 251889)
+++ PKGBUILD2015-11-22 18:32:26 UTC (rev 251890)
@@ -3,7 +3,7 @@
 
 pkgname=kaccounts-providers
 pkgver=15.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
 Jabber and others'
 arch=('i686' 'x86_64')
@@ -25,7 +25,8 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 


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

2015-11-22 Thread Antonio Rojas
Date: Sunday, November 22, 2015 @ 19:33:41
  Author: arojas
Revision: 251891

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

Added:
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
(from rev 251890, kaccounts-providers/kde-unstable/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install
(from rev 251890, 
kaccounts-providers/kde-unstable/kaccounts-providers.install)
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251890, kaccounts-providers/kde-unstable/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-x86_64/kaccounts-providers.install
(from rev 251890, 
kaccounts-providers/kde-unstable/kaccounts-providers.install)
Deleted:
  kaccounts-providers/repos/kde-unstable-i686/PKGBUILD
  kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
  kaccounts-providers/repos/kde-unstable-x86_64/kaccounts-providers.install

-+
 /PKGBUILD   |   72 ++
 /kaccounts-providers.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   35 --
 kde-unstable-i686/kaccounts-providers.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD|   35 --
 kde-unstable-x86_64/kaccounts-providers.install |   11 ---
 6 files changed, 94 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-11-22 18:32:26 UTC (rev 251890)
+++ kde-unstable-i686/PKGBUILD  2015-11-22 18:33:41 UTC (rev 251891)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kaccounts-providers
-pkgver=15.11.80
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('e97a242d06e5f6657975afc65d79d7f0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/kde-unstable-i686/PKGBUILD (from rev 251890, 
kaccounts-providers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-22 18:33:41 UTC (rev 251891)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kaccounts-providers
+pkgver=15.11.80
+pkgrel=2
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('e97a242d06e5f6657975afc65d79d7f0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kaccounts-providers.install
===
--- kde-unstable-i686/kaccounts-providers.install   2015-11-22 18:32:26 UTC 
(rev 251890)
+++ kde-unstable-i686/kaccounts-providers.install   2015-11-22 18:33:41 UTC 
(rev 251891)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kaccounts-providers/repos/kde-unstable-i686/kaccounts-providers.install 
(from rev 251890, kaccounts-providers/kde-unstable/kaccounts-providers.install)
===
--- kde-unstable-i686/kaccounts-providers.install   
(rev 0)
+++ kde-unstable-i686/kaccounts-providers.install   2015-11-22 18:33:41 UTC 
(rev 

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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:37:10
  Author: arodseth
Revision: 147404

upgpkg: gtksourceviewmm 3.18.1-1

Modified:
  gtksourceviewmm/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 20:08:12 UTC (rev 147403)
+++ PKGBUILD2015-11-22 20:37:10 UTC (rev 147404)
@@ -3,25 +3,27 @@
 # Contributor: Ionut Biru 
 
 pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=4
+pkgver=3.18.1
+pkgrel=1
 pkgdesc='C++ bindings for the gtksourceview library'
 arch=('x86_64' 'i686')
 url='http://projects.gnome.org/gtksourceviewmm/'
 license=('LGPL2.1')
 depends=('gtkmm3' 'gtksourceview3')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
+makedepends=('intltool')
+source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
+sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${pkgname%mm}-$pkgver"
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
 }
 
+# getver: developer.gnome.org/gtksourceview/stable/
 # vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:37:23
  Author: arodseth
Revision: 147405

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   27 
 community-x86_64/PKGBUILD |   27 
 3 files changed, 58 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 20:37:10 UTC (rev 147404)
+++ community-i686/PKGBUILD 2015-11-22 20:37:23 UTC (rev 147405)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=4
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-i686/PKGBUILD (from rev 147404, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 20:37:23 UTC (rev 147405)
@@ -0,0 +1,29 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.18.1
+pkgrel=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+makedepends=('intltool')
+source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
+sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+
+build() {
+  cd "${pkgname%mm}-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: developer.gnome.org/gtksourceview/stable/
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 20:37:10 UTC (rev 147404)
+++ community-x86_64/PKGBUILD   2015-11-22 20:37:23 UTC (rev 147405)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=4
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-x86_64/PKGBUILD (from rev 147404, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-22 20:37:23 UTC (rev 147405)
@@ -0,0 +1,29 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.18.1
+pkgrel=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+makedepends=('intltool')
+source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
+sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+
+build() {
+  cd "${pkgname%mm}-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: developer.gnome.org/gtksourceview/stable/
+# vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:42:10
  Author: arodseth
Revision: 147407

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 20:41:57 UTC (rev 147406)
+++ community-i686/PKGBUILD 2015-11-22 20:42:10 UTC (rev 147407)
@@ -1,29 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.18.1
-pkgrel=1
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
-
-build() {
-  cd "${pkgname%mm}-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: developer.gnome.org/gtksourceview/stable/
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-i686/PKGBUILD (from rev 147406, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 20:42:10 UTC (rev 147407)
@@ -0,0 +1,30 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.18.1
+pkgrel=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3')
+conflicts=('gtksourceview3')
+makedepends=('intltool')
+source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
+sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+
+build() {
+  cd "${pkgname%mm}-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: developer.gnome.org/gtksourceview/stable/
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 20:41:57 UTC (rev 147406)
+++ community-x86_64/PKGBUILD   2015-11-22 20:42:10 UTC (rev 147407)
@@ -1,29 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.18.1
-pkgrel=1
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
-
-build() {
-  cd "${pkgname%mm}-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: developer.gnome.org/gtksourceview/stable/
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-x86_64/PKGBUILD (from rev 147406, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-22 20:42:10 UTC (rev 147407)
@@ -0,0 +1,30 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.18.1
+pkgrel=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3')
+conflicts=('gtksourceview3')
+makedepends=('intltool')
+source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
+sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+
+build() {
+  cd "${pkgname%mm}-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make 

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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:41:57
  Author: arodseth
Revision: 147406

upgpkg: gtksourceviewmm 3.18.1-1

Modified:
  gtksourceviewmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 20:37:23 UTC (rev 147405)
+++ PKGBUILD2015-11-22 20:41:57 UTC (rev 147406)
@@ -9,7 +9,8 @@
 arch=('x86_64' 'i686')
 url='http://projects.gnome.org/gtksourceviewmm/'
 license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
+depends=('gtkmm3')
+conflicts=('gtksourceview3')
 makedepends=('intltool')
 
source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
 sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:51:50
  Author: arodseth
Revision: 147408

upgpkg: nemiver 0.9.6-2

Modified:
  nemiver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 20:42:10 UTC (rev 147407)
+++ PKGBUILD2015-11-22 20:51:50 UTC (rev 147408)
@@ -4,7 +4,7 @@
 
 pkgname=nemiver
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='C/C++ debugger for GNOME'
 arch=('x86_64' 'i686')
 license=('GPL')


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:52:02
  Author: arodseth
Revision: 147409

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

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

--+
 /PKGBUILD|   98 +
 /nemiver.install |   28 ++
 community-i686/PKGBUILD  |   49 --
 community-i686/nemiver.install   |   14 -
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/nemiver.install |   14 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 20:51:50 UTC (rev 147408)
+++ community-i686/PKGBUILD 2015-11-22 20:52:02 UTC (rev 147409)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: jordz 
-
-pkgname=nemiver
-pkgver=0.9.6
-pkgrel=1
-pkgdesc='C/C++ debugger for GNOME'
-arch=('x86_64' 'i686')
-license=('GPL')
-url='http://www.gnome.org/projects/nemiver/'
-install="$pkgname.install"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
-makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
-source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
-options=('!emptydirs')
-sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-static \
---with-boost \
---disable-scrollkeeper \
---enable-symsvis=yes \
---enable-memoryview=yes \
---enable-gsettings=yes \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# getver: git.gnome.org/browse/nemiver/plain/configure.ac
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/PKGBUILD (from rev 147408, 
nemiver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 20:52:02 UTC (rev 147409)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: jordz 
+
+pkgname=nemiver
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='C/C++ debugger for GNOME'
+arch=('x86_64' 'i686')
+license=('GPL')
+url='http://www.gnome.org/projects/nemiver/'
+install="$pkgname.install"
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 
'gsettings-desktop-schemas')
+makedepends=('boost' 'intltool' 'itstool' 'gconf' 'gnome-common' 'yelp-tools')
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz;)
+options=('!emptydirs')
+sha256sums=('85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-static \
+--with-boost \
+--disable-scrollkeeper \
+--enable-symsvis=yes \
+--enable-memoryview=yes \
+--enable-gsettings=yes \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# getver: git.gnome.org/browse/nemiver/plain/configure.ac
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nemiver.install
===
--- community-i686/nemiver.install  2015-11-22 20:51:50 UTC (rev 147408)
+++ community-i686/nemiver.install  2015-11-22 20:52:02 UTC (rev 147409)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nemiver/repos/community-i686/nemiver.install (from rev 147408, 
nemiver/trunk/nemiver.install)
===
--- community-i686/nemiver.install   

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

2015-11-22 Thread Jaroslav Lichtblau
Date: Sunday, November 22, 2015 @ 22:00:53
  Author: jlichtblau
Revision: 147410

upgpkg: syncthing 0.12.4-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 20:52:02 UTC (rev 147409)
+++ PKGBUILD2015-11-22 21:00:53 UTC (rev 147410)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2015-11-22 Thread Jaroslav Lichtblau
Date: Sunday, November 22, 2015 @ 22:01:16
  Author: jlichtblau
Revision: 147411

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

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

+
 /PKGBUILD  |  132 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   66 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 21:00:53 UTC (rev 147410)
+++ community-i686/PKGBUILD 2015-11-22 21:01:16 UTC (rev 147411)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 147410, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 21:01:16 UTC (rev 147411)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.4
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 

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

2015-11-22 Thread Jan Steffens
Date: Sunday, November 22, 2015 @ 22:48:31
  Author: heftig
Revision: 147413

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-22 21:47:24 UTC (rev 147412)
+++ community-i686/PKGBUILD 2015-11-22 21:48:31 UTC (rev 147413)
@@ -1,30 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.18.1
-pkgrel=1
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3')
-conflicts=('gtksourceview3')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
-
-build() {
-  cd "${pkgname%mm}-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: developer.gnome.org/gtksourceview/stable/
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-i686/PKGBUILD (from rev 147412, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-22 21:48:31 UTC (rev 147413)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.18.0
+pkgrel=1
+epoch=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-22 21:47:24 UTC (rev 147412)
+++ community-x86_64/PKGBUILD   2015-11-22 21:48:31 UTC (rev 147413)
@@ -1,30 +0,0 @@
-#$Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceviewmm
-pkgver=3.18.1
-pkgrel=1
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3')
-conflicts=('gtksourceview3')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
-
-build() {
-  cd "${pkgname%mm}-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: developer.gnome.org/gtksourceview/stable/
-# vim:set ts=2 sw=2 et:

Copied: gtksourceviewmm/repos/community-x86_64/PKGBUILD (from rev 147412, 
gtksourceviewmm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-22 21:48:31 UTC (rev 147413)
@@ -0,0 +1,28 @@
+#$Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceviewmm
+pkgver=3.18.0
+pkgrel=1
+epoch=1
+pkgdesc='C++ bindings for the gtksourceview library'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtksourceviewmm/'
+license=('LGPL2.1')
+depends=('gtkmm3' 'gtksourceview3')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-11-22 Thread Jan Steffens
Date: Sunday, November 22, 2015 @ 22:47:24
  Author: heftig
Revision: 147412

Actually package the right library again

Modified:
  gtksourceviewmm/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 21:01:16 UTC (rev 147411)
+++ PKGBUILD2015-11-22 21:47:24 UTC (rev 147412)
@@ -3,20 +3,19 @@
 # Contributor: Ionut Biru 
 
 pkgname=gtksourceviewmm
-pkgver=3.18.1
+pkgver=3.18.0
 pkgrel=1
+epoch=1
 pkgdesc='C++ bindings for the gtksourceview library'
 arch=('x86_64' 'i686')
 url='http://projects.gnome.org/gtksourceviewmm/'
 license=('LGPL2.1')
-depends=('gtkmm3')
-conflicts=('gtksourceview3')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz;)
-sha256sums=('7be95faf068b9f0ac7540cc1e8d607baa98a482850ef11a6471b53c9327aede6')
+depends=('gtkmm3' 'gtksourceview3')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('51081ae3d37975dae33d3f6a40621d85cb68f4b36ae3835eec1513482aacfb39')
 
 build() {
-  cd "${pkgname%mm}-$pkgver"
+  cd "$pkgname-$pkgver"
 
   ./configure --prefix=/usr
   make
@@ -23,8 +22,7 @@
 }
 
 package() {
-  make -C "${pkgname%mm}-$pkgver" DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
-# getver: developer.gnome.org/gtksourceview/stable/
 # vim:set ts=2 sw=2 et: