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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 12:38:08 UTC 2015


    Date: Monday, December 7, 2015 @ 13:38:08
  Author: foutrelis
Revision: 149819

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

Added:
  cutegram/repos/community-staging-i686/
  cutegram/repos/community-staging-i686/PKGBUILD
    (from rev 149818, cutegram/trunk/PKGBUILD)
  cutegram/repos/community-staging-x86_64/
  cutegram/repos/community-staging-x86_64/PKGBUILD
    (from rev 149818, cutegram/trunk/PKGBUILD)

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

Copied: cutegram/repos/community-staging-i686/PKGBUILD (from rev 149818, cutegram/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 12:38:08 UTC (rev 149819)
@@ -0,0 +1,41 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Llumex03
+# Maintainer in Chakra: gnastyle
+# Contributor in Chakra: FranzMari from Chakra
+# Contributor in Chakra: danyf90 <daniele.formihelli at gmail.com>
+# Contributor in Chakra: totoloco <totoloco at gmx.com>
+
+pkgname=cutegram
+_pkgname=Cutegram
+pkgver=2.7.0
+pkgrel=6
+pkgdesc="A different telegram client from Aseman team"
+arch=('i686' 'x86_64')
+url="http://aseman.co/en/products/cutegram/"
+license=('GPL')
+depends=('qt5-imageformats' 'qt5-webkit>=5.5' 'telegramqml>=0.9' 'libqtelegram-ae>=3:6.0')
+optdepends=('gst-plugins-bad: audio support'
+'gst-plugins-good: audio and notification sound')
+conflicts=('cutegram-git' 'sigram-git' 'sigram' 'cutegram')
+provides=('cutegram')
+replaces=('cutegram-cn')
+
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Aseman-Land/Cutegram/archive/v${pkgver}-stable.tar.gz")
+
+sha256sums=('5ff195269f2492c625cca4b8eca6134c938e2b5a759019074e486335046c02d9')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable"
+  mkdir -p build
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable/build"
+  qmake-qt5 -r .. PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable/build"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: cutegram/repos/community-staging-x86_64/PKGBUILD (from rev 149818, cutegram/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 12:38:08 UTC (rev 149819)
@@ -0,0 +1,41 @@
+# Maintainer: Jiachen Yang <farseerfc at gmail.com>
+# Contributor: Llumex03
+# Maintainer in Chakra: gnastyle
+# Contributor in Chakra: FranzMari from Chakra
+# Contributor in Chakra: danyf90 <daniele.formihelli at gmail.com>
+# Contributor in Chakra: totoloco <totoloco at gmx.com>
+
+pkgname=cutegram
+_pkgname=Cutegram
+pkgver=2.7.0
+pkgrel=6
+pkgdesc="A different telegram client from Aseman team"
+arch=('i686' 'x86_64')
+url="http://aseman.co/en/products/cutegram/"
+license=('GPL')
+depends=('qt5-imageformats' 'qt5-webkit>=5.5' 'telegramqml>=0.9' 'libqtelegram-ae>=3:6.0')
+optdepends=('gst-plugins-bad: audio support'
+'gst-plugins-good: audio and notification sound')
+conflicts=('cutegram-git' 'sigram-git' 'sigram' 'cutegram')
+provides=('cutegram')
+replaces=('cutegram-cn')
+
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/Aseman-Land/Cutegram/archive/v${pkgver}-stable.tar.gz")
+
+sha256sums=('5ff195269f2492c625cca4b8eca6134c938e2b5a759019074e486335046c02d9')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable"
+  mkdir -p build
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable/build"
+  qmake-qt5 -r .. PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable/build"
+  make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list