[arch-commits] Commit in gpgmepp (5 files)

Antonio Rojas arojas at archlinux.org
Mon Jul 27 23:20:48 UTC 2015


    Date: Tuesday, July 28, 2015 @ 01:20:47
  Author: arojas
Revision: 242530

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

Added:
  gpgmepp/repos/
  gpgmepp/repos/kde-unstable-i686/
  gpgmepp/repos/kde-unstable-i686/PKGBUILD
    (from rev 242529, gpgmepp/kde-unstable/PKGBUILD)
  gpgmepp/repos/kde-unstable-x86_64/
  gpgmepp/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242529, gpgmepp/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: gpgmepp/repos/kde-unstable-i686/PKGBUILD (from rev 242529, gpgmepp/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-27 23:20:47 UTC (rev 242530)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gpgmepp
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="C++ bindings/wrapper for gpgme"
+arch=(i686 x86_64)
+url="https://projects.kde.org/gpgmepp"
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
+md5sums=('aec224514f8f24de7503514be9b9f121')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: gpgmepp/repos/kde-unstable-x86_64/PKGBUILD (from rev 242529, gpgmepp/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-27 23:20:47 UTC (rev 242530)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gpgmepp
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="C++ bindings/wrapper for gpgme"
+arch=(i686 x86_64)
+url="https://projects.kde.org/gpgmepp"
+license=(LGPL)
+depends=(gpgme qt5-base)
+makedepends=(extra-cmake-modules python boost)
+source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
+md5sums=('aec224514f8f24de7503514be9b9f121')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list