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

2017-10-10 Thread Antonio Rojas
Date: Tuesday, October 10, 2017 @ 10:28:17
  Author: arojas
Revision: 307271

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

Added:
  plasma-workspace/repos/kde-unstable-i686/
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 307270, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 307270, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 307270, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 307270, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam

--+
 /PKGBUILD|   87 ++
 /kde.pam |9 
 kde-unstable-i686/PKGBUILD   |   87 ++
 kde-unstable-i686/kde.pam|9 
 kde-unstable-x86_64/PKGBUILD |   92 -
 kde-unstable-x86_64/kde.pam  |9 
 6 files changed, 192 insertions(+), 101 deletions(-)

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 307270, 
plasma-workspace/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-10-10 10:28:17 UTC (rev 307271)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace kuiserver plasma-wayland-session)
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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 ktexteditor 
libqalculate qt5-tools kde-cli-tools
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
xorg-xprop milou prison kwin
+ plasma-integration kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo appstream-qt krunner 
networkmanager-qt kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam)
+sha256sums=('7c043d05a12cdb1d31b3e47bb3c8bdb312ea4889cdf5d069dcf3f18d729becd3'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  depends+=(kuiserver)
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar'
+  'appmenu-qt4: global menu support for Qt4 applications'
+  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
+  'baloo: Baloo search runner'
+  'appstream-qt: package search runner')
+  provides=(notification-daemon)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+  # 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
+  rm "$pkgdir"/etc/xdg/kuiserver.categories
+
+  # Split plasma-wayland scripts
+  rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_kuiserver() {
+  pkgdesc='KDE Progress Info UI server'
+  depends=(kxmlgui)
+
+  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/kde.pam (from rev 307270, 
plasma-workspace/trunk/kde.pam)
===
--- kde-unstable-i686/kde.pam   (rev 0)
+++ kde-unstable-i686/kde.pam   2017-10-10 10:28:17 UTC (rev 307271)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+

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

2017-05-30 Thread Antonio Rojas
Date: Tuesday, May 30, 2017 @ 16:34:08
  Author: arojas
Revision: 296766

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

Added:
  plasma-workspace/repos/kde-unstable-i686/
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 296765, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 296765, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 296765, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 296765, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam

--+
 /PKGBUILD|   99 +
 /kde.pam |9 +++
 kde-unstable-i686/PKGBUILD   |   99 +
 kde-unstable-i686/kde.pam|9 +++
 kde-unstable-x86_64/PKGBUILD |   97 
 kde-unstable-x86_64/kde.pam  |9 ---
 6 files changed, 216 insertions(+), 106 deletions(-)

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 296765, 
plasma-workspace/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-05-30 16:34:08 UTC (rev 296766)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.10.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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' 'ktexteditor' 
'libqalculate'
+ 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 
'kactivitymanagerd' 'kholidays'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'prison' 'kwin' 
'plasma-integration' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo' 'appstream-qt'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
+groups=('plasma')
+source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
+sha256sums=('a9bc9e08012028bbd913da9f15afd3c78597a5b5cc9b912fe16090e7bdb95b69'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  depends+=('kuiserver')
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar'
+  'appmenu-qt4: global menu support for Qt4 applications'
+  'qt5-virtualkeyboard: virtual keyboard support in lock screen'
+  'baloo: Baloo search runner'
+  'appstream-qt: package search runner')
+  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')
+
+  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.deskto

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

2017-01-31 Thread Antonio Rojas
Date: Tuesday, January 31, 2017 @ 09:27:41
  Author: arojas
Revision: 287796

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

Added:
  plasma-workspace/repos/kde-unstable-i686/
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 287795, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 287795, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 287795, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 287795, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam

--+
 /PKGBUILD|   95 +
 /kde.pam |9 +++
 kde-unstable-i686/PKGBUILD   |   95 +
 kde-unstable-i686/kde.pam|9 +++
 kde-unstable-x86_64/PKGBUILD |   95 -
 kde-unstable-x86_64/kde.pam  |9 ---
 6 files changed, 208 insertions(+), 104 deletions(-)

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 287795, 
plasma-workspace/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-01-31 09:27:41 UTC (rev 287796)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Alexey D. 
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+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' 'ktexteditor' 
'libqalculate'
+ 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 
'kactivitymanagerd' 'kholidays'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'prison' 'kwin' 
'plasma-integration' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt' 'kdesignerplugin')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig}
 'kde.pam')
+sha256sums=('d8f210bf40c88208802b29ec1660efffe347a55b85e5f2e18ee9f475717ac2d3'
+'SKIP'
+'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  depends+=('kuiserver')
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+  'kdepim-addons: displaying PIM events in the calendar')
+  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')
+
+  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/kde.pam (from rev 287795, 
plasma-workspace/trunk/kde.pam)
===
--- kde-unstable-i686/kde.pam   (rev 0)