[arch-commits] Commit in plasma-workspace/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Wed Dec 17 07:50:21 UTC 2014


    Date: Wednesday, December 17, 2014 @ 08:50:20
  Author: andrea
Revision: 227678

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
    (from rev 227677, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
    (from rev 227677, plasma-workspace/trunk/PKGBUILD)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   98 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   50 ------------------------
 extra-x86_64/PKGBUILD |   50 ------------------------
 3 files changed, 98 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-12-17 07:50:11 UTC (rev 227677)
+++ extra-i686/PKGBUILD	2014-12-17 07:50:20 UTC (rev 227678)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
-pkgname=plasma-workspace
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
-         'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
-         'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
-         'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-            'kwin: KDE Window Manager'
-            'gpsd: GPS support for geolocation')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-options=('!buildflags')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('5d1ad80cd2a4d2b4ddc56eeb530ab903')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DSYSCONF_INSTALL_DIR=/etc \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # be sure to use the Qt5 version of qtpaths
-  sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 227677, plasma-workspace/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-12-17 07:50:20 UTC (rev 227678)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. <lq07829icatm at rambler.ru>
+
+pkgname=plasma-workspace
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
+         'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+         'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
+         'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
+optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+            'kwin: KDE Window Manager'
+            'gpsd: GPS support for geolocation')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+options=('!buildflags')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('8a01835179b25e3a7ff644fd7e52ec96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -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
+
+  # be sure to use the Qt5 version of qtpaths
+  sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-12-17 07:50:11 UTC (rev 227677)
+++ extra-x86_64/PKGBUILD	2014-12-17 07:50:20 UTC (rev 227678)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
-pkgname=plasma-workspace
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
-         'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
-         'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
-         'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
-optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-            'kwin: KDE Window Manager'
-            'gpsd: GPS support for geolocation')
-conflicts=('kdebase-workspace')
-groups=('plasma-next')
-options=('!buildflags')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('5d1ad80cd2a4d2b4ddc56eeb530ab903')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DSYSCONF_INSTALL_DIR=/etc \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # be sure to use the Qt5 version of qtpaths
-  sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde
-}

Copied: plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 227677, plasma-workspace/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-12-17 07:50:20 UTC (rev 227678)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. <lq07829icatm at rambler.ru>
+
+pkgname=plasma-workspace
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor'
+         'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate'
+         'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze'
+         'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd')
+optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+            'kwin: KDE Window Manager'
+            'gpsd: GPS support for geolocation')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+options=('!buildflags')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('8a01835179b25e3a7ff644fd7e52ec96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -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
+
+  # be sure to use the Qt5 version of qtpaths
+  sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde
+}



More information about the arch-commits mailing list