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

Antonio Rojas arojas at archlinux.org
Fri Apr 8 07:33:03 UTC 2016


    Date: Friday, April 8, 2016 @ 09:33:02
  Author: arojas
Revision: 264171

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

Added:
  kleopatra/repos/kde-unstable-i686/PKGBUILD
    (from rev 264170, kleopatra/kde-unstable/PKGBUILD)
  kleopatra/repos/kde-unstable-i686/kleopatra.install
    (from rev 264170, kleopatra/kde-unstable/kleopatra.install)
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 264170, kleopatra/kde-unstable/PKGBUILD)
  kleopatra/repos/kde-unstable-x86_64/kleopatra.install
    (from rev 264170, kleopatra/kde-unstable/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-08 07:32:39 UTC (rev 264170)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 07:33:02 UTC (rev 264171)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Roja <arojas at archlinux.org>
-
-pkgname=kleopatra
-pkgver=16.03.80
-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=('29ec5406cbad371fb9ea9a4ed96878c1fef45db0')
-
-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 264170, kleopatra/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-08 07:33:02 UTC (rev 264171)
@@ -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.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
+}

Deleted: kde-unstable-i686/kleopatra.install
===================================================================
--- kde-unstable-i686/kleopatra.install	2016-04-08 07:32:39 UTC (rev 264170)
+++ kde-unstable-i686/kleopatra.install	2016-04-08 07:33:02 UTC (rev 264171)
@@ -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 264170, kleopatra/kde-unstable/kleopatra.install)
===================================================================
--- kde-unstable-i686/kleopatra.install	                        (rev 0)
+++ kde-unstable-i686/kleopatra.install	2016-04-08 07:33:02 UTC (rev 264171)
@@ -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-08 07:32:39 UTC (rev 264170)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 07:33:02 UTC (rev 264171)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Roja <arojas at archlinux.org>
-
-pkgname=kleopatra
-pkgver=16.03.80
-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=('29ec5406cbad371fb9ea9a4ed96878c1fef45db0')
-
-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 264170, kleopatra/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-08 07:33:02 UTC (rev 264171)
@@ -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.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
+}

Deleted: kde-unstable-x86_64/kleopatra.install
===================================================================
--- kde-unstable-x86_64/kleopatra.install	2016-04-08 07:32:39 UTC (rev 264170)
+++ kde-unstable-x86_64/kleopatra.install	2016-04-08 07:33:02 UTC (rev 264171)
@@ -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 264170, kleopatra/kde-unstable/kleopatra.install)
===================================================================
--- kde-unstable-x86_64/kleopatra.install	                        (rev 0)
+++ kde-unstable-x86_64/kleopatra.install	2016-04-08 07:33:02 UTC (rev 264171)
@@ -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