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

Antonio Rojas arojas at archlinux.org
Thu Apr 20 07:58:42 UTC 2017


    Date: Thursday, April 20, 2017 @ 07:58:42
  Author: arojas
Revision: 293320

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

Added:
  baloo-widgets/repos/kde-unstable-i686/
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
    (from rev 293319, baloo-widgets/trunk/PKGBUILD)
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293319, baloo-widgets/trunk/PKGBUILD)
Deleted:
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   37 -------------------------------------
 3 files changed, 74 insertions(+), 37 deletions(-)

Copied: baloo-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 293319, baloo-widgets/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 07:58:42 UTC (rev 293320)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo-widgets
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://community.kde.org/Baloo'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bc22642dd325d90dc4d2a360eb88e3954deb2f15da97740e170fb3326417735a'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 07:58:24 UTC (rev 293319)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 07:58:42 UTC (rev 293320)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=baloo-widgets
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(i686 x86_64)
-url='https://community.kde.org/Baloo'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8e424f21536df7476f4b11d2a93c66d069945789f8ebe9a5b837ed0639a9b17d'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 293319, baloo-widgets/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 07:58:42 UTC (rev 293320)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=baloo-widgets
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(i686 x86_64)
+url='https://community.kde.org/Baloo'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bc22642dd325d90dc4d2a360eb88e3954deb2f15da97740e170fb3326417735a'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list