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

Antonio Rojas arojas at archlinux.org
Thu Mar 3 22:23:41 UTC 2016


    Date: Thursday, March 3, 2016 @ 23:23:41
  Author: arojas
Revision: 260689

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

Added:
  kwin/repos/staging-i686/
  kwin/repos/staging-i686/PKGBUILD
    (from rev 260688, kwin/kde-unstable/PKGBUILD)
  kwin/repos/staging-i686/kwin.install
    (from rev 260688, kwin/kde-unstable/kwin.install)
  kwin/repos/staging-x86_64/
  kwin/repos/staging-x86_64/PKGBUILD
    (from rev 260688, kwin/kde-unstable/PKGBUILD)
  kwin/repos/staging-x86_64/kwin.install
    (from rev 260688, kwin/kde-unstable/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 260688, kwin/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-03 22:23:41 UTC (rev 260689)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwin
+pkgver=5.5.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' 'hicolor-icon-theme' 'kdecoration' 'libxkbcommon')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput')
+optdepends=('libinput: for kwin-wayland')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1d2e0d2e8aba3b1bc96674c71cd2a265')
+
+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/staging-i686/kwin.install (from rev 260688, kwin/kde-unstable/kwin.install)
===================================================================
--- staging-i686/kwin.install	                        (rev 0)
+++ staging-i686/kwin.install	2016-03-03 22:23:41 UTC (rev 260689)
@@ -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 260688, kwin/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-03 22:23:41 UTC (rev 260689)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwin
+pkgver=5.5.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' 'hicolor-icon-theme' 'kdecoration' 'libxkbcommon')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput')
+optdepends=('libinput: for kwin-wayland')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1d2e0d2e8aba3b1bc96674c71cd2a265')
+
+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/staging-x86_64/kwin.install (from rev 260688, kwin/kde-unstable/kwin.install)
===================================================================
--- staging-x86_64/kwin.install	                        (rev 0)
+++ staging-x86_64/kwin.install	2016-03-03 22:23:41 UTC (rev 260689)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list