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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:59:18
  Author: arojas
Revision: 240062

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

Added:
  kdeedu-pairs/repos/extra-i686/PKGBUILD
(from rev 240061, kdeedu-pairs/trunk/PKGBUILD)
  kdeedu-pairs/repos/extra-i686/kdeedu-pairs.install
(from rev 240061, kdeedu-pairs/trunk/kdeedu-pairs.install)
  kdeedu-pairs/repos/extra-x86_64/PKGBUILD
(from rev 240061, kdeedu-pairs/trunk/PKGBUILD)
  kdeedu-pairs/repos/extra-x86_64/kdeedu-pairs.install
(from rev 240061, kdeedu-pairs/trunk/kdeedu-pairs.install)
Deleted:
  kdeedu-pairs/repos/extra-i686/PKGBUILD
  kdeedu-pairs/repos/extra-i686/kdeedu-pairs.install
  kdeedu-pairs/repos/extra-x86_64/PKGBUILD
  kdeedu-pairs/repos/extra-x86_64/kdeedu-pairs.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:59:02 UTC (rev 240061)
+++ extra-i686/PKGBUILD 2015-06-02 06:59:18 UTC (rev 240062)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-pairs
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A memory and pairs game for KDE"
-url="https://projects.kde.org/projects/kde/kdeedu/pairs";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/pairs-${pkgver}.tar.xz";)
-sha1sums=('a196ebc5d4a0996538da04755355bdf86998b51d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../pairs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-pairs/repos/extra-i686/PKGBUILD (from rev 240061, 
kdeedu-pairs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:59:18 UTC (rev 240062)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-pairs
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A memory and pairs game for KDE"
+url="https://projects.kde.org/projects/kde/kdeedu/pairs";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/pairs-${pkgver}.tar.xz";)
+sha1sums=('1ed3ee71341d6cafa9864d26f47aca2764a7982e')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdeedu-pairs.install
===
--- extra-i686/kdeedu-pairs.install 2015-06-02 06:59:02 UTC (rev 240061)
+++ extra-i686/kdeedu-pairs.install 2015-06-02 06:59:18 UTC (rev 240062)
@@ -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: kdeedu-pairs/repos/extra-i686/kdeedu-pairs.install (from rev 240061, 
kdeedu-pairs/trunk/kdeedu-pairs.install)
===
--- extra-i686/kdeedu-pairs.install (rev 0)
+++ extra-i686/kdeedu-pairs.install 2015-06-02 06:59:18 UTC (rev 240062)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:59:02 UTC (rev 240061)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:59:18 UTC (rev 240062)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-pairs
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A memory and pairs game for KDE"
-url="https://projects.kde.org/projects/kde/kdeedu/pairs";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdee

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:59:02
  Author: arojas
Revision: 240061

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:58:47 UTC (rev 240060)
+++ extra-i686/PKGBUILD 2015-06-02 06:59:02 UTC (rev 240061)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwordquiz
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Flash Card Trainer"
-url="http://kde.org/applications/education/kwordquiz/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kwordquiz')
-replaces=('kdeedu-kwordquiz')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
-sha1sums=('47259252d7111cbf5180bbeaf6e46fb55830f267')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kwordquiz-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwordquiz/repos/extra-i686/PKGBUILD (from rev 240060, 
kwordquiz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:59:02 UTC (rev 240061)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwordquiz
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Flash Card Trainer"
+url="http://kde.org/applications/education/kwordquiz/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz";)
+sha1sums=('c99400802b71940ad002d7b334194221beaa4b4a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kwordquiz.install
===
--- extra-i686/kwordquiz.install2015-06-02 06:58:47 UTC (rev 240060)
+++ extra-i686/kwordquiz.install2015-06-02 06:59:02 UTC (rev 240061)
@@ -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: kwordquiz/repos/extra-i686/kwordquiz.install (from rev 240060, 
kwordquiz/trunk/kwordquiz.install)
===
--- extra-i686/kwordquiz.install(rev 0)
+++ extra-i686/kwordquiz.install2015-06-02 06:59:02 UTC (rev 240061)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:58:47 UTC (rev 240060)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:59:02 UTC (rev 240061)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkg

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:59:34
  Author: arojas
Revision: 240063

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

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

-+
 /PKGBUILD   |   74 ++
 /parley.install |   24 +
 extra-i686/PKGBUILD |   37 -
 extra-i686/parley.install   |   12 --
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/parley.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-i686/PKGBUILD 2015-06-02 06:59:34 UTC (rev 240063)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=parley
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://kde.org/applications/education/parley/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-parley')
-conflicts=('kdeedu-parley')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz";)
-sha1sums=('2dd9d5b025ab9e864faf5161dbd837c54279855c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../parley-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: parley/repos/extra-i686/PKGBUILD (from rev 240062, 
parley/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:59:34 UTC (rev 240063)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=parley
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Vocabulary Trainer"
+url="http://kde.org/applications/education/parley/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/parley-${pkgver}.tar.xz";)
+sha1sums=('1ca4660f617aca9171f9a25d02560c11f810dda1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/parley.install
===
--- extra-i686/parley.install   2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-i686/parley.install   2015-06-02 06:59:34 UTC (rev 240063)
@@ -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: parley/repos/extra-i686/parley.install (from rev 240062, 
parley/trunk/parley.install)
===
--- extra-i686/parley.install   (rev 0)
+++ extra-i686/parley.install   2015-06-02 06:59:34 UTC (rev 240063)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:59:18 UTC (rev 240062)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:59:34 UTC (rev 240063)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=parley
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Vocabulary Trainer"
-url="http://kde.org/applications/education/parley/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-de

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:58:47
  Author: arojas
Revision: 240060

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:58:32 UTC (rev 240059)
+++ extra-i686/PKGBUILD 2015-06-02 06:58:47 UTC (rev 240060)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kturtle
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="http://kde.org/applications/education/kturtle/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knewstuff' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kturtle')
-replaces=('kdeedu-kturtle')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz";)
-sha1sums=('67a04ac40e23dcf940291649318d865b88de005d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kturtle-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kturtle/repos/extra-i686/PKGBUILD (from rev 240059, 
kturtle/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:58:47 UTC (rev 240060)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kturtle
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="http://kde.org/applications/education/kturtle/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kturtle')
+replaces=('kdeedu-kturtle')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz";)
+sha1sums=('f634f5eb4b42f71dbd21b7aa4cc5809892a4da18')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kturtle.install
===
--- extra-i686/kturtle.install  2015-06-02 06:58:32 UTC (rev 240059)
+++ extra-i686/kturtle.install  2015-06-02 06:58:47 UTC (rev 240060)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kturtle/repos/extra-i686/kturtle.install (from rev 240059, 
kturtle/trunk/kturtle.install)
===
--- extra-i686/kturtle.install  (rev 0)
+++ extra-i686/kturtle.install  2015-06-02 06:58:47 UTC (rev 240060)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:58:32 UTC (rev 240059)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:58:47 UTC (rev 240060)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kturtle
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="http://kde.org/applications/education/kturtle/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applicat

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:58:15
  Author: arojas
Revision: 240058

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

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

-+
 /PKGBUILD   |   94 ++
 /kstars.install |   22 +
 extra-i686/PKGBUILD |   47 -
 extra-i686/kstars.install   |   11 
 extra-x86_64/PKGBUILD   |   47 -
 extra-x86_64/kstars.install |   11 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:57:59 UTC (rev 240057)
+++ extra-i686/PKGBUILD 2015-06-02 06:58:15 UTC (rev 240058)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Desktop Planetarium"
-url="http://kde.org/applications/education/kstars/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
-optdepends=('xplanet: XPlanet support')
-install=${pkgname}.install
-replaces=('kdeedu-kstars')
-conflicts=('kdeedu-kstars')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz";)
-sha1sums=('0bb3c04a1bf56df07538933af0c5159aa941861c')
-
-prepare() {
-  mkdir build
-
-# Use python2
-  cd $pkgname-$pkgver
-  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
-}
-
-build() {
-  cd build
-  cmake ../kstars-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
-"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
-}

Copied: kstars/repos/extra-i686/PKGBUILD (from rev 240057, 
kstars/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:58:15 UTC (rev 240058)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Desktop Planetarium"
+url="http://kde.org/applications/education/kstars/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz";)
+sha1sums=('c4956085798baa9ba97caa1cf2066c0b771f85f2')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|"python"|"python2"|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+"${pkgdir}"/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Deleted: extra-i686/kstars.install
===
--- extra-i686/kstars.install   2015-06-02 06:57:59 UTC (rev 240057)
+++ extra-i686/kstars.install   2015-06-02 06:58:15 UTC (rev 240058)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kstars/repos/extra-i686/kstars.install (from rev 240057, 
kstars/trunk/kstars.install)
===
--- extra-i686/kstars.install   (rev 0)
+++ extra-i686/kstars.install   2015-06-02 06:58:15 UTC (rev 240058)
@@ -0,0 +1,11 @@
+post_instal

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:58:32
  Author: arojas
Revision: 240059

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

Added:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
(from rev 240058, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
(from rev 240058, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
(from rev 240058, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install
(from rev 240058, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
Deleted:
  kdeedu-ktouch/repos/extra-i686/PKGBUILD
  kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/extra-x86_64/PKGBUILD
  kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install

+
 /PKGBUILD  |   70 +++
 /kdeedu-ktouch.install |   22 +++
 extra-i686/PKGBUILD|   35 -
 extra-i686/kdeedu-ktouch.install   |   11 -
 extra-x86_64/PKGBUILD  |   35 -
 extra-x86_64/kdeedu-ktouch.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:58:15 UTC (rev 240058)
+++ extra-i686/PKGBUILD 2015-06-02 06:58:32 UTC (rev 240059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-ktouch
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="http://kde.org/applications/education/ktouch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
-sha1sums=('6f69d9693a63a7c1f9d8337f2f99038fd372')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-ktouch/repos/extra-i686/PKGBUILD (from rev 240058, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:58:32 UTC (rev 240059)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-ktouch
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="http://kde.org/applications/education/ktouch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz";)
+sha1sums=('687e817a4263ee314e188c0fdde2f6b0b37a5543')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdeedu-ktouch.install
===
--- extra-i686/kdeedu-ktouch.install2015-06-02 06:58:15 UTC (rev 240058)
+++ extra-i686/kdeedu-ktouch.install2015-06-02 06:58:32 UTC (rev 240059)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install (from rev 240058, 
kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- extra-i686/kdeedu-ktouch.install(rev 0)
+++ extra-i686/kdeedu-ktouch.install2015-06-02 06:58:32 UTC (rev 240059)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:58:15 UTC (rev 240058)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:58:32 UTC (rev 240059)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-ktouch
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="http://kde.org/applications/education/ktouch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'kq

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:57:59
  Author: arojas
Revision: 240057

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

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

-+
 /PKGBUILD   |   72 ++
 /kmplot.install |   24 ++
 extra-i686/PKGBUILD |   36 -
 extra-i686/kmplot.install   |   12 ---
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/kmplot.install |   12 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:57:43 UTC (rev 240056)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:59 UTC (rev 240057)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmplot
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-kmplot')
-conflicts=('kdeedu-kmplot')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
-sha1sums=('ec16d50c5aad05522601c06deee55db7f899e67a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmplot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmplot/repos/extra-i686/PKGBUILD (from rev 240056, 
kmplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:59 UTC (rev 240057)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmplot
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz";)
+sha1sums=('95b6848bd676a716ee4ebb8a0634e12ffc0913a1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kmplot.install
===
--- extra-i686/kmplot.install   2015-06-02 06:57:43 UTC (rev 240056)
+++ extra-i686/kmplot.install   2015-06-02 06:57:59 UTC (rev 240057)
@@ -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: kmplot/repos/extra-i686/kmplot.install (from rev 240056, 
kmplot/trunk/kmplot.install)
===
--- extra-i686/kmplot.install   (rev 0)
+++ extra-i686/kmplot.install   2015-06-02 06:57:59 UTC (rev 240057)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:57:43 UTC (rev 240056)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:57:59 UTC (rev 240057)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmplot
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Mathematical Function Plotter"
-url="http://kde.org/applications/education/kmplot/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:57:10
  Author: arojas
Revision: 240054

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

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

--+
 /PKGBUILD|   84 +
 /kig.install |   24 
 extra-i686/PKGBUILD  |   42 --
 extra-i686/kig.install   |   12 --
 extra-x86_64/PKGBUILD|   42 --
 extra-x86_64/kig.install |   12 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:56:54 UTC (rev 240053)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:10 UTC (rev 240054)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
-replaces=('kdeedu-kig')
-conflicts=('kdeedu-kig')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('3412ccc516e2f78ce0abd228f5f72b8e62fe587d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kig/repos/extra-i686/PKGBUILD (from rev 240053, kig/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:10 UTC (rev 240054)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+replaces=('kdeedu-kig')
+conflicts=('kdeedu-kig')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('9dbc2dd6d5997058c2bbda7e02d62773ce93a806')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: extra-i686/kig.install
===
--- extra-i686/kig.install  2015-06-02 06:56:54 UTC (rev 240053)
+++ extra-i686/kig.install  2015-06-02 06:57:10 UTC (rev 240054)
@@ -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: kig/repos/extra-i686/kig.install (from rev 240053, 
kig/trunk/kig.install)
===
--- extra-i686/kig.install  (rev 0)
+++ extra-i686/kig.install  2015-06-02 06:57:10 UTC (rev 240054)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:56:54 UTC (rev 240053)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:57:10 UTC (rev 240054)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Sc

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:57:25
  Author: arojas
Revision: 240055

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:57:10 UTC (rev 240054)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:25 UTC (rev 240055)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiten
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="http://kde.org/applications/education/kiten/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('khtml')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kiten')
-replaces=('kdeedu-kiten')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz";)
-sha1sums=('5b62fc3970b3ff2a6802b8a55417359d88aee7f2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kiten-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kiten/repos/extra-i686/PKGBUILD (from rev 240054, kiten/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:25 UTC (rev 240055)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiten
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="http://kde.org/applications/education/kiten/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('khtml')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kiten')
+replaces=('kdeedu-kiten')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kiten-${pkgver}.tar.xz";)
+sha1sums=('89383ab50c99b7233adbf03338bbe49b297a054d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kiten.install
===
--- extra-i686/kiten.install2015-06-02 06:57:10 UTC (rev 240054)
+++ extra-i686/kiten.install2015-06-02 06:57:25 UTC (rev 240055)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kiten/repos/extra-i686/kiten.install (from rev 240054, 
kiten/trunk/kiten.install)
===
--- extra-i686/kiten.install(rev 0)
+++ extra-i686/kiten.install2015-06-02 06:57:25 UTC (rev 240055)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:57:10 UTC (rev 240054)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:57:25 UTC (rev 240055)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiten
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="http://kde.org/applications/education/kiten/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('khtml')
-makedepends=('extra-cmake-modules' 'pyt

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:57:43
  Author: arojas
Revision: 240056

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:57:25 UTC (rev 240055)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:43 UTC (rev 240056)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klettres
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="http://kde.org/applications/education/klettres/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support' 'knewstuff')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-replaces=('kdeedu-klettres')
-conflicts=('kdeedu-klettres')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz";)
-sha1sums=('ddde84ae1f08428b7512c1dcb2d08daa7230e589')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../klettres-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: klettres/repos/extra-i686/PKGBUILD (from rev 240055, 
klettres/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:57:43 UTC (rev 240056)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klettres
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Learn The Alphabet"
+url="http://kde.org/applications/education/klettres/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz";)
+sha1sums=('b7fa00348c563e2721fcbad64544ee1797e06361')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/klettres.install
===
--- extra-i686/klettres.install 2015-06-02 06:57:25 UTC (rev 240055)
+++ extra-i686/klettres.install 2015-06-02 06:57:43 UTC (rev 240056)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: klettres/repos/extra-i686/klettres.install (from rev 240055, 
klettres/trunk/klettres.install)
===
--- extra-i686/klettres.install (rev 0)
+++ extra-i686/klettres.install 2015-06-02 06:57:43 UTC (rev 240056)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:57:25 UTC (rev 240055)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:57:43 UTC (rev 240056)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klettres
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="http://kde.org/applications/education/klettres/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:56:54
  Author: arojas
Revision: 240053

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:56:37 UTC (rev 240052)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:54 UTC (rev 240053)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=khangman
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Hangman Game"
-url="http://kde.org/applications/education/khangman/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-khangman')
-conflicts=('kdeedu-khangman')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz";)
-sha1sums=('72a3406d7d574da11f53c5ae7a70369ff9059927')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../khangman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: khangman/repos/extra-i686/PKGBUILD (from rev 240052, 
khangman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:54 UTC (rev 240053)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khangman
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Hangman Game"
+url="http://kde.org/applications/education/khangman/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'knewstuff' 'kdeclarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-khangman')
+conflicts=('kdeedu-khangman')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/khangman-${pkgver}.tar.xz";)
+sha1sums=('4418638d43dd6a7c1d73dc131238e220adfe33cf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/khangman.install
===
--- extra-i686/khangman.install 2015-06-02 06:56:37 UTC (rev 240052)
+++ extra-i686/khangman.install 2015-06-02 06:56:54 UTC (rev 240053)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: khangman/repos/extra-i686/khangman.install (from rev 240052, 
khangman/trunk/khangman.install)
===
--- extra-i686/khangman.install (rev 0)
+++ extra-i686/khangman.install 2015-06-02 06:56:54 UTC (rev 240053)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:56:37 UTC (rev 240052)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:56:54 UTC (rev 240053)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=khangman
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Hangman Game"
-url="http://kde.org/applications/education/khangman/";
-arch

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:56:37
  Author: arojas
Revision: 240052

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:56:22 UTC (rev 240051)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:37 UTC (rev 240052)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgeography
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Geography Trainer"
-url="http://kde.org/applications/education/kgeography/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-replaces=('kdeedu-kgeography')
-conflicts=('kdeedu-kgeography')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz";)
-sha1sums=('97c26e1405894887f3c5bb4da8c95436c338ee07')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgeography-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kgeography/repos/extra-i686/PKGBUILD (from rev 240051, 
kgeography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:37 UTC (rev 240052)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgeography
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Geography Trainer"
+url="http://kde.org/applications/education/kgeography/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+replaces=('kdeedu-kgeography')
+conflicts=('kdeedu-kgeography')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgeography-${pkgver}.tar.xz";)
+sha1sums=('1f09031039e12e4f9c286e1e04e72314dbb11159')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kgeography.install
===
--- extra-i686/kgeography.install   2015-06-02 06:56:22 UTC (rev 240051)
+++ extra-i686/kgeography.install   2015-06-02 06:56:37 UTC (rev 240052)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kgeography/repos/extra-i686/kgeography.install (from rev 240051, 
kgeography/trunk/kgeography.install)
===
--- extra-i686/kgeography.install   (rev 0)
+++ extra-i686/kgeography.install   2015-06-02 06:56:37 UTC (rev 240052)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:56:22 UTC (rev 240051)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:56:37 UTC (rev 240052)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgeography
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Geography Trainer

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:56:22
  Author: arojas
Revision: 240051

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:22 UTC (rev 240051)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbruch
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="http://kde.org/applications/education/kbruch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-conflicts=('kdeedu-kbruch')
-replaces=('kdeedu-kbruch')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
-sha1sums=('6b004d0203e90043b5298c771d7730192885ad05')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kbruch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kbruch/repos/extra-i686/PKGBUILD (from rev 240050, 
kbruch/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:22 UTC (rev 240051)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbruch
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Exercise Fractions"
+url="http://kde.org/applications/education/kbruch/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdeedu-kbruch')
+replaces=('kdeedu-kbruch')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz";)
+sha1sums=('49191eee33d47f6cad0df6e232a392a3b28c9ace')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kbruch.install
===
--- extra-i686/kbruch.install   2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-i686/kbruch.install   2015-06-02 06:56:22 UTC (rev 240051)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kbruch/repos/extra-i686/kbruch.install (from rev 240050, 
kbruch/trunk/kbruch.install)
===
--- extra-i686/kbruch.install   (rev 0)
+++ extra-i686/kbruch.install   2015-06-02 06:56:22 UTC (rev 240051)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:56:05 UTC (rev 240050)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:56:22 UTC (rev 240051)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbruch
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="http://kde.org/applications/education/kbruch/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui')
-makedepends=('extra-cmake-mod

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:56:05
  Author: arojas
Revision: 240050

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:55:47 UTC (rev 240049)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:05 UTC (rev 240050)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kanagram
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="http://kde.org/applications/education/kanagram/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libkeduvocdocument' 'kdeclarative' 'knewstuff' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-kanagram')
-conflicts=('kdeedu-kanagram')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kanagram-${pkgver}.tar.xz";)
-sha1sums=('d0dc48fef9dcf854fa6888f00cea4bbab33113a5')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kanagram-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kanagram/repos/extra-i686/PKGBUILD (from rev 240049, 
kanagram/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:56:05 UTC (rev 240050)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kanagram
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Letter Order Game"
+url="http://kde.org/applications/education/kanagram/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libkeduvocdocument' 'kdeclarative' 'knewstuff' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-kanagram')
+conflicts=('kdeedu-kanagram')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kanagram-${pkgver}.tar.xz";)
+sha1sums=('f1f817dec131ab3e9396e4c5445498b9a4a8dd3a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kanagram.install
===
--- extra-i686/kanagram.install 2015-06-02 06:55:47 UTC (rev 240049)
+++ extra-i686/kanagram.install 2015-06-02 06:56:05 UTC (rev 240050)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kanagram/repos/extra-i686/kanagram.install (from rev 240049, 
kanagram/trunk/kanagram.install)
===
--- extra-i686/kanagram.install (rev 0)
+++ extra-i686/kanagram.install 2015-06-02 06:56:05 UTC (rev 240050)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:55:47 UTC (rev 240049)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:56:05 UTC (rev 240050)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kanagram
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="http://kde.org/applications/education/kanagram/";
-arch=('i686' 'x86_64

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:55:31
  Author: arojas
Revision: 240048

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

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

---+
 /PKGBUILD |   74 
 /kalgebra.install |   24 
 extra-i686/PKGBUILD   |   37 
 extra-i686/kalgebra.install   |   12 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/kalgebra.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:55:16 UTC (rev 240047)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:31 UTC (rev 240048)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
-replaces=('kdeedu-kalgebra')
-conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
-sha1sums=('5d7de0c69230333cd61f02cde11e04b286bd4cae')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kalgebra-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kalgebra/repos/extra-i686/PKGBUILD (from rev 240047, 
kalgebra/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:31 UTC (rev 240048)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kalgebra
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Graph Calculator"
+url="http://kde.org/applications/education/kalgebra/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz";)
+sha1sums=('ac110d857372018f877e8c635d67998101690442')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kalgebra.install
===
--- extra-i686/kalgebra.install 2015-06-02 06:55:16 UTC (rev 240047)
+++ extra-i686/kalgebra.install 2015-06-02 06:55:31 UTC (rev 240048)
@@ -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: kalgebra/repos/extra-i686/kalgebra.install (from rev 240047, 
kalgebra/trunk/kalgebra.install)
===
--- extra-i686/kalgebra.install (rev 0)
+++ extra-i686/kalgebra.install 2015-06-02 06:55:31 UTC (rev 240048)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:55:16 UTC (rev 240047)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:55:31 UTC (rev 240048)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kalgebra
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Graph Calculator"
-url="http://kde.org/applications/education/kalgebra/";
-arch=('i686' 'x86_64')
-license=(

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:55:16
  Author: arojas
Revision: 240047

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

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

-+
 /PKGBUILD   |   96 ++
 /cantor.install |   24 ++
 extra-i686/PKGBUILD |   48 -
 extra-i686/cantor.install   |   12 -
 extra-x86_64/PKGBUILD   |   48 -
 extra-x86_64/cantor.install |   12 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:55:01 UTC (rev 240046)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:16 UTC (rev 240047)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="http://kde.org/applications/education/cantor/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'libspectre' 'libqalculate' 'kdelibs4support' 'kpty' 
'ktexteditor' 'knewstuff')
-makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend')
-conflicts=('kdeedu-cantor')
-replaces=('kdeedu-cantor')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
-sha1sums=('cb3c98aa4dbdf1c6721a566f562c140408a40411')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../cantor-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: cantor/repos/extra-i686/PKGBUILD (from rev 240046, 
cantor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:16 UTC (rev 240047)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'libqalculate' 'kdelibs4support' 'kpty' 
'ktexteditor' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
+sha1sums=('55b75171071deead3d22553d058342976b5b1ecd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/cantor.install
===
--- extra-i686/cantor.install   2015-06-02 06:55:01 UTC (rev 240046)
+++ extra-i686/cantor.install   2015-06-02 06:55:16 UTC (rev 240047)
@@ -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: cantor/repos/extra-i686/cantor.install (from rev 240046, 
cantor/t

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:55:01
  Author: arojas
Revision: 240046

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

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

--+
 /PKGBUILD|   74 +
 /blinken.install |   24 +
 extra-i686/PKGBUILD  |   37 
 extra-i686/blinken.install   |   12 --
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/blinken.install |   12 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:54:47 UTC (rev 240045)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:01 UTC (rev 240046)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=blinken
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
-sha1sums=('0fb7f7d6b4d1ced58a169c506a44c83dc58a8e99')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../blinken-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: blinken/repos/extra-i686/PKGBUILD (from rev 240045, 
blinken/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:01 UTC (rev 240046)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=blinken
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Memory Enhancement Game"
+url="http://kde.org/applications/education/blinken/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz";)
+sha1sums=('57fb091bb466a70a4f883bc3ec7b47517f09e8aa')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/blinken.install
===
--- extra-i686/blinken.install  2015-06-02 06:54:47 UTC (rev 240045)
+++ extra-i686/blinken.install  2015-06-02 06:55:01 UTC (rev 240046)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: blinken/repos/extra-i686/blinken.install (from rev 240045, 
blinken/trunk/blinken.install)
===
--- extra-i686/blinken.install  (rev 0)
+++ extra-i686/blinken.install  2015-06-02 06:55:01 UTC (rev 240046)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:54:47 UTC (rev 240045)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:55:01 UTC (rev 240046)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=blinken
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Memory Enhancement Game"
-url="http://kde.org/applications/education/blinken/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:55:47
  Author: arojas
Revision: 240049

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

Added:
  kdeedu-kalzium/repos/extra-i686/PKGBUILD
(from rev 240048, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install
(from rev 240048, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
(from rev 240048, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install
(from rev 240048, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/repos/extra-i686/PKGBUILD
  kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/extra-x86_64/PKGBUILD
  kdeedu-kalzium/repos/extra-x86_64/kdeedu-kalzium.install

-+
 /PKGBUILD   |   64 ++
 /kdeedu-kalzium.install |   24 
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdeedu-kalzium.install   |   12 --
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdeedu-kalzium.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:55:31 UTC (rev 240048)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:47 UTC (rev 240049)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http://kde.org/applications/education/kalzium/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
-makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
-sha1sums=('9b37fe299b01eb3a45b1a368bd86c1d4d04c8725')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kalzium-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-kalzium/repos/extra-i686/PKGBUILD (from rev 240048, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:55:47 UTC (rev 240049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-kalzium
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Periodic Table of Elements"
+url="http://kde.org/applications/education/kalzium/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz";)
+sha1sums=('ec25594c6b5e69cec6f6a71315e1c763c4590d15')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdeedu-kalzium.install
===
--- extra-i686/kdeedu-kalzium.install   2015-06-02 06:55:31 UTC (rev 240048)
+++ extra-i686/kdeedu-kalzium.install   2015-06-02 06:55:47 UTC (rev 240049)
@@ -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: kdeedu-kalzium/repos/extra-i686/kdeedu-kalzium.install (from rev 
240048, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- extra-i686/kdeedu-kalzium.install   (rev 0)
+++ extra-i686/kdeedu-kalzium.install   2015-06-02 06:55:47 UTC (rev 240049)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:55:31 UTC (rev 240048)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:55:47 UTC (rev 240049)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-kalzium
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Periodic Table of Elements"
-url="http

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:54:47
  Author: arojas
Revision: 240045

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

Added:
  kdeedu-artikulate/repos/extra-i686/PKGBUILD
(from rev 240044, kdeedu-artikulate/trunk/PKGBUILD)
  kdeedu-artikulate/repos/extra-x86_64/PKGBUILD
(from rev 240044, kdeedu-artikulate/trunk/PKGBUILD)
Deleted:
  kdeedu-artikulate/repos/extra-i686/PKGBUILD
  kdeedu-artikulate/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-06-02 06:54:30 UTC (rev 240044)
+++ extra-i686/PKGBUILD 2015-06-02 06:54:47 UTC (rev 240045)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-artikulate
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Improve your pronunciation by listening to native speakers"
-url="https://projects.kde.org/projects/kde/kdeedu/artikulate";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/artikulate-${pkgver}.tar.xz";)
-sha1sums=('e580e5d0ee64864629f9536b492f740c5cd1ffd6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../artikulate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-artikulate/repos/extra-i686/PKGBUILD (from rev 240044, 
kdeedu-artikulate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:54:47 UTC (rev 240045)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-artikulate
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Improve your pronunciation by listening to native speakers"
+url="https://projects.kde.org/projects/kde/kdeedu/artikulate";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/artikulate-${pkgver}.tar.xz";)
+sha1sums=('a69d71672723c714c8e5f71b43c7c27d0ae9375b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../artikulate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:54:30 UTC (rev 240044)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:54:47 UTC (rev 240045)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-artikulate
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Improve your pronunciation by listening to native speakers"
-url="https://projects.kde.org/projects/kde/kdeedu/artikulate";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/artikulate-${pkgver}.tar.xz";)
-sha1sums=('e580e5d0ee64864629f9536b492f740c5cd1ffd6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../artikulate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-artikulate/repos/extra-x86_64/PKGBUILD (from rev 240044, 
kdeedu-artikulate/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:54:47 UTC (rev 240045)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-artikulate
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Improve your pronunciation by listening to native speakers"
+url="https://projects.kde.org/projects/kde/kdeedu/artikulate";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/artikulate-${pkgver}.tar

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:54:30
  Author: arojas
Revision: 240044

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:54:14 UTC (rev 240043)
+++ extra-i686/PKGBUILD 2015-06-02 06:54:30 UTC (rev 240044)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz";)
-sha1sums=('680079ce40e41fcc8b29fa1c05cb94385840927e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/extra-i686/PKGBUILD (from rev 240043, 
konsole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:54:30 UTC (rev 240044)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz";)
+sha1sums=('97eadd8276c19c362893dab747a2d5824fc56d36')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:54:14 UTC (rev 240043)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:54:30 UTC (rev 240044)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=konsole
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc="Terminal"
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz";)
-sha1sums=('680079ce40e41fcc8b29fa1c05cb94385840927e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: konsole/repos/extra-x86_64/PKGBUILD (from rev 240043, 
konsole/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:54:30 UTC (rev 240044)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:54:14
  Author: arojas
Revision: 240043

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

Added:
  kate/repos/extra-i686/PKGBUILD
(from rev 240042, kate/trunk/PKGBUILD)
  kate/repos/extra-i686/kate.install
(from rev 240042, kate/trunk/kate.install)
  kate/repos/extra-i686/kwrite.install
(from rev 240042, kate/trunk/kwrite.install)
  kate/repos/extra-x86_64/PKGBUILD
(from rev 240042, kate/trunk/PKGBUILD)
  kate/repos/extra-x86_64/kate.install
(from rev 240042, kate/trunk/kate.install)
  kate/repos/extra-x86_64/kwrite.install
(from rev 240042, kate/trunk/kwrite.install)
Deleted:
  kate/repos/extra-i686/PKGBUILD
  kate/repos/extra-i686/kate.install
  kate/repos/extra-i686/kwrite.install
  kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
  kate/repos/extra-x86_64/PKGBUILD
  kate/repos/extra-x86_64/kate.install
  kate/repos/extra-x86_64/kwrite.install
  kate/repos/extra-x86_64/pkgbuild-syntax-highlight.patch

--+
 /PKGBUILD|  136 +
 /kate.install|   26 
 /kwrite.install  |   24 
 extra-i686/PKGBUILD  |   68 
 extra-i686/kate.install  |   13 --
 extra-i686/kwrite.install|   12 --
 extra-i686/pkgbuild-syntax-highlight.patch   |   11 --
 extra-x86_64/PKGBUILD|   68 
 extra-x86_64/kate.install|   13 --
 extra-x86_64/kwrite.install  |   12 --
 extra-x86_64/pkgbuild-syntax-highlight.patch |   11 --
 11 files changed, 186 insertions(+), 208 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:53:32 UTC (rev 240042)
+++ extra-i686/PKGBUILD 2015-06-02 06:54:14 UTC (rev 240043)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('bb0a352c739d660df1d781c74b5a05edd31bbead')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/";
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kate/";
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/extra-i686/PKGBUILD (from rev 240042, kate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:54:14 UTC (rev 240043)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('4a04e567425b727dab5eadc46a1c736b0eb98d89')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:53:07
  Author: arojas
Revision: 240041

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

Added:
  kdeadmin-kuser/repos/extra-i686/PKGBUILD
(from rev 240040, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/extra-i686/kdeadmin-kuser.install
(from rev 240040, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/extra-x86_64/PKGBUILD
(from rev 240040, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/extra-x86_64/kdeadmin-kuser.install
(from rev 240040, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
Deleted:
  kdeadmin-kuser/repos/extra-i686/PKGBUILD
  kdeadmin-kuser/repos/extra-i686/kdeadmin-kuser.install
  kdeadmin-kuser/repos/extra-x86_64/PKGBUILD
  kdeadmin-kuser/repos/extra-x86_64/kdeadmin-kuser.install

-+
 /PKGBUILD   |   64 ++
 /kdeadmin-kuser.install |   22 +++
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdeadmin-kuser.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdeadmin-kuser.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:52:52 UTC (rev 240040)
+++ extra-i686/PKGBUILD 2015-06-02 06:53:07 UTC (rev 240041)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeadmin-kuser
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz";)
-sha1sums=('9cb343705e9b30e799947dadd0b135e069457620')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kuser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-kuser/repos/extra-i686/PKGBUILD (from rev 240040, 
kdeadmin-kuser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:53:07 UTC (rev 240041)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeadmin-kuser
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz";)
+sha1sums=('264921d5bc3bd33921abac7fc4cfd0d19862f204')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeadmin-kuser.install
===
--- extra-i686/kdeadmin-kuser.install   2015-06-02 06:52:52 UTC (rev 240040)
+++ extra-i686/kdeadmin-kuser.install   2015-06-02 06:53:07 UTC (rev 240041)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeadmin-kuser/repos/extra-i686/kdeadmin-kuser.install (from rev 
240040, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
===
--- extra-i686/kdeadmin-kuser.install   (rev 0)
+++ extra-i686/kdeadmin-kuser.install   2015-06-02 06:53:07 UTC (rev 240041)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:52:52 UTC (rev 240040)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:53:07 UTC (rev 240041)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeadmin-kuser
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http:/

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:53:32
  Author: arojas
Revision: 240042

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:53:07 UTC (rev 240041)
+++ extra-i686/PKGBUILD 2015-06-02 06:53:32 UTC (rev 240042)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('6678b14d95f5cb1d2e000917fbe6d3cc5acf4090')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-   replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-   replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/extra-i686/PKGBUILD (from rev 240041, 
kdeartwork/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:53:32 UTC (rev 240042)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace' 
'libkexiv2')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('b6e1ea3cb4abf75960b43a5af5386736cee76552')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdeartwork-colorschemes() {
+   pkgdesc='KDE color schemes'
+   replaces=('kdeaccessib

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:52:52
  Author: arojas
Revision: 240040

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

Added:
  kdeadmin-ksystemlog/repos/extra-i686/PKGBUILD
(from rev 240039, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/extra-i686/syslog-path.patch
(from rev 240039, kdeadmin-ksystemlog/trunk/syslog-path.patch)
  kdeadmin-ksystemlog/repos/extra-x86_64/PKGBUILD
(from rev 240039, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/extra-x86_64/syslog-path.patch
(from rev 240039, kdeadmin-ksystemlog/trunk/syslog-path.patch)
Deleted:
  kdeadmin-ksystemlog/repos/extra-i686/PKGBUILD
  kdeadmin-ksystemlog/repos/extra-i686/syslog-path.patch
  kdeadmin-ksystemlog/repos/extra-x86_64/PKGBUILD
  kdeadmin-ksystemlog/repos/extra-x86_64/syslog-path.patch

+
 /PKGBUILD  |   76 +++
 /syslog-path.patch |   22 +++
 extra-i686/PKGBUILD|   38 ---
 extra-i686/syslog-path.patch   |   11 -
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/syslog-path.patch |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:52:38 UTC (rev 240039)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:52 UTC (rev 240040)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeadmin-ksystemlog
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz";
-'syslog-path.patch')
-sha1sums=('6e0b4251e59f31f5b3b3466803a3b701383abca4'
-  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-prepare() {
-  cd ksystemlog-${pkgver}
-  patch -p2 -i "${srcdir}"/syslog-path.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksystemlog-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-ksystemlog/repos/extra-i686/PKGBUILD (from rev 240039, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:52 UTC (rev 240040)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeadmin-ksystemlog
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz";
+'syslog-path.patch')
+sha1sums=('04a037503afa310effed96cc4c380d11f240c0fa'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i "${srcdir}"/syslog-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/syslog-path.patch
===
--- extra-i686/syslog-path.patch2015-06-02 06:52:38 UTC (rev 240039)
+++ extra-i686/syslog-path.patch2015-06-02 06:52:52 UTC (rev 240040)
@@ -1,11 +0,0 @@
 kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.84005 +0100
-+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.80335 +0100
-@@ -39,7 +39,7 @@
-   SystemConfiguration() :
-   GenericLogModeConfiguration(
-   QLatin1String( SYSTEM_LOG_MODE_ID ),
--  QStringList() << QLatin1String( 
"/var/log/syslog" ),
-+  QStringList() << QLatin1String( 
"/var/log/messages.log" ),
-   QList() << INFORMATION_LOG_LEVEL_ID
-   ) {
- 

Copied: kdeadmin-ksystemlog/repos/extra-i686/syslog-path.patch (from rev 
240039, kdeadmin-ksystemlog/trunk/syslog-path.patch)
===
--- extra-i686/syslog-path.patch(rev 0)
+++ extra-i686/syslog-path.patch2015-06-02 06:52:52 UT

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:52:22
  Author: arojas
Revision: 240038

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

Added:
  kdeaccessibility-kmouth/repos/extra-i686/PKGBUILD
(from rev 240037, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/extra-i686/kdeaccessibility-kmouth.install
(from rev 240037, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/extra-x86_64/PKGBUILD
(from rev 240037, kdeaccessibility-kmouth/trunk/PKGBUILD)
  kdeaccessibility-kmouth/repos/extra-x86_64/kdeaccessibility-kmouth.install
(from rev 240037, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/repos/extra-i686/PKGBUILD
  kdeaccessibility-kmouth/repos/extra-i686/kdeaccessibility-kmouth.install
  kdeaccessibility-kmouth/repos/extra-x86_64/PKGBUILD
  kdeaccessibility-kmouth/repos/extra-x86_64/kdeaccessibility-kmouth.install

--+
 /PKGBUILD|   66 +
 /kdeaccessibility-kmouth.install |   22 
 extra-i686/PKGBUILD  |   33 
 extra-i686/kdeaccessibility-kmouth.install   |   11 
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/kdeaccessibility-kmouth.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:52:07 UTC (rev 240037)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:22 UTC (rev 240038)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmouth
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Speech Synthesizer Frontend'
-url='http://kde.org/applications/utilities/kmouth/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
-sha1sums=('7ec1f5818d86fdef3d662b097d9a6f484d6aceeb')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmouth-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmouth/repos/extra-i686/PKGBUILD (from rev 240037, 
kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:22 UTC (rev 240038)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmouth
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz";)
+sha1sums=('6af52b0c3043be0929dee596876cbc04794381a5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeaccessibility-kmouth.install
===
--- extra-i686/kdeaccessibility-kmouth.install  2015-06-02 06:52:07 UTC (rev 
240037)
+++ extra-i686/kdeaccessibility-kmouth.install  2015-06-02 06:52:22 UTC (rev 
240038)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmouth/repos/extra-i686/kdeaccessibility-kmouth.install (from 
rev 240037, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- extra-i686/kdeaccessibility-kmouth.install  (rev 0)
+++ extra-i686/kdeaccessibility-kmouth.install  2015-06-02 06:52:22 UTC (rev 
240038)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:52:07 UTC (rev 240037)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:52:22 UTC (rev 240038)
@@ -1,33 +0,0 @@
-# $Id$
-# Maint

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:52:38
  Author: arojas
Revision: 240039

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:52:22 UTC (rev 240038)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:38 UTC (rev 240039)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
-sha1sums=('6346da62aa036ba4eb11a1c5b73f30a0d62b4297')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/extra-i686/PKGBUILD (from rev 240038, kcron/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:38 UTC (rev 240039)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
+sha1sums=('d402c9105d06cddec427e386907747ac36305797')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:52:22 UTC (rev 240038)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:52:38 UTC (rev 240039)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
-sha1sums=('6346da62aa036ba4eb11a1c5b73f30a0d62b4297')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcron-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kcron/repos/extra-x86_64/PKGBUILD (from rev 240038, 
kcron/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:52:38 UTC (rev 240039)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz";)
+sha1sums=('d402c9105d06cddec427e386907747ac36305797')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:51:53
  Author: arojas
Revision: 240036

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

Added:
  kdeaccessibility-kmag/repos/extra-i686/PKGBUILD
(from rev 240035, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/extra-i686/kdeaccessibility-kmag.install
(from rev 240035, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/extra-x86_64/PKGBUILD
(from rev 240035, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/extra-x86_64/kdeaccessibility-kmag.install
(from rev 240035, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
Deleted:
  kdeaccessibility-kmag/repos/extra-i686/PKGBUILD
  kdeaccessibility-kmag/repos/extra-i686/kdeaccessibility-kmag.install
  kdeaccessibility-kmag/repos/extra-x86_64/PKGBUILD
  kdeaccessibility-kmag/repos/extra-x86_64/kdeaccessibility-kmag.install

+
 /PKGBUILD  |   70 +++
 /kdeaccessibility-kmag.install |   22 
 extra-i686/PKGBUILD|   35 -
 extra-i686/kdeaccessibility-kmag.install   |   11 
 extra-x86_64/PKGBUILD  |   35 -
 extra-x86_64/kdeaccessibility-kmag.install |   11 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:51:39 UTC (rev 240035)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:53 UTC (rev 240036)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmag
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Screen Magnifier'
-url='http://kde.org/applications/utilities/kmag/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz";)
-sha1sums=('ad498bca0d5c8be78b19f8569fb0bf4a9624ba16')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kmag-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeaccessibility-kmag/repos/extra-i686/PKGBUILD (from rev 240035, 
kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:53 UTC (rev 240036)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz";)
+sha1sums=('8a044245c67dc31a6d5d62743be474916d089a36')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kdeaccessibility-kmag.install
===
--- extra-i686/kdeaccessibility-kmag.install2015-06-02 06:51:39 UTC (rev 
240035)
+++ extra-i686/kdeaccessibility-kmag.install2015-06-02 06:51:53 UTC (rev 
240036)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeaccessibility-kmag/repos/extra-i686/kdeaccessibility-kmag.install 
(from rev 240035, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- extra-i686/kdeaccessibility-kmag.install(rev 0)
+++ extra-i686/kdeaccessibility-kmag.install2015-06-02 06:51:53 UTC (rev 
240036)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:51:39 UTC (rev 240035)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:51:53 UTC (rev 240036)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmag
-pkgver=15.04.1
-pkgrel=1
-ar

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:52:07
  Author: arojas
Revision: 240037

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

Added:
  kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD
(from rev 240036, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/extra-i686/kdeaccessibility-kmousetool.install
(from rev 240036, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD
(from rev 240036, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/extra-x86_64/kdeaccessibility-kmousetool.install
(from rev 240036, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD
  
kdeaccessibility-kmousetool/repos/extra-i686/kdeaccessibility-kmousetool.install
  kdeaccessibility-kmousetool/repos/extra-x86_64/PKGBUILD
  
kdeaccessibility-kmousetool/repos/extra-x86_64/kdeaccessibility-kmousetool.install

--+
 /PKGBUILD|   66 +
 /kdeaccessibility-kmousetool.install |   22 +++
 extra-i686/PKGBUILD  |   33 --
 extra-i686/kdeaccessibility-kmousetool.install   |   11 ---
 extra-x86_64/PKGBUILD|   33 --
 extra-x86_64/kdeaccessibility-kmousetool.install |   11 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:51:53 UTC (rev 240036)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:07 UTC (rev 240037)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz";)
-sha1sums=('e2e5982b09613928f45c66730d6896b0be7930f9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/extra-i686/PKGBUILD (from rev 240036, 
kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:52:07 UTC (rev 240037)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz";)
+sha1sums=('45bb8bfeac15dca9b02dea5d0b5eed06ccd9')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeaccessibility-kmousetool.install
===
--- extra-i686/kdeaccessibility-kmousetool.install  2015-06-02 06:51:53 UTC 
(rev 240036)
+++ extra-i686/kdeaccessibility-kmousetool.install  2015-06-02 06:52:07 UTC 
(rev 240037)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmousetool/repos/extra-i686/kdeaccessibility-kmousetool.install
 (from rev 240036, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- extra-i686/kdeaccessibility-kmousetool.install  
(rev 0)
+++ extra-i686/kdeaccessibility-kmousetool.install  2015-06-02 06:52:07 UTC 
(rev 240037)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:51:23
  Author: arojas
Revision: 240034

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

Added:
  kdeaccessibility-jovie/repos/extra-i686/PKGBUILD
(from rev 240033, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/extra-i686/kdeaccessibility-jovie.install
(from rev 240033, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/extra-x86_64/PKGBUILD
(from rev 240033, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/extra-x86_64/kdeaccessibility-jovie.install
(from rev 240033, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
Deleted:
  kdeaccessibility-jovie/repos/extra-i686/PKGBUILD
  kdeaccessibility-jovie/repos/extra-i686/kdeaccessibility-jovie.install
  kdeaccessibility-jovie/repos/extra-x86_64/PKGBUILD
  kdeaccessibility-jovie/repos/extra-x86_64/kdeaccessibility-jovie.install

-+
 /PKGBUILD   |   66 ++
 /kdeaccessibility-jovie.install |   22 
 extra-i686/PKGBUILD |   33 -
 extra-i686/kdeaccessibility-jovie.install   |   11 
 extra-x86_64/PKGBUILD   |   33 -
 extra-x86_64/kdeaccessibility-jovie.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:51:07 UTC (rev 240033)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:23 UTC (rev 240034)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-jovie
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A text to speech application'
-url='http://kde.org/applications/utilities/jovie/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-replaces=('kdeaccessibility-kttsd')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz";)
-sha1sums=('2d4bf6ddd91fd55926a65fba99ac249de4cf9f5e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../jovie-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-jovie/repos/extra-i686/PKGBUILD (from rev 240033, 
kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:23 UTC (rev 240034)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz";)
+sha1sums=('a4677c230585bbbde4d81d41014dae2ef6a51b96')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeaccessibility-jovie.install
===
--- extra-i686/kdeaccessibility-jovie.install   2015-06-02 06:51:07 UTC (rev 
240033)
+++ extra-i686/kdeaccessibility-jovie.install   2015-06-02 06:51:23 UTC (rev 
240034)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeaccessibility-jovie/repos/extra-i686/kdeaccessibility-jovie.install 
(from rev 240033, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- extra-i686/kdeaccessibility-jovie.install   (rev 0)
+++ extra-i686/kdeaccessibility-jovie.install   2015-06-02 06:51:23 UTC (rev 
240034)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:51:07 UTC (rev 240033)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:51:23 UTC (rev 240034)
@@ -1,3

[arch-commits] Commit in telepathy-kde-common-internals/repos (8 files)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:51:07
  Author: arojas
Revision: 240033

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

Added:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
(from rev 240032, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
(from rev 240032, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 240032, telepathy-kde-common-internals/trunk/PKGBUILD)
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install
(from rev 240032, 
telepathy-kde-common-internals/trunk/telepathy-kde-common-internals.install)
Deleted:
  telepathy-kde-common-internals/repos/extra-i686/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-i686/telepathy-kde-common-internals.install
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-common-internals/repos/extra-x86_64/telepathy-kde-common-internals.install

-+
 /PKGBUILD   |   78 ++
 /telepathy-kde-common-internals.install |   24 +
 extra-i686/PKGBUILD |   39 -
 extra-i686/telepathy-kde-common-internals.install   |   12 --
 extra-x86_64/PKGBUILD   |   39 -
 extra-x86_64/telepathy-kde-common-internals.install |   12 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:50:50 UTC (rev 240032)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:07 UTC (rev 240033)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='Common components for KDE-Telepathy'
-arch=(i686 x86_64)
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-mission-control)
-makedepends=(extra-cmake-modules kdoctools doxygen python)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('f8a6d43b015f9aa64cca33c6272100aa')
-install=$pkgname.install
-
-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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-common-internals/repos/extra-i686/PKGBUILD (from rev 
240032, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:07 UTC (rev 240033)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='Common components for KDE-Telepathy'
+arch=(i686 x86_64)
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-mission-control)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('485ca0db0b09d0689d7bb952b2ef8048')
+install=$pkgname.install
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/telepathy-kde-common-internals.install
===
--- extra-i686/telepathy-kde-common-internals.install   2015-06-02 06:50:50 UTC 
(rev 240032)
+++ extra-i686/telepathy-kde-common-internals.install   2015-06-02 06:51:07 UTC 
(rev 240033)
@@ -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: 
telepathy-kde-common-internals/

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:51:39
  Author: arojas
Revision: 240035

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

Added:
  kdeaccessibility-kaccessible/repos/extra-i686/PKGBUILD
(from rev 240034, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/repos/extra-x86_64/PKGBUILD
(from rev 240034, kdeaccessibility-kaccessible/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kaccessible/repos/extra-i686/PKGBUILD
  kdeaccessibility-kaccessible/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:51:23 UTC (rev 240034)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:39 UTC (rev 240035)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
-sha1sums=('da57c7283d924fde818287f0a66e5a404cb0dc2a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/extra-i686/PKGBUILD (from rev 
240034, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:51:39 UTC (rev 240035)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
+sha1sums=('e215b3480eb325c14007e602cd2e63f9455fce3f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:51:23 UTC (rev 240034)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:51:39 UTC (rev 240035)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz";)
-sha1sums=('da57c7283d924fde818287f0a66e5a404cb0dc2a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/extra-x86_64/PKGBUILD (from rev 
240034, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:51:39 UTC (rev 240035)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.04.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+de

[arch-commits] Commit in kaccounts-providers/repos/extra-any (4 files)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:50:35
  Author: arojas
Revision: 240031

archrelease: copy trunk to extra-any

Added:
  kaccounts-providers/repos/extra-any/PKGBUILD
(from rev 240030, kaccounts-providers/trunk/PKGBUILD)
  kaccounts-providers/repos/extra-any/kaccounts-providers.install
(from rev 240030, kaccounts-providers/trunk/kaccounts-providers.install)
Deleted:
  kaccounts-providers/repos/extra-any/PKGBUILD
  kaccounts-providers/repos/extra-any/kaccounts-providers.install

-+
 PKGBUILD|   68 +-
 kaccounts-providers.install |   22 ++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-02 06:50:25 UTC (rev 240030)
+++ PKGBUILD2015-06-02 06:50:35 UTC (rev 240031)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kaccounts-providers
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=('any')
-url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('libaccounts-glib')
-makedepends=('extra-cmake-modules' 'intltool')
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('187a4bd66cad43a2e6eccb266f855560')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/extra-any/PKGBUILD (from rev 240030, 
kaccounts-providers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-02 06:50:35 UTC (rev 240031)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kaccounts-providers
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('any')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('libaccounts-glib')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+md5sums=('8507560d3de86f9932f5381ef173e812')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kaccounts-providers.install
===
--- kaccounts-providers.install 2015-06-02 06:50:25 UTC (rev 240030)
+++ kaccounts-providers.install 2015-06-02 06:50:35 UTC (rev 240031)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kaccounts-providers/repos/extra-any/kaccounts-providers.install (from 
rev 240030, kaccounts-providers/trunk/kaccounts-providers.install)
===
--- kaccounts-providers.install (rev 0)
+++ kaccounts-providers.install 2015-06-02 06:50:35 UTC (rev 240031)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:50:50
  Author: arojas
Revision: 240032

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

Added:
  kaccounts-integration/repos/extra-i686/PKGBUILD
(from rev 240031, kaccounts-integration/trunk/PKGBUILD)
  kaccounts-integration/repos/extra-x86_64/PKGBUILD
(from rev 240031, kaccounts-integration/trunk/PKGBUILD)
Deleted:
  kaccounts-integration/repos/extra-i686/PKGBUILD
  kaccounts-integration/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-06-02 06:50:35 UTC (rev 240031)
+++ extra-i686/PKGBUILD 2015-06-02 06:50:50 UTC (rev 240032)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork')
-depends=(kcmutils kio kaccounts-providers signon-kwallet-extension 
signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('aea0c967bc7f3b0e8da9a3cbc25649ee')
-
-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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/extra-i686/PKGBUILD (from rev 240031, 
kaccounts-integration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:50:50 UTC (rev 240032)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas  
+
+pkgname=kaccounts-integration
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork')
+depends=(kcmutils kio kaccounts-providers signon-kwallet-extension 
signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+md5sums=('b8608b7a91f8494d4710a51296e65e2a')
+
+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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:50:35 UTC (rev 240031)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:50:50 UTC (rev 240032)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=15.04.1
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork')
-depends=(kcmutils kio kaccounts-providers signon-kwallet-extension 
signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('aea0c967bc7f3b0e8da9a3cbc25649ee')
-
-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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/extra-x86_64/PKGBUILD (from rev 240031, 
kaccounts-integration/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:50:50 UTC (rev 240032)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas  
+
+pkgname=kaccounts-integration
+pkgver=15.04.2
+pkgrel=1
+pkgdesc='Small system to 

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:50:25
  Author: arojas
Revision: 240030

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

Added:
  signon-kwallet-extension/repos/extra-i686/PKGBUILD
(from rev 240029, signon-kwallet-extension/trunk/PKGBUILD)
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD
(from rev 240029, signon-kwallet-extension/trunk/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/extra-i686/PKGBUILD
  signon-kwallet-extension/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-06-02 06:50:09 UTC (rev 240029)
+++ extra-i686/PKGBUILD 2015-06-02 06:50:25 UTC (rev 240030)
@@ -1,34 +0,0 @@
-# Maintainer: anex http://kde.org";
-license=('LGPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('e77dcf0dcb4f73135429059cf295dbc9')
-
-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: signon-kwallet-extension/repos/extra-i686/PKGBUILD (from rev 240029, 
signon-kwallet-extension/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:50:25 UTC (rev 240030)
@@ -0,0 +1,34 @@
+# Maintainer: anex http://kde.org";
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('1659c8d4209130ceb786d25f832e098a')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:50:09 UTC (rev 240029)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:50:25 UTC (rev 240030)
@@ -1,34 +0,0 @@
-# Maintainer: anex http://kde.org";
-license=('LGPL')
-groups=('kde-applications' 'kdenetwork')
-depends=('signon' 'kwallet')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('e77dcf0dcb4f73135429059cf295dbc9')
-
-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: signon-kwallet-extension/repos/extra-x86_64/PKGBUILD (from rev 240029, 
signon-kwallet-extension/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:50:25 UTC (rev 240030)
@@ -0,0 +1,34 @@
+# Maintainer: anex http://kde.org";
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('1659c8d4209130ceb786d25f832e098a')
+
+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 kqtquickcharts/repos (4 files)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:50:09
  Author: arojas
Revision: 240029

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:49:53 UTC (rev 240028)
+++ extra-i686/PKGBUILD 2015-06-02 06:50:09 UTC (rev 240029)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('62ad7537678ce0fb5f0eb111f21902b393881a24')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kqtquickcharts/repos/extra-i686/PKGBUILD (from rev 240028, 
kqtquickcharts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:50:09 UTC (rev 240029)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('7e113e230d8f4b50725f2e2040b8e2d8e06e0589')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:49:53 UTC (rev 240028)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:50:09 UTC (rev 240029)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('62ad7537678ce0fb5f0eb111f21902b393881a24')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kqtquickcharts/repos/extra-x86_64/PKGBUILD (from rev 240028, 
kqtquickcharts/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:50:09 UTC (rev 240029)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('7e113e230d8f4b50725f2e2040b8e2d8e06e0589')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:49:19
  Author: arojas
Revision: 240026

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:49:03 UTC (rev 240025)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:19 UTC (rev 240026)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdegames
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://projects.kde.org/projects/kde/kdegames/libkdegames";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('86b0fd0833ea6740f3a736825006ddeff5b12656')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdegames/repos/extra-i686/PKGBUILD (from rev 240025, 
libkdegames/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:19 UTC (rev 240026)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://projects.kde.org/projects/kde/kdegames/libkdegames";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('de37e58a7e977859132f7fa6a3f849fdbc53653e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:49:03 UTC (rev 240025)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:19 UTC (rev 240026)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdegames
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://projects.kde.org/projects/kde/kdegames/libkdegames";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('86b0fd0833ea6740f3a736825006ddeff5b12656')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdegames/repos/extra-x86_64/PKGBUILD (from rev 240025, 
libkdegames/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:19 UTC (rev 240026)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://projects.kde.org/projects/kde/kdegames/libkdegames";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('de3

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:49:03
  Author: arojas
Revision: 240025

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:48:47 UTC (rev 240024)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:03 UTC (rev 240025)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('e96fce24693046abb9b923ab1cf9b84c61fd29d0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcompactdisc/repos/extra-i686/PKGBUILD (from rev 240024, 
libkcompactdisc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:03 UTC (rev 240025)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e466028467364db896320a45eb606e461e6f97e4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:48:47 UTC (rev 240024)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:03 UTC (rev 240025)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('e96fce24693046abb9b923ab1cf9b84c61fd29d0')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcompactdisc/repos/extra-x86_64/PKGBUILD (from rev 240024, 
libkcompactdisc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:03 UTC (rev 240025)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e466028467364db896320a45eb606e461e6f97e4')
+
+build() {
+  cd "${srcd

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:49:53
  Author: arojas
Revision: 240028

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:49:37 UTC (rev 240027)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:53 UTC (rev 240028)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkomparediff2
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('08647a8403ba37b70d88a9a4c84cca66a2e14101')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkomparediff2/repos/extra-i686/PKGBUILD (from rev 240027, 
libkomparediff2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:53 UTC (rev 240028)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('267476bad7b45345c9255363cc1e348327cb1821')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:49:37 UTC (rev 240027)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:53 UTC (rev 240028)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkomparediff2
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('08647a8403ba37b70d88a9a4c84cca66a2e14101')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 240027, 
libkomparediff2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:53 UTC (rev 240028)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('267476bad7b45345c9255363cc1e348327cb1821')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+   

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:49:37
  Author: arojas
Revision: 240027

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:49:19 UTC (rev 240026)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:37 UTC (rev 240027)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkmahjongg
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('22f534867f4bc1df1a144508026536a6c16b521e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkmahjongg/repos/extra-i686/PKGBUILD (from rev 240026, 
libkmahjongg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:49:37 UTC (rev 240027)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('0ca0286d4e073f237ec4a6a1df483c6826b2d5b8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:49:19 UTC (rev 240026)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:37 UTC (rev 240027)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkmahjongg
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('22f534867f4bc1df1a144508026536a6c16b521e')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkmahjongg/repos/extra-x86_64/PKGBUILD (from rev 240026, 
libkmahjongg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:49:37 UTC (rev 240027)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:48:32
  Author: arojas
Revision: 240023

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:48:15 UTC (rev 240022)
+++ extra-i686/PKGBUILD 2015-06-02 06:48:32 UTC (rev 240023)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkeduvocdocument
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common libraries for KDE Edu applications"
-url="http://kde.org/applications/education";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'kdeedu-data')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-sha1sums=('341620e6c2321e19175f79e99d7f5a473c1b8350')
-
-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 "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkeduvocdocument/repos/extra-i686/PKGBUILD (from rev 240022, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:48:32 UTC (rev 240023)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="http://kde.org/applications/education";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('4fb1c16384753f9a982a27199c47a6f27c7815b3')
+
+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 "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:48:15 UTC (rev 240022)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:48:32 UTC (rev 240023)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkeduvocdocument
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common libraries for KDE Edu applications"
-url="http://kde.org/applications/education";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'kdeedu-data')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-sha1sums=('341620e6c2321e19175f79e99d7f5a473c1b8350')
-
-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 "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkeduvocdocument/repos/extra-x86_64/PKGBUILD (from rev 240022, 
libkeduvocdocument/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:48:32 UTC (rev 240023)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="http://kde.org/applications/education";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('4fb1c16384753f9a982a27199c47a6f27c7815b3')
+
+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 "$

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:48:15
  Author: arojas
Revision: 240022

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:47:58 UTC (rev 240021)
+++ extra-i686/PKGBUILD 2015-06-02 06:48:15 UTC (rev 240022)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=analitza
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A library to add mathematical features to your program"
-url="https://projects.kde.org/projects/kde/kdeedu/analitza";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('qt5-svg' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
-replaces=('kdebase-analitza')
-conflicts=('kdebase-analitza')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz";)
-sha1sums=('3e792e9e6802adb51d2dcb113b9c9604a30cf785')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: analitza/repos/extra-i686/PKGBUILD (from rev 240021, 
analitza/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:48:15 UTC (rev 240022)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://projects.kde.org/projects/kde/kdeedu/analitza";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz";)
+sha1sums=('b310b69c064c4ef550eeb0046ccc0439860e2557')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:47:58 UTC (rev 240021)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:48:15 UTC (rev 240022)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=analitza
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A library to add mathematical features to your program"
-url="https://projects.kde.org/projects/kde/kdeedu/analitza";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('qt5-svg' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
-replaces=('kdebase-analitza')
-conflicts=('kdebase-analitza')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz";)
-sha1sums=('3e792e9e6802adb51d2dcb113b9c9604a30cf785')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: analitza/repos/extra-x86_64/PKGBUILD (from rev 240021, 
analitza/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:48:15 UTC (rev 240022)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://projects.kde.org/projects/kde/kdeedu/analitza";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'e

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:48:47
  Author: arojas
Revision: 240024

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:48:32 UTC (rev 240023)
+++ extra-i686/PKGBUILD 2015-06-02 06:48:47 UTC (rev 240024)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="KDE CDDB library"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('a552cade3c2444ee40729dfd50495e8f93abeb01')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcddb/repos/extra-i686/PKGBUILD (from rev 240023, 
libkcddb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:48:47 UTC (rev 240024)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a0cf53400c6b74e150d1a198592f62b142467e39')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:48:32 UTC (rev 240023)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:48:47 UTC (rev 240024)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="KDE CDDB library"
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('a552cade3c2444ee40729dfd50495e8f93abeb01')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkcddb/repos/extra-x86_64/PKGBUILD (from rev 240023, 
libkcddb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:48:47 UTC (rev 240024)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('a0cf53400c6b74e150d1a198592f62b142467e39')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=O

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:47:58
  Author: arojas
Revision: 240021

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

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

-+
 /PKGBUILD   |   68 ++
 /libkgeomap.install |   22 
 extra-i686/PKGBUILD |   34 ---
 extra-i686/libkgeomap.install   |   11 --
 extra-x86_64/PKGBUILD   |   34 ---
 extra-x86_64/libkgeomap.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:47:42 UTC (rev 240020)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:58 UTC (rev 240021)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgeomap
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdeedu-marble')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('1a1ae8c95867593446f5ba4f6e70addc9d6fa8ab')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkgeomap/repos/extra-i686/PKGBUILD (from rev 240020, 
libkgeomap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:58 UTC (rev 240021)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgeomap
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdeedu-marble')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('37087e0a6da7775d33e21f8152bec8bfd6700ec1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libkgeomap.install
===
--- extra-i686/libkgeomap.install   2015-06-02 06:47:42 UTC (rev 240020)
+++ extra-i686/libkgeomap.install   2015-06-02 06:47:58 UTC (rev 240021)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkgeomap/repos/extra-i686/libkgeomap.install (from rev 240020, 
libkgeomap/trunk/libkgeomap.install)
===
--- extra-i686/libkgeomap.install   (rev 0)
+++ extra-i686/libkgeomap.install   2015-06-02 06:47:58 UTC (rev 240021)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:47:42 UTC (rev 240020)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:47:58 UTC (rev 240021)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgeomap
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkgeomap";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdeedu-marble')
-makedepends=('cmake' 'aut

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:46:54
  Author: arojas
Revision: 240017

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

Added:
  libkdcraw/repos/extra-i686/PKGBUILD
(from rev 240016, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/extra-i686/gcc-5.patch
(from rev 240016, libkdcraw/trunk/gcc-5.patch)
  libkdcraw/repos/extra-i686/libkdcraw.install
(from rev 240016, libkdcraw/trunk/libkdcraw.install)
  libkdcraw/repos/extra-x86_64/PKGBUILD
(from rev 240016, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/extra-x86_64/gcc-5.patch
(from rev 240016, libkdcraw/trunk/gcc-5.patch)
  libkdcraw/repos/extra-x86_64/libkdcraw.install
(from rev 240016, libkdcraw/trunk/libkdcraw.install)
Deleted:
  libkdcraw/repos/extra-i686/PKGBUILD
  libkdcraw/repos/extra-i686/libkdcraw.install
  libkdcraw/repos/extra-x86_64/PKGBUILD
  libkdcraw/repos/extra-x86_64/libkdcraw.install

+
 /PKGBUILD  |   82 +++
 /libkdcraw.install |   22 ++
 extra-i686/PKGBUILD|   36 -
 extra-i686/gcc-5.patch |   23 ++
 extra-i686/libkdcraw.install   |   11 -
 extra-x86_64/PKGBUILD  |   36 -
 extra-x86_64/gcc-5.patch   |   23 ++
 extra-x86_64/libkdcraw.install |   11 -
 8 files changed, 150 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:46:29 UTC (rev 240016)
+++ extra-i686/PKGBUILD 2015-06-02 06:46:54 UTC (rev 240017)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('c93001089787ba918ce1930ca1c196101866fbe6')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdcraw/repos/extra-i686/PKGBUILD (from rev 240016, 
libkdcraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:46:54 UTC (rev 240017)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'gcc-5.patch')
+sha1sums=('4f1b3ec3f831b8dd6c1d4b2c7c90a0f19e2acbc7'
+  'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
+
+prepare() {
+  mkdir build
+
+# Fix build with GCC 5
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/gcc-5.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkdcraw/repos/extra-i686/gcc-5.patch (from rev 240016, 
libkdcraw/trunk/gcc-5.patch)
===
--- extra-i686/gcc-5.patch  (rev 0)
+++ extra-i686/gcc-5.patch  2015-06-02 06:46:54 UTC (rev 240017)
@@ -0,0 +1,23 @@
+From: Gilles Caulier 
+Date: Thu, 14 May 2015 20:54:16 +
+Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
+X-Git-Url: 
http://quickgit.kde.org/?p=libkdcraw.git&a=commitdiff&h=46898ec97a0462eb08a5b6d0450a86b27aae
+---
+libraw 0.16.1 needs C++ exceptions rules while compilation
+BUGS: 347728
+FIXED-IN: 4.11.0
+---
+
+
+--- a/libkdcraw/CMakeLists.txt
 b/libkdcraw/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ #
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
++
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+ 
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in 
${CMAKE_CURRENT_BINARY_DIR}/version.h)
+ 
+

Deleted: extra-i686/libkdcraw.install
===
-

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:47:12
  Author: arojas
Revision: 240018

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:46:54 UTC (rev 240017)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:12 UTC (rev 240018)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('83e83a902612e17d271c7490ad9f41102c355242')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkipi/repos/extra-i686/PKGBUILD (from rev 240017, 
libkipi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:12 UTC (rev 240018)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e093536ac320b4b90a38a7e3739082c4a07af8e4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libkipi.install
===
--- extra-i686/libkipi.install  2015-06-02 06:46:54 UTC (rev 240017)
+++ extra-i686/libkipi.install  2015-06-02 06:47:12 UTC (rev 240018)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkipi/repos/extra-i686/libkipi.install (from rev 240017, 
libkipi/trunk/libkipi.install)
===
--- extra-i686/libkipi.install  (rev 0)
+++ extra-i686/libkipi.install  2015-06-02 06:47:12 UTC (rev 240018)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:46:54 UTC (rev 240017)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:47:12 UTC (rev 240018)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("ht

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:47:42
  Author: arojas
Revision: 240020

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

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

---+
 /PKGBUILD |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:47:27 UTC (rev 240019)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:42 UTC (rev 240020)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'opencv')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d55f0a7ff28c46b636274181d2034e4fa4885870')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkface/repos/extra-i686/PKGBUILD (from rev 240019, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:42 UTC (rev 240020)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('7ce312f313a13e8bfd0ab07505239a59596d615f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-06-02 06:47:27 UTC (rev 240019)
+++ extra-i686/libkface.install 2015-06-02 06:47:42 UTC (rev 240020)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkface/repos/extra-i686/libkface.install (from rev 240019, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-06-02 06:47:42 UTC (rev 240020)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:47:27 UTC (rev 240019)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:47:42 UTC (rev 240020)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
-arch=('i686' 'x86_64')
-lic

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:47:27
  Author: arojas
Revision: 240019

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

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

---+
 /PKGBUILD |   68 
 /libksane.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libksane.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libksane.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:47:12 UTC (rev 240018)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:27 UTC (rev 240019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('a532a7aaca3f1db53d97de5c40382aaf83f7fc93')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libksane/repos/extra-i686/PKGBUILD (from rev 240018, 
libksane/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:27 UTC (rev 240019)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8939fc3f4b6ff08e82d60221313ba7e7dc743a30')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libksane.install
===
--- extra-i686/libksane.install 2015-06-02 06:47:12 UTC (rev 240018)
+++ extra-i686/libksane.install 2015-06-02 06:47:27 UTC (rev 240019)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/extra-i686/libksane.install (from rev 240018, 
libksane/trunk/libksane.install)
===
--- extra-i686/libksane.install (rev 0)
+++ extra-i686/libksane.install 2015-06-02 06:47:27 UTC (rev 240019)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:47:12 UTC (rev 240018)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:47:27 UTC (rev 240019)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://dow

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:45:59
  Author: arojas
Revision: 240014

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

Added:
  kdebase/repos/extra-i686/PKGBUILD
(from rev 240013, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-i686/kdebase-dolphin.install
(from rev 240013, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-i686/kdebase-konqueror.install
(from rev 240013, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-i686/kdebase.install
(from rev 240013, kdebase/trunk/kdebase.install)
  kdebase/repos/extra-x86_64/PKGBUILD
(from rev 240013, kdebase/trunk/PKGBUILD)
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
(from rev 240013, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
(from rev 240013, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/extra-x86_64/kdebase.install
(from rev 240013, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/extra-i686/PKGBUILD
  kdebase/repos/extra-i686/kdebase-dolphin.install
  kdebase/repos/extra-i686/kdebase-konqueror.install
  kdebase/repos/extra-i686/kdebase.install
  kdebase/repos/extra-x86_64/PKGBUILD
  kdebase/repos/extra-x86_64/kdebase-dolphin.install
  kdebase/repos/extra-x86_64/kdebase-konqueror.install
  kdebase/repos/extra-x86_64/kdebase.install

+
 /PKGBUILD  |  278 +++
 /kdebase-dolphin.install   |   22 ++
 /kdebase-konqueror.install |   24 ++
 /kdebase.install   |   22 ++
 extra-i686/PKGBUILD|  139 ---
 extra-i686/kdebase-dolphin.install |   11 -
 extra-i686/kdebase-konqueror.install   |   12 -
 extra-i686/kdebase.install |   11 -
 extra-x86_64/PKGBUILD  |  139 ---
 extra-x86_64/kdebase-dolphin.install   |   11 -
 extra-x86_64/kdebase-konqueror.install |   12 -
 extra-x86_64/kdebase.install   |   11 -
 12 files changed, 346 insertions(+), 346 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:45:37 UTC (rev 240013)
+++ extra-i686/PKGBUILD 2015-06-02 06:45:59 UTC (rev 240014)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml' 'baloo4-widgets')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz";)
-sha1sums=('099c2d63bd3482936966445950fa290a6dc43550')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-dolphin() {
-  pkgdesc='File Manager'
-  depends=('kdebase-runtime' 'kdebase-lib' 'baloo4-widgets')
-  optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-  'kdegraphics-thumbnailers: thumbnailers for various graphics 
files'
-  'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
-  'kdemultimedia-mplayerthumbs: thumbnailers for video files'
-  'kdesdk-thumbnailers: thumbnailers for development files'
-  'icoutils: thumbnailers for MS files'
-  'ruby: servicemenu installation'
-  'konsolepart4: open terminal in context menu')
-  url="http://kde.org/applications/system/dolphin/";
-  install=kdebase-dolphin.install
-
-  cd "$srcdir"/build/dolphin
-  make DESTDIR="$pkgdir" install
-  cd "$srcdir"/build/doc/dolphin
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kdepasswd() {
-  pkgdesc='Change Password'
-  depends=('kdebase-runtime' 'kdebase-lib')
-
-  cd "$srcdir"/build/kdepasswd
-  make DESTDIR="$pkgdir" install
-  cd "$srcdir"/build/doc/kdepasswd
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kdialog() {
-  pkgdesc='A utility for displaying dialog boxes from shell scripts'
-  depends=('kdebase-runtime')
-
-  cd "$srcdir"/build/kdialog
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-keditbookmarks() {
-  pkgdesc='Bookmark Organizer and Editor'
-  depends=('kdebase-runtime')
-
-  cd "$srcdir"/build/keditbookmarks
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-kfind() {
-  pkgdesc='Find Files/Folders'
-  depends=('kdebase-runtime' 'kdebase-lib')
-  url="http://kde.org/applications/utilities/kfind/";
-  install='

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:46:29
  Author: arojas
Revision: 240016

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

Added:
  kdeedu-marble/repos/extra-i686/PKGBUILD
(from rev 240015, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/extra-i686/kdeedu-marble.install
(from rev 240015, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/extra-i686/marble-qt.install
(from rev 240015, kdeedu-marble/trunk/marble-qt.install)
  kdeedu-marble/repos/extra-x86_64/PKGBUILD
(from rev 240015, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/extra-x86_64/kdeedu-marble.install
(from rev 240015, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/extra-x86_64/marble-qt.install
(from rev 240015, kdeedu-marble/trunk/marble-qt.install)
Deleted:
  kdeedu-marble/repos/extra-i686/PKGBUILD
  kdeedu-marble/repos/extra-i686/kdeedu-marble.install
  kdeedu-marble/repos/extra-i686/marble-qt.install
  kdeedu-marble/repos/extra-x86_64/PKGBUILD
  kdeedu-marble/repos/extra-x86_64/kdeedu-marble.install
  kdeedu-marble/repos/extra-x86_64/marble-qt.install

+
 /PKGBUILD  |  126 +++
 /kdeedu-marble.install |   26 +++
 /marble-qt.install |   26 +++
 extra-i686/PKGBUILD|   63 -
 extra-i686/kdeedu-marble.install   |   13 ---
 extra-i686/marble-qt.install   |   13 ---
 extra-x86_64/PKGBUILD  |   63 -
 extra-x86_64/kdeedu-marble.install |   13 ---
 extra-x86_64/marble-qt.install |   13 ---
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:46:10 UTC (rev 240015)
+++ extra-i686/PKGBUILD 2015-06-02 06:46:29 UTC (rev 240016)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kdeedu-marble
-pkgname=('kdeedu-marble' 'marble-qt')
-pkgver=15.04.1
-pkgrel=2
-pkgdesc="Desktop Globe"
-url="http://kde.org/applications/education/marble/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd' 'quazip' 'libwlocate')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/marble-${pkgver}.tar.xz";)
-sha1sums=('0da84b2bb6847297b09962619eb4cf5f41ef482d')
-
-prepare() {
-  mkdir -p build{,-qt}
-}
-
-build() {
-  cd build
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-qt
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DQT5BUILD=TRUE \
--DCMAKE_INSTALL_PREFIX=/usr
-}
-
-package_kdeedu-marble() {
-  depends=('kdebase-runtime')
-  optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation'
-'quazip: reading and displaying KMZ files')
-  groups=('kde-applications' 'kdeedu')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-# remove mobile and qt4 versions
-  rm -r "$pkgdir"/usr/bin/marble-*
-  rm -r "$pkgdir"/usr/share/applications/kde4/marble-*
-}
-
-package_marble-qt() {
-  pkgdesc="Desktop Globe (Qt version)"
-  depends=('qt5-svg' 'qt5-webkit' 'qt5-script')
-  optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation'
-  'quazip: reading and displaying KMZ files')
-  conflicts=('kdeedu-marble')
-  install=$pkgname.install  
-
-  cd build-qt
-  make DESTDIR="${pkgdir}" install
-# remove mobile version
-  rm -r "$pkgdir"/usr/bin/marble-{mobile,touch}
-  rm -r "$pkgdir"/usr/share/applications/marble-{mobile,touch}.desktop
-}

Copied: kdeedu-marble/repos/extra-i686/PKGBUILD (from rev 240015, 
kdeedu-marble/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:46:29 UTC (rev 240016)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdeedu-marble
+pkgname=('kdeedu-marble' 'marble-qt')
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Desktop Globe"
+url="http://kde.org/applications/education/marble/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'qt5-svg' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'cmake' 
'automoc4' 'gpsd' 'quazip' 'libwlocate')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/marble-${pkgver}.tar.xz";)
+sha1sums=('055a59c6e6eaaa7cdb5ba837b1987dab35c93686')
+
+prepare() {
+  mkdir -p build{,-qt}
+}
+
+build() {
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd ../build-qt
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DQT5BUILD=TRUE \
+-DCMAKE_INSTALL_PREFIX=/usr
+}
+

[arch-commits] Commit in kdeedu-data/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:46:10
  Author: arojas
Revision: 240015

archrelease: copy trunk to extra-any

Added:
  kdeedu-data/repos/extra-any/PKGBUILD
(from rev 240014, kdeedu-data/trunk/PKGBUILD)
Deleted:
  kdeedu-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-02 06:45:59 UTC (rev 240014)
+++ PKGBUILD2015-06-02 06:46:10 UTC (rev 240015)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-data
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Common data for KDE Edu applications"
-url="http://kde.org/applications/education";
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules')
-conflicts=('libkdeedu<14')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-sha1sums=('f5d726c84d2c2f043825b110c119d977f721748d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-data/repos/extra-any/PKGBUILD (from rev 240014, 
kdeedu-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-02 06:46:10 UTC (rev 240015)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="http://kde.org/applications/education";
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules')
+conflicts=('libkdeedu<14')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('5eefb8f1752f8787bd46a12a923ce7e4dbab7bad')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}


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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:45:26
  Author: arojas
Revision: 240012

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:45:17 UTC (rev 240011)
+++ extra-i686/PKGBUILD 2015-06-02 06:45:26 UTC (rev 240012)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d2271be0afb86095560444bf32e7ec8f8744136e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkexiv2/repos/extra-i686/PKGBUILD (from rev 240011, 
libkexiv2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:45:26 UTC (rev 240012)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6b7b6bd5885bd25730928458ba8cf421997b0dfe')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:45:17 UTC (rev 240011)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:45:26 UTC (rev 240012)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d2271be0afb86095560444bf32e7ec8f8744136e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkexiv2/repos/extra-x86_64/PKGBUILD (from rev 240011, 
libkexiv2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:45:26 UTC (rev 240012)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6b7b6bd5885bd25730928458ba8cf421997b0dfe')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4

[arch-commits] Commit in kde-base-artwork/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:45:37
  Author: arojas
Revision: 240013

archrelease: copy trunk to extra-any

Added:
  kde-base-artwork/repos/extra-any/PKGBUILD
(from rev 240012, kde-base-artwork/trunk/PKGBUILD)
Deleted:
  kde-base-artwork/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-02 06:45:26 UTC (rev 240012)
+++ PKGBUILD2015-06-02 06:45:37 UTC (rev 240013)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-base-artwork
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="KDE KSplash theme"
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('2434c74ae76977abca5cebe827020f9393e3e5fd')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/extra-any/PKGBUILD (from rev 240012, 
kde-base-artwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-02 06:45:37 UTC (rev 240013)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-base-artwork
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="KDE KSplash theme"
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c06e71aa19b51d71c0566aebad59dcd9d6d7ff9e')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}


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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:45:17
  Author: arojas
Revision: 240011

Fix source

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 06:45:10 UTC (rev 240010)
+++ PKGBUILD2015-06-02 06:45:17 UTC (rev 240011)
@@ -5,7 +5,7 @@
 
 pkgname=kdelibs
 pkgver=4.14.9
-_kdeappver=15.04.1
+_kdeappver=15.04.2
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')


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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:45:10
  Author: arojas
Revision: 240010

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

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 240009, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 240009, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 240009, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 240009, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

-+
 /PKGBUILD   |   72 ++
 /kdepim-runtime.install |   26 
 extra-i686/PKGBUILD |   36 -
 extra-i686/kdepim-runtime.install   |   13 --
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/kdepim-runtime.install |   13 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:44:55 UTC (rev 240009)
+++ extra-i686/PKGBUILD 2015-06-02 06:45:10 UTC (rev 240010)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=4.14.8
-_kdeappver=15.04.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'libsignon-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ba7cd8ca941e199497c817b70ba72522bd0a7d60')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 240009, 
kdepim-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:45:10 UTC (rev 240010)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=4.14.9
+_kdeappver=15.04.2
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'libsignon-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('5656c082f659ac241149fce9fbcca59fc83511ed')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdepim-runtime.install
===
--- extra-i686/kdepim-runtime.install   2015-06-02 06:44:55 UTC (rev 240009)
+++ extra-i686/kdepim-runtime.install   2015-06-02 06:45:10 UTC (rev 240010)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-i686/kdepim-runtime.install (from rev 
240009, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- extra-i686/kdepim-runtime.install   (rev 0)
+++ extra-i686/kdepim-runtime.install   2015-06-02 06:45:10 UTC (rev 240010)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:44:55 UTC (rev 240009)
+++ extra-x86_64/PK

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:44:55
  Author: arojas
Revision: 240009

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:44:40 UTC (rev 240008)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:55 UTC (rev 240009)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepimlibs
-pkgver=4.14.8
-_kdeappver=15.04.0
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('da44d4b563bbfa887793c7af269ca9a8f93e652a')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdepimlibs/repos/extra-i686/PKGBUILD (from rev 240008, 
kdepimlibs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:55 UTC (rev 240009)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepimlibs
+pkgver=4.14.9
+_kdeappver=15.04.2
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('ec5f209e538079b6a0463e66e6fbab9640ecd60d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdepimlibs.install
===
--- extra-i686/kdepimlibs.install   2015-06-02 06:44:40 UTC (rev 240008)
+++ extra-i686/kdepimlibs.install   2015-06-02 06:44:55 UTC (rev 240009)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/extra-i686/kdepimlibs.install (from rev 240008, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- extra-i686/kdepimlibs.install   (rev 0)
+++ extra-i686/kdepimlibs.install   2015-06-02 06:44:55 UTC (rev 240009)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:44:40 UTC (rev 240008)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:44:55 UTC (rev 240009)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepimlibs
-pkgver=4.14.8
-_kdeappver=15.04.0
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://project

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:44:05
  Author: arojas
Revision: 240006

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

Added:
  kdelibs/repos/extra-i686/PKGBUILD
(from rev 240005, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-i686/archlinux-menu.patch
(from rev 240005, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-i686/kde-applications-menu.patch
(from rev 240005, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-i686/kdelibs.install
(from rev 240005, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-i686/qt4.patch
(from rev 240005, kdelibs/trunk/qt4.patch)
  kdelibs/repos/extra-x86_64/PKGBUILD
(from rev 240005, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
(from rev 240005, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
(from rev 240005, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/extra-x86_64/kdelibs.install
(from rev 240005, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/extra-x86_64/qt4.patch
(from rev 240005, kdelibs/trunk/qt4.patch)
Deleted:
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  kdelibs/repos/extra-i686/qt4.patch
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
  kdelibs/repos/extra-x86_64/kdelibs.install
  kdelibs/repos/extra-x86_64/qt4.patch

--+
 /PKGBUILD|  124 +
 /archlinux-menu.patch|   44 ++
 /kde-applications-menu.patch |   44 ++
 /kdelibs.install |   26 ++
 /qt4.patch   |   22 +
 extra-i686/PKGBUILD  |   62 --
 extra-i686/archlinux-menu.patch  |   22 -
 extra-i686/kde-applications-menu.patch   |   22 -
 extra-i686/kdelibs.install   |   13 ---
 extra-i686/qt4.patch |   11 --
 extra-x86_64/PKGBUILD|   62 --
 extra-x86_64/archlinux-menu.patch|   22 -
 extra-x86_64/kde-applications-menu.patch |   22 -
 extra-x86_64/kdelibs.install |   13 ---
 extra-x86_64/qt4.patch   |   11 --
 15 files changed, 260 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:42:42 UTC (rev 240005)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:05 UTC (rev 240006)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdelibs
-pkgver=4.14.8
-_kdeappver=15.04.1
-pkgrel=1
-pkgdesc="KDE Core Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('attica-qt4' 'libxss' 'krb5' 'qca' 'libdbusmenu-qt' 'polkit-qt4'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa' 'grantlee-qt4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz";
-'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('98b174dbbbef340bcfc11b819405d8e838cac34c'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
-
-prepare() {
-   mkdir build
-   cd ${pkgname}-${pkgver}
-   # avoid file conflict with gnome-menus
-   patch -p1 -i "${srcdir}"/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i "${srcdir}"/archlinux-menu.patch
-   # qmake refers to Qt5
-   patch -p1 -i "${srcdir}"/qt4.patch
-}
-
-build() {
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DLOCALE_INSTALL_DIR=/usr/share/locale/kde4 \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_SOLID_UDISKS2=ON
-   make
-}
-
-package() {
-   cd "${srcdir}"/build
-   make DESTDIR="${pkgdir}" install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-c

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:44:40
  Author: arojas
Revision: 240008

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

Added:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
(from rev 240007, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
(from rev 240007, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
(from rev 240007, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install
(from rev 240007, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/extra-i686/PKGBUILD
  kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
  kdegraphics-mobipocket/repos/extra-x86_64/kdegraphics-mobipocket.install

-+
 /PKGBUILD   |   74 ++
 /kdegraphics-mobipocket.install |   22 +++
 extra-i686/PKGBUILD |   37 -
 extra-i686/kdegraphics-mobipocket.install   |   11 ---
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/kdegraphics-mobipocket.install |   11 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:44:23 UTC (rev 240007)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:40 UTC (rev 240008)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-mobipocket
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('03ecb5381380b93b0cd8857af9b37ef6e60ccb40')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/PKGBUILD (from rev 240007, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:40 UTC (rev 240008)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('12365746007f23ecedb37daf63617ab09f8dff14')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-mobipocket.install
===
--- extra-i686/kdegraphics-mobipocket.install   2015-06-02 06:44:23 UTC (rev 
240007)
+++ extra-i686/kdegraphics-mobipocket.install   2015-06-02 06:44:40 UTC (rev 
240008)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdegraphics-mobipocket/repos/extra-i686/kdegraphics-mobipocket.install 
(from rev 240007, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- extra-i686/kdegraphics-mobipocket.install   (rev 0)
+++ extra-i686/kdegraphics-mobipocket.install   2015-06-02 06:44:40 UTC (rev 
240008)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-02 06:44:23 UTC (rev 240

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

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:44:23
  Author: arojas
Revision: 240007

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

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 240006, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 240006, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 240006, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 240006, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install

--+
 /PKGBUILD|  202 +
 /kdebase-runtime.install |   26 
 extra-i686/PKGBUILD  |  101 
 extra-i686/kdebase-runtime.install   |   13 --
 extra-x86_64/PKGBUILD|  101 
 extra-x86_64/kdebase-runtime.install |   13 --
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:44:05 UTC (rev 240006)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:23 UTC (rev 240007)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
-   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz";)
-sha1sums=('73ac23a97bc81b3e988a214ee1342743e516c74c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_khelpcenter4() {
-  pkgdesc=("Application to show KDE Applications' documentation")
-  depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
-  provides=("khelpcenter=$pkgver")
-  conflicts=('khelpcenter')
-
-  cd build/khelpcenter
-  make DESTDIR="$pkgdir" install
-}
-
-package_kdebase-runtime() {
-  depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send 
crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
-'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-  provides=('notification-daemon')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "${pkgdir}"/usr/share/icons/hicolor/index.theme
-
-# Remove khelpcenter
-  cd "$pkgdir"
-  find -name '*khelpcenter*' | xargs rm -fr
-  find -name 'khc*' | xargs rm -fr
-  rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
-  rm -r "$pkgdir"/usr/share/{doc,man}
-
-# Remove kdesu
-  rm "$pkgdir"/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
-  pkgdesc=("KDE4 documentation")
-  conflicts=('khelpcenter<15' 'plasma-desktop' 'kio-extras')
-
-  cd build/doc
-  make DESTDIR="$pkgdir" install
-
-# Remove kdesu docs
-  rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
-  rm "$pkgdir"/usr/share/man/man1/kdesu.1
-}
-
-package_kdesu4() {
-  pkgdesc=("Run KDE applications as root")
-  depends=('kdebase-runtime')
-  conflicts=('kde-cli-tools')
-
-  cd build/kdesu
-  make DESTDIR="$pkgdir" install
-
-  cd ../doc/kdesu
-  make DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/bin
-  ln -sf /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/
-
-  # FS#36668
-  chown :nobody "${pkgdir}"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "${pkgdir}"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 240006, 
kdebase-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:44:23 UTC (rev 240007)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdebase-runtime
+pkgname=('kdebase-runtime' 'khelpcenter4' '

[arch-commits] Commit in oxygen-icons/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:42:42
  Author: arojas
Revision: 240005

archrelease: copy trunk to extra-any

Added:
  oxygen-icons/repos/extra-any/PKGBUILD
(from rev 240004, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-02 06:42:20 UTC (rev 240004)
+++ PKGBUILD2015-06-02 06:42:42 UTC (rev 240005)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=15.04.1
-pkgrel=1
-pkgdesc="The Oxygen Icon Theme"
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('2cbb3e35ff55878a20566198fffb1830697e0329')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_oxygen-icons() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_oxygen-icons-svg() {
-  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
-
-  cd ${pkgbase}-${pkgver}
-  find scalable -type f ! -name '*.sh' -exec \
-install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
-}

Copied: oxygen-icons/repos/extra-any/PKGBUILD (from rev 240004, 
oxygen-icons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-02 06:42:42 UTC (rev 240005)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f0b84d7c04708bfcf91848dc263f7546bad8a7b7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


[arch-commits] Commit in oxygen-icons/repos (staging-any)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:42:20
  Author: arojas
Revision: 240004

Deleted:
  oxygen-icons/repos/staging-any/


[arch-commits] Commit in oxygen-icons/repos (staging-any staging-any/PKGBUILD)

2015-06-01 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:35:48
  Author: arojas
Revision: 240003

archrelease: copy trunk to staging-any

Added:
  oxygen-icons/repos/staging-any/
  oxygen-icons/repos/staging-any/PKGBUILD
(from rev 240002, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/staging-any/PKGBUILD (from rev 240002, 
oxygen-icons/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2015-06-02 06:35:48 UTC (rev 240003)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=15.04.2
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('f0b84d7c04708bfcf91848dc263f7546bad8a7b7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


[arch-commits] Commit in ptlib/trunk (PKGBUILD ptlib-gcc5.patch)

2015-06-01 Thread Jan de Groot
Date: Tuesday, June 2, 2015 @ 08:21:47
  Author: jgc
Revision: 240001

upgpkg: ptlib 2.10.11-2

Fix compile with gcc5

Added:
  ptlib/trunk/ptlib-gcc5.patch
Modified:
  ptlib/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 ptlib-gcc5.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-02 06:08:22 UTC (rev 24)
+++ PKGBUILD2015-06-02 06:21:47 UTC (rev 240001)
@@ -3,7 +3,7 @@
 
 pkgname=ptlib
 pkgver=2.10.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Windows Library"
 arch=('i686' 'x86_64')
 url="http://www.opalvoip.org";
@@ -12,13 +12,16 @@
 replaces=('pwlib')
 conflicts=('pwlib')
 source=(http://downloads.sourceforge.net/opalvoip/ptlib-$pkgver.tar.bz2
-ptlib-2.10.10-bison_fixes-1.patch)
+ptlib-2.10.10-bison_fixes-1.patch
+ptlib-gcc5.patch)
 sha256sums=('27a8ba1fd147195c0b310897f81d26f73996b77b18147e587638444cfacd681a'
-'11027b21f568b2ab84f9c25775e5a697a15304b39aaab6380922ed609aac63b9')
+'11027b21f568b2ab84f9c25775e5a697a15304b39aaab6380922ed609aac63b9'
+'7cf1781f6f7136252770de712399be493b991d5c2e0b36e908eb1770b189cfd7')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../ptlib-2.10.10-bison_fixes-1.patch
+  patch -Np1 -i ../ptlib-gcc5.patch
 }
 
 build() {

Added: ptlib-gcc5.patch
===
--- ptlib-gcc5.patch(rev 0)
+++ ptlib-gcc5.patch2015-06-02 06:21:47 UTC (rev 240001)
@@ -0,0 +1,11 @@
+--- ptlib-2.10.10/include/ptlib/critsec.h  2015-02-20 10:02:39.984901210 
+0100
 ptlib-2.10.10/include/ptlib/critsec.h  2015-02-20 10:04:01.150897771 
+0100
+@@ -40,7 +40,7 @@ 
+ #if P_HAS_ATOMIC_INT
+ 
+ #if defined(__GNUC__)
+-#  if __GNUC__ >= 4 && __GNUC_MINOR__ >= 2
++#  if __GNUC__ > 4  || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)
+ # include 
+ #  else
+ # include 


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

2015-06-01 Thread Jan de Groot
Date: Tuesday, June 2, 2015 @ 08:21:54
  Author: jgc
Revision: 240002

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

Added:
  ptlib/repos/testing-i686/
  ptlib/repos/testing-i686/PKGBUILD
(from rev 240001, ptlib/trunk/PKGBUILD)
  ptlib/repos/testing-i686/ptlib-2.10.10-bison_fixes-1.patch
(from rev 240001, ptlib/trunk/ptlib-2.10.10-bison_fixes-1.patch)
  ptlib/repos/testing-i686/ptlib-gcc5.patch
(from rev 240001, ptlib/trunk/ptlib-gcc5.patch)
  ptlib/repos/testing-x86_64/
  ptlib/repos/testing-x86_64/PKGBUILD
(from rev 240001, ptlib/trunk/PKGBUILD)
  ptlib/repos/testing-x86_64/ptlib-2.10.10-bison_fixes-1.patch
(from rev 240001, ptlib/trunk/ptlib-2.10.10-bison_fixes-1.patch)
  ptlib/repos/testing-x86_64/ptlib-gcc5.patch
(from rev 240001, ptlib/trunk/ptlib-gcc5.patch)

--+
 testing-i686/PKGBUILD|   43 
 testing-i686/ptlib-2.10.10-bison_fixes-1.patch   | 2895 +
 testing-i686/ptlib-gcc5.patch|   11 
 testing-x86_64/PKGBUILD  |   43 
 testing-x86_64/ptlib-2.10.10-bison_fixes-1.patch | 2895 +
 testing-x86_64/ptlib-gcc5.patch  |   11 
 6 files changed, 5898 insertions(+)

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


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

2015-06-01 Thread Jan de Groot
Date: Tuesday, June 2, 2015 @ 08:08:16
  Author: jgc
Revision: 23

upgpkg: polkit 0.112-3

Update to git snapshot, fixes some bugs and memleaks. Do not delete user 
account on post_remove

Modified:
  polkit/trunk/PKGBUILD
  polkit/trunk/polkit.install

+
 PKGBUILD   |   16 +---
 polkit.install |9 -
 2 files changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 20:58:11 UTC (rev 239998)
+++ PKGBUILD2015-06-02 06:08:16 UTC (rev 23)
@@ -3,20 +3,24 @@
 
 pkgname=polkit
 pkgver=0.112
-pkgrel=2
+pkgrel=3
 pkgdesc="Application development toolkit for controlling system-wide 
privileges"
 arch=(i686 x86_64)
 license=(LGPL)
 url="http://www.freedesktop.org/wiki/Software/polkit";
 depends=(glib2 pam expat systemd js17)
-makedepends=(intltool gtk-doc gobject-introspection)
+makedepends=(intltool gtk-doc gobject-introspection git)
 install=polkit.install
-source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+source=("git://anongit.freedesktop.org/polkit#commit=f4d71e0de885010494b8b0b8d62ca910011d7544"
 polkit.pam)
+md5sums=('SKIP'
+ '6564f95878297b954f0572bc1610dd15')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
+  NOCONFIGURE=1 ./autogen.sh
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
   --enable-libsystemd-login=yes --disable-static \
@@ -25,7 +29,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 
   chown 102 "$pkgdir/etc/polkit-1/rules.d"
@@ -33,5 +37,3 @@
 
   install -m644 "$srcdir/polkit.pam" "$pkgdir/etc/pam.d/polkit-1"
 }
-md5sums=('b0f2fa00a55f47c6a5d88e9b73f80127'
- '6564f95878297b954f0572bc1610dd15')

Modified: polkit.install
===
--- polkit.install  2015-06-01 20:58:11 UTC (rev 239998)
+++ polkit.install  2015-06-02 06:08:16 UTC (rev 23)
@@ -7,12 +7,3 @@
 post_upgrade() {
post_install
 }
-
-post_remove() {
-   if getent passwd polkitd >/dev/null; then
-   userdel polkitd
-   fi
-   if getent group polkitd >/dev/null; then
-   groupdel polkitd
-   fi
-}


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

2015-06-01 Thread Jan de Groot
Date: Tuesday, June 2, 2015 @ 08:08:22
  Author: jgc
Revision: 24

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

Added:
  polkit/repos/testing-i686/
  polkit/repos/testing-i686/PKGBUILD
(from rev 23, polkit/trunk/PKGBUILD)
  polkit/repos/testing-i686/polkit.install
(from rev 23, polkit/trunk/polkit.install)
  polkit/repos/testing-i686/polkit.pam
(from rev 23, polkit/trunk/polkit.pam)
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 23, polkit/trunk/PKGBUILD)
  polkit/repos/testing-x86_64/polkit.install
(from rev 23, polkit/trunk/polkit.install)
  polkit/repos/testing-x86_64/polkit.pam
(from rev 23, polkit/trunk/polkit.pam)

---+
 testing-i686/PKGBUILD |   39 +++
 testing-i686/polkit.install   |9 +
 testing-i686/polkit.pam   |7 +++
 testing-x86_64/PKGBUILD   |   39 +++
 testing-x86_64/polkit.install |9 +
 testing-x86_64/polkit.pam |7 +++
 6 files changed, 110 insertions(+)

Copied: polkit/repos/testing-i686/PKGBUILD (from rev 23, 
polkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-02 06:08:22 UTC (rev 24)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.112
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/wiki/Software/polkit";
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection git)
+install=polkit.install
+source=("git://anongit.freedesktop.org/polkit#commit=f4d71e0de885010494b8b0b8d62ca910011d7544"
+polkit.pam)
+md5sums=('SKIP'
+ '6564f95878297b954f0572bc1610dd15')
+
+build() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  chown 102 "$pkgdir/etc/polkit-1/rules.d"
+  chown 102 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  install -m644 "$srcdir/polkit.pam" "$pkgdir/etc/pam.d/polkit-1"
+}

Copied: polkit/repos/testing-i686/polkit.install (from rev 23, 
polkit/trunk/polkit.install)
===
--- testing-i686/polkit.install (rev 0)
+++ testing-i686/polkit.install 2015-06-02 06:08:22 UTC (rev 24)
@@ -0,0 +1,9 @@
+post_install() {
+   getent group polkitd >/dev/null || groupadd -g 102 polkitd
+   getent passwd polkitd >/dev/null || useradd -c 'Policy Kit Daemon' -u 
102 -g polkitd -d '/' -s /bin/false polkitd
+   passwd -l polkitd &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}

Copied: polkit/repos/testing-i686/polkit.pam (from rev 23, 
polkit/trunk/polkit.pam)
===
--- testing-i686/polkit.pam (rev 0)
+++ testing-i686/polkit.pam 2015-06-02 06:08:22 UTC (rev 24)
@@ -0,0 +1,7 @@
+authrequisite   pam_nologin.so
+authrequiredpam_env.so
+authrequiredpam_unix.so
+account requiredpam_unix.so
+session requiredpam_limits.so
+session requiredpam_unix.so
+passwordrequiredpam_unix.so

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 23, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-02 06:08:22 UTC (rev 24)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=polkit
+pkgver=0.112
+pkgrel=3
+pkgdesc="Application development toolkit for controlling system-wide 
privileges"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.freedesktop.org/wiki/Software/polkit";
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection git)
+install=polkit.install
+source=("git://anongit.freedesktop.org/polkit#commit=f4d71e0de885010494b8b0b8d62ca910011d7544"
+polkit.pam)
+md5sums=('SKIP'
+ '6564f95878297b954f0572bc1610dd15')
+
+build() {
+  cd $pkgname
+
+  NOCONFIGURE=1 ./autogen.sh
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  chown 102 "$pkgdir/etc/polkit-1/rules.d"
+  chown 102 "$pkgdir/usr/share/

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:48
  Author: faidoc
Revision: 134515

db-move: moved cinnamon-control-center from [community-staging] to [community] 
(i686, x86_64)

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 134513, 
cinnamon-control-center/repos/community-staging-i686/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 134513, 
cinnamon-control-center/repos/community-staging-i686/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 134513, 
cinnamon-control-center/repos/community-staging-x86_64/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 134513, 
cinnamon-control-center/repos/community-staging-x86_64/cinnamon-control-center.install)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-staging-i686/
  cinnamon-control-center/repos/community-staging-x86_64/
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 /PKGBUILD|  110 +
 /cinnamon-control-center.install |   22 
 community-i686/PKGBUILD  |   55 --
 community-i686/cinnamon-control-center.install   |   11 --
 community-x86_64/PKGBUILD|   55 --
 community-x86_64/cinnamon-control-center.install |   11 --
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:47 UTC (rev 134514)
+++ community-i686/PKGBUILD 2015-06-01 23:27:48 UTC (rev 134515)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-control-center
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' '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=('bbc39ac8ddcbc06b6aada1ef271f95f5f0d0fe439bec38b9cd847af420305c49')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #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"
-
-  # Fix a warning
-  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
-  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 134513, 
cinnamon-control-center/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:27:48 UTC (rev 134515)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' '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

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:56
  Author: faidoc
Revision: 134520

db-move: moved cinnamon-translations from [community-staging] to [community] 
(any)

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 134513, 
cinnamon-translations/repos/community-staging-any/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD
  cinnamon-translations/repos/community-staging-any/

+
 /PKGBUILD  |   24 
 community-any/PKGBUILD |   24 
 2 files changed, 24 insertions(+), 24 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-06-01 23:27:54 UTC (rev 134519)
+++ community-any/PKGBUILD  2015-06-01 23:27:56 UTC (rev 134520)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('c88e415cfe142a5f0cbe10488d296242e91e8e0f3bb7802ad94d3a5747bf5f88')
-
-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/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 134513, 
cinnamon-translations/repos/community-staging-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-06-01 23:27:56 UTC (rev 134520)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('ed2c4a63a0193f770b0340a3281219a19e5e7102e287d533309f2f6de0dbf3c0')
+
+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-menus/repos (6 files)

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:51
  Author: faidoc
Revision: 134517

db-move: moved cinnamon-menus from [community-staging] to [community] (i686, 
x86_64)

Added:
  cinnamon-menus/repos/community-i686/PKGBUILD
(from rev 134513, cinnamon-menus/repos/community-staging-i686/PKGBUILD)
  cinnamon-menus/repos/community-x86_64/PKGBUILD
(from rev 134513, cinnamon-menus/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  cinnamon-menus/repos/community-i686/PKGBUILD
  cinnamon-menus/repos/community-staging-i686/
  cinnamon-menus/repos/community-staging-x86_64/
  cinnamon-menus/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:50 UTC (rev 134516)
+++ community-i686/PKGBUILD 2015-06-01 23:27:51 UTC (rev 134517)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-menus
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="http://www.linuxmint.com";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
-sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
-
-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-i686/PKGBUILD (from rev 134513, 
cinnamon-menus/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:27:51 UTC (rev 134517)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="http://www.linuxmint.com";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
+sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-01 23:27:50 UTC (rev 134516)
+++ community-x86_64/PKGBUILD   2015-06-01 23:27:51 UTC (rev 134517)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-menus
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="http://www.linuxmint.com";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
-sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
-
-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-x86_64/PKGBUILD (from rev 134513, 
cinnamon-menus/repos/community-staging-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-01 23:27:51 UTC (rev 134517)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="http://www.linuxmint.com";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
+sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:28:00
  Author: faidoc
Revision: 134521

db-move: moved nemo from [community-staging] to [community] (i686, x86_64)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:56 UTC (rev 134520)
+++ community-i686/PKGBUILD 2015-06-01 23:28:00 UTC (rev 134521)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.4.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";
-"desktop-theme.patch")
-sha256sums=('58d1c0116aeb11ca965e4bf93af9c7e3226fca2855192c49b071d7745b2a7da0'
-'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Add application-specific theme for Adwaita
-  patch -Np1 -i ../desktop-theme.patch
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 134513, 
nemo/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:28:00 UTC (rev 134521)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.6.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";
+"desktop-theme.patch")
+sha256sums=('1a7f91498fdcb8a75b0eb4e06ab50541e8178d3b91af274af4e2d5fcfe845e2d'
+'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Add application-speci

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:50
  Author: faidoc
Revision: 134516

db-move: moved cinnamon-desktop from [community-staging] to [community] (i686, 
x86_64)

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:48 UTC (rev 134515)
+++ community-i686/PKGBUILD 2015-06-01 23:27:50 UTC (rev 134516)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=2.6.4
-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";
-"gnome-3.14.patch")
-sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
-'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Update configuration for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  # Workaround for make error until it is fixed upstream
-  cd libcinnamon-desktop/libgsystem && ln -sr '../$(libgsystem_srcpath)/.deps' 
.deps
-  cd ../../
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
\ No newline at end of file

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 134513, 
cinnamon-desktop/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:27:50 UTC (rev 134516)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.6.4
+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";
+"gnome-3.14.patch")
+sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
+'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysc

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:53
  Author: faidoc
Revision: 134518

db-move: moved cinnamon-screensaver from [community-staging] to [community] 
(i686, x86_64)

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 134513, 
cinnamon-screensaver/repos/community-staging-i686/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 134513, 
cinnamon-screensaver/repos/community-staging-i686/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 134513, 
cinnamon-screensaver/repos/community-staging-x86_64/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 134513, 
cinnamon-screensaver/repos/community-staging-x86_64/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-staging-i686/
  cinnamon-screensaver/repos/community-staging-x86_64/
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   70 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   35 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:51 UTC (rev 134517)
+++ community-i686/PKGBUILD 2015-06-01 23:27:53 UTC (rev 134518)
@@ -1,35 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=2.6.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' 
'webkit2gtk')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('2e2417e3ed4be3c3744acb4110df7ff5427491fc5d93c8cada6bab2c725a3c15'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-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-i686/PKGBUILD (from rev 134513, 
cinnamon-screensaver/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:27:53 UTC (rev 134518)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=2.6.2
+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' 
'webkit2gtk')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('81a5527b14fdd7b3482fc8a4a1cbddae7f1fd691ad3b117231c0f181806c1594'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+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"
+}

Deleted: community-i686/cinnamon-screensaver.pam
===
--- community-i686/cinnamon-screensaver.pam 2015-06-01 23:27:51 UTC (rev 
134517)
+++ community-i686/cinnamon-screensaver.pam 2015-06-01 23:

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:54
  Author: faidoc
Revision: 134519

db-move: moved cinnamon-settings-daemon from [community-staging] to [community] 
(i686, x86_64)

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 134513, 
cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 134513, 
cinnamon-settings-daemon/repos/community-staging-i686/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 134513, 
cinnamon-settings-daemon/repos/community-staging-x86_64/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 134513, 
cinnamon-settings-daemon/repos/community-staging-x86_64/cinnamon-settings-daemon.install)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-staging-i686/
  cinnamon-settings-daemon/repos/community-staging-x86_64/
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install

---+
 /PKGBUILD |   80 
 /cinnamon-settings-daemon.install |   24 ++
 community-i686/PKGBUILD   |   40 --
 community-i686/cinnamon-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   40 --
 community-x86_64/cinnamon-settings-daemon.install |   12 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:27:53 UTC (rev 134518)
+++ community-i686/PKGBUILD 2015-06-01 23:27:54 UTC (rev 134519)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
-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=('6d29f1afcbe2724d50066e6417b0a86b8f84abcf2c717732b2ce094be303f0fc')
-
-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-i686/PKGBUILD (from rev 
134513, cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:27:54 UTC (rev 134519)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+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=('a97b85a2f9aafdc9c7c7facc97e422d7bc9531a920ac2e685fd82c56c01d8dec')
+
+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
+}

Deleted: community-i686/cinnamon-settings-daemon.install
===
--- community-i686

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:27:47
  Author: faidoc
Revision: 134514

db-move: moved cinnamon from [community-staging] to [community] (i686, x86_64)

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 134513, cinnamon/repos/community-staging-i686/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 134513, cinnamon/repos/community-staging-i686/cinnamon.install)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 134513, cinnamon/repos/community-staging-i686/default-theme.patch)
  cinnamon/repos/community-i686/gnome-3.14.patch
(from rev 134513, cinnamon/repos/community-staging-i686/gnome-3.14.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 134513, cinnamon/repos/community-staging-i686/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 134513, cinnamon/repos/community-staging-x86_64/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 134513, cinnamon/repos/community-staging-x86_64/cinnamon.install)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 134513, 
cinnamon/repos/community-staging-x86_64/default-theme.patch)
  cinnamon/repos/community-x86_64/gnome-3.14.patch
(from rev 134513, cinnamon/repos/community-staging-x86_64/gnome-3.14.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 134513, cinnamon/repos/community-staging-x86_64/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/gnome-3.14.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-staging-i686/
  cinnamon/repos/community-staging-x86_64/
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/gnome-3.14.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  178 +
 /cinnamon.install|   24 
 /default-theme.patch |   50 +
 /gnome-3.14.patch|   50 +
 /set_wheel.patch |   34 ++
 community-i686/PKGBUILD  |   89 
 community-i686/cinnamon.install  |   12 --
 community-i686/default-theme.patch   |   25 
 community-i686/gnome-3.14.patch  |   25 
 community-i686/set_wheel.patch   |   53 -
 community-x86_64/PKGBUILD|   89 
 community-x86_64/cinnamon.install|   12 --
 community-x86_64/default-theme.patch |   25 
 community-x86_64/gnome-3.14.patch|   25 
 community-x86_64/set_wheel.patch |   53 -
 15 files changed, 336 insertions(+), 408 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:26:39 UTC (rev 134513)
+++ community-i686/PKGBUILD 2015-06-01 23:27:47 UTC (rev 134514)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.4.8
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool')
-options=('!emptydirs')
-install=${pkgname}.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
-"set_wheel.patch"
-"gnome-3.14.patch"
-"default-theme.patch")
-sha256sums=('5dc693cb57adce95cf917c94ee4e02fa8740e5cd5edbd8ee9cdeed81604aefd3'
-'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
-'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # 

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:26:37
  Author: faidoc
Revision: 134512

db-move: moved muffin from [community-staging] to [community] (i686, x86_64)

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 134511, muffin/repos/community-staging-i686/PKGBUILD)
  muffin/repos/community-i686/muffin.install
(from rev 134511, muffin/repos/community-staging-i686/muffin.install)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 134511, muffin/repos/community-staging-x86_64/PKGBUILD)
  muffin/repos/community-x86_64/muffin.install
(from rev 134511, muffin/repos/community-staging-x86_64/muffin.install)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-staging-i686/
  muffin/repos/community-staging-x86_64/
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/muffin.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:26:18 UTC (rev 134511)
+++ community-i686/PKGBUILD 2015-06-01 23:26:37 UTC (rev 134512)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.6.0
-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=('61239f6dccae6ba2a3cf8b6682b6fe89247910e8978668fc9090d4d676822637')
-
-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-i686/PKGBUILD (from rev 134511, 
muffin/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:26:37 UTC (rev 134512)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+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=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+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:

Deleted: community-i686/muffin.install
===
--- com

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:26:39
  Author: faidoc
Revision: 134513

db-move: moved cinnamon-session from [community-staging] to [community] (i686, 
x86_64)

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 134511, cinnamon-session/repos/community-staging-i686/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 134511, 
cinnamon-session/repos/community-staging-i686/cinnamon-session.install)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 134511, 
cinnamon-session/repos/community-staging-i686/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 134511, cinnamon-session/repos/community-staging-x86_64/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 134511, 
cinnamon-session/repos/community-staging-x86_64/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 134511, 
cinnamon-session/repos/community-staging-x86_64/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-staging-i686/
  cinnamon-session/repos/community-staging-x86_64/
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/timeout.patch

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:26:37 UTC (rev 134512)
+++ community-i686/PKGBUILD 2015-06-01 23:26:39 UTC (rev 134513)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=2.6.0
-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=('b738fb4d1f8b93e2217b2c7e0d905e964e0ebde726a4cf5a28296e3eba7daab7'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 134511, 
cinnamon-session/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:26:39 UTC (rev 134513)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=2.6.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=('42ea718b77240ff24061203bc03ba6af7d51bcba2323b0bb73a56870e232cb92'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
+  --disable-schemas-compile --enable-systemd

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:26:18
  Author: faidoc
Revision: 134511

db-move: moved cjs from [community-staging] to [community] (i686, x86_64)

Added:
  cjs/repos/community-i686/PKGBUILD
(from rev 134510, cjs/repos/community-staging-i686/PKGBUILD)
  cjs/repos/community-x86_64/PKGBUILD
(from rev 134510, cjs/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  cjs/repos/community-i686/PKGBUILD
  cjs/repos/community-staging-i686/
  cjs/repos/community-staging-x86_64/
  cjs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 23:22:28 UTC (rev 134510)
+++ community-i686/PKGBUILD 2015-06-01 23:26:18 UTC (rev 134511)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=2.6.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)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
-sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
-
-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-i686/PKGBUILD (from rev 134510, 
cjs/repos/community-staging-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 23:26:18 UTC (rev 134511)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.6.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)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
+sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-01 23:22:28 UTC (rev 134510)
+++ community-x86_64/PKGBUILD   2015-06-01 23:26:18 UTC (rev 134511)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=2.6.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)
-makedepends=(gnome-common python2 gobject-introspection)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
-sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
-
-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-x86_64/PKGBUILD (from rev 134510, 
cjs/repos/community-staging-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-01 23:26:18 UTC (rev 134511)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.6.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)

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:22:28
  Author: faidoc
Revision: 134510

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

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

--+
 community-staging-i686/PKGBUILD  |   55 ++
 community-staging-i686/desktop-theme.patch   |  131 +
 community-staging-i686/nemo.install  |   14 ++
 community-staging-x86_64/PKGBUILD|   55 ++
 community-staging-x86_64/desktop-theme.patch |  131 +
 community-staging-x86_64/nemo.install|   14 ++
 6 files changed, 400 insertions(+)

Copied: nemo/repos/community-staging-i686/PKGBUILD (from rev 134509, 
nemo/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 23:22:28 UTC (rev 134510)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.6.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";
+"desktop-theme.patch")
+sha256sums=('1a7f91498fdcb8a75b0eb4e06ab50541e8178d3b91af274af4e2d5fcfe845e2d'
+'565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Add application-specific theme for Adwaita
+  patch -Np1 -i ../desktop-theme.patch
+
+  # Fix build
+  #sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir/" install
+}

Copied: nemo/repos/community-staging-i686/desktop-theme.patch (from rev 134509, 
nemo/trunk/desktop-theme.patch)
===
--- community-staging-i686/desktop-theme.patch  (rev 0)
+++ community-staging-i686/desktop-theme.patch  2015-06-01 23:22:28 UTC (rev 
134510)
@@ -0,0 +1,131 @@
+From 64ad6c0a96b46a9d86d9a8babac1298c18d5fc1f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 22 Nov 2014 21:23:25 +0100
+Subject: [PATCH] Add application-specific theme for Adwaita
+
+Based on this patch for Nautilus:
+https://git.gnome.org/browse/nautilus/commit/?id=3fd7e847d531fbbfc4ebba24864bdd0f8b81c750
+---
+ src/Adwaita.css| 26 +
+ src/nemo-application.c | 52 ++
+ src/nemo.gresource.xml |  1 +
+ 3 files changed, 79 insertions(+)
+ create mode 100644 src/Adwaita.css
+
+diff --git a/src/Adwaita.css b/src/Adwaita.css
+new file mode 100644
+index 000..d8b1f0c
+--- /dev/null
 b/src/Adwaita.css
+@@ -0,0 +1,26 @@
++.nemo-canvas-item {
++border-radius: 5px;
++}
++
++.nemo-desktop.nemo-canvas-item {
++color: @theme_selected_fg_color;
++text-shadow: 1px 1px black;
++}
++
++.nemo-desktop.nemo-canvas-item:active {
++color: @theme_text_color;
++}
++
++.nemo-desktop.nemo-canvas-item:selected {
++color: @theme_selected_fg_color;
++}
++
++.nemo-desktop.nemo-canvas-item:active,
++.nemo-desktop.nemo-canvas-item:prelight,
++.nemo-desktop.nemo-canvas-item:selected {
++text-shadow: none;
++}
++
++.nemo-desktop.nemo-canvas-item:selected:backdrop {
++color: @theme_unfocused_selected_fg_color;
++

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:20:29
  Author: faidoc
Revision: 134509

upgpkg: nemo 2.6.5-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 23:19:42 UTC (rev 134508)
+++ PKGBUILD2015-06-01 23:20:29 UTC (rev 134509)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.4.5
+pkgver=2.6.5
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=nemo.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";
 "desktop-theme.patch")
-sha256sums=('58d1c0116aeb11ca965e4bf93af9c7e3226fca2855192c49b071d7745b2a7da0'
+sha256sums=('1a7f91498fdcb8a75b0eb4e06ab50541e8178d3b91af274af4e2d5fcfe845e2d'
 '565aaf8275bc255c89dce44dca3e353e35d093411558aa278b4f52dd49f9d57d')
 
 prepare() {
@@ -29,7 +29,7 @@
   patch -Np1 -i ../desktop-theme.patch
 
   # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+  #sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
 
   # Rename 'Files' app name to avoid having the same as nautilus
   sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in


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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:19:42
  Author: faidoc
Revision: 134508

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

Added:
  cinnamon/repos/community-staging-i686/
  cinnamon/repos/community-staging-i686/PKGBUILD
(from rev 134507, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-i686/cinnamon.install
(from rev 134507, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-staging-i686/default-theme.patch
(from rev 134507, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-staging-i686/gnome-3.14.patch
(from rev 134507, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-staging-i686/set_wheel.patch
(from rev 134507, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-staging-x86_64/
  cinnamon/repos/community-staging-x86_64/PKGBUILD
(from rev 134507, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-staging-x86_64/cinnamon.install
(from rev 134507, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-staging-x86_64/default-theme.patch
(from rev 134507, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-staging-x86_64/gnome-3.14.patch
(from rev 134507, cinnamon/trunk/gnome-3.14.patch)
  cinnamon/repos/community-staging-x86_64/set_wheel.patch
(from rev 134507, cinnamon/trunk/set_wheel.patch)

--+
 community-staging-i686/PKGBUILD  |   89 +
 community-staging-i686/cinnamon.install  |   12 +++
 community-staging-i686/default-theme.patch   |   25 +++
 community-staging-i686/gnome-3.14.patch  |   25 +++
 community-staging-i686/set_wheel.patch   |   17 
 community-staging-x86_64/PKGBUILD|   89 +
 community-staging-x86_64/cinnamon.install|   12 +++
 community-staging-x86_64/default-theme.patch |   25 +++
 community-staging-x86_64/gnome-3.14.patch|   25 +++
 community-staging-x86_64/set_wheel.patch |   17 
 10 files changed, 336 insertions(+)

Copied: cinnamon/repos/community-staging-i686/PKGBUILD (from rev 134507, 
cinnamon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 23:19:42 UTC (rev 134508)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: M0Rf30
+# Contributor: unifiedlinux
+# Contributor: CReimer
+
+pkgname=cinnamon
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
+arch=('i686' 'x86_64')
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
+ 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds' 
'gconf'
+ 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 'librsvg'
+ 'networkmanager' 'muffin' 'python2-cairo' 'python2-dbus' 
'python2-pillow'
+ 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
+ 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
+ 'network-manager-applet' 'nemo' 'polkit-gnome')
+makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
+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")
+sha256sums=('e0207d1cda13ccbe51f78be7f35096a758c94e130cca09adffb996cd9feb5918'
+'0f6a4055fc70f727b90c3d97ebc99f6bf3028b8cc7189736d8e0f1dac6fac137'
+'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
+'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
+
+prepare() {
+  cd ${srcdir}/Cinnamon*
+
+  # Python2 fix
+  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Use wheel group instread of sudo
+  patch -Np1 -i ../set_wheel.patch
+
+  # Some fixes for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+
+  # Set default theme to 'cinnamon'
+  patch -Np1 -i ../default-theme.patch
+
+  # Add polkit agent to required components
+  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
+files/usr/share/cinnamon-session/sessions/cinnamon*.session
+
+  # Fix for the python2 PAM module  
+  sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
+
+  # Use pkexec instead of gksu
+  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
+
+  # Check for the cc-panel path, not for the unneeded binary
+  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
+

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:15:54
  Author: faidoc
Revision: 134507

upgpkg: cinnamon 2.6.6-1

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/set_wheel.patch

-+
 PKGBUILD|8 
 set_wheel.patch |   38 +-
 2 files changed, 5 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 23:08:38 UTC (rev 134506)
+++ PKGBUILD2015-06-01 23:15:54 UTC (rev 134507)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.4.8
+pkgver=2.6.6
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
  'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
  'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
  'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool' 'gobject-introspection')
+makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
 options=('!emptydirs')
 install=${pkgname}.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
@@ -25,8 +25,8 @@
 "set_wheel.patch"
 "gnome-3.14.patch"
 "default-theme.patch")
-sha256sums=('5dc693cb57adce95cf917c94ee4e02fa8740e5cd5edbd8ee9cdeed81604aefd3'
-'3c4c7bb65d9e3b7d5569a14a45ebf08d2326250869645511dfa18d87b8eaf444'
+sha256sums=('e0207d1cda13ccbe51f78be7f35096a758c94e130cca09adffb996cd9feb5918'
+'0f6a4055fc70f727b90c3d97ebc99f6bf3028b8cc7189736d8e0f1dac6fac137'
 'da763a88b4ee2e889afffd189b877708ca34b704fe7e9b62c0cc2bd970564058'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 

Modified: set_wheel.patch
===
--- set_wheel.patch 2015-06-01 23:08:38 UTC (rev 134506)
+++ set_wheel.patch 2015-06-01 23:15:54 UTC (rev 134507)
@@ -1,41 +1,5 @@
 --- a/files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
 +++ b/files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
-@@ -144,12 +144,11 @@ class EditableEntry (Gtk.Notebook):
- 
- class PasswordDialog(Gtk.Dialog):
- 
--def __init__ (self, user, password_mask, group_mask):
-+def __init__ (self, user, password_mask):
- super(PasswordDialog, self).__init__()
- 
- self.user = user
- self.password_mask = password_mask
--self.group_mask = group_mask
- 
- self.set_modal(True)
- self.set_skip_taskbar_hint(True)
-@@ -215,12 +214,6 @@ class PasswordDialog(Gtk.Dialog):
- def change_password(self):
- newpass = self.new_password.get_text()
- self.user.set_password(newpass, "")
--os.system("gpasswd -d '%s' nopasswdlogin" % self.user.get_user_name())
--mask = self.group_mask.get_text()
--mask = mask.split(", ")
--mask.remove("nopasswdlogin")
--mask = ", ".join(mask)
--self.group_mask.set_text(mask)
- self.password_mask.set_text(u'\u2022\u2022\u2022\u2022\u2022\u2022')
- self.destroy()  
- 
-@@ -515,7 +508,7 @@ class Module:
- model, treeiter = self.users_treeview.get_selection().get_selected()
- if treeiter != None:
- user = model[treeiter][INDEX_USER_OBJECT]   
--dialog = PasswordDialog(user, self.password_mask, 
self.groups_label)
-+dialog = PasswordDialog(user, self.password_mask)
- response = dialog.run()
- 
- def _on_groups_button_clicked(self, widget): 
 @@ -745,11 +738,11 @@ class Module:
  pixbuf = 
GdkPixbuf.Pixbuf.new_from_file_at_size("/usr/share/cinnamon/faces/user-generic.png",
 48, 48)
  description = "%s\n%s" % (fullname, username)
@@ -47,7 +11,7 @@
 +os.system("usermod %s -G %s,wheel" % (username, username)) 
  else:
 -os.system("usermod %s -G %s,nopasswdlogin" % (username, 
username))
-+os.system("usermod %s -G %s" % (username, username))
++os.system("usermod %s -G users,nopasswdlogin" % username)
  self.load_groups()
  dialog.destroy()
   


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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:08:38
  Author: faidoc
Revision: 134506

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

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

--+
 community-staging-i686/PKGBUILD  |   55 +
 community-staging-i686/cinnamon-control-center.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   55 +
 community-staging-x86_64/cinnamon-control-center.install |   11 ++
 4 files changed, 132 insertions(+)

Copied: cinnamon-control-center/repos/community-staging-i686/PKGBUILD (from rev 
134505, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 23:08:38 UTC (rev 134506)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' '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=('bbc39ac8ddcbc06b6aada1ef271f95f5f0d0fe439bec38b9cd847af420305c49')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-systemd \
+  --disable-update-mimedb
+
+  #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"
+
+  # Fix a warning
+  chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
+  chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Copied: 
cinnamon-control-center/repos/community-staging-i686/cinnamon-control-center.install
 (from rev 134505, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
===
--- community-staging-i686/cinnamon-control-center.install  
(rev 0)
+++ community-staging-i686/cinnamon-control-center.install  2015-06-01 
23:08:38 UTC (rev 134506)
@@ -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-staging-x86_64/PKGBUILD (from 
rev 134505, cinnamon-control-center/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-01 23:08:38 UTC (rev 134506)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-control-center
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="The Control Center for Cinnamon"
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnome

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:05:15
  Author: faidoc
Revision: 134505

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

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

---+
 community-staging-i686/PKGBUILD   |   35 
 community-staging-i686/cinnamon-screensaver.pam   |6 +++
 community-staging-x86_64/PKGBUILD |   35 
 community-staging-x86_64/cinnamon-screensaver.pam |6 +++
 4 files changed, 82 insertions(+)

Copied: cinnamon-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
134504, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 23:05:15 UTC (rev 134505)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=2.6.2
+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' 
'webkit2gtk')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('81a5527b14fdd7b3482fc8a4a1cbddae7f1fd691ad3b117231c0f181806c1594'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+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-staging-i686/cinnamon-screensaver.pam 
(from rev 134504, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
===
--- community-staging-i686/cinnamon-screensaver.pam 
(rev 0)
+++ community-staging-i686/cinnamon-screensaver.pam 2015-06-01 23:05:15 UTC 
(rev 134505)
@@ -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-staging-x86_64/PKGBUILD (from rev 
134504, cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-01 23:05:15 UTC (rev 134505)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=2.6.2
+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' 
'webkit2gtk')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('81a5527b14fdd7b3482fc8a4a1cbddae7f1fd691ad3b117231c0f181806c1594'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+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-screensa

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:02:17
  Author: faidoc
Revision: 134504

upgpkg: cinnamon-screensaver 2.6.2-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 23:01:04 UTC (rev 134503)
+++ PKGBUILD2015-06-01 23:02:17 UTC (rev 134504)
@@ -4,7 +4,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=2.6.0
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
@@ -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=('2e2417e3ed4be3c3744acb4110df7ff5427491fc5d93c8cada6bab2c725a3c15'
+sha256sums=('81a5527b14fdd7b3482fc8a4a1cbddae7f1fd691ad3b117231c0f181806c1594'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 build() {


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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 01:01:04
  Author: faidoc
Revision: 134503

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

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

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

Copied: cinnamon-settings-daemon/repos/community-staging-i686/PKGBUILD (from 
rev 134502, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 23:01:04 UTC (rev 134503)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+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=('a97b85a2f9aafdc9c7c7facc97e422d7bc9531a920ac2e685fd82c56c01d8dec')
+
+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-staging-i686/cinnamon-settings-daemon.install
 (from rev 134502, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
===
--- community-staging-i686/cinnamon-settings-daemon.install 
(rev 0)
+++ community-staging-i686/cinnamon-settings-daemon.install 2015-06-01 
23:01:04 UTC (rev 134503)
@@ -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-staging-x86_64/PKGBUILD (from 
rev 134502, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-01 23:01:04 UTC (rev 134503)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.6.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+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=('a97b85a2f9aafdc9c7c7facc97e422d7bc9531a920ac2e685fd82c56c01d8dec')
+
+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=65623

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:57:53
  Author: faidoc
Revision: 134502

upgpkg: cinnamon-settings-daemon 2.6.2-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 22:40:11 UTC (rev 134501)
+++ PKGBUILD2015-06-01 22:57:53 UTC (rev 134502)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.6.0
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -15,7 +15,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=('6d29f1afcbe2724d50066e6417b0a86b8f84abcf2c717732b2ce094be303f0fc')
+sha256sums=('a97b85a2f9aafdc9c7c7facc97e422d7bc9531a920ac2e685fd82c56c01d8dec')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:40:11
  Author: faidoc
Revision: 134501

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

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

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

Copied: cinnamon-session/repos/community-staging-i686/PKGBUILD (from rev 
134500, cinnamon-session/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 22:40:11 UTC (rev 134501)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=2.6.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=('42ea718b77240ff24061203bc03ba6af7d51bcba2323b0bb73a56870e232cb92'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
+  --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: cinnamon-session/repos/community-staging-i686/cinnamon-session.install 
(from rev 134500, cinnamon-session/trunk/cinnamon-session.install)
===
--- community-staging-i686/cinnamon-session.install 
(rev 0)
+++ community-staging-i686/cinnamon-session.install 2015-06-01 22:40:11 UTC 
(rev 134501)
@@ -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-staging-i686/timeout.patch (from rev 
134500, cinnamon-session/trunk/timeout.patch)
===
--- community-staging-i686/timeout.patch(rev 0)
+++ community-staging-i686/timeout.patch2015-06-01 22:40:11 UTC (rev 
134501)
@@ -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 
cinnamon-session-3.4.2-timeout/tools/cinnamon-session-check-accelerated.c
+--- cinnamon-session-3

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:36:29
  Author: faidoc
Revision: 134500

upgpkg: cinnamon-session 2.6.2-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 22:32:01 UTC (rev 134499)
+++ PKGBUILD2015-06-01 22:36:29 UTC (rev 134500)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=2.6.0
+pkgver=2.6.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=('b738fb4d1f8b93e2217b2c7e0d905e964e0ebde726a4cf5a28296e3eba7daab7'
+sha256sums=('42ea718b77240ff24061203bc03ba6af7d51bcba2323b0bb73a56870e232cb92'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {


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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:32:01
  Author: faidoc
Revision: 134499

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

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

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

Copied: cinnamon-menus/repos/community-staging-i686/PKGBUILD (from rev 134498, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 22:32:01 UTC (rev 134499)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="http://www.linuxmint.com";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
+sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+
+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-staging-x86_64/PKGBUILD (from rev 
134498, cinnamon-menus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-01 22:32:01 UTC (rev 134499)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="http://www.linuxmint.com";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
+sha256sums=('8fe81ffe9818aa9412b4d89daf846f4c0c01f170838b121d4cba027a48068574')
+
+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-desktop/repos (8 files)

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:28:06
  Author: faidoc
Revision: 134498

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

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

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-i686/cinnamon-desktop.install   |   11 +
 community-staging-i686/gnome-3.14.patch   |   24 
 community-staging-x86_64/PKGBUILD |   40 
 community-staging-x86_64/cinnamon-desktop.install |   11 +
 community-staging-x86_64/gnome-3.14.patch |   24 
 6 files changed, 150 insertions(+)

Copied: cinnamon-desktop/repos/community-staging-i686/PKGBUILD (from rev 
134497, cinnamon-desktop/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 22:28:06 UTC (rev 134498)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=2.6.4
+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";
+"gnome-3.14.patch")
+sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
+'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  # Workaround for make error until it is fixed upstream
+  cd libcinnamon-desktop/libgsystem && ln -sr '../$(libgsystem_srcpath)/.deps' 
.deps
+  cd ../../
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
\ No newline at end of file

Copied: cinnamon-desktop/repos/community-staging-i686/cinnamon-desktop.install 
(from rev 134497, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-staging-i686/cinnamon-desktop.install 
(rev 0)
+++ community-staging-i686/cinnamon-desktop.install 2015-06-01 22:28:06 UTC 
(rev 134498)
@@ -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-staging-i686/gnome-3.14.patch (from 
rev 134497, cinnamon-desktop/trunk/gnome-3.14.patch)
===
--- community-staging-i686/gnome-3.14.patch (rev 0)
+++ community-staging-i686/gnome-3.14.patch 2015-06-01 22:28:06 UTC (rev 
134498)
@@ -0,0 +1,24 @@
+diff -Naur 
cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
+--- 
cinnamon-desktop-2.2.3.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2014-10-01 03:54:35.830124486 +
 
cinnamon-desktop-2.2.3/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2014-10-01 03:58:31.959359594 +
+@@ -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.2.3.orig/schemas/org.cinnamon.desktop.interface.gschema.xml

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:21:38
  Author: faidoc
Revision: 134497

archrelease: copy trunk to community-staging-any

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

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

Copied: cinnamon-translations/repos/community-staging-any/PKGBUILD (from rev 
134496, cinnamon-translations/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-06-01 22:21:38 UTC (rev 134497)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('ed2c4a63a0193f770b0340a3281219a19e5e7102e287d533309f2f6de0dbf3c0')
+
+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-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:19:58
  Author: faidoc
Revision: 134496

upgpkg: cinnamon-translations 2.6.1-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 22:19:10 UTC (rev 134495)
+++ PKGBUILD2015-06-01 22:19:58 UTC (rev 134496)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="http://cinnamon.linuxmint.com/";
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('c88e415cfe142a5f0cbe10488d296242e91e8e0f3bb7802ad94d3a5747bf5f88')
+sha256sums=('ed2c4a63a0193f770b0340a3281219a19e5e7102e287d533309f2f6de0dbf3c0')
 
 build() {
cd ${pkgname}-${pkgver}


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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:19:10
  Author: faidoc
Revision: 134495

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

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

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

Copied: cjs/repos/community-staging-i686/PKGBUILD (from rev 134494, 
cjs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 22:19:10 UTC (rev 134495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.6.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)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
+sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
+
+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-staging-x86_64/PKGBUILD (from rev 134494, 
cjs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-01 22:19:10 UTC (rev 134495)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=2.6.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)
+makedepends=(gnome-common python2 gobject-introspection)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz";)
+sha256sums=('bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927')
+
+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 muffin/repos (6 files)

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:14:59
  Author: faidoc
Revision: 134494

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

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

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

Copied: muffin/repos/community-staging-i686/PKGBUILD (from rev 134493, 
muffin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-01 22:14:59 UTC (rev 134494)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+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=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+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-staging-i686/muffin.install (from rev 134493, 
muffin/trunk/muffin.install)
===
--- community-staging-i686/muffin.install   (rev 0)
+++ community-staging-i686/muffin.install   2015-06-01 22:14:59 UTC (rev 
134494)
@@ -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-staging-x86_64/PKGBUILD (from rev 134493, 
muffin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-01 22:14:59 UTC (rev 134494)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+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=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+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" uninstal

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:02:18
  Author: faidoc
Revision: 134493

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

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

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

Copied: muffin/repos/staging-i686/PKGBUILD (from rev 134492, 
muffin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-01 22:02:18 UTC (rev 134493)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+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=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+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/staging-i686/muffin.install (from rev 134492, 
muffin/trunk/muffin.install)
===
--- staging-i686/muffin.install (rev 0)
+++ staging-i686/muffin.install 2015-06-01 22:02:18 UTC (rev 134493)
@@ -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/staging-x86_64/PKGBUILD (from rev 134492, 
muffin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-01 22:02:18 UTC (rev 134493)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.6.1
+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=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
+
+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/staging-x86_64/muffin.install (from re

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

2015-06-01 Thread Alexandre Filgueira
Date: Tuesday, June 2, 2015 @ 00:00:00
  Author: faidoc
Revision: 134492

upgpkg: muffin 2.6.1-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 21:35:26 UTC (rev 134491)
+++ PKGBUILD2015-06-01 22:00:00 UTC (rev 134492)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.6.0
+pkgver=2.6.1
 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=('61239f6dccae6ba2a3cf8b6682b6fe89247910e8978668fc9090d4d676822637')
+sha256sums=('0772ad6caace2f4570e7d3a0cbc8a6ef5f65be92c6a30cc95a59ed8bba6b5f74')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in java7-openjdk/trunk (PKGBUILD icedtea-7.2.5.5-gcc5.diff)

2015-06-01 Thread Guillaume Alaux
Date: Monday, June 1, 2015 @ 22:58:11
  Author: guillaume
Revision: 239998

Add patch to fix build with latest g++5

Added:
  java7-openjdk/trunk/icedtea-7.2.5.5-gcc5.diff
Modified:
  java7-openjdk/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 icedtea-7.2.5.5-gcc5.diff |   41 +
 2 files changed, 51 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 18:56:55 UTC (rev 239997)
+++ PKGBUILD2015-06-01 20:58:11 UTC (rev 239998)
@@ -38,8 +38,11 @@
 
icedtea_${_icedtea_ver}_langtools.tar.bz2::${_drops_url}/langtools.tar.bz2
 icedtea_${_icedtea_ver}_hotspot.tar.bz2::${_drops_url}/hotspot.tar.bz2
 fontconfig-paths.diff
-openjdk7_nonreparenting-wm.diff)
+openjdk7_nonreparenting-wm.diff
+icedtea-7.2.5.5-gcc5.diff)
 
+# http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2357
+
 sha256sums=('f05b1db06021f4cd3a39647f358a47130136d189431fb55f79855f627b1d6619'
 '5301baacfb6b4ee28a3469b8429a0017898615532f727bb50d94777682c5fd0d'
 'f0576599b474f56e58068071242cedbbf2f181b58c9010b614c9096be764ac51'
@@ -49,7 +52,8 @@
 '71b269ea930da36d751c6183816ef53a65c0587b7cf0195f87759b4c02c3b660'
 'd724a9749f51a3c66351ad8a27bc4570640720eace33cd03f1a52e2e45731dfb'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
-'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b')
+'56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
+'49f8b65e24f6e6c8afa9e48b11f6e1675ef2c5d3bfe31fd7d73c8de1f4150cf2')
 
 noextract=(icedtea_${_icedtea_ver}_openjdk.tar.bz2
icedtea_${_icedtea_ver}_corba.tar.bz2
@@ -69,6 +73,8 @@
   lib/${_JARCH}/libsplashscreen.so
   lib/${_JARCH}/xawt/libmawt.so)
 
+
+
 build() {
   cd "${srcdir}/icedtea-${_icedtea_ver}"
 
@@ -79,7 +85,8 @@
 
   cp "${srcdir}"/*.diff "${srcdir}"/icedtea-${_icedtea_ver}/patches
   export DISTRIBUTION_PATCHES="patches/fontconfig-paths.diff \
-   patches/openjdk7_nonreparenting-wm.diff"
+   patches/openjdk7_nonreparenting-wm.diff \
+   patches/icedtea-7.2.5.5-gcc5.diff"
 
   if [ "$_bootstrap" = "1" ]; then
  BOOTSTRAPOPT="--enable-bootstrap --with-ecj-jar=/usr/share/java/ecj.jar"

Added: icedtea-7.2.5.5-gcc5.diff
===
--- icedtea-7.2.5.5-gcc5.diff   (rev 0)
+++ icedtea-7.2.5.5-gcc5.diff   2015-06-01 20:58:11 UTC (rev 239998)
@@ -0,0 +1,41 @@
+--- 
openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp   
   Thu Jun 26 10:00:00 2014 +0200
 
openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp   
   Thu Jun 26 13:20:18 2014 +0200
+@@ -66,6 +66,17 @@ 
+   }
+ }
+ 
++void G1SATBCardTableModRefBS::write_ref_array_pre(oop* dst, int count, bool 
dest_uninitialized) {
++  if (!dest_uninitialized) {
++write_ref_array_pre_work(dst, count);
++  }
++}
++void G1SATBCardTableModRefBS::write_ref_array_pre(narrowOop* dst, int count, 
bool dest_uninitialized) {
++  if (!dest_uninitialized) {
++write_ref_array_pre_work(dst, count);
++  }
++}
++
+ bool G1SATBCardTableModRefBS::mark_card_deferred(size_t card_index) {
+   jbyte val = _byte_map[card_index];
+   // It's already processed
+--- 
openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.hpp   
   Thu Jun 26 10:00:00 2014 +0200
 
openjdk/hotspot/src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.hpp   
   Thu Jun 26 13:20:18 2014 +0200
+@@ -86,16 +86,8 @@ 
+   }
+ 
+   template  void write_ref_array_pre_work(T* dst, int count);
+-  virtual void write_ref_array_pre(oop* dst, int count, bool 
dest_uninitialized) {
+-if (!dest_uninitialized) {
+-  write_ref_array_pre_work(dst, count);
+-}
+-  }
+-  virtual void write_ref_array_pre(narrowOop* dst, int count, bool 
dest_uninitialized) {
+-if (!dest_uninitialized) {
+-  write_ref_array_pre_work(dst, count);
+-}
+-  }
++  virtual void write_ref_array_pre(oop* dst, int count, bool 
dest_uninitialized);
++  virtual void write_ref_array_pre(narrowOop* dst, int count, bool 
dest_uninitialized);
+ 
+ /*
+Claimed and deferred bits are used together in G1 during the evacuation


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

2015-06-01 Thread Jaroslav Lichtblau
Date: Monday, June 1, 2015 @ 20:58:27
  Author: jlichtblau
Revision: 134490

archrelease: copy trunk to community-i686

Added:
  foremost/repos/community-i686/
  foremost/repos/community-i686/PKGBUILD
(from rev 134489, foremost/trunk/PKGBUILD)
  foremost/repos/community-i686/foremost-makefile.patch
(from rev 134489, foremost/trunk/foremost-makefile.patch)

-+
 PKGBUILD|   37 +
 foremost-makefile.patch |   23 +++
 2 files changed, 60 insertions(+)

Copied: foremost/repos/community-i686/PKGBUILD (from rev 134489, 
foremost/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 18:58:27 UTC (rev 134490)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=foremost
+pkgver=1.5.7
+pkgrel=3
+pkgdesc="A console program to recover files based on their headers, footers, 
and internal data structures"
+arch=('i686' 'x86_64')
+url="http://foremost.sourceforge.net/";
+license=('custom')
+depends=('glibc')
+makedepends=('patch')
+backup=(etc/foremost.conf)
+source=(http://foremost.sourceforge.net/pkg/$pkgname-$pkgver.tar.gz
+$pkgname-makefile.patch)
+sha256sums=('502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34'
+'9073fe84c1355e6b1b1c16ccba06893ebd4d35590e45ecbcb4b89e02083a5848')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np0 -i "${srcdir}"/$pkgname-makefile.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -d 
"${pkgdir}"/{etc,usr/bin,usr/share/man/man8,usr/share/licenses/foremost}
+  make DESTDIR="${pkgdir}" install
+
+#license
+  ./foremost -V > "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
+}

Copied: foremost/repos/community-i686/foremost-makefile.patch (from rev 134489, 
foremost/trunk/foremost-makefile.patch)
===
--- community-i686/foremost-makefile.patch  (rev 0)
+++ community-i686/foremost-makefile.patch  2015-06-01 18:58:27 UTC (rev 
134490)
@@ -0,0 +1,23 @@
+--- Makefile.orig  2008-10-14 02:09:13.0 +0200
 Makefile   2008-10-14 18:31:38.0 +0200
+@@ -26,5 +26,5 @@
+ # Where we get installed
+-BIN = /usr/local/bin
+-MAN = /usr/share/man/man8
+-CONF= /usr/local/etc
++BIN = $(DESTDIR)/usr/bin
++MAN = $(DESTDIR)/usr/share/man/man8
++CONF= $(DESTDIR)/etc
+ # Setup for compiling and cross-compiling for Windows
+diff -uNr foremost-1.4.orig/config.c foremost-1.4/config.c
+--- config.c   2006-08-31 17:50:47.0 +0100
 config.c   2006-08-31 17:51:09.0 +0100
+@@ -288,7 +288,7 @@
+ #ifdef __WIN32
+   set_config_file(s, "/Program Files/foremost/foremost.conf");
+ #else
+-  set_config_file(s, "/usr/local/etc/foremost.conf");
++  set_config_file(s, "/etc/foremost.conf");
+ #endif
+   if ((f = fopen(get_config_file(s), "r")) == NULL)
+   {


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

2015-06-01 Thread Florian Pritz
Date: Monday, June 1, 2015 @ 20:56:46
  Author: bluewind
Revision: 134488

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

Added:
  lxappearance-obconf/repos/community-i686/PKGBUILD
(from rev 134487, lxappearance-obconf/trunk/PKGBUILD)
  lxappearance-obconf/repos/community-x86_64/PKGBUILD
(from rev 134487, lxappearance-obconf/trunk/PKGBUILD)
Deleted:
  lxappearance-obconf/repos/community-i686/PKGBUILD
  lxappearance-obconf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 18:56:41 UTC (rev 134487)
+++ community-i686/PKGBUILD 2015-06-01 18:56:46 UTC (rev 134488)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf/repos/community-i686/PKGBUILD (from rev 134487, 
lxappearance-obconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 18:56:46 UTC (rev 134488)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='Plugin for LXAppearance to configure Openbox'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('lxappearance' 'openbox' 'libsm')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('d958ac5514ba1707429ff6794ab59abf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-01 18:56:41 UTC (rev 134487)
+++ community-x86_64/PKGBUILD   2015-06-01 18:56:46 UTC (rev 134488)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=lxappearance-obconf
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Plugin for LXAppearance to configure Openbox'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('lxappearance' 'openbox' 'libsm')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('d958ac5514ba1707429ff6794ab59abf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxappearance-obconf/repos/community-x86_64/PKGBUILD (from rev 134487, 
lxappearance-obconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-01 18:56:46 UTC (rev 134488)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=lxappearance-obconf
+pkgver=0.2.2
+pkgrel=2
+pkgdesc='Plugin for LXAppearance to configure Openbox'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('lxappearance' 'openbox' 'libsm')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('d958ac5514ba1707429ff6794ab59abf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-06-01 Thread Andreas Radke
Date: Monday, June 1, 2015 @ 20:56:55
  Author: andyrtr
Revision: 239997

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 239996, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 239996, libtirpc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 239996, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-01 18:56:55 UTC (rev 239997)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/";
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('0e0ef9123cf28cd0940148fabd23952476a8fcd6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libtirpc/repos/testing-x86_64/PKGBUILD (from rev 239996, 
libtirpc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-06-01 18:56:55 UTC (rev 239997)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=libtirpc
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Transport Independent RPC library (SunRPC replacement)"
+arch=('i686' 'x86_64')
+url="http://libtirpc.sourceforge.net/";
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('0e0ef9123cf28cd0940148fabd23952476a8fcd6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconf=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-06-01 Thread Andreas Radke
Date: Monday, June 1, 2015 @ 20:56:42
  Author: andyrtr
Revision: 239996

upgpkg: libtirpc 0.3.1-1

upstream update 0.3.1

Modified:
  libtirpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 18:39:19 UTC (rev 239995)
+++ PKGBUILD2015-06-01 18:56:42 UTC (rev 239996)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=libtirpc
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc="Transport Independent RPC library (SunRPC replacement)"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('krb5')
 backup=('etc/netconfig')
 
source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('fd7b83ed2dd0e322d400cb3173c1ff32ea0482dc')
+sha1sums=('0e0ef9123cf28cd0940148fabd23952476a8fcd6')
 
 build() {
   cd ${pkgname}-${pkgver}


  1   2   >