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

Antonio Rojas arojas at archlinux.org
Mon May 16 18:51:11 UTC 2016


    Date: Monday, May 16, 2016 @ 20:51:10
  Author: arojas
Revision: 268235

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

Added:
  frameworkintegration/repos/testing-i686/PKGBUILD
    (from rev 268234, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/testing-x86_64/PKGBUILD
    (from rev 268234, frameworkintegration/trunk/PKGBUILD)
Deleted:
  frameworkintegration/repos/testing-i686/PKGBUILD
  frameworkintegration/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   72 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   36 -----------------------
 testing-x86_64/PKGBUILD |   36 -----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-05-16 18:50:39 UTC (rev 268234)
+++ testing-i686/PKGBUILD	2016-05-16 18:51:10 UTC (rev 268235)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=frameworkintegration
-pkgver=5.22.0
-pkgrel=1
-pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('b22f922009cb57beeb09b048003c5369')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: frameworkintegration/repos/testing-i686/PKGBUILD (from rev 268234, frameworkintegration/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-16 18:51:10 UTC (rev 268235)
@@ -0,0 +1,36 @@
+
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=frameworkintegration
+pkgver=5.22.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes')
+makedepends=('extra-cmake-modules' 'python' 'kio')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b22f922009cb57beeb09b048003c5369')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-05-16 18:50:39 UTC (rev 268234)
+++ testing-x86_64/PKGBUILD	2016-05-16 18:51:10 UTC (rev 268235)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=frameworkintegration
-pkgver=5.22.0
-pkgrel=1
-pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen' 'noto-fonts' 'libxcursor')
-makedepends=('extra-cmake-modules' 'python')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('b22f922009cb57beeb09b048003c5369')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 268234, frameworkintegration/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-16 18:51:10 UTC (rev 268235)
@@ -0,0 +1,36 @@
+
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=frameworkintegration
+pkgver=5.22.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes')
+makedepends=('extra-cmake-modules' 'python' 'kio')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('b22f922009cb57beeb09b048003c5369')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list