[arch-commits] Commit in plasma-workspace/repos (8 files)
Felix Yan
fyan at archlinux.org
Tue Mar 22 14:06:05 UTC 2016
Date: Tuesday, March 22, 2016 @ 15:06:05
Author: fyan
Revision: 262239
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 262238, plasma-workspace/trunk/PKGBUILD)
plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 262238, plasma-workspace/trunk/kde.pam)
plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 262238, plasma-workspace/trunk/PKGBUILD)
plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 262238, plasma-workspace/trunk/kde.pam)
Deleted:
plasma-workspace/repos/kde-unstable-i686/PKGBUILD
plasma-workspace/repos/kde-unstable-i686/kde.pam
plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
plasma-workspace/repos/kde-unstable-x86_64/kde.pam
------------------------------+
/PKGBUILD | 192 +++++++++++++++++++++++++++++++++++++++++
/kde.pam | 18 +++
kde-unstable-i686/PKGBUILD | 101 ---------------------
kde-unstable-i686/kde.pam | 9 -
kde-unstable-x86_64/PKGBUILD | 101 ---------------------
kde-unstable-x86_64/kde.pam | 9 -
6 files changed, 210 insertions(+), 220 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-03-22 14:05:32 UTC (rev 262238)
+++ kde-unstable-i686/PKGBUILD 2016-03-22 14:06:05 UTC (rev 262239)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.5.95
-pkgrel=3
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam'
- mpris2-dataengine.patch::"https://git.reviewboard.kde.org/r/127285/diff/2/raw/")
-md5sums=('6d908286ab31ee0e857e2249a52b0706'
- '378ee33a9ec2870a1a899f2e05ee00d4'
- '6a6850cea465e13efabf99acba545e12')
-
-prepare() {
- mkdir -p build
-
- cd $pkgbase-${pkgver}
- # be sure to use the Qt5 version of qtpaths
- sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-
-# Fix MPRIS2 dataengine with Qt 5.6
- patch -p1 -i ../mpris2-dataengine.patch
-}
-
-build() {
- cd build
- cmake ../$pkgbase-${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_plasma-workspace() {
- depends+=('kuiserver')
- optdepends=('plasma-workspace-wallpapers: additional wallpapers'
- 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation')
- conflicts=('kdebase-workspace')
-
- cd build
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
- # Remove conflicts with drkonqi
- rm "$pkgdir"/usr/lib/drkonqi
- rm -r "$pkgdir"/usr/share/drkonqi
-
- # Remove conflicts with kuiserver
- rm "$pkgdir"/usr/bin/kuiserver5
- rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
- rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
- rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
- # Split plasma-wayland scripts
- rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
- pkgdesc='KDE crash handler'
- depends=('kxmlrpcclient' 'kidletime' 'gdb')
-
- cd build/drkonqi
- make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
- pkgdesc='KDE Progress Info UI server'
- depends=('kxmlgui')
- groups=()
-
- cd build/kuiserver
- make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
- pkgdesc='Plasma Wayland session'
- depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 'xorg-server-xwayland')
- groups=()
-
- install -Dm644 build/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}
Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 262238, plasma-workspace/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-03-22 14:06:05 UTC (rev 262239)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. <lq07829icatm at rambler.ru>
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration')
+makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam')
+md5sums=('59a5f026b88158c3a1675fff52846cbf'
+ '378ee33a9ec2870a1a899f2e05ee00d4')
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgbase-${pkgver}
+ # be sure to use the Qt5 version of qtpaths
+ sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
+}
+
+build() {
+ cd build
+ cmake ../$pkgbase-${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_plasma-workspace() {
+ depends+=('kuiserver')
+ optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+ 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation')
+ conflicts=('kdebase-workspace')
+
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+ # Remove conflicts with drkonqi
+ rm "$pkgdir"/usr/lib/drkonqi
+ rm -r "$pkgdir"/usr/share/drkonqi
+
+ # Remove conflicts with kuiserver
+ rm "$pkgdir"/usr/bin/kuiserver5
+ rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
+ rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
+ rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
+
+ # Split plasma-wayland scripts
+ rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_drkonqi() {
+ pkgdesc='KDE crash handler'
+ depends=('kxmlrpcclient' 'kidletime' 'gdb')
+
+ cd build/drkonqi
+ make DESTDIR="$pkgdir" install
+}
+
+package_kuiserver() {
+ pkgdesc='KDE Progress Info UI server'
+ depends=('kxmlgui')
+ groups=()
+
+ cd build/kuiserver
+ make DESTDIR="$pkgdir" install
+}
+
+package_plasma-wayland-session() {
+ pkgdesc='Plasma Wayland session'
+ depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 'xorg-server-xwayland')
+ groups=()
+
+ install -Dm644 build/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}
Deleted: kde-unstable-i686/kde.pam
===================================================================
--- kde-unstable-i686/kde.pam 2016-03-22 14:05:32 UTC (rev 262238)
+++ kde-unstable-i686/kde.pam 2016-03-22 14:06:05 UTC (rev 262239)
@@ -1,9 +0,0 @@
-#%PAM-1.0
-
-auth include system-login
-
-account include system-login
-
-password include system-login
-
-session include system-login
Copied: plasma-workspace/repos/kde-unstable-i686/kde.pam (from rev 262238, plasma-workspace/trunk/kde.pam)
===================================================================
--- kde-unstable-i686/kde.pam (rev 0)
+++ kde-unstable-i686/kde.pam 2016-03-22 14:06:05 UTC (rev 262239)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+auth include system-login
+
+account include system-login
+
+password include system-login
+
+session include system-login
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-03-22 14:05:32 UTC (rev 262238)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-22 14:06:05 UTC (rev 262239)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.5.95
-pkgrel=3
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam'
- mpris2-dataengine.patch::"https://git.reviewboard.kde.org/r/127285/diff/2/raw/")
-md5sums=('6d908286ab31ee0e857e2249a52b0706'
- '378ee33a9ec2870a1a899f2e05ee00d4'
- '6a6850cea465e13efabf99acba545e12')
-
-prepare() {
- mkdir -p build
-
- cd $pkgbase-${pkgver}
- # be sure to use the Qt5 version of qtpaths
- sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-
-# Fix MPRIS2 dataengine with Qt 5.6
- patch -p1 -i ../mpris2-dataengine.patch
-}
-
-build() {
- cd build
- cmake ../$pkgbase-${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_plasma-workspace() {
- depends+=('kuiserver')
- optdepends=('plasma-workspace-wallpapers: additional wallpapers'
- 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation')
- conflicts=('kdebase-workspace')
-
- cd build
- make DESTDIR="$pkgdir" install
-
- install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
- # Remove conflicts with drkonqi
- rm "$pkgdir"/usr/lib/drkonqi
- rm -r "$pkgdir"/usr/share/drkonqi
-
- # Remove conflicts with kuiserver
- rm "$pkgdir"/usr/bin/kuiserver5
- rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
- rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
- rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
- # Split plasma-wayland scripts
- rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
- pkgdesc='KDE crash handler'
- depends=('kxmlrpcclient' 'kidletime' 'gdb')
-
- cd build/drkonqi
- make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
- pkgdesc='KDE Progress Info UI server'
- depends=('kxmlgui')
- groups=()
-
- cd build/kuiserver
- make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
- pkgdesc='Plasma Wayland session'
- depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 'xorg-server-xwayland')
- groups=()
-
- install -Dm644 build/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}
Copied: plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD (from rev 262238, plasma-workspace/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-03-22 14:06:05 UTC (rev 262239)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. <lq07829icatm at rambler.ru>
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration')
+makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam')
+md5sums=('59a5f026b88158c3a1675fff52846cbf'
+ '378ee33a9ec2870a1a899f2e05ee00d4')
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgbase-${pkgver}
+ # be sure to use the Qt5 version of qtpaths
+ sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
+}
+
+build() {
+ cd build
+ cmake ../$pkgbase-${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_plasma-workspace() {
+ depends+=('kuiserver')
+ optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+ 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation')
+ conflicts=('kdebase-workspace')
+
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+ # Remove conflicts with drkonqi
+ rm "$pkgdir"/usr/lib/drkonqi
+ rm -r "$pkgdir"/usr/share/drkonqi
+
+ # Remove conflicts with kuiserver
+ rm "$pkgdir"/usr/bin/kuiserver5
+ rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
+ rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
+ rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
+
+ # Split plasma-wayland scripts
+ rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_drkonqi() {
+ pkgdesc='KDE crash handler'
+ depends=('kxmlrpcclient' 'kidletime' 'gdb')
+
+ cd build/drkonqi
+ make DESTDIR="$pkgdir" install
+}
+
+package_kuiserver() {
+ pkgdesc='KDE Progress Info UI server'
+ depends=('kxmlgui')
+ groups=()
+
+ cd build/kuiserver
+ make DESTDIR="$pkgdir" install
+}
+
+package_plasma-wayland-session() {
+ pkgdesc='Plasma Wayland session'
+ depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 'xorg-server-xwayland')
+ groups=()
+
+ install -Dm644 build/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}
Deleted: kde-unstable-x86_64/kde.pam
===================================================================
--- kde-unstable-x86_64/kde.pam 2016-03-22 14:05:32 UTC (rev 262238)
+++ kde-unstable-x86_64/kde.pam 2016-03-22 14:06:05 UTC (rev 262239)
@@ -1,9 +0,0 @@
-#%PAM-1.0
-
-auth include system-login
-
-account include system-login
-
-password include system-login
-
-session include system-login
Copied: plasma-workspace/repos/kde-unstable-x86_64/kde.pam (from rev 262238, plasma-workspace/trunk/kde.pam)
===================================================================
--- kde-unstable-x86_64/kde.pam (rev 0)
+++ kde-unstable-x86_64/kde.pam 2016-03-22 14:06:05 UTC (rev 262239)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+auth include system-login
+
+account include system-login
+
+password include system-login
+
+session include system-login
More information about the arch-commits
mailing list