[arch-commits] Commit in skype-call-recorder/repos (6 files)

Felix Yan fyan at archlinux.org
Fri Apr 29 01:06:04 UTC 2016


    Date: Friday, April 29, 2016 @ 03:06:04
  Author: fyan
Revision: 172486

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

Added:
  skype-call-recorder/repos/community-i686/PKGBUILD
    (from rev 172485, skype-call-recorder/trunk/PKGBUILD)
  skype-call-recorder/repos/community-x86_64/PKGBUILD
    (from rev 172485, skype-call-recorder/trunk/PKGBUILD)
Deleted:
  skype-call-recorder/repos/community-i686/PKGBUILD
  skype-call-recorder/repos/community-i686/skype-call-recorder.install
  skype-call-recorder/repos/community-x86_64/PKGBUILD
  skype-call-recorder/repos/community-x86_64/skype-call-recorder.install

----------------------------------------------+
 /PKGBUILD                                    |   56 +++++++++++++++++++++++++
 community-i686/PKGBUILD                      |   29 ------------
 community-i686/skype-call-recorder.install   |   13 -----
 community-x86_64/PKGBUILD                    |   29 ------------
 community-x86_64/skype-call-recorder.install |   13 -----
 5 files changed, 56 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-29 01:05:18 UTC (rev 172485)
+++ community-i686/PKGBUILD	2016-04-29 01:06:04 UTC (rev 172486)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tarinaky <tarinaky at hunity.co.uk>
-
-pkgname=skype-call-recorder
-pkgver=0.11
-pkgrel=1
-pkgdesc="Record Skype calls to MP3, Ogg Vorbis or WAV files"
-arch=('i686' 'x86_64')
-url="http://atdot.ch/scr/"
-license=('GPL')
-depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=skype-call-recorder.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('096d2498ce7051d4698d254db0971a424ef92db8eb8d598c57483494062348e3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: skype-call-recorder/repos/community-i686/PKGBUILD (from rev 172485, skype-call-recorder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 01:06:04 UTC (rev 172486)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tarinaky <tarinaky at hunity.co.uk>
+
+pkgname=skype-call-recorder
+pkgver=0.11
+pkgrel=2
+pkgdesc="Record Skype calls to MP3, Ogg Vorbis or WAV files"
+arch=('i686' 'x86_64')
+url="http://atdot.ch/scr/"
+license=('GPL')
+depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('096d2498ce7051d4698d254db0971a424ef92db8eb8d598c57483494062348e3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/skype-call-recorder.install
===================================================================
--- community-i686/skype-call-recorder.install	2016-04-29 01:05:18 UTC (rev 172485)
+++ community-i686/skype-call-recorder.install	2016-04-29 01:06:04 UTC (rev 172486)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-29 01:05:18 UTC (rev 172485)
+++ community-x86_64/PKGBUILD	2016-04-29 01:06:04 UTC (rev 172486)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tarinaky <tarinaky at hunity.co.uk>
-
-pkgname=skype-call-recorder
-pkgver=0.11
-pkgrel=1
-pkgdesc="Record Skype calls to MP3, Ogg Vorbis or WAV files"
-arch=('i686' 'x86_64')
-url="http://atdot.ch/scr/"
-license=('GPL')
-depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
-makedepends=('cmake')
-install=skype-call-recorder.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('096d2498ce7051d4698d254db0971a424ef92db8eb8d598c57483494062348e3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: skype-call-recorder/repos/community-x86_64/PKGBUILD (from rev 172485, skype-call-recorder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 01:06:04 UTC (rev 172486)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tarinaky <tarinaky at hunity.co.uk>
+
+pkgname=skype-call-recorder
+pkgver=0.11
+pkgrel=2
+pkgdesc="Record Skype calls to MP3, Ogg Vorbis or WAV files"
+arch=('i686' 'x86_64')
+url="http://atdot.ch/scr/"
+license=('GPL')
+depends=('qt4' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jlherren/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('096d2498ce7051d4698d254db0971a424ef92db8eb8d598c57483494062348e3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/skype-call-recorder.install
===================================================================
--- community-x86_64/skype-call-recorder.install	2016-04-29 01:05:18 UTC (rev 172485)
+++ community-x86_64/skype-call-recorder.install	2016-04-29 01:06:04 UTC (rev 172486)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list