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

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 18:15:40
  Author: fyan
Revision: 266531

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

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

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   40 --
 extra-i686/kwin.install   |   11 --
 extra-x86_64/PKGBUILD |   40 --
 extra-x86_64/kwin.install |   11 --
 5 files changed, 78 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 16:14:45 UTC (rev 266530)
+++ extra-i686/PKGBUILD 2016-04-28 16:15:40 UTC (rev 266531)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.6.3
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python')
-optdepends=('libinput: for kwin-wayland')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('c007cd5a6ecf2611a415062259f335d0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 266530, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 16:15:40 UTC (rev 266531)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.6.3
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python')
+optdepends=('libinput: for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('c007cd5a6ecf2611a415062259f335d0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kwin.install
===
--- extra-i686/kwin.install 2016-04-28 16:14:45 UTC (rev 266530)
+++ extra-i686/kwin.install 2016-04-28 16:15:40 UTC (rev 266531)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 16:14:45 UTC (rev 266530)
+++ extra-x86_64/PKGBUILD   2016-04-28 16:15:40 UTC (rev 266531)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwin
-pkgver=5.6.3
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 
'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python')
-optdepends=('libinput: for kwin-wayland')
-groups=('plasma')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)

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

2015-12-08 Thread Felix Yan
Date: Tuesday, December 8, 2015 @ 14:16:01
  Author: fyan
Revision: 253854

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

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

-+
 staging-i686/PKGBUILD   |   40 
 staging-i686/kwin.install   |   11 +++
 staging-x86_64/PKGBUILD |   40 
 staging-x86_64/kwin.install |   11 +++
 4 files changed, 102 insertions(+)

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

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

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

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


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

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

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

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

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

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

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 251703, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-11-20 21:30:44 UTC (rev 251704)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 251703, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-x86_64/kwin.install(rev 0)
+++ kde-unstable-x86_64/kwin.install2015-11-20 21:30:44 UTC (rev 251704)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:01:28
  Author: fyan
