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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 17:19:09
  Author: allan
Revision: 253965

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

Added:
  kdetoys-ktux/repos/staging-i686/
  kdetoys-ktux/repos/staging-i686/PKGBUILD
(from rev 253964, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/staging-i686/kdetoys-ktux.install
(from rev 253964, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/staging-x86_64/
  kdetoys-ktux/repos/staging-x86_64/PKGBUILD
(from rev 253964, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/staging-x86_64/kdetoys-ktux.install
(from rev 253964, kdetoys-ktux/trunk/kdetoys-ktux.install)

-+
 staging-i686/PKGBUILD   |   32 
 staging-i686/kdetoys-ktux.install   |   11 +++
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/kdetoys-ktux.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdetoys-ktux/repos/staging-i686/PKGBUILD (from rev 253964, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:19:09 UTC (rev 253965)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdetoys-ktux
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz";)
+sha1sums=('28022db9913b10b15de519f1e40a759d9d0518ba')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/staging-i686/kdetoys-ktux.install (from rev 253964, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- staging-i686/kdetoys-ktux.install   (rev 0)
+++ staging-i686/kdetoys-ktux.install   2015-12-08 16:19:09 UTC (rev 253965)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-ktux/repos/staging-x86_64/PKGBUILD (from rev 253964, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 16:19:09 UTC (rev 253965)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdetoys-ktux
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz";)
+sha1sums=('28022db9913b10b15de519f1e40a759d9d0518ba')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdetoys-ktux/repos/staging-x86_64/kdetoys-ktux.install (from rev 
253964, kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- staging-x86_64/kdetoys-ktux.install (rev 0)
+++ staging-x86_64/kdetoys-ktux.install 2015-12-08 16:19:09 UTC (rev 253965)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:19:31
  Author: bpiotrowski
Revision: 253966

C++11 ABI rebuild

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:19:09 UTC (rev 253965)
+++ PKGBUILD2015-12-08 16:19:31 UTC (rev 253966)
@@ -15,7 +15,7 @@
 'dolphinpart4'
 'kde-templates')
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:19:42
  Author: bpiotrowski
Revision: 253967

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 253966, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 253966, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 253966, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 253966, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 253966, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 253966, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  142 +
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  142 +
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 6 files changed, 330 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 253966, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:19:42 UTC (rev 253967)
@@ -0,0 +1,142 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdebase
+pkgname=('kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+ 'kdebase-plasma'
+'dolphinpart4'
+'kde-templates')
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidyhtml')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
+sha1sums=('8bfb48e04366f7db8806de1bd05fdfe1323187de')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-kdepasswd() {
+  pkgdesc='Change Password'
+  depends=('kdebase-runtime' 'kdebase-lib')
+
+  cd "$srcdir"/build/kdepasswd
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/doc/kdepasswd
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-kdialog() {
+  pkgdesc='A utility for displaying dialog boxes from shell scripts'
+  depends=('kdebase-runtime')
+
+  cd "$srcdir"/build/kdialog
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-keditbookmarks() {
+  pkgdesc='Bookmark Organizer and Editor'
+  depends=('kdebase-runtime')
+
+  cd "$srcdir"/build/keditbookmarks
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-kfind() {
+  pkgdesc='Find Files/Folders'
+  depends=('kdebase-runtime' 'kdebase-lib')
+  url="http://kde.org/applications/utilities/kfind/";
+  install='kdebase.install'
+
+  cd "$srcdir"/build/kfind
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/doc/kfind
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-konq-plugins() {
+  pkgdesc='Extra plugins for Konqueror'
+  depends=('kdebase-konqueror' 'tidyhtml')
+  replaces=('konq-plugins')
+  install='kdebase.install'
+
+  cd "$srcdir"/build/konq-plugins
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-konqueror() {
+  pkgdesc='KDE File Manager & Web Browser'
+  depends=('dolphinpart4' 'kdebase-keditbookmarks')
+  optdepends=('kwebkitpart: to enable webkit engine')
+  url="http://kde.org/applications/internet/konqueror/";
+  install='kdebase-konqueror.install'
+  conflicts=('kdebase-nsplugins')
+  replaces=('kdebase-nsplugins')
+
+  for i in konqueror doc/konqueror nsplugins; do
+cd "$srcdir"/build/${i}
+make DESTDIR="$pkgdir" install
+  done
+}
+
+package_kdebase-lib() {
+  pkgdesc='KDE libraries for the basic desktop applications'
+  groups=()
+  depends=('kdelibs' 'kde-templates')
+
+  cd "$srcdir"/build/lib
+  make DESTDIR="$pkgdir" install
+
+# Provided by kde-templates
+  rm -r "$pkgdir"/usr/share/templates
+}
+
+package_kdebase-plasma() {
+  pkgdesc='Display the contents of folders (User´s home folder as default)'
+  depends=('kdebase-workspace' 'kdebase-lib')
+  groups=()
+
+  cd "$srcdir"/build/plasma
+  make DESTDIR="$pkgdir" install
+}
+
+package_dolphinpart4() {
+  pkgdesc='KDE4 Dolphin KPart'
+  depends=('libkactivities4' 'kdebase-lib')
+  conflicts=('kdebase-dolphin')
+  provides=('kdebase-dolphin')
+  groups=()
+
+  cd "$srcdir"/build/dolphin
+  make 

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

2015-12-08 Thread Jaroslav Lichtblau
Date: Tuesday, December 8, 2015 @ 17:20:24
  Author: jlichtblau
Revision: 150339

upgpkg: colordiff 1.0.16-1 - new upstream release

Modified:
  colordiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 15:09:03 UTC (rev 150338)
+++ PKGBUILD2015-12-08 16:20:24 UTC (rev 150339)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=colordiff
-pkgver=1.0.15
+pkgver=1.0.16
 pkgrel=1
 pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl' 'diffutils')
 backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
 source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('595ee4e9796ba02fad0b181e21df3ee34ae71d1611e301e146c0bf00c5269d45'
+sha256sums=('eaf1cfe17dd0e820d38a0b24b0a402eba68b32e9bf9e7791ca2d1831029f138b'
 'SKIP')
 validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

 


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:20:35
  Author: foutrelis
Revision: 253969

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

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

-+
 staging-i686/PKGBUILD   |   41 ++
 staging-i686/kdevelop.install   |   13 
 staging-x86_64/PKGBUILD |   41 ++
 staging-x86_64/kdevelop.install |   13 
 4 files changed, 108 insertions(+)

Copied: kdevelop/repos/staging-i686/PKGBUILD (from rev 253968, 
kdevelop/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:20:35 UTC (rev 253969)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.7.2
+pkgrel=3
+pkgdesc='A C/C++ development environment for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
+makedepends=('cmake' 'automoc4' 'oktetapart4')
+optdepends=('oktetapart4: hex editor integration'
+'konsolepart4: embedded terminal'
+'git: Git support'
+'subversion: SVN support'
+'cvs: Concurrent Versions System support'
+'gdb: GNU Debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop/repos/staging-i686/kdevelop.install (from rev 253968, 
kdevelop/trunk/kdevelop.install)
===
--- staging-i686/kdevelop.install   (rev 0)
+++ staging-i686/kdevelop.install   2015-12-08 16:20:35 UTC (rev 253969)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime  &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 253968, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 16:20:35 UTC (rev 253969)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.7.2
+pkgrel=3
+pkgdesc='A C/C++ development environment for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdebase-runtime' 'kdevplatform' 'katepart4')
+makedepends=('cmake' 'automoc4' 'oktetapart4')
+optdepends=('oktetapart4: hex editor integration'
+'konsolepart4: embedded terminal'
+'git: Git support'
+'subversion: SVN support'
+'cvs: Concurrent Versions System support'
+'gdb: GNU Debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c377eff02c2fe39aef3d49122af57c97ad7e930a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop/repos/staging-x86_64/kdevelop.install (from rev 253968, 
kdevelop/trunk/kdevelop.install)
===
--- staging-x86_64/kdevelop.install (rev 0)
+++ staging-x86_64/kdevelop.install 2015-12-08 16:20:35 UTC (rev 253969)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime  &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_ins

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

2015-12-08 Thread Jaroslav Lichtblau
Date: Tuesday, December 8, 2015 @ 17:20:52
  Author: jlichtblau
Revision: 150340

archrelease: copy trunk to community-any

Added:
  colordiff/repos/community-any/PKGBUILD
(from rev 150339, colordiff/trunk/PKGBUILD)
Deleted:
  colordiff/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-08 16:20:24 UTC (rev 150339)
+++ PKGBUILD2015-12-08 16:20:52 UTC (rev 150340)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=colordiff
-pkgver=1.0.15
-pkgrel=1
-pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
-arch=('any')
-url="http://www.colordiff.org/";
-license=('GPL')
-depends=('perl' 'diffutils')
-backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
-source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('595ee4e9796ba02fad0b181e21df3ee34ae71d1611e301e146c0bf00c5269d45'
-'SKIP')
-validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
-  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
-}

Copied: colordiff/repos/community-any/PKGBUILD (from rev 150339, 
colordiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-08 16:20:52 UTC (rev 150340)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=colordiff
+pkgver=1.0.16
+pkgrel=1
+pkgdesc="A Perl script wrapper for 'diff' that produces the same output but 
with pretty 'syntax' highlighting"
+arch=('any')
+url="http://www.colordiff.org/";
+license=('GPL')
+depends=('perl' 'diffutils')
+backup=('etc/colordiffrc' 'etc/colordiffrc-lightbg')
+source=(http://www.colordiff.org/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('eaf1cfe17dd0e820d38a0b24b0a402eba68b32e9bf9e7791ca2d1831029f138b'
+'SKIP')
+validpgpkeys=('CF3A93EF01E616C5AE7A1D2745E1E473378BB197') #Dave Ewart 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" INSTALL_DIR=/usr/bin MAN_DIR=/usr/share/man/man1 
install
+  install -m644 colordiffrc-lightbg "${pkgdir}/etc/colordiffrc-lightbg"
+}


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:20:26
  Author: foutrelis
Revision: 253968

C++11 ABI rebuild

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:19:42 UTC (rev 253967)
+++ PKGBUILD2015-12-08 16:20:26 UTC (rev 253968)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A C/C++ development environment for KDE'
 arch=('i686' 'x86_64')
 url='http://www.kdevelop.org/'


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:22:10
  Author: foutrelis
Revision: 253970

C++11 ABI rebuild

Modified:
  kmenuedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:20:35 UTC (rev 253969)
+++ PKGBUILD2015-12-08 16:22:10 UTC (rev 253970)
@@ -5,7 +5,7 @@
 
 pkgname=kmenuedit
 pkgver=5.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE menu editor'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kmenuedit'


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:22:20
  Author: foutrelis
Revision: 253971

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

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

--+
 staging-i686/PKGBUILD|   39 +
 staging-i686/kmenuedit.install   |   12 +++
 staging-x86_64/PKGBUILD  |   39 +
 staging-x86_64/kmenuedit.install |   12 +++
 4 files changed, 102 insertions(+)

Copied: kmenuedit/repos/staging-i686/PKGBUILD (from rev 253970, 
kmenuedit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:22:20 UTC (rev 253971)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('ac2c4e060b7217b91f15e2c853fe6e10')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmenuedit/repos/staging-i686/kmenuedit.install (from rev 253970, 
kmenuedit/trunk/kmenuedit.install)
===
--- staging-i686/kmenuedit.install  (rev 0)
+++ staging-i686/kmenuedit.install  2015-12-08 16:22:20 UTC (rev 253971)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kmenuedit/repos/staging-x86_64/PKGBUILD (from rev 253970, 
kmenuedit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 16:22:20 UTC (rev 253971)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('ac2c4e060b7217b91f15e2c853fe6e10')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmenuedit/repos/staging-x86_64/kmenuedit.install (from rev 253970, 
kmenuedit/trunk/kmenuedit.install)
===
--- staging-x86_64/kmenuedit.install(rev 0)
+++ staging-x86_64/kmenuedit.install2015-12-08 16:22:20 UTC (rev 253971)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 17:22:55
  Author: fyan
Revision: 253972

C++11 ABI rebuild

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:22:20 UTC (rev 253971)
+++ PKGBUILD2015-12-08 16:22:55 UTC (rev 253972)
@@ -5,7 +5,7 @@
 
 pkgname=kdepim-runtime
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'


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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 17:22:34
  Author: allan
Revision: 150341

C++11 ABI rebuild

Modified:
  kcm-touchpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:20:52 UTC (rev 150340)
+++ PKGBUILD2015-12-08 16:22:34 UTC (rev 150341)
@@ -5,7 +5,7 @@
 
 pkgname=kcm-touchpad
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KCM, daemon and applet for touchpad'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'


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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 17:23:31
  Author: allan
Revision: 150342

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

Added:
  kcm-touchpad/repos/community-staging-i686/
  kcm-touchpad/repos/community-staging-i686/PKGBUILD
(from rev 150341, kcm-touchpad/trunk/PKGBUILD)
  kcm-touchpad/repos/community-staging-i686/kcm-touchpad.install
(from rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)
  kcm-touchpad/repos/community-staging-x86_64/
  kcm-touchpad/repos/community-staging-x86_64/PKGBUILD
(from rev 150341, kcm-touchpad/trunk/PKGBUILD)
  kcm-touchpad/repos/community-staging-x86_64/kcm-touchpad.install
(from rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)

---+
 community-staging-i686/PKGBUILD   |   34 
 community-staging-i686/kcm-touchpad.install   |   11 +++
 community-staging-x86_64/PKGBUILD |   34 
 community-staging-x86_64/kcm-touchpad.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: kcm-touchpad/repos/community-staging-i686/PKGBUILD (from rev 150341, 
kcm-touchpad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 16:23:31 UTC (rev 150342)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Mezin 
+
+pkgname=kcm-touchpad
+pkgver=1.1
+pkgrel=2
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sanya-m/kcm-touchpad/archive/v${pkgver}.tar.gz";)
+md5sums=('84a107bc195a9fcf66694bf048c3dac9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcm-touchpad-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcm-touchpad/repos/community-staging-i686/kcm-touchpad.install (from 
rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)
===
--- community-staging-i686/kcm-touchpad.install (rev 0)
+++ community-staging-i686/kcm-touchpad.install 2015-12-08 16:23:31 UTC (rev 
150342)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kcm-touchpad/repos/community-staging-x86_64/PKGBUILD (from rev 150341, 
kcm-touchpad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 16:23:31 UTC (rev 150342)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Mezin 
+
+pkgname=kcm-touchpad
+pkgver=1.1
+pkgrel=2
+pkgdesc='KCM, daemon and applet for touchpad'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kcm-touchpad'
+license=('GPL')
+depends=('kdebase-workspace' 'xf86-input-synaptics')
+makedepends=('cmake' 'automoc4' 'xorg-server-devel')
+install="${pkgname}.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sanya-m/kcm-touchpad/archive/v${pkgver}.tar.gz";)
+md5sums=('84a107bc195a9fcf66694bf048c3dac9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcm-touchpad-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcm-touchpad/repos/community-staging-x86_64/kcm-touchpad.install (from 
rev 150341, kcm-touchpad/trunk/kcm-touchpad.install)
===
--- community-staging-x86_64/kcm-touchpad.install   
(rev 0)
+++ community-staging-x86_64/kcm-touchpad.install   2015-12-08 16:23:31 UTC 
(rev 150342)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:24:07
  Author: arojas
Revision: 253974

C++11 ABI rebuild

Modified:
  kile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:23:44 UTC (rev 253973)
+++ PKGBUILD2015-12-08 16:24:07 UTC (rev 253974)
@@ -4,7 +4,7 @@
 
 pkgname=kile
 pkgver=2.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
 arch=("i686" "x86_64")
 license=('GPL2')


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 17:23:44
  Author: fyan
Revision: 253973

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

Added:
  kdepim-runtime/repos/staging-i686/
  kdepim-runtime/repos/staging-i686/PKGBUILD
(from rev 253972, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/staging-i686/kdepim-runtime.install
(from rev 253972, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/staging-x86_64/
  kdepim-runtime/repos/staging-x86_64/PKGBUILD
(from rev 253972, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install
(from rev 253972, kdepim-runtime/trunk/kdepim-runtime.install)

---+
 staging-i686/PKGBUILD |   38 
 staging-i686/kdepim-runtime.install   |   13 ++
 staging-x86_64/PKGBUILD   |   38 
 staging-x86_64/kdepim-runtime.install |   13 ++
 4 files changed, 102 insertions(+)

Copied: kdepim-runtime/repos/staging-i686/PKGBUILD (from rev 253972, 
kdepim-runtime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:23:44 UTC (rev 253973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('adb9f6d9bef0a0f99ad0e236bf2e4610d02e1521')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdepim-runtime/repos/staging-i686/kdepim-runtime.install (from rev 
253972, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- staging-i686/kdepim-runtime.install (rev 0)
+++ staging-i686/kdepim-runtime.install 2015-12-08 16:23:44 UTC (rev 253973)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdepim-runtime/repos/staging-x86_64/PKGBUILD (from rev 253972, 
kdepim-runtime/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 16:23:44 UTC (rev 253973)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+sha1sums=('adb9f6d9bef0a0f99ad0e236bf2e4610d02e1521')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install (from rev 
253972, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- staging-x86_64/kdepim-runtime.install   (rev 0)
+++ staging-x86_64/kdepim-runtime.install   2015-12-08 16:23:44 UTC (rev 
253973)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:24:08
  Author: foutrelis
Revision: 150343

C++11 ABI rebuild

Modified:
  knemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:23:31 UTC (rev 150342)
+++ PKGBUILD2015-12-08 16:24:08 UTC (rev 150343)
@@ -6,7 +6,7 @@
 
 pkgname=knemo
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc="The KDE Network Monitor"
 arch=('i686' 'x86_64')
 url="http://www.kde-apps.org/content/show.php?content=12956";


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 17:24:17
  Author: foutrelis
Revision: 150344

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

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

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/knemo.install   |   11 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/knemo.install |   11 
 4 files changed, 104 insertions(+)

Copied: knemo/repos/community-staging-i686/PKGBUILD (from rev 150343, 
knemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 16:24:17 UTC (rev 150344)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.7
+pkgrel=2
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(http://kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7448d77145c82ae80bbbc6460fa108c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-i686/knemo.install (from rev 150343, 
knemo/trunk/knemo.install)
===
--- community-staging-i686/knemo.install(rev 0)
+++ community-staging-i686/knemo.install2015-12-08 16:24:17 UTC (rev 
150344)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Copied: knemo/repos/community-staging-x86_64/PKGBUILD (from rev 150343, 
knemo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 16:24:17 UTC (rev 150344)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Zamprogno 
+
+pkgname=knemo
+pkgver=0.7.7
+pkgrel=2
+pkgdesc="The KDE Network Monitor"
+arch=('i686' 'x86_64')
+url="http://www.kde-apps.org/content/show.php?content=12956";
+license=('GPL')
+depends=('kdebase-workspace' 'wireless_tools' 'iw' 'libnl' 
'gtk-update-icon-cache')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+options=('libtool')
+source=(http://kde-apps.org/CONTENT/content-files/12956-${pkgname}-${pkgver}.tar.xz)
+md5sums=('d7448d77145c82ae80bbbc6460fa108c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # remove knemo autostart
+  # rm -rf ${pkgdir}/usr/share/autostart
+}

Copied: knemo/repos/community-staging-x86_64/knemo.install (from rev 150343, 
knemo/trunk/knemo.install)
===
--- community-staging-x86_64/knemo.install  (rev 0)
+++ community-staging-x86_64/knemo.install  2015-12-08 16:24:17 UTC (rev 
150344)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:24:18
  Author: arojas
Revision: 253975

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

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

-+
 staging-i686/PKGBUILD   |   32 
 staging-i686/kile.install   |   13 +
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/kile.install |   13 +
 4 files changed, 90 insertions(+)

Copied: kile/repos/staging-i686/PKGBUILD (from rev 253974, kile/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:24:18 UTC (rev 253975)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=kile
+pkgver=2.1.3
+pkgrel=6
+pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
+arch=("i686" "x86_64")
+license=('GPL2')
+url="http://kile.sourceforge.net/";
+depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konsole: embedded terminal')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kile/repos/staging-i686/kile.install (from rev 253974, 
kile/trunk/kile.install)
===
--- staging-i686/kile.install   (rev 0)
+++ staging-i686/kile.install   2015-12-08 16:24:18 UTC (rev 253975)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kile/repos/staging-x86_64/PKGBUILD (from rev 253974, 
kile/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 16:24:18 UTC (rev 253975)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=kile
+pkgver=2.1.3
+pkgrel=6
+pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
+arch=("i686" "x86_64")
+license=('GPL2')
+url="http://kile.sourceforge.net/";
+depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konsole: embedded terminal')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kile/repos/staging-x86_64/kile.install (from rev 253974, 
kile/trunk/kile.install)
===
--- staging-x86_64/kile.install (rev 0)
+++ staging-x86_64/kile.install 2015-12-08 16:24:18 UTC (rev 253975)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:25:08
  Author: bpiotrowski
Revision: 253976

C++11 ABI rebuild

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:24:18 UTC (rev 253975)
+++ PKGBUILD2015-12-08 16:25:08 UTC (rev 253976)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:25:18
  Author: bpiotrowski
Revision: 253977

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

Added:
  ktorrent/repos/staging-i686/
  ktorrent/repos/staging-i686/PKGBUILD
(from rev 253976, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/staging-i686/kde412.patch
(from rev 253976, ktorrent/trunk/kde412.patch)
  ktorrent/repos/staging-i686/kdebug-315239.patch
(from rev 253976, ktorrent/trunk/kdebug-315239.patch)
  ktorrent/repos/staging-i686/ktorrent.install
(from rev 253976, ktorrent/trunk/ktorrent.install)
  ktorrent/repos/staging-x86_64/
  ktorrent/repos/staging-x86_64/PKGBUILD
(from rev 253976, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/staging-x86_64/kde412.patch
(from rev 253976, ktorrent/trunk/kde412.patch)
  ktorrent/repos/staging-x86_64/kdebug-315239.patch
(from rev 253976, ktorrent/trunk/kdebug-315239.patch)
  ktorrent/repos/staging-x86_64/ktorrent.install
(from rev 253976, ktorrent/trunk/ktorrent.install)

+
 staging-i686/PKGBUILD  |   42 ++
 staging-i686/kde412.patch  |   18 +
 staging-i686/kdebug-315239.patch   |   65 +++
 staging-i686/ktorrent.install  |   13 +++
 staging-x86_64/PKGBUILD|   42 ++
 staging-x86_64/kde412.patch|   18 +
 staging-x86_64/kdebug-315239.patch |   65 +++
 staging-x86_64/ktorrent.install|   13 +++
 8 files changed, 276 insertions(+)

Copied: ktorrent/repos/staging-i686/PKGBUILD (from rev 253976, 
ktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:25:18 UTC (rev 253977)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Georg Grabler 
+
+pkgname=ktorrent
+pkgver=4.3.1
+pkgrel=5
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=('i686' 'x86_64')
+url='http://ktorrent.pwsp.net/'
+license=('GPL2')
+depends=('libktorrent' 'kdebase-runtime' 'taglib')
+makedepends=('automoc4' 'cmake' 'boost' 'kdebase-workspace')
+install=${pkgname}.install
+source=("http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2";
+'kde412.patch'
+'kdebug-315239.patch')
+sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
+  'f2c0e05913b2f21b593818e2cd3547d09f86be86'
+  'd247aecbda3eef8dcb51d3db244b1c845f85')
+
+prepare() {
+   mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/kde412.patch
+  patch -p1 -i "${srcdir}"/kdebug-315239.patch
+}
+
+build() {
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: ktorrent/repos/staging-i686/kde412.patch (from rev 253976, 
ktorrent/trunk/kde412.patch)
===
--- staging-i686/kde412.patch   (rev 0)
+++ staging-i686/kde412.patch   2015-12-08 16:25:18 UTC (rev 253977)
@@ -0,0 +1,18 @@
+From: Christoph Feck 
+Date: Fri, 19 Oct 2012 08:56:22 +
+Subject: SVN_SILENT link
+X-Git-Url: 
http://quickgit.kde.org/?p=ktorrent.git&a=commitdiff&h=3ef62c439027acc0a166101419fff4bc0c69013d
+---
+SVN_SILENT link
+---
+
+
+--- a/plugins/ipfilter/tests/CMakeLists.txt
 b/plugins/ipfilter/tests/CMakeLists.txt
+@@ -1,4 +1,4 @@
+ set(ipblocklisttest_SRCS ipblocklisttest.cpp ../ipblocklist.cpp)
+ kde4_add_unit_test(ipblocklisttest TESTNAME ipblocklisttest 
${ipblocklisttest_SRCS})
+-target_link_libraries(ipblocklisttest ${QT_QTTEST_LIBRARY} ktorrent)
++target_link_libraries(ipblocklisttest ${QT_QTCORE_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} ${LIBKTORRENT_LIBRARIES})
+ 
+

Copied: ktorrent/repos/staging-i686/kdebug-315239.patch (from rev 253976, 
ktorrent/trunk/kdebug-315239.patch)
===
--- staging-i686/kdebug-315239.patch(rev 0)
+++ staging-i686/kdebug-315239.patch2015-12-08 16:25:18 UTC (rev 253977)
@@ -0,0 +1,65 @@
+commit 3dfcbeb9765e99f9b99951134b17268eb7a617d2
+Author: Joris Guisson 
+Date:   Thu Aug 1 13:19:29 2013 +0200
+
+Backport ipfilter extraction fixes from master branch to 4.3 branch
+
+BUG: 315239
+
+diff --git a/ChangeLog b/ChangeLog
+index c5ae9da..42c48ff 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,6 @@
++Changes in 4.3.2:
++- Backport ipfilter extraction fixes from master branch (315239)
++
+ Changes in 4.3.1:
+ - Fix new custom groups not appearing in add to group submenu (307230)
+ - Fix crash when right clicking on some locations in the GroupView due to 0 
pointer (307160)
+diff --git a/plugins/ipfilter/d

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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 17:25:42
  Author: fyan
Revision: 150345

C++11 ABI rebuild

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:24:17 UTC (rev 150344)
+++ PKGBUILD2015-12-08 16:25:42 UTC (rev 150345)
@@ -7,7 +7,7 @@
 
 pkgname=kphotoalbum
 pkgver=4.6.2
-pkgrel=3
+pkgrel=4
 pkgdesc="KDE Photo Album, picture collection manager"
 url="http://www.kphotoalbum.org/";
 arch=('i686' 'x86_64')


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:26:33
  Author: bpiotrowski
Revision: 150347

C++11 ABI rebuild

Modified:
  qtcurve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:26:08 UTC (rev 150346)
+++ PKGBUILD2015-12-08 16:26:33 UTC (rev 150347)
@@ -7,7 +7,7 @@
 pkgbase=qtcurve
 pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde4')
 pkgver=1.8.18
-pkgrel=3
+pkgrel=4
 pkgdesc='A configurable set of widget styles for KDE and Gtk'
 arch=('i686' 'x86_64')
 url='https://github.com/QtCurve/qtcurve'


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 17:26:08
  Author: fyan
Revision: 150346

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

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

--+
 community-staging-i686/PKGBUILD  |   40 +
 community-staging-i686/kphotoalbum.install   |   12 +++
 community-staging-x86_64/PKGBUILD|   40 +
 community-staging-x86_64/kphotoalbum.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: kphotoalbum/repos/community-staging-i686/PKGBUILD (from rev 150345, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 16:26:08 UTC (rev 150346)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Gilles CHAUVIN 
+# Contributor: Jonathan Schaeffer 
+# Contributor: chfoxli 
+
+pkgname=kphotoalbum
+pkgver=4.6.2
+pkgrel=4
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
+makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
+optdepends=('kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
+
+build() {
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kphotoalbum/repos/community-staging-i686/kphotoalbum.install (from rev 
150345, kphotoalbum/trunk/kphotoalbum.install)
===
--- community-staging-i686/kphotoalbum.install  (rev 0)
+++ community-staging-i686/kphotoalbum.install  2015-12-08 16:26:08 UTC (rev 
150346)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kphotoalbum/repos/community-staging-x86_64/PKGBUILD (from rev 150345, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 16:26:08 UTC (rev 150346)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Andrea Scarpino 
+# Contributor: Gilles CHAUVIN 
+# Contributor: Jonathan Schaeffer 
+# Contributor: chfoxli 
+
+pkgname=kphotoalbum
+pkgver=4.6.2
+pkgrel=4
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
+makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
+optdepends=('kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
+
+build() {
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kphotoalbum/repos/community-staging-x86_64/kphotoalbum.install (from 
rev 150345, kphotoalbum/trunk/kphotoalbum.install)
===
--- community-staging-x86_64/kphotoalbum.install
(rev 0)
+++ community-staging-x86_64/kphotoalbum.install2015-12-08 16:26:08 UTC 
(rev 150346)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/n

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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 17:26:48
  Author: bpiotrowski
Revision: 150348

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

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

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

Copied: qtcurve/repos/community-staging-i686/PKGBUILD (from rev 150347, 
qtcurve/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 16:26:48 UTC (rev 150348)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qtcurve
+pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde4')
+pkgver=1.8.18
+pkgrel=4
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+arch=('i686' 'x86_64')
+url='https://github.com/QtCurve/qtcurve'
+license=('LGPL')
+groups=('qtcurve')
+makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 
'kdebase-workspace')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
"https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff";)
+md5sums=('422d1876d944bb278855f320eda19368'
+ '632c1dfa26fcc5f5d45fe082c9738f3b')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # fix FS#40524 - Qt 5.3 build fix
+  patch -p1 -i ../${source[1]##*/}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  mkdir build{,-kde4}
+  cd build
+  cmake .. -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQTC_QT4_ENABLE_KDE=false
+  make
+
+  cd ../build-kde4
+  cmake .. -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQTC_LOCALE_DIR=/usr/share/locale/kde4 \
+   -DENABLE_GTK2=false \
+   -DENABLE_QT5=false
+  make
+}
+
+package_qtcurve-utils() {
+  depends=('libx11')
+  cd $pkgbase-$pkgver/build/lib/utils
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+  depends=('qtcurve-utils' 'gtk2')
+  cd $pkgbase-$pkgver/build/gtk2
+  make DESTDIR="$pkgdir" install
+  cd ../lib/cairo
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt4() {
+  depends=('qtcurve-utils' 'qt4')
+  cd $pkgbase-$pkgver/build/qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt5() {
+  depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
+  cd $pkgbase-$pkgver/build/qt5
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-kde4() {
+  depends=('qtcurve-utils' 'kdebase-workspace')
+  cd $pkgbase-$pkgver/build-kde4/qt4
+  make DESTDIR="$pkgdir" install
+  cd ../po
+  make DESTDIR="$pkgdir" install
+}

Copied: qtcurve/repos/community-staging-x86_64/PKGBUILD (from rev 150347, 
qtcurve/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 16:26:48 UTC (rev 150348)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qtcurve
+pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 
'qtcurve-kde4')
+pkgver=1.8.18
+pkgrel=4
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
+arch=('i686' 'x86_64')
+url='https://github.com/QtCurve/qtcurve'
+license=('LGPL')
+groups=('qtcurve')
+makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 
'kdebase-workspace')
+source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+
"https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff";)
+md5sums=('422d1876d944bb278855f320eda19368'
+ '632c1dfa26fcc5f5d45fe082c9738f3b')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # fix FS#40524 - Qt 5.3 build fix
+  patch -p1 -i ../${source[1]##*/}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  mkdir build{,-kde4}
+  cd build
+  cmake .. -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQTC_QT4_ENABLE_KDE=false
+  make
+
+  cd ../build-kde4
+  cmake .. -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQTC_LOCALE_DIR=/usr/share/locale/kde4 \
+   -DENABLE_GTK2=false \
+   -DENABLE_QT5=false
+  make
+}
+
+package_qtcurve-utils() {
+  depends=('libx11')
+  cd $pkgbase-$pkgver/build/lib/utils
+  make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+  depends=('qtcurve-utils' 'gtk2')
+ 

[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (PKGBUILD)

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 17:30:12
  Author: allan
Revision: 253978

C++11 ABI rebuild

Modified:
  kdeplasma-applets-plasma-nm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:25:18 UTC (rev 253977)
+++ PKGBUILD2015-12-08 16:30:12 UTC (rev 253978)
@@ -4,7 +4,7 @@
 
 pkgname=kdeplasma-applets-plasma-nm
 pkgver=0.9.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Plasma applet written in QML for managing network connections"
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/kde/workspace/plasma-nm";


[arch-commits] Commit in kdeartwork/trunk (PKGBUILD kdeartwork-cmake-3.4.patch)

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:35:56
  Author: arojas
Revision: 253980

Fix build with cmake 3.4

Added:
  kdeartwork/trunk/kdeartwork-cmake-3.4.patch
Modified:
  kdeartwork/trunk/PKGBUILD

+
 PKGBUILD   |   11 +--
 kdeartwork-cmake-3.4.patch |   10 ++
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:31:10 UTC (rev 253979)
+++ PKGBUILD2015-12-08 16:35:56 UTC (rev 253980)
@@ -19,9 +19,16 @@
 license=('GPL' 'LGPL' 'FDL')
 groups=('kdeartwork')
 makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
 kdeartwork-cmake-3.4.patch)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4'
+  '494253df5c0c170ad3df4ac83c3165313b20318b')
 
+prepare() {
+   cd $pkgbase-$pkgver
+   # Fix build with cmake 3.4
+   patch -p1 -i ../kdeartwork-cmake-3.4.patch
+}
+
 build() {
cd $srcdir
mkdir -p build

Added: kdeartwork-cmake-3.4.patch
===
--- kdeartwork-cmake-3.4.patch  (rev 0)
+++ kdeartwork-cmake-3.4.patch  2015-12-08 16:35:56 UTC (rev 253980)
@@ -0,0 +1,10 @@
+--- kdeartwork-15.08.3/CMakeLists.txt.orig 2015-12-08 17:25:26.818342430 
+0100
 kdeartwork-15.08.3/CMakeLists.txt  2015-12-08 17:25:39.205157415 +0100
+@@ -6,6 +6,7 @@
+ find_package(KDE4 REQUIRED)
+ include (KDE4Defaults)
+ include (MacroLibrary)
++include(CheckIncludeFiles)
+ 
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ add_definitions( -DQT_NO_CAST_FROM_ASCII )


[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (6 files)

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 17:31:10
  Author: allan
Revision: 253979

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

Added:
  kdeplasma-applets-plasma-nm/repos/staging-i686/
  kdeplasma-applets-plasma-nm/repos/staging-i686/PKGBUILD
(from rev 253978, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/staging-i686/openconnect7.patch
(from rev 253978, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)
  kdeplasma-applets-plasma-nm/repos/staging-x86_64/
  kdeplasma-applets-plasma-nm/repos/staging-x86_64/PKGBUILD
(from rev 253978, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/staging-x86_64/openconnect7.patch
(from rev 253978, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)

---+
 staging-i686/PKGBUILD |   35 
 staging-i686/openconnect7.patch   |  309 
 staging-x86_64/PKGBUILD   |   35 
 staging-x86_64/openconnect7.patch |  309 
 4 files changed, 688 insertions(+)

Copied: kdeplasma-applets-plasma-nm/repos/staging-i686/PKGBUILD (from rev 
253978, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:31:10 UTC (rev 253979)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas < aro...@archlinux.org >
+
+pkgname=kdeplasma-applets-plasma-nm
+pkgver=0.9.3.6
+pkgrel=2
+pkgdesc="Plasma applet written in QML for managing network connections"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/workspace/plasma-nm";
+license=('GPL')
+depends=('kdebase-workspace' 'libnm-qt4')
+makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+conflicts=('kdeplasma-applets-networkmanagement')
+source=("http://download.kde.org/stable/plasma-nm/plasma-nm-${pkgver}.tar.xz";)
+md5sums=('ab94be59919eca6bf89fc1930cf3dd39')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeplasma-applets-plasma-nm/repos/staging-i686/openconnect7.patch (from 
rev 253978, kdeplasma-applets-plasma-nm/trunk/openconnect7.patch)
===
--- staging-i686/openconnect7.patch (rev 0)
+++ staging-i686/openconnect7.patch 2015-12-08 16:31:10 UTC (rev 253979)
@@ -0,0 +1,309 @@
+From: David Woodhouse 
+Date: Wed, 03 Dec 2014 14:10:44 +
+Subject: Update OpenConnect support for library version 5
+X-Git-Url: 
http://quickgit.kde.org/?p=plasma-nm.git&a=commitdiff&h=3e6585fa4dd2fb3d9b59c7704bd3d7ae5b2c4167
+---
+Update OpenConnect support for library version 5
+
+String ownership rules are now very simple: the library never takes ownership
+of a string it's passed. It always takes its *own* copy and is responsible
+for freeing that. Mostly driven by Windows DLL Hell where it's painful to
+allocate in one library and free in another because they might actually be
+using different heaps.
+
+Also adapt to the changes in server certificate hash handling. We are no
+longer supposed to just compare strings, and must call the relevant function
+to check a hash against the server's certificate. This gives better matching
+and allows libopenconnect to upgrade the hash in future when it becomes
+necessary.
+---
+
+
+--- a/vpn/openconnect/CMakeLists.txt
 b/vpn/openconnect/CMakeLists.txt
+@@ -15,6 +15,8 @@
+ 
+ if (${OPENCONNECT_VERSION} VERSION_GREATER 
${MINIMUM_OPENCONNECT_VERSION_REQUIRED} OR
+ ${OPENCONNECT_VERSION} VERSION_EQUAL 
${MINIMUM_OPENCONNECT_VERSION_REQUIRED})
++
++include_directories(${OPENCONNECT_INCLUDE_DIRS})
+ 
+ set(openconnect_SRCS
+ openconnectui.cpp
+
+--- a/vpn/openconnect/openconnectauth.cpp
 b/vpn/openconnect/openconnectauth.cpp
+@@ -161,7 +161,7 @@
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_CACERT].isEmpty()) {
+ const QByteArray crt = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_CACERT]);
+-openconnect_set_cafile(d->vpninfo, strdup(crt.data()));
++openconnect_set_cafile(d->vpninfo, OC3DUP(crt.data()));
+ }
+ if (dataMap[NM_OPENCONNECT_KEY_CSD_ENABLE] == "yes") {
+ char *wrapper;
+@@ -174,12 +174,12 @@
+ }
+ if (!dataMap[NM_OPENCONNECT_KEY_PROXY].isEmpty()) {
+ const QByteArray proxy = 
QFile::encodeName(dataMap[NM_OPENCONNECT_KEY_PROXY]);
+-openconnect_set_http_proxy(d->vpninfo, strdup(proxy.data()));
++openconnect_set_http_proxy

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:51:30
  Author: arojas
Revision: 253981

C++11 ABI rebuild

Modified:
  kdeartwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:35:56 UTC (rev 253980)
+++ PKGBUILD2015-12-08 16:51:30 UTC (rev 253981)
@@ -13,7 +13,7 @@
  'kdeartwork-wallpapers'
  'kdeartwork-weatherwallpapers')
 pkgver=15.08.3
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:51:47
  Author: arojas
Revision: 253982

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

Added:
  kdeartwork/repos/staging-i686/
  kdeartwork/repos/staging-i686/PKGBUILD
(from rev 253981, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-i686/kdeartwork-cmake-3.4.patch
(from rev 253981, kdeartwork/trunk/kdeartwork-cmake-3.4.patch)
  kdeartwork/repos/staging-x86_64/
  kdeartwork/repos/staging-x86_64/PKGBUILD
(from rev 253981, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/staging-x86_64/kdeartwork-cmake-3.4.patch
(from rev 253981, kdeartwork/trunk/kdeartwork-cmake-3.4.patch)

---+
 staging-i686/PKGBUILD |   98 
 staging-i686/kdeartwork-cmake-3.4.patch   |   10 ++
 staging-x86_64/PKGBUILD   |   98 
 staging-x86_64/kdeartwork-cmake-3.4.patch |   10 ++
 4 files changed, 216 insertions(+)

Copied: kdeartwork/repos/staging-i686/PKGBUILD (from rev 253981, 
kdeartwork/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 16:51:47 UTC (rev 253982)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.08.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2_4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
 kdeartwork-cmake-3.4.patch)
+sha1sums=('e9fbf14feba2ae1e4cad82179ad994a917c11dd4'
+  '494253df5c0c170ad3df4ac83c3165313b20318b')
+
+prepare() {
+   cd $pkgbase-$pkgver
+   # Fix build with cmake 3.4
+   patch -p1 -i ../kdeartwork-cmake-3.4.patch
+}
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   replaces=('kdeaccessibility-colorschemes')
+   cd $srcdir/build/ColorSchemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-desktopthemes() {
+   pkgdesc='KDE desktop themes'
+   cd $srcdir/build/desktopthemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-emoticons() {
+   pkgdesc='KDE emoticons'
+   cd $srcdir/build/emoticons
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-iconthemes() {
+   pkgdesc='KDE icon themes'
+   replaces=('kdeaccessibility-iconthemes')
+   cd $srcdir/build/IconThemes
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-kscreensaver() {
+   pkgdesc='KDE screensaver'
+   depends=('kdebase-workspace' 'libkexiv2_4')
+   cd $srcdir/build/kscreensaver
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-styles() {
+   pkgdesc='KDE styles'
+   depends=('kdebase-workspace')
+   cd $srcdir/build/styles
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/kwin-styles
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-wallpapers() {
+   pkgdesc='KDE wallpapers'
+   cd $srcdir/build/wallpapers
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/HighResolutionWallpapers
+   make DESTDIR=$pkgdir install
+}
+
+package_kdeartwork-weatherwallpapers() {
+   pkgdesc='KDE weather wallpapers'
+   cd $srcdir/build/WeatherWallpapers
+   make DESTDIR=$pkgdir install
+}

Copied: kdeartwork/repos/staging-i686/kdeartwork-cmake-3.4.patch (from rev 
253981, kdeartwork/trunk/kdeartwork-cmake-3.4.patch)
===
--- staging-i686/kdeartwork-cmake-3.4.patch (rev 0)
+++ staging-i686/kdeartwork-cmake-3.4.patch 2015-12-08 16:51:47 UTC (rev 
253982)
@@ -0,0 +1,10 @@
+--- kdeartwork-15.08.3/CMakeLists.txt.orig 2015-12-08 17:25:26.818342430 
+0100
 kdeartwork-15.08.3/CMakeLists.txt  2015-12-08 17:25:39.205157415 +0100
+@@ -6,6 +6,7 @@
+ find_package(KDE4 REQUIRED)
+ include (KDE4Defaults)
+ include (MacroLibrary)
++include(CheckIncludeFiles)
+ 
+ add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ add_definitions( -DQT_NO_CAST_FROM_ASCII )

Copied: kdeartwork/repos/staging-x86_64/PKGBUILD (from rev 253981, 
kdeartwor

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 17:57:52
  Author: arojas
Revision: 253983

Build with clang, fixes build with flex 2.6

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:51:47 UTC (rev 253982)
+++ PKGBUILD2015-12-08 16:57:52 UTC (rev 253983)
@@ -14,7 +14,7 @@
 makedepends=('kdepimlibs4' 'libkexiv2_4' 'libkdcraw4' 'libkipi4' 'libksane4' 
'liblqr'
  'opencv' 'boost' 'libgpod' 'libkvkontakte' 'hugin' 'libgphoto2'
  'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt4-gstreamer' 
'imagemagick' 'eigen' 
-'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 
'libmediawiki')
+'libbaloo4' 'libpgf' 'libusb-compat' 'libkface4' 'libkgeomap4' 
'libmediawiki' 'clang')
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c')
 
@@ -25,7 +25,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
--DBUILD_tests=OFF
+-DBUILD_tests=OFF \
+-DCMAKE_C_COMPILER=clang # Fix build with flex 2.6
   make
 }
 


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

2015-12-08 Thread Maxime Gauduin
Date: Tuesday, December 8, 2015 @ 18:16:44
  Author: alucryd
Revision: 150349

upgpkg: lollypop 0.9.75-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:26:48 UTC (rev 150348)
+++ PKGBUILD2015-12-08 17:16:44 UTC (rev 150349)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.74
+pkgver=0.9.75
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -18,7 +18,7 @@
 'python-wikipedia: Wikipedia support')
 install='lollypop.install'
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('bb2ce5dd3b9ec7d6814e7074a92de6fe42d0b373db8854e4f978e37823660002')
+sha256sums=('86c31c9c8ce5a6a7a212684c74209d0abc08204f020e152c5865412ada5a4018')
 
 build() {
   cd lollypop-${pkgver}


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

2015-12-08 Thread Maxime Gauduin
Date: Tuesday, December 8, 2015 @ 18:16:57
  Author: alucryd
Revision: 150350

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 150349, lollypop/trunk/PKGBUILD)
  lollypop/repos/community-any/lollypop.install
(from rev 150349, lollypop/trunk/lollypop.install)
Deleted:
  lollypop/repos/community-any/PKGBUILD
  lollypop/repos/community-any/lollypop.install

--+
 PKGBUILD |   76 ++---
 lollypop.install |   30 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-08 17:16:44 UTC (rev 150349)
+++ PKGBUILD2015-12-08 17:16:57 UTC (rev 150350)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.74
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-install='lollypop.install'
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('bb2ce5dd3b9ec7d6814e7074a92de6fe42d0b373db8854e4f978e37823660002')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 150349, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-08 17:16:57 UTC (rev 150350)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.75
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+install='lollypop.install'
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
+sha256sums=('86c31c9c8ce5a6a7a212684c74209d0abc08204f020e152c5865412ada5a4018')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lollypop.install
===
--- lollypop.install2015-12-08 17:16:44 UTC (rev 150349)
+++ lollypop.install2015-12-08 17:16:57 UTC (rev 150350)
@@ -1,15 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/lollypop.install (from rev 150349, 
lollypop/trunk/lollypop.install)
===
--- lollypop.install(rev 0)
+++ lollypop.install2015-12-08 17:16:57 UTC (rev 150350)
@@ -0,0 +1,15 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 18:21:55
  Author: arojas
Revision: 253984

Fix compilation with clang

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 16:57:52 UTC (rev 253983)
+++ PKGBUILD2015-12-08 17:21:55 UTC (rev 253984)
@@ -18,6 +18,11 @@
 
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
 sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c')
 
+prepare() {
+# Fix compilation with clang
+  sed -e '/fno-tree-pre/d' -i $pkgname-$pkgver/core/CMakeLists.txt
+}
+
 build() {
   mkdir build
   cd build


[arch-commits] Commit in dcadec/trunk (PKGBUILD dcadec.install)

2015-12-08 Thread Maxime Gauduin
Date: Tuesday, December 8, 2015 @ 18:26:58
  Author: alucryd
Revision: 253985

FS#47292 part 1: dcadec 0.1.0-2

Added:
  dcadec/trunk/dcadec.install
Modified:
  dcadec/trunk/PKGBUILD

+
 PKGBUILD   |3 ++-
 dcadec.install |   11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 17:21:55 UTC (rev 253984)
+++ PKGBUILD2015-12-08 17:26:58 UTC (rev 253985)
@@ -4,7 +4,7 @@
 
 pkgname=dcadec
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='DTS Coherent Acoustics decoder with support for HD extensions'
 arch=('i686' 'x86_64')
 url='https://github.com/foo86/dcadec.git'
@@ -11,6 +11,7 @@
 license=('LGPL2.1')
 depends=('glibc')
 provides=('libdcadec.so')
+install='dcadec.install'
 
source=("dcadec-${pkgver}.tar.gz::https://github.com/foo86/dcadec/archive/v${pkgver}.tar.gz";)
 sha256sums=('52a68a63f79ae50e5e5fd9c631a715e9feeed5d2b4a8442f0b9208692012a43f')
 

Added: dcadec.install
===
--- dcadec.install  (rev 0)
+++ dcadec.install  2015-12-08 17:26:58 UTC (rev 253985)
@@ -0,0 +1,11 @@
+post_install() {
+  # Hack to manually add the symlink to the database, see FS#47292
+  sed '/libdcadec.so$/a \
+usr\/lib\/libdcadec/so.0' -i /var/lib/pacman/local/dcadec-0.1.0-2/files
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-08 Thread Maxime Gauduin
Date: Tuesday, December 8, 2015 @ 18:27:14
  Author: alucryd
Revision: 253986

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

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

-+
 /PKGBUILD   |   72 ++
 extra-i686/PKGBUILD |   35 
 extra-i686/dcadec.install   |   11 ++
 extra-x86_64/PKGBUILD   |   35 
 extra-x86_64/dcadec.install |   11 ++
 5 files changed, 94 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-08 17:26:58 UTC (rev 253985)
+++ extra-i686/PKGBUILD 2015-12-08 17:27:14 UTC (rev 253986)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Yamashita Ren 
-
-pkgname=dcadec
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='DTS Coherent Acoustics decoder with support for HD extensions'
-arch=('i686' 'x86_64')
-url='https://github.com/foo86/dcadec.git'
-license=('LGPL2.1')
-depends=('glibc')
-provides=('libdcadec.so')
-source=("dcadec-${pkgver}.tar.gz::https://github.com/foo86/dcadec/archive/v${pkgver}.tar.gz";)
-sha256sums=('52a68a63f79ae50e5e5fd9c631a715e9feeed5d2b4a8442f0b9208692012a43f')
-
-build() {
-  cd dcadec-${pkgver}
-
-  export CONFIG_SHARED='TRUE'
-
-  make
-}
-
-package() {
-  cd dcadec-${pkgver}
-
-  export CONFIG_SHARED='TRUE'
-  export PREFIX='/usr'
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/bin/dcadec{,-hd}
-}
-
-# vim: ts=2 sw=2 et:

Copied: dcadec/repos/extra-i686/PKGBUILD (from rev 253985, 
dcadec/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-08 17:27:14 UTC (rev 253986)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Yamashita Ren 
+
+pkgname=dcadec
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='DTS Coherent Acoustics decoder with support for HD extensions'
+arch=('i686' 'x86_64')
+url='https://github.com/foo86/dcadec.git'
+license=('LGPL2.1')
+depends=('glibc')
+provides=('libdcadec.so')
+install='dcadec.install'
+source=("dcadec-${pkgver}.tar.gz::https://github.com/foo86/dcadec/archive/v${pkgver}.tar.gz";)
+sha256sums=('52a68a63f79ae50e5e5fd9c631a715e9feeed5d2b4a8442f0b9208692012a43f')
+
+build() {
+  cd dcadec-${pkgver}
+
+  export CONFIG_SHARED='TRUE'
+
+  make
+}
+
+package() {
+  cd dcadec-${pkgver}
+
+  export CONFIG_SHARED='TRUE'
+  export PREFIX='/usr'
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/bin/dcadec{,-hd}
+}
+
+# vim: ts=2 sw=2 et:

Copied: dcadec/repos/extra-i686/dcadec.install (from rev 253985, 
dcadec/trunk/dcadec.install)
===
--- extra-i686/dcadec.install   (rev 0)
+++ extra-i686/dcadec.install   2015-12-08 17:27:14 UTC (rev 253986)
@@ -0,0 +1,11 @@
+post_install() {
+  # Hack to manually add the symlink to the database, see FS#47292
+  sed '/libdcadec.so$/a \
+usr\/lib\/libdcadec/so.0' -i /var/lib/pacman/local/dcadec-0.1.0-2/files
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-08 17:26:58 UTC (rev 253985)
+++ extra-x86_64/PKGBUILD   2015-12-08 17:27:14 UTC (rev 253986)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Yamashita Ren 
-
-pkgname=dcadec
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='DTS Coherent Acoustics decoder with support for HD extensions'
-arch=('i686' 'x86_64')
-url='https://github.com/foo86/dcadec.git'
-license=('LGPL2.1')
-depends=('glibc')
-provides=('libdcadec.so')
-source=("dcadec-${pkgver}.tar.gz::https://github.com/foo86/dcadec/archive/v${pkgver}.tar.gz";)
-sha256sums=('52a68a63f79ae50e5e5fd9c631a715e9feeed5d2b4a8442f0b9208692012a43f')
-
-build() {
-  cd dcadec-${pkgver}
-
-  export CONFIG_SHARED='TRUE'
-
-  make
-}
-
-package() {
-  cd dcadec-${pkgver}
-
-  export CONFIG_SHARED='TRUE'
-  export PREFIX='/usr'
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/bin/dcadec{,-hd}
-}
-
-# vim: ts=2 sw=2 et:

Copied: dcadec/repos/extra-x86_64/PKGBUILD (from rev 253985, 
dcadec/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-08 17:27:14 UTC (rev 253986)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Yama

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 19:07:26
  Author: arojas
Revision: 253987

C++11 ABI rebuild

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 17:27:14 UTC (rev 253986)
+++ PKGBUILD2015-12-08 18:07:26 UTC (rev 253987)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins')
 pkgver=4.14.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:11:19
  Author: foutrelis
Revision: 253990

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

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

+
 staging-i686/PKGBUILD  |   42 +++
 staging-i686/dolphin.install   |   13 
 staging-x86_64/PKGBUILD|   42 +++
 staging-x86_64/dolphin.install |   13 
 4 files changed, 110 insertions(+)

Copied: dolphin/repos/staging-i686/PKGBUILD (from rev 253989, 
dolphin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:11:19 UTC (rev 253990)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.08.3
+pkgrel=3
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/";
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('14cfa16663881b27a6db452c6af49948')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin/repos/staging-i686/dolphin.install (from rev 253989, 
dolphin/trunk/dolphin.install)
===
--- staging-i686/dolphin.install(rev 0)
+++ staging-i686/dolphin.install2015-12-08 18:11:19 UTC (rev 253990)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: dolphin/repos/staging-x86_64/PKGBUILD (from rev 253989, 
dolphin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:11:19 UTC (rev 253990)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.08.3
+pkgrel=3
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/";
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+install=$pkgname.install
+md5sums=('14cfa16663881b27a6db452c6af49948')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin/repos/staging-x86_64/dolphin.install (from rev 253989, 
dolphin/trunk/dolphin.install)
===
--- staging-x86_64/dolphin.install  (rev 0)
+++ staging-x86_64/dolphin.install  2015-12-08 18:11:19 UTC (rev 253990)
@@ -0,0 +1,13 @@
+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 dolphin/trunk (PKGBUILD)

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:11:11
  Author: foutrelis
Revision: 253989

C++11 ABI rebuild

Modified:
  dolphin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:07:41 UTC (rev 253988)
+++ PKGBUILD2015-12-08 18:11:11 UTC (rev 253989)
@@ -6,7 +6,7 @@
 
 pkgname=dolphin
 pkgver=15.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="File Manager"
 arch=(i686 x86_64)
 url="http://kde.org/applications/system/dolphin/";


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:12:09
  Author: foutrelis
Revision: 253991

C++11 ABI rebuild

Modified:
  kdevelop-qmljs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:11:19 UTC (rev 253990)
+++ PKGBUILD2015-12-08 18:12:09 UTC (rev 253991)
@@ -3,7 +3,7 @@
 
 pkgname=kdevelop-qmljs
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="QML/JavaScript language plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:12:17
  Author: foutrelis
Revision: 253992

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

Added:
  kdevelop-qmljs/repos/staging-i686/
  kdevelop-qmljs/repos/staging-i686/PKGBUILD
(from rev 253991, kdevelop-qmljs/trunk/PKGBUILD)
  kdevelop-qmljs/repos/staging-x86_64/
  kdevelop-qmljs/repos/staging-x86_64/PKGBUILD
(from rev 253991, kdevelop-qmljs/trunk/PKGBUILD)

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

Copied: kdevelop-qmljs/repos/staging-i686/PKGBUILD (from rev 253991, 
kdevelop-qmljs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:12:17 UTC (rev 253992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-qmljs
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="QML/JavaScript language plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/kdevelop/kdev-qmljs/${pkgver}/src/kdev-qmljs-${pkgver}.tar.xz";)
+sha1sums=('78ad0f72ffa091f6aff5ea633eb5f135e9d625f3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-qmljs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop-qmljs/repos/staging-x86_64/PKGBUILD (from rev 253991, 
kdevelop-qmljs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:12:17 UTC (rev 253992)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-qmljs
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="QML/JavaScript language plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/kdevelop/kdev-qmljs/${pkgver}/src/kdev-qmljs-${pkgver}.tar.xz";)
+sha1sums=('78ad0f72ffa091f6aff5ea633eb5f135e9d625f3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-qmljs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 19:13:58
  Author: arojas
Revision: 150351

kdeutils-ark is gone

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 17:16:57 UTC (rev 150350)
+++ PKGBUILD2015-12-08 18:13:58 UTC (rev 150351)
@@ -13,9 +13,8 @@
 url="http://krusader.sourceforge.net/";
 license=('GPL')
 depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4' 'kdeutils-ark')
+makedepends=('cmake' 'automoc4')
 optdepends=('kdebase-keditbookmarks: to edit bookmarks'
-'kdeutils-ark: extract archive with right-click'
 'kdebase-konsole: open an embedded terminal')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";


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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 19:13:22
  Author: allan
Revision: 253993

C++11 ABI rebuild

Modified:
  kdiff3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:12:17 UTC (rev 253992)
+++ PKGBUILD2015-12-08 18:13:22 UTC (rev 253993)
@@ -3,7 +3,7 @@
 
 pkgname=kdiff3
 pkgver=0.9.98
-pkgrel=3
+pkgrel=4
 pkgdesc="A KDE file comparator/merge tool"
 arch=('i686' 'x86_64')
 url="http://kdiff3.sourceforge.net/";


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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 19:14:16
  Author: allan
Revision: 253994

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

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

---+
 staging-i686/PKGBUILD |   28 
 staging-i686/kdiff3.install   |   11 +++
 staging-x86_64/PKGBUILD   |   28 
 staging-x86_64/kdiff3.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: kdiff3/repos/staging-i686/PKGBUILD (from rev 253993, 
kdiff3/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:14:16 UTC (rev 253994)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=kdiff3
+pkgver=0.9.98
+pkgrel=4
+pkgdesc="A KDE file comparator/merge tool"
+arch=('i686' 'x86_64')
+url="http://kdiff3.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
+optdepends=('kdebase-lib: for the plugin')
+install=kdiff3.install
+source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
+
+build() {
+  mkdir ${pkgname}-${pkgver}/release
+  cd ${pkgname}-${pkgver}/release
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/release
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdiff3/repos/staging-i686/kdiff3.install (from rev 253993, 
kdiff3/trunk/kdiff3.install)
===
--- staging-i686/kdiff3.install (rev 0)
+++ staging-i686/kdiff3.install 2015-12-08 18:14:16 UTC (rev 253994)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kdiff3/repos/staging-x86_64/PKGBUILD (from rev 253993, 
kdiff3/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:14:16 UTC (rev 253994)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=kdiff3
+pkgver=0.9.98
+pkgrel=4
+pkgdesc="A KDE file comparator/merge tool"
+arch=('i686' 'x86_64')
+url="http://kdiff3.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
+optdepends=('kdebase-lib: for the plugin')
+install=kdiff3.install
+source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
+
+build() {
+  mkdir ${pkgname}-${pkgver}/release
+  cd ${pkgname}-${pkgver}/release
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/release
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdiff3/repos/staging-x86_64/kdiff3.install (from rev 253993, 
kdiff3/trunk/kdiff3.install)
===
--- staging-x86_64/kdiff3.install   (rev 0)
+++ staging-x86_64/kdiff3.install   2015-12-08 18:14:16 UTC (rev 253994)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 19:16:39
  Author: fyan
Revision: 253995

C++11 ABI rebuild

Modified:
  kdenetwork-kget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:14:16 UTC (rev 253994)
+++ PKGBUILD2015-12-08 18:16:39 UTC (rev 253995)
@@ -4,7 +4,7 @@
 
 pkgname=kdenetwork-kget
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Download Manager'
 url='http://kde.org/applications/internet/kget/'
 arch=('i686' 'x86_64')


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 19:17:04
  Author: fyan
Revision: 253996

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

Added:
  kdenetwork-kget/repos/staging-i686/
  kdenetwork-kget/repos/staging-i686/PKGBUILD
(from rev 253995, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/staging-i686/kdenetwork-kget.install
(from rev 253995, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/staging-x86_64/
  kdenetwork-kget/repos/staging-x86_64/PKGBUILD
(from rev 253995, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/staging-x86_64/kdenetwork-kget.install
(from rev 253995, kdenetwork-kget/trunk/kdenetwork-kget.install)

+
 staging-i686/PKGBUILD  |   38 +++
 staging-i686/kdenetwork-kget.install   |   12 +
 staging-x86_64/PKGBUILD|   38 +++
 staging-x86_64/kdenetwork-kget.install |   12 +
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kget/repos/staging-i686/PKGBUILD (from rev 253995, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:17:04 UTC (rev 253996)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('747189cb71541e32748044f07f725a79e1fdd862')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/staging-i686/kdenetwork-kget.install (from rev 
253995, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- staging-i686/kdenetwork-kget.install(rev 0)
+++ staging-i686/kdenetwork-kget.install2015-12-08 18:17:04 UTC (rev 
253996)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kget/repos/staging-x86_64/PKGBUILD (from rev 253995, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:17:04 UTC (rev 253996)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=15.08.3
+pkgrel=2
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('747189cb71541e32748044f07f725a79e1fdd862')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/staging-x86_64/kdenetwork-kget.install (from rev 
253995, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- staging-x86_64/kdenetwork-kget.install  (rev 0)
+++ staging-x86_64/kdenetwork-kget.install  2015-12-08 18:17:04 UTC (rev 
253996)
@@ -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 kdevelop-python2/trunk (PKGBUILD)

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:18:39
  Author: foutrelis
Revision: 253999

C++11 ABI rebuild

Modified:
  kdevelop-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:18:38 UTC (rev 253998)
+++ PKGBUILD2015-12-08 18:18:39 UTC (rev 253999)
@@ -4,7 +4,7 @@
 pkgname=kdevelop-python2
 pkgver=1.7.2
 _pkgver=4.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python 2 language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:18:48
  Author: foutrelis
Revision: 254000

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

Added:
  kdevelop-python2/repos/staging-i686/
  kdevelop-python2/repos/staging-i686/PKGBUILD
(from rev 253999, kdevelop-python2/trunk/PKGBUILD)
  kdevelop-python2/repos/staging-x86_64/
  kdevelop-python2/repos/staging-x86_64/PKGBUILD
(from rev 253999, kdevelop-python2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kdevelop-python2/repos/staging-i686/PKGBUILD (from rev 253999, 
kdevelop-python2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:18:48 UTC (rev 254000)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python2
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=2
+pkgdesc="Python 2 language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
+sha1sums=('f19923f278130bb9d78f186436dde02470bd3ccb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop-python2/repos/staging-x86_64/PKGBUILD (from rev 253999, 
kdevelop-python2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:18:48 UTC (rev 254000)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python2
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=2
+pkgdesc="Python 2 language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz";)
+sha1sums=('f19923f278130bb9d78f186436dde02470bd3ccb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:18:21
  Author: bpiotrowski
Revision: 253997

C++11 ABI rebuild

Modified:
  kdevelop-php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:17:04 UTC (rev 253996)
+++ PKGBUILD2015-12-08 18:18:21 UTC (rev 253997)
@@ -4,7 +4,7 @@
 pkgname=kdevelop-php
 pkgver=1.7.2
 _pkgver=4.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=('i686' 'x86_64')
 url="http://www.kdevelop.org/";


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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 19:18:54
  Author: allan
Revision: 150352

C++11 ABI rebuild

Modified:
  rekonq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:13:58 UTC (rev 150351)
+++ PKGBUILD2015-12-08 18:18:54 UTC (rev 150352)
@@ -6,7 +6,7 @@
 
 pkgname=rekonq
 pkgver=2.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A WebKit based web browser for KDE'
 arch=('i686' 'x86_64')
 url='http://rekonq.kde.org/'


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:18:38
  Author: bpiotrowski
Revision: 253998

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

Added:
  kdevelop-php/repos/staging-i686/
  kdevelop-php/repos/staging-i686/PKGBUILD
(from rev 253997, kdevelop-php/trunk/PKGBUILD)
  kdevelop-php/repos/staging-x86_64/
  kdevelop-php/repos/staging-x86_64/PKGBUILD
(from rev 253997, kdevelop-php/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

Copied: kdevelop-php/repos/staging-i686/PKGBUILD (from rev 253997, 
kdevelop-php/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:18:38 UTC (rev 253998)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=2
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
+sha1sums=('efdc58214b8c1eb32b4bbd827dc6d6e942355c9c'
+  '989e857d40fb16cb3ac207fab73fb024a94d7554')
+
+prepare() {
+  mkdir build
+  mkdir build-docs
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdevelop-php/repos/staging-x86_64/PKGBUILD (from rev 253997, 
kdevelop-php/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:18:38 UTC (rev 253998)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=1.7.2
+_pkgver=4.7.2
+pkgrel=2
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=('i686' 'x86_64')
+url="http://www.kdevelop.org/";
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.xz)
+sha1sums=('efdc58214b8c1eb32b4bbd827dc6d6e942355c9c'
+  '989e857d40fb16cb3ac207fab73fb024a94d7554')
+
+prepare() {
+  mkdir build
+  mkdir build-docs
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cd ../
+
+  # kdevelop-php-docs
+  cd build-docs
+  make DESTDIR="${pkgdir}" install
+}


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

2015-12-08 Thread Allan McRae
Date: Tuesday, December 8, 2015 @ 19:20:04
  Author: allan
Revision: 150353

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

Added:
  rekonq/repos/community-staging-i686/
  rekonq/repos/community-staging-i686/PKGBUILD
(from rev 150352, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-staging-i686/rekonq.install
(from rev 150352, rekonq/trunk/rekonq.install)
  rekonq/repos/community-staging-i686/with-nepomuk.patch
(from rev 150352, rekonq/trunk/with-nepomuk.patch)
  rekonq/repos/community-staging-x86_64/
  rekonq/repos/community-staging-x86_64/PKGBUILD
(from rev 150352, rekonq/trunk/PKGBUILD)
  rekonq/repos/community-staging-x86_64/rekonq.install
(from rev 150352, rekonq/trunk/rekonq.install)
  rekonq/repos/community-staging-x86_64/with-nepomuk.patch
(from rev 150352, rekonq/trunk/with-nepomuk.patch)

-+
 community-staging-i686/PKGBUILD |   42 ++
 community-staging-i686/rekonq.install   |   12 +++
 community-staging-i686/with-nepomuk.patch   |   16 +
 community-staging-x86_64/PKGBUILD   |   42 ++
 community-staging-x86_64/rekonq.install |   12 +++
 community-staging-x86_64/with-nepomuk.patch |   16 +
 6 files changed, 140 insertions(+)

Copied: rekonq/repos/community-staging-i686/PKGBUILD (from rev 150352, 
rekonq/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 18:20:04 UTC (rev 150353)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Peter Lewis 
+# Contributor: Andrea Scarpino 
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=rekonq
+pkgver=2.4.2
+pkgrel=5
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konqueror: search engines support')
+install=${pkgname}.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+'with-nepomuk.patch')
+sha256sums=('e9805b32f592ca5809bd1632c624c57fc0109ce98b73a8b8e3ebd04e9c875126'
+'19db70a6c9d3b323b58e07f4ca5b6193a2bd0fcba87c86019ea0f78987a22c69')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/with-nepomuk.patch
+}
+
+build(){
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NEPOMUK=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: rekonq/repos/community-staging-i686/rekonq.install (from rev 150352, 
rekonq/trunk/rekonq.install)
===
--- community-staging-i686/rekonq.install   (rev 0)
+++ community-staging-i686/rekonq.install   2015-12-08 18:20:04 UTC (rev 
150353)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: rekonq/repos/community-staging-i686/with-nepomuk.patch (from rev 
150352, rekonq/trunk/with-nepomuk.patch)
===
--- community-staging-i686/with-nepomuk.patch   (rev 0)
+++ community-staging-i686/with-nepomuk.patch   2015-12-08 18:20:04 UTC (rev 
150353)
@@ -0,0 +1,16 @@
+--- rekonq-2.4.2/CMakeLists.txt~   2014-03-08 10:35:22.003986721 +
 rekonq-2.4.2/CMakeLists.txt2014-03-08 10:38:34.075974545 +
+@@ -48,9 +48,11 @@
+ # 
==
+ # optional nepomuk requirements
+ 
+-FIND_PACKAGE(Soprano)
++if(WITH_NEPOMUK)
++  FIND_PACKAGE(Soprano)
+ 
+-FIND_PACKAGE(NepomukCore 0.1.0)
++  FIND_PACKAGE(NepomukCore 0.1.0)
++endif()
+ 
+ IF(SOPRANO_FOUND AND NepomukCore_FOUND)
+ ADD_DEFINITIONS(-DHAVE_NEPOMUK)

Copied: rekonq/repos/community-staging-x86_64/PKGBUILD (from rev 150352, 
rekonq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 18:20:04 UTC (rev 150353)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Peter Lewis 
+# Contributor: Andrea Scarpino 
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=rekonq
+pkgver=2.4.2
+pkgrel=5
+pkgdesc='A WebKit based web browser for KDE'
+arch=('i686' 'x86_64')
+url='http://rekonq.kde.org/'
+license=('GPL')
+depends=('kdebase-keditbookmarks' 'qoauth')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konqueror: search engines support')
+install=${pkg

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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:23:04
  Author: foutrelis
Revision: 150355

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

Added:
  kmess/repos/community-staging-i686/
  kmess/repos/community-staging-i686/PKGBUILD
(from rev 150354, kmess/trunk/PKGBUILD)
  kmess/repos/community-staging-i686/fix-crash-in-contactlistmodel.patch
(from rev 150354, kmess/trunk/fix-crash-in-contactlistmodel.patch)
  kmess/repos/community-staging-i686/giflib-5.0.patch
(from rev 150354, kmess/trunk/giflib-5.0.patch)
  kmess/repos/community-staging-i686/kmess.install
(from rev 150354, kmess/trunk/kmess.install)
  kmess/repos/community-staging-x86_64/
  kmess/repos/community-staging-x86_64/PKGBUILD
(from rev 150354, kmess/trunk/PKGBUILD)
  kmess/repos/community-staging-x86_64/fix-crash-in-contactlistmodel.patch
(from rev 150354, kmess/trunk/fix-crash-in-contactlistmodel.patch)
  kmess/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 150354, kmess/trunk/giflib-5.0.patch)
  kmess/repos/community-staging-x86_64/kmess.install
(from rev 150354, kmess/trunk/kmess.install)

--+
 community-staging-i686/PKGBUILD  |   52 +
 community-staging-i686/fix-crash-in-contactlistmodel.patch   |   29 +++
 community-staging-i686/giflib-5.0.patch  |   95 ++
 community-staging-i686/kmess.install |   11 +
 community-staging-x86_64/PKGBUILD|   52 +
 community-staging-x86_64/fix-crash-in-contactlistmodel.patch |   29 +++
 community-staging-x86_64/giflib-5.0.patch|   95 ++
 community-staging-x86_64/kmess.install   |   11 +
 8 files changed, 374 insertions(+)

Copied: kmess/repos/community-staging-i686/PKGBUILD (from rev 150354, 
kmess/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 18:23:04 UTC (rev 150355)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: Stefano Zamprogno 
+
+pkgname=kmess
+pkgver=2.0.6.2
+pkgrel=9
+pkgdesc="A MSN Messenger client for Linux"
+arch=('i686' 'x86_64')
+url='http://kmess.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-lib')
+makedepends=('automoc4' 'cmake' 'optipng')
+optdepends=('cabextract: provides winks support')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2
+giflib-5.0.patch
+fix-crash-in-contactlistmodel.patch)
+md5sums=('a2e57911713308bef81b9347135cc5dd'
+ '29f7a0c0e27d6b5cafbc3ad498e3e30f'
+ 'fdfe837f4bd64a5123edc63019bd5cf2')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Fix invalid PNG images to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  patch -Np0 -i ../giflib-5.0.patch
+
+# Fix crash in ContactListModel (FS#32402)
+  patch -Np1 -i ../fix-crash-in-contactlistmodel.patch
+}
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmess/repos/community-staging-i686/fix-crash-in-contactlistmodel.patch 
(from rev 150354, kmess/trunk/fix-crash-in-contactlistmodel.patch)
===
--- community-staging-i686/fix-crash-in-contactlistmodel.patch  
(rev 0)
+++ community-staging-i686/fix-crash-in-contactlistmodel.patch  2015-12-08 
18:23:04 UTC (rev 150355)
@@ -0,0 +1,29 @@
+commit e10ebb8bd33cf807e2edfa56c465b40f3237102e
+Author: Ruben Vandamme 
+Date:   Sun Jul 8 10:56:37 2012 +0200
+
+Fix crash in ContactListModel.
+
+* Individually delete every child instead of using qDeleteAll.
+* Crash only happens in combination with Qt 4.8.
+* See https://bugs.kde.org/show_bug.cgi?id=285951 for similar issue in 
Amarok.
+* See https://bugreports.qt-project.org/browse/QTBUG-22037 for Qt report.
+* Many thanks to Bob ("badjar" on kmess.org/board) for providing the fix.
+
+diff --git a/src/model/contactlistmodelitem.cpp 
b/src/model/contactlistmodelitem.cpp
+index 462d555..ac5a6ca 100644
+--- a/src/model/contactlistmodelitem.cpp
 b/src/model/contactlistmodelitem.cpp
+@@ -79,7 +79,11 @@ ContactListModelItem::ContactListModelItem( Group *group, 
ContactListModelItem *
+  */
+ ContactListModelItem::~ContactListModelItem()
+ {
+-  qDeleteAll( childItems_ );
++  while( !childItems_.isEmpty() )
++  {
++delete childItems_.takeFirst();
++  }
++
+   childItems_.clear();
+ 
+   // Delete this item from the parent's children

Copied: kmess/repos/community-staging-i686/gi

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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 19:22:56
  Author: fyan
Revision: 254002

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

Added:
  konsolepart4/repos/staging-i686/
  konsolepart4/repos/staging-i686/PKGBUILD
(from rev 254001, konsolepart4/trunk/PKGBUILD)
  konsolepart4/repos/staging-x86_64/
  konsolepart4/repos/staging-x86_64/PKGBUILD
(from rev 254001, konsolepart4/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: konsolepart4/repos/staging-i686/PKGBUILD (from rev 254001, 
konsolepart4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:22:56 UTC (rev 254002)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsolepart4
+pkgver=4.14.3
+pkgrel=7
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="KDE terminal part"
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+provides=('kdebase-konsole')
+conflicts=("kdebase-konsole<$pkgver-$pkgrel")
+source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz";)
+sha1sums=('5ae78061f38f06f80ee10f4475ff33d1c0843b4d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # provided by konsole
+  rm -r "$pkgdir"/usr/{bin,share/{applications,doc}}
+  rm "${pkgdir}"/usr/lib/libkdeinit4_konsole.so
+}

Copied: konsolepart4/repos/staging-x86_64/PKGBUILD (from rev 254001, 
konsolepart4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:22:56 UTC (rev 254002)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsolepart4
+pkgver=4.14.3
+pkgrel=7
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="KDE terminal part"
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+provides=('kdebase-konsole')
+conflicts=("kdebase-konsole<$pkgver-$pkgrel")
+source=("http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz";)
+sha1sums=('5ae78061f38f06f80ee10f4475ff33d1c0843b4d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # provided by konsole
+  rm -r "$pkgdir"/usr/{bin,share/{applications,doc}}
+  rm "${pkgdir}"/usr/lib/libkdeinit4_konsole.so
+}


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:22:53
  Author: foutrelis
Revision: 150354

C++11 ABI rebuild

Modified:
  kmess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:20:04 UTC (rev 150353)
+++ PKGBUILD2015-12-08 18:22:53 UTC (rev 150354)
@@ -5,7 +5,7 @@
 
 pkgname=kmess
 pkgver=2.0.6.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A MSN Messenger client for Linux"
 arch=('i686' 'x86_64')
 url='http://kmess.sourceforge.net/'


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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 19:22:32
  Author: fyan
Revision: 254001

C++11 ABI rebuild

Modified:
  konsolepart4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:18:48 UTC (rev 254000)
+++ PKGBUILD2015-12-08 18:22:32 UTC (rev 254001)
@@ -4,7 +4,7 @@
 
 pkgname=konsolepart4
 pkgver=4.14.3
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
 pkgdesc="KDE terminal part"


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:28:01
  Author: foutrelis
Revision: 254003

upgpkg: flashplugin 11.2.202.554-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:22:56 UTC (rev 254002)
+++ PKGBUILD2015-12-08 18:28:01 UTC (rev 254003)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.548
+pkgver=11.2.202.554
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -22,8 +22,8 @@
 
source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
 md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('33544137ff1c8dedc428b8e077be2326')
-md5sums_x86_64=('dc274f3e5deef7ca304e4d3f791e1f29')
+md5sums_i686=('bebd3980dff90071de0fb254b2ea090b')
+md5sums_x86_64=('47f45644a1ee486bd3ae6d6a4961bccf')
 
 package () {
 install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:28:29
  Author: foutrelis
Revision: 150356

upgpkg: lib32-flashplugin 11.2.202.554-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:23:04 UTC (rev 150355)
+++ PKGBUILD2015-12-08 18:28:29 UTC (rev 150356)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.548
+pkgver=11.2.202.554
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('33544137ff1c8dedc428b8e077be2326')
+md5sums=('bebd3980dff90071de0fb254b2ea090b')
 
 package() {
   install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:28:13
  Author: foutrelis
Revision: 254004

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 254003, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 254003, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 254003, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 254003, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 254003, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 254003, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   28 +++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   14 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   14 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-08 18:28:01 UTC (rev 254003)
+++ extra-i686/PKGBUILD 2015-12-08 18:28:13 UTC (rev 254004)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.548
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('33544137ff1c8dedc428b8e077be2326')
-md5sums_x86_64=('dc274f3e5deef7ca304e4d3f791e1f29')
-
-package () {
-install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-if [ "$CARCH" = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-fi
-install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 254003, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-08 18:28:13 UTC (rev 254004)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.554
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)
+source=(http://www.adobe.com/products/eulas/pdfs/${_licensefi

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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:29:10
  Author: bpiotrowski
Revision: 150359

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

Added:
  krusader/repos/community-staging-i686/
  krusader/repos/community-staging-i686/PKGBUILD
(from rev 150358, krusader/trunk/PKGBUILD)
  krusader/repos/community-staging-i686/kde_bug309119.diff
(from rev 150358, krusader/trunk/kde_bug309119.diff)
  krusader/repos/community-staging-i686/kde_bug325801.diff
(from rev 150358, krusader/trunk/kde_bug325801.diff)
  krusader/repos/community-staging-i686/krusader.install
(from rev 150358, krusader/trunk/krusader.install)
  krusader/repos/community-staging-x86_64/
  krusader/repos/community-staging-x86_64/PKGBUILD
(from rev 150358, krusader/trunk/PKGBUILD)
  krusader/repos/community-staging-x86_64/kde_bug309119.diff
(from rev 150358, krusader/trunk/kde_bug309119.diff)
  krusader/repos/community-staging-x86_64/kde_bug325801.diff
(from rev 150358, krusader/trunk/kde_bug325801.diff)
  krusader/repos/community-staging-x86_64/krusader.install
(from rev 150358, krusader/trunk/krusader.install)

-+
 community-staging-i686/PKGBUILD |   47 +++
 community-staging-i686/kde_bug309119.diff   |   21 +++
 community-staging-i686/kde_bug325801.diff   |  157 ++
 community-staging-i686/krusader.install |   11 +
 community-staging-x86_64/PKGBUILD   |   47 +++
 community-staging-x86_64/kde_bug309119.diff |   21 +++
 community-staging-x86_64/kde_bug325801.diff |  157 ++
 community-staging-x86_64/krusader.install   |   11 +
 8 files changed, 472 insertions(+)

Copied: krusader/repos/community-staging-i686/PKGBUILD (from rev 150358, 
krusader/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 18:29:10 UTC (rev 150359)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 149613 2012-02-08 20:20:01Z pierre $
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexander Baldeck 
+# Contributor: Lucien Immink 
+
+pkgname=krusader
+pkgver=2.4.0beta3
+_pkgver=2.4.0-beta3
+pkgrel=7
+pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
+arch=('i686' 'x86_64')
+url="http://krusader.sourceforge.net/";
+license=('GPL')
+depends=('kdebase-runtime' 'kdebase-lib' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-keditbookmarks: to edit bookmarks'
+'kdebase-konsole: open an embedded terminal')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2";
+"kde_bug309119.diff" "kde_bug325801.diff")
+md5sums=('62a02db3f213bb76805ca6c958e9e263'
+ '5e9952f6ac38e5ce323eb95ca6f20db6'
+ '55fd27e4888e15e8b3bd8ab08b85aa9e')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  # fix KDE bug 309119 - "New directory" dialog: can't clear all typed text
+  patch -Np1 < "$srcdir/kde_bug309119.diff" || true
+  # fix KDE bug 32580 -  Showing contents of rar archives is broken with unrar 
5.00
+  patch -Np1 < "$srcdir/kde_bug325801.diff" || true
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  cmake . \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: krusader/repos/community-staging-i686/kde_bug309119.diff (from rev 
150358, krusader/trunk/kde_bug309119.diff)
===
--- community-staging-i686/kde_bug309119.diff   (rev 0)
+++ community-staging-i686/kde_bug309119.diff   2015-12-08 18:29:10 UTC (rev 
150359)
@@ -0,0 +1,21 @@
+commit 5cb23ac98046a07d5db3a52b41e3a42544eb13f9
+Author: Jan Lepper 
+Date:   Wed Jan 2 21:38:52 2013 +0100
+
+FIXED: [ 309119 ] Wrong "New directory" dialog behavior: can't clear all 
typed text
+return QValidator::Intermediate instead of Invalid when input is empty
+BUG: 309119
+
+diff --git a/krusader/Panel/panelfunc.cpp b/krusader/Panel/panelfunc.cpp
+index 2f696da..8935ddf 100644
+--- a/krusader/Panel/panelfunc.cpp
 b/krusader/Panel/panelfunc.cpp
+@@ -100,7 +100,7 @@ class FilePathValidator : public QValidator
+ {
+ public:
+ virtual State validate(QString &input, int &pos) const {
+-return input.isEmpty() ? Invalid : Acceptable;
++return input.isEmpty() ? Intermediate : Acceptable;
+ }
+ };
+ 

Copied: krusader/repos/community-staging-i686/kde_bug325801.diff (from rev 
150358, krusader/trunk/kde_bug325801.diff)
===
--- community-staging-i686/kde_bug325801.diff   (rev 0)
+++ community-staging-i686/kde_bug325801.diff   2015-12-08 18:29:10 UTC (rev 

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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:28:55
  Author: bpiotrowski
Revision: 150358

C++11 ABI rebuild

Modified:
  krusader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:28:35 UTC (rev 150357)
+++ PKGBUILD2015-12-08 18:28:55 UTC (rev 150358)
@@ -7,7 +7,7 @@
 pkgname=krusader
 pkgver=2.4.0beta3
 _pkgver=2.4.0-beta3
-pkgrel=6
+pkgrel=7
 pkgdesc="An alternative file manager for KDE resembling Midnight Commander"
 arch=('i686' 'x86_64')
 url="http://krusader.sourceforge.net/";


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:28:35
  Author: foutrelis
Revision: 150357

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-08 18:28:29 UTC (rev 150356)
+++ PKGBUILD2015-12-08 18:28:35 UTC (rev 150357)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.548
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
-md5sums=('33544137ff1c8dedc428b8e077be2326')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -d "$pkgdir/usr/share/licenses"
-  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 150356, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-08 18:28:35 UTC (rev 150357)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.554
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";)
+md5sums=('bebd3980dff90071de0fb254b2ea090b')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "${pkgname#*-}" "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 19:40:08
  Author: arojas
Revision: 254006

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

Added:
  plasma-desktop/repos/staging-i686/
  plasma-desktop/repos/staging-i686/PKGBUILD
(from rev 254005, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/staging-i686/plasma-desktop.install
(from rev 254005, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/staging-x86_64/
  plasma-desktop/repos/staging-x86_64/PKGBUILD
(from rev 254005, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/staging-x86_64/plasma-desktop.install
(from rev 254005, plasma-desktop/trunk/plasma-desktop.install)

---+
 staging-i686/PKGBUILD |   43 
 staging-i686/plasma-desktop.install   |   12 
 staging-x86_64/PKGBUILD   |   43 
 staging-x86_64/plasma-desktop.install |   12 
 4 files changed, 110 insertions(+)

Copied: plasma-desktop/repos/staging-i686/PKGBUILD (from rev 254005, 
plasma-desktop/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:40:08 UTC (rev 254006)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('f5a0f34305300e6ed5731dc02df897b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-desktop/repos/staging-i686/plasma-desktop.install (from rev 
254005, plasma-desktop/trunk/plasma-desktop.install)
===
--- staging-i686/plasma-desktop.install (rev 0)
+++ staging-i686/plasma-desktop.install 2015-12-08 18:40:08 UTC (rev 254006)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: plasma-desktop/repos/staging-x86_64/PKGBUILD (from rev 254005, 
plasma-desktop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:40:08 UTC (rev 254006)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('f5a0f34305300e6ed5731dc02df897b6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-desktop/repos/staging-x86_64/plasma-desktop.install (from rev 
254005, plasma-desktop/trunk/plasma-desktop.install)
===
--- staging-x86_64/plasma-desktop.install

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 19:39:56
  Author: arojas
Revision: 254005

C++11 ABI rebuild

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:28:13 UTC (rev 254004)
+++ PKGBUILD2015-12-08 18:39:56 UTC (rev 254005)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:46:30
  Author: bpiotrowski
Revision: 254007

C++11 ABI rebuild

Modified:
  kdepim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:40:08 UTC (rev 254006)
+++ PKGBUILD2015-12-08 18:46:30 UTC (rev 254007)
@@ -7,7 +7,7 @@
 pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kleopatra kmail knotes
  kontact korganizer ktnef libkdepim)
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:46:51
  Author: bpiotrowski
Revision: 254008

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

Added:
  kdepim/repos/staging-i686/
  kdepim/repos/staging-i686/PKGBUILD
(from rev 254007, kdepim/trunk/PKGBUILD)
  kdepim/repos/staging-i686/akregator.install
(from rev 254007, kdepim/trunk/akregator.install)
  kdepim/repos/staging-i686/kaddressbook.install
(from rev 254007, kdepim/trunk/kaddressbook.install)
  kdepim/repos/staging-i686/kdepim.install
(from rev 254007, kdepim/trunk/kdepim.install)
  kdepim/repos/staging-i686/kleopatra.install
(from rev 254007, kdepim/trunk/kleopatra.install)
  kdepim/repos/staging-i686/kmail.install
(from rev 254007, kdepim/trunk/kmail.install)
  kdepim/repos/staging-i686/korganizer.install
(from rev 254007, kdepim/trunk/korganizer.install)
  kdepim/repos/staging-i686/ktnef.install
(from rev 254007, kdepim/trunk/ktnef.install)
  kdepim/repos/staging-x86_64/
  kdepim/repos/staging-x86_64/PKGBUILD
(from rev 254007, kdepim/trunk/PKGBUILD)
  kdepim/repos/staging-x86_64/akregator.install
(from rev 254007, kdepim/trunk/akregator.install)
  kdepim/repos/staging-x86_64/kaddressbook.install
(from rev 254007, kdepim/trunk/kaddressbook.install)
  kdepim/repos/staging-x86_64/kdepim.install
(from rev 254007, kdepim/trunk/kdepim.install)
  kdepim/repos/staging-x86_64/kleopatra.install
(from rev 254007, kdepim/trunk/kleopatra.install)
  kdepim/repos/staging-x86_64/kmail.install
(from rev 254007, kdepim/trunk/kmail.install)
  kdepim/repos/staging-x86_64/korganizer.install
(from rev 254007, kdepim/trunk/korganizer.install)
  kdepim/repos/staging-x86_64/ktnef.install
(from rev 254007, kdepim/trunk/ktnef.install)

-+
 staging-i686/PKGBUILD   |  217 ++
 staging-i686/akregator.install  |   12 +
 staging-i686/kaddressbook.install   |   12 +
 staging-i686/kdepim.install |   13 ++
 staging-i686/kleopatra.install  |   12 +
 staging-i686/kmail.install  |   12 +
 staging-i686/korganizer.install |   12 +
 staging-i686/ktnef.install  |   12 +
 staging-x86_64/PKGBUILD |  217 ++
 staging-x86_64/akregator.install|   12 +
 staging-x86_64/kaddressbook.install |   12 +
 staging-x86_64/kdepim.install   |   13 ++
 staging-x86_64/kleopatra.install|   12 +
 staging-x86_64/kmail.install|   12 +
 staging-x86_64/korganizer.install   |   12 +
 staging-x86_64/ktnef.install|   12 +
 16 files changed, 604 insertions(+)

Copied: kdepim/repos/staging-i686/PKGBUILD (from rev 254007, 
kdepim/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:46:51 UTC (rev 254008)
@@ -0,0 +1,217 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kleopatra kmail knotes
+ kontact korganizer ktnef libkdepim)
+pkgver=15.08.3
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdepim')
+makedepends=(extra-cmake-modules kdepim-runtime qt5-tools grantlee-qt5 
kdoctools knewstuff khtml
+   ktexteditor kdnssd kldap libktnef boost kontactinterface 
kxmlrpcclient kblog akonadi-search)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz";)
+sha1sums=('3b8f2d7c871e7108a867bcd02a0449e7346faccc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgbase-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_TESTING=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+   -DLIBEXEC_INSTALL_DIR=lib
+   make
+}
+
+package_akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=('libkdepim')
+   conflicts=("kdepim-$pkgname")
+   url='http://pim.kde.org'
+   install='kdepim.install'
+   cd build/akonadiconsole
+   make DESTDIR="$pkgdir" install
+}
+
+package_akregator() {
+   pkgdesc='A Feed Reader for KDE'
+   depends=('libkdepim' 'khtml' 'kontactinterface')
+conflicts=("kdepim-$pkgname")
+   url="http://kde.org/applications/internet/akregator/";
+   install='akregator.install'
+   cd build/akregator
+   make DESTDIR="$pkgdir" install
+   cd "$srcdir"/build/doc/akregator
+   make DESTDIR="$pkgdir" install
+}
+
+package_blogilo() {
+   pkgdesc='A KDE Blogging Client'
+   depends=('libkdepim' 'kblog' 'ktexteditor')
+conflicts=("kdepim-$pkgname")
+   url="http://kde.org/applicati

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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:49:06
  Author: bpiotrowski
Revision: 150360

C++11 ABI rebuild

Modified:
  yakuake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:29:10 UTC (rev 150359)
+++ PKGBUILD2015-12-08 18:49:06 UTC (rev 150360)
@@ -6,7 +6,7 @@
 
 pkgname=yakuake
 pkgver=2.9.9
-pkgrel=4
+pkgrel=5
 pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
 arch=('i686' 'x86_64')
 url='http://yakuake.kde.org/'


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:49:13
  Author: bpiotrowski
Revision: 150361

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

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

--+
 community-staging-i686/PKGBUILD  |   32 +
 community-staging-i686/yakuake.install   |   11 +
 community-staging-x86_64/PKGBUILD|   32 +
 community-staging-x86_64/yakuake.install |   11 +
 4 files changed, 86 insertions(+)

Copied: yakuake/repos/community-staging-i686/PKGBUILD (from rev 150360, 
yakuake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 18:49:13 UTC (rev 150361)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=5
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsolepart4')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: yakuake/repos/community-staging-i686/yakuake.install (from rev 150360, 
yakuake/trunk/yakuake.install)
===
--- community-staging-i686/yakuake.install  (rev 0)
+++ community-staging-i686/yakuake.install  2015-12-08 18:49:13 UTC (rev 
150361)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: yakuake/repos/community-staging-x86_64/PKGBUILD (from rev 150360, 
yakuake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 18:49:13 UTC (rev 150361)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=5
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('konsolepart4')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: yakuake/repos/community-staging-x86_64/yakuake.install (from rev 
150360, yakuake/trunk/yakuake.install)
===
--- community-staging-x86_64/yakuake.install(rev 0)
+++ community-staging-x86_64/yakuake.install2015-12-08 18:49:13 UTC (rev 
150361)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:51:54
  Author: bpiotrowski
Revision: 254010

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

Added:
  dolphin-plugins/repos/staging-i686/
  dolphin-plugins/repos/staging-i686/PKGBUILD
(from rev 254009, dolphin-plugins/trunk/PKGBUILD)
  dolphin-plugins/repos/staging-x86_64/
  dolphin-plugins/repos/staging-x86_64/PKGBUILD
(from rev 254009, dolphin-plugins/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: dolphin-plugins/repos/staging-i686/PKGBUILD (from rev 254009, 
dolphin-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 18:51:54 UTC (rev 254010)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins";
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('4edc47123a9cb121d475d9aa34706518')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin-plugins/repos/staging-x86_64/PKGBUILD (from rev 254009, 
dolphin-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 18:51:54 UTC (rev 254010)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=15.08.3
+pkgrel=2
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins";
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('4edc47123a9cb121d475d9aa34706518')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:53:33
  Author: foutrelis
Revision: 254011

C++11 ABI rebuild

Modified:
  kdeplasma4-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:51:54 UTC (rev 254010)
+++ PKGBUILD2015-12-08 18:53:33 UTC (rev 254011)
@@ -79,7 +79,7 @@
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
 pkgver=4.14.3
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
 license=('GPL' 'LGPL')


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 19:54:08
  Author: foutrelis
Revision: 254012

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

Added:
  kdeplasma4-addons/repos/staging-i686/
  kdeplasma4-addons/repos/staging-i686/PKGBUILD
(from rev 254011, kdeplasma4-addons/trunk/PKGBUILD)
  kdeplasma4-addons/repos/staging-i686/kdeplasma-addons-applets-lancelot.install
(from rev 254011, 
kdeplasma4-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma4-addons/repos/staging-i686/kdeplasma4-addons.install
(from rev 254011, kdeplasma4-addons/trunk/kdeplasma4-addons.install)
  kdeplasma4-addons/repos/staging-x86_64/
  kdeplasma4-addons/repos/staging-x86_64/PKGBUILD
(from rev 254011, kdeplasma4-addons/trunk/PKGBUILD)
  
kdeplasma4-addons/repos/staging-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 254011, 
kdeplasma4-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma4-addons/repos/staging-x86_64/kdeplasma4-addons.install
(from rev 254011, kdeplasma4-addons/trunk/kdeplasma4-addons.install)

--+
 staging-i686/PKGBUILD|  652 +
 staging-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 staging-i686/kdeplasma4-addons.install   |   11 
 staging-x86_64/PKGBUILD  |  652 +
 staging-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 staging-x86_64/kdeplasma4-addons.install |   11 
 6 files changed, 1350 insertions(+)

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


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 19:51:41
  Author: bpiotrowski
Revision: 254009

C++11 ABI rebuild

Modified:
  dolphin-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:46:51 UTC (rev 254008)
+++ PKGBUILD2015-12-08 18:51:41 UTC (rev 254009)
@@ -5,7 +5,7 @@
 
 pkgname=dolphin-plugins
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra Dolphin plugins"
 arch=(i686 x86_64)
 url="https://projects.kde.org/dolphin-plugins";


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 20:13:51
  Author: foutrelis
Revision: 150362

Lock revision for C++11 ABI rebuild

Modified:
  xmlrpc-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 18:49:13 UTC (rev 150361)
+++ PKGBUILD2015-12-08 19:13:51 UTC (rev 150362)
@@ -8,6 +8,7 @@
 # Using the Advanced version
 pkgver=1.41.01
 pkgrel=2
+_svnrev=2726
 epoch=1
 pkgdesc='XML-RPC for C and C++'
 arch=('x86_64' 'i686')
@@ -16,7 +17,7 @@
 depends=('curl' 'libxml2')
 makedepends=('libtool' 'setconf' 'python' 'subversion')
 options=('!makeflags' '!emptydirs')
-source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
 sha1sums=('SKIP')
 
 pkgver() {


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 20:14:06
  Author: foutrelis
Revision: 150363

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

Added:
  xmlrpc-c/repos/community-staging-i686/
  xmlrpc-c/repos/community-staging-i686/PKGBUILD
(from rev 150362, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-staging-x86_64/
  xmlrpc-c/repos/community-staging-x86_64/PKGBUILD
(from rev 150362, xmlrpc-c/trunk/PKGBUILD)

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

Copied: xmlrpc-c/repos/community-staging-i686/PKGBUILD (from rev 150362, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 19:14:06 UTC (rev 150363)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Advanced version
+pkgver=1.41.01
+pkgrel=2
+_svnrev=2726
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print("%01d.%02d.%02d" % tuple(map(int, (x.rsplit(" ",1)[1] for x 
in open("advanced/version.mk").read().split("\n")[-4:-1]'
+}
+
+build() {
+  cd advanced
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL="$CFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS"
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-staging-x86_64/PKGBUILD (from rev 150362, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 19:14:06 UTC (rev 150363)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Advanced version
+pkgver=1.41.01
+pkgrel=2
+_svnrev=2726
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print("%01d.%02d.%02d" % tuple(map(int, (x.rsplit(" ",1)[1] for x 
in open("advanced/version.mk").read().split("\n")[-4:-1]'
+}
+
+build() {
+  cd advanced
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL="$CFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS"
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 20:17:01
  Author: foutrelis
Revision: 150364

Remove bluegriffon/repos/community-testing-*

Deleted:
  bluegriffon/repos/community-testing-i686/
  bluegriffon/repos/community-testing-x86_64/


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 20:26:17
  Author: foutrelis
Revision: 254014

Lock revision for C++11 ABI rebuild

Modified:
  portsmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-08 19:24:57 UTC (rev 254013)
+++ PKGBUILD2015-12-08 19:26:17 UTC (rev 254014)
@@ -11,7 +11,8 @@
 depends=('gcc-libs')
 makedepends=('subversion')
 options=('!staticlibs')
-source=(portsmf::svn+https://portmedia.svn.sourceforge.net/svnroot/portmedia/portsmf/trunk
 portsmf-shared.patch)
+source=(portsmf::svn+https://svn.code.sf.net/p/portmedia/code/portsmf/trunk#revision=$pkgver
+portsmf-shared.patch)
 sha1sums=('SKIP'
   'd07104f2b62e1458b8ff40b27673d992431d801d')
 


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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 20:26:33
  Author: foutrelis
Revision: 254015

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

Added:
  portsmf/repos/staging-i686/
  portsmf/repos/staging-i686/PKGBUILD
(from rev 254014, portsmf/trunk/PKGBUILD)
  portsmf/repos/staging-i686/portsmf-shared.patch
(from rev 254014, portsmf/trunk/portsmf-shared.patch)
  portsmf/repos/staging-x86_64/
  portsmf/repos/staging-x86_64/PKGBUILD
(from rev 254014, portsmf/trunk/PKGBUILD)
  portsmf/repos/staging-x86_64/portsmf-shared.patch
(from rev 254014, portsmf/trunk/portsmf-shared.patch)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-i686/portsmf-shared.patch   |   35 
 staging-x86_64/PKGBUILD |   42 ++
 staging-x86_64/portsmf-shared.patch |   35 
 4 files changed, 154 insertions(+)

Copied: portsmf/repos/staging-i686/PKGBUILD (from rev 254014, 
portsmf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 19:26:33 UTC (rev 254015)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=portsmf
+pkgver=228
+pkgrel=2
+pkgdesc="Portable library for reading/writing Standard MIDI Files"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/p/portmedia/wiki/portsmf/";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('subversion')
+options=('!staticlibs')
+source=(portsmf::svn+https://svn.code.sf.net/p/portmedia/code/portsmf/trunk#revision=$pkgver
+portsmf-shared.patch)
+sha1sums=('SKIP'
+  'd07104f2b62e1458b8ff40b27673d992431d801d')
+
+pkgver() {
+  cd $pkgname
+  printf "%s" "$(svnversion | tr -d 'A-z')"
+}
+
+prepare() {
+  cd $pkgname
+  chmod 755 configure
+  patch -p1 -i "${srcdir}/portsmf-shared.patch"
+  autoreconf -f -i
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libdir=/usr/lib --includedir=/usr/include/portsmf
+  make 
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" includedir=/usr/include/portsmf install
+  install -D -m644 portSMF.pc "${pkgdir}/usr/lib/pkgconfig/portSMF.pc"
+  install -D -m644 license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: portsmf/repos/staging-i686/portsmf-shared.patch (from rev 254014, 
portsmf/trunk/portsmf-shared.patch)
===
--- staging-i686/portsmf-shared.patch   (rev 0)
+++ staging-i686/portsmf-shared.patch   2015-12-08 19:26:33 UTC (rev 254015)
@@ -0,0 +1,35 @@
+--- portsmf/configure.ac.orig  2013-06-22 20:54:59.0 +0200
 portsmf/configure.ac   2013-06-22 21:52:25.212040115 +0200
+@@ -23,7 +23,7 @@
+ dnl keep autools files in a subdirectory
+ AC_CONFIG_AUX_DIR(autotools)
+ # which also contains a subdir containing macros
+-AC_CONFIG_MACRO_DIR([autotools/m4])
++dnl AC_CONFIG_MACRO_DIR([autotools/m4])
+ dnl set up automake
+ AM_INIT_AUTOMAKE([-Wall foreign])
+ dnl Audacity policy: don't enable automatic rebuild of configure et al if 
+@@ -49,7 +49,7 @@
+ dnl we will need an "install" program to be available
+ AC_PROG_INSTALL
+ dnl and ranlib for static libraries
+-AC_PROG_RANLIB
++AC_PROG_LIBTOOL
+ 
+ dnl Make the install prefix available to the program so that the pkg-config 
file
+ dnl can be created correctly
+--- portsmf/Makefile.am.orig   2013-06-22 20:55:00.0 +0200
 portsmf/Makefile.am2013-06-22 21:52:52.898705781 +0200
+@@ -6,10 +6,10 @@
+ ACLOCAL_AMFLAGS = -I autotools/m4
+ 
+ # define the output library (link with -lportSMF)
+-lib_LIBRARIES = libportSMF.a
++lib_LTLIBRARIES = libportSMF.la
+ 
+ # define the source files to use
+-libportSMF_a_SOURCES = allegro.cpp \
++libportSMF_la_SOURCES = allegro.cpp \
+   allegrosmfwr.cpp \
+   allegrord.cpp \
+   allegrowr.cpp \

Copied: portsmf/repos/staging-x86_64/PKGBUILD (from rev 254014, 
portsmf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 19:26:33 UTC (rev 254015)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=portsmf
+pkgver=228
+pkgrel=2
+pkgdesc="Portable library for reading/writing Standard MIDI Files"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/p/portmedia/wiki/portsmf/";
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('subversion')
+options=('!staticlibs')
+source=(portsmf::svn+https://svn.code.sf.net/p/portmedia/code/portsmf/trunk#revision=$pkgver
+portsmf-shared.patch)
+sha1sums=('SKIP'
+  'd07104f2b62e1458b8ff40b27673d992431d801d')
+
+pkgver() {
+  cd $pkgname
+  printf "%s" "$(svnversion | tr -d 'A-z')"
+}
+
+prepare() {
+  cd $pkgname
+  chmod 755 configure
+  patch -p1 -i "${srcdir}/portsm

[arch-commits] Commit in libmspub/repos/staging-i686 (PKGBUILD)

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 21:28:07
  Author: foutrelis
Revision: 254030

archrelease: copy trunk to staging-i686

Added:
  libmspub/repos/staging-i686/PKGBUILD
(from rev 254029, libmspub/trunk/PKGBUILD)

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

Copied: libmspub/repos/staging-i686/PKGBUILD (from rev 254029, 
libmspub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-08 20:28:07 UTC (rev 254030)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libmspub
+pkgver=0.1.2
+pkgrel=4
+pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
+arch=('i686' 'x86_64')
+url="https://wiki.documentfoundation.org/DLP/Libraries/libmspub";
+license=('GPL2' 'LGPL2.1' 'MPL')
+depends=('libwpd' 'icu' 'librevenge')
+makedepends=('libwpg' 'boost' 'doxygen')
+source=(http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('050b8b29c2620fdbfb5d8561d4d08a11')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --with-docs
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (37 files)

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:52:59
  Author: arojas
Revision: 254704

C++11 ABI rebuild

Modified:
  bluedevil/kde-unstable/PKGBUILD
  breeze-gtk/kde-unstable/PKGBUILD
  breeze/kde-unstable/PKGBUILD
  kde-cli-tools/kde-unstable/PKGBUILD
  kde-gtk-config/kde-unstable/PKGBUILD
  kdecoration/kde-unstable/PKGBUILD
  kdeplasma-addons/kde-unstable/PKGBUILD
  kgamma5/kde-unstable/PKGBUILD
  khelpcenter/kde-unstable/PKGBUILD
  khotkeys/kde-unstable/PKGBUILD
  kinfocenter/kde-unstable/PKGBUILD
  kmenuedit/kde-unstable/PKGBUILD
  kscreen/kde-unstable/PKGBUILD
  kscreenlocker/kde-unstable/PKGBUILD
  ksshaskpass/kde-unstable/PKGBUILD
  ksysguard/kde-unstable/PKGBUILD
  kwallet-pam/kde-unstable/PKGBUILD
  kwayland-integration/kde-unstable/PKGBUILD
  kwayland/kde-unstable/PKGBUILD
  kwin/kde-unstable/PKGBUILD
  kwrited/kde-unstable/PKGBUILD
  libkscreen/kde-unstable/PKGBUILD
  libksysguard/kde-unstable/PKGBUILD
  milou/kde-unstable/PKGBUILD
  oxygen/kde-unstable/PKGBUILD
  plasma-desktop/kde-unstable/PKGBUILD
  plasma-mediacenter/kde-unstable/PKGBUILD
  plasma-nm/kde-unstable/PKGBUILD
  plasma-pa/kde-unstable/PKGBUILD
  plasma-sdk/kde-unstable/PKGBUILD
  plasma-workspace-wallpapers/kde-unstable/PKGBUILD
  plasma-workspace/kde-unstable/PKGBUILD
  polkit-kde-agent/kde-unstable/PKGBUILD
  powerdevil/kde-unstable/PKGBUILD
  sddm-kcm/kde-unstable/PKGBUILD
  systemsettings/kde-unstable/PKGBUILD
  user-manager/kde-unstable/PKGBUILD

---+
 bluedevil/kde-unstable/PKGBUILD   |2 +-
 breeze-gtk/kde-unstable/PKGBUILD  |6 +++---
 breeze/kde-unstable/PKGBUILD  |2 +-
 kde-cli-tools/kde-unstable/PKGBUILD   |2 +-
 kde-gtk-config/kde-unstable/PKGBUILD  |2 +-
 kdecoration/kde-unstable/PKGBUILD |2 +-
 kdeplasma-addons/kde-unstable/PKGBUILD|2 +-
 kgamma5/kde-unstable/PKGBUILD |2 +-
 khelpcenter/kde-unstable/PKGBUILD |2 +-
 khotkeys/kde-unstable/PKGBUILD|2 +-
 kinfocenter/kde-unstable/PKGBUILD |2 +-
 kmenuedit/kde-unstable/PKGBUILD   |2 +-
 kscreen/kde-unstable/PKGBUILD |2 +-
 kscreenlocker/kde-unstable/PKGBUILD   |2 +-
 ksshaskpass/kde-unstable/PKGBUILD |2 +-
 ksysguard/kde-unstable/PKGBUILD   |2 +-
 kwallet-pam/kde-unstable/PKGBUILD |2 +-
 kwayland-integration/kde-unstable/PKGBUILD|2 +-
 kwayland/kde-unstable/PKGBUILD|2 +-
 kwin/kde-unstable/PKGBUILD|2 +-
 kwrited/kde-unstable/PKGBUILD |2 +-
 libkscreen/kde-unstable/PKGBUILD  |2 +-
 libksysguard/kde-unstable/PKGBUILD|2 +-
 milou/kde-unstable/PKGBUILD   |2 +-
 oxygen/kde-unstable/PKGBUILD  |2 +-
 plasma-desktop/kde-unstable/PKGBUILD  |2 +-
 plasma-mediacenter/kde-unstable/PKGBUILD  |2 +-
 plasma-nm/kde-unstable/PKGBUILD   |2 +-
 plasma-pa/kde-unstable/PKGBUILD   |2 +-
 plasma-sdk/kde-unstable/PKGBUILD  |2 +-
 plasma-workspace-wallpapers/kde-unstable/PKGBUILD |2 +-
 plasma-workspace/kde-unstable/PKGBUILD|2 +-
 polkit-kde-agent/kde-unstable/PKGBUILD|2 +-
 powerdevil/kde-unstable/PKGBUILD  |2 +-
 sddm-kcm/kde-unstable/PKGBUILD|2 +-
 systemsettings/kde-unstable/PKGBUILD  |2 +-
 user-manager/kde-unstable/PKGBUILD|2 +-
 37 files changed, 39 insertions(+), 39 deletions(-)

Modified: bluedevil/kde-unstable/PKGBUILD
===
--- bluedevil/kde-unstable/PKGBUILD 2015-12-08 20:50:01 UTC (rev 254703)
+++ bluedevil/kde-unstable/PKGBUILD 2015-12-08 21:52:59 UTC (rev 254704)
@@ -5,7 +5,7 @@
 
 pkgname=bluedevil
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
 arch=('i686' 'x86_64')

Modified: breeze/kde-unstable/PKGBUILD
===
--- breeze/kde-unstable/PKGBUILD2015-12-08 20:50:01 UTC (rev 254703)
+++ breeze/kde-unstable/PKGBUILD2015-12-08 21:52:59 UTC (rev 254704)
@@ -7,7 +7,7 @@
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
 pkgver=5.5.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
 license=('LGPL')

Modified: breeze-gtk/kde-unstable/PKGBUILD
===
--- breeze-gtk/kde-unstable/PKGBUILD2015-12-08 20:50:01 UTC (rev 254703)
+++ breeze-gtk/kde-unstable/PKGBUILD2015-12-08 21:52:59 UTC (rev 254704

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:55:40
  Author: arojas
Revision: 254705

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

Added:
  kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 254704, kwayland/kde-unstable/PKGBUILD)
  kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254704, kwayland/kde-unstable/PKGBUILD)
Deleted:
  kwayland/repos/kde-unstable-i686/PKGBUILD
  kwayland/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:52:59 UTC (rev 254704)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:55:40 UTC (rev 254705)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 254704, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:55:40 UTC (rev 254705)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:52:59 UTC (rev 254704)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:55:40 UTC (rev 254705)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 254704, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:55:40 UTC (rev 254705)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Releas

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:56:02
  Author: arojas
Revision: 254706

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

Added:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
(from rev 254705, kscreenlocker/kde-unstable/PKGBUILD)
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254705, kscreenlocker/kde-unstable/PKGBUILD)
Deleted:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:55:40 UTC (rev 254705)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:56:02 UTC (rev 254706)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kscreenlocker'
-license=(LGPL)
-groups=(plasma)
-depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('29bddc4e4ab94f7e0cf5ad7b43f40bed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-i686/PKGBUILD (from rev 254705, 
kscreenlocker/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:56:02 UTC (rev 254706)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreenlocker'
+license=(LGPL)
+groups=(plasma)
+depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('29bddc4e4ab94f7e0cf5ad7b43f40bed')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:55:40 UTC (rev 254705)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:02 UTC (rev 254706)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kscreenlocker'
-license=(LGPL)
-groups=(plasma)
-depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('29bddc4e4ab94f7e0cf5ad7b43f40bed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD (from rev 254705, 
kscreenlocker/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:02 UTC (rev 254706)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreenlocker'
+license=(LGPL)
+groups=(plasma)
+depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
+makedepends=(extra-cm

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:56:43
  Author: arojas
Revision: 254708

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 254707, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
(from rev 254707, kwin/kde-unstable/kwin.install)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254707, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 254707, kwin/kde-unstable/kwin.install)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-i686/kwin.install
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 /PKGBUILD|   78 +
 /kwin.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   39 --
 kde-unstable-i686/kwin.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   39 --
 kde-unstable-x86_64/kwin.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:56:23 UTC (rev 254707)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:56:43 UTC (rev 254708)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('613586192701ed2a0a08acc4a8d78874')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 254707, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:56:43 UTC (rev 254708)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('613586192701ed2a0a08acc4a8d78874')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kwin.install
===
--- kde-unstable-i686/kwin.install  2015-12-08 21:56:23 UTC (rev 254707)
+++ kde-unstable-i686/kwin.install  2015-12-08 21:56:43 UTC (rev 254708)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 254707, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-12-08 21:56:43 UTC (rev 254708)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:23 UTC (rev 254707)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:43 UTC (rev 254708)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpi

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:56:23
  Author: arojas
Revision: 254707

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

Added:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 254706, kdecoration/kde-unstable/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254706, kdecoration/kde-unstable/PKGBUILD)
Deleted:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:56:02 UTC (rev 254706)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:56:23 UTC (rev 254707)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 254706, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:56:23 UTC (rev 254707)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:02 UTC (rev 254706)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:23 UTC (rev 254707)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-x86_64/PKGBUILD (from rev 254706, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:56:23 UTC (rev 254707)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:57:53
  Author: arojas
Revision: 254710

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

Added:
  breeze/repos/kde-unstable-i686/PKGBUILD
(from rev 254709, breeze/kde-unstable/PKGBUILD)
  breeze/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254709, breeze/kde-unstable/PKGBUILD)
Deleted:
  breeze/repos/kde-unstable-i686/PKGBUILD
  breeze/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:57:19 UTC (rev 254709)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:57:53 UTC (rev 254710)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.5.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";)
-md5sums=('18a2661718d8f24beb591a9f08cc3942')
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve "$pkgdir"/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
"$pkgdir"/usr/share/apps/color-schemes/
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 254709, 
breeze/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:57:53 UTC (rev 254710)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.5.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";)
+md5sums=('18a2661718d8f24beb591a9f08cc3942')
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # make QtCurve preset and color scheme available for KDE4 too
+  install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes}
+  ln -s /usr/share/QtCurve/Bre

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:57:19
  Author: arojas
Revision: 254709

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

Added:
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 254708, oxygen/kde-unstable/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254708, oxygen/kde-unstable/PKGBUILD)
Deleted:
  oxygen/repos/kde-unstable-i686/PKGBUILD
  oxygen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:56:43 UTC (rev 254708)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:57:19 UTC (rev 254709)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
-pkgver=5.5.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('465ecaf98aba8ae8448f0e4c8dce4788')
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
-  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Cursors conflicts with kdebase-workspace
-  rm -r "${pkgdir}"/usr/share/icons/
-}
-
-package_oxygen-cursors() {
-  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
-  groups=('plasma')
-  conflicts=('kdebase-workspace')
-
-  cd build/cursors
-  make DESTDIR="${pkgdir}" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR="${pkgdir}" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 254708, 
oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:57:19 UTC (rev 254709)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.5.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('465ecaf98aba8ae8448f0e4c8dce4788')
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r "${pkgdir}"/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  make DESTDIR="${pkgdir}" install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR="${pkgdir}" install
+
+  # needed so that pure Qt4 a

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:58:59
  Author: arojas
Revision: 254711

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:57:53 UTC (rev 254710)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:58:59 UTC (rev 254711)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('43738e1cc83571da7589a2dae069e377')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 254710, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:58:59 UTC (rev 254711)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('43738e1cc83571da7589a2dae069e377')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:57:53 UTC (rev 254710)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:58:59 UTC (rev 254711)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('43738e1cc83571da7589a2dae069e377')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 254710, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:58:59 UTC (rev 254711)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contribut

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:59:45
  Author: arojas
Revision: 254713

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

Added:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 254712, libkscreen/kde-unstable/PKGBUILD)
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254712, libkscreen/kde-unstable/PKGBUILD)
Deleted:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:59:21 UTC (rev 254712)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:59:45 UTC (rev 254713)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";)
-md5sums=('a411e34f491faf15b62517654c48debb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/kde-unstable-i686/PKGBUILD (from rev 254712, 
libkscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:59:45 UTC (rev 254713)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";)
+md5sums=('a411e34f491faf15b62517654c48debb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:59:21 UTC (rev 254712)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:59:45 UTC (rev 254713)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";)
-md5sums=('a411e34f491faf15b62517654c48debb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 254712, 
libkscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:59:45 UTC (rev 254713)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Roj

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 22:59:21
  Author: arojas
Revision: 254712

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

Added:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 254711, libksysguard/kde-unstable/PKGBUILD)
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254711, libksysguard/kde-unstable/PKGBUILD)
Deleted:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:58:59 UTC (rev 254711)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:59:21 UTC (rev 254712)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('3dfcf5648147396ca2c180ec8e427dc2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 254711, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 21:59:21 UTC (rev 254712)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('3dfcf5648147396ca2c180ec8e427dc2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:58:59 UTC (rev 254711)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:59:21 UTC (rev 254712)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('3dfcf5648147396ca2c180ec8e427dc2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 254711, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 21:59:21 UTC (rev 254712)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('ext

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:00:51
  Author: arojas
Revision: 254714

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

Added:
  kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 254713, kwayland/kde-unstable/PKGBUILD)
  kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254713, kwayland/kde-unstable/PKGBUILD)
Deleted:
  kwayland/repos/kde-unstable-i686/PKGBUILD
  kwayland/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 21:59:45 UTC (rev 254713)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:00:51 UTC (rev 254714)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 254713, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:00:51 UTC (rev 254714)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 21:59:45 UTC (rev 254713)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:00:51 UTC (rev 254714)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 254713, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:00:51 UTC (rev 254714)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('5027a8b6a6afdbe61cf2d63e8c7dbb94')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Releas

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:01:13
  Author: arojas
Revision: 254715

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

Added:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
(from rev 254714, kscreenlocker/kde-unstable/PKGBUILD)
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254714, kscreenlocker/kde-unstable/PKGBUILD)
Deleted:
  kscreenlocker/repos/kde-unstable-i686/PKGBUILD
  kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:00:51 UTC (rev 254714)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:01:13 UTC (rev 254715)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kscreenlocker'
-license=(LGPL)
-groups=(plasma)
-depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('29bddc4e4ab94f7e0cf5ad7b43f40bed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-i686/PKGBUILD (from rev 254714, 
kscreenlocker/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:01:13 UTC (rev 254715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreenlocker'
+license=(LGPL)
+groups=(plasma)
+depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('29bddc4e4ab94f7e0cf5ad7b43f40bed')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:00:51 UTC (rev 254714)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:13 UTC (rev 254715)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kscreenlocker
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Library and components for secure lock screen architecture'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kscreenlocker'
-license=(LGPL)
-groups=(plasma)
-depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('29bddc4e4ab94f7e0cf5ad7b43f40bed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD (from rev 254714, 
kscreenlocker/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:13 UTC (rev 254715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Library and components for secure lock screen architecture'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kscreenlocker'
+license=(LGPL)
+groups=(plasma)
+depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
+makedepends=(extra-cm

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:01:32
  Author: arojas
Revision: 254716

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

Added:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 254715, kdecoration/kde-unstable/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254715, kdecoration/kde-unstable/PKGBUILD)
Deleted:
  kdecoration/repos/kde-unstable-i686/PKGBUILD
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:01:13 UTC (rev 254715)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:01:32 UTC (rev 254716)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 254715, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:01:32 UTC (rev 254716)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:13 UTC (rev 254715)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:32 UTC (rev 254716)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=kdecoration
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Plugin based library to create window decorations'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kdecoration'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
-md5sums=('62580c30ab98fe61c4e40a4b1abfeb68')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdecoration/repos/kde-unstable-x86_64/PKGBUILD (from rev 254715, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:32 UTC (rev 254716)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/$pkgver

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:02:35
  Author: arojas
Revision: 254719

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

Added:
  breeze/repos/kde-unstable-i686/PKGBUILD
(from rev 254718, breeze/kde-unstable/PKGBUILD)
  breeze/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254718, breeze/kde-unstable/PKGBUILD)
Deleted:
  breeze/repos/kde-unstable-i686/PKGBUILD
  breeze/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:02:12 UTC (rev 254718)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:02:35 UTC (rev 254719)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.5.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
- 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";)
-md5sums=('18a2661718d8f24beb591a9f08cc3942')
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-   'breeze-gtk: Breeze widget style for GTK applications'
-   'kcmutils: for breeze-settings')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve "$pkgdir"/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
"$pkgdir"/usr/share/apps/color-schemes/
-}
-
-package_breeze-kde4() {
-  pkgdesc='Breeze widget style for KDE4 applications'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR="$pkgdir" install
-
-  # needed for pure Qt4 apps
-  install -d "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 254718, 
breeze/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:02:35 UTC (rev 254719)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.5.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";)
+md5sums=('18a2661718d8f24beb591a9f08cc3942')
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration' 'kdecoration' 'breeze-icons')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+   'breeze-gtk: Breeze widget style for GTK applications'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # make QtCurve preset and color scheme available for KDE4 too
+  install -d "$pkgdir"/usr/share/apps/{QtCurve,color-schemes}
+  ln -s /usr/share/QtCurve/Bre

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:01:51
  Author: arojas
Revision: 254717

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 254716, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
(from rev 254716, kwin/kde-unstable/kwin.install)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254716, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 254716, kwin/kde-unstable/kwin.install)
Deleted:
  kwin/repos/kde-unstable-i686/PKGBUILD
  kwin/repos/kde-unstable-i686/kwin.install
  kwin/repos/kde-unstable-x86_64/PKGBUILD
  kwin/repos/kde-unstable-x86_64/kwin.install

--+
 /PKGBUILD|   78 +
 /kwin.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   39 --
 kde-unstable-i686/kwin.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   39 --
 kde-unstable-x86_64/kwin.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:01:32 UTC (rev 254716)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:01:51 UTC (rev 254717)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('613586192701ed2a0a08acc4a8d78874')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 254716, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:01:51 UTC (rev 254717)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('613586192701ed2a0a08acc4a8d78874')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kwin.install
===
--- kde-unstable-i686/kwin.install  2015-12-08 22:01:32 UTC (rev 254716)
+++ kde-unstable-i686/kwin.install  2015-12-08 22:01:51 UTC (rev 254717)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 254716, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-12-08 22:01:51 UTC (rev 254717)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:32 UTC (rev 254716)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:01:51 UTC (rev 254717)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpi

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:02:59
  Author: arojas
Revision: 254720

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:02:35 UTC (rev 254719)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:02:59 UTC (rev 254720)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.5.0
-pkgrel=2
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('43738e1cc83571da7589a2dae069e377')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 254719, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:02:59 UTC (rev 254720)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('43738e1cc83571da7589a2dae069e377')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:02:35 UTC (rev 254719)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:02:59 UTC (rev 254720)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.5.0
-pkgrel=2
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('43738e1cc83571da7589a2dae069e377')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 254719, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:02:59 UTC (rev 254720)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contribut

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:02:12
  Author: arojas
Revision: 254718

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

Added:
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 254717, oxygen/kde-unstable/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254717, oxygen/kde-unstable/PKGBUILD)
Deleted:
  oxygen/repos/kde-unstable-i686/PKGBUILD
  oxygen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:01:51 UTC (rev 254717)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:02:12 UTC (rev 254718)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
-pkgver=5.5.0
-pkgrel=2
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('465ecaf98aba8ae8448f0e4c8dce4788')
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
-  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
-  groups=('plasma')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Cursors conflicts with kdebase-workspace
-  rm -r "${pkgdir}"/usr/share/icons/
-}
-
-package_oxygen-cursors() {
-  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
-  groups=('plasma')
-  conflicts=('kdebase-workspace')
-
-  cd build/cursors
-  make DESTDIR="${pkgdir}" install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR="${pkgdir}" install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
"$pkgdir"/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 254717, 
oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:02:12 UTC (rev 254718)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.5.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('465ecaf98aba8ae8448f0e4c8dce4788')
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kdecoration' 'kcmutils')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r "${pkgdir}"/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  make DESTDIR="${pkgdir}" install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR="${pkgdir}" install
+
+  # needed so that pure Qt4 a

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:04:28
  Author: arojas
Revision: 254724

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

Added:
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 254723, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 254723, plasma-workspace/kde-unstable/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254723, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 254723, 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|  142 +
 /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, 160 insertions(+), 160 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:04:07 UTC (rev 254723)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:04:28 UTC (rev 254724)
@@ -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.5.0
-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/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz";
 'kde.pam')
-md5sums=('ac2d460f1e822df9da094c4e23d52bab'
- '378ee33a9ec2870a1a899f2e05ee00d4')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgbase}-${pkgver}
-  # be sure to use the Qt5 version of qtpaths
-  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.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 254723, 
plasma-workspace/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:04:28 UTC (rev 254724)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.5.0
+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'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=("http://download.kde.o

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:05:02
  Author: arojas
Revision: 254725

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

Added:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
(from rev 254724, khotkeys/kde-unstable/PKGBUILD)
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254724, khotkeys/kde-unstable/PKGBUILD)
Deleted:
  khotkeys/repos/kde-unstable-i686/PKGBUILD
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:04:28 UTC (rev 254724)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:05:02 UTC (rev 254725)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('913cbf4770c5beed41e48d028e30497e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khotkeys/repos/kde-unstable-i686/PKGBUILD (from rev 254724, 
khotkeys/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:05:02 UTC (rev 254725)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('913cbf4770c5beed41e48d028e30497e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:04:28 UTC (rev 254724)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:05:02 UTC (rev 254725)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=khotkeys
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='KHotKeys'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/khotkeys'
-license=('LGPL')
-depends=('plasma-workspace')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('913cbf4770c5beed41e48d028e30497e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khotkeys/repos/kde-unstable-x86_64/PKGBUILD (from rev 254724, 
khotkeys/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:05:02 UTC (rev 254725)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('913cbf4770c

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:04:07
  Author: arojas
Revision: 254723

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

Added:
  milou/repos/kde-unstable-i686/PKGBUILD
(from rev 254722, milou/kde-unstable/PKGBUILD)
  milou/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254722, milou/kde-unstable/PKGBUILD)
Deleted:
  milou/repos/kde-unstable-i686/PKGBUILD
  milou/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:03:45 UTC (rev 254722)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:04:07 UTC (rev 254723)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/milou/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('ca5920b3b3070cee296975047ad25a11')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: milou/repos/kde-unstable-i686/PKGBUILD (from rev 254722, 
milou/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:04:07 UTC (rev 254723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="A dedicated search application built on top of Baloo"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('ca5920b3b3070cee296975047ad25a11')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:03:45 UTC (rev 254722)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:04:07 UTC (rev 254723)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=milou
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="A dedicated search application built on top of Baloo"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/milou/'
-license=('LGPL')
-depends=('krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('ca5920b3b3070cee296975047ad25a11')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: milou/repos/kde-unstable-x86_64/PKGBUILD (from rev 254722, 
milou/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:04:07 UTC (rev 254723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.5.0
+pkgrel=2
+pkgdesc="A dedicated search application built on top of Baloo"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgve

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:03:22
  Author: arojas
Revision: 254721

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

Added:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 254720, libksysguard/kde-unstable/PKGBUILD)
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254720, libksysguard/kde-unstable/PKGBUILD)
Deleted:
  libksysguard/repos/kde-unstable-i686/PKGBUILD
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:02:59 UTC (rev 254720)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:03:22 UTC (rev 254721)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('3dfcf5648147396ca2c180ec8e427dc2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 254720, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:03:22 UTC (rev 254721)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('3dfcf5648147396ca2c180ec8e427dc2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:02:59 UTC (rev 254720)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:03:22 UTC (rev 254721)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=libksysguard
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='Libksysguard'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/libksysguard'
-license=('LGPL')
-depends=('libxres' 'plasma-framework' 'qt5-webkit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('3dfcf5648147396ca2c180ec8e427dc2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 254720, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:03:22 UTC (rev 254721)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('ext

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:03:45
  Author: arojas
Revision: 254722

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

Added:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 254721, libkscreen/kde-unstable/PKGBUILD)
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254721, libkscreen/kde-unstable/PKGBUILD)
Deleted:
  libkscreen/repos/kde-unstable-i686/PKGBUILD
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:03:22 UTC (rev 254721)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:03:45 UTC (rev 254722)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";)
-md5sums=('a411e34f491faf15b62517654c48debb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/kde-unstable-i686/PKGBUILD (from rev 254721, 
libkscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:03:45 UTC (rev 254722)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=libkscreen
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";)
+md5sums=('a411e34f491faf15b62517654c48debb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-08 22:03:22 UTC (rev 254721)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:03:45 UTC (rev 254722)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=libkscreen
-pkgver=5.5.0
-pkgrel=2
-pkgdesc='KDE screen management software'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libkscreen'
-license=('LGPL')
-depends=('qt5-x11extras' 'libxrandr')
-makedepends=('extra-cmake-modules')
-conflicts=('libkscreen-frameworks')
-replaces=('libkscreen-frameworks')
-provides=('libkscreen-frameworks')
-source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";)
-md5sums=('a411e34f491faf15b62517654c48debb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../libkscreen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 254721, 
libkscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-08 22:03:45 UTC (rev 254722)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Roj

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:05:46
  Author: arojas
Revision: 254727

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

Added:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 254726, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-i686/ksysguard.install
(from rev 254726, ksysguard/kde-unstable/ksysguard.install)
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254726, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install
(from rev 254726, ksysguard/kde-unstable/ksysguard.install)
Deleted:
  ksysguard/repos/kde-unstable-i686/PKGBUILD
  ksysguard/repos/kde-unstable-i686/ksysguard.install
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install

---+
 /PKGBUILD |   80 
 /ksysguard.install|   24 +
 kde-unstable-i686/PKGBUILD|   40 
 kde-unstable-i686/ksysguard.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   40 
 kde-unstable-x86_64/ksysguard.install |   12 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:05:25 UTC (rev 254726)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:05:46 UTC (rev 254727)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='Track and control the processes running in your system'
-arch=('i686' 'x86_64')
-url='https://userbase.kde.org/KSysGuard'
-license=('LGPL')
-depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
-md5sums=('49306b8c18a3db71fb8184758f36')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 254726, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:05:46 UTC (rev 254727)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='Track and control the processes running in your system'
+arch=('i686' 'x86_64')
+url='https://userbase.kde.org/KSysGuard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";)
+md5sums=('49306b8c18a3db71fb8184758f36')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/ksysguard.install
===
--- kde-unstable-i686/ksysguard.install 2015-12-08 22:05:25 UTC (rev 254726)
+++ kde-unstable-i686/ksysguard.install 2015-12-08 22:05:46 UTC (rev 254727)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ksysguard/repos/kde-unstable-i686/ksysguard.install (from rev 254726, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-12-08 22:05:46 UTC (rev 254727)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-08 Thread Antonio Rojas
Date: Tuesday, December 8, 2015 @ 23:05:25
  Author: arojas
Revision: 254726

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

Added:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
(from rev 254725, kinfocenter/kde-unstable/PKGBUILD)
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
(from rev 254725, kinfocenter/kde-unstable/kcm-about-distrorc)
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254725, kinfocenter/kde-unstable/PKGBUILD)
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 254725, kinfocenter/kde-unstable/kcm-about-distrorc)
Deleted:
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc

+
 /PKGBUILD  |   90 +++
 /kcm-about-distrorc|4 +
 kde-unstable-i686/PKGBUILD |   45 ---
 kde-unstable-i686/kcm-about-distrorc   |2 
 kde-unstable-x86_64/PKGBUILD   |   45 ---
 kde-unstable-x86_64/kcm-about-distrorc |2 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-08 22:05:02 UTC (rev 254725)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:05:25 UTC (rev 254726)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kinfocenter
-pkgver=5.5.0
-pkgrel=1
-pkgdesc='A utility that provides information about a computer system'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/system/kinfocenter/'
-license=('LGPL')
-depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 
-'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
-md5sums=('df05750ccea2401a3008769b79ac75e1'
- '518881f04ca9d4bd8526008767e40ba7'
- '4b4e2496ea1de3a09de501b5d508f666')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-# Install Arch logo
-  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
-  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
-}

Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 254725, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-08 22:05:25 UTC (rev 254726)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.5.0
+pkgrel=2
+pkgdesc='A utility that provides information about a computer system'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=('LGPL')
+depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('df05750ccea2401a3008769b79ac75e1'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Install Arch logo
+  install -Dm644 "$srcdir"/archlinux-logo.svg 
"$pkgdir"/usr/share/about-distro/archlinux-logo.svg
+  install -Dm644 "$srcdir"/kcm-about-distrorc 
"$pkgdir"/etc/xdg/kcm-about-distrorc
+}

Deleted: kde-unstable-i686/kcm-about-distrorc
===
--- kde-unstable-i686/kcm-about-distrorc2015-12-08 22:05:02 UTC (rev 
254725)
+++ kde-unstable-i686/kcm-about-distrorc2015-12-08 22:05:25 UTC (rev 
254726)
@@ 

<    3   4   5   6   7   8   9   >