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

Jiachen Yang farseerfc at archlinux.org
Mon Jan 25 09:08:23 UTC 2016


    Date: Monday, January 25, 2016 @ 10:08:22
  Author: farseerfc
Revision: 158839

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

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

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 ----------------------
 community-x86_64/PKGBUILD |   45 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-25 09:07:17 UTC (rev 158838)
+++ community-i686/PKGBUILD	2016-01-25 09:08:22 UTC (rev 158839)
@@ -1,45 +0,0 @@
-# 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.1
-pkgrel=1
-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.1' 'libqtelegram-ae>=3:6.1')
-optdepends=('gst-plugins-bad: audio support'
-'gst-plugins-good: audio and notification sound')
-makedepends=('git')
-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"
-    "asemantools"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=91bf14b790c749bcaaddb09a8124ef6415a93906")
-
-sha256sums=('f1cfc6bd3a1d33c2348f23ea43d923419b33576059791a071f2780db11059cf4'
-            'SKIP')
-
-prepare() {
-  cd "${srcdir}/${_pkgname}-$pkgver-stable"
-  git clone $srcdir/asemantools Cutegram/asemantools
-  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-i686/PKGBUILD (from rev 158838, cutegram/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-25 09:08:22 UTC (rev 158839)
@@ -0,0 +1,45 @@
+# 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.1
+pkgrel=3
+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' 'telegramqml>=0.9.1' 'libqtelegram-ae>=3:6.1')
+optdepends=('gst-plugins-bad: audio support'
+'gst-plugins-good: audio and notification sound')
+makedepends=('git')
+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"
+    "asemantools"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=91bf14b790c749bcaaddb09a8124ef6415a93906")
+
+sha256sums=('f1cfc6bd3a1d33c2348f23ea43d923419b33576059791a071f2780db11059cf4'
+            'SKIP')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable"
+  git clone $srcdir/asemantools Cutegram/asemantools
+  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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-25 09:07:17 UTC (rev 158838)
+++ community-x86_64/PKGBUILD	2016-01-25 09:08:22 UTC (rev 158839)
@@ -1,45 +0,0 @@
-# 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.1
-pkgrel=1
-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.1' 'libqtelegram-ae>=3:6.1')
-optdepends=('gst-plugins-bad: audio support'
-'gst-plugins-good: audio and notification sound')
-makedepends=('git')
-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"
-    "asemantools"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=91bf14b790c749bcaaddb09a8124ef6415a93906")
-
-sha256sums=('f1cfc6bd3a1d33c2348f23ea43d923419b33576059791a071f2780db11059cf4'
-            'SKIP')
-
-prepare() {
-  cd "${srcdir}/${_pkgname}-$pkgver-stable"
-  git clone $srcdir/asemantools Cutegram/asemantools
-  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-x86_64/PKGBUILD (from rev 158838, cutegram/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-25 09:08:22 UTC (rev 158839)
@@ -0,0 +1,45 @@
+# 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.1
+pkgrel=3
+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' 'telegramqml>=0.9.1' 'libqtelegram-ae>=3:6.1')
+optdepends=('gst-plugins-bad: audio support'
+'gst-plugins-good: audio and notification sound')
+makedepends=('git')
+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"
+    "asemantools"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=91bf14b790c749bcaaddb09a8124ef6415a93906")
+
+sha256sums=('f1cfc6bd3a1d33c2348f23ea43d923419b33576059791a071f2780db11059cf4'
+            'SKIP')
+
+prepare() {
+  cd "${srcdir}/${_pkgname}-$pkgver-stable"
+  git clone $srcdir/asemantools Cutegram/asemantools
+  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