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

Antonio Rojas arojas at archlinux.org
Sat Mar 5 11:44:50 UTC 2016


    Date: Saturday, March 5, 2016 @ 12:44:50
  Author: arojas
Revision: 260944

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

Added:
  kwin/repos/kde-unstable-i686/PKGBUILD
    (from rev 260943, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
    (from rev 260943, kwin/kde-unstable/kwin.install)
  kwin/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 260943, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
    (from rev 260943, kwin/kde-unstable/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       |   40 ------------------
 kde-unstable-i686/kwin.install   |   11 -----
 kde-unstable-x86_64/PKGBUILD     |   40 ------------------
 kde-unstable-x86_64/kwin.install |   11 -----
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-03-05 11:44:06 UTC (rev 260943)
+++ kde-unstable-i686/PKGBUILD	2016-03-05 11:44:50 UTC (rev 260944)
@@ -1,40 +0,0 @@
-# $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/kde-unstable-i686/PKGBUILD (from rev 260943, kwin/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-03-05 11:44:50 UTC (rev 260944)
@@ -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=2
+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")
+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
+}

Deleted: kde-unstable-i686/kwin.install
===================================================================
--- kde-unstable-i686/kwin.install	2016-03-05 11:44:06 UTC (rev 260943)
+++ kde-unstable-i686/kwin.install	2016-03-05 11:44:50 UTC (rev 260944)
@@ -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 260943, kwin/kde-unstable/kwin.install)
===================================================================
--- kde-unstable-i686/kwin.install	                        (rev 0)
+++ kde-unstable-i686/kwin.install	2016-03-05 11:44:50 UTC (rev 260944)
@@ -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-05 11:44:06 UTC (rev 260943)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-05 11:44:50 UTC (rev 260944)
@@ -1,40 +0,0 @@
-# $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/kde-unstable-x86_64/PKGBUILD (from rev 260943, kwin/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-05 11:44:50 UTC (rev 260944)
@@ -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=2
+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")
+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
+}

Deleted: kde-unstable-x86_64/kwin.install
===================================================================
--- kde-unstable-x86_64/kwin.install	2016-03-05 11:44:06 UTC (rev 260943)
+++ kde-unstable-x86_64/kwin.install	2016-03-05 11:44:50 UTC (rev 260944)
@@ -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 260943, kwin/kde-unstable/kwin.install)
===================================================================
--- kde-unstable-x86_64/kwin.install	                        (rev 0)
+++ kde-unstable-x86_64/kwin.install	2016-03-05 11:44:50 UTC (rev 260944)
@@ -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