[arch-commits] Commit in kwin/repos (8 files)
Felix Yan
fyan at archlinux.org
Tue Mar 22 13:52:24 UTC 2016
Date: Tuesday, March 22, 2016 @ 14:52:23
Author: fyan
Revision: 262231
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 262230, kwin/trunk/PKGBUILD)
kwin/repos/kde-unstable-i686/kwin.install
(from rev 262230, kwin/trunk/kwin.install)
kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 262230, kwin/trunk/PKGBUILD)
kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 262230, kwin/trunk/kwin.install)
Deleted:
kwin/repos/kde-unstable-i686/PKGBUILD
kwin/repos/kde-unstable-i686/kwin.install
kwin/repos/kde-unstable-x86_64/PKGBUILD
kwin/repos/kde-unstable-x86_64/kwin.install
----------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++++++++
/kwin.install | 22 ++++++++++
kde-unstable-i686/PKGBUILD | 46 ---------------------
kde-unstable-i686/kwin.install | 11 -----
kde-unstable-x86_64/PKGBUILD | 46 ---------------------
kde-unstable-x86_64/kwin.install | 11 -----
6 files changed, 102 insertions(+), 114 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-03-22 13:51:16 UTC (rev 262230)
+++ kde-unstable-i686/PKGBUILD 2016-03-22 13:52:23 UTC (rev 262231)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwin
-pkgver=5.5.95
-pkgrel=3
-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')
-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"
- kwin-dummy-screen.patch::"https://quickgit.kde.org/?p=kwin.git&a=commitdiff&h=51ee5142&o=plain")
-md5sums=('1d2e0d2e8aba3b1bc96674c71cd2a265'
- 'c1d901c7bd17175b853ecb110f5c7586')
-
-prepare() {
- mkdir -p build
-
-# Fix issues with kwin-wayland
- cd $pkgname-$pkgver
- patch -p1 -i ../kwin-dummy-screen.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
-}
Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 262230, kwin/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-03-22 13:52:23 UTC (rev 262231)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwin
+pkgver=5.6.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' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils')
+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/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1add44b5f04bf60eb98dd7432bd45a56')
+
+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
+}
Deleted: kde-unstable-i686/kwin.install
===================================================================
--- kde-unstable-i686/kwin.install 2016-03-22 13:51:16 UTC (rev 262230)
+++ kde-unstable-i686/kwin.install 2016-03-22 13:52:23 UTC (rev 262231)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 262230, kwin/trunk/kwin.install)
===================================================================
--- kde-unstable-i686/kwin.install (rev 0)
+++ kde-unstable-i686/kwin.install 2016-03-22 13:52:23 UTC (rev 262231)
@@ -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/PKGBUILD 2016-03-22 13:51:16 UTC (rev 262230)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-22 13:52:23 UTC (rev 262231)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwin
-pkgver=5.5.95
-pkgrel=3
-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')
-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"
- kwin-dummy-screen.patch::"https://quickgit.kde.org/?p=kwin.git&a=commitdiff&h=51ee5142&o=plain")
-md5sums=('1d2e0d2e8aba3b1bc96674c71cd2a265'
- 'c1d901c7bd17175b853ecb110f5c7586')
-
-prepare() {
- mkdir -p build
-
-# Fix issues with kwin-wayland
- cd $pkgname-$pkgver
- patch -p1 -i ../kwin-dummy-screen.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
-}
Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 262230, kwin/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-22 13:52:23 UTC (rev 262231)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwin
+pkgver=5.6.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' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils')
+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/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1add44b5f04bf60eb98dd7432bd45a56')
+
+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
+}
Deleted: kde-unstable-x86_64/kwin.install
===================================================================
--- kde-unstable-x86_64/kwin.install 2016-03-22 13:51:16 UTC (rev 262230)
+++ kde-unstable-x86_64/kwin.install 2016-03-22 13:52:23 UTC (rev 262231)
@@ -1,11 +0,0 @@
-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/kwin.install (from rev 262230, kwin/trunk/kwin.install)
===================================================================
--- kde-unstable-x86_64/kwin.install (rev 0)
+++ kde-unstable-x86_64/kwin.install 2016-03-22 13:52:23 UTC (rev 262231)
@@ -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