[arch-commits] Commit in libqtelegram-ae/repos (4 files)
Jiachen Yang
farseerfc at archlinux.org
Wed Jul 13 09:09:53 UTC 2016
Date: Wednesday, July 13, 2016 @ 09:09:53
Author: farseerfc
Revision: 182827
archrelease: copy trunk to community-testing-x86_64, community-testing-i686
Added:
libqtelegram-ae/repos/community-testing-i686/
libqtelegram-ae/repos/community-testing-i686/PKGBUILD
(from rev 182826, libqtelegram-ae/trunk/PKGBUILD)
libqtelegram-ae/repos/community-testing-x86_64/
libqtelegram-ae/repos/community-testing-x86_64/PKGBUILD
(from rev 182826, libqtelegram-ae/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: libqtelegram-ae/repos/community-testing-i686/PKGBUILD (from rev 182826, libqtelegram-ae/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-13 09:09:53 UTC (rev 182827)
@@ -0,0 +1,35 @@
+# Maintainer: farseerfc <farseerfc at gmail.com>
+# Contributor: nylocx <just18 at gmx.de>
+# Contributor: Llumex03 <l.lumex03 at gmail.com>
+# Original uploader in CCR: FranzMari
+# Original uploader in AUR: Ḷḷumex03
+# Fixes in AUR by: ogarcia
+
+pkgname=libqtelegram-ae
+epoch=3
+pkgver=10.0.0
+pkgrel=1
+pkgdesc="Telegram library written in Qt based on telegram-cli code"
+arch=('x86_64' 'i686')
+license=('GPL3')
+url="https://github.com/Aseman-Land/libqtelegram-aseman-edition"
+depends=('qt5-base' 'qt5-multimedia')
+makedepends=('cmake' 'git')
+source=("$pkgname"::"git+https://github.com/Aseman-Land/libqtelegram-aseman-edition.git#commit=b0aeb8b5caebcccdd7777583ffe22ef311ae")
+sha512sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ mkdir -p build
+}
+
+build() {
+ cd $pkgname/build
+ qmake-qt5 -r QMAKE_CFLAGS_ISYSTEM= CONFIG+=typeobjects ..
+ make
+}
+
+package() {
+ cd $pkgname/build
+ make INSTALL_ROOT="$pkgdir" install
+}
Copied: libqtelegram-ae/repos/community-testing-x86_64/PKGBUILD (from rev 182826, libqtelegram-ae/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-07-13 09:09:53 UTC (rev 182827)
@@ -0,0 +1,35 @@
+# Maintainer: farseerfc <farseerfc at gmail.com>
+# Contributor: nylocx <just18 at gmx.de>
+# Contributor: Llumex03 <l.lumex03 at gmail.com>
+# Original uploader in CCR: FranzMari
+# Original uploader in AUR: Ḷḷumex03
+# Fixes in AUR by: ogarcia
+
+pkgname=libqtelegram-ae
+epoch=3
+pkgver=10.0.0
+pkgrel=1
+pkgdesc="Telegram library written in Qt based on telegram-cli code"
+arch=('x86_64' 'i686')
+license=('GPL3')
+url="https://github.com/Aseman-Land/libqtelegram-aseman-edition"
+depends=('qt5-base' 'qt5-multimedia')
+makedepends=('cmake' 'git')
+source=("$pkgname"::"git+https://github.com/Aseman-Land/libqtelegram-aseman-edition.git#commit=b0aeb8b5caebcccdd7777583ffe22ef311ae")
+sha512sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+ mkdir -p build
+}
+
+build() {
+ cd $pkgname/build
+ qmake-qt5 -r QMAKE_CFLAGS_ISYSTEM= CONFIG+=typeobjects ..
+ make
+}
+
+package() {
+ cd $pkgname/build
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list