[arch-commits] Commit in plasma-desktop/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Tue Jan 27 12:20:20 UTC 2015
Date: Tuesday, January 27, 2015 @ 13:20:19
Author: andrea
Revision: 230091
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
plasma-desktop/repos/extra-i686/PKGBUILD
(from rev 230090, plasma-desktop/trunk/PKGBUILD)
plasma-desktop/repos/extra-i686/plasma-desktop.install
(from rev 230090, plasma-desktop/trunk/plasma-desktop.install)
plasma-desktop/repos/extra-x86_64/PKGBUILD
(from rev 230090, plasma-desktop/trunk/PKGBUILD)
plasma-desktop/repos/extra-x86_64/plasma-desktop.install
(from rev 230090, plasma-desktop/trunk/plasma-desktop.install)
Deleted:
plasma-desktop/repos/extra-i686/PKGBUILD
plasma-desktop/repos/extra-i686/plasma-desktop.install
plasma-desktop/repos/extra-x86_64/PKGBUILD
plasma-desktop/repos/extra-x86_64/plasma-desktop.install
-------------------------------------+
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++
/plasma-desktop.install | 24 +++++++++
extra-i686/PKGBUILD | 41 -----------------
extra-i686/plasma-desktop.install | 12 ----
extra-x86_64/PKGBUILD | 41 -----------------
extra-x86_64/plasma-desktop.install | 12 ----
6 files changed, 106 insertions(+), 106 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-01-27 12:20:08 UTC (rev 230090)
+++ extra-i686/PKGBUILD 2015-01-27 12:20:19 UTC (rev 230091)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 'libcanberra'
- 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
-install="${pkgname}.install"
-groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('cd5dbce577c175cb33008702400d5598')
-
-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/extra-i686/PKGBUILD (from rev 230090, plasma-desktop/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-27 12:20:19 UTC (rev 230091)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 'libcanberra'
+ 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('476bc7465f8615b932696c9721453d26')
+
+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
+}
Deleted: extra-i686/plasma-desktop.install
===================================================================
--- extra-i686/plasma-desktop.install 2015-01-27 12:20:08 UTC (rev 230090)
+++ extra-i686/plasma-desktop.install 2015-01-27 12:20:19 UTC (rev 230091)
@@ -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: plasma-desktop/repos/extra-i686/plasma-desktop.install (from rev 230090, plasma-desktop/trunk/plasma-desktop.install)
===================================================================
--- extra-i686/plasma-desktop.install (rev 0)
+++ extra-i686/plasma-desktop.install 2015-01-27 12:20:19 UTC (rev 230091)
@@ -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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-01-27 12:20:08 UTC (rev 230090)
+++ extra-x86_64/PKGBUILD 2015-01-27 12:20:19 UTC (rev 230091)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=plasma-desktop
-pkgver=5.1.2
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 'libcanberra'
- 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('plasma-nm: Network manager applet')
-conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
-install="${pkgname}.install"
-groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('cd5dbce577c175cb33008702400d5598')
-
-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/extra-x86_64/PKGBUILD (from rev 230090, plasma-desktop/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-01-27 12:20:19 UTC (rev 230091)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 'libcanberra'
+ 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
+install="${pkgname}.install"
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('476bc7465f8615b932696c9721453d26')
+
+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
+}
Deleted: extra-x86_64/plasma-desktop.install
===================================================================
--- extra-x86_64/plasma-desktop.install 2015-01-27 12:20:08 UTC (rev 230090)
+++ extra-x86_64/plasma-desktop.install 2015-01-27 12:20:19 UTC (rev 230091)
@@ -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: plasma-desktop/repos/extra-x86_64/plasma-desktop.install (from rev 230090, plasma-desktop/trunk/plasma-desktop.install)
===================================================================
--- extra-x86_64/plasma-desktop.install (rev 0)
+++ extra-x86_64/plasma-desktop.install 2015-01-27 12:20:19 UTC (rev 230091)
@@ -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
+}
More information about the arch-commits
mailing list