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

NicoHood nicohood at archlinux.org
Sun Apr 23 14:49:38 UTC 2017


    Date: Sunday, April 23, 2017 @ 14:49:37
  Author: nicohood
Revision: 224584

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-23 14:49:22 UTC (rev 224583)
+++ community-i686/PKGBUILD	2017-04-23 14:49:37 UTC (rev 224584)
@@ -1,44 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Grayhatter
-# Contributor: Vlad M. <vlad at archlinux.net>
-# Contributor: Håvard Pettersson <mail at haavard.me>
-# Contributor: Madotsuki <madotsuki at cock dot li>
-
-pkgname=utox
-_pkgname=uTox
-pkgver=0.13.1
-pkgrel=1
-_signature=""
-pkgdesc='Lightweight Tox client'
-arch=('i686' 'x86_64')
-url="https://github.com/uTox/uTox"
-license=('GPL3')
-depends=('fontconfig'
-         'libfilteraudio'
-         'libxext'
-         'libxrender'
-         'openal'
-         'toxcore'
-         'v4l-utils')
-optdepends=('gtk3: GTK file picker'
-            'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc"
-        )
-sha512sums=('9aecd37ab1b1816caacc39415909b25845e0aa4336261da61205629d85bdfaa757dcf73367dc66abd51c7fa5a0cefabefdb74796957704e73913ad9d3ae28433'
-            'SKIP')
-validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén <mail at robinlinden.eu>
-              "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
-
-build() {
-    cd "${_pkgname}-${pkgver}"
-    cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
-    make
-}
-
-package() {
-    cd "${_pkgname}-${pkgver}"
-    make PREFIX="/usr" DESTDIR="${pkgdir}" install
-}

Copied: utox/repos/community-i686/PKGBUILD (from rev 224583, utox/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-23 14:49:37 UTC (rev 224584)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. <vlad at archlinux.net>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: Madotsuki <madotsuki at cock dot li>
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.15.0
+pkgrel=1
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox"
+license=('GPL3')
+depends=('fontconfig'
+         'libfilteraudio'
+         'libxext'
+         'libxrender'
+         'openal'
+         'toxcore'
+         'v4l-utils'
+         'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+            'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc"
+        )
+sha512sums=('af813f67b1b813c23f6be0cbd9f986d3553122eb1322511735f2931e2e1a65d8125c36f5839d7109c378c58aaec2830ea51c71db57cd952290338bfd72670bf0'
+            'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén <mail at robinlinden.eu>
+              "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+    cd "${_pkgname}-${pkgver}"
+    cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
+    make
+}
+
+package() {
+    cd "${_pkgname}-${pkgver}"
+    make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-23 14:49:22 UTC (rev 224583)
+++ community-x86_64/PKGBUILD	2017-04-23 14:49:37 UTC (rev 224584)
@@ -1,44 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Grayhatter
-# Contributor: Vlad M. <vlad at archlinux.net>
-# Contributor: Håvard Pettersson <mail at haavard.me>
-# Contributor: Madotsuki <madotsuki at cock dot li>
-
-pkgname=utox
-_pkgname=uTox
-pkgver=0.13.1
-pkgrel=1
-_signature=""
-pkgdesc='Lightweight Tox client'
-arch=('i686' 'x86_64')
-url="https://github.com/uTox/uTox"
-license=('GPL3')
-depends=('fontconfig'
-         'libfilteraudio'
-         'libxext'
-         'libxrender'
-         'openal'
-         'toxcore'
-         'v4l-utils')
-optdepends=('gtk3: GTK file picker'
-            'libdbus: Notification support')
-makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc"
-        )
-sha512sums=('9aecd37ab1b1816caacc39415909b25845e0aa4336261da61205629d85bdfaa757dcf73367dc66abd51c7fa5a0cefabefdb74796957704e73913ad9d3ae28433'
-            'SKIP')
-validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén <mail at robinlinden.eu>
-              "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
-
-build() {
-    cd "${_pkgname}-${pkgver}"
-    cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
-    make
-}
-
-package() {
-    cd "${_pkgname}-${pkgver}"
-    make PREFIX="/usr" DESTDIR="${pkgdir}" install
-}

Copied: utox/repos/community-x86_64/PKGBUILD (from rev 224583, utox/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-23 14:49:37 UTC (rev 224584)
@@ -0,0 +1,45 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Grayhatter
+# Contributor: Vlad M. <vlad at archlinux.net>
+# Contributor: Håvard Pettersson <mail at haavard.me>
+# Contributor: Madotsuki <madotsuki at cock dot li>
+
+pkgname=utox
+_pkgname=uTox
+pkgver=0.15.0
+pkgrel=1
+_signature=""
+pkgdesc='Lightweight Tox client'
+arch=('i686' 'x86_64')
+url="https://github.com/uTox/uTox"
+license=('GPL3')
+depends=('fontconfig'
+         'libfilteraudio'
+         'libxext'
+         'libxrender'
+         'openal'
+         'toxcore'
+         'v4l-utils'
+         'hicolor-icon-theme')
+optdepends=('gtk3: GTK file picker'
+            'libdbus: Notification support')
+makedepends=('toxcore>=0.1.0' 'cmake' 'gtk3' 'libdbus' 'check')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/uTox/uTox/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}${_signature}.tar.gz.asc"
+        )
+sha512sums=('af813f67b1b813c23f6be0cbd9f986d3553122eb1322511735f2931e2e1a65d8125c36f5839d7109c378c58aaec2830ea51c71db57cd952290338bfd72670bf0'
+            'SKIP')
+validpgpkeys=("B7008FF12C079BF6E6EA19D1601A604B7E605776"  # Robin Lindén <mail at robinlinden.eu>
+              "4C4E8E7E23A85F2474DC2F1A0558CBEA7BE857DD") # Grayhatter
+
+build() {
+    cd "${_pkgname}-${pkgver}"
+    cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_ASAN=OFF -DCMAKE_INSTALL_PREFIX=/usr
+    make
+}
+
+package() {
+    cd "${_pkgname}-${pkgver}"
+    make PREFIX="/usr" DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list