[arch-commits] Commit in kleopatra/repos (8 files)

Antonio Rojas arojas at archlinux.org
Tue Apr 19 12:37:26 UTC 2016


    Date: Tuesday, April 19, 2016 @ 14:37:26
  Author: arojas
Revision: 265409

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

Added:
  kleopatra/repos/kde-unstable-i686/PKGBUILD
    (from rev 265408, kleopatra/trunk/PKGBUILD)
  kleopatra/repos/kde-unstable-i686/kleopatra.install
    (from rev 265408, kleopatra/trunk/kleopatra.install)
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 265408, kleopatra/trunk/PKGBUILD)
  kleopatra/repos/kde-unstable-x86_64/kleopatra.install
    (from rev 265408, kleopatra/trunk/kleopatra.install)
Deleted:
  kleopatra/repos/kde-unstable-i686/PKGBUILD
  kleopatra/repos/kde-unstable-i686/kleopatra.install
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
  kleopatra/repos/kde-unstable-x86_64/kleopatra.install

---------------------------------------+
 /PKGBUILD                             |   72 ++++++++++++++++++++++++++++++++
 /kleopatra.install                    |   24 ++++++++++
 kde-unstable-i686/PKGBUILD            |   36 ----------------
 kde-unstable-i686/kleopatra.install   |   12 -----
 kde-unstable-x86_64/PKGBUILD          |   36 ----------------
 kde-unstable-x86_64/kleopatra.install |   12 -----
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 12:37:08 UTC (rev 265408)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 12:37:26 UTC (rev 265409)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kleopatra
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Certificate Manager and Unified Crypto GUI'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/utilities/kleopatra/'
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme libkleo kcmutils kmime)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('de8e2e128c6875f32ce1bcf370eeaee19fb64aa9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kleopatra/repos/kde-unstable-i686/PKGBUILD (from rev 265408, kleopatra/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 12:37:26 UTC (rev 265409)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kleopatra
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('84c59fc86ec8a844d25c9354e651e436d92bbacb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kleopatra.install
===================================================================
--- kde-unstable-i686/kleopatra.install	2016-04-19 12:37:08 UTC (rev 265408)
+++ kde-unstable-i686/kleopatra.install	2016-04-19 12:37:26 UTC (rev 265409)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kleopatra/repos/kde-unstable-i686/kleopatra.install (from rev 265408, kleopatra/trunk/kleopatra.install)
===================================================================
--- kde-unstable-i686/kleopatra.install	                        (rev 0)
+++ kde-unstable-i686/kleopatra.install	2016-04-19 12:37:26 UTC (rev 265409)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-04-19 12:37:08 UTC (rev 265408)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 12:37:26 UTC (rev 265409)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kleopatra
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='Certificate Manager and Unified Crypto GUI'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/utilities/kleopatra/'
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme libkleo kcmutils kmime)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('de8e2e128c6875f32ce1bcf370eeaee19fb64aa9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 265408, kleopatra/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 12:37:26 UTC (rev 265409)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kleopatra
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('84c59fc86ec8a844d25c9354e651e436d92bbacb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/kleopatra.install
===================================================================
--- kde-unstable-x86_64/kleopatra.install	2016-04-19 12:37:08 UTC (rev 265408)
+++ kde-unstable-x86_64/kleopatra.install	2016-04-19 12:37:26 UTC (rev 265409)
@@ -1,12 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kleopatra/repos/kde-unstable-x86_64/kleopatra.install (from rev 265408, kleopatra/trunk/kleopatra.install)
===================================================================
--- kde-unstable-x86_64/kleopatra.install	                        (rev 0)
+++ kde-unstable-x86_64/kleopatra.install	2016-04-19 12:37:26 UTC (rev 265409)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list