[arch-commits] Commit in mangler/repos (8 files)

Evgeniy Alekseev arcanis at archlinux.org
Tue Sep 2 20:24:33 UTC 2014


    Date: Tuesday, September 2, 2014 @ 22:24:33
  Author: arcanis
Revision: 118201

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

Added:
  mangler/repos/community-i686/ChangeLog
    (from rev 118200, mangler/trunk/ChangeLog)
  mangler/repos/community-i686/PKGBUILD
    (from rev 118200, mangler/trunk/PKGBUILD)
  mangler/repos/community-x86_64/ChangeLog
    (from rev 118200, mangler/trunk/ChangeLog)
  mangler/repos/community-x86_64/PKGBUILD
    (from rev 118200, mangler/trunk/PKGBUILD)
Deleted:
  mangler/repos/community-i686/ChangeLog
  mangler/repos/community-i686/PKGBUILD
  mangler/repos/community-x86_64/ChangeLog
  mangler/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |   22 +++++++++++++++
 /PKGBUILD                  |   62 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    8 -----
 community-i686/PKGBUILD    |   31 ---------------------
 community-x86_64/ChangeLog |    8 -----
 community-x86_64/PKGBUILD  |   31 ---------------------
 6 files changed, 84 insertions(+), 78 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-09-02 20:24:10 UTC (rev 118200)
+++ community-i686/ChangeLog	2014-09-02 20:24:33 UTC (rev 118201)
@@ -1,8 +0,0 @@
-1.2.5-3:
-move g15daemon, espeak and xosd to dependencies list since they are not optional
-
-1.2.5-2:
-fix optional dependencies list
-
-1.2.5-1:
-move into [community] from AUR

Copied: mangler/repos/community-i686/ChangeLog (from rev 118200, mangler/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-09-02 20:24:33 UTC (rev 118201)
@@ -0,0 +1,11 @@
+1.2.5-4:
+add pulseaudio to dependency list (FS#41770)
+
+1.2.5-3:
+move g15daemon, espeak and xosd to dependency list since they are not optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-02 20:24:10 UTC (rev 118200)
+++ community-i686/PKGBUILD	2014-09-02 20:24:33 UTC (rev 118201)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
-# Contributor: Simon Perry <pezz at sanxion dot net>
-# Contributor: Sigitas Mazaliauskas <sigisnn at gmail dot com>
-# Contributor: LinkMaster03 <linkmaster032000 at gmail dot com>
-
-pkgname=mangler
-pkgver=1.2.5
-pkgrel=3
-pkgdesc="Ventrilo compatible VOIP client for Linux"
-arch=('i686' 'x86_64')
-url="http://www.mangler.org/"
-license=('GPL3')
-depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'speex' 'xosd')
-makedepends=('librsvg' 'pkg-config')
-optdepends=('alsa-lib: ALSA support'
-            'celt: CELT codec support')
-source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('28bb40c91d8e778a95a0845f858be503')
-changelog=ChangeLog
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mangler/repos/community-i686/PKGBUILD (from rev 118200, mangler/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-02 20:24:33 UTC (rev 118201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Simon Perry <pezz at sanxion dot net>
+# Contributor: Sigitas Mazaliauskas <sigisnn at gmail dot com>
+# Contributor: LinkMaster03 <linkmaster032000 at gmail dot com>
+
+pkgname=mangler
+pkgver=1.2.5
+pkgrel=4
+pkgdesc="Ventrilo compatible VOIP client for Linux"
+arch=('i686' 'x86_64')
+url="http://www.mangler.org/"
+license=('GPL3')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'xosd')
+makedepends=('librsvg' 'pkg-config')
+optdepends=('alsa-lib: ALSA support'
+            'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('28bb40c91d8e778a95a0845f858be503')
+changelog=ChangeLog
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-09-02 20:24:10 UTC (rev 118200)
+++ community-x86_64/ChangeLog	2014-09-02 20:24:33 UTC (rev 118201)
@@ -1,8 +0,0 @@
-1.2.5-3:
-move g15daemon, espeak and xosd to dependencies list since they are not optional
-
-1.2.5-2:
-fix optional dependencies list
-
-1.2.5-1:
-move into [community] from AUR

Copied: mangler/repos/community-x86_64/ChangeLog (from rev 118200, mangler/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-09-02 20:24:33 UTC (rev 118201)
@@ -0,0 +1,11 @@
+1.2.5-4:
+add pulseaudio to dependency list (FS#41770)
+
+1.2.5-3:
+move g15daemon, espeak and xosd to dependency list since they are not optional
+
+1.2.5-2:
+fix optional dependencies list
+
+1.2.5-1:
+move into [community] from AUR

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-02 20:24:10 UTC (rev 118200)
+++ community-x86_64/PKGBUILD	2014-09-02 20:24:33 UTC (rev 118201)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
-# Contributor: Simon Perry <pezz at sanxion dot net>
-# Contributor: Sigitas Mazaliauskas <sigisnn at gmail dot com>
-# Contributor: LinkMaster03 <linkmaster032000 at gmail dot com>
-
-pkgname=mangler
-pkgver=1.2.5
-pkgrel=3
-pkgdesc="Ventrilo compatible VOIP client for Linux"
-arch=('i686' 'x86_64')
-url="http://www.mangler.org/"
-license=('GPL3')
-depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'speex' 'xosd')
-makedepends=('librsvg' 'pkg-config')
-optdepends=('alsa-lib: ALSA support'
-            'celt: CELT codec support')
-source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('28bb40c91d8e778a95a0845f858be503')
-changelog=ChangeLog
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: mangler/repos/community-x86_64/PKGBUILD (from rev 118200, mangler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-02 20:24:33 UTC (rev 118201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: Simon Perry <pezz at sanxion dot net>
+# Contributor: Sigitas Mazaliauskas <sigisnn at gmail dot com>
+# Contributor: LinkMaster03 <linkmaster032000 at gmail dot com>
+
+pkgname=mangler
+pkgver=1.2.5
+pkgrel=4
+pkgdesc="Ventrilo compatible VOIP client for Linux"
+arch=('i686' 'x86_64')
+url="http://www.mangler.org/"
+license=('GPL3')
+depends=('espeak' 'g15daemon' 'dbus-glib' 'gsm' 'gtkmm' 'pulseaudio' 'xosd')
+makedepends=('librsvg' 'pkg-config')
+optdepends=('alsa-lib: ALSA support'
+            'celt: CELT codec support')
+source=(http://www.mangler.org/downloads/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('28bb40c91d8e778a95a0845f858be503')
+changelog=ChangeLog
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list