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

Evgeniy Alekseev arcanis at archlinux.org
Sat May 30 18:50:46 UTC 2015


    Date: Saturday, May 30, 2015 @ 20:50:46
  Author: arcanis
Revision: 134384

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

Added:
  mangler/repos/community-i686/ChangeLog
    (from rev 134383, mangler/trunk/ChangeLog)
  mangler/repos/community-i686/PKGBUILD
    (from rev 134383, mangler/trunk/PKGBUILD)
  mangler/repos/community-x86_64/ChangeLog
    (from rev 134383, mangler/trunk/ChangeLog)
  mangler/repos/community-x86_64/PKGBUILD
    (from rev 134383, 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                 |   28 +++++++++++++++++++
 /PKGBUILD                  |   62 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   11 -------
 community-i686/PKGBUILD    |   31 ---------------------
 community-x86_64/ChangeLog |   11 -------
 community-x86_64/PKGBUILD  |   31 ---------------------
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2015-05-30 18:50:27 UTC (rev 134383)
+++ community-i686/ChangeLog	2015-05-30 18:50:46 UTC (rev 134384)
@@ -1,11 +0,0 @@
-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

Copied: mangler/repos/community-i686/ChangeLog (from rev 134383, mangler/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2015-05-30 18:50:46 UTC (rev 134384)
@@ -0,0 +1,14 @@
+1.2.5-5:
+rebuild against the newest changes
+
+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	2015-05-30 18:50:27 UTC (rev 134383)
+++ community-i686/PKGBUILD	2015-05-30 18:50:46 UTC (rev 134384)
@@ -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=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
-}

Copied: mangler/repos/community-i686/PKGBUILD (from rev 134383, mangler/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-30 18:50:46 UTC (rev 134384)
@@ -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=5
+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' '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
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2015-05-30 18:50:27 UTC (rev 134383)
+++ community-x86_64/ChangeLog	2015-05-30 18:50:46 UTC (rev 134384)
@@ -1,11 +0,0 @@
-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

Copied: mangler/repos/community-x86_64/ChangeLog (from rev 134383, mangler/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2015-05-30 18:50:46 UTC (rev 134384)
@@ -0,0 +1,14 @@
+1.2.5-5:
+rebuild against the newest changes
+
+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	2015-05-30 18:50:27 UTC (rev 134383)
+++ community-x86_64/PKGBUILD	2015-05-30 18:50:46 UTC (rev 134384)
@@ -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=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
-}

Copied: mangler/repos/community-x86_64/PKGBUILD (from rev 134383, mangler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-30 18:50:46 UTC (rev 134384)
@@ -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=5
+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' '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
+}



More information about the arch-commits mailing list