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

Antonio Rojas arojas at archlinux.org
Tue Oct 10 10:27:58 UTC 2017


    Date: Tuesday, October 10, 2017 @ 10:27:57
  Author: arojas
Revision: 307270

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

Added:
  plasma-integration/repos/kde-unstable-i686/
  plasma-integration/repos/kde-unstable-i686/PKGBUILD
    (from rev 307269, plasma-integration/trunk/PKGBUILD)
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 307269, plasma-integration/trunk/PKGBUILD)
Deleted:
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   39 ++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   39 ++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   47 -----------------------------------------
 3 files changed, 78 insertions(+), 47 deletions(-)

Copied: plasma-integration/repos/kde-unstable-i686/PKGBUILD (from rev 307269, plasma-integration/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-10-10 10:27:57 UTC (rev 307270)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=plasma-integration
+pkgver=5.11.0
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-10-10 10:27:38 UTC (rev 307269)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-10 10:27:57 UTC (rev 307270)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=plasma-integration
-pkgver=5.10.95
-pkgrel=4
-pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
-arch=(i686 x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
-makedepends=(extra-cmake-modules python breeze)
-groups=(plasma)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-        plasma-integration-qqc2-style.patch::"https://cgit.kde.org/plasma-integration.git/patch/?id=1781d60b"
-        plasma-integration-qqc2-style-2.patch::"https://cgit.kde.org/plasma-integration.git/patch/?id=059369d6")
-sha256sums=('783deac27011592cb364c4788e1854841ccb728b984fec01d48966b2e64831a4'
-            'SKIP'
-            '9106df5493e1f7a077aa976a8285efabb281126a7d76371d52ee2200150b9623'
-            '0ab8adb056a468af0e206d29473f34e29666b8b70a0fe929bb26b7422af16d15')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../plasma-integration-qqc2-style.patch # Set QQC2 style here
-  patch -p1 -i ../plasma-integration-qqc2-style-2.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 307269, plasma-integration/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-10 10:27:57 UTC (rev 307270)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=plasma-integration
+pkgver=5.11.0
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e010989088feefe26240036edbe423be0e16622b402720c26a0d3d0c4ade32c3'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list