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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 10:04:52
  Author: arojas
Revision: 254993

C++11 ABI rebuild

Modified:
  libkolab/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 08:44:07 UTC (rev 254992)
+++ PKGBUILD2015-12-09 09:04:52 UTC (rev 254993)
@@ -4,7 +4,7 @@
 
 pkgname=libkolab
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced Kolab Object Handling Library"
 url='http://git.kolab.org/libkolab/'
 arch=(i686 x86_64)


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 10:05:58
  Author: arojas
Revision: 254994

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

Added:
  libkolab/repos/kde-unstable-i686/PKGBUILD
(from rev 254993, libkolab/kde-unstable/PKGBUILD)
  libkolab/repos/kde-unstable-i686/fix-build.patch
(from rev 254993, libkolab/kde-unstable/fix-build.patch)
  libkolab/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254993, libkolab/kde-unstable/PKGBUILD)
  libkolab/repos/kde-unstable-x86_64/fix-build.patch
(from rev 254993, libkolab/kde-unstable/fix-build.patch)
Deleted:
  libkolab/repos/kde-unstable-i686/PKGBUILD
  libkolab/repos/kde-unstable-i686/fix-build.patch
  libkolab/repos/kde-unstable-x86_64/PKGBUILD
  libkolab/repos/kde-unstable-x86_64/fix-build.patch

