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

Antonio Rojas arojas at archlinux.org
Fri Aug 5 18:31:58 UTC 2016


    Date: Friday, August 5, 2016 @ 18:31:58
  Author: arojas
Revision: 273334

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

Added:
  kwalletmanager/repos/kde-unstable-i686/PKGBUILD
    (from rev 273333, kwalletmanager/kde-unstable/PKGBUILD)
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 273333, kwalletmanager/kde-unstable/PKGBUILD)
Deleted:
  kwalletmanager/repos/kde-unstable-i686/PKGBUILD
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-08-05 18:31:40 UTC (rev 273333)
+++ kde-unstable-i686/PKGBUILD	2016-08-05 18:31:58 UTC (rev 273334)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwalletmanager
-pkgver=16.07.80
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='http://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kdelibs4support kcmutils hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('cd29d1d9be1ba91caa3da74bf1cf48bd')
-
-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
-}
-

Copied: kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 273333, kwalletmanager/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-05 18:31:58 UTC (rev 273334)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwalletmanager
+pkgver=16.07.90
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin kcmutils)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('90de0019fa89b56b45c580a34346862b')
+
+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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-08-05 18:31:40 UTC (rev 273333)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-05 18:31:58 UTC (rev 273334)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kwalletmanager
-pkgver=16.07.80
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='http://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kdelibs4support kcmutils hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('cd29d1d9be1ba91caa3da74bf1cf48bd')
-
-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
-}
-

Copied: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 273333, kwalletmanager/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-05 18:31:58 UTC (rev 273334)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwalletmanager
+pkgver=16.07.90
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin kcmutils)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('90de0019fa89b56b45c580a34346862b')
+
+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