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

Sergej Pupykin spupykin at archlinux.org
Sat Feb 27 16:34:41 UTC 2016


    Date: Saturday, February 27, 2016 @ 17:34:40
  Author: spupykin
Revision: 163640

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

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

---------------------------+
 /PKGBUILD                 |   66 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-27 16:34:23 UTC (rev 163639)
+++ community-i686/PKGBUILD	2016-02-27 16:34:40 UTC (rev 163640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:thefatprecious <marty at loomar.com>
-
-pkgname=tvtime
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
-	 'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz")
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml $pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-i686/PKGBUILD (from rev 163639, tvtime/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-27 16:34:40 UTC (rev 163640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:thefatprecious <marty at loomar.com>
+
+pkgname=tvtime
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
+	 'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz")
+md5sums=('97a09d1723c073eb2b8bea48a148a994')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml $pkgdir/usr/share/tvtime/default.tvtime.xml
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-27 16:34:23 UTC (rev 163639)
+++ community-x86_64/PKGBUILD	2016-02-27 16:34:40 UTC (rev 163640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:thefatprecious <marty at loomar.com>
-
-pkgname=tvtime
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="A high quality television application for use with video capture cards"
-arch=('i686' 'x86_64')
-url='http://linuxtv.org/'
-license=('GPL' 'LGPL')
-depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
-	 'libsm' 'libxxf86vm' 'alsa-lib')
-makedepends=('libxt' 'v4l-utils')
-source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz")
-md5sums=('2d115bcf84a1e43b1c6ceb1123493739')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 docs/html/default.tvtime.xml $pkgdir/usr/share/tvtime/default.tvtime.xml
-}

Copied: tvtime/repos/community-x86_64/PKGBUILD (from rev 163639, tvtime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-27 16:34:40 UTC (rev 163640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:thefatprecious <marty at loomar.com>
+
+pkgname=tvtime
+pkgver=1.0.10
+pkgrel=1
+pkgdesc="A high quality television application for use with video capture cards"
+arch=('i686' 'x86_64')
+url='http://linuxtv.org/'
+license=('GPL' 'LGPL')
+depends=('gcc-libs' 'libpng' 'libxml2' 'freetype2' 'libxtst' 'libxinerama' 'libxv'
+	 'libsm' 'libxxf86vm' 'alsa-lib')
+makedepends=('libxt' 'v4l-utils')
+source=("http://linuxtv.org/downloads/tvtime/tvtime-$pkgver.tar.gz")
+md5sums=('97a09d1723c073eb2b8bea48a148a994')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  echo "StartupWMClass=tvtime" >>docs/tvtime.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --localstatedir=/var --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 docs/html/default.tvtime.xml $pkgdir/usr/share/tvtime/default.tvtime.xml
+}



More information about the arch-commits mailing list