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

Jiachen Yang farseerfc at archlinux.org
Wed Jul 13 13:45:56 UTC 2016


    Date: Wednesday, July 13, 2016 @ 13:45:55
  Author: farseerfc
Revision: 182835

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

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

-----------------------------------+
 /PKGBUILD                         |   84 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   42 ------------------
 community-testing-x86_64/PKGBUILD |   42 ------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-07-13 13:44:23 UTC (rev 182834)
+++ community-testing-i686/PKGBUILD	2016-07-13 13:45:55 UTC (rev 182835)
@@ -1,42 +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
-pkgver=2.9.5
-pkgrel=1
-pkgdesc="Telegram client by Aseman Land"
-arch=('i686' 'x86_64')
-url="http://aseman.co/cutegram"
-license=('GPL')
-depends=('libqtelegram-ae' 'telegramqml' 'aseman-qt-tools')
-optdepends=('gst-plugins-good: for audio and notification support'
-            'gst-plugins-bad: for audio support')
-makedepends=('git')
-source=("${pkgname}"::"git+https://github.com/Aseman-Land/Cutegram.git#commit=d6329cb7bb2d45d06af5c7ac30a433844fa7a49d")
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-
-  # modify desktop file for binaryMode
-  sed -i "s|qmlscene /usr/share/cutegram/3.0/main.qml|/usr/bin/cutegram|" share/Cutegram.desktop
-
-  mkdir -p build
-}
-
-build() {
-  cd "${srcdir}/${pkgname}/build"
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr CONFIG+=binaryMode ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}/build"
-
-  install -Dm755 cutegram "${pkgdir}/usr/bin/cutegram"
-  install -Dm644 ../share/Cutegram.desktop "${pkgdir}/usr/share/applications/Cutegram.desktop"
-}

Copied: cutegram/repos/community-testing-i686/PKGBUILD (from rev 182834, cutegram/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-07-13 13:45:55 UTC (rev 182835)
@@ -0,0 +1,42 @@
+# 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
+pkgver=2.9.5
+pkgrel=2
+pkgdesc="Telegram client by Aseman Land"
+arch=('i686' 'x86_64')
+url="http://aseman.co/cutegram"
+license=('GPL')
+depends=('libqtelegram-ae' 'telegramqml' 'aseman-qt-tools')
+optdepends=('gst-plugins-good: for audio and notification support'
+            'gst-plugins-bad: for audio support')
+makedepends=('git')
+source=("${pkgname}"::"git+https://github.com/Aseman-Land/Cutegram.git#commit=1f986dd1f71e3c26e19be59b9c26fe4e6e713b6c")
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+
+  # modify desktop file for binaryMode
+  sed -i "s|qmlscene /usr/share/cutegram/3.0/main.qml|/usr/bin/cutegram|" share/Cutegram.desktop
+
+  mkdir -p build
+}
+
+build() {
+  cd "${srcdir}/${pkgname}/build"
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr CONFIG+=binaryMode ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}/build"
+
+  install -Dm755 cutegram "${pkgdir}/usr/bin/cutegram"
+  install -Dm644 ../share/Cutegram.desktop "${pkgdir}/usr/share/applications/Cutegram.desktop"
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-07-13 13:44:23 UTC (rev 182834)
+++ community-testing-x86_64/PKGBUILD	2016-07-13 13:45:55 UTC (rev 182835)
@@ -1,42 +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
-pkgver=2.9.5
-pkgrel=1
-pkgdesc="Telegram client by Aseman Land"
-arch=('i686' 'x86_64')
-url="http://aseman.co/cutegram"
-license=('GPL')
-depends=('libqtelegram-ae' 'telegramqml' 'aseman-qt-tools')
-optdepends=('gst-plugins-good: for audio and notification support'
-            'gst-plugins-bad: for audio support')
-makedepends=('git')
-source=("${pkgname}"::"git+https://github.com/Aseman-Land/Cutegram.git#commit=d6329cb7bb2d45d06af5c7ac30a433844fa7a49d")
-md5sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-
-  # modify desktop file for binaryMode
-  sed -i "s|qmlscene /usr/share/cutegram/3.0/main.qml|/usr/bin/cutegram|" share/Cutegram.desktop
-
-  mkdir -p build
-}
-
-build() {
-  cd "${srcdir}/${pkgname}/build"
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr CONFIG+=binaryMode ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}/build"
-
-  install -Dm755 cutegram "${pkgdir}/usr/bin/cutegram"
-  install -Dm644 ../share/Cutegram.desktop "${pkgdir}/usr/share/applications/Cutegram.desktop"
-}

Copied: cutegram/repos/community-testing-x86_64/PKGBUILD (from rev 182834, cutegram/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-07-13 13:45:55 UTC (rev 182835)
@@ -0,0 +1,42 @@
+# 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
+pkgver=2.9.5
+pkgrel=2
+pkgdesc="Telegram client by Aseman Land"
+arch=('i686' 'x86_64')
+url="http://aseman.co/cutegram"
+license=('GPL')
+depends=('libqtelegram-ae' 'telegramqml' 'aseman-qt-tools')
+optdepends=('gst-plugins-good: for audio and notification support'
+            'gst-plugins-bad: for audio support')
+makedepends=('git')
+source=("${pkgname}"::"git+https://github.com/Aseman-Land/Cutegram.git#commit=1f986dd1f71e3c26e19be59b9c26fe4e6e713b6c")
+md5sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+
+  # modify desktop file for binaryMode
+  sed -i "s|qmlscene /usr/share/cutegram/3.0/main.qml|/usr/bin/cutegram|" share/Cutegram.desktop
+
+  mkdir -p build
+}
+
+build() {
+  cd "${srcdir}/${pkgname}/build"
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr CONFIG+=binaryMode ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}/build"
+
+  install -Dm755 cutegram "${pkgdir}/usr/bin/cutegram"
+  install -Dm644 ../share/Cutegram.desktop "${pkgdir}/usr/share/applications/Cutegram.desktop"
+}



More information about the arch-commits mailing list