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

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:01:27 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:01:27
  Author: arojas
Revision: 259389

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

Added:
  baloo-widgets/repos/testing-i686/
  baloo-widgets/repos/testing-i686/PKGBUILD
    (from rev 259388, baloo-widgets/trunk/PKGBUILD)
  baloo-widgets/repos/testing-x86_64/
  baloo-widgets/repos/testing-x86_64/PKGBUILD
    (from rev 259388, baloo-widgets/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: baloo-widgets/repos/testing-i686/PKGBUILD (from rev 259388, baloo-widgets/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:01:27 UTC (rev 259389)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo-widgets
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('b20808f6099b1dc4fa8a22b7f0283e7c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: baloo-widgets/repos/testing-x86_64/PKGBUILD (from rev 259388, baloo-widgets/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:01:27 UTC (rev 259389)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo-widgets
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+replaces=(baloo4-widgets)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('b20808f6099b1dc4fa8a22b7f0283e7c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list