[arch-commits] Commit in telepathy-morse (5 files)

Antonio Rojas arojas at archlinux.org
Fri Sep 16 14:51:49 UTC 2016


    Date: Friday, September 16, 2016 @ 14:51:48
  Author: arojas
Revision: 189775

archrelease: copy trunk to community-i686, community-x86_64

Added:
  telepathy-morse/repos/
  telepathy-morse/repos/community-i686/
  telepathy-morse/repos/community-i686/PKGBUILD
    (from rev 189774, telepathy-morse/trunk/PKGBUILD)
  telepathy-morse/repos/community-x86_64/
  telepathy-morse/repos/community-x86_64/PKGBUILD
    (from rev 189774, telepathy-morse/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: telepathy-morse/repos/community-i686/PKGBUILD (from rev 189774, telepathy-morse/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-09-16 14:51:48 UTC (rev 189775)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-morse
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Telepathy Connection Manager for the Telegram network"
+arch=(i686 x86_64)
+url="https://github.com/TelepathyQt/telepathy-morse"
+license=(GPL)
+depends=(telepathy-qt5 telegram-qt)
+makedepends=(cmake)
+source=("https://github.com/TelepathyQt/telepathy-morse/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('3e3250e6fca470546bb26eff76ff6d10')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: telepathy-morse/repos/community-x86_64/PKGBUILD (from rev 189774, telepathy-morse/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-09-16 14:51:48 UTC (rev 189775)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telepathy-morse
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Telepathy Connection Manager for the Telegram network"
+arch=(i686 x86_64)
+url="https://github.com/TelepathyQt/telepathy-morse"
+license=(GPL)
+depends=(telepathy-qt5 telegram-qt)
+makedepends=(cmake)
+source=("https://github.com/TelepathyQt/telepathy-morse/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('3e3250e6fca470546bb26eff76ff6d10')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib/telepathy \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list