[arch-commits] Commit in telegram-qt/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Feb 18 09:51:48 UTC 2017


    Date: Saturday, February 18, 2017 @ 09:51:47
  Author: arojas
Revision: 213037

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

Added:
  telegram-qt/repos/community-staging-i686/
  telegram-qt/repos/community-staging-i686/PKGBUILD
    (from rev 213036, telegram-qt/trunk/PKGBUILD)
  telegram-qt/repos/community-staging-x86_64/
  telegram-qt/repos/community-staging-x86_64/PKGBUILD
    (from rev 213036, telegram-qt/trunk/PKGBUILD)

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

Copied: telegram-qt/repos/community-staging-i686/PKGBUILD (from rev 213036, telegram-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-18 09:51:47 UTC (rev 213037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telegram-qt
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Qt bindings for the Telegram protocol"
+arch=(i686 x86_64)
+url="https://github.com/Kaffeine/telegram-qt"
+license=(GPL)
+depends=(qt5-base)
+makedepends=(cmake)
+source=("https://github.com/Kaffeine/telegram-qt/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('fcc498a8c2655ee0d9877b1784e76cec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: telegram-qt/repos/community-staging-x86_64/PKGBUILD (from rev 213036, telegram-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-18 09:51:47 UTC (rev 213037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=telegram-qt
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="Qt bindings for the Telegram protocol"
+arch=(i686 x86_64)
+url="https://github.com/Kaffeine/telegram-qt"
+license=(GPL)
+depends=(qt5-base)
+makedepends=(cmake)
+source=("https://github.com/Kaffeine/telegram-qt/archive/$pkgname-$pkgver.tar.gz")
+md5sums=('fcc498a8c2655ee0d9877b1784e76cec')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list