-+
 /PKGBUILD   |   66 
 /fix-build.patch|  134 ++
 kde-unstable-i686/PKGBUILD  |   33 
 kde-unstable-i686/fix-build.patch   |   67 -
 kde-unstable-x86_64/PKGBUILD|   33 
 kde-unstable-x86_64/fix-build.patch |   67 -
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 09:04:52 UTC (rev 254993)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 09:05:58 UTC (rev 254994)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkolab
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Advanced Kolab Object Handling Library"
-url='http://git.kolab.org/libkolab/'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
-md5sums=('312f35920989fd115386ee256fe78ba2'
- '9c829ce9983b3c8cbab9ce833c982924')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkolab/repos/kde-unstable-i686/PKGBUILD (from rev 254993, 
libkolab/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 09:05:58 UTC (rev 254994)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolab
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Advanced Kolab Object Handling Library"
+url='http://git.kolab.org/libkolab/'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
+md5sums=('312f35920989fd115386ee256fe78ba2'
+ '9c829ce9983b3c8cbab9ce833c982924')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/fix-build.patch
===
--- kde-unstable-i686/fix-build.patch   2015-12-09 09:04:52 UTC (rev 254993)
+++ kde-unstable-i686/fix-build.patch   2015-12-09 09:05:58 UTC (rev 254994)
@@ -1,67 +0,0 @@
-diff --git a/conversion/kabcconversion.cpp b/conversion/kabcconversion.cpp
 a/conversion/kabcconversion.cpp
-+++ b/conversion/kabcconversion.cpp
-@@ -488,7 +488,9 @@
-   addressee.setTitle(fromStdString(contact.titles().at(0))); //TODO 
support multiple
-   }
-   if (!contact.urls().empty()) {
--  addressee.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; 
//TODO support multiple
-+  KContacts::ResourceLocatorUrl url;
-+  url.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; //TODO 
support multiple
-+  addressee.setUrl(url);
-   foreach(const Kolab::Url , contact.urls()) {
-   if (u.type() == Kolab::Url::Blog) {
-   addressee.insertCustom("KADDRESSBOOK", "BlogFeed", 
fromStdString(u.url()));
-@@ -664,8 +666,8 @@
- }
- 
- std::vector urls;
--if (!addressee.url().isEmpty()) {
--urls.push_back(Kolab::Url(toStdString(addressee.url().url(;
-+if (!addressee.url().url().isEmpty()) {
-+urls.push_back(Kolab::Url(toStdString(addressee.url().url().url(;
- }   
- const QString  = addressee.custom(QLatin1String("KADDRESSBOOK"), 
QLatin1String("BlogFeed"));
- if (!blogUrl.isEmpty()) {
-@@ -703,7 +705,7 @@
- 

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

2015-12-09 Thread Evangelos Foutras
Date: Wednesday, December 9, 2015 @ 10:26:02
  Author: foutrelis
Revision: 151223

upgpkg: python-stevedore 1.10.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 06:30:20 UTC (rev 151222)
+++ PKGBUILD2015-12-09 09:26:02 UTC (rev 151223)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:03:20
  Author: arojas
Revision: 254942

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

Added:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
(from rev 254940, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 254940, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254940, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 254941, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
Deleted:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install

-+
 /PKGBUILD   |   76 ++
 /kdenetwork-kget.install|   24 
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/kdenetwork-kget.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/kdenetwork-kget.install |   12 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:03:15 UTC (rev 254941)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:03:20 UTC (rev 254942)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
-sha1sums=('924c1beaa3e478c057e24ad012cbe7b5d567905c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_NepomukWidgets=OFF \
--DWITH_KDE4Workspace=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

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

Deleted: kde-unstable-i686/kdenetwork-kget.install
===
--- kde-unstable-i686/kdenetwork-kget.install   2015-12-09 08:03:15 UTC (rev 
254941)
+++ kde-unstable-i686/kdenetwork-kget.install   2015-12-09 08:03:20 UTC (rev 
254942)
@@ -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: kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install (from 
rev 254940, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===
--- kde-unstable-i686/kdenetwork-kget.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kget.install   2015-12-09 08:03:20 UTC (rev 
254942)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:03:15
  Author: arojas
Revision: 254941

Update to 2.9.10

Modified:
  calligra-l10n/trunk/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 08:03:03 UTC (rev 254940)
+++ PKGBUILD2015-12-09 08:03:15 UTC (rev 254941)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=calligra-l10n
-pkgver=2.9.9
+pkgver=2.9.10
 pkgrel=1
 pkgdesc="Localization for Calligra"
 arch=('any')
@@ -57,34 +57,34 @@
   }"
 done
 
-md5sums=('d8f7bf59c3312961b1756c892f0e0fe9'
- '79b1d8a00e000c35ce32ebec257a3905'
- '83d26fb27803f72c88ecd98f7a7a9d8a'
- 'fe4458e20a35ca3ea3f38a72454a0765'
- '4b40bf19dbd10aac687d858b930e242e'
- '196d7793c1dda5b06d2a1b39a45de626'
- 'a7e261f6cb9792d021f07b8a646a85a7'
- '1ce7b6c8e8c8261b99f3711f71ad557f'
- '1c27da4af2aa456c54808890034a1b42'
- '09ef03a4d8430d1f639e41847e19fd51'
- '782b9c4dd030aff0f8806534392adb14'
- 'a215018540c7fe50e4f7652c254866fc'
- '2ebdfcd6a62e4d0fa90a874c5d188d22'
- 'f7f0eeb17293f880dbf1018706413024'
- '963a4abba420cd380bdc115e7c428581'
- '9f83d2ee79379517f1f58e02eef12139'
- 'e35dbfb3350bd32813a81f08bd7a0366'
- '6098d4858126f3896287cc230590658b'
- 'd4b3f271ef424769fafd69315d65b9a1'
- 'ae1b0abc5c89a160f3a8fd1935e49ee0'
- '2f0561f2d258ef0474d4fd0161bb176b'
- 'e5ab031ba6d2e227c07f31de04d5cc4e'
- 'bf2e2ee97e55c247c6f4f32809db312e'
- 'a888fe4cf899a16f15f2a02d2882b9c9'
- 'f19a444a7698890002b30dc1e3eb4afe'
- '38fe56a1b6e6c3af08760ec3684ece8d'
- '100d94cf660c1d5e9b1aeb34f9b2b5e2'
- '6687ba7d98572e971a952cd3fbd08dd6')
+md5sums=('946b55e7e1894661252145c81292fbdc'
+ 'ed5a064e79de5c8d2bcc2a631ea9d29d'
+ 'f85080d10d014c248bf5e0cd9b4afdae'
+ '6381d28e18e39e36555b94245588c7d3'
+ '4ab575c1b8a0a002f768a0845b8c085e'
+ 'b6f19901e757daf001b8a460be405623'
+ '25b6bdff2ffa0baa923a68caa7cf0049'
+ '387e24e7d3a6f2d6816536fbb39678e9'
+ '9c09329ba22abaeff0d1e0843fd411ee'
+ '6cf57001aa50f271963225913f01bf66'
+ '4392181cea4097115d0e1c26e674931a'
+ 'd035c3c4d21d2f78fbc6da6cc1209f4b'
+ 'e733e18d868daf21fcce25a51c7a5e91'
+ '491d4f6ed22592f9225a0e56c7b0c97a'
+ 'b2f5d6ebc787ea1d75773d4d601645f6'
+ '4a762d6f1bd5396755eae7007641eb4d'
+ 'fbad9672641fa06561fd7449a54d8933'
+ 'e8733f18c40e8f7222f5a65c12097f75'
+ 'fa7abf2083d4231f7542991c0d9ce8c9'
+ '00a7fdb2a24fcc7181b83fbd73d90315'
+ '9b6e39f3197e075ca2824540791a3a20'
+ 'ea50351dfba0cdd17e75634d02449c8f'
+ '11182cbb7674a943a8a252984c354516'
+ 'c3069c9ff0f5276653c0454a4d306091'
+ 'e7f4470428e16da3b5efefc48ff775b4'
+ '14cb19f90363aac2480cc8066a2e63d8'
+ 'b84f8e7316c7b53b22d6fd7e0afc406e'
+ '22d58139eb77bd7ebaf5d0a63252bacd')
 
 build() {
   for _lang in "${_languages[@]}"; do


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:01:36
  Author: arojas
Revision: 254936

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:01:17 UTC (rev 254935)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:01:36 UTC (rev 254936)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/;
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: for creation of DVD ISO images'
-'dvdauthor: for creation of DVD'
-'dvgrab: for firewire capture'
-'libdv: for webcam capture (if FFmpeg is not installed)'
-'recordmydesktop: for screen capture'
-'xine-ui: for DVD preview'
-'plasma-desktop: theme configuration')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('e6c9fe33557d93dc19f4d9e86245e72b')
-install=$pkgname.install
-
-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() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/kde-unstable-i686/PKGBUILD (from rev 254935, 
kdenlive/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:01:36 UTC (rev 254936)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrkit: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'libdv: for webcam capture (if FFmpeg is not installed)'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview'
+'plasma-desktop: theme configuration')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('e6c9fe33557d93dc19f4d9e86245e72b')
+install=$pkgname.install
+
+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() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: kde-unstable-i686/kdenlive.install

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:03:54
  Author: arojas
Revision: 254943

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

Added:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
(from rev 254942, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
(from rev 254942, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254942, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install
(from rev 254942, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kdenetwork-kopete.install

---+
 /PKGBUILD |   76 
 /kdenetwork-kopete.install|   24 +++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/kdenetwork-kopete.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/kdenetwork-kopete.install |   12 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:03:20 UTC (rev 254942)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:03:54 UTC (rev 254943)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
-sha1sums=('f2249d16ab4b5ce3c3831e890a6eece519b3c392')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-i686/PKGBUILD (from rev 254942, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:03:54 UTC (rev 254943)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs4' 'libotr' 'qimageblitz' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz;)
+sha1sums=('f2249d16ab4b5ce3c3831e890a6eece519b3c392')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kopete.install
===
--- kde-unstable-i686/kdenetwork-kopete.install 2015-12-09 08:03:20 UTC (rev 
254942)
+++ kde-unstable-i686/kdenetwork-kopete.install 2015-12-09 08:03:54 UTC (rev 
254943)
@@ -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: kdenetwork-kopete/repos/kde-unstable-i686/kdenetwork-kopete.install 
(from rev 254942, kdenetwork-kopete/kde-unstable/kdenetwork-kopete.install)
===
--- kde-unstable-i686/kdenetwork-kopete.install (rev 0)
+++ 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:02:44
  Author: arojas
Revision: 254939

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

Added:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
(from rev 254938, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254938, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:02:25 UTC (rev 254938)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:02:44 UTC (rev 254939)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('c71fe6c8303b517d9ff1e238a78e32cf397f6d0d')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 
254938, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:02:44 UTC (rev 254939)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
+sha1sums=('c71fe6c8303b517d9ff1e238a78e32cf397f6d0d')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:02:25 UTC (rev 254938)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:02:44 UTC (rev 254939)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz;)
-sha1sums=('c71fe6c8303b517d9ff1e238a78e32cf397f6d0d')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 254938, kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:02:44 UTC (rev 254939)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:03:03
  Author: arojas
Revision: 254940

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

Added:
  kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD
(from rev 254939, kdenetwork-filesharing/kde-unstable/PKGBUILD)
  kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install
(from rev 254939, 
kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254939, kdenetwork-filesharing/kde-unstable/PKGBUILD)
  
kdenetwork-filesharing/repos/kde-unstable-x86_64/kdenetwork-filesharing.install
(from rev 254939, 
kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install)
Deleted:
  kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
  
kdenetwork-filesharing/repos/kde-unstable-x86_64/kdenetwork-filesharing.install

+
 /PKGBUILD  |   76 +++
 /kdenetwork-filesharing.install|   22 +
 kde-unstable-i686/PKGBUILD |   38 -
 kde-unstable-i686/kdenetwork-filesharing.install   |   11 --
 kde-unstable-x86_64/PKGBUILD   |   38 -
 kde-unstable-x86_64/kdenetwork-filesharing.install |   11 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:02:44 UTC (rev 254939)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:03:03 UTC (rev 254940)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('samba: folder sharing')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('ef64998b7211771574077d9ceb44c1e47116861f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-filesharing/repos/kde-unstable-i686/PKGBUILD (from rev 
254939, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:03:03 UTC (rev 254940)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('samba: folder sharing')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('ef64998b7211771574077d9ceb44c1e47116861f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdenetwork-filesharing.install
===
--- kde-unstable-i686/kdenetwork-filesharing.install2015-12-09 08:02:44 UTC 
(rev 254939)
+++ kde-unstable-i686/kdenetwork-filesharing.install2015-12-09 08:03:03 UTC 
(rev 254940)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdenetwork-filesharing/repos/kde-unstable-i686/kdenetwork-filesharing.install 
(from rev 254939, 
kdenetwork-filesharing/kde-unstable/kdenetwork-filesharing.install)

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:12:35
  Author: arojas
Revision: 254965

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:12:17 UTC (rev 254964)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:12:35 UTC (rev 254965)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
-sha1sums=('b8b049f5f41b00cec860e71da6a9eb6858a61699')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kapptemplate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kapptemplate/repos/kde-unstable-i686/PKGBUILD (from rev 254964, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:12:35 UTC (rev 254965)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz;)
+sha1sums=('b8b049f5f41b00cec860e71da6a9eb6858a61699')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kapptemplate.install
===
--- kde-unstable-i686/kapptemplate.install  2015-12-09 08:12:17 UTC (rev 
254964)
+++ kde-unstable-i686/kapptemplate.install  2015-12-09 08:12:35 UTC (rev 
254965)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kapptemplate/repos/kde-unstable-i686/kapptemplate.install (from rev 
254964, kapptemplate/kde-unstable/kapptemplate.install)
===
--- kde-unstable-i686/kapptemplate.install  (rev 0)
+++ kde-unstable-i686/kapptemplate.install  2015-12-09 08:12:35 UTC (rev 
254965)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:14:16
  Author: arojas
Revision: 254970

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:13:55 UTC (rev 254969)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:14:16 UTC (rev 254970)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6f524f8e22cc855d1fc82ea6dec0fc40a0833d44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-i686/PKGBUILD (from rev 254969, 
poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:14:16 UTC (rev 254970)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('6f524f8e22cc855d1fc82ea6dec0fc40a0833d44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:13:55 UTC (rev 254969)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:16 UTC (rev 254970)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 250288 2015-11-09 21:13:39Z arojas $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6f524f8e22cc855d1fc82ea6dec0fc40a0833d44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 254969, 
poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:16 UTC (rev 254970)
@@ -0,0 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:13:55
  Author: arojas
Revision: 254969

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
-replaces=('kdesdk-okteta')
-conflicts=('kdesdk-okteta<4.14.3-2')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
-sha1sums=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../okteta-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/kde-unstable-i686/PKGBUILD (from rev 254968, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('a706ddd5c48b2dd1803d39269268a8432ef68cd2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/okteta.install
===
--- kde-unstable-i686/okteta.install2015-12-09 08:13:34 UTC (rev 254968)
+++ kde-unstable-i686/okteta.install2015-12-09 08:13:55 UTC (rev 254969)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: okteta/repos/kde-unstable-i686/okteta.install (from rev 254968, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-12-09 08:13:55 UTC (rev 254969)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:13:34
  Author: arojas
Revision: 254968

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

Added:
  lokalize/repos/kde-unstable-i686/PKGBUILD
(from rev 254967, lokalize/kde-unstable/PKGBUILD)
  lokalize/repos/kde-unstable-i686/fix-python2-path.patch
(from rev 254967, lokalize/kde-unstable/fix-python2-path.patch)
  lokalize/repos/kde-unstable-i686/lokalize.install
(from rev 254967, lokalize/kde-unstable/lokalize.install)
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254967, lokalize/kde-unstable/PKGBUILD)
  lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 254967, lokalize/kde-unstable/fix-python2-path.patch)
  lokalize/repos/kde-unstable-x86_64/lokalize.install
(from rev 254967, lokalize/kde-unstable/lokalize.install)
Deleted:
  lokalize/repos/kde-unstable-i686/PKGBUILD
  lokalize/repos/kde-unstable-i686/fix-python2-path.patch
  lokalize/repos/kde-unstable-i686/lokalize.install
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
  lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch
  lokalize/repos/kde-unstable-x86_64/lokalize.install

+
 /PKGBUILD  |   84 +++
 /fix-python2-path.patch|   44 ++
 /lokalize.install  |   24 +++
 kde-unstable-i686/PKGBUILD |   42 -
 kde-unstable-i686/fix-python2-path.patch   |   22 ---
 kde-unstable-i686/lokalize.install |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   42 -
 kde-unstable-x86_64/fix-python2-path.patch |   22 ---
 kde-unstable-x86_64/lokalize.install   |   12 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:13:13 UTC (rev 254967)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:34 UTC (rev 254968)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='http://kde.org/applications/development/lokalize/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kross' 'hunspell' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-lokalize')
-replaces=('kdesdk-lokalize')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
-sha1sums=('6a5e5f82c60faa5accecf64006a65aee48e15a4c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../lokalize-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
-}

Copied: lokalize/repos/kde-unstable-i686/PKGBUILD (from rev 254967, 
lokalize/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:34 UTC (rev 254968)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz;)
+sha1sums=('6a5e5f82c60faa5accecf64006a65aee48e15a4c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Deleted: kde-unstable-i686/fix-python2-path.patch
===
--- kde-unstable-i686/fix-python2-path.patch2015-12-09 08:13:13 UTC (rev 
254967)
+++ kde-unstable-i686/fix-python2-path.patch2015-12-09 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:12:17
  Author: arojas
Revision: 254964

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

Added:
  dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 254963, dolphin-plugins/kde-unstable/PKGBUILD)
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254963, dolphin-plugins/kde-unstable/PKGBUILD)
Deleted:
  dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:11:57 UTC (rev 254963)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:12:17 UTC (rev 254964)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('be49b50a23bc139b188c5702b01f7396')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:11:57 UTC (rev 254963)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:12:17 UTC (rev 254964)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://projects.kde.org/dolphin-plugins;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('be49b50a23bc139b188c5702b01f7396')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 254963, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:12:17 UTC (rev 254964)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:13:13
  Author: arojas
Revision: 254967

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

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

-+
 /PKGBUILD   |   78 ++
 /kompare.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   39 -
 kde-unstable-i686/kompare.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   39 -
 kde-unstable-x86_64/kompare.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:12:54 UTC (rev 254966)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:13 UTC (rev 254967)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
-sha1sums=('149901ca29c71358de7aa3031e17aee35dfb9d92')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kompare/repos/kde-unstable-i686/PKGBUILD (from rev 254966, 
kompare/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:13:13 UTC (rev 254967)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('149901ca29c71358de7aa3031e17aee35dfb9d92')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kompare.install
===
--- kde-unstable-i686/kompare.install   2015-12-09 08:12:54 UTC (rev 254966)
+++ kde-unstable-i686/kompare.install   2015-12-09 08:13:13 UTC (rev 254967)
@@ -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: kompare/repos/kde-unstable-i686/kompare.install (from rev 254966, 
kompare/kde-unstable/kompare.install)
===
--- kde-unstable-i686/kompare.install   (rev 0)
+++ kde-unstable-i686/kompare.install   2015-12-09 08:13:13 UTC (rev 254967)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:12:54
  Author: arojas
Revision: 254966

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

Added:
  kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
(from rev 254965, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
  kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
(from rev 254965, 
kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254965, kdesdk-kcachegrind/kde-unstable/PKGBUILD)
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install
(from rev 254965, 
kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
Deleted:
  kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD
  kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-kcachegrind/repos/kde-unstable-x86_64/kdesdk-kcachegrind.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:12:35 UTC (rev 254965)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:12:54 UTC (rev 254966)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kcachegrind
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
-sha1sums=('7e5141ae2ce4ca0a9a4f6c8da078047e328a3340')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcachegrind-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/hotshot2calltree
-}

Copied: kdesdk-kcachegrind/repos/kde-unstable-i686/PKGBUILD (from rev 254965, 
kdesdk-kcachegrind/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:12:54 UTC (rev 254966)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz;)
+sha1sums=('7e5141ae2ce4ca0a9a4f6c8da078047e328a3340')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Deleted: kde-unstable-i686/kdesdk-kcachegrind.install
===
--- kde-unstable-i686/kdesdk-kcachegrind.install2015-12-09 08:12:35 UTC 
(rev 254965)
+++ kde-unstable-i686/kdesdk-kcachegrind.install2015-12-09 08:12:54 UTC 
(rev 254966)
@@ -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: kdesdk-kcachegrind/repos/kde-unstable-i686/kdesdk-kcachegrind.install 
(from rev 254965, kdesdk-kcachegrind/kde-unstable/kdesdk-kcachegrind.install)
===
--- kde-unstable-i686/kdesdk-kcachegrind.install 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:18:45
  Author: arojas
Revision: 254984

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

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

+
 /PKGBUILD  |   70 +++
 /ktimer.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/ktimer.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/ktimer.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:18:27 UTC (rev 254983)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:18:45 UTC (rev 254984)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
-sha1sums=('cf5f2af7e10389d82760a91e4e09be149df49ef4')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ktimer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 254983, 
ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:18:45 UTC (rev 254984)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('cf5f2af7e10389d82760a91e4e09be149df49ef4')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/ktimer.install
===
--- kde-unstable-i686/ktimer.install2015-12-09 08:18:27 UTC (rev 254983)
+++ kde-unstable-i686/ktimer.install2015-12-09 08:18:45 UTC (rev 254984)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ktimer/repos/kde-unstable-i686/ktimer.install (from rev 254983, 
ktimer/kde-unstable/ktimer.install)
===
--- kde-unstable-i686/ktimer.install(rev 0)
+++ kde-unstable-i686/ktimer.install2015-12-09 08:18:45 UTC (rev 254984)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:18:27 UTC (rev 254983)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:18:45 UTC (rev 254984)
@@ 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:19:25
  Author: arojas
Revision: 254986

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

Added:
  print-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 254985, print-manager/kde-unstable/PKGBUILD)
  print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254985, print-manager/kde-unstable/PKGBUILD)
Deleted:
  print-manager/repos/kde-unstable-i686/PKGBUILD
  print-manager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:19:04 UTC (rev 254985)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:19:25 UTC (rev 254986)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('57069e09f08733b9ca881cb56ca26ef56c007506')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../print-manager-${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: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 254985, 
print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:19:25 UTC (rev 254986)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'plasma-framework')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('57069e09f08733b9ca881cb56ca26ef56c007506')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../print-manager-${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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:19:04 UTC (rev 254985)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:19:25 UTC (rev 254986)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
-sha1sums=('57069e09f08733b9ca881cb56ca26ef56c007506')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../print-manager-${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: 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:19:04
  Author: arojas
Revision: 254985

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

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

+
 /PKGBUILD  |   82 +++
 /kwalletmanager.install|   26 
 kde-unstable-i686/PKGBUILD |   41 -
 kde-unstable-i686/kwalletmanager.install   |   13 
 kde-unstable-x86_64/PKGBUILD   |   41 -
 kde-unstable-x86_64/kwalletmanager.install |   13 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:18:45 UTC (rev 254984)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:19:04 UTC (rev 254985)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='http://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kdelibs4support kcmutils hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('8b8ddc90519e3628ce0f4b118d6e5cfb')
-
-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: kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 254984, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:19:04 UTC (rev 254985)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support kcmutils hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('8b8ddc90519e3628ce0f4b118d6e5cfb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/kwalletmanager.install
===
--- kde-unstable-i686/kwalletmanager.install2015-12-09 08:18:45 UTC (rev 
254984)
+++ kde-unstable-i686/kwalletmanager.install2015-12-09 08:19:04 UTC (rev 
254985)
@@ -1,13 +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: kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install (from rev 
254984, kwalletmanager/kde-unstable/kwalletmanager.install)
===
--- kde-unstable-i686/kwalletmanager.install(rev 0)
+++ kde-unstable-i686/kwalletmanager.install2015-12-09 08:19:04 UTC (rev 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:20:08
  Author: arojas
Revision: 254989

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

Added:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
(from rev 254987, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
(from rev 254987, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
(from rev 254987, kdewebdev/kde-unstable/kdewebdev.install)
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254987, kdewebdev/kde-unstable/PKGBUILD)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
(from rev 254987, kdewebdev/kde-unstable/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install
(from rev 254988, kdewebdev/kde-unstable/kdewebdev.install)
Deleted:
  kdewebdev/repos/kde-unstable-i686/PKGBUILD
  kdewebdev/repos/kde-unstable-i686/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-i686/kdewebdev.install
  kdewebdev/repos/kde-unstable-x86_64/PKGBUILD
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/kde-unstable-x86_64/kdewebdev.install

---+
 /PKGBUILD |  144 
 /kdewebdev-kimagemapeditor.install|   24 ++
 /kdewebdev.install|   22 ++
 kde-unstable-i686/PKGBUILD|   72 
 kde-unstable-i686/kdewebdev-kimagemapeditor.install   |   12 -
 kde-unstable-i686/kdewebdev.install   |   11 -
 kde-unstable-x86_64/PKGBUILD  |   72 
 kde-unstable-x86_64/kdewebdev-kimagemapeditor.install |   12 -
 kde-unstable-x86_64/kdewebdev.install |   11 -
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:20:03 UTC (rev 254988)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:20:08 UTC (rev 254989)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=15.11.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs4' 'boost')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('26d8164c553f64dc0a3d36d758722d364fc033de')
-
-build() {
-   cd $srcdir
-   mkdir -p build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdewebdev-kfilereplace() {
-   pkgdesc='Search & Replace Tool'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfilereplace/;
-   install='kdewebdev.install'
-   cd $srcdir/build/kfilereplace
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfilereplace
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kimagemapeditor() {
-   pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kimagemapeditor/;
-   install='kdewebdev-kimagemapeditor.install'
-   cd $srcdir/build/kimagemapeditor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kimagemapeditor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-klinkstatus() {
-   pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs4' 'tidyhtml')
-url="http://www.kde.org/applications/development/klinkstatus/;
-   install='kdewebdev.install'
-   cd $srcdir/build/klinkstatus
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/klinkstatus
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kommander() {
-   pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kommander/;
-   cd $srcdir/build/kommander
-   make DESTDIR=$pkgdir install
-}

Copied: kdewebdev/repos/kde-unstable-i686/PKGBUILD (from rev 254987, 
kdewebdev/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:20:08 UTC (rev 254989)
@@ -0,0 +1,72 @@
+# 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:19:45
  Author: arojas
Revision: 254987

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

Added:
  kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD
(from rev 254986, kdeutils-sweeper/kde-unstable/PKGBUILD)
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254986, kdeutils-sweeper/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:19:25 UTC (rev 254986)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:19:45 UTC (rev 254987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('bac9f412f3754e34c12b27f0abbabce3c7cbb46e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-i686/PKGBUILD (from rev 254986, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:19:45 UTC (rev 254987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
+sha1sums=('bac9f412f3754e34c12b27f0abbabce3c7cbb46e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:19:25 UTC (rev 254986)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:19:45 UTC (rev 254987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)
-sha1sums=('bac9f412f3754e34c12b27f0abbabce3c7cbb46e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 254986, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:19:45 UTC (rev 254987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz;)

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 11:11:40
  Author: arojas
Revision: 254998

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

Added:
  plasma-desktop/repos/testing-i686/PKGBUILD
(from rev 254997, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-i686/plasma-desktop.install
(from rev 254997, plasma-desktop/trunk/plasma-desktop.install)
  plasma-desktop/repos/testing-x86_64/PKGBUILD
(from rev 254997, plasma-desktop/trunk/PKGBUILD)
  plasma-desktop/repos/testing-x86_64/plasma-desktop.install
(from rev 254997, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
  plasma-desktop/repos/testing-i686/PKGBUILD
  plasma-desktop/repos/testing-i686/plasma-desktop.install
  plasma-desktop/repos/testing-x86_64/PKGBUILD
  plasma-desktop/repos/testing-x86_64/plasma-desktop.install

---+
 /PKGBUILD |   98 
 /plasma-desktop.install   |   24 +++
 testing-i686/PKGBUILD |   43 --
 testing-i686/plasma-desktop.install   |   12 ---
 testing-x86_64/PKGBUILD   |   43 --
 testing-x86_64/plasma-desktop.install |   12 ---
 6 files changed, 122 insertions(+), 110 deletions(-)

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

Copied: plasma-desktop/repos/testing-i686/PKGBUILD (from rev 254997, 
plasma-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-09 10:11:40 UTC (rev 254998)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.5.0
+pkgrel=3
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
+fix-favorites-migration.patch::"https://quickgit.kde.org/?p=plasma-desktop.git=commitdiff=97ced66d=plain;)
+md5sums=('4039d29843c5a5dc71b2f2f787f634d3'
+ '07fec581bf676a090c3fd033f482fbfc')
+
+prepare() {
+  mkdir -p build
+
+# Fix favorites migration
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-favorites-migration.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/plasma-desktop.install
===
--- testing-i686/plasma-desktop.install 2015-12-09 10:11:01 UTC (rev 254997)
+++ testing-i686/plasma-desktop.install 2015-12-09 10:11:40 UTC (rev 254998)
@@ -1,12 +0,0 @@

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 11:11:01
  Author: arojas
Revision: 254997

Fix migration of favorites in kickoff

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 09:18:14 UTC (rev 254996)
+++ PKGBUILD2015-12-09 10:11:01 UTC (rev 254997)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -18,11 +18,17 @@
 replaces=('kcm-touchpad-frameworks')
 install="${pkgname}.install"
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('4039d29843c5a5dc71b2f2f787f634d3')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
+fix-favorites-migration.patch::"https://quickgit.kde.org/?p=plasma-desktop.git=commitdiff=97ced66d=plain;)
+md5sums=('4039d29843c5a5dc71b2f2f787f634d3'
+ '07fec581bf676a090c3fd033f482fbfc')
 
 prepare() {
   mkdir -p build
+
+# Fix favorites migration
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-favorites-migration.patch
 }
 
 build() {


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 11:38:23
  Author: arojas
Revision: 255000

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

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

+
 /PKGBUILD  |  102 +++
 /amarok.install|   24 
 kde-unstable-i686/PKGBUILD |   46 ---
 kde-unstable-i686/amarok.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   46 ---
 kde-unstable-x86_64/amarok.install |   12 
 6 files changed, 126 insertions(+), 116 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 10:37:50 UTC (rev 254999)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 10:38:23 UTC (rev 255000)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-pkgver=2.8.90
-pkgrel=1
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org/;
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt' 'mesa' 'clamz')
-optdepends=("libgpod: support for Apple iPod audio devices"
-"libmtp: support for portable media devices"
-"loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service"
-"clamz: allow to download songs from Amazon.com"
-"gst-libav: MP3 codecs")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b9ca733e36eb7d2c1fec6cbcf82f40bb573aea44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_Soprano=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/kde-unstable-i686/PKGBUILD (from rev 254999, 
amarok/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 10:38:23 UTC (rev 255000)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.8.90
+pkgrel=2
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/;
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs")
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 
+   taglib_version_detect.patch)
+sha1sums=('b9ca733e36eb7d2c1fec6cbcf82f40bb573aea44'
+  '8b2752a0fe78621bdb9ccdb763919ea265b52b06')
+
+prepare() {
+  mkdir -p build
+# Fix taglib 1.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../taglib_version_detect.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_Soprano=OFF
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/amarok.install

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:59:40
  Author: arojas
Revision: 254930

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

Added:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
(from rev 254929, kdegraphics-svgpart/kde-unstable/PKGBUILD)
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254929, kdegraphics-svgpart/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:59:21 UTC (rev 254929)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:40 UTC (rev 254930)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('e0f5f440870c8035e0f00ecd71742502d0598991')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-i686/PKGBUILD (from rev 254929, 
kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:40 UTC (rev 254930)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
+sha1sums=('e0f5f440870c8035e0f00ecd71742502d0598991')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:21 UTC (rev 254929)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:40 UTC (rev 254930)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/svgpart-${pkgver}.tar.xz;)
-sha1sums=('e0f5f440870c8035e0f00ecd71742502d0598991')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254929, kdegraphics-svgpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:40 UTC (rev 254930)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart;
+arch=('i686' 'x86_64')
+license=('GPL' 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:59:59
  Author: arojas
Revision: 254931

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

Added:
  kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 254930, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254930, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:59:40 UTC (rev 254930)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:59 UTC (rev 254931)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 
254930, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:59:59 UTC (rev 254931)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:40 UTC (rev 254930)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:59 UTC (rev 254931)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers;
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0114e4fd2c15eb37f48f8924e5febe50d0848c88')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254930, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:59 UTC (rev 254931)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 

[arch-commits] Commit in kdemultimedia-audiocd-kio/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:00:19
  Author: arojas
Revision: 254932

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

Added:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
(from rev 254931, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254931, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
Deleted:
  kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:59:59 UTC (rev 254931)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:00:19 UTC (rev 254932)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('0c155b6c8a23ce64e8fd3c39ebba3bec5e6ea500')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-i686/PKGBUILD (from rev 
254931, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:00:19 UTC (rev 254932)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
+sha1sums=('0c155b6c8a23ce64e8fd3c39ebba3bec5e6ea500')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 07:59:59 UTC (rev 254931)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:00:19 UTC (rev 254932)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz;)
-sha1sums=('0c155b6c8a23ce64e8fd3c39ebba3bec5e6ea500')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254931, kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in telepathy-kde-approver/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:07:16
  Author: arojas
Revision: 254951

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

Added:
  telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD
(from rev 254950, telepathy-kde-approver/kde-unstable/PKGBUILD)
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254950, telepathy-kde-approver/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:06:57 UTC (rev 254950)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:07:16 UTC (rev 254951)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications' 'kservice')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('16d90282a0b7bfe297bff22f334af05e')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/kde-unstable-i686/PKGBUILD (from rev 
254950, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:07:16 UTC (rev 254951)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'knotifications' 'kservice')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('16d90282a0b7bfe297bff22f334af05e')
+
+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 \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:06:57 UTC (rev 254950)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:07:16 UTC (rev 254951)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications' 'kservice')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('16d90282a0b7bfe297bff22f334af05e')
-
-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 \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD (from 

[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:06:57
  Author: arojas
Revision: 254950

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

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 254949, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254949, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:06:36 UTC (rev 254949)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:57 UTC (rev 254950)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-providers')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('91a14ef42bf2f044316e689c5886ffe9')
-
-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: telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 
254949, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:57 UTC (rev 254950)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'kaccounts-providers')
+makedepends=('extra-cmake-modules' 'intltool')
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('91a14ef42bf2f044316e689c5886ffe9')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:06:36 UTC (rev 254949)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:06:57 UTC (rev 254950)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-providers')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('91a14ef42bf2f044316e689c5886ffe9')
-

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:06:36
  Author: arojas
Revision: 254949

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

Added:
  kio-extras/repos/kde-unstable-i686/PKGBUILD
(from rev 254948, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-i686/kio-extras.install
(from rev 254948, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254948, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install
(from rev 254948, kio-extras/kde-unstable/kio-extras.install)
Deleted:
  kio-extras/repos/kde-unstable-i686/PKGBUILD
  kio-extras/repos/kde-unstable-i686/kio-extras.install
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:06:19 UTC (rev 254948)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:36 UTC (rev 254949)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="Additional components to increase the functionality of KIO"
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kio-extras'
-license=(LGPL)
-depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('6505539b1aa79f5ca569a7ae2b4fdb5e')
-
-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: kio-extras/repos/kde-unstable-i686/PKGBUILD (from rev 254948, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:36 UTC (rev 254949)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6505539b1aa79f5ca569a7ae2b4fdb5e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2015-12-09 08:06:19 UTC (rev 
254948)
+++ kde-unstable-i686/kio-extras.install2015-12-09 08:06:36 UTC (rev 
254949)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 254948, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-12-09 08:06:36 UTC (rev 
254949)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

[arch-commits] Commit in telepathy-kde-contact-runner/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:08:13
  Author: arojas
Revision: 254954

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

Added:
  telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD
(from rev 254953, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254953, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:07:53 UTC (rev 254953)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:08:13 UTC (rev 254954)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KRunner plugin 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=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c4d9ff7ef89094eca2ba084d8a6e8634')
-
-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: telepathy-kde-contact-runner/repos/kde-unstable-i686/PKGBUILD (from rev 
254953, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:08:13 UTC (rev 254954)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='KRunner plugin 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=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('c4d9ff7ef89094eca2ba084d8a6e8634')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:07:53 UTC (rev 254953)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:08:13 UTC (rev 254954)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KRunner plugin 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=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c4d9ff7ef89094eca2ba084d8a6e8634')
-
-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: telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 254953, 

[arch-commits] Commit in telepathy-kde-auth-handler/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:07:35
  Author: arojas
Revision: 254952

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

Added:
  telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD
(from rev 254951, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254951, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:07:16 UTC (rev 254951)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:07:35 UTC (rev 254952)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c95e0de1d26117e10cc0c36313c9714d')
-
-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-auth-handler/repos/kde-unstable-i686/PKGBUILD (from rev 
254951, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:07:35 UTC (rev 254952)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('c95e0de1d26117e10cc0c36313c9714d')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:07:16 UTC (rev 254951)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:07:35 UTC (rev 254952)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c95e0de1d26117e10cc0c36313c9714d')
-
-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 \
-

[arch-commits] Commit in telepathy-kde-contact-list/repos (8 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:07:53
  Author: arojas
Revision: 254953

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

Added:
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
(from rev 254952, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
(from rev 254952, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254952, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install
(from rev 254952, 
telepathy-kde-contact-list/kde-unstable/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-contact-list/repos/kde-unstable-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/kde-unstable-x86_64/telepathy-kde-contact-list.install

+
 /PKGBUILD  |   76 +++
 /telepathy-kde-contact-list.install|   22 
 kde-unstable-i686/PKGBUILD |   38 ---
 kde-unstable-i686/telepathy-kde-contact-list.install   |   11 --
 kde-unstable-x86_64/PKGBUILD   |   38 ---
 kde-unstable-x86_64/telepathy-kde-contact-list.install |   11 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:07:35 UTC (rev 254952)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:07:53 UTC (rev 254953)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('5a26a73af73c22871c1413e13e5be345')
-
-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: telepathy-kde-contact-list/repos/kde-unstable-i686/PKGBUILD (from rev 
254952, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:07:53 UTC (rev 254953)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('5a26a73af73c22871c1413e13e5be345')
+
+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: kde-unstable-i686/telepathy-kde-contact-list.install
===
--- kde-unstable-i686/telepathy-kde-contact-list.install2015-12-09 
08:07:35 UTC (rev 254952)
+++ kde-unstable-i686/telepathy-kde-contact-list.install2015-12-09 
08:07:53 UTC (rev 254953)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:44:07
  Author: arojas
Revision: 254992

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

Added:
  plasma-workspace/repos/testing-i686/PKGBUILD
(from rev 254991, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-i686/kde.pam
(from rev 254991, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/testing-x86_64/PKGBUILD
(from rev 254991, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/testing-x86_64/kde.pam
(from rev 254991, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/testing-i686/PKGBUILD
  plasma-workspace/repos/testing-i686/kde.pam
  plasma-workspace/repos/testing-x86_64/PKGBUILD
  plasma-workspace/repos/testing-x86_64/kde.pam

-+
 /PKGBUILD   |  148 ++
 /kde.pam|   18 +
 testing-i686/PKGBUILD   |   71 --
 testing-i686/kde.pam|9 --
 testing-x86_64/PKGBUILD |   71 --
 testing-x86_64/kde.pam  |9 --
 6 files changed, 166 insertions(+), 160 deletions(-)

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

Copied: plasma-workspace/repos/testing-i686/PKGBUILD (from rev 254991, 
plasma-workspace/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-09 08:44:07 UTC (rev 254992)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.5.0
+pkgrel=3
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kscreenlocker'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:04:58
  Author: arojas
Revision: 254944

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

Added:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
(from rev 254943, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
(from rev 254943, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254943, kdenetwork-kppp/kde-unstable/PKGBUILD)
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install
(from rev 254943, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
Deleted:
  kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kppp/repos/kde-unstable-x86_64/kdenetwork-kppp.install

-+
 /PKGBUILD   |   64 ++
 /kdenetwork-kppp.install|   24 +
 kde-unstable-i686/PKGBUILD  |   32 -
 kde-unstable-i686/kdenetwork-kppp.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   32 -
 kde-unstable-x86_64/kdenetwork-kppp.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:03:54 UTC (rev 254943)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:04:58 UTC (rev 254944)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
-sha1sums=('3f5abd9357317dca60caebd7b356820f9a52c1ac')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/kde-unstable-i686/PKGBUILD (from rev 254943, 
kdenetwork-kppp/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:04:58 UTC (rev 254944)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz;)
+sha1sums=('3f5abd9357317dca60caebd7b356820f9a52c1ac')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdenetwork-kppp.install
===
--- kde-unstable-i686/kdenetwork-kppp.install   2015-12-09 08:03:54 UTC (rev 
254943)
+++ kde-unstable-i686/kdenetwork-kppp.install   2015-12-09 08:04:58 UTC (rev 
254944)
@@ -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: kdenetwork-kppp/repos/kde-unstable-i686/kdenetwork-kppp.install (from 
rev 254943, kdenetwork-kppp/kde-unstable/kdenetwork-kppp.install)
===
--- kde-unstable-i686/kdenetwork-kppp.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kppp.install   2015-12-09 08:04:58 UTC (rev 
254944)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:03:54 UTC (rev 254943)
+++ kde-unstable-x86_64/PKGBUILD  

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:05:19
  Author: arojas
Revision: 254945

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

Added:
  kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD
(from rev 254944, kdenetwork-krdc/kde-unstable/PKGBUILD)
  kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254944, kdenetwork-krdc/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:04:58 UTC (rev 254944)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:05:19 UTC (rev 254945)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
-sha1sums=('ae6638f20af59d2e6616e7212149a6f877c29865')
-
-prepare() {
-  mkdir -p build
-
-  cd krdc-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD (from rev 254944, 
kdenetwork-krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:05:19 UTC (rev 254945)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt4')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('ae6638f20af59d2e6616e7212149a6f877c29865')
+
+prepare() {
+  mkdir -p build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:04:58 UTC (rev 254944)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:19 UTC (rev 254945)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
-sha1sums=('ae6638f20af59d2e6616e7212149a6f877c29865')
-
-prepare() {
-  mkdir -p build
-
-  cd krdc-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 254944, 
kdenetwork-krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ 

[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:06:19
  Author: arojas
Revision: 254948

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

Added:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
(from rev 254947, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254947, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:05:59 UTC (rev 254947)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:19 UTC (rev 254948)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('be20f9ac653de749ca8bc71cb66f810662be00b0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD (from rev 
254947, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:19 UTC (rev 254948)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('be20f9ac653de749ca8bc71cb66f810662be00b0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:59 UTC (rev 254947)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:06:19 UTC (rev 254948)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
-sha1sums=('be20f9ac653de749ca8bc71cb66f810662be00b0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 254947, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:06:19 UTC (rev 254948)

[arch-commits] Commit in kdenetwork-strigi-analyzers/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:05:59
  Author: arojas
Revision: 254947

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

Added:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
(from rev 254946, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254946, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
  kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:05:40 UTC (rev 254946)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:05:59 UTC (rev 254947)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('7de00088d07b1a1e68508e58e70172015f80264b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 
254946, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:05:59 UTC (rev 254947)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('7de00088d07b1a1e68508e58e70172015f80264b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:40 UTC (rev 254946)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:59 UTC (rev 254947)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('7de00088d07b1a1e68508e58e70172015f80264b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 254946, kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:59 UTC (rev 254947)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:05:40
  Author: arojas
Revision: 254946

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:05:19 UTC (rev 254945)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:05:40 UTC (rev 254946)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0a202701d081a02054bf5dce3cc944fd')
-
-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: krfb/repos/kde-unstable-i686/PKGBUILD (from rev 254945, 
krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:05:40 UTC (rev 254946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0a202701d081a02054bf5dce3cc944fd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:19 UTC (rev 254945)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:40 UTC (rev 254946)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0a202701d081a02054bf5dce3cc944fd')
-
-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: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 254945, 
krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:05:40 UTC (rev 254946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:15:55
  Author: arojas
Revision: 254975

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

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

---+
 /PKGBUILD |   76 
 /filelight.install|   26 ++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/filelight.install   |   13 -
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/filelight.install |   13 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:15:35 UTC (rev 254974)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:15:55 UTC (rev 254975)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
-sha1sums=('03e523246f0affc36b68711a7603f89be7ebbd89')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 254974, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:15:55 UTC (rev 254975)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('03e523246f0affc36b68711a7603f89be7ebbd89')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/filelight.install
===
--- kde-unstable-i686/filelight.install 2015-12-09 08:15:35 UTC (rev 254974)
+++ kde-unstable-i686/filelight.install 2015-12-09 08:15:55 UTC (rev 254975)
@@ -1,13 +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: filelight/repos/kde-unstable-i686/filelight.install (from rev 254974, 
filelight/kde-unstable/filelight.install)
===
--- kde-unstable-i686/filelight.install (rev 0)
+++ kde-unstable-i686/filelight.install 2015-12-09 08:15:55 UTC (rev 254975)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:15:14
  Author: arojas
Revision: 254973

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

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

--+
 /PKGBUILD|   82 +
 /umbrello.install|   26 ++
 kde-unstable-i686/PKGBUILD   |   41 
 kde-unstable-i686/umbrello.install   |   13 -
 kde-unstable-x86_64/PKGBUILD |   41 
 kde-unstable-x86_64/umbrello.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:14:56 UTC (rev 254972)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:15:14 UTC (rev 254973)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='http://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('107c034468bb5d7d89f2456b36cdad18')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_KF5=ON \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 254972, 
umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:15:14 UTC (rev 254973)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('107c034468bb5d7d89f2456b36cdad18')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_KF5=ON \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/umbrello.install
===
--- kde-unstable-i686/umbrello.install  2015-12-09 08:14:56 UTC (rev 254972)
+++ kde-unstable-i686/umbrello.install  2015-12-09 08:15:14 UTC (rev 254973)
@@ -1,13 +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: umbrello/repos/kde-unstable-i686/umbrello.install (from rev 254972, 
umbrello/kde-unstable/umbrello.install)
===
--- kde-unstable-i686/umbrello.install  (rev 0)
+++ kde-unstable-i686/umbrello.install  2015-12-09 08:15:14 UTC (rev 254973)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:15:35
  Author: arojas
Revision: 254974

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

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

-+
 /PKGBUILD   |   84 ++
 /ark.install|   26 +++
 kde-unstable-i686/PKGBUILD  |   42 ---
 kde-unstable-i686/ark.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   42 ---
 kde-unstable-x86_64/ark.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:15:14 UTC (rev 254973)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:15:35 UTC (rev 254974)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='http://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kpty khtml libarchive hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=(p7zip zip unzip unrar)
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('eaab78f578f0fc951a4b34c926c993ae')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ark/repos/kde-unstable-i686/PKGBUILD (from rev 254973, 
ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:15:35 UTC (rev 254974)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('eaab78f578f0fc951a4b34c926c993ae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/ark.install
===
--- kde-unstable-i686/ark.install   2015-12-09 08:15:14 UTC (rev 254973)
+++ kde-unstable-i686/ark.install   2015-12-09 08:15:35 UTC (rev 254974)
@@ -1,13 +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: ark/repos/kde-unstable-i686/ark.install (from rev 254973, 
ark/kde-unstable/ark.install)
===
--- kde-unstable-i686/ark.install   (rev 0)
+++ kde-unstable-i686/ark.install   2015-12-09 08:15:35 UTC (rev 254974)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:15:14 UTC (rev 

[arch-commits] Commit in kdesdk-strigi-analyzers/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:14:36
  Author: arojas
Revision: 254971

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

Added:
  kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
(from rev 254970, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
  kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254970, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
  kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:14:16 UTC (rev 254970)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:14:36 UTC (rev 254971)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('fa834618fd2ee53265027de9ff2702b0f85b56db')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 
254970, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:14:36 UTC (rev 254971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('fa834618fd2ee53265027de9ff2702b0f85b56db')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:16 UTC (rev 254970)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:36 UTC (rev 254971)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
-sha1sums=('fa834618fd2ee53265027de9ff2702b0f85b56db')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254970, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:36 UTC (rev 254971)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:14:56
  Author: arojas
Revision: 254972

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

Added:
  kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 254971, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254971, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:14:36 UTC (rev 254971)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:14:56 UTC (rev 254972)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3a8ba7eac2819c8ab42247dc53c97dfd62df8cb9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 254971, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:14:56 UTC (rev 254972)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3a8ba7eac2819c8ab42247dc53c97dfd62df8cb9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:36 UTC (rev 254971)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:56 UTC (rev 254972)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3a8ba7eac2819c8ab42247dc53c97dfd62df8cb9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
254971, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:14:56 UTC (rev 254972)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:20:03
  Author: arojas
Revision: 254988

Update to 2.9.10

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 08:19:45 UTC (rev 254987)
+++ PKGBUILD2015-12-09 08:20:03 UTC (rev 254988)
@@ -21,8 +21,8 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.9.9
-pkgrel=4
+pkgver=2.9.10
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -33,7 +33,7 @@
  'libetonyek' 'libpqxx' 'libspnav' 'postgresql') # 'libqgit2'
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'libwps-0.4.patch')
-md5sums=('2d138719508ba62560bd29c7abd6bf4f'
+md5sums=('e75b9f1b1d8ca197297bc6bf22455c85'
  '6ea15f8b3938838d89ea0aa08921afd1')
 
 prepare() {


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 10:18:14
  Author: arojas
Revision: 254996

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

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 254995, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 254995, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254995, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 254995, kdepim-runtime/kde-unstable/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install

+
 /PKGBUILD  |   76 +++
 /kdepim-runtime.install|   26 +
 kde-unstable-i686/PKGBUILD |   38 -
 kde-unstable-i686/kdepim-runtime.install   |   13 
 kde-unstable-x86_64/PKGBUILD   |   38 -
 kde-unstable-x86_64/kdepim-runtime.install |   13 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 09:17:24 UTC (rev 254995)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 09:18:14 UTC (rev 254996)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=15.11.90
-pkgrel=2
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme libkgapi akonadi-socialutils akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
-makedepends=(extra-cmake-modules kdoctools boost)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('6745c5df768cdd1d5acea2bfc1d287c8403f9280')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

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

Deleted: kde-unstable-i686/kdepim-runtime.install
===
--- kde-unstable-i686/kdepim-runtime.install2015-12-09 09:17:24 UTC (rev 
254995)
+++ kde-unstable-i686/kdepim-runtime.install2015-12-09 09:18:14 UTC (rev 
254996)
@@ -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/kde-unstable-i686/kdepim-runtime.install (from rev 
254995, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 10:17:24
  Author: arojas
Revision: 254995

Reenable Kolab resource

Modified:
  kdepim-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 09:05:58 UTC (rev 254994)
+++ PKGBUILD2015-12-09 09:17:24 UTC (rev 254995)
@@ -5,13 +5,13 @@
 
 pkgname=kdepim-runtime
 pkgver=15.11.90
-pkgrel=2
+pkgrel=3
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'
 license=('GPL' 'LGPL' 'FDL')
-depends=(hicolor-icon-theme libkgapi akonadi-socialutils akonadi-calendar
- knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
+depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils 
akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
 makedepends=(extra-cmake-modules kdoctools boost)
 install=$pkgname.install
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:18:07
  Author: arojas
Revision: 254982

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

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 254981, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 254981, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254981, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 254981, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install

-+
 /PKGBUILD   |   70 ++
 /kdeutils-kremotecontrol.install|   22 +
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kdeutils-kremotecontrol.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kdeutils-kremotecontrol.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:17:48 UTC (rev 254981)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:18:07 UTC (rev 254982)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('634a62b5092d5e573e3f9d82f105e149604d5134')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 
254981, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:18:07 UTC (rev 254982)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('634a62b5092d5e573e3f9d82f105e149604d5134')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   2015-12-09 08:17:48 UTC 
(rev 254981)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2015-12-09 08:18:07 UTC 
(rev 254982)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install 
(from rev 254981, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:18:27
  Author: arojas
Revision: 254983

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

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

--+
 /PKGBUILD|   70 +
 /kteatime.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kteatime.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kteatime.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:18:07 UTC (rev 254982)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:18:27 UTC (rev 254983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeutils')
-depends=('knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')
-replaces=('kdetoys-kteatime')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
-sha1sums=('4e8384e46dd1380e0506c6aba7a36a4079cb6cf0')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kteatime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 254982, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:18:27 UTC (rev 254983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('4e8384e46dd1380e0506c6aba7a36a4079cb6cf0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kteatime.install
===
--- kde-unstable-i686/kteatime.install  2015-12-09 08:18:07 UTC (rev 254982)
+++ kde-unstable-i686/kteatime.install  2015-12-09 08:18:27 UTC (rev 254983)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kteatime/repos/kde-unstable-i686/kteatime.install (from rev 254982, 
kteatime/kde-unstable/kteatime.install)
===
--- kde-unstable-i686/kteatime.install  (rev 0)
+++ kde-unstable-i686/kteatime.install  2015-12-09 08:18:27 UTC (rev 254983)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:18:07 UTC (rev 254982)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:18:27 UTC (rev 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:17:29
  Author: arojas
Revision: 254980

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

Added:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
(from rev 254979, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
(from rev 254979, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254979, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install
(from rev 254979, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
Deleted:
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:17:11 UTC (rev 254979)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:17:29 UTC (rev 254980)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
-sha1sums=('c3392f8789eb8777ebbff774e44ca205a3ffdc11')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 254979, 
kdeutils-kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:17:29 UTC (rev 254980)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kfloppy
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('c3392f8789eb8777ebbff774e44ca205a3ffdc11')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kfloppy.install
===
--- kde-unstable-i686/kdeutils-kfloppy.install  2015-12-09 08:17:11 UTC (rev 
254979)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2015-12-09 08:17:29 UTC (rev 
254980)
@@ -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: kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install (from 
rev 254979, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
===
--- kde-unstable-i686/kdeutils-kfloppy.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2015-12-09 08:17:29 UTC (rev 
254980)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:16:53
  Author: arojas
Revision: 254978

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:16:34 UTC (rev 254977)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:16:53 UTC (rev 254978)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kconfigwidgets kio)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3f48d546f894583480e7ca9621dae2bccd2482c32842a99a6f2092c6dedf0ae2')
-
-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: kdebugsettings/repos/kde-unstable-i686/PKGBUILD (from rev 254977, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:16:53 UTC (rev 254978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kconfigwidgets kio)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('3f48d546f894583480e7ca9621dae2bccd2482c32842a99a6f2092c6dedf0ae2')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:34 UTC (rev 254977)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:53 UTC (rev 254978)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kdebugsettings'
-license=(GPL)
-depends=(kconfigwidgets kio)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('3f48d546f894583480e7ca9621dae2bccd2482c32842a99a6f2092c6dedf0ae2')
-
-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: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 254977, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:53 UTC (rev 254978)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kconfigwidgets kio)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:17:48
  Author: arojas
Revision: 254981

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

Added:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
(from rev 254980, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
(from rev 254980, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254980, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install
(from rev 254980, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install

---+
 /PKGBUILD |   70 
 /kdeutils-kgpg.install|   24 +
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeutils-kgpg.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeutils-kgpg.install |   12 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:17:29 UTC (rev 254980)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:17:48 UTC (rev 254981)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('024631d342ed36bf42e84e25c4413a80d659b016')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 254980, 
kdeutils-kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:17:48 UTC (rev 254981)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('024631d342ed36bf42e84e25c4413a80d659b016')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kgpg.install
===
--- kde-unstable-i686/kdeutils-kgpg.install 2015-12-09 08:17:29 UTC (rev 
254980)
+++ kde-unstable-i686/kdeutils-kgpg.install 2015-12-09 08:17:48 UTC (rev 
254981)
@@ -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: kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 
254980, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
===
--- kde-unstable-i686/kdeutils-kgpg.install (rev 0)
+++ kde-unstable-i686/kdeutils-kgpg.install 2015-12-09 08:17:48 UTC (rev 
254981)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:17:29 UTC (rev 254980)
+++ 

[arch-commits] Commit in calligra-l10n/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:27:09
  Author: arojas
Revision: 254990

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 254989, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  214 ++---
 1 file changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-09 08:20:08 UTC (rev 254989)
+++ PKGBUILD2015-12-09 08:27:09 UTC (rev 254990)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=calligra-l10n
-pkgver=2.9.9
-pkgrel=1
-pkgdesc="Localization for Calligra"
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-
-_languages=(
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'fi "Finnish"'
-  'fr "French"'
-  'gl "Galician"'
-  'hu "Hungarian"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'nb "Norwegian Bokmal"'
-  'nl "Dutch"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sv "Swedish"'
-  'uk "Ukrainian"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=calligra-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-$_locale-${pkgver}.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-md5sums=('d8f7bf59c3312961b1756c892f0e0fe9'
- '79b1d8a00e000c35ce32ebec257a3905'
- '83d26fb27803f72c88ecd98f7a7a9d8a'
- 'fe4458e20a35ca3ea3f38a72454a0765'
- '4b40bf19dbd10aac687d858b930e242e'
- '196d7793c1dda5b06d2a1b39a45de626'
- 'a7e261f6cb9792d021f07b8a646a85a7'
- '1ce7b6c8e8c8261b99f3711f71ad557f'
- '1c27da4af2aa456c54808890034a1b42'
- '09ef03a4d8430d1f639e41847e19fd51'
- '782b9c4dd030aff0f8806534392adb14'
- 'a215018540c7fe50e4f7652c254866fc'
- '2ebdfcd6a62e4d0fa90a874c5d188d22'
- 'f7f0eeb17293f880dbf1018706413024'
- '963a4abba420cd380bdc115e7c428581'
- '9f83d2ee79379517f1f58e02eef12139'
- 'e35dbfb3350bd32813a81f08bd7a0366'
- '6098d4858126f3896287cc230590658b'
- 'd4b3f271ef424769fafd69315d65b9a1'
- 'ae1b0abc5c89a160f3a8fd1935e49ee0'
- '2f0561f2d258ef0474d4fd0161bb176b'
- 'e5ab031ba6d2e227c07f31de04d5cc4e'
- 'bf2e2ee97e55c247c6f4f32809db312e'
- 'a888fe4cf899a16f15f2a02d2882b9c9'
- 'f19a444a7698890002b30dc1e3eb4afe'
- '38fe56a1b6e6c3af08760ec3684ece8d'
- '100d94cf660c1d5e9b1aeb34f9b2b5e2'
- '6687ba7d98572e971a952cd3fbd08dd6')
-
-build() {
-  for _lang in "${_languages[@]}"; do
-_locale=${_lang%% *}
-
-mkdir -p build/$_locale
-cd build/$_locale
-cmake $srcdir/$pkgbase-$_locale-$pkgver \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr
-make
-cd ../..
-  done
-}
-
-_package() {
-  pkgdesc="$2 localization for Calligra"
-  cd build/$1
-  make DESTDIR="$pkgdir" install
-}

Copied: calligra-l10n/repos/extra-any/PKGBUILD (from rev 254989, 
calligra-l10n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-09 08:27:09 UTC (rev 254990)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=calligra-l10n
+pkgver=2.9.10
+pkgrel=1
+pkgdesc="Localization for Calligra"
+arch=('any')
+url='http://www.calligra-suite.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+options=('docs')
+
+_languages=(
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'ca@valencia "Catalan (Valencian)"'
+  'cs "Czech"'
+  'da "Danish"'
+  'de "German"'
+  'el "Greek"'
+  'en_GB  "British English"'
+  'es "Spanish"'
+  'et "Estonian"'
+  'fi "Finnish"'
+  'fr "French"'
+  'gl "Galician"'
+  'hu "Hungarian"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'nb "Norwegian Bokmal"'
+  'nl "Dutch"'
+  'pl "Polish"'
+  'pt "Portuguese"'
+  'pt_BR  "Brazilian Portuguese"'
+  'ru "Russian"'
+  'sk "Slovak"'
+  'sv "Swedish"'
+  'uk "Ukrainian"'
+  'zh_CN  "Chinese Simplified"'
+  'zh_TW  "Chinese Traditional"'
+)
+

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 11:37:50
  Author: arojas
Revision: 254999

C++11 ABI rebuild

Modified:
  amarok/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 10:11:40 UTC (rev 254998)
+++ PKGBUILD2015-12-09 10:37:50 UTC (rev 254999)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/;
@@ -22,11 +22,16 @@
 "clamz: allow to download songs from Amazon.com"
 "gst-libav: MP3 codecs")
 install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('b9ca733e36eb7d2c1fec6cbcf82f40bb573aea44')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
 
+   taglib_version_detect.patch)
+sha1sums=('b9ca733e36eb7d2c1fec6cbcf82f40bb573aea44'
+  '8b2752a0fe78621bdb9ccdb763919ea265b52b06')
 
 prepare() {
   mkdir -p build
+# Fix taglib 1.10 detection
+  cd $pkgname-$pkgver
+  patch -p1 -i ../taglib_version_detect.patch
 }
 
 build() {


[arch-commits] Commit in kde-dev-scripts/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:11:57
  Author: arojas
Revision: 254963

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

Added:
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
(from rev 254962, kde-dev-scripts/kde-unstable/PKGBUILD)
Deleted:
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-09 08:11:45 UTC (rev 254962)
+++ PKGBUILD2015-12-09 08:11:57 UTC (rev 254963)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
-replaces=('kdesdk-dev-scripts')
-conflicts=('kdesdk-dev-scripts')
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2642e1cff6e5f4d41b9c475891b7f1e75a0dc221')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-
-# Install additional files
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
-  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
-}

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 254962, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-09 08:11:57 UTC (rev 254963)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('2642e1cff6e5f4d41b9c475891b7f1e75a0dc221')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}


[arch-commits] Commit in kdesdk-dev-utils/repos (8 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:11:45
  Author: arojas
Revision: 254962

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

Added:
  kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD
(from rev 254961, kdesdk-dev-utils/kde-unstable/PKGBUILD)
  kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install
(from rev 254961, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254961, kdesdk-dev-utils/kde-unstable/PKGBUILD)
  kdesdk-dev-utils/repos/kde-unstable-x86_64/kdesdk-dev-utils.install
(from rev 254961, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install)
Deleted:
  kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD
  kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install
  kdesdk-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-dev-utils/repos/kde-unstable-x86_64/kdesdk-dev-utils.install

--+
 /PKGBUILD|   72 +
 /kdesdk-dev-utils.install|   24 
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/kdesdk-dev-utils.install   |   12 
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/kdesdk-dev-utils.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:11:26 UTC (rev 254961)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:11:45 UTC (rev 254962)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-dev-utils
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
-sha1sums=('2a05cdf6e0fb693f80917e2cb076c39986d3fb4b')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kde-dev-utils-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dev-utils/repos/kde-unstable-i686/PKGBUILD (from rev 254961, 
kdesdk-dev-utils/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:11:45 UTC (rev 254962)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-dev-utils
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz;)
+sha1sums=('2a05cdf6e0fb693f80917e2cb076c39986d3fb4b')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdesdk-dev-utils.install
===
--- kde-unstable-i686/kdesdk-dev-utils.install  2015-12-09 08:11:26 UTC (rev 
254961)
+++ kde-unstable-i686/kdesdk-dev-utils.install  2015-12-09 08:11:45 UTC (rev 
254962)
@@ -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: kdesdk-dev-utils/repos/kde-unstable-i686/kdesdk-dev-utils.install (from 
rev 254961, kdesdk-dev-utils/kde-unstable/kdesdk-dev-utils.install)

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:11:26
  Author: arojas
Revision: 254961

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

Added:
  kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD
(from rev 254960, kdesdk-cervisia/kde-unstable/PKGBUILD)
  kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install
(from rev 254960, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254960, kdesdk-cervisia/kde-unstable/PKGBUILD)
  kdesdk-cervisia/repos/kde-unstable-x86_64/kdesdk-cervisia.install
(from rev 254960, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
Deleted:
  kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD
  kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install
  kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-cervisia/repos/kde-unstable-x86_64/kdesdk-cervisia.install

-+
 /PKGBUILD   |   64 ++
 /kdesdk-cervisia.install|   24 +
 kde-unstable-i686/PKGBUILD  |   32 -
 kde-unstable-i686/kdesdk-cervisia.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   32 -
 kde-unstable-x86_64/kdesdk-cervisia.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:10:35 UTC (rev 254960)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:11:26 UTC (rev 254961)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
-sha1sums=('b4b611c44d40623f5710316ca3574222810b0edb')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../cervisia-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD (from rev 254960, 
kdesdk-cervisia/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:11:26 UTC (rev 254961)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-cervisia
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('b4b611c44d40623f5710316ca3574222810b0edb')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdesdk-cervisia.install
===
--- kde-unstable-i686/kdesdk-cervisia.install   2015-12-09 08:10:35 UTC (rev 
254960)
+++ kde-unstable-i686/kdesdk-cervisia.install   2015-12-09 08:11:26 UTC (rev 
254961)
@@ -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: kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install (from 
rev 254960, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
===
--- kde-unstable-i686/kdesdk-cervisia.install   (rev 0)
+++ kde-unstable-i686/kdesdk-cervisia.install   2015-12-09 08:11:26 UTC (rev 
254961)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:10:35 UTC (rev 254960)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:10:35
  Author: arojas
Revision: 254960

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

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

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

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


[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:09:49
  Author: arojas
Revision: 254959

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

Added:
  telepathy-kde-text-ui/repos/kde-unstable-i686/PKGBUILD
(from rev 254958, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254958, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:09:29 UTC (rev 254958)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:09:49 UTC (rev 254959)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('5ee2f4f27d2faad65f8c932976338317')
-
-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-text-ui/repos/kde-unstable-i686/PKGBUILD (from rev 
254958, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:09:49 UTC (rev 254959)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('5ee2f4f27d2faad65f8c932976338317')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:09:29 UTC (rev 254958)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:09:49 UTC (rev 254959)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('5ee2f4f27d2faad65f8c932976338317')
-
-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: 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:02:25
  Author: arojas
Revision: 254938

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

Added:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
(from rev 254937, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
(from rev 254937, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254937, kdemultimedia-kscd/kde-unstable/PKGBUILD)
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install
(from rev 254937, 
kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/kde-unstable-x86_64/kdemultimedia-kscd.install

+
 /PKGBUILD  |   64 +++
 /kdemultimedia-kscd.install|   22 +++
 kde-unstable-i686/PKGBUILD |   32 ---
 kde-unstable-i686/kdemultimedia-kscd.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD   |   32 ---
 kde-unstable-x86_64/kdemultimedia-kscd.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:02:04 UTC (rev 254937)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:02:25 UTC (rev 254938)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
-sha1sums=('af06080b9b8fd1e8e1dfba3df8ab2455ff420a76')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/PKGBUILD (from rev 254937, 
kdemultimedia-kscd/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:02:25 UTC (rev 254938)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz;)
+sha1sums=('af06080b9b8fd1e8e1dfba3df8ab2455ff420a76')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-kscd.install
===
--- kde-unstable-i686/kdemultimedia-kscd.install2015-12-09 08:02:04 UTC 
(rev 254937)
+++ kde-unstable-i686/kdemultimedia-kscd.install2015-12-09 08:02:25 UTC 
(rev 254938)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/kde-unstable-i686/kdemultimedia-kscd.install 
(from rev 254937, kdemultimedia-kscd/kde-unstable/kdemultimedia-kscd.install)
===
--- kde-unstable-i686/kdemultimedia-kscd.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kscd.install2015-12-09 08:02:25 UTC 
(rev 254938)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:02:04
  Author: arojas
Revision: 254937

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

Added:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
(from rev 254936, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
(from rev 254936, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-i686/use-qdbus-qt4.patch
(from rev 254936, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254936, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
(from rev 254936, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch
(from rev 254936, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-i686/use-qdbus-qt4.patch
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch

+
 /PKGBUILD  |  140 +++
 /kdemultimedia-kmix.install|   22 +++
 /use-qdbus-qt4.patch   |  118 +++
 kde-unstable-i686/PKGBUILD |   70 ---
 kde-unstable-i686/kdemultimedia-kmix.install   |   11 -
 kde-unstable-i686/use-qdbus-qt4.patch  |   59 -
 kde-unstable-x86_64/PKGBUILD   |   70 ---
 kde-unstable-x86_64/kdemultimedia-kmix.install |   11 -
 kde-unstable-x86_64/use-qdbus-qt4.patch|   59 -
 9 files changed, 280 insertions(+), 280 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:01:36 UTC (rev 254936)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:02:04 UTC (rev 254937)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=15.11.90
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'plasma-framework' 'libcanberra')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
-'use-qdbus-qt4.patch')
-sha1sums=('e595e7ffc8a3f1f07d56154c300dd2e59285fc0c'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-prepare() {
-  mkdir -p build{,-kf5}
-
-  cp -r kmix-$pkgver kmix-kf5-$pkgver
-
-  # FS#40786
-  cd kmix-${pkgver}
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-  
-  # https://bugs.kde.org/show_bug.cgi?id=343621
-  cd ../kmix-kf5-$pkgver
-  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-kf5
-  cmake ../kmix-kf5-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKMIX_KF5_BUILD=ON \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  install=$pkgbase.install
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_kmix() {
-  pkgdesc="KDE volume control program (experimental KF5 version)"
-  depends=('kdelibs4support' 'libcanberra' 'hicolor-icon-theme')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  conflicts=('kdemultimedia-kmix')
-  install=$pkgbase.install
-  
-  cd build-kf5
-  make DESTDIR="$pkgdir" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 254936, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:02:04 UTC (rev 254937)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=15.11.90
+pkgrel=2

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:00:59
  Author: arojas
Revision: 254934

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:00:39 UTC (rev 254933)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:00:59 UTC (rev 254934)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-#groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('1a90ed827582d8d1c92a08cad5144e77')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/kde-unstable-i686/PKGBUILD (from rev 254933, 
ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:00:59 UTC (rev 254934)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/ffmpegthumbs'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+#groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules git)
+replaces=(kdemultimedia-ffmpegthumbs)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1a90ed827582d8d1c92a08cad5144e77')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:00:39 UTC (rev 254933)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:00:59 UTC (rev 254934)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/ffmpegthumbs'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-#groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules git)
-replaces=(kdemultimedia-ffmpegthumbs)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('1a90ed827582d8d1c92a08cad5144e77')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 254933, 
ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:00:59 UTC (rev 254934)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='FFmpeg-based thumbnail creator for video files'

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:00:39
  Author: arojas
Revision: 254933

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

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

+
 /PKGBUILD  |   78 +++
 /dragon.install|   26 +++
 kde-unstable-i686/PKGBUILD |   39 -
 kde-unstable-i686/dragon.install   |   13 -
 kde-unstable-x86_64/PKGBUILD   |   39 -
 kde-unstable-x86_64/dragon.install |   13 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:00:19 UTC (rev 254932)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:00:39 UTC (rev 254933)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dragon
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
-arch=(i686 x86_64)
-url='http://kde.org/applications/multimedia/dragon'
-license=(GPL)
-depends=(hicolor-icon-theme kparts)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdemultimedia-dragonplayer)
-replaces=(kdemultimedia-dragonplayer)
-groups=(kde-applications kdemultimedia)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('64578966ef5996106a4712b0004d2ef9')
-
-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: dragon/repos/kde-unstable-i686/PKGBUILD (from rev 254932, 
dragon/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:00:39 UTC (rev 254933)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dragon
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('64578966ef5996106a4712b0004d2ef9')
+
+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: kde-unstable-i686/dragon.install
===
--- kde-unstable-i686/dragon.install2015-12-09 08:00:19 UTC (rev 254932)
+++ kde-unstable-i686/dragon.install2015-12-09 08:00:39 UTC (rev 254933)
@@ -1,13 +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: dragon/repos/kde-unstable-i686/dragon.install (from rev 254932, 
dragon/kde-unstable/dragon.install)
===
--- kde-unstable-i686/dragon.install(rev 0)
+++ kde-unstable-i686/dragon.install2015-12-09 08:00:39 UTC (rev 254933)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:01:17
  Author: arojas
Revision: 254935

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

Added:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
(from rev 254934, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
(from rev 254934, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254934, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install
(from rev 254934, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
Deleted:
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install

---+
 /PKGBUILD |   68 
 /kdemultimedia-juk.install|   22 +++
 kde-unstable-i686/PKGBUILD|   34 
 kde-unstable-i686/kdemultimedia-juk.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD  |   34 
 kde-unstable-x86_64/kdemultimedia-juk.install |   11 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:00:59 UTC (rev 254934)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:01:17 UTC (rev 254935)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
-sha1sums=('5c566ab1ae49b8afc6d02f0086392629ea88942b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 254934, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:01:17 UTC (rev 254935)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('5c566ab1ae49b8afc6d02f0086392629ea88942b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-juk.install
===
--- kde-unstable-i686/kdemultimedia-juk.install 2015-12-09 08:00:59 UTC (rev 
254934)
+++ kde-unstable-i686/kdemultimedia-juk.install 2015-12-09 08:01:17 UTC (rev 
254935)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install 
(from rev 254934, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2015-12-09 08:01:17 UTC (rev 
254935)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

[arch-commits] Commit in telepathy-kde-send-file/repos (8 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:09:29
  Author: arojas
Revision: 254958

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
(from rev 254957, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
(from rev 254957, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254957, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install
(from rev 254957, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
Deleted:
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install

-+
 /PKGBUILD   |   76 ++
 /telepathy-kde-send-file.install|   22 +
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/telepathy-kde-send-file.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/telepathy-kde-send-file.install |   11 --
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:09:11 UTC (rev 254957)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:09:29 UTC (rev 254958)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-install=$pkgname.install
-md5sums=('7d4010b81ad2b285acb39179abfa5875')
-
-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: telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD (from rev 
254957, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:09:29 UTC (rev 254958)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('7d4010b81ad2b285acb39179abfa5875')
+
+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: kde-unstable-i686/telepathy-kde-send-file.install
===
--- kde-unstable-i686/telepathy-kde-send-file.install   2015-12-09 08:09:11 UTC 
(rev 254957)
+++ kde-unstable-i686/telepathy-kde-send-file.install   2015-12-09 08:09:29 UTC 
(rev 254958)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install 
(from rev 254957, 

[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:08:52
  Author: arojas
Revision: 254956

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

Added:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD
(from rev 254955, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254955, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:08:32 UTC (rev 254955)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:08:52 UTC (rev 254956)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c0bd852a13024649357396b3a126707b')
-
-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-filetransfer-handler/repos/kde-unstable-i686/PKGBUILD 
(from rev 254955, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:08:52 UTC (rev 254956)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('c0bd852a13024649357396b3a126707b')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:08:32 UTC (rev 254955)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:08:52 UTC (rev 254956)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('c0bd852a13024649357396b3a126707b')
-
-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
-}
-

[arch-commits] Commit in telepathy-kde-desktop-applets/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:08:32
  Author: arojas
Revision: 254955

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

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD
(from rev 254954, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254954, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:08:13 UTC (rev 254954)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:08:32 UTC (rev 254955)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('a58a5e0db412715af382cd5b75bd6f96')
-
-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: telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD (from 
rev 254954, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:08:32 UTC (rev 254955)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules' 'plasma-framework')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('a58a5e0db412715af382cd5b75bd6f96')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:08:13 UTC (rev 254954)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:08:32 UTC (rev 254955)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('a58a5e0db412715af382cd5b75bd6f96')
-
-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: 

[arch-commits] Commit in telepathy-kde-integration-module/repos (4 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:09:11
  Author: arojas
Revision: 254957

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

Added:
  telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD
(from rev 254956, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254956, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:08:52 UTC (rev 254956)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:09:11 UTC (rev 254957)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('4bfae3d076c70fec20a0e99ef9a26df8')
-
-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: telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD (from 
rev 254956, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:09:11 UTC (rev 254957)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('4bfae3d076c70fec20a0e99ef9a26df8')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:08:52 UTC (rev 254956)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:09:11 UTC (rev 254957)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
-md5sums=('4bfae3d076c70fec20a0e99ef9a26df8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:16:34
  Author: arojas
Revision: 254977

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:16:14 UTC (rev 254976)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:16:34 UTC (rev 254977)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('1694866077b8bc373581b8eb1d1c08ea85302f15')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kcharselect-${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: kcharselect/repos/kde-unstable-i686/PKGBUILD (from rev 254976, 
kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:16:34 UTC (rev 254977)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
+sha1sums=('1694866077b8bc373581b8eb1d1c08ea85302f15')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kcharselect-${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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:14 UTC (rev 254976)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:34 UTC (rev 254977)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz;)
-sha1sums=('1694866077b8bc373581b8eb1d1c08ea85302f15')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kcharselect-${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: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 254976, 
kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:34 UTC (rev 254977)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:16:14
  Author: arojas
Revision: 254976

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

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

---+
 /PKGBUILD |   78 
 /kcalc.install|   26 
 kde-unstable-i686/PKGBUILD|   39 --
 kde-unstable-i686/kcalc.install   |   13 --
 kde-unstable-x86_64/PKGBUILD  |   39 --
 kde-unstable-x86_64/kcalc.install |   13 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:15:55 UTC (rev 254975)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:16:14 UTC (rev 254976)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=15.11.90
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
-sha1sums=('0e575f6e9312818638613db82503930c0a962bcd')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcalc-${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: kcalc/repos/kde-unstable-i686/PKGBUILD (from rev 254975, 
kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:16:14 UTC (rev 254976)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=15.11.90
+pkgrel=2
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz;)
+sha1sums=('0e575f6e9312818638613db82503930c0a962bcd')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcalc-${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: kde-unstable-i686/kcalc.install
===
--- kde-unstable-i686/kcalc.install 2015-12-09 08:15:55 UTC (rev 254975)
+++ kde-unstable-i686/kcalc.install 2015-12-09 08:16:14 UTC (rev 254976)
@@ -1,13 +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: kcalc/repos/kde-unstable-i686/kcalc.install (from rev 254975, 
kcalc/kde-unstable/kcalc.install)
===
--- kde-unstable-i686/kcalc.install (rev 0)
+++ kde-unstable-i686/kcalc.install 2015-12-09 08:16:14 UTC (rev 254976)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:15:55 UTC (rev 254975)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:17:11
  Author: arojas
Revision: 254979

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

Added:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
(from rev 254978, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
(from rev 254978, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254978, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install
(from rev 254978, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install

--+
 /PKGBUILD|   66 +
 /kdeutils-kdf.install|   22 +
 kde-unstable-i686/PKGBUILD   |   33 --
 kde-unstable-i686/kdeutils-kdf.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   33 --
 kde-unstable-x86_64/kdeutils-kdf.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:16:53 UTC (rev 254978)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:17:11 UTC (rev 254979)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=15.11.90
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/;
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
-sha1sums=('2ba25e20c38f956dd07b4e68f3f3f34ce35b3c6b')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 254978, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:17:11 UTC (rev 254979)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=15.11.90
+pkgrel=2
+url="http://kde.org/applications/system/kdiskfree/;
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('2ba25e20c38f956dd07b4e68f3f3f34ce35b3c6b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kdf.install
===
--- kde-unstable-i686/kdeutils-kdf.install  2015-12-09 08:16:53 UTC (rev 
254978)
+++ kde-unstable-i686/kdeutils-kdf.install  2015-12-09 08:17:11 UTC (rev 
254979)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install (from rev 
254978, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2015-12-09 08:17:11 UTC (rev 
254979)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 08:16:53 UTC (rev 254978)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 08:17:11 UTC (rev 254979)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 

[arch-commits] Commit in calligra/repos (64 files)

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:34:14
  Author: arojas
Revision: 254991

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

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 254990, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 254990, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-extras.install
(from rev 254990, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 254990, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 254990, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-gemini.install
(from rev 254990, calligra/trunk/calligra-gemini.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 254990, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 254990, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 254990, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 254990, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-plugins.install
(from rev 254990, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 254990, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 254990, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 254990, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 254990, calligra/trunk/calligra.install)
  calligra/repos/testing-i686/libwps-0.4.patch
(from rev 254990, calligra/trunk/libwps-0.4.patch)
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 254990, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 254990, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-extras.install
(from rev 254990, calligra/trunk/calligra-extras.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 254990, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 254990, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-gemini.install
(from rev 254990, calligra/trunk/calligra-gemini.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 254990, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 254990, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 254990, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 254990, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-plugins.install
(from rev 254990, calligra/trunk/calligra-plugins.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 254990, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 254990, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 254990, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 254990, calligra/trunk/calligra.install)
  calligra/repos/testing-x86_64/libwps-0.4.patch
(from rev 254990, calligra/trunk/libwps-0.4.patch)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-i686/calligra-braindump.install
  calligra/repos/testing-i686/calligra-extras.install
  calligra/repos/testing-i686/calligra-filters.install
  calligra/repos/testing-i686/calligra-flow.install
  calligra/repos/testing-i686/calligra-gemini.install
  calligra/repos/testing-i686/calligra-karbon.install
  calligra/repos/testing-i686/calligra-kexi.install
  calligra/repos/testing-i686/calligra-krita.install
  calligra/repos/testing-i686/calligra-plan.install
  calligra/repos/testing-i686/calligra-plugins.install
  calligra/repos/testing-i686/calligra-sheets.install
  calligra/repos/testing-i686/calligra-stage.install
  calligra/repos/testing-i686/calligra-words.install
  calligra/repos/testing-i686/calligra.install
  calligra/repos/testing-i686/libwps-0.4.patch
  calligra/repos/testing-x86_64/PKGBUILD
  calligra/repos/testing-x86_64/calligra-braindump.install
  calligra/repos/testing-x86_64/calligra-extras.install
  calligra/repos/testing-x86_64/calligra-filters.install
  calligra/repos/testing-x86_64/calligra-flow.install
  calligra/repos/testing-x86_64/calligra-gemini.install
  calligra/repos/testing-x86_64/calligra-karbon.install
  

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:46:11
  Author: arojas
Revision: 255012

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

Added:
  kdevelop-python/repos/kde-unstable-i686/PKGBUILD
(from rev 255011, kdevelop-python/kde-unstable/PKGBUILD)
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 255011, kdevelop-python/kde-unstable/PKGBUILD)
Deleted:
  kdevelop-python/repos/kde-unstable-i686/PKGBUILD
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 11:45:25 UTC (rev 255011)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:46:11 UTC (rev 255012)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=4.90.90
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdelibs)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz;)
-sha1sums=('5a5e5cec35afb645fce895b1bb3aeb349028947c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/kde-unstable-i686/PKGBUILD (from rev 255011, 
kdevelop-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:46:11 UTC (rev 255012)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=4.90.90
+pkgrel=2
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdelibs)
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz;)
+sha1sums=('5a5e5cec35afb645fce895b1bb3aeb349028947c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 11:45:25 UTC (rev 255011)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 11:46:11 UTC (rev 255012)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=4.90.90
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdelibs)
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz;)
-sha1sums=('5a5e5cec35afb645fce895b1bb3aeb349028947c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 255011, 
kdevelop-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 11:46:11 UTC (rev 255012)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 238765 2015-05-09 17:53:01Z arojas $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=4.90.90
+pkgrel=2
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdelibs)
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz;)

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:45:25
  Author: arojas
Revision: 255011

C++11 ABI rebuild

Modified:
  kdevelop-python/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 11:40:29 UTC (rev 255010)
+++ PKGBUILD2015-12-09 11:45:25 UTC (rev 255011)
@@ -3,7 +3,7 @@
 
 pkgname=kdevelop-python
 pkgver=4.90.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/;


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:23:07
  Author: fyan
Revision: 151235

upgpkg: libdui 1.2.2-1

Modified:
  libdui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:22:14 UTC (rev 151234)
+++ PKGBUILD2015-12-09 13:23:07 UTC (rev 151235)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=libdui
-pkgver=1.2.1.20151207
+pkgver=1.2.2
 _commit=deae40b090eb3933082bffc6413d0a2e25546d67
 pkgrel=1
 pkgdesc='Deepin graphical user interface library'


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:32:35
  Author: fyan
Revision: 151244

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

Added:
  deepin-file-manager/repos/community-testing-i686/PKGBUILD
(from rev 151243, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-i686/deepin-file-manager.install
(from rev 151243, deepin-file-manager/trunk/deepin-file-manager.install)
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 151243, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-x86_64/deepin-file-manager.install
(from rev 151243, deepin-file-manager/trunk/deepin-file-manager.install)
Deleted:
  deepin-file-manager/repos/community-testing-i686/PKGBUILD
  deepin-file-manager/repos/community-testing-i686/deepin-file-manager.install
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
  deepin-file-manager/repos/community-testing-x86_64/deepin-file-manager.install

--+
 /PKGBUILD|  112 +
 /deepin-file-manager.install |   22 +++
 community-testing-i686/PKGBUILD  |   56 
 community-testing-i686/deepin-file-manager.install   |   11 -
 community-testing-x86_64/PKGBUILD|   56 
 community-testing-x86_64/deepin-file-manager.install |   11 -
 6 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:31:32 UTC (rev 151243)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:32:35 UTC (rev 151244)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=0.1.1.20151208
-_commit=e6c94a3cd345056a79139b88c80190ca079b1ab5
-#_golibver=0.4.2
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.1
-_deepinapirev=fb83410f533eec79579ac11386520db3a733c550
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=7257936bb7ed172fcec2c22e5253ab50eb84b85b
-pkgrel=1
-pkgdesc='deepin file manager backend'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-file-manager;
-license=('GPL3')
-depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-go')
-makedepends=('git' 'deepin-dbus-generator')
-replaces=('deepin-file-manager-backend')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-file-manager.git#commit=$_commit;
-#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
-#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
-"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
-
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/howeyc/fsnotify github.com/mattn/go-sqlite3
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/$pkgname"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" do-install
-}

Copied: deepin-file-manager/repos/community-testing-i686/PKGBUILD (from rev 
151243, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:32:35 UTC (rev 151244)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=0.1.2
+_commit=54092ddf4a7952f9f2aa67eda632bd9aed1db6b4
+#_golibver=0.4.3
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgrel=1
+pkgdesc='deepin file manager backend'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-file-manager;
+license=('GPL3')
+depends=('deepin-metacity' 'libcanberra' 'poppler-glib' 'gcc-go')
+makedepends=('git' 'deepin-dbus-generator')
+replaces=('deepin-file-manager-backend')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-file-manager.git#commit=$_commit;
+

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:19:22
  Author: arojas
Revision: 255005

C++11 ABI rebuild

Modified:
  kdevplatform/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 11:08:51 UTC (rev 255004)
+++ PKGBUILD2015-12-09 11:19:22 UTC (rev 255005)
@@ -4,7 +4,7 @@
 
 pkgname=kdevplatform
 pkgver=4.90.90
-pkgrel=2
+pkgrel=3
 pkgdesc='A C/C++ development platform for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:19:51
  Author: arojas
Revision: 255006

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 11:19:22 UTC (rev 255005)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:19:51 UTC (rev 255006)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevplatform
-pkgver=4.90.90
-pkgrel=2
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
-makedepends=(extra-cmake-modules boost subversion)
-optdepends=('subversion: Subversion plugin')
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 255005, 
kdevplatform/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:19:51 UTC (rev 255006)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevplatform
+pkgver=4.90.90
+pkgrel=3
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-quick1)
+makedepends=(extra-cmake-modules boost subversion)
+optdepends=('subversion: Subversion plugin')
+install="$pkgname.install"
+source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0231764f5c8f41bb69dae7aa780a531e584103e2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevplatform.install
===
--- kde-unstable-i686/kdevplatform.install  2015-12-09 11:19:22 UTC (rev 
255005)
+++ kde-unstable-i686/kdevplatform.install  2015-12-09 11:19:51 UTC (rev 
255006)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevplatform/repos/kde-unstable-i686/kdevplatform.install (from rev 
255005, kdevplatform/kde-unstable/kdevplatform.install)
===
--- kde-unstable-i686/kdevplatform.install  (rev 0)
+++ kde-unstable-i686/kdevplatform.install  2015-12-09 11:19:51 UTC (rev 
255006)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:27:56
  Author: arojas
Revision: 255007

C++11 ABI rebuild

Modified:
  kdevelop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 11:19:51 UTC (rev 255006)
+++ PKGBUILD2015-12-09 11:27:56 UTC (rev 255007)
@@ -4,7 +4,7 @@
 
 pkgname=kdevelop
 pkgver=4.90.90
-pkgrel=1
+pkgrel=2
 pkgdesc='A C/C++ development environment for KDE'
 arch=(i686 x86_64)
 url='http://www.kdevelop.org/'


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:28:23
  Author: arojas
Revision: 255008

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

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

--+
 /PKGBUILD|   94 +
 /kdevelop.install|   26 +
 kde-unstable-i686/PKGBUILD   |   49 -
 kde-unstable-i686/kdevelop.install   |   13 
 kde-unstable-x86_64/PKGBUILD |   49 -
 kde-unstable-x86_64/kdevelop.install |   13 
 6 files changed, 120 insertions(+), 124 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 11:27:56 UTC (rev 255007)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:28:23 UTC (rev 255008)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 248915 2015-10-12 10:11:59Z arojas $
-# Maintainer: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=4.90.90
-pkgrel=1
-pkgdesc='A C/C++ development environment for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(kdevplatform)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner)
-optdepends=('oktetapart4: hex editor integration'
-   'konsole: embedded terminal'
-   'git: Git support'
-   'subversion: SVN support'
-   'cvs: Concurrent Versions System support'
-   'gdb: GNU Debugger support'
-   'qt5-doc: Qt documentation integration'
-   'cmake: cmake integration'
-   'qt5-tools: qthelp plugin'
-   'clang: Clang support'
-   'plasma-framework: for the plasma addons')
-conflicts=(kdevelop-qmljs)
-replaces=(kdevelop-qmljs)
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('acb0eba5b5bfefdd2f6e41d61f88c49f132c727f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/kde-unstable-i686/PKGBUILD (from rev 255007, 
kdevelop/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:28:23 UTC (rev 255008)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 248915 2015-10-12 10:11:59Z arojas $
+# Maintainer: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=4.90.90
+pkgrel=2
+pkgdesc='A C/C++ development environment for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(kdevplatform clang)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner)
+optdepends=('konsole: embedded terminal'
+   'git: Git support'
+   'subversion: SVN support'
+   'cvs: CVS support'
+   'gdb: GNU Debugger support'
+   'qt5-doc: Qt documentation integration'
+   'cmake: cmake integration'
+   'qt5-tools: qthelp plugin'
+   'plasma-framework: for the plasma addons')
+conflicts=(kdevelop-qmljs)
+replaces=(kdevelop-qmljs)
+install="$pkgname.install"
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('acb0eba5b5bfefdd2f6e41d61f88c49f132c727f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevelop.install
===
--- kde-unstable-i686/kdevelop.install  2015-12-09 11:27:56 UTC (rev 255007)
+++ kde-unstable-i686/kdevelop.install  2015-12-09 11:28:23 UTC (rev 255008)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate 

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:39:59
  Author: arojas
Revision: 255009

C++11 ABI rebuild

Modified:
  kdevelop-php/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 11:28:23 UTC (rev 255008)
+++ PKGBUILD2015-12-09 11:39:59 UTC (rev 255009)
@@ -3,7 +3,7 @@
 
 pkgname=kdevelop-php
 pkgver=4.90.90
-pkgrel=1
+pkgrel=2
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(i686 x86_64)
 url="http://www.kdevelop.org/;


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 13:58:42
  Author: fyan
Revision: 151225

upgpkg: deepin-desktop-schemas 2.91.2-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 09:26:09 UTC (rev 151224)
+++ PKGBUILD2015-12-09 12:58:42 UTC (rev 151225)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=2.91.1.20151208
-_commit=77afbfe38bd07b379d7fdd2cabe21d7af1e69650
+pkgver=2.91.2
+_commit=b046682325717a2ba24b1027a71b948d19be168b
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -24,8 +24,6 @@
   cd "${pkgname}"
   # fix default background url
   sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
-  # Removing google-chrome and deepin-appstore, they are not packaged in our 
repos.
-  sed -i 
"s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/"
 overrides/com.deepin.dde.dock.override
 }
 
 build() {


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 13:59:23
  Author: fyan
Revision: 151226

archrelease: copy trunk to community-testing-any

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

+
 PKGBUILD   |   76 ++-
 deepin-desktop-schemas.install |   22 +--
 2 files changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-09 12:58:42 UTC (rev 151225)
+++ PKGBUILD2015-12-09 12:59:23 UTC (rev 151226)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=2.91.1.20151208
-_commit=77afbfe38bd07b379d7fdd2cabe21d7af1e69650
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
-makedepends=('git')
-conflicts=('dde-daemon<=2.92.1')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
-  # Removing google-chrome and deepin-appstore, they are not packaged in our 
repos.
-  sed -i 
"s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/"
 overrides/com.deepin.dde.dock.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 
151225, deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-09 12:59:23 UTC (rev 151226)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=2.91.2
+_commit=b046682325717a2ba24b1027a71b948d19be168b
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 
'deepin-artwork-themes')
+makedepends=('git')
+conflicts=('dde-daemon<=2.92.1')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#"
 overrides/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: deepin-desktop-schemas.install
===
--- deepin-desktop-schemas.install  2015-12-09 12:58:42 UTC (rev 151225)
+++ deepin-desktop-schemas.install  2015-12-09 12:59:23 UTC (rev 151226)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install
 (from rev 151225, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===
--- deepin-desktop-schemas.install  (rev 0)
+++ deepin-desktop-schemas.install  2015-12-09 12:59:23 UTC (rev 151226)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:22:14
  Author: fyan
Revision: 151234

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

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

+
 /PKGBUILD  |   72 +++
 /deepin-wm.install |   24 +
 community-testing-i686/PKGBUILD|   36 -
 community-testing-i686/deepin-wm.install   |   12 
 community-testing-x86_64/PKGBUILD  |   36 -
 community-testing-x86_64/deepin-wm.install |   12 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:21:06 UTC (rev 151233)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:22:14 UTC (rev 151234)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=0.91.3.20151207
-_commit=46955f68be1a5c9f8bd1d6890180a46eae1a2dbe
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://cr.deepin.io/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas'
- 'deepin-mutter' 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala' 'git')
-install='deepin-wm.install'
-source=("git+https://github.com/linuxdeepin/deepin-wm.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-}
-
-build() {
-  cd "${pkgname}"
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

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

Deleted: community-testing-i686/deepin-wm.install
===
--- community-testing-i686/deepin-wm.install2015-12-09 13:21:06 UTC (rev 
151233)
+++ community-testing-i686/deepin-wm.install2015-12-09 13:22:14 UTC (rev 
151234)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: deepin-wm/repos/community-testing-i686/deepin-wm.install (from rev 
151233, deepin-wm/trunk/deepin-wm.install)
===
--- community-testing-i686/deepin-wm.install(rev 0)
+++ community-testing-i686/deepin-wm.install2015-12-09 13:22:14 UTC (rev 
151234)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- 

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:21:06
  Author: fyan
Revision: 151233

upgpkg: deepin-wm 0.91.4-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:20:48 UTC (rev 151232)
+++ PKGBUILD2015-12-09 13:21:06 UTC (rev 151233)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=0.91.3.20151207
-_commit=46955f68be1a5c9f8bd1d6890180a46eae1a2dbe
+pkgver=0.91.4
+_commit=1533be206f0c486db97c3751e1f7b80c427a0c48
 pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')


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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 12:40:29
  Author: arojas
Revision: 255010

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

Added:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
(from rev 255009, kdevelop-php/kde-unstable/PKGBUILD)
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
(from rev 255009, kdevelop-php/kde-unstable/PKGBUILD)
Deleted:
  kdevelop-php/repos/kde-unstable-i686/PKGBUILD
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 11:39:59 UTC (rev 255009)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:40:29 UTC (rev 255010)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=4.90.90
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/kde-unstable-i686/PKGBUILD (from rev 255009, 
kdevelop-php/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 11:40:29 UTC (rev 255010)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=4.90.90
+pkgrel=2
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
+sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdev-php-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-09 11:39:59 UTC (rev 255009)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 11:40:29 UTC (rev 255010)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=4.90.90
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
-source=(http://download.kde.org/unstable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('eb8a5924386ef15a9250596831328bc7f969d139')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdev-php-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 255009, 
kdevelop-php/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-12-09 11:40:29 UTC (rev 255010)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 248919 2015-10-12 10:26:59Z arojas $
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=4.90.90
+pkgrel=2
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:12:13
  Author: fyan
Revision: 151229

upgpkg: deepin-dbus-generator 0.6.4-1

Modified:
  deepin-dbus-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:05:23 UTC (rev 151228)
+++ PKGBUILD2015-12-09 13:12:13 UTC (rev 151229)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-generator
-pkgver=0.6.3.20151202
+pkgver=0.6.4
 _commit=2382c5d90a8a5255b85c4fc05d34241aedfc9840
 #_golibver=0.4.2
 _golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:13:03
  Author: fyan
Revision: 151230

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:12:13 UTC (rev 151229)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:13:03 UTC (rev 151230)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-generator
-pkgver=0.6.3.20151202
-_commit=2382c5d90a8a5255b85c4fc05d34241aedfc9840
-#_golibver=0.4.2
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-pkgrel=1
-pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-dbus-generator;
-license=('GPL3')
-depends=('glibc' 'gcc-go')
-makedepends=('qt5-declarative' 'git')
-groups=('deepin-dev')
-source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#commit=$_commit;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-}
-
-build() {
-  cd go-dbus-generator
-  go build -o out/dbus-generator
-}
-
-package() {
-  install -Dm 755 go-dbus-generator/out/dbus-generator 
"${pkgdir}"/usr/bin/dbus-generator
-}

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

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-09 13:12:13 UTC (rev 151229)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 13:13:03 UTC (rev 151230)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-generator
-pkgver=0.6.3.20151202
-_commit=2382c5d90a8a5255b85c4fc05d34241aedfc9840
-#_golibver=0.4.2
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-pkgrel=1
-pkgdesc='Convert dbus interfaces to go-lang or qml wrapper code'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/go-dbus-generator;
-license=('GPL3')
-depends=('glibc' 'gcc-go')
-makedepends=('qt5-declarative' 'git')
-groups=('deepin-dev')
-source=("git+https://github.com/linuxdeepin/go-dbus-generator.git#commit=$_commit;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-}
-
-build() {
-  cd go-dbus-generator
-  go build -o out/dbus-generator
-}
-
-package() {
-  install -Dm 755 

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:19:36
  Author: fyan
Revision: 151231

upgpkg: deepin-daemon 2.93.2-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:13:03 UTC (rev 151230)
+++ PKGBUILD2015-12-09 13:19:36 UTC (rev 151231)
@@ -4,16 +4,16 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=2.93.1.20151208
-_commit=88f227a708c2a790a8ceaee6c93c75cd2d1be8fd
-#_golibver=0.4.2
+pkgver=2.93.2
+_commit=22ed16cb4a6fa43031e0f13750833806e714df6e
+#_golibver=0.4.3
 _golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.1
-_deepinapirev=fb83410f533eec79579ac11386520db3a733c550
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=3c2b44c085415de28f2f82825aa36012eeb31042
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
 _desktopbaserev=df35ee9bbe33cca436c256a145b88e58e011b737
-pkgrel=2
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -36,7 +36,7 @@
 #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;
 
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;
 'deepin-daemon.sysusers')
 sha256sums=('SKIP'


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:26:15
  Author: fyan
Revision: 151240

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

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

---+
 /PKGBUILD |  110 
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-x86_64/PKGBUILD |   57 --
 3 files changed, 110 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:25:32 UTC (rev 151239)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:26:15 UTC (rev 151240)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=2.92.1.20151208
-_commit=4fc6ec103ba6422ff5babc8faa582a8913ddfab3
-#_golibver=0.4.2
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.1
-_deepinapirev=fb83410f533eec79579ac11386520db3a733c550
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=3c2b44c085415de28f2f82825aa36012eeb31042
-pkgrel=4
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('gcc-go' 'deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 'python2' 
'webkitgtk' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/startdde.git#commit=$_commit;
-#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
-#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
-"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
-
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i '/GOLDFLAGS +=/ s/)$/ libcanberra)/' startdde/Makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/startdde"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-}

Copied: startdde/repos/community-testing-i686/PKGBUILD (from rev 151239, 
startdde/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:26:15 UTC (rev 151240)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=2.92.2
+_commit=6ff8ddf7ece1551fab633d82a0e9a58b0f1cbd52
+#_golibver=0.4.3
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('gcc-go' 'deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 'python2' 
'webkitgtk' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/startdde.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get 

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:31:32
  Author: fyan
Revision: 151243

upgpkg: deepin-file-manager 0.1.2-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:30:07 UTC (rev 151242)
+++ PKGBUILD2015-12-09 13:31:32 UTC (rev 151243)
@@ -4,14 +4,14 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=0.1.1.20151208
-_commit=e6c94a3cd345056a79139b88c80190ca079b1ab5
-#_golibver=0.4.2
+pkgver=0.1.2
+_commit=54092ddf4a7952f9f2aa67eda632bd9aed1db6b4
+#_golibver=0.4.3
 _golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.1
-_deepinapirev=fb83410f533eec79579ac11386520db3a733c550
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=7257936bb7ed172fcec2c22e5253ab50eb84b85b
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
 pkgrel=1
 pkgdesc='deepin file manager backend'
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;)
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:24:03
  Author: fyan
Revision: 151237

upgpkg: deepin-wm-switcher 0.0.1-1

Modified:
  deepin-wm-switcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:23:51 UTC (rev 151236)
+++ PKGBUILD2015-12-09 13:24:03 UTC (rev 151237)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-wm-switcher
-pkgver=0.0.0.20151205
-_commit=a83147fc94ec082b6ef4d4763e35b6953110e20f
-pkgrel=2
+pkgver=0.0.1
+_commit=13cc78928cd09f4f019f4cacff70c2542aea7af4
+pkgrel=1
 pkgdesc='Window manager switcher for Deepin'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-wm-switcher;


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:25:32
  Author: fyan
Revision: 151239

upgpkg: startdde 2.92.2-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:24:53 UTC (rev 151238)
+++ PKGBUILD2015-12-09 13:25:32 UTC (rev 151239)
@@ -4,15 +4,15 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=2.92.1.20151208
-_commit=4fc6ec103ba6422ff5babc8faa582a8913ddfab3
-#_golibver=0.4.2
+pkgver=2.92.2
+_commit=6ff8ddf7ece1551fab633d82a0e9a58b0f1cbd52
+#_golibver=0.4.3
 _golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.1
-_deepinapirev=fb83410f533eec79579ac11386520db3a733c550
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=3c2b44c085415de28f2f82825aa36012eeb31042
-pkgrel=4
+#_deepinapiver=2.92.2
+_deepinapirev=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde;
@@ -26,7 +26,7 @@
 #"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
 "git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
 
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;)
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -33,8 +33,6 @@
 'SKIP')
 
 prepare() {
-  sed -i '/GOLDFLAGS +=/ s/)$/ libcanberra)/' startdde/Makefile
-
   export GOPATH="$srcdir/build"
   mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
   cp -a go-lib/* build/src/pkg.deepin.io/lib


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:24:53
  Author: fyan
Revision: 151238

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

Added:
  deepin-wm-switcher/repos/community-testing-i686/PKGBUILD
(from rev 151237, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD
(from rev 151237, deepin-wm-switcher/trunk/PKGBUILD)
Deleted:
  deepin-wm-switcher/repos/community-testing-i686/PKGBUILD
  deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:24:03 UTC (rev 151237)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:24:53 UTC (rev 151238)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=0.0.0.20151205
-_commit=a83147fc94ec082b6ef4d4763e35b6953110e20f
-pkgrel=2
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher;
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity')
-makedepends=('git' 'cmake' 'qt5-x11extras')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm-switcher/repos/community-testing-i686/PKGBUILD (from rev 
151237, deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:24:53 UTC (rev 151238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.1
+_commit=13cc78928cd09f4f019f4cacff70c2542aea7af4
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher;
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity')
+makedepends=('git' 'cmake' 'qt5-x11extras')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-09 13:24:03 UTC (rev 151237)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 13:24:53 UTC (rev 151238)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=0.0.0.20151205
-_commit=a83147fc94ec082b6ef4d4763e35b6953110e20f
-pkgrel=2
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher;
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity')
-makedepends=('git' 'cmake' 'qt5-x11extras')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm-switcher/repos/community-testing-x86_64/PKGBUILD (from rev 
151237, deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 13:24:53 UTC (rev 151238)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=0.0.1
+_commit=13cc78928cd09f4f019f4cacff70c2542aea7af4
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher;
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity')
+makedepends=('git' 'cmake' 'qt5-x11extras')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:35:14
  Author: fyan
Revision: 151245

upgpkg: deepin-desktop 2.90.3-1

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 13:32:35 UTC (rev 151244)
+++ PKGBUILD2015-12-09 13:35:14 UTC (rev 151245)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop
-pkgver=2.90.1.20151208
-_commit=7e00bf448cb8ceed7c5ebda7fd17ab5f709d0a51
+pkgver=2.90.3
+_commit=acdaffa3e2fdc6509f7d339852ae819d97667d0a
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:05:23
  Author: fyan
Revision: 151228

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

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

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

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

Copied: deepin-mutter/repos/community-testing-i686/deepin-mutter.install (from 
rev 151227, deepin-mutter/trunk/deepin-mutter.install)
===
--- community-testing-i686/deepin-mutter.install
(rev 0)
+++ community-testing-i686/deepin-mutter.install2015-12-09 13:05:23 UTC 
(rev 151228)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

Copied: 

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:04:08
  Author: fyan
Revision: 151227

upgpkg: deepin-mutter 3.18.1.4-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-09 12:59:23 UTC (rev 151226)
+++ PKGBUILD2015-12-09 13:04:08 UTC (rev 151227)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.18.1.2
+pkgver=3.18.1.4
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:20:48
  Author: fyan
Revision: 151232

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

Added:
  deepin-daemon/repos/community-testing-i686/PKGBUILD
(from rev 151231, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
(from rev 151231, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
(from rev 151231, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
(from rev 151231, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
(from rev 151231, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers
(from rev 151231, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-testing-i686/PKGBUILD
  deepin-daemon/repos/community-testing-i686/deepin-daemon.install
  deepin-daemon/repos/community-testing-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-testing-x86_64/PKGBUILD
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-testing-x86_64/deepin-daemon.sysusers

-+
 /PKGBUILD   |  150 ++
 /deepin-daemon.install  |   26 +++
 /deepin-daemon.sysusers |4 
 community-testing-i686/PKGBUILD |   75 ---
 community-testing-i686/deepin-daemon.install|   13 -
 community-testing-i686/deepin-daemon.sysusers   |2 
 community-testing-x86_64/PKGBUILD   |   75 ---
 community-testing-x86_64/deepin-daemon.install  |   13 -
 community-testing-x86_64/deepin-daemon.sysusers |2 
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:19:36 UTC (rev 151231)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:20:48 UTC (rev 151232)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=2.93.1.20151208
-_commit=88f227a708c2a790a8ceaee6c93c75cd2d1be8fd
-#_golibver=0.4.2
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_deepinapiver=2.92.1
-_deepinapirev=fb83410f533eec79579ac11386520db3a733c550
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=3c2b44c085415de28f2f82825aa36012eeb31042
-_desktopbaserev=df35ee9bbe33cca436c256a145b88e58e011b737
-pkgrel=2
-pkgdesc='Daemon handling the DDE session settings'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'metacity' 
'poppler-glib'
- 'rfkill' 'acpid' 'bluez' 'deepin-notifications' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'polkit-gnome' 'udisks2' 'upower' 
'gcc-go'
- 'libxkbfile' 'accountsservice')
-makedepends=('deepin-dbus-generator' 'sqlite' 'git' 'mercurial')
-optdepends=('networkmanager: Network Management daemon'
-'deepin-grub2-themes: deepin theme for grub menu')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=(#"git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/dde-daemon.git#commit=$_commit;
-#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
-#"git+https://github.com/linuxdeepin/dde-api.git#tag=$_deepinapiver;
-"git+https://github.com/linuxdeepin/dde-api.git#commit=$_deepinapirev;
-
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;
-
"git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev;
-'deepin-daemon.sysusers')
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'4482f2c82c3652040021dd43515f131184a0417e341dc37db487117012245e25')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-  
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- code.google.com/p/graphics-go/graphics 
code.google.com/p/jamslam-freetype-go/freetype \
- 

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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:23:51
  Author: fyan
Revision: 151236

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:23:07 UTC (rev 151235)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:23:51 UTC (rev 151236)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=libdui
-pkgver=1.2.1.20151207
-_commit=deae40b090eb3933082bffc6413d0a2e25546d67
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://cr.deepin.io/dde/libdui;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras')
-makedepends=('git')
-source=("git+https://github.com/linuxdeepin/libdui#commit=$_commit;)
-sha256sums=('SKIP')
-
-build(){
-  cd "${pkgname}"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: libdui/repos/community-testing-i686/PKGBUILD (from rev 151235, 
libdui/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:23:51 UTC (rev 151236)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=libdui
+pkgver=1.2.2
+_commit=deae40b090eb3933082bffc6413d0a2e25546d67
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/dde/libdui;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/libdui#commit=$_commit;)
+sha256sums=('SKIP')
+
+build(){
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-12-09 13:23:07 UTC (rev 151235)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 13:23:51 UTC (rev 151236)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=libdui
-pkgver=1.2.1.20151207
-_commit=deae40b090eb3933082bffc6413d0a2e25546d67
-pkgrel=1
-pkgdesc='Deepin graphical user interface library'
-arch=('i686' 'x86_64')
-url="https://cr.deepin.io/dde/libdui;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras')
-makedepends=('git')
-source=("git+https://github.com/linuxdeepin/libdui#commit=$_commit;)
-sha256sums=('SKIP')
-
-build(){
-  cd "${pkgname}"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: libdui/repos/community-testing-x86_64/PKGBUILD (from rev 151235, 
libdui/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-12-09 13:23:51 UTC (rev 151236)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=libdui
+pkgver=1.2.2
+_commit=deae40b090eb3933082bffc6413d0a2e25546d67
+pkgrel=1
+pkgdesc='Deepin graphical user interface library'
+arch=('i686' 'x86_64')
+url="https://cr.deepin.io/dde/libdui;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/libdui#commit=$_commit;)
+sha256sums=('SKIP')
+
+build(){
+  cd "${pkgname}"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make INSTALL_ROOT="${pkgdir}" install
+}


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

2015-12-09 Thread Felix Yan
Date: Wednesday, December 9, 2015 @ 14:30:07
  Author: fyan
Revision: 151242

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

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

---+
 /PKGBUILD |  114 
 community-testing-i686/PKGBUILD   |   57 --
 community-testing-x86_64/PKGBUILD |   57 --
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-09 13:29:16 UTC (rev 151241)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:30:07 UTC (rev 151242)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=2.92.1.20151208
-_commit=32804cad060510fc0e61da2106dc5f14fcc8c56b
-#_golibver=0.4.2
-_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
-#_dbusfactoryver=2.92.1
-_deepinfactoryrev=3c2b44c085415de28f2f82825aa36012eeb31042
-pkgrel=3
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'deepin-metacity' 'xcur2png')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-makedepends=('git' 'deepin-dbus-generator' 'bzr')
-source=(#"git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
-"git+https://github.com/linuxdeepin/dde-api.git#commit=$_commit;
-#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
-"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
-
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
-
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_deepinfactoryrev;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/lib
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/dde-api"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="${pkgdir}" install-binary
-
-  mv "$pkgdir"/{lib/systemd,usr/lib/}
-  rmdir "$pkgdir/lib"
-}

Copied: deepin-api/repos/community-testing-i686/PKGBUILD (from rev 151241, 
deepin-api/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:30:07 UTC (rev 151242)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=2.92.2
+_commit=32804cad060510fc0e61da2106dc5f14fcc8c56b
+#_golibver=0.4.3
+_golibrev=902e89b94c9d657f523bcdabad399dc789dcf86e
+#_dbusfactoryver=2.92.2
+_dbusfactoryrev=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'gcc-go' 'poppler-glib' 'deepin-metacity' 'xcur2png')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+makedepends=('git' 'deepin-dbus-generator' 'bzr')
+source=(#"git+https://github.com/linuxdeepin/dde-api.git#tag=$pkgver;
+"git+https://github.com/linuxdeepin/dde-api.git#commit=$_commit;
+#"git+https://github.com/linuxdeepin/go-lib.git#tag=$_golibver;
+"git+https://github.com/linuxdeepin/go-lib.git#commit=$_golibrev;
+
#"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#commit=$_dbusfactoryrev;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/lib
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/dde-api"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="${pkgdir}" install-binary
+
+  mv "$pkgdir"/{lib/systemd,usr/lib/}
+  rmdir "$pkgdir/lib"
+}

Deleted: 

  1   2   3   >