[arch-commits] Commit in knotifications/repos/extra-i686 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sun Sep 14 13:02:13 UTC 2014


    Date: Sunday, September 14, 2014 @ 15:02:13
  Author: andrea
Revision: 221667

archrelease: copy trunk to extra-i686

Added:
  knotifications/repos/extra-i686/PKGBUILD
    (from rev 221666, knotifications/trunk/PKGBUILD)
Deleted:
  knotifications/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-14 13:02:04 UTC (rev 221666)
+++ PKGBUILD	2014-09-14 13:02:13 UTC (rev 221667)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=knotifications
-pkgver=5.2.0
-pkgrel=1
-pkgdesc='KNotifications'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/knotifications'
-license=('LGPL')
-depends=('phonon-qt5' 'libdbusmenu-qt5' 'kservice' 'kiconthemes')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('1e4affeb4319eca4a0afb885319ec060')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
-    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: knotifications/repos/extra-i686/PKGBUILD (from rev 221666, knotifications/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-14 13:02:13 UTC (rev 221667)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=knotifications
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='KNotifications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/knotifications'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kservice' 'kiconthemes')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('1e4affeb4319eca4a0afb885319ec060')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list