Revision: 245536

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

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-i686/kwin.install   |   11 +++
 testing-x86_64/PKGBUILD |   40 
 testing-x86_64/kwin.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: kwin/repos/testing-i686/PKGBUILD (from rev 245535, kwin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:01:28 UTC (rev 245536)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('91e85616bd899d2a610311b2ca1de622')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwin/repos/testing-i686/kwin.install (from rev 245535, 
kwin/trunk/kwin.install)
===
--- testing-i686/kwin.install   (rev 0)
+++ testing-i686/kwin.install   2015-09-08 15:01:28 UTC (rev 245536)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/testing-x86_64/PKGBUILD (from rev 245535, 
kwin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:01:28 UTC (rev 245536)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('91e85616bd899d2a610311b2ca1de622')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwin/repos/testing-x86_64/kwin.install (from rev 245535, 
kwin/trunk/kwin.install)
===
--- testing-x86_64/kwin.install (rev 0)
+++ testing-x86_64/kwin.install 2015-09-08 15:01:28 UTC (rev 245536)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:36:52
  Author: arojas
Revision: 243638

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

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

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

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 243637, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e84c934da954afb6d4ae0378a2b6bbba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 243637, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 243637, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e84c934da954afb6d4ae0378a2b6bbba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 243637, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-x86_64/kwin.install(rev 0)
+++ kde-unstable-x86_64/kwin.install2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-05-10 Thread Antonio Rojas
Date: Sunday, May 10, 2015 @ 15:08:33
  Author: arojas
Revision: 238867

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

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-i686/kwin.install   |   11 +++
 testing-x86_64/PKGBUILD |   40 
 testing-x86_64/kwin.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: kwin/repos/testing-i686/PKGBUILD (from rev 238866, kwin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 13:08:33 UTC (rev 238867)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/testing-i686/kwin.install (from rev 238866, 
kwin/trunk/kwin.install)
===
--- testing-i686/kwin.install   (rev 0)
+++ testing-i686/kwin.install   2015-05-10 13:08:33 UTC (rev 238867)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/testing-x86_64/PKGBUILD (from rev 238866, 
kwin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-10 13:08:33 UTC (rev 238867)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.0
+pkgrel=3
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/testing-x86_64/kwin.install (from rev 238866, 
kwin/trunk/kwin.install)
===
--- testing-x86_64/kwin.install (rev 0)
+++ testing-x86_64/kwin.install 2015-05-10 13:08:33 UTC (rev 238867)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:09:37
  Author: arojas
Revision: 238084

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

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-i686/kwin.install   |   11 +++
 testing-x86_64/PKGBUILD |   40 
 testing-x86_64/kwin.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: kwin/repos/testing-i686/PKGBUILD (from rev 238083, kwin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/testing-i686/kwin.install (from rev 238083, 
kwin/trunk/kwin.install)
===
--- testing-i686/kwin.install   (rev 0)
+++ testing-i686/kwin.install   2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/testing-x86_64/PKGBUILD (from rev 238083, 
kwin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/testing-x86_64/kwin.install (from rev 238083, 
kwin/trunk/kwin.install)
===
--- testing-x86_64/kwin.install (rev 0)
+++ testing-x86_64/kwin.install 2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-14 Thread Antonio Rojas
Date: Tuesday, April 14, 2015 @ 09:42:22
  Author: arojas
Revision: 236492

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

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

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

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 236491, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-14 07:42:22 UTC (rev 236492)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.2.95
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7a4adcaa5742444a58b9581c6acf24e7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 236491, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-04-14 07:42:22 UTC (rev 236492)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 236491, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-14 07:42:22 UTC (rev 236492)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.2.95
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7a4adcaa5742444a58b9581c6acf24e7')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 236491, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-x86_64/kwin.install(rev 0)
+++ kde-unstable-x86_64/kwin.install2015-04-14 07:42:22 UTC (rev 236492)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-02-24 Thread Felix Yan
Date: Wednesday, February 25, 2015 @ 04:00:43
  Author: fyan
Revision: 231886

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

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

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

Copied: kwin/repos/staging-i686/PKGBUILD (from rev 231885, kwin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-25 03:00:43 UTC (rev 231886)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.2.1
+_dir=5.2.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('863205ef27b7a11897fdeb24a75399ed')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/staging-i686/kwin.install (from rev 231885, 
kwin/trunk/kwin.install)
===
--- staging-i686/kwin.install   (rev 0)
+++ staging-i686/kwin.install   2015-02-25 03:00:43 UTC (rev 231886)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/staging-x86_64/PKGBUILD (from rev 231885, 
kwin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-25 03:00:43 UTC (rev 231886)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.2.1
+_dir=5.2.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('863205ef27b7a11897fdeb24a75399ed')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/staging-x86_64/kwin.install (from rev 231885, 
kwin/trunk/kwin.install)
===
--- staging-x86_64/kwin.install (rev 0)
+++ staging-x86_64/kwin.install 2015-02-25 03:00:43 UTC (rev 231886)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-09-09 Thread Andrea Scarpino
Date: Tuesday, September 9, 2014 @ 14:19:04
  Author: andrea
Revision: 221292

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

Added:
  kwin/repos/extra-i686/
  kwin/repos/extra-i686/PKGBUILD
(from rev 221291, kwin/trunk/PKGBUILD)
  kwin/repos/extra-i686/kwin.install
(from rev 221291, kwin/trunk/kwin.install)
  kwin/repos/extra-x86_64/
  kwin/repos/extra-x86_64/PKGBUILD
(from rev 221291, kwin/trunk/PKGBUILD)
  kwin/repos/extra-x86_64/kwin.install
(from rev 221291, kwin/trunk/kwin.install)

---+
 extra-i686/PKGBUILD   |   38 ++
 extra-i686/kwin.install   |   11 +++
 extra-x86_64/PKGBUILD |   38 ++
 extra-x86_64/kwin.install |   11 +++
 4 files changed, 98 insertions(+)

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 221291, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-09 12:19:04 UTC (rev 221292)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b897099c71ba90fc909fa18d98255592')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/extra-i686/kwin.install (from rev 221291, 
kwin/trunk/kwin.install)
===
--- extra-i686/kwin.install (rev 0)
+++ extra-i686/kwin.install 2014-09-09 12:19:04 UTC (rev 221292)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/extra-x86_64/PKGBUILD (from rev 221291, kwin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-09 12:19:04 UTC (rev 221292)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'kcmutils' 'knewstuff' 
'libxcursor' 'kinit')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b897099c71ba90fc909fa18d98255592')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/extra-x86_64/kwin.install (from rev 221291, 
kwin/trunk/kwin.install)
===
--- extra-x86_64/kwin.install   (rev 0)
+++ extra-x86_64/kwin.install   2014-09-09 12:19:04 UTC (rev 221292)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}