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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 10:42:21
  Author: arojas
Revision: 251686

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

Added:
  kdepim/repos/kde-unstable-i686/PKGBUILD
(from rev 251685, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-i686/akregator.install
(from rev 251685, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-i686/kaddressbook.install
(from rev 251685, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-i686/kdepim.install
(from rev 251685, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-i686/kleopatra.install
(from rev 251685, kdepim/kde-unstable/kleopatra.install)
  kdepim/repos/kde-unstable-i686/kmail.install
(from rev 251685, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-i686/korganizer.install
(from rev 251685, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-i686/ktnef.install
(from rev 251685, kdepim/kde-unstable/ktnef.install)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251685, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-x86_64/akregator.install
(from rev 251685, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
(from rev 251685, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-x86_64/kdepim.install
(from rev 251685, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-x86_64/kleopatra.install
(from rev 251685, kdepim/kde-unstable/kleopatra.install)
  kdepim/repos/kde-unstable-x86_64/kmail.install
(from rev 251685, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-x86_64/korganizer.install
(from rev 251685, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-x86_64/ktnef.install
(from rev 251685, kdepim/kde-unstable/ktnef.install)
Deleted:
  kdepim/repos/kde-unstable-i686/PKGBUILD
  kdepim/repos/kde-unstable-i686/akregator.install
  kdepim/repos/kde-unstable-i686/kaddressbook.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-i686/kleopatra.install
  kdepim/repos/kde-unstable-i686/kmail.install
  kdepim/repos/kde-unstable-i686/korganizer.install
  kdepim/repos/kde-unstable-i686/ktnef.install
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/akregator.install
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install
  kdepim/repos/kde-unstable-x86_64/kleopatra.install
  kdepim/repos/kde-unstable-x86_64/kmail.install
  kdepim/repos/kde-unstable-x86_64/korganizer.install
  kdepim/repos/kde-unstable-x86_64/ktnef.install

--+
 /PKGBUILD|  456 +
 /akregator.install   |   24 +
 /kaddressbook.install|   24 +
 /kdepim.install  |   26 +
 /kleopatra.install   |   24 +
 /kmail.install   |   24 +
 /korganizer.install  |   24 +
 /ktnef.install   |   24 +
 kde-unstable-i686/PKGBUILD   |  217 -
 kde-unstable-i686/akregator.install  |   12 
 kde-unstable-i686/kaddressbook.install   |   12 
 kde-unstable-i686/kdepim.install |   13 
 kde-unstable-i686/kleopatra.install  |   12 
 kde-unstable-i686/kmail.install  |   12 
 kde-unstable-i686/korganizer.install |   12 
 kde-unstable-i686/ktnef.install  |   12 
 kde-unstable-x86_64/PKGBUILD |  217 -
 kde-unstable-x86_64/akregator.install|   12 
 kde-unstable-x86_64/kaddressbook.install |   12 
 kde-unstable-x86_64/kdepim.install   |   13 
 kde-unstable-x86_64/kleopatra.install|   12 
 kde-unstable-x86_64/kmail.install|   12 
 kde-unstable-x86_64/korganizer.install   |   12 
 kde-unstable-x86_64/ktnef.install|   12 
 24 files changed, 626 insertions(+), 604 deletions(-)

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


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 10:44:48
  Author: fyan
Revision: 251687

upgpkg: cmake 3.4.0-2

add a patch for FS#47113

Added:
  cmake/trunk/fix-c-c++-default-dialect-detection.patch
Modified:
  cmake/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +--
 fix-c-c++-default-dialect-detection.patch |   39 
 2 files changed, 46 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 09:42:21 UTC (rev 251686)
+++ PKGBUILD2015-11-20 09:44:48 UTC (rev 251687)
@@ -5,7 +5,7 @@
 
 pkgname=cmake
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/;
@@ -15,11 +15,15 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 install="${pkgname}.install"
-source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('cd3034e0a44256a0917e254167217fc8')
+source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
+fix-c-c++-default-dialect-detection.patch)
+md5sums=('cd3034e0a44256a0917e254167217fc8'
+ 'a2c3f0abf120a6dc8e142aa23dba1520')
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  # FS#47113
+  patch -p1 -i ../fix-c-c++-default-dialect-detection.patch
 }
 
 build() {

Added: fix-c-c++-default-dialect-detection.patch
===
--- fix-c-c++-default-dialect-detection.patch   (rev 0)
+++ fix-c-c++-default-dialect-detection.patch   2015-11-20 09:44:48 UTC (rev 
251687)
@@ -0,0 +1,39 @@
+From: Setze Post 
+Date: Tue, 17 Nov 2015 16:59:05 + (-0500)
+Subject: Make C and C++ default dialect detection robust to advanced 
optimizations
+X-Git-Url: https://cmake.org/gitweb?p=cmake.git;a=commitdiff_plain;h=716a09b9
+
+Make C and C++ default dialect detection robust to advanced optimizations
+
+In commit v3.4.0-rc1~71^2 (Project: Determine default language dialect
+for the compiler, 2015-09-15) we added an "INFO:..." string to the
+compiler id detection binary.  The value can be optimized out of the
+compiler id binary unless we force it to be included by making the
+program behavior depend on it at runtime.  Add references to the value
+as we do for the other info strings already.
+---
+
+diff --git a/Modules/CMakeCCompilerId.c.in b/Modules/CMakeCCompilerId.c.in
+index b224007..63f8787 100644
+--- a/Modules/CMakeCCompilerId.c.in
 b/Modules/CMakeCCompilerId.c.in
+@@ -55,6 +55,7 @@ int main(int argc, char* argv[])
+ #ifdef SIMULATE_VERSION_MAJOR
+   require += info_simulate_version[argc];
+ #endif
++  require += info_language_dialect_default[argc];
+   (void)argv;
+   return require;
+ }
+diff --git a/Modules/CMakeCXXCompilerId.cpp.in 
b/Modules/CMakeCXXCompilerId.cpp.in
+index d467507..61cd790 100644
+--- a/Modules/CMakeCXXCompilerId.cpp.in
 b/Modules/CMakeCXXCompilerId.cpp.in
+@@ -49,6 +49,7 @@ int main(int argc, char* argv[])
+ #ifdef SIMULATE_VERSION_MAJOR
+   require += info_simulate_version[argc];
+ #endif
++  require += info_language_dialect_default[argc];
+   (void)argv;
+   return require;
+ }


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 13:57:09
  Author: arojas
Revision: 251690

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

Added:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 251689, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
(from rev 251689, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251689, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install
(from rev 251689, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
Deleted:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install

-+
 /PKGBUILD   |   66 ++
 /kdegraphics-kolourpaint.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   33 -
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD|   33 -
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   12 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-11-20 12:56:17 UTC (rev 251689)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 12:57:09 UTC (rev 251690)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kolourpaint
-pkgver=15.11.80
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
-sha1sums=('1ca57732af1213d0f5f937815000d771f006a565')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
251689, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 12:57:09 UTC (rev 251690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.11.80
+pkgrel=2
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('1ca57732af1213d0f5f937815000d771f006a565')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegraphics-kolourpaint.install
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   2015-11-20 12:56:17 UTC 
(rev 251689)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-11-20 12:57:09 UTC 
(rev 251690)
@@ -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: 
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 251689, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-11-20 12:57:09 UTC 
(rev 251690)
@@ -0,0 

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 13:56:17
  Author: arojas
Revision: 251689

Enable ksane support

Modified:
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 09:45:56 UTC (rev 251688)
+++ PKGBUILD2015-11-20 12:56:17 UTC (rev 251689)
@@ -4,13 +4,13 @@
 
 pkgname=kdegraphics-kolourpaint
 pkgver=15.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Paint Program"
 url="http://kde.org/applications/graphics/kolourpaint/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
+depends=('kdebase-runtime' 'qimageblitz' 'libksane4')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 10:41:22
  Author: arojas
Revision: 251685

Replace kdepim4

Modified:
  kdepim/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 08:53:09 UTC (rev 251684)
+++ PKGBUILD2015-11-20 09:41:22 UTC (rev 251685)
@@ -7,7 +7,7 @@
 pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kleopatra kmail knotes
  kontact korganizer ktnef libkdepim)
 pkgver=15.11.80
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -37,6 +37,7 @@
pkgdesc='Akonadi Management and Debugging Console'
depends=('libkdepim')
conflicts=("kdepim-$pkgname")
+   replaces=("kdepim-$pkgname")
url='http://pim.kde.org'
install='kdepim.install'
cd build/akonadiconsole
@@ -47,6 +48,7 @@
pkgdesc='A Feed Reader for KDE'
depends=('libkdepim' 'khtml' 'kontactinterface')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/internet/akregator/;
install='akregator.install'
cd build/akregator
@@ -59,6 +61,7 @@
pkgdesc='A KDE Blogging Client'
depends=('libkdepim' 'kblog' 'ktexteditor')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/internet/blogilo/;
install='kdepim.install'
cd build/blogilo
@@ -73,7 +76,7 @@
pkgdesc='Command line tool for accessing calendar files'
depends=('libkdepim')
conflicts=('kdepim-console')
-   replaces=('kdepim-console>15')
+   replaces=('kdepim-console')
url='http://pim.kde.org'
install='kdepim.install'
cd build/console
@@ -86,6 +89,7 @@
pkgdesc='Contact Manager'
depends=('libkdepim' 'kontactinterface')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/office/kaddressbook/;
install='kaddressbook.install'
for _i in kaddressbook plugins/kaddressbook; do
@@ -98,6 +102,7 @@
pkgdesc='Personal Alarm Scheduler'
depends=('libkdepim')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/utilities/kalarm/;
install='kdepim.install'
cd build/kalarm
@@ -110,6 +115,7 @@
pkgdesc='Certificate Manager and Unified Crypto GUI'
depends=('libkdepim')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
install=kleopatra.install
url="http://kde.org/applications/utilities/kleopatra/;
cd build/kleopatra
@@ -124,6 +130,7 @@
pkgdesc='Mail Client'
depends=('libkdepim' 'kontactinterface' 'kio-pim')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/internet/kmail/;
install='kmail.install'
for _i in kmail agents/archivemailagent agents/mailfilteragent \
@@ -141,6 +148,7 @@
pkgdesc='Popup Notes'
depends=('libkdepim' 'kontactinterface')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/utilities/knotes/;
install='kdepim.install'
cd "$srcdir"/build/knotes
@@ -157,6 +165,7 @@
pkgdesc='Personal Information Manager'
depends=('libkdepim' 'kontactinterface')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/office/kontact/;
install='kdepim.install'
cd build/kontact
@@ -171,6 +180,7 @@
pkgdesc='Calendar and Scheduling Program'
depends=('libkdepim' 'kontactinterface')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="http://kde.org/applications/office/korganizer;
install='korganizer.install'
for _i in korganizer korgac; do
@@ -185,6 +195,7 @@
pkgdesc='A viewer/extractor for TNEF files'
depends=('libktnef' 'hicolor-icon-theme')
 conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
url="https://projects.kde.org/projects/kde/kdepim/ktnef;
install=ktnef.install
cd build/ktnef


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 10:45:56
  Author: fyan
Revision: 251688

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

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 251687, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 251687, cmake/trunk/cmake.install)
  cmake/repos/extra-i686/fix-c-c++-default-dialect-detection.patch
(from rev 251687, cmake/trunk/fix-c-c++-default-dialect-detection.patch)
  cmake/repos/extra-i686/rebuild.list
(from rev 251687, cmake/trunk/rebuild.list)
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 251687, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake.install
(from rev 251687, cmake/trunk/cmake.install)
  cmake/repos/extra-x86_64/fix-c-c++-default-dialect-detection.patch
(from rev 251687, cmake/trunk/fix-c-c++-default-dialect-detection.patch)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 251687, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install
  cmake/repos/extra-i686/rebuild.list
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake.install
  cmake/repos/extra-x86_64/rebuild.list

+
 /PKGBUILD  |  126 +++
 /cmake.install |   24 ++
 /rebuild.list  |8 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/cmake.install   |   12 -
 extra-i686/fix-c-c++-default-dialect-detection.patch   |   39 
 extra-i686/rebuild.list|5 
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/cmake.install |   12 -
 extra-x86_64/fix-c-c++-default-dialect-detection.patch |   39 
 extra-x86_64/rebuild.list  |5 
 11 files changed, 236 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-20 09:44:48 UTC (rev 251687)
+++ extra-i686/PKGBUILD 2015-11-20 09:45:56 UTC (rev 251688)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.4.0
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url="http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install="${pkgname}.install"
-source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('cd3034e0a44256a0917e254167217fc8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{help,indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-help.vim \
-"${vimpath}"/help/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-indent.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/cmake-syntax.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 251687, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-20 09:45:56 UTC (rev 251688)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.4.0
+pkgrel=2
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install="${pkgname}.install"

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

2015-11-20 Thread Jiachen Yang
Date: Friday, November 20, 2015 @ 12:53:04
  Author: farseerfc
Revision: 147215

add lsw from aur

Added:
  lsw/
  lsw/repo/
  lsw/trunk/
  lsw/trunk/PKGBUILD

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

Added: lsw/trunk/PKGBUILD
===
--- lsw/trunk/PKGBUILD  (rev 0)
+++ lsw/trunk/PKGBUILD  2015-11-20 11:53:04 UTC (rev 147215)
@@ -0,0 +1,33 @@
+# Maintainer: Jiachen Yang 
+# Contributor: Evan Gates  
+#  Dag  Odenhall   
+#  Raphael Nestler
+pkgname=lsw
+pkgver=0.3
+pkgrel=2
+pkgdesc="List window names"
+license=(MIT)
+arch=(i686 x86_64)
+url="http://tools.suckless.org/lsw;
+depends=(libx11)
+source=("http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz;
+"makefile.patch")
+
+md5sums=('3ae42c41a7ceda8ddf6e0fbab0866f79'
+ 'ae850a6a044a11f01a73f56c2f1c5520')
+
+build() {
+   cd -- "$srcdir/$pkgname-$pkgver"
+   sed -i "s/CFLAGS = /CFLAGS = ${CFLAGS} /" config.mk
+
+   patch "$srcdir/$pkgname-$pkgver/Makefile" "$srcdir/makefile.patch"
+   make X11INC=/usr/lib/X11 X11LIB=/usr/lib/X11
+}
+
+package(){
+   cd -- "$srcdir/$pkgname-$pkgver"
+   make PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir" install
+
+   install -m644 -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:23:17
  Author: fyan
Revision: 147220

upgpkg: python-certifi 2015.11.20-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 16:04:41 UTC (rev 147219)
+++ PKGBUILD2015-11-20 16:23:17 UTC (rev 147220)
@@ -6,8 +6,8 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2015.9.6.2
-pkgrel=2
+pkgver=2015.11.20
+pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
 url="http://pypi.python.org/pypi/certifi;
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31')
+sha512sums=('d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:23:43
  Author: fyan
Revision: 147221

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-20 16:23:17 UTC (rev 147220)
+++ PKGBUILD2015-11-20 16:23:43 UTC (rev 147221)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2015.9.6.2
-pkgrel=2
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('78166fa708e7f5162bc36c5b552b1c19e316f4f540db5733167730e9d3a7610b90622546b9e49bc539d9d4de543a169046d24fbbcded98b74f68351a91d15f31')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 147220, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-20 16:23:43 UTC (rev 147221)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2015.11.20
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('d93dd596f572c4fe72c0fca205552da4d533ae094b372294741aa007c1fdcc4f452c1ea474f9a92a7e87f7f2ed82375bca3e33f0cabf22a8bc7a42a733dd8d58')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 16:59:41
  Author: fyan
Revision: 147216

upgpkg: deepin-desktop-schemas 2.91.1-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 11:53:04 UTC (rev 147215)
+++ PKGBUILD2015-11-20 15:59:41 UTC (rev 147216)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=2.91.0
+pkgver=2.91.1
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:04:41
  Author: fyan
Revision: 147219

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 147218, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-20 16:04:14 UTC (rev 147218)
+++ PKGBUILD2015-11-20 16:04:41 UTC (rev 147219)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.4.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 147218, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-20 16:04:41 UTC (rev 147219)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:04:14
  Author: fyan
Revision: 147218

upgpkg: npm 3.4.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 16:00:08 UTC (rev 147217)
+++ PKGBUILD2015-11-20 16:04:14 UTC (rev 147218)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:42:11
  Author: fyan
Revision: 147223

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

Added:
  python-peewee/repos/community-i686/PKGBUILD
(from rev 147222, python-peewee/trunk/PKGBUILD)
  python-peewee/repos/community-x86_64/PKGBUILD
(from rev 147222, python-peewee/trunk/PKGBUILD)
Deleted:
  python-peewee/repos/community-i686/PKGBUILD
  python-peewee/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 16:41:24 UTC (rev 147222)
+++ community-i686/PKGBUILD 2015-11-20 16:42:11 UTC (rev 147223)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
-source=("git+https://github.com/coleifer/peewee.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a peewee{,-py2}
-}
-
-build() {
-  cd "$srcdir/peewee"
-  python setup.py build
-
-  cd "$srcdir/peewee-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/peewee"
-  python runtests.py -a
-
-  cd "$srcdir/peewee-py2"
-  python2 runtests.py -a
-}
-
-package_python-peewee() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir/peewee"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir/peewee-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/usr/bin/"pwiz{,2}.py
-}

Copied: python-peewee/repos/community-i686/PKGBUILD (from rev 147222, 
python-peewee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 16:42:11 UTC (rev 147223)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask')
+source=("git+https://github.com/coleifer/peewee.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a peewee{,-py2}
+}
+
+build() {
+  cd "$srcdir/peewee"
+  python setup.py build
+
+  cd "$srcdir/peewee-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/peewee"
+  python runtests.py -a
+
+  cd "$srcdir/peewee-py2"
+  python2 runtests.py -a
+}
+
+package_python-peewee() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir/peewee"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir/peewee-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/usr/bin/"pwiz{,2}.py
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-20 16:41:24 UTC (rev 147222)
+++ community-x86_64/PKGBUILD   2015-11-20 16:42:11 UTC (rev 147223)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('i686' 

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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:00:08
  Author: fyan
Revision: 147217

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 147216, deepin-desktop-schemas/trunk/PKGBUILD)
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
(from rev 147216, 
deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
  deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install

+
 PKGBUILD   |   54 +++
 deepin-desktop-schemas.install |   22 +++
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-20 15:59:41 UTC (rev 147216)
+++ PKGBUILD2015-11-20 16:00:08 UTC (rev 147217)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=2.91.0
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf')
-makedepends=('git')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 147216, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-20 16:00:08 UTC (rev 147217)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=2.91.1
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf')
+makedepends=('git')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: deepin-desktop-schemas.install
===
--- deepin-desktop-schemas.install  2015-11-20 15:59:41 UTC (rev 147216)
+++ deepin-desktop-schemas.install  2015-11-20 16:00:08 UTC (rev 147217)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install (from 
rev 147216, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- deepin-desktop-schemas.install  (rev 0)
+++ deepin-desktop-schemas.install  2015-11-20 16:00:08 UTC (rev 147217)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-11-20 Thread Felix Yan
Date: Friday, November 20, 2015 @ 17:41:24
  Author: fyan
Revision: 147222

upgpkg: python-peewee 2.7.1-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 16:23:43 UTC (rev 147221)
+++ PKGBUILD2015-11-20 16:41:24 UTC (rev 147222)
@@ -6,7 +6,7 @@
 
 pkgname=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.6.4
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;


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

2015-11-20 Thread Jan Steffens
Date: Friday, November 20, 2015 @ 18:57:24
  Author: heftig
Revision: 251693

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-20 17:54:25 UTC (rev 251692)
+++ extra-i686/PKGBUILD 2015-11-20 17:57:24 UTC (rev 251693)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.46.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url="http://www.gtkmm.org/;
-sha256sums=('9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
-  depends=('glib2' 'libsigc++')
-  cd "$pkgbase-$pkgver"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc="Developer documentation for glibmm"
-  cd "$pkgbase-$pkgver/docs"
-  make DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/extra-i686/PKGBUILD (from rev 251692, 
glibmm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-20 17:57:24 UTC (rev 251693)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.46.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="http://www.gtkmm.org/;
+sha256sums=('7221a01a768c1cce2bb994cb6ebfe634246dba4788f910484d04e3b0d903a3c8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
+  depends=('glib2' 'libsigc++')
+  cd "$pkgbase-$pkgver"
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="$pkgdir" install
+}
+
+package_glibmm-docs() {
+  pkgdesc="Developer documentation for glibmm"
+  cd "$pkgbase-$pkgver/docs"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-20 17:54:25 UTC (rev 251692)
+++ extra-x86_64/PKGBUILD   2015-11-20 17:57:24 UTC (rev 251693)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.46.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-url="http://www.gtkmm.org/;
-sha256sums=('9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc="Glib-- (glibmm) is a C++ interface for glib"
-  depends=('glib2' 'libsigc++')
-  cd "$pkgbase-$pkgver"
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="$pkgdir" install
-}
-
-package_glibmm-docs() {
-  pkgdesc="Developer documentation for glibmm"
-  cd "$pkgbase-$pkgver/docs"
-  make DESTDIR="$pkgdir" install
-}

Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 251692, 
glibmm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-20 17:57:24 UTC (rev 251693)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.46.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url="http://www.gtkmm.org/;
+sha256sums=('7221a01a768c1cce2bb994cb6ebfe634246dba4788f910484d04e3b0d903a3c8')
+
+build() {
+  

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

2015-11-20 Thread Kyle Keen
Date: Friday, November 20, 2015 @ 18:53:09
  Author: kkeen
Revision: 147225

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

Added:
  cataclysm-dda/repos/community-i686/
  cataclysm-dda/repos/community-i686/PKGBUILD
(from rev 147224, cataclysm-dda/trunk/PKGBUILD)
  cataclysm-dda/repos/community-i686/cataclysm-dda.install
(from rev 147224, cataclysm-dda/trunk/cataclysm-dda.install)
  cataclysm-dda/repos/community-x86_64/
  cataclysm-dda/repos/community-x86_64/PKGBUILD
(from rev 147224, cataclysm-dda/trunk/PKGBUILD)
  cataclysm-dda/repos/community-x86_64/cataclysm-dda.install
(from rev 147224, cataclysm-dda/trunk/cataclysm-dda.install)

+
 community-i686/PKGBUILD|   54 +++
 community-i686/cataclysm-dda.install   |5 ++
 community-x86_64/PKGBUILD  |   54 +++
 community-x86_64/cataclysm-dda.install |5 ++
 4 files changed, 118 insertions(+)

Copied: cataclysm-dda/repos/community-i686/PKGBUILD (from rev 147224, 
cataclysm-dda/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 17:53:09 UTC (rev 147225)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=cataclysm-dda
+pkgver=0.C
+pkgrel=1
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/;
+#url="http://www.cataclysm.glyphgryph.com/;
+url="http://en.cataclysmdda.com/;
+arch=('i686' 'x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'lua')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2')
+optdepends=('sdl2_image: for tiles'
+'sdl2_ttf: for tiles'
+'freetype2: for tiles'
+'sdl2_mixer: for sound')
+install=cataclysm-dda.install
+source=("https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
+md5sums=('805132ab7651ba93e5247ced7fe1fc97')
+
+# official docs say to use lua51
+# but makefile supports lua52?
+# what the heck, let's try lua53
+
+# tiles + executable are about half of the package
+# consider splitting?
+
+build() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
+
+  make PREFIX=/usr RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1
+  make PREFIX=/usr RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=1 SOUND=1
+  #LUA_BINARY="/usr/bin/lua5.1"
+}
+
+package() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  # no DESTDIR
+  make PREFIX="$pkgdir/usr" \
+  RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=0 SOUND=0 \
+  install
+  # doesn't install executable?
+  install -Dm755 cataclysm "$pkgdir/usr/bin/cataclysm"
+
+  make PREFIX="$pkgdir/usr" \
+  RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=1 SOUND=1 \
+  install
+}

Copied: cataclysm-dda/repos/community-i686/cataclysm-dda.install (from rev 
147224, cataclysm-dda/trunk/cataclysm-dda.install)
===
--- community-i686/cataclysm-dda.install(rev 0)
+++ community-i686/cataclysm-dda.install2015-11-20 17:53:09 UTC (rev 
147225)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo "Save formats are almost always incompatible"
+  echo "Please delete all files in ~/.cataclysm-dda/save/"
+}
+

Copied: cataclysm-dda/repos/community-x86_64/PKGBUILD (from rev 147224, 
cataclysm-dda/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-20 17:53:09 UTC (rev 147225)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=cataclysm-dda
+pkgver=0.C
+pkgrel=1
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/;
+#url="http://www.cataclysm.glyphgryph.com/;
+url="http://en.cataclysmdda.com/;
+arch=('i686' 'x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'lua')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2')
+optdepends=('sdl2_image: for tiles'
+'sdl2_ttf: for tiles'
+'freetype2: for tiles'
+'sdl2_mixer: for sound')
+install=cataclysm-dda.install
+source=("https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
+md5sums=('805132ab7651ba93e5247ced7fe1fc97')
+
+# official docs say to use lua51
+# but makefile supports lua52?
+# what the heck, let's try lua53
+
+# tiles + executable are about half of the package
+# consider splitting?
+
+build() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
+
+  make PREFIX=/usr RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1
+  make PREFIX=/usr RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=1 SOUND=1
+  #LUA_BINARY="/usr/bin/lua5.1"
+}
+
+package() {
+  cd 

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

2015-11-20 Thread Jan Steffens
Date: Friday, November 20, 2015 @ 18:54:25
  Author: heftig
Revision: 251692

3.18.1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 17:53:41 UTC (rev 251691)
+++ PKGBUILD2015-11-20 17:54:25 UTC (rev 251692)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 install=epiphany.install
 pkgdesc="A GNOME web browser based on the WebKit rendering engine."
@@ -14,7 +14,7 @@
 groups=('gnome')
 url="https://wiki.gnome.org/Apps/Web;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d')
+sha256sums=('12938e2616aef5dd95635bfc899e332ab6b096b6d4dc5b79093e3c6267219c0c')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gst-editing-services/trunk (PKGBUILD)

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:34:48
  Author: spupykin
Revision: 147230

upgpkg: gst-editing-services 1.6.1-1

upd

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:34:41 UTC (rev 147229)
+++ PKGBUILD2015-11-20 18:34:48 UTC (rev 147230)
@@ -5,7 +5,7 @@
 # Contributor: Thijs Vermeir 
 
 pkgname=gst-editing-services
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='GStreamer editing services'
 arch=('i686' 'x86_64')
@@ -18,6 +18,7 @@
 sha256sums=('cc20b90fb7bcec257b2afda7474664d493b1acece66da675d7df584588808bb3')
 sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')
 sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')
+sha256sums=('f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2')
 
 build() {
   cd $srcdir/gstreamer-editing-services-$pkgver


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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:34:41
  Author: spupykin
Revision: 147229

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

Added:
  gloox/repos/community-i686/PKGBUILD
(from rev 147228, gloox/trunk/PKGBUILD)
  gloox/repos/community-i686/build-fix.patch
(from rev 147228, gloox/trunk/build-fix.patch)
  gloox/repos/community-x86_64/PKGBUILD
(from rev 147228, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 147228, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-i686/PKGBUILD
  gloox/repos/community-i686/build-fix.patch
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   50 +++
 /build-fix.patch |   52 +
 community-i686/PKGBUILD  |   25 -
 community-i686/build-fix.patch   |   26 --
 community-x86_64/PKGBUILD|   25 -
 community-x86_64/build-fix.patch |   26 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 18:33:59 UTC (rev 147228)
+++ community-i686/PKGBUILD 2015-11-20 18:34:41 UTC (rev 147229)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.13
-pkgrel=2
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(i686 x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('953b96ce14c9c1b8a262b52fce9e757f')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 147228, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 18:34:41 UTC (rev 147229)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.14
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(i686 x86_64)
+url="http://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
+md5sums=('4dc0ad33070312e6a59fd913415cde4a')
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2015-11-20 18:33:59 UTC (rev 147228)
+++ community-i686/build-fix.patch  2015-11-20 18:34:41 UTC (rev 147229)
@@ -1,26 +0,0 @@
-diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
 gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
-+++ gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
-@@ -82,6 +82,10 @@
- {
- }
- 
-+Session::Reason::~Reason()
-+{
-+}
-+
- Session::Reason::Reason( const Tag* tag )
-   : Plugin( PluginReason )
- {
-diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
 gloox-1.0.10/src/jinglesession.h   2014-04-09 02:11:31.0 +0400
-+++ gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400
-@@ -147,7 +147,7 @@
- /**
-  * Virtual destructor.
-  */
--virtual ~Reason() {}
-+virtual ~Reason();
- 
- /**
-  * Returns the reason for the session termination.

Copied: gloox/repos/community-i686/build-fix.patch (from rev 147228, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2015-11-20 18:34:41 UTC (rev 147229)
@@ -0,0 +1,26 @@
+diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
+--- gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
+@@ -82,6 +82,10 @@
+ {
+ }
+ 
++Session::Reason::~Reason()
++{
++}
++
+ Session::Reason::Reason( const Tag* tag )
+   : Plugin( PluginReason )
+ {
+diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
+--- gloox-1.0.10/src/jinglesession.h   

[arch-commits] Commit in (5 files)

2015-11-20 Thread Kyle Keen
Date: Friday, November 20, 2015 @ 18:51:03
  Author: kkeen
Revision: 147224

pkginit: cataclysm-dda 0.C

Added:
  cataclysm-dda/
  cataclysm-dda/repos/
  cataclysm-dda/trunk/
  cataclysm-dda/trunk/PKGBUILD
  cataclysm-dda/trunk/cataclysm-dda.install

---+
 PKGBUILD  |   54 
 cataclysm-dda.install |5 
 2 files changed, 59 insertions(+)

Added: cataclysm-dda/trunk/PKGBUILD
===
--- cataclysm-dda/trunk/PKGBUILD(rev 0)
+++ cataclysm-dda/trunk/PKGBUILD2015-11-20 17:51:03 UTC (rev 147224)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=cataclysm-dda
+pkgver=0.C
+pkgrel=1
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/;
+#url="http://www.cataclysm.glyphgryph.com/;
+url="http://en.cataclysmdda.com/;
+arch=('i686' 'x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'lua')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2')
+optdepends=('sdl2_image: for tiles'
+'sdl2_ttf: for tiles'
+'freetype2: for tiles'
+'sdl2_mixer: for sound')
+install=cataclysm-dda.install
+source=("https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz;)
+md5sums=('805132ab7651ba93e5247ced7fe1fc97')
+
+# official docs say to use lua51
+# but makefile supports lua52?
+# what the heck, let's try lua53
+
+# tiles + executable are about half of the package
+# consider splitting?
+
+build() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
+
+  make PREFIX=/usr RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1
+  make PREFIX=/usr RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=1 SOUND=1
+  #LUA_BINARY="/usr/bin/lua5.1"
+}
+
+package() {
+  cd "Cataclysm-DDA-$pkgver"
+
+  # no DESTDIR
+  make PREFIX="$pkgdir/usr" \
+  RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=0 SOUND=0 \
+  install
+  # doesn't install executable?
+  install -Dm755 cataclysm "$pkgdir/usr/bin/cataclysm"
+
+  make PREFIX="$pkgdir/usr" \
+  RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 LUA=1 TILES=1 SOUND=1 \
+  install
+}


Property changes on: cataclysm-dda/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cataclysm-dda/trunk/cataclysm-dda.install
===
--- cataclysm-dda/trunk/cataclysm-dda.install   (rev 0)
+++ cataclysm-dda/trunk/cataclysm-dda.install   2015-11-20 17:51:03 UTC (rev 
147224)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  echo "Save formats are almost always incompatible"
+  echo "Please delete all files in ~/.cataclysm-dda/save/"
+}
+


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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:32:45
  Author: spupykin
Revision: 147226

upgpkg: docbook2x 0.8.8-14

upd

Modified:
  docbook2x/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 17:53:09 UTC (rev 147225)
+++ PKGBUILD2015-11-20 18:32:45 UTC (rev 147226)
@@ -4,12 +4,13 @@
 
 pkgname=docbook2x
 pkgver=0.8.8
-pkgrel=13
+pkgrel=14
 pkgdesc="A software package that converts DocBook documents into the 
traditional Unix man page format and the GNU Texinfo format."
 arch=('i686' 'x86_64')
 url="http://docbook2x.sourceforge.net;
 license=("MIT")
-depends=('glibc' 'perl-sgmls' 'perl-xml-parser' 'perl-xml-sax' 'libxslt' 
'jade')
+depends=('glibc' 'perl-sgmls' 'perl-xml-parser' 'perl-xml-sax' 'libxslt'
+'jade' 'perl-xml-sax-expat')
 makedepends=('texinfo')
 install=docbook2x.install
 source=(http://downloads.sourceforge.net/$pkgname/docbook2X-$pkgver.tar.gz


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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:35:43
  Author: spupykin
Revision: 147232

upgpkg: pitivi 0.95-1

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:35:32 UTC (rev 147231)
+++ PKGBUILD2015-11-20 18:35:43 UTC (rev 147232)
@@ -4,8 +4,8 @@
 # Contributor: Gabor Nyekhelyi (n0gabor) 
 
 pkgname=pitivi
-pkgver=0.94
-pkgrel=2
+pkgver=0.95
+pkgrel=1
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('i686' 'x86_64')
 url="http://www.pitivi.org/;
@@ -21,7 +21,7 @@
 'gnome-desktop: file thumbnails provided by GNOME'\''s 
thumbnailers')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('1617825f763959a674ab6bb66f70e670')
+md5sums=('7bb0bca1b25ef592f0105c3ad93b8c20')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gst-editing-services/repos (4 files)

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:35:32
  Author: spupykin
Revision: 147231

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

Added:
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 147230, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 147230, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-i686/PKGBUILD
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 18:34:48 UTC (rev 147230)
+++ community-i686/PKGBUILD 2015-11-20 18:35:32 UTC (rev 147231)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz;)
-sha256sums=('6025842f3f83d18794576fbf181a7d6eb7470854efd1529c4acaf28d33e2f6d8')
-sha256sums=('cc20b90fb7bcec257b2afda7474664d493b1acece66da675d7df584588808bb3')
-sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')
-sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')
-
-build() {
-  cd $srcdir/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gstreamer-editing-services-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 147230, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 18:35:32 UTC (rev 147231)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='GStreamer editing services'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz;)
+sha256sums=('6025842f3f83d18794576fbf181a7d6eb7470854efd1529c4acaf28d33e2f6d8')
+sha256sums=('cc20b90fb7bcec257b2afda7474664d493b1acece66da675d7df584588808bb3')
+sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')
+sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')
+sha256sums=('f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2')
+
+build() {
+  cd $srcdir/gstreamer-editing-services-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gstreamer-editing-services-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-20 18:34:48 UTC (rev 147230)
+++ community-x86_64/PKGBUILD   2015-11-20 18:35:32 UTC (rev 147231)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz;)
-sha256sums=('6025842f3f83d18794576fbf181a7d6eb7470854efd1529c4acaf28d33e2f6d8')
-sha256sums=('cc20b90fb7bcec257b2afda7474664d493b1acece66da675d7df584588808bb3')
-sha256sums=('4a780cc27029d25271cf4f8bc17531aa9a1d435e4f807202fd3790f53b964dbe')

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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:36:48
  Author: spupykin
Revision: 147234

upgpkg: poedit 1.8.6-1

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:36:28 UTC (rev 147233)
+++ PKGBUILD2015-11-20 18:36:48 UTC (rev 147234)
@@ -6,8 +6,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=poedit
-pkgver=1.8.5
-pkgrel=3
+pkgver=1.8.6
+pkgrel=1
 pkgdesc="Cross-platform gettext catalogs (.po files) editor"
 arch=('i686' 'x86_64')
 url="http://www.poedit.net/;
@@ -18,7 +18,7 @@
 #source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
 
#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
 
source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('572660b367013a2534e66eec078a809c')
+md5sums=('c493b759b5201b2679a42e25dac90287')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:36:28
  Author: spupykin
Revision: 147233

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

Added:
  pitivi/repos/community-i686/ChangeLog
(from rev 147232, pitivi/trunk/ChangeLog)
  pitivi/repos/community-i686/PKGBUILD
(from rev 147232, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-i686/pitivi.install
(from rev 147232, pitivi/trunk/pitivi.install)
  pitivi/repos/community-x86_64/ChangeLog
(from rev 147232, pitivi/trunk/ChangeLog)
  pitivi/repos/community-x86_64/PKGBUILD
(from rev 147232, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-x86_64/pitivi.install
(from rev 147232, pitivi/trunk/pitivi.install)
Deleted:
  pitivi/repos/community-i686/ChangeLog
  pitivi/repos/community-i686/PKGBUILD
  pitivi/repos/community-i686/pitivi.install
  pitivi/repos/community-x86_64/ChangeLog
  pitivi/repos/community-x86_64/PKGBUILD
  pitivi/repos/community-x86_64/pitivi.install

-+
 /ChangeLog  |   82 ++
 /PKGBUILD   |   70 
 /pitivi.install |   26 
 community-i686/ChangeLog|   41 ---
 community-i686/PKGBUILD |   35 
 community-i686/pitivi.install   |   13 --
 community-x86_64/ChangeLog  |   41 ---
 community-x86_64/PKGBUILD   |   35 
 community-x86_64/pitivi.install |   13 --
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-11-20 18:35:43 UTC (rev 147232)
+++ community-i686/ChangeLog2015-11-20 18:36:28 UTC (rev 147233)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by "as" in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-i686/ChangeLog (from rev 147232, 
pitivi/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-11-20 18:36:28 UTC (rev 147233)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 18:35:43 UTC (rev 147232)
+++ community-i686/PKGBUILD 2015-11-20 18:36:28 UTC (rev 147233)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.94
-pkgrel=2
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://www.pitivi.org/;
-license=('LGPL')
-depends=('clutter-gtk' 'gnonlin' 'gst-editing-services' 'gst-plugins-good' 
'gst-python'
-   

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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:33:59
  Author: spupykin
Revision: 147228

upgpkg: gloox 1.0.14-1

upd

Modified:
  gloox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:33:53 UTC (rev 147227)
+++ PKGBUILD2015-11-20 18:33:59 UTC (rev 147228)
@@ -3,8 +3,8 @@
 # Maintainer: William Rea 
 
 pkgname=gloox
-pkgver=1.0.13
-pkgrel=2
+pkgver=1.0.14
+pkgrel=1
 pkgdesc="C++ libraries for development of Jabber client/component/server"
 arch=(i686 x86_64)
 url="http://camaya.net/gloox;
@@ -11,7 +11,7 @@
 license=("GPL")
 depends=('libidn' 'gnutls')
 source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('953b96ce14c9c1b8a262b52fce9e757f')
+md5sums=('4dc0ad33070312e6a59fd913415cde4a')
 
 build() {
   cd $srcdir/gloox-$pkgver


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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:33:53
  Author: spupykin
Revision: 147227

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

Added:
  docbook2x/repos/community-i686/PKGBUILD
(from rev 147226, docbook2x/trunk/PKGBUILD)
  docbook2x/repos/community-i686/datadir.diff
(from rev 147226, docbook2x/trunk/datadir.diff)
  docbook2x/repos/community-i686/docbook2x.install
(from rev 147226, docbook2x/trunk/docbook2x.install)
  docbook2x/repos/community-x86_64/PKGBUILD
(from rev 147226, docbook2x/trunk/PKGBUILD)
  docbook2x/repos/community-x86_64/datadir.diff
(from rev 147226, docbook2x/trunk/datadir.diff)
  docbook2x/repos/community-x86_64/docbook2x.install
(from rev 147226, docbook2x/trunk/docbook2x.install)
Deleted:
  docbook2x/repos/community-i686/PKGBUILD
  docbook2x/repos/community-i686/datadir.diff
  docbook2x/repos/community-i686/docbook2x.install
  docbook2x/repos/community-x86_64/PKGBUILD
  docbook2x/repos/community-x86_64/datadir.diff
  docbook2x/repos/community-x86_64/docbook2x.install

+
 /PKGBUILD  |   86 +++
 /datadir.diff  |   36 ++
 /docbook2x.install |   36 ++
 community-i686/PKGBUILD|   42 -
 community-i686/datadir.diff|   18 ---
 community-i686/docbook2x.install   |   18 ---
 community-x86_64/PKGBUILD  |   42 -
 community-x86_64/datadir.diff  |   18 ---
 community-x86_64/docbook2x.install |   18 ---
 9 files changed, 158 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 18:32:45 UTC (rev 147226)
+++ community-i686/PKGBUILD 2015-11-20 18:33:53 UTC (rev 147227)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=docbook2x
-pkgver=0.8.8
-pkgrel=13
-pkgdesc="A software package that converts DocBook documents into the 
traditional Unix man page format and the GNU Texinfo format."
-arch=('i686' 'x86_64')
-url="http://docbook2x.sourceforge.net;
-license=("MIT")
-depends=('glibc' 'perl-sgmls' 'perl-xml-parser' 'perl-xml-sax' 'libxslt' 
'jade')
-makedepends=('texinfo')
-install=docbook2x.install
-source=(http://downloads.sourceforge.net/$pkgname/docbook2X-$pkgver.tar.gz
-datadir.diff)
-md5sums=('b9b76a6af198c4f44574cfd17a322f01'
- '826fae88a435d9278c4f9614991d55a1')
-
-prepare() {
-  cd $srcdir/docbook2X-$pkgver
-  patch -p1 <$srcdir/datadir.diff
-  sed -e 's/AM_CONFIG_HEADER(/AC_CONFIG_HEADERS(/' -i configure.ac
-}
-
-build()  {
-  cd $srcdir/docbook2X-$pkgver
-  autoreconf -i -f
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---program-transform-name 's,2x-,2,' \
-  make
-}
-
-package() {
-  cd $srcdir/docbook2X-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/license
-  sed -i 's|http://docbook2x.sf.net/latest|/usr/share/docbook2X|g' \
-$pkgdir/usr/bin/db2x_xsltproc
-}

Copied: docbook2x/repos/community-i686/PKGBUILD (from rev 147226, 
docbook2x/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 18:33:53 UTC (rev 147227)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=docbook2x
+pkgver=0.8.8
+pkgrel=14
+pkgdesc="A software package that converts DocBook documents into the 
traditional Unix man page format and the GNU Texinfo format."
+arch=('i686' 'x86_64')
+url="http://docbook2x.sourceforge.net;
+license=("MIT")
+depends=('glibc' 'perl-sgmls' 'perl-xml-parser' 'perl-xml-sax' 'libxslt'
+'jade' 'perl-xml-sax-expat')
+makedepends=('texinfo')
+install=docbook2x.install
+source=(http://downloads.sourceforge.net/$pkgname/docbook2X-$pkgver.tar.gz
+datadir.diff)
+md5sums=('b9b76a6af198c4f44574cfd17a322f01'
+ '826fae88a435d9278c4f9614991d55a1')
+
+prepare() {
+  cd $srcdir/docbook2X-$pkgver
+  patch -p1 <$srcdir/datadir.diff
+  sed -e 's/AM_CONFIG_HEADER(/AC_CONFIG_HEADERS(/' -i configure.ac
+}
+
+build()  {
+  cd $srcdir/docbook2X-$pkgver
+  autoreconf -i -f
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform-name 's,2x-,2,' \
+  make
+}
+
+package() {
+  cd $srcdir/docbook2X-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/license
+  sed -i 's|http://docbook2x.sf.net/latest|/usr/share/docbook2X|g' \
+$pkgdir/usr/bin/db2x_xsltproc
+}

Deleted: community-i686/datadir.diff
===
--- 

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

2015-11-20 Thread Sergej Pupykin
Date: Friday, November 20, 2015 @ 19:37:40
  Author: spupykin
Revision: 147235

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

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

-+
 /PKGBUILD   |   66 ++
 /poedit.install |   24 +
 community-i686/PKGBUILD |   33 ---
 community-i686/poedit.install   |   12 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/poedit.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-20 18:36:48 UTC (rev 147234)
+++ community-i686/PKGBUILD 2015-11-20 18:37:40 UTC (rev 147235)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=poedit
-pkgver=1.8.5
-pkgrel=3
-pkgdesc="Cross-platform gettext catalogs (.po files) editor"
-arch=('i686' 'x86_64')
-url="http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('572660b367013a2534e66eec078a809c')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 147234, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-20 18:37:40 UTC (rev 147235)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=poedit
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="Cross-platform gettext catalogs (.po files) editor"
+arch=('i686' 'x86_64')
+url="http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('c493b759b5201b2679a42e25dac90287')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2015-11-20 18:36:48 UTC (rev 147234)
+++ community-i686/poedit.install   2015-11-20 18:37:40 UTC (rev 147235)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 147234, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2015-11-20 18:37:40 UTC (rev 147235)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+ 

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

2015-11-20 Thread Jan Steffens
Date: Friday, November 20, 2015 @ 18:53:41
  Author: heftig
Revision: 251691

2.46.2

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 12:57:09 UTC (rev 251690)
+++ PKGBUILD2015-11-20 17:53:41 UTC (rev 251691)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.46.1
+pkgver=2.46.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 makedepends=('glib2' 'libsigc++' 'pkgconfig')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 url="http://www.gtkmm.org/;
-sha256sums=('9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa')
+sha256sums=('7221a01a768c1cce2bb994cb6ebfe634246dba4788f910484d04e3b0d903a3c8')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-11-20 Thread Jan Steffens
Date: Friday, November 20, 2015 @ 18:58:37
  Author: heftig
Revision: 251694

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

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

---+
 /PKGBUILD |   66 
 /epiphany.install |   26 +++
 extra-i686/PKGBUILD   |   33 
 extra-i686/epiphany.install   |   13 ---
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/epiphany.install |   13 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-20 17:57:24 UTC (rev 251693)
+++ extra-i686/PKGBUILD 2015-11-20 17:58:37 UTC (rev 251694)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.18.0
-pkgrel=1
-install=epiphany.install
-pkgdesc="A GNOME web browser based on the WebKit rendering engine."
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 
'gnome-themes-standard')
-makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 
'gobject-introspection')
-options=('!emptydirs')
-groups=('gnome')
-url="https://wiki.gnome.org/Apps/Web;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5ba67a8cd85c80b81e076862bcab3fc376ba51b0a1536ca7430608d1f50491d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 251693, 
epiphany/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-20 17:58:37 UTC (rev 251694)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.18.1
+pkgrel=1
+install=epiphany.install
+pkgdesc="A GNOME web browser based on the WebKit rendering engine."
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkit2gtk' 'nss' 
'iso-codes' 'dconf' 'desktop-file-utils' 'gcr' 'gnome-desktop' 'libwnck3' 
'gnome-themes-standard')
+makedepends=('intltool' 'itstool' 'docbook-xml' 'startup-notification' 
'gobject-introspection')
+options=('!emptydirs')
+groups=('gnome')
+url="https://wiki.gnome.org/Apps/Web;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('12938e2616aef5dd95635bfc899e332ab6b096b6d4dc5b79093e3c6267219c0c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/epiphany.install
===
--- extra-i686/epiphany.install 2015-11-20 17:57:24 UTC (rev 251693)
+++ extra-i686/epiphany.install 2015-11-20 17:58:37 UTC (rev 251694)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: epiphany/repos/extra-i686/epiphany.install (from rev 251693, 
epiphany/trunk/epiphany.install)
===
--- extra-i686/epiphany.install (rev 0)
+++ extra-i686/epiphany.install 2015-11-20 17:58:37 UTC (rev 251694)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:43:58
  Author: bgyorgy
Revision: 147237

archrelease: copy trunk to community-testing-any

Added:
  cinnamon-translations/repos/community-testing-any/
  cinnamon-translations/repos/community-testing-any/PKGBUILD
(from rev 147236, cinnamon-translations/trunk/PKGBUILD)

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

Copied: cinnamon-translations/repos/community-testing-any/PKGBUILD (from rev 
147236, cinnamon-translations/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-11-20 18:43:58 UTC (rev 147237)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations;
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('062f8d76d448500aea175889b68fdc00b582b957a972e7dd1e05f34bc9ed4c7f')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:43:52
  Author: bgyorgy
Revision: 147236

upgpkg: cinnamon-translations 2.8.2-1

Update to new version

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:37:40 UTC (rev 147235)
+++ PKGBUILD2015-11-20 18:43:52 UTC (rev 147236)
@@ -2,14 +2,14 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=2.6.3
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
-url="http://cinnamon.linuxmint.com/;
+url="https://github.com/linuxmint/cinnamon-translations;
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('3b86b3f16e3afb9dff31506b431c95251d87b9390c5d2290c5896331b2ec91fe')
+sha256sums=('062f8d76d448500aea175889b68fdc00b582b957a972e7dd1e05f34bc9ed4c7f')
 
 build() {
cd ${pkgname}-${pkgver}


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:53:26
  Author: bgyorgy
Revision: 147239

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

Added:
  cjs/repos/community-testing-i686/
  cjs/repos/community-testing-i686/PKGBUILD
(from rev 147238, cjs/trunk/PKGBUILD)
  cjs/repos/community-testing-x86_64/
  cjs/repos/community-testing-x86_64/PKGBUILD
(from rev 147238, cjs/trunk/PKGBUILD)

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

Copied: cjs/repos/community-testing-i686/PKGBUILD (from rev 147238, 
cjs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 18:53:26 UTC (rev 147239)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cjs/repos/community-testing-x86_64/PKGBUILD (from rev 147238, 
cjs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 18:53:26 UTC (rev 147239)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Evangelos Foutras
Date: Friday, November 20, 2015 @ 20:28:55
  Author: foutrelis
Revision: 251695

upgpkg: systemd 228-2

Backport important-sounding commit regarding IPv6 Router Advertisements.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 17:58:37 UTC (rev 251694)
+++ PKGBUILD2015-11-20 19:28:55 UTC (rev 251695)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=228
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -30,6 +30,11 @@
 prepare() {
   cd "$pkgbase"
 
+  # sd-ndisc: drop RA packets from non-link-local addresses
+  # https://github.com/systemd/systemd/commit/3ccd31635353
+  # https://github.com/systemd/systemd/issues/1866
+  git cherry-pick -n 3ccd31635353
+
   ./autogen.sh
 }
 


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:25:57
  Author: bgyorgy
Revision: 147249

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

Added:
  cjs/repos/community-testing-i686/PKGBUILD
(from rev 147248, cjs/trunk/PKGBUILD)
  cjs/repos/community-testing-x86_64/PKGBUILD
(from rev 147248, cjs/trunk/PKGBUILD)
Deleted:
  cjs/repos/community-testing-i686/PKGBUILD
  cjs/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-20 19:25:47 UTC (rev 147248)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:25:57 UTC (rev 147249)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cjs/repos/community-testing-i686/PKGBUILD (from rev 147248, 
cjs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:25:57 UTC (rev 147249)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=(i686 x86_64)
+url="https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+options=(!emptydirs)
+sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   verbump.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-11-20 19:25:47 UTC (rev 147248)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 19:25:57 UTC (rev 147249)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=(i686 x86_64)
-url="https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(gtk3 gobject-introspection-runtime js dbus-glib)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-options=(!emptydirs)
-sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   verbump.py
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cjs/repos/community-testing-x86_64/PKGBUILD (from rev 147248, 
cjs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   

[arch-commits] Commit in cinnamon-settings-daemon/repos (6 files)

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:42:06
  Author: bgyorgy
Revision: 147253

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

Added:
  cinnamon-settings-daemon/repos/community-testing-i686/
  cinnamon-settings-daemon/repos/community-testing-i686/PKGBUILD
(from rev 147252, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-testing-i686/cinnamon-settings-daemon.install
(from rev 147252, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-testing-x86_64/
  cinnamon-settings-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 147252, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-testing-x86_64/cinnamon-settings-daemon.install
(from rev 147252, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)

---+
 community-testing-i686/PKGBUILD   |   41 
 community-testing-i686/cinnamon-settings-daemon.install   |   12 +++
 community-testing-x86_64/PKGBUILD |   41 
 community-testing-x86_64/cinnamon-settings-daemon.install |   12 +++
 4 files changed, 106 insertions(+)

Copied: cinnamon-settings-daemon/repos/community-testing-i686/PKGBUILD (from 
rev 147252, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:42:06 UTC (rev 147253)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+url="https://github.com/linuxmint/cinnamon-settings-daemon;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('fc18a16c843c66d5488d73f29b24a1b5dec82fe17d148d97bbab666280c79624')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 
cinnamon-settings-daemon/repos/community-testing-i686/cinnamon-settings-daemon.install
 (from rev 147252, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
===
--- community-testing-i686/cinnamon-settings-daemon.install 
(rev 0)
+++ community-testing-i686/cinnamon-settings-daemon.install 2015-11-20 
19:42:06 UTC (rev 147253)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-settings-daemon/repos/community-testing-x86_64/PKGBUILD (from 
rev 147252, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 19:42:06 UTC (rev 147253)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+url="https://github.com/linuxmint/cinnamon-settings-daemon;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('fc18a16c843c66d5488d73f29b24a1b5dec82fe17d148d97bbab666280c79624')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 

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

2015-11-20 Thread Gaetan Bisson
Date: Friday, November 20, 2015 @ 21:35:13
  Author: bisson
Revision: 251697

upstream update

Modified:
  w3m/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:29:17 UTC (rev 251696)
+++ PKGBUILD2015-11-20 20:35:13 UTC (rev 251697)
@@ -3,7 +3,7 @@
 # Contributor: dorphell 
 
 pkgname=w3m
-pkgver=0.5.3.git20151109
+pkgver=0.5.3.git20151119
 pkgrel=1
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
@@ -12,7 +12,7 @@
 makedepends=('git' 'imlib2')
 optdepends=('imlib2: for graphics support') 
 depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=331e29e32bb5e7e06c7c1ed03c7465e08c744b07")
+source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=9cce622287fb58229998137d016208d327ce1141")
 sha1sums=('SKIP')
 
 build() {


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

2015-11-20 Thread Gaetan Bisson
Date: Friday, November 20, 2015 @ 21:35:46
  Author: bisson
Revision: 251698

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-20 20:35:13 UTC (rev 251697)
+++ extra-i686/PKGBUILD 2015-11-20 20:35:46 UTC (rev 251698)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: dorphell 
-
-pkgname=w3m
-pkgver=0.5.3.git20151109
-pkgrel=1
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support') 
-depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=331e29e32bb5e7e06c7c1ed03c7465e08c744b07")
-sha1sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
-   ln -s ../../doc/"${pkgname}"/README 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: w3m/repos/extra-i686/PKGBUILD (from rev 251697, w3m/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-20 20:35:46 UTC (rev 251698)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: dorphell 
+
+pkgname=w3m
+pkgver=0.5.3.git20151119
+pkgrel=1
+pkgdesc='Text-based Web browser, as well as pager'
+url='http://w3m.sourceforge.net/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('git' 'imlib2')
+optdepends=('imlib2: for graphics support') 
+depends=('openssl' 'gc' 'ncurses' 'gpm')
+source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=9cce622287fb58229998137d016208d327ce1141")
+sha1sums=('SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+   make DESTDIR="${pkgdir}" install
+
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
+   ln -s ../../doc/"${pkgname}"/README 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-20 20:35:13 UTC (rev 251697)
+++ extra-x86_64/PKGBUILD   2015-11-20 20:35:46 UTC (rev 251698)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: dorphell 
-
-pkgname=w3m
-pkgver=0.5.3.git20151109
-pkgrel=1
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('git' 'imlib2')
-optdepends=('imlib2: for graphics support') 
-depends=('openssl' 'gc' 'ncurses' 'gpm')
-source=("git://anonscm.debian.org/collab-maint/w3m.git#commit=331e29e32bb5e7e06c7c1ed03c7465e08c744b07")
-sha1sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   make DESTDIR="${pkgdir}" install
-
-   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
-   find doc/* | grep -v CVS | xargs -i install -m644 "{}" 
"${pkgdir}/usr/share/doc/${pkgname}"
-   ln -s ../../doc/"${pkgname}"/README 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:08:54
  Author: bgyorgy
Revision: 147242

upgpkg: cinnamon-desktop 2.8.0-1

Update to new version

Added:
  cinnamon-desktop/trunk/config.patch
Modified:
  cinnamon-desktop/trunk/PKGBUILD
Deleted:
  cinnamon-desktop/trunk/gnome-3.14.patch

--+
 PKGBUILD |   16 ++--
 config.patch |   48 
 gnome-3.14.patch |   24 
 3 files changed, 54 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:58:12 UTC (rev 147241)
+++ PKGBUILD2015-11-20 19:08:54 UTC (rev 147242)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=2.6.5
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
@@ -13,18 +13,14 @@
 url="https://github.com/linuxmint/cinnamon-desktop;
 install=cinnamon-desktop.install
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"gnome-3.14.patch")
-sha256sums=('a004790f46d1960592f9462cbf6d394d9a5c66b31bb13cc295ed8acb1135924a'
-'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+"config.patch")
+sha256sums=('39c2800d882f2970afbd8e4552f99ba591429fdd66dbeafffe66957053995872'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
 
 prepare() {
   cd $pkgname-$pkgver
-  # Update configuration for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-  # Arch uses systemd
-  sed -i 's|false|true|g' 
schemas/org.cinnamon.desktop.session.gschema.xml.in.in
-  # Fix build failure 
-  sed -i 's|subdir-objects||g' configure.ac
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
 }
 
 build() {

Added: config.patch
===
--- config.patch(rev 0)
+++ config.patch2015-11-20 19:08:54 UTC (rev 147242)
@@ -0,0 +1,48 @@
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
+@@ -10,7 +10,7 @@
+   
+ 
+ 
+-  
'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'
++  
'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'
+   <_summary>Picture URI
+   <_description>
+ URI to use for the background image. Not that the backend only 
supports
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
   2015-10-16 13:00:30.0 +
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in 
   2015-11-20 19:04:16.543027956 +
+@@ -97,7 +97,7 @@
+   
+ 
+ 
+-  'gnome'
++  'Adwaita'
+   <_summary>Icon Theme
+   <_description>
+ Icon theme to use for the panel, nautilus etc.
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.session.gschema.xml.in.in
 2015-10-16 13:00:30.0 +
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.session.gschema.xml.in.in   
   2015-11-20 19:04:16.546361273 +
+@@ -12,17 +12,17 @@
+   "gnome" and "gnome-fallback".
+ 
+ 
+-  false
++  true
+   <_summary>Whether or not cinnamon-screensaver listens to logind to 
lock/unlock itself
+   <_description>If true, it listens to logind. Otherwise it listens to 
consolekit.
+ 
+ 
+-  false
++  true
+   <_summary>Whether or not cinnamon-session uses logind to 
suspend/hibernate/shutdown/restart (usually from the shutdown dialog)
+   <_description>If true, it uses logind. Otherwise it uses consolekit to 
shutdown/restart and upower to suspend/hibernate. It is only compatible with 
upower 0.9 and lower versions (not 0.99 or later).
+ 
+ 
+-  false
++  true
+   <_summary>Whether or not cinnamon-settings-daemon uses logind to 
suspend/hibernate/shutdown (either from media-keys or power-manager)
+   <_description>If true, it uses logind for all three actions. Otherwise 
it uses consolekit for shutdown and upower for suspend/hibernate.
+ 

Deleted: gnome-3.14.patch

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:09:03
  Author: bgyorgy
Revision: 147243

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

Added:
  cinnamon-desktop/repos/community-testing-i686/
  cinnamon-desktop/repos/community-testing-i686/PKGBUILD
(from rev 147242, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-testing-i686/cinnamon-desktop.install
(from rev 147242, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-testing-i686/config.patch
(from rev 147242, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-testing-x86_64/
  cinnamon-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 147242, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-testing-x86_64/cinnamon-desktop.install
(from rev 147242, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-testing-x86_64/config.patch
(from rev 147242, cinnamon-desktop/trunk/config.patch)

---+
 community-testing-i686/PKGBUILD   |   37 +++
 community-testing-i686/cinnamon-desktop.install   |   11 
 community-testing-i686/config.patch   |   48 
 community-testing-x86_64/PKGBUILD |   37 +++
 community-testing-x86_64/cinnamon-desktop.install |   11 
 community-testing-x86_64/config.patch |   48 
 6 files changed, 192 insertions(+)

Copied: cinnamon-desktop/repos/community-testing-i686/PKGBUILD (from rev 
147242, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:09:03 UTC (rev 147243)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('39c2800d882f2970afbd8e4552f99ba591429fdd66dbeafffe66957053995872'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-desktop/repos/community-testing-i686/cinnamon-desktop.install 
(from rev 147242, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-testing-i686/cinnamon-desktop.install 
(rev 0)
+++ community-testing-i686/cinnamon-desktop.install 2015-11-20 19:09:03 UTC 
(rev 147243)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-desktop/repos/community-testing-i686/config.patch (from rev 
147242, cinnamon-desktop/trunk/config.patch)
===
--- community-testing-i686/config.patch (rev 0)
+++ community-testing-i686/config.patch 2015-11-20 19:09:03 UTC (rev 147243)
@@ -0,0 +1,48 @@
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
+@@ -10,7 +10,7 @@
+   
+ 
+ 
+-  
'file://@datadir@/themes/Adwaita/backgrounds/adwaita-timed.xml'
++  
'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'
+   <_summary>Picture URI
+   <_description>
+ URI to use for the background image. Not that the backend only 
supports
+diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
 cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
+--- 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.interface.gschema.xml.in.in
   2015-10-16 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:21:49
  Author: bgyorgy
Revision: 147246

upgpkg: muffin 2.8.4-1

Update to new version

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:14:29 UTC (rev 147245)
+++ PKGBUILD2015-11-20 19:21:49 UTC (rev 147246)
@@ -29,6 +29,10 @@
   PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
 --localstatedir=/var 
--disable-static --disable-schemas-compile \
  --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:25:47
  Author: bgyorgy
Revision: 147248

upgpkg: cjs 2.8.0-1

Update to new version

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:21:56 UTC (rev 147247)
+++ PKGBUILD2015-11-20 19:25:47 UTC (rev 147248)
@@ -15,14 +15,21 @@
 options=(!emptydirs)
 sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
-
   # Python2 fix
   sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
verbump.py
+}
 
+build() {
+  cd $pkgname-$pkgver
+
   ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 21:16:35
  Author: bgyorgy
Revision: 147264

upgpkg: nemo-extensions 2.8.0-1

Update to new version

Modified:
  nemo-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 20:06:56 UTC (rev 147263)
+++ PKGBUILD2015-11-20 20:16:35 UTC (rev 147264)
@@ -11,9 +11,9 @@
#'nemo-pastebin'
#'nemo-compare'
#'nemo-rabbitvcs'
-pkgver=2.6.0
-_pkgver=2.6.x
-pkgrel=3
+pkgver=2.8.0
+_pkgver=2.8.x
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="https://github.com/linuxmint/nemo-extensions;
@@ -24,7 +24,7 @@
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz;
 "gpgversion.patch"
 clutter-gst3.patch)
-sha256sums=('222a9c96644c3dd22171a97721c11d9bc08e1d27b0c168179947bb94edc824cf'
+sha256sums=('21ecb2f197e17fba2046ef16493e1b4292a8cc0389c65e0ccc4562b1d0982fe5'
 '187b9c1d684b81abac7ef3095882cfe859bd50570e554d45fcfdbf6e50455b86'
 '7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
 
@@ -34,9 +34,6 @@
   # Python2 fix
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Fix nemo-preview build
-  sed -i '/AM_GNU_GETTEXT/d' nemo-preview/configure.ac
-
   # GPG version in testing
   patch -Np1 -i ../gpgversion.patch
 
@@ -57,8 +54,8 @@
 autoreconf -fi
 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
 --disable-static --disable-schemas-compile
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 make
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 popd
   done
 
@@ -68,7 +65,7 @@
 pushd ${dir}
 ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
  --disable-static --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
 make
 popd
   done


[arch-commits] Commit in systemd/repos (32 files)

2015-11-20 Thread Evangelos Foutras
Date: Friday, November 20, 2015 @ 20:29:17
  Author: foutrelis
Revision: 251696

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 251695, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 251695, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 251695, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 251695, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 251695, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 251695, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 251695, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 251695, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 251695, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 251695, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 251695, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 251695, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 251695, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 251695, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 251695, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 251695, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/arch.conf
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/loader.conf
  systemd/repos/testing-i686/splash-arch.bmp
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  356 ++
 /arch.conf  |   14 +
 /initcpio-hook-udev |   44 +++
 /initcpio-install-systemd   |  340 
 /initcpio-install-udev  |   56 
 /loader.conf|2 
 /systemd.install|  410 ++
 testing-i686/PKGBUILD   |  173 
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 --
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ---
 testing-x86_64/PKGBUILD |  173 
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 -
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 --
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ---
 21 files changed, 1222 insertions(+), 1212 deletions(-)

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


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:41:59
  Author: bgyorgy
Revision: 147252

upgpkg: cinnamon-settings-daemon 2.8.2-1

Update to new version

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:32:11 UTC (rev 147251)
+++ PKGBUILD2015-11-20 19:41:59 UTC (rev 147252)
@@ -3,12 +3,12 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.6.3
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
  'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
  'libgudev')
 makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
@@ -16,7 +16,7 @@
 install=cinnamon-settings-daemon.install
 url="https://github.com/linuxmint/cinnamon-settings-daemon;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('b71a515f9eed5efd35ef134f291a9dd9674d81026b23c85377493b53ec1cf0ae')
+sha256sums=('fc18a16c843c66d5488d73f29b24a1b5dec82fe17d148d97bbab666280c79624')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cinnamon-control-center/repos (6 files)

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:50:54
  Author: bgyorgy
Revision: 147257

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

Added:
  cinnamon-control-center/repos/community-testing-i686/
  cinnamon-control-center/repos/community-testing-i686/PKGBUILD
(from rev 147256, cinnamon-control-center/trunk/PKGBUILD)
  
cinnamon-control-center/repos/community-testing-i686/cinnamon-control-center.install
(from rev 147256, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-testing-x86_64/
  cinnamon-control-center/repos/community-testing-x86_64/PKGBUILD
(from rev 147256, cinnamon-control-center/trunk/PKGBUILD)
  
cinnamon-control-center/repos/community-testing-x86_64/cinnamon-control-center.install
(from rev 147256, 
cinnamon-control-center/trunk/cinnamon-control-center.install)

--+
 community-testing-i686/PKGBUILD  |   52 +
 community-testing-i686/cinnamon-control-center.install   |   11 ++
 community-testing-x86_64/PKGBUILD|   52 +
 community-testing-x86_64/cinnamon-control-center.install |   11 ++
 4 files changed, 126 insertions(+)

Copied: cinnamon-control-center/repos/community-testing-i686/PKGBUILD (from rev 
147256, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:50:54 UTC (rev 147257)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'network-manager-applet')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url="https://github.com/linuxmint/cinnamon-control-center;
+install=cinnamon-control-center.install
+license=('GPL')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('595076ef89949c31357cd45f41818df1f6b7350a2b810f107e0b88cd9870e273')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove unused stuff
+  make -C panels/sound DESTDIR="$pkgdir" uninstall
+  make -C panels/sound/data DESTDIR="$pkgdir" install
+  make -C shell DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
+  rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
+  rm -R "$pkgdir/etc"
+
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Copied: 
cinnamon-control-center/repos/community-testing-i686/cinnamon-control-center.install
 (from rev 147256, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
===
--- community-testing-i686/cinnamon-control-center.install  
(rev 0)
+++ community-testing-i686/cinnamon-control-center.install  2015-11-20 
19:50:54 UTC (rev 147257)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}
\ No newline at end of file

Copied: cinnamon-control-center/repos/community-testing-x86_64/PKGBUILD (from 
rev 147256, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 19:50:54 UTC (rev 147257)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:50:48
  Author: bgyorgy
Revision: 147256

upgpkg: cinnamon-control-center 2.8.1-1

Update to new version

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:50:41 UTC (rev 147255)
+++ PKGBUILD2015-11-20 19:50:48 UTC (rev 147256)
@@ -5,12 +5,12 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=2.6.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
+ 'network-manager-applet')
 optdepends=('gnome-color-manager: for color management tasks')
 makedepends=('intltool' 'gnome-common' 'docbook-xsl')
 url="https://github.com/linuxmint/cinnamon-control-center;
@@ -18,7 +18,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('bbc39ac8ddcbc06b6aada1ef271f95f5f0d0fe439bec38b9cd847af420305c49')
+sha256sums=('595076ef89949c31357cd45f41818df1f6b7350a2b810f107e0b88cd9870e273')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,8 +29,7 @@
 
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
+  --enable-systemd
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656229
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
@@ -49,7 +48,5 @@
   rm 
"$pkgdir"/usr/share/applications/cinnamon-{control-center,datetime-panel,region-panel,sound-panel}.desktop
   rm -R "$pkgdir/etc"
 
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 21:06:49
  Author: bgyorgy
Revision: 147262

upgpkg: nemo 2.8.5-1

Update to new version

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:58:58 UTC (rev 147261)
+++ PKGBUILD2015-11-20 20:06:49 UTC (rev 147262)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.6.7
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 install=nemo.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
-sha256sums=('a4fe464c82b6b86b51ab050341b16dabc652c326789dae450f267a8edfb94fc3')
+sha256sums=('fcea9d25e442ee916a5f1094cba939552d655a8bfe97d08d0f3139e55660473d')
 
 prepare() {
   cd linuxmint-nemo-*
@@ -37,6 +37,10 @@
   --disable-tracker \
   --disable-gtk-doc-html \
   --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
@@ -43,5 +47,5 @@
 package() {
   cd linuxmint-nemo-*
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 21:06:56
  Author: bgyorgy
Revision: 147263

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

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

---+
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/nemo.install   |   14 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/nemo.install |   14 
 4 files changed, 130 insertions(+)

Copied: nemo/repos/community-testing-i686/PKGBUILD (from rev 147262, 
nemo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('fcea9d25e442ee916a5f1094cba939552d655a8bfe97d08d0f3139e55660473d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Copied: nemo/repos/community-testing-i686/nemo.install (from rev 147262, 
nemo/trunk/nemo.install)
===
--- community-testing-i686/nemo.install (rev 0)
+++ community-testing-i686/nemo.install 2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+post_remove() {
+  post_install "$1"
+}

Copied: nemo/repos/community-testing-x86_64/PKGBUILD (from rev 147262, 
nemo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 20:06:56 UTC (rev 147263)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;)
+sha256sums=('fcea9d25e442ee916a5f1094cba939552d655a8bfe97d08d0f3139e55660473d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+   

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 21:16:44
  Author: bgyorgy
Revision: 147265

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

Added:
  nemo-extensions/repos/community-testing-i686/
  nemo-extensions/repos/community-testing-i686/PKGBUILD
(from rev 147264, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-testing-i686/clutter-gst3.patch
(from rev 147264, nemo-extensions/trunk/clutter-gst3.patch)
  nemo-extensions/repos/community-testing-i686/gpgversion.patch
(from rev 147264, nemo-extensions/trunk/gpgversion.patch)
  nemo-extensions/repos/community-testing-i686/nemo-pastebin.install
(from rev 147264, nemo-extensions/trunk/nemo-pastebin.install)
  nemo-extensions/repos/community-testing-x86_64/
  nemo-extensions/repos/community-testing-x86_64/PKGBUILD
(from rev 147264, nemo-extensions/trunk/PKGBUILD)
  nemo-extensions/repos/community-testing-x86_64/clutter-gst3.patch
(from rev 147264, nemo-extensions/trunk/clutter-gst3.patch)
  nemo-extensions/repos/community-testing-x86_64/gpgversion.patch
(from rev 147264, nemo-extensions/trunk/gpgversion.patch)
  nemo-extensions/repos/community-testing-x86_64/nemo-pastebin.install
(from rev 147264, nemo-extensions/trunk/nemo-pastebin.install)

+
 community-testing-i686/PKGBUILD|  188 +++
 community-testing-i686/clutter-gst3.patch  |  156 +++
 community-testing-i686/gpgversion.patch|   11 +
 community-testing-i686/nemo-pastebin.install   |   11 +
 community-testing-x86_64/PKGBUILD  |  188 +++
 community-testing-x86_64/clutter-gst3.patch|  156 +++
 community-testing-x86_64/gpgversion.patch  |   11 +
 community-testing-x86_64/nemo-pastebin.install |   11 +
 8 files changed, 732 insertions(+)

Copied: nemo-extensions/repos/community-testing-i686/PKGBUILD (from rev 147264, 
nemo-extensions/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 20:16:44 UTC (rev 147265)
@@ -0,0 +1,188 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+
+pkgbase=nemo-extensions
+pkgname=('nemo-fileroller'
+'nemo-preview'
+'nemo-python'
+'nemo-share'
+'nemo-seahorse')
+   #'nemo-media-columns'
+   #'nemo-pastebin'
+   #'nemo-compare'
+   #'nemo-rabbitvcs'
+pkgver=2.8.0
+_pkgver=2.8.x
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="https://github.com/linuxmint/nemo-extensions;
+depends=(nemo file-roller cjs clutter-gtk clutter-gst gst-plugins-good 
libmusicbrainz5
+ evince gtksourceview3 webkitgtk python2-gobject seahorse-nautilus 
samba)
+makedepends=(gconf gnome-common gtk-doc intltool gobject-introspection) # 
python2-distutils-extra
+options=('!emptydirs')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/${_pkgver}.tar.gz;
+"gpgversion.patch"
+clutter-gst3.patch)
+sha256sums=('21ecb2f197e17fba2046ef16493e1b4292a8cc0389c65e0ccc4562b1d0982fe5'
+'187b9c1d684b81abac7ef3095882cfe859bd50570e554d45fcfdbf6e50455b86'
+'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
+
+prepare() {
+  cd ${pkgbase}-${_pkgver}
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # GPG version in testing
+  patch -Np1 -i ../gpgversion.patch
+
+  # Fix path for nemo-python
+  sed -i 's|libdirsuffix="/i386-linux-gnu/"|libdirsuffix=""|' 
nemo-python/m4/python.m4
+
+  cd nemo-preview
+  patch -Np1 -i ../../clutter-gst3.patch
+}
+
+build() {
+  cd ${pkgbase}-${_pkgver}
+
+  _configure_pkgs="nemo-fileroller nemo-seahorse nemo-share"
+  for dir in ${_configure_pkgs}
+  do
+pushd ${dir}
+autoreconf -fi
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
+--disable-static --disable-schemas-compile
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+make
+popd
+  done
+
+  _autogen_pkgs="nemo-preview nemo-python"
+  for dir in ${_autogen_pkgs}
+  do
+pushd ${dir}
+./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/${dir} \
+ --disable-static --disable-schemas-compile
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+make
+  

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:53:18
  Author: bgyorgy
Revision: 147238

upgpkg: cjs 2.8.0-1

Update to new version

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:43:58 UTC (rev 147237)
+++ PKGBUILD2015-11-20 18:53:18 UTC (rev 147238)
@@ -3,16 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=2.6.2
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=(i686 x86_64)
 url="https://github.com/linuxmint/cjs;
 license=(GPL)
-depends=(cairo gobject-introspection-runtime js dbus-glib)
+depends=(gtk3 gobject-introspection-runtime js dbus-glib)
 makedepends=(gnome-common python2 gobject-introspection)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('742e5a98281c3aff3127113352e920151468fd3c55214aa9c9ed09704efa70a0')
+options=(!emptydirs)
+sha256sums=('eceddb46dd7c1da9652c99355158feb8a107e213b5f7240700e1777b28d00a73')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:58:12
  Author: bgyorgy
Revision: 147241

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

Added:
  cinnamon-menus/repos/community-testing-i686/
  cinnamon-menus/repos/community-testing-i686/PKGBUILD
(from rev 147240, cinnamon-menus/trunk/PKGBUILD)
  cinnamon-menus/repos/community-testing-x86_64/
  cinnamon-menus/repos/community-testing-x86_64/PKGBUILD
(from rev 147240, cinnamon-menus/trunk/PKGBUILD)

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

Copied: cinnamon-menus/repos/community-testing-i686/PKGBUILD (from rev 147240, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 18:58:12 UTC (rev 147241)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-menus/repos/community-testing-x86_64/PKGBUILD (from rev 
147240, cinnamon-menus/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 18:58:12 UTC (rev 147241)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
+sha256sums=('06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 19:58:05
  Author: bgyorgy
Revision: 147240

upgpkg: cinnamon-menus 2.8.0-1

Update to new version

Modified:
  cinnamon-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 18:53:26 UTC (rev 147239)
+++ PKGBUILD2015-11-20 18:58:05 UTC (rev 147240)
@@ -1,7 +1,7 @@
 #Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-menus
-pkgver=2.6.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Cinnamon menu specifications"
 arch=('i686' 'x86_64')
@@ -8,9 +8,9 @@
 depends=('glib2')
 makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
 license=('GPL' 'LGPL')
-url="http://www.linuxmint.com;
+url="https://github.com/linuxmint/cinnamon-menus;
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz;)
-sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+sha256sums=('06a6e0a11644dfba8459b2b77fac61563184a3d734bd0e7c0f7a6654df1b3a1c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:14:29
  Author: bgyorgy
Revision: 147245

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

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

-+
 community-testing-i686/PKGBUILD |   46 ++
 community-testing-i686/muffin.install   |   10 ++
 community-testing-x86_64/PKGBUILD   |   46 ++
 community-testing-x86_64/muffin.install |   10 ++
 4 files changed, 112 insertions(+)

Copied: muffin/repos/community-testing-i686/PKGBUILD (from rev 147244, 
muffin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:14:29 UTC (rev 147245)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.8.4
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-testing-i686/muffin.install (from rev 147244, 
muffin/trunk/muffin.install)
===
--- community-testing-i686/muffin.install   (rev 0)
+++ community-testing-i686/muffin.install   2015-11-20 19:14:29 UTC (rev 
147245)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Copied: muffin/repos/community-testing-x86_64/PKGBUILD (from rev 147244, 
muffin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 19:14:29 UTC (rev 147245)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.8.4
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:14:22
  Author: bgyorgy
Revision: 147244

upgpkg: muffin 2.8.4-1

Update to new version

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:09:03 UTC (rev 147243)
+++ PKGBUILD2015-11-20 19:14:22 UTC (rev 147244)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.8.1
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('4ae31981a3ab72f244ad16f248cf45e498bad1e0409fb76a8c1c8186c47f7ad8')
+sha256sums=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:21:56
  Author: bgyorgy
Revision: 147247

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

Added:
  muffin/repos/community-testing-i686/PKGBUILD
(from rev 147246, muffin/trunk/PKGBUILD)
  muffin/repos/community-testing-i686/muffin.install
(from rev 147246, muffin/trunk/muffin.install)
  muffin/repos/community-testing-x86_64/PKGBUILD
(from rev 147246, muffin/trunk/PKGBUILD)
  muffin/repos/community-testing-x86_64/muffin.install
(from rev 147246, muffin/trunk/muffin.install)
Deleted:
  muffin/repos/community-testing-i686/PKGBUILD
  muffin/repos/community-testing-i686/muffin.install
  muffin/repos/community-testing-x86_64/PKGBUILD
  muffin/repos/community-testing-x86_64/muffin.install

-+
 /PKGBUILD   |  100 ++
 /muffin.install |   20 ++
 community-testing-i686/PKGBUILD |   46 -
 community-testing-i686/muffin.install   |   10 ---
 community-testing-x86_64/PKGBUILD   |   46 -
 community-testing-x86_64/muffin.install |   10 ---
 6 files changed, 120 insertions(+), 112 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-20 19:21:49 UTC (rev 147246)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:21:56 UTC (rev 147247)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.8.4
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-testing-i686/PKGBUILD (from rev 147246, 
muffin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:21:56 UTC (rev 147247)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.8.4
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('b0be7c338ac1c0015355d507d1d5dcba380d4b1749ab2bc4c57754be3e70734d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:58:49
  Author: bgyorgy
Revision: 147260

upgpkg: cinnamon-session 2.8.2-1

Update to new version

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:54:29 UTC (rev 147259)
+++ PKGBUILD2015-11-20 19:58:49 UTC (rev 147260)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=2.6.3
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url="https://github.com/linuxmint/cinnamon-session;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
 timeout.patch)
-sha256sums=('391db79472cbd6c1546cec5e7e8e82f2a465fea92cda019fca14f7c54cfa4dc1'
+sha256sums=('0a7236c75fef67c1a1c173e184c083ff2879e870428bdc3cb53a892cb0bfaf79'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {
@@ -30,7 +30,7 @@
   cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
+  --disable-schemas-compile --disable-gconf
   make
 }
 


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:58:58
  Author: bgyorgy
Revision: 147261

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

Added:
  cinnamon-session/repos/community-testing-i686/
  cinnamon-session/repos/community-testing-i686/PKGBUILD
(from rev 147260, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-testing-i686/cinnamon-session.install
(from rev 147260, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-testing-i686/timeout.patch
(from rev 147260, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-testing-x86_64/
  cinnamon-session/repos/community-testing-x86_64/PKGBUILD
(from rev 147260, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-testing-x86_64/cinnamon-session.install
(from rev 147260, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-testing-x86_64/timeout.patch
(from rev 147260, cinnamon-session/trunk/timeout.patch)

---+
 community-testing-i686/PKGBUILD   |   40 
 community-testing-i686/cinnamon-session.install   |   12 ++
 community-testing-i686/timeout.patch  |   24 
 community-testing-x86_64/PKGBUILD |   40 
 community-testing-x86_64/cinnamon-session.install |   12 ++
 community-testing-x86_64/timeout.patch|   24 
 6 files changed, 152 insertions(+)

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

Copied: cinnamon-session/repos/community-testing-i686/cinnamon-session.install 
(from rev 147260, cinnamon-session/trunk/cinnamon-session.install)
===
--- community-testing-i686/cinnamon-session.install 
(rev 0)
+++ community-testing-i686/cinnamon-session.install 2015-11-20 19:58:58 UTC 
(rev 147261)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cinnamon-session/repos/community-testing-i686/timeout.patch (from rev 
147260, cinnamon-session/trunk/timeout.patch)
===
--- community-testing-i686/timeout.patch(rev 0)
+++ community-testing-i686/timeout.patch2015-11-20 19:58:58 UTC (rev 
147261)
@@ -0,0 +1,24 @@
+diff -u -r cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 
cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c
+--- cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 2012-02-02 
15:33:01.0 +0100
 cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c 
2012-06-10 02:39:46.184348462 +0200
+@@ -36,7 +36,7 @@
+ #define CSM_KEYFILE_DEFAULT_PROVIDER_PREFIX "DefaultProvider"
+ 
+ /* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
+-#define CSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
++#define CSM_RUNNABLE_HELPER_TIMEOUT 1 /* ms */
+ 
+ typedef void (*GsmFillHandleProvider) (const char *provides,
+const char *default_provider,
+diff -u -r cinnamon-session-3.4.2/tools/cinnamon-session-check-accelerated.c 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:32:02
  Author: bgyorgy
Revision: 147250

upgpkg: cinnamon-desktop 2.8.0-1

Update to new version

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:25:57 UTC (rev 147249)
+++ PKGBUILD2015-11-20 19:32:02 UTC (rev 147250)
@@ -28,6 +28,9 @@
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --disable-static
 
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:32:11
  Author: bgyorgy
Revision: 147251

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

Added:
  cinnamon-desktop/repos/community-testing-i686/PKGBUILD
(from rev 147250, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-testing-i686/cinnamon-desktop.install
(from rev 147250, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-testing-i686/config.patch
(from rev 147250, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 147250, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-testing-x86_64/cinnamon-desktop.install
(from rev 147250, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-testing-x86_64/config.patch
(from rev 147250, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-testing-i686/PKGBUILD
  cinnamon-desktop/repos/community-testing-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-testing-i686/config.patch
  cinnamon-desktop/repos/community-testing-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-testing-x86_64/cinnamon-desktop.install
  cinnamon-desktop/repos/community-testing-x86_64/config.patch

---+
 /PKGBUILD |   80 
 /cinnamon-desktop.install |   22 
 /config.patch |   96 
 community-testing-i686/PKGBUILD   |   37 ---
 community-testing-i686/cinnamon-desktop.install   |   11 --
 community-testing-i686/config.patch   |   48 --
 community-testing-x86_64/PKGBUILD |   37 ---
 community-testing-x86_64/cinnamon-desktop.install |   11 --
 community-testing-x86_64/config.patch |   48 --
 9 files changed, 198 insertions(+), 192 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-11-20 19:32:02 UTC (rev 147250)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:32:11 UTC (rev 147251)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop;
-install=cinnamon-desktop.install
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-"config.patch")
-sha256sums=('39c2800d882f2970afbd8e4552f99ba591429fdd66dbeafffe66957053995872'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-testing-i686/PKGBUILD (from rev 
147250, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:32:11 UTC (rev 147251)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+"config.patch")
+sha256sums=('39c2800d882f2970afbd8e4552f99ba591429fdd66dbeafffe66957053995872'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd 

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

2015-11-20 Thread Alexander Rødseth
Date: Friday, November 20, 2015 @ 20:49:45
  Author: arodseth
Revision: 147254

upgpkg: nuitka 0.5.16.0-1

Modified:
  nuitka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:42:06 UTC (rev 147253)
+++ PKGBUILD2015-11-20 19:49:45 UTC (rev 147254)
@@ -3,7 +3,7 @@
 # Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
 
 pkgname=nuitka
-pkgver=0.5.15.0
+pkgver=0.5.16.0
 pkgrel=1
 pkgdesc='Python to native compiler'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 optdepends=('chrpath: for building standalone executables')
 source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('36ed9169c8f84f44b546f0035e54c8a80009b6f79467547dd462877347e4605f')
+sha256sums=('8e641cadb64e865d07c49caa80415095e2540c479ca9fbcda1cce298cf46142d')
 
 package() {
   cd "Nuitka-${pkgver%.0}"


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

2015-11-20 Thread Alexander Rødseth
Date: Friday, November 20, 2015 @ 20:50:41
  Author: arodseth
Revision: 147255

archrelease: copy trunk to community-any

Added:
  nuitka/repos/community-any/PKGBUILD
(from rev 147254, nuitka/trunk/PKGBUILD)
Deleted:
  nuitka/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-20 19:49:45 UTC (rev 147254)
+++ PKGBUILD2015-11-20 19:50:41 UTC (rev 147255)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=nuitka
-pkgver=0.5.15.0
-pkgrel=1
-pkgdesc='Python to native compiler'
-arch=('any')
-url='http://nuitka.net/'
-license=('APACHE')
-makedepends=('scons')
-depends=('python' 'scons')
-options=('!emptydirs')
-optdepends=('chrpath: for building standalone executables')
-source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
-sha256sums=('36ed9169c8f84f44b546f0035e54c8a80009b6f79467547dd462877347e4605f')
-
-package() {
-  cd "Nuitka-${pkgver%.0}"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-} 
-
-# getver: nuitka.net/pages/download.html
-# vim: sw=2 ts=2 et:

Copied: nuitka/repos/community-any/PKGBUILD (from rev 147254, 
nuitka/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-20 19:50:41 UTC (rev 147255)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=nuitka
+pkgver=0.5.16.0
+pkgrel=1
+pkgdesc='Python to native compiler'
+arch=('any')
+url='http://nuitka.net/'
+license=('APACHE')
+makedepends=('scons')
+depends=('python' 'scons')
+options=('!emptydirs')
+optdepends=('chrpath: for building standalone executables')
+source=("http://nuitka.net/releases/Nuitka-${pkgver%.0}.tar.gz;)
+sha256sums=('8e641cadb64e865d07c49caa80415095e2540c479ca9fbcda1cce298cf46142d')
+
+package() {
+  cd "Nuitka-${pkgver%.0}"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+} 
+
+# getver: nuitka.net/pages/download.html
+# vim: sw=2 ts=2 et:


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:54:29
  Author: bgyorgy
Revision: 147259

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

Added:
  cinnamon-screensaver/repos/community-testing-i686/
  cinnamon-screensaver/repos/community-testing-i686/PKGBUILD
(from rev 147258, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-testing-i686/cinnamon-screensaver.pam
(from rev 147258, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-testing-x86_64/
  cinnamon-screensaver/repos/community-testing-x86_64/PKGBUILD
(from rev 147258, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-testing-x86_64/cinnamon-screensaver.pam
(from rev 147258, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)

---+
 community-testing-i686/PKGBUILD   |   41 
 community-testing-i686/cinnamon-screensaver.pam   |6 ++
 community-testing-x86_64/PKGBUILD |   41 
 community-testing-x86_64/cinnamon-screensaver.pam |6 ++
 4 files changed, 94 insertions(+)

Copied: cinnamon-screensaver/repos/community-testing-i686/PKGBUILD (from rev 
147258, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 19:54:29 UTC (rev 147259)
@@ -0,0 +1,41 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('595c787bdc9d3a7189d603fe065475e39ac09f957de2da8423b685ade1441036'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' data/screensavers/*/main
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
+}

Copied: 
cinnamon-screensaver/repos/community-testing-i686/cinnamon-screensaver.pam 
(from rev 147258, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
===
--- community-testing-i686/cinnamon-screensaver.pam 
(rev 0)
+++ community-testing-i686/cinnamon-screensaver.pam 2015-11-20 19:54:29 UTC 
(rev 147259)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+auth   include system-auth
+auth   optional pam_gnome_keyring.so
+accountinclude system-auth
+password   include system-auth
+sessioninclude system-auth
\ No newline at end of file

Copied: cinnamon-screensaver/repos/community-testing-x86_64/PKGBUILD (from rev 
147258, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-20 19:54:29 UTC (rev 147259)
@@ -0,0 +1,41 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd' 
'python2-gobject' 'webkit2gtk')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('595c787bdc9d3a7189d603fe065475e39ac09f957de2da8423b685ade1441036'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 20:54:22
  Author: bgyorgy
Revision: 147258

upgpkg: cinnamon-screensaver 2.8.0-1

Update to new version

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 19:50:54 UTC (rev 147257)
+++ PKGBUILD2015-11-20 19:54:22 UTC (rev 147258)
@@ -4,8 +4,8 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=2.6.4
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('b5da1cd64ab20e52582088c1fa8ac79741b1a17cc018a8f370936d9707dbbbde'
+sha256sums=('595c787bdc9d3a7189d603fe065475e39ac09f957de2da8423b685ade1441036'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 prepare() {


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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 21:43:33
  Author: bgyorgy
Revision: 147266

upgpkg: cinnamon 2.8.5-1

Update to new version

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/gnome-3.14.patch
  cinnamon/trunk/set_wheel.patch
Deleted:
  cinnamon/trunk/fix-keyboard-flags.patch

--+
 PKGBUILD |   48 +++--
 fix-keyboard-flags.patch |   21 ---
 gnome-3.14.patch |6 ++---
 set_wheel.patch  |   40 ++---
 4 files changed, 48 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-20 20:16:44 UTC (rev 147265)
+++ PKGBUILD2015-11-20 20:43:33 UTC (rev 147266)
@@ -5,11 +5,11 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.6.13
-pkgrel=3
+pkgver=2.8.5
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
-url="http://cinnamon.linuxmint.com/;
+url="https://github.com/linuxmint/Cinnamon;
 license=('GPL2')
 depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
  'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
@@ -27,14 +27,12 @@
 "set_wheel.patch"
 "gnome-3.14.patch"
 "default-theme.patch"
-"dont-hardcode-nemo.patch"
-"fix-keyboard-flags.patch")
-sha256sums=('f349403901bf3e84cda2ebd425dc6f58850059092775e285862067f120debe86'
-'2f0fec7d733aa19be426a0e1aecff1af451183de038d2868a2ee3195f227956e'
-'5ecce3c1617c0479ef972904944e5a58d24de31d00a527d44921e2a44d91'
+"dont-hardcode-nemo.patch")
+sha256sums=('5058a927b80d7443ef547b543a2ccff4284a9587f4df77ef8032d6c6ea997131'
+'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
+'31479171797f9fc88b91ef1294cc338b29c247f589ab84ff87b60bff06a6920a'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
-'26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4'
-'35478dd7df2ecee484bbe758885ed55797e0567643615984973d153f34700016')
+'26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')
 
 prepare() {
   cd ${srcdir}/Cinnamon*
@@ -43,7 +41,7 @@
   sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Use wheel group instread of sudo
+  # Use wheel group instread of sudo (taken from Fedora)
   patch -Np1 -i ../set_wheel.patch
 
   # Make Adwaita icon theme selectable in theme settings
@@ -55,15 +53,12 @@
   # Don't hardcode Nemo
   patch -Np1 -i ../dont-hardcode-nemo.patch
 
-  # Fix missing flags in keyboard applet (FS#45615)
-  patch -Np1 -i ../fix-keyboard-flags.patch
-
   # Add polkit agent to required components
   sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
 files/usr/share/cinnamon-session/sessions/cinnamon*.session
 
   # Fix for the python2 PAM module  
-  sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
+  sed -i 's:import PAM:import pam:' 
files/usr/share/cinnamon/cinnamon-settings/modules/cs_user.py
 
   # Use pkexec instead of gksu
   sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
@@ -74,29 +69,32 @@
 
   # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
   sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/lib/cinnamon-settings/modules/cs_backgrounds.py
+files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
 
   # Fix selected background color in Cinnamon Settings for Adwaita theme
   sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/lib/cinnamon-settings/cinnamon-settings.py
+files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
 
   # Fix missing icons with the Adwaita theme
   sed -i 's/"gtk-file"/"text-x-generic"/' 
docs/applets-examples/fin...@cinnamon.org/applet.js  src/cinnamon-util.c
   sed -i "s/SECONDARY, 'ok'/SECONDARY, 'gtk-apply'/
-  s/SECONDARY, 'stop'/SECONDARY, 'dialog-error'/" 
files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-  sed -i "s/'gnome-panel-launcher'/'system-run'/" 
files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-  sed -i 's/icon_name">gnome-panel-launcher/icon_name">system-run/' 
files/usr/lib/cinnamon-desktop-editor/launcher-editor.ui
-  sed -i 's/"reload"/"view-refresh"/' 
files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
+  s/SECONDARY, 'stop'/SECONDARY, 'dialog-error'/" 
files/usr/share/cinnamon/cinnamon-desktop-editor/cinnamon-desktop-editor.py
+  sed -i "s/'gnome-panel-launcher'/'system-run'/" 

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

2015-11-20 Thread Balló György
Date: Friday, November 20, 2015 @ 21:43:46
  Author: bgyorgy
Revision: 147267

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

Added:
  cinnamon/repos/community-testing-i686/
  cinnamon/repos/community-testing-i686/PKGBUILD
(from rev 147266, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-i686/cinnamon.install
(from rev 147266, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-i686/default-theme.patch
(from rev 147266, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-testing-i686/dont-hardcode-nemo.patch
(from rev 147266, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-testing-i686/gnome-3.14.patch
(from rev 147266, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-testing-i686/set_wheel.patch
(from rev 147266, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-testing-x86_64/
  cinnamon/repos/community-testing-x86_64/PKGBUILD
(from rev 147266, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-testing-x86_64/cinnamon.install
(from rev 147266, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-testing-x86_64/default-theme.patch
(from rev 147266, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-testing-x86_64/dont-hardcode-nemo.patch
(from rev 147266, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-testing-x86_64/gnome-3.14.patch
(from rev 147266, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-testing-x86_64/set_wheel.patch
(from rev 147266, cinnamon/trunk/set_wheel.patch)

---+
 community-testing-i686/PKGBUILD   |  120 
 community-testing-i686/cinnamon.install   |   12 ++
 community-testing-i686/default-theme.patch|   25 
 community-testing-i686/dont-hardcode-nemo.patch   |   33 +
 community-testing-i686/gnome-3.14.patch   |   12 ++
 community-testing-i686/set_wheel.patch|   56 +
 community-testing-x86_64/PKGBUILD |  120 
 community-testing-x86_64/cinnamon.install |   12 ++
 community-testing-x86_64/default-theme.patch  |   25 
 community-testing-x86_64/dont-hardcode-nemo.patch |   33 +
 community-testing-x86_64/gnome-3.14.patch |   12 ++
 community-testing-x86_64/set_wheel.patch  |   56 +
 12 files changed, 516 insertions(+)

Copied: cinnamon/repos/community-testing-i686/PKGBUILD (from rev 147266, 
cinnamon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-20 20:43:46 UTC (rev 147267)
@@ -0,0 +1,120 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: M0Rf30
+# Contributor: unifiedlinux
+# Contributor: CReimer
+
+pkgname=cinnamon
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/Cinnamon;
+license=('GPL2')
+depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
+ 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
+ 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
+ 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
+ 'network-manager-applet' 'nemo' 'polkit-gnome')
+makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
+optdepends=('blueberry: Bluetooth support'
+'system-config-printer: printer settings')
+options=('!emptydirs')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
+"set_wheel.patch"
+"gnome-3.14.patch"
+"default-theme.patch"
+"dont-hardcode-nemo.patch")
+sha256sums=('5058a927b80d7443ef547b543a2ccff4284a9587f4df77ef8032d6c6ea997131'
+'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
+'31479171797f9fc88b91ef1294cc338b29c247f589ab84ff87b60bff06a6920a'
+'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
+'26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')
+
+prepare() {
+  cd ${srcdir}/Cinnamon*
+
+  # Python2 fix
+  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Use wheel group instread of sudo (taken from Fedora)
+  patch -Np1 -i ../set_wheel.patch
+
+  # Make Adwaita icon theme selectable 

[arch-commits] Commit in (113 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:24:28
  Author: arojas
Revision: 251699

Plasma 5.5 beta

Added:
  bluedevil/kde-unstable/
  bluedevil/kde-unstable/PKGBUILD
(from rev 250252, bluedevil/trunk/PKGBUILD)
  breeze-gtk/
  breeze-gtk/kde-unstable/
  breeze-gtk/kde-unstable/PKGBUILD
  breeze/kde-unstable/
  breeze/kde-unstable/PKGBUILD
(from rev 250252, breeze/trunk/PKGBUILD)
  kde-cli-tools/kde-unstable/
  kde-cli-tools/kde-unstable/PKGBUILD
(from rev 250252, kde-cli-tools/trunk/PKGBUILD)
  kde-gtk-config/kde-unstable/
  kde-gtk-config/kde-unstable/PKGBUILD
(from rev 250252, kde-gtk-config/trunk/PKGBUILD)
  kdecoration/kde-unstable/
  kdecoration/kde-unstable/PKGBUILD
(from rev 250252, kdecoration/trunk/PKGBUILD)
  kdeplasma-addons/kde-unstable/
  kdeplasma-addons/kde-unstable/PKGBUILD
(from rev 250252, kdeplasma-addons/trunk/PKGBUILD)
  kgamma5/kde-unstable/
  kgamma5/kde-unstable/PKGBUILD
(from rev 250252, kgamma5/trunk/PKGBUILD)
  khelpcenter/kde-unstable/
  khelpcenter/kde-unstable/PKGBUILD
(from rev 250252, khelpcenter/trunk/PKGBUILD)
  khotkeys/kde-unstable/
  khotkeys/kde-unstable/PKGBUILD
(from rev 250252, khotkeys/trunk/PKGBUILD)
  kinfocenter/kde-unstable/
  kinfocenter/kde-unstable/PKGBUILD
(from rev 250252, kinfocenter/trunk/PKGBUILD)
  kmenuedit/kde-unstable/
  kmenuedit/kde-unstable/PKGBUILD
(from rev 250252, kmenuedit/trunk/PKGBUILD)
  kscreen/kde-unstable/
  kscreen/kde-unstable/PKGBUILD
(from rev 250252, kscreen/trunk/PKGBUILD)
  kscreenlocker/
  kscreenlocker/kde-unstable/
  kscreenlocker/kde-unstable/PKGBUILD
  ksshaskpass/kde-unstable/
  ksshaskpass/kde-unstable/PKGBUILD
(from rev 250252, ksshaskpass/trunk/PKGBUILD)
  ksysguard/kde-unstable/
  ksysguard/kde-unstable/PKGBUILD
(from rev 250252, ksysguard/trunk/PKGBUILD)
  kwallet-pam/kde-unstable/
  kwallet-pam/kde-unstable/PKGBUILD
(from rev 250252, kwallet-pam/trunk/PKGBUILD)
  kwayland-integration/kde-unstable/
  kwayland-integration/kde-unstable/PKGBUILD
(from rev 250252, kwayland-integration/trunk/PKGBUILD)
  kwayland/kde-unstable/
  kwayland/kde-unstable/PKGBUILD
(from rev 250252, kwayland/trunk/PKGBUILD)
  kwin/kde-unstable/
  kwin/kde-unstable/PKGBUILD
(from rev 250252, kwin/trunk/PKGBUILD)
  kwrited/kde-unstable/
  kwrited/kde-unstable/PKGBUILD
(from rev 250252, kwrited/trunk/PKGBUILD)
  libkscreen/kde-unstable/
  libkscreen/kde-unstable/PKGBUILD
(from rev 250252, libkscreen/trunk/PKGBUILD)
  libksysguard/kde-unstable/
  libksysguard/kde-unstable/PKGBUILD
(from rev 250252, libksysguard/trunk/PKGBUILD)
  milou/kde-unstable/
  milou/kde-unstable/PKGBUILD
(from rev 250252, milou/trunk/PKGBUILD)
  oxygen/kde-unstable/
  oxygen/kde-unstable/PKGBUILD
(from rev 250252, oxygen/trunk/PKGBUILD)
  plasma-desktop/kde-unstable/
  plasma-desktop/kde-unstable/PKGBUILD
(from rev 250252, plasma-desktop/trunk/PKGBUILD)
  plasma-mediacenter/kde-unstable/
  plasma-mediacenter/kde-unstable/PKGBUILD
(from rev 250252, plasma-mediacenter/trunk/PKGBUILD)
  plasma-nm/kde-unstable/
  plasma-nm/kde-unstable/PKGBUILD
(from rev 250252, plasma-nm/trunk/PKGBUILD)
  plasma-pa/kde-unstable/
  plasma-pa/kde-unstable/PKGBUILD
(from rev 250252, plasma-pa/trunk/PKGBUILD)
  plasma-sdk/kde-unstable/
  plasma-sdk/kde-unstable/PKGBUILD
(from rev 250252, plasma-sdk/trunk/PKGBUILD)
  plasma-workspace-wallpapers/kde-unstable/
  plasma-workspace-wallpapers/kde-unstable/PKGBUILD
(from rev 250252, plasma-workspace-wallpapers/trunk/PKGBUILD)
  plasma-workspace/kde-unstable/
  plasma-workspace/kde-unstable/PKGBUILD
(from rev 250743, plasma-workspace/trunk/PKGBUILD)
  polkit-kde-agent/kde-unstable/
  polkit-kde-agent/kde-unstable/PKGBUILD
(from rev 250252, polkit-kde-agent/trunk/PKGBUILD)
  powerdevil/kde-unstable/
  powerdevil/kde-unstable/PKGBUILD
(from rev 250252, powerdevil/trunk/PKGBUILD)
  sddm-kcm/kde-unstable/
  sddm-kcm/kde-unstable/PKGBUILD
(from rev 250252, sddm-kcm/trunk/PKGBUILD)
  systemsettings/kde-unstable/
  systemsettings/kde-unstable/PKGBUILD
(from rev 250252, systemsettings/trunk/PKGBUILD)
  user-manager/kde-unstable/
  user-manager/kde-unstable/PKGBUILD
(from rev 250252, user-manager/trunk/PKGBUILD)
Deleted:
  bluedevil/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
  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
  

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:31:09
  Author: arojas
Revision: 251705

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

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

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

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 251704, 
oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:31:09 UTC (rev 251705)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1eb2b803881047b1c236f7de0945dc0b')
+
+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-x86_64/PKGBUILD (from rev 251704, 
oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:31:09 UTC (rev 251705)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('1eb2b803881047b1c236f7de0945dc0b')
+
+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')
+  

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:33:30
  Author: arojas
Revision: 251710

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

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

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

Copied: milou/repos/kde-unstable-i686/PKGBUILD (from rev 251709, 
milou/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:33:30 UTC (rev 251710)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4f848afd27adfaeac1d0808468aa1324')
+
+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 251709, 
milou/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:33:30 UTC (rev 251710)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4f848afd27adfaeac1d0808468aa1324')
+
+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 libksysguard/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:32:54
  Author: arojas
Revision: 251708

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

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

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

Copied: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 251707, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:32:54 UTC (rev 251708)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('0e648c3a9b6b695bf9b3f4d869f5cf73')
+
+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 251707, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:32:54 UTC (rev 251708)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('0e648c3a9b6b695bf9b3f4d869f5cf73')
+
+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 powerdevil/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:35:41
  Author: arojas
Revision: 251717

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

Added:
  powerdevil/repos/kde-unstable-i686/
  powerdevil/repos/kde-unstable-i686/PKGBUILD
(from rev 251716, powerdevil/kde-unstable/PKGBUILD)
  powerdevil/repos/kde-unstable-x86_64/
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251716, powerdevil/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: powerdevil/repos/kde-unstable-i686/PKGBUILD (from rev 251716, 
powerdevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:35:41 UTC (rev 251717)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('10af3d9482eee43524c53955f6c88567')
+
+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: powerdevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 251716, 
powerdevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:35:41 UTC (rev 251717)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('10af3d9482eee43524c53955f6c88567')
+
+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 kmenuedit/repos (6 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:35:24
  Author: arojas
Revision: 251716

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

Added:
  kmenuedit/repos/kde-unstable-i686/
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
(from rev 251715, kmenuedit/kde-unstable/PKGBUILD)
  kmenuedit/repos/kde-unstable-i686/kmenuedit.install
(from rev 251715, kmenuedit/kde-unstable/kmenuedit.install)
  kmenuedit/repos/kde-unstable-x86_64/
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251715, kmenuedit/kde-unstable/PKGBUILD)
  kmenuedit/repos/kde-unstable-x86_64/kmenuedit.install
(from rev 251715, kmenuedit/kde-unstable/kmenuedit.install)

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

Copied: kmenuedit/repos/kde-unstable-i686/PKGBUILD (from rev 251715, 
kmenuedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:35:24 UTC (rev 251716)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('d44d3460d68b94cce2a17a438016fad1')
+
+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: kmenuedit/repos/kde-unstable-i686/kmenuedit.install (from rev 251715, 
kmenuedit/kde-unstable/kmenuedit.install)
===
--- kde-unstable-i686/kmenuedit.install (rev 0)
+++ kde-unstable-i686/kmenuedit.install 2015-11-20 21:35:24 UTC (rev 251716)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 251715, 
kmenuedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:35:24 UTC (rev 251716)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.4.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('d44d3460d68b94cce2a17a438016fad1')
+
+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: kmenuedit/repos/kde-unstable-x86_64/kmenuedit.install (from rev 251715, 
kmenuedit/kde-unstable/kmenuedit.install)
===
--- kde-unstable-x86_64/kmenuedit.install   (rev 0)
+++ kde-unstable-x86_64/kmenuedit.install   2015-11-20 21:35:24 UTC (rev 
251716)
@@ -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 polkit-kde-agent/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:35:58
  Author: arojas
Revision: 251718

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

Added:
  polkit-kde-agent/repos/kde-unstable-i686/
  polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD
(from rev 251717, polkit-kde-agent/kde-unstable/PKGBUILD)
  polkit-kde-agent/repos/kde-unstable-x86_64/
  polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251717, polkit-kde-agent/kde-unstable/PKGBUILD)

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

Copied: polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD (from rev 251717, 
polkit-kde-agent/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:35:58 UTC (rev 251718)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('fcf3086a21cc95a3a815c80ab049176a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD (from rev 251717, 
polkit-kde-agent/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:35:58 UTC (rev 251718)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=polkit-kde-agent
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kdbusaddons' 'kcrash')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('fcf3086a21cc95a3a815c80ab049176a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:36:10
  Author: arojas
Revision: 251719

archrelease: copy kde-unstable to kde-unstable-any

Added:
  plasma-workspace-wallpapers/repos/kde-unstable-any/
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 251718, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 
251718, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-11-20 21:36:10 UTC (rev 251719)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('c5e37af67a65cce936f5c8c4f93772ef')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:38:51
  Author: arojas
Revision: 251725

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

Added:
  kdeplasma-addons/repos/kde-unstable-i686/
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 251724, kdeplasma-addons/kde-unstable/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251724, kdeplasma-addons/kde-unstable/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)

--+
 kde-unstable-i686/PKGBUILD   |   45 +
 kde-unstable-i686/kdeplasma-addons.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   45 +
 kde-unstable-x86_64/kdeplasma-addons.install |   11 ++
 4 files changed, 112 insertions(+)

Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 251724, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:38:51 UTC (rev 251725)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim' 'kross' 
'purpose')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support'
+'kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet')
+install="${pkgname}.install"
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('00f58719c62edf4e8da1e9c35508f046')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install (from 
rev 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
===
--- kde-unstable-i686/kdeplasma-addons.install  (rev 0)
+++ kde-unstable-i686/kdeplasma-addons.install  2015-11-20 21:38:51 UTC (rev 
251725)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 251724, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:38:51 UTC (rev 251725)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim' 'kross' 
'purpose')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support'
+'kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet')
+install="${pkgname}.install"
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('00f58719c62edf4e8da1e9c35508f046')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:32:37
  Author: arojas
Revision: 251707

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

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

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

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 251706, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:32:37 UTC (rev 251707)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e476fe8b7a392b4edd21b219cef4f147')
+
+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 251706, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:32:37 UTC (rev 251707)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e476fe8b7a392b4edd21b219cef4f147')
+
+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/
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:31:34
  Author: arojas
Revision: 251706

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

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

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

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 251705, 
breeze/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:31:34 UTC (rev 251706)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.4.95
+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')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('1656f5183f2f1f773d84de947682f66e')
+
+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-x86_64/PKGBUILD (from rev 251705, 
breeze/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:31:34 UTC (rev 251706)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.4.95
+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')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('1656f5183f2f1f773d84de947682f66e')
+
+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 

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:38:30
  Author: arojas
Revision: 251724

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

Added:
  khelpcenter/repos/kde-unstable-i686/
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
(from rev 251723, khelpcenter/kde-unstable/PKGBUILD)
  khelpcenter/repos/kde-unstable-x86_64/
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251723, khelpcenter/kde-unstable/PKGBUILD)

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

Copied: khelpcenter/repos/kde-unstable-i686/PKGBUILD (from rev 251723, 
khelpcenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:38:30 UTC (rev 251724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+conflicts=('khelpcenter4' 'kdebase-runtime-doc')
+replaces=('khelpcenter4' 'kdebase-runtime-doc')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('6c8586e073a84a8e710ab3c111042169')
+
+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: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 251723, 
khelpcenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:38:30 UTC (rev 251724)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Application to show KDE Applications' documentation"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+conflicts=('khelpcenter4' 'kdebase-runtime-doc')
+replaces=('khelpcenter4' 'kdebase-runtime-doc')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('6c8586e073a84a8e710ab3c111042169')
+
+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
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:39:12
  Author: arojas
Revision: 251726

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

Added:
  bluedevil/repos/kde-unstable-i686/
  bluedevil/repos/kde-unstable-i686/PKGBUILD
(from rev 251725, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/kde-unstable-i686/bluedevil.install
(from rev 251725, bluedevil/kde-unstable/bluedevil.install)
  bluedevil/repos/kde-unstable-x86_64/
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251725, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/kde-unstable-x86_64/bluedevil.install
(from rev 251725, bluedevil/kde-unstable/bluedevil.install)

---+
 kde-unstable-i686/PKGBUILD|   42 
 kde-unstable-i686/bluedevil.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   42 
 kde-unstable-x86_64/bluedevil.install |   12 +
 4 files changed, 108 insertions(+)

Copied: bluedevil/repos/kde-unstable-i686/PKGBUILD (from rev 251725, 
bluedevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:39:12 UTC (rev 251726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.4.95
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('72264700e8393c0bbc602e634506d0e5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/kde-unstable-i686/bluedevil.install (from rev 251725, 
bluedevil/kde-unstable/bluedevil.install)
===
--- kde-unstable-i686/bluedevil.install (rev 0)
+++ kde-unstable-i686/bluedevil.install 2015-11-20 21:39:12 UTC (rev 251726)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 251725, 
bluedevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:39:12 UTC (rev 251726)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=bluedevil
+pkgver=5.4.95
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install="$pkgname.install"
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('72264700e8393c0bbc602e634506d0e5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$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() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluedevil/repos/kde-unstable-x86_64/bluedevil.install (from rev 251725, 
bluedevil/kde-unstable/bluedevil.install)
===
--- kde-unstable-x86_64/bluedevil.install   (rev 0)
+++ kde-unstable-x86_64/bluedevil.install   2015-11-20 21:39:12 UTC (rev 
251726)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:41:25
  Author: arojas
Revision: 251733

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

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

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kwayland-integration/repos/kde-unstable-i686/PKGBUILD (from rev 251732, 
kwayland-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:41:25 UTC (rev 251733)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('85c98e945a97d1df92fd302aa8b65533')
+
+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-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
251732, kwayland-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:41:25 UTC (rev 251733)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('85c98e945a97d1df92fd302aa8b65533')
+
+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 user-manager/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:41:43
  Author: arojas
Revision: 251734

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

Added:
  user-manager/repos/kde-unstable-i686/
  user-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 251733, user-manager/kde-unstable/PKGBUILD)
  user-manager/repos/kde-unstable-x86_64/
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251733, user-manager/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: user-manager/repos/kde-unstable-i686/PKGBUILD (from rev 251733, 
user-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:41:43 UTC (rev 251734)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0c23a2eddc1b4f4515c4e6be7d872f20')
+
+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: user-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 251733, 
user-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:41:43 UTC (rev 251734)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0c23a2eddc1b4f4515c4e6be7d872f20')
+
+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 kwallet-pam/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:42:04
  Author: arojas
Revision: 251735

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

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

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

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

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


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:50:23
  Author: arojas
Revision: 251739

archrelease: copy kde-unstable to kde-unstable-any

Added:
  plasma-meta/repos/kde-unstable-any/
  plasma-meta/repos/kde-unstable-any/PKGBUILD
(from rev 251738, plasma-meta/kde-unstable/PKGBUILD)

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

Copied: plasma-meta/repos/kde-unstable-any/PKGBUILD (from rev 251738, 
plasma-meta/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-11-20 21:50:23 UTC (rev 251739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.5
+pkgrel=1
+pkgdesc='Meta package to install KDE Plasma'
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+depends=(bluedevil
+ drkonqi
+ kde-gtk-config
+ kdeplasma-addons
+ khelpcenter
+ kinfocenter
+ ksysguard
+ kscreen
+ ksshaskpass
+ kwrited
+ oxygen
+ oxygen-cursors
+ plasma-desktop
+ plasma-nm
+ plasma-workspace-wallpapers
+plasma-mediacenter
+plasma-pa
+plasma-sdk
+kwayland-integration
+kwallet-pam
+kgamma5
+user-manager
+sddm-kcm
+breeze-gtk
+)


[arch-commits] Commit in kscreenlocker (5 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:30:12
  Author: arojas
Revision: 251702

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

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

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kscreenlocker/repos/kde-unstable-i686/PKGBUILD (from rev 251701, 
kscreenlocker/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-11-20 21:30:12 UTC (rev 251702)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.4.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('25730cf180b7a2f22a59d1fcdc86a041')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kscreenlocker/repos/kde-unstable-x86_64/PKGBUILD (from rev 251701, 
kscreenlocker/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-11-20 21:30:12 UTC (rev 251702)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kscreenlocker
+pkgver=5.4.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('25730cf180b7a2f22a59d1fcdc86a041')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:30:29
  Author: arojas
Revision: 251703

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

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

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

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 251702, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:30:29 UTC (rev 251703)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.4.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('13f23b974446581db762bfb620445e4f')
+
+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 251702, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:30:29 UTC (rev 251703)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=kdecoration
+pkgver=5.4.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('13f23b974446581db762bfb620445e4f')
+
+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
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:30:44
  Author: arojas
Revision: 251704

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

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

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

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 251703, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:30:44 UTC (rev 251704)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.4.95
+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' 
'kinit' 'hicolor-icon-theme' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('323214169a2211d220543d847fc7da78')
+
+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/kwin.install (from rev 251703, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-11-20 21:30:44 UTC (rev 251704)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 251703, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:30:44 UTC (rev 251704)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.4.95
+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' 
'kinit' 'hicolor-icon-theme' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('323214169a2211d220543d847fc7da78')
+
+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-x86_64/kwin.install (from rev 251703, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-x86_64/kwin.install(rev 0)
+++ kde-unstable-x86_64/kwin.install2015-11-20 21:30:44 UTC (rev 251704)
@@ -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 plasma-desktop/repos (6 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:36:59
  Author: arojas
Revision: 251720

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

Added:
  plasma-desktop/repos/kde-unstable-i686/
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
(from rev 251719, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install
(from rev 251719, plasma-desktop/kde-unstable/plasma-desktop.install)
  plasma-desktop/repos/kde-unstable-x86_64/
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251719, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-desktop/repos/kde-unstable-x86_64/plasma-desktop.install
(from rev 251719, plasma-desktop/kde-unstable/plasma-desktop.install)

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

Copied: plasma-desktop/repos/kde-unstable-i686/PKGBUILD (from rev 251719, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:36:59 UTC (rev 251720)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('60ecf5b6aa986b7946be40ff68483285')
+
+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/kde-unstable-i686/plasma-desktop.install (from rev 
251719, plasma-desktop/kde-unstable/plasma-desktop.install)
===
--- kde-unstable-i686/plasma-desktop.install(rev 0)
+++ kde-unstable-i686/plasma-desktop.install2015-11-20 21:36:59 UTC (rev 
251720)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 251719, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:36:59 UTC (rev 251720)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.4.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('60ecf5b6aa986b7946be40ff68483285')
+
+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

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:40:26
  Author: arojas
Revision: 251730

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

Added:
  sddm-kcm/repos/kde-unstable-i686/
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 251729, sddm-kcm/kde-unstable/PKGBUILD)
  sddm-kcm/repos/kde-unstable-x86_64/
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251729, sddm-kcm/kde-unstable/PKGBUILD)

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

Copied: sddm-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 251729, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:40:26 UTC (rev 251730)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('1856b7dc08d7317c4361f88f39cda454')
+
+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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 251729, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:40:26 UTC (rev 251730)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('1856b7dc08d7317c4361f88f39cda454')
+
+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 \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:40:46
  Author: arojas
Revision: 251731

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

Added:
  plasma-mediacenter/repos/kde-unstable-i686/
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
(from rev 251730, plasma-mediacenter/kde-unstable/PKGBUILD)
  plasma-mediacenter/repos/kde-unstable-x86_64/
  plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251730, plasma-mediacenter/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD (from rev 251730, 
plasma-mediacenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:40:46 UTC (rev 251731)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b2b8ed15e9b5ae9fa73fc8c0e94d0366')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 251730, 
plasma-mediacenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:40:46 UTC (rev 251731)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Bhushan Shah 
+
+pkgname=plasma-mediacenter
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b2b8ed15e9b5ae9fa73fc8c0e94d0366')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:41:05
  Author: arojas
Revision: 251732

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

Added:
  plasma-sdk/repos/kde-unstable-i686/
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
(from rev 251731, plasma-sdk/kde-unstable/PKGBUILD)
  plasma-sdk/repos/kde-unstable-x86_64/
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251731, plasma-sdk/kde-unstable/PKGBUILD)

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

Copied: plasma-sdk/repos/kde-unstable-i686/PKGBUILD (from rev 251731, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:41:05 UTC (rev 251732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('36bc64de47fafb2d6543ffccee178d2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD (from rev 251731, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:41:05 UTC (rev 251732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('36bc64de47fafb2d6543ffccee178d2a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:38:10
  Author: arojas
Revision: 251723

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

Added:
  kwrited/repos/kde-unstable-i686/
  kwrited/repos/kde-unstable-i686/PKGBUILD
(from rev 251722, kwrited/kde-unstable/PKGBUILD)
  kwrited/repos/kde-unstable-x86_64/
  kwrited/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251722, kwrited/kde-unstable/PKGBUILD)

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

Copied: kwrited/repos/kde-unstable-i686/PKGBUILD (from rev 251722, 
kwrited/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:38:10 UTC (rev 251723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e94bc9cb06b0116ced5f27a7be6223a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwrited/repos/kde-unstable-x86_64/PKGBUILD (from rev 251722, 
kwrited/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:38:10 UTC (rev 251723)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e94bc9cb06b0116ced5f27a7be6223a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:37:30
  Author: arojas
Revision: 251721

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

Added:
  plasma-nm/repos/kde-unstable-i686/
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
(from rev 251720, plasma-nm/kde-unstable/PKGBUILD)
  plasma-nm/repos/kde-unstable-x86_64/
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251720, plasma-nm/kde-unstable/PKGBUILD)

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

Copied: plasma-nm/repos/kde-unstable-i686/PKGBUILD (from rev 251720, 
plasma-nm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:37:30 UTC (rev 251721)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.4.95
+pkgrel=1
+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=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('88d854131c0871513036ff110d8043ad')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-nm/repos/kde-unstable-x86_64/PKGBUILD (from rev 251720, 
plasma-nm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:37:30 UTC (rev 251721)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.4.95
+pkgrel=1
+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=('GPL2')
+depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 
'mobile-broadband-provider-info'
+ 'python' 'kdelibs4support')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('88d854131c0871513036ff110d8043ad')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-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 plasma-pa/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:37:50
  Author: arojas
Revision: 251722

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

Added:
  plasma-pa/repos/kde-unstable-i686/
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
(from rev 251721, plasma-pa/kde-unstable/PKGBUILD)
  plasma-pa/repos/kde-unstable-x86_64/
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251721, plasma-pa/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: plasma-pa/repos/kde-unstable-i686/PKGBUILD (from rev 251721, 
plasma-pa/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:37:50 UTC (rev 251722)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('cd6efc0945fb869c523462c0d8b34917')
+
+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: plasma-pa/repos/kde-unstable-x86_64/PKGBUILD (from rev 251721, 
plasma-pa/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:37:50 UTC (rev 251722)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.4.95
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('cd6efc0945fb869c523462c0d8b34917')
+
+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 kgamma5/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:42:22
  Author: arojas
Revision: 251736

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

Added:
  kgamma5/repos/kde-unstable-i686/
  kgamma5/repos/kde-unstable-i686/PKGBUILD
(from rev 251735, kgamma5/kde-unstable/PKGBUILD)
  kgamma5/repos/kde-unstable-x86_64/
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251735, kgamma5/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kgamma5/repos/kde-unstable-i686/PKGBUILD (from rev 251735, 
kgamma5/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:42:22 UTC (rev 251736)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('215d572f858151a9a4a88412f8a8cb65')
+
+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: kgamma5/repos/kde-unstable-x86_64/PKGBUILD (from rev 251735, 
kgamma5/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:42:22 UTC (rev 251736)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('215d572f858151a9a4a88412f8a8cb65')
+
+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 breeze-gtk (5 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:42:42
  Author: arojas
Revision: 251737

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

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

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

Copied: breeze-gtk/repos/kde-unstable-i686/PKGBUILD (from rev 251736, 
breeze-gtk/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-11-20 21:42:42 UTC (rev 251737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('99f85cf912f48df5dde67be630a74f6a')
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD (from rev 251736, 
breeze-gtk/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-11-20 21:42:42 UTC (rev 251737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.4.95
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(i686 x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('99f85cf912f48df5dde67be630a74f6a')
+
+prepare(){
+  mkdir -p build
+}
+
+build(){
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:28:11
  Author: arojas
Revision: 251700

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

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

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

Copied: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 251699, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:28:11 UTC (rev 251700)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5bcc374f805440d2b0d497b6748a709b')
+
+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 251699, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:28:11 UTC (rev 251700)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5bcc374f805440d2b0d497b6748a709b')
+
+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 kwayland/repos (4 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:29:56
  Author: arojas
Revision: 251701

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

Added:
  kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 251700, kwayland/kde-unstable/PKGBUILD)
  kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251700, 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-11-20 21:28:11 UTC (rev 251700)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:29:56 UTC (rev 251701)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.4.95
-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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5bcc374f805440d2b0d497b6748a709b')
-
-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 251700, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:29:56 UTC (rev 251701)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('5bcc374f805440d2b0d497b6748a709b')
+
+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-11-20 21:28:11 UTC (rev 251700)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:29:56 UTC (rev 251701)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.4.95
-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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('5bcc374f805440d2b0d497b6748a709b')
-
-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 251700, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:29:56 UTC (rev 251701)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.95
+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')

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:34:33
  Author: arojas
Revision: 251713

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

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

+
 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 +
 4 files changed, 94 insertions(+)

Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 251712, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:34:33 UTC (rev 251713)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('f220fa5438d387af7534b5212fd69337'
+ '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/kcm-about-distrorc (from rev 
251712, kinfocenter/kde-unstable/kcm-about-distrorc)
===
--- kde-unstable-i686/kcm-about-distrorc(rev 0)
+++ kde-unstable-i686/kcm-about-distrorc2015-11-20 21:34:33 UTC (rev 
251713)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 251712, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:34:33 UTC (rev 251713)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('f220fa5438d387af7534b5212fd69337'
+ '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
+ 

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

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:34:50
  Author: arojas
Revision: 251714

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

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

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

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 251713, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:34:50 UTC (rev 251714)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('520b126dd3c4928e57d8d83e325920d4')
+
+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/ksysguard.install (from rev 251713, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-11-20 21:34:50 UTC (rev 251714)
@@ -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: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 251713, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:34:50 UTC (rev 251714)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('520b126dd3c4928e57d8d83e325920d4')
+
+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-x86_64/ksysguard.install (from rev 251713, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-x86_64/ksysguard.install   (rev 0)
+++ kde-unstable-x86_64/ksysguard.install   2015-11-20 21:34:50 UTC (rev 
251714)
@@ -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
+}


  1   2   >