[arch-commits] Commit in kleopatra (7 files)
Antonio Rojas
arojas at archlinux.org
Sun Mar 27 11:34:43 UTC 2016
Date: Sunday, March 27, 2016 @ 13:34:43
Author: arojas
Revision: 262807
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
kleopatra/repos/
kleopatra/repos/staging-i686/
kleopatra/repos/staging-i686/PKGBUILD
(from rev 262806, kleopatra/kde-unstable/PKGBUILD)
kleopatra/repos/staging-i686/kleopatra.install
(from rev 262806, kleopatra/kde-unstable/kleopatra.install)
kleopatra/repos/staging-x86_64/
kleopatra/repos/staging-x86_64/PKGBUILD
(from rev 262806, kleopatra/kde-unstable/PKGBUILD)
kleopatra/repos/staging-x86_64/kleopatra.install
(from rev 262806, kleopatra/kde-unstable/kleopatra.install)
----------------------------------+
staging-i686/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
staging-i686/kleopatra.install | 12 ++++++++++++
staging-x86_64/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
staging-x86_64/kleopatra.install | 12 ++++++++++++
4 files changed, 96 insertions(+)
Copied: kleopatra/repos/staging-i686/PKGBUILD (from rev 262806, kleopatra/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-03-27 11:34:43 UTC (rev 262807)
@@ -0,0 +1,36 @@
+# $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/staging-i686/kleopatra.install (from rev 262806, kleopatra/kde-unstable/kleopatra.install)
===================================================================
--- repos/staging-i686/kleopatra.install (rev 0)
+++ repos/staging-i686/kleopatra.install 2016-03-27 11:34:43 UTC (rev 262807)
@@ -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
+}
Copied: kleopatra/repos/staging-x86_64/PKGBUILD (from rev 262806, kleopatra/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD (rev 0)
+++ repos/staging-x86_64/PKGBUILD 2016-03-27 11:34:43 UTC (rev 262807)
@@ -0,0 +1,36 @@
+# $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/staging-x86_64/kleopatra.install (from rev 262806, kleopatra/kde-unstable/kleopatra.install)
===================================================================
--- repos/staging-x86_64/kleopatra.install (rev 0)
+++ repos/staging-x86_64/kleopatra.install 2016-03-27 11:34:43 UTC (rev 262807)
@@ -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