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

Thorsten Töpper ttoepper at nymeria.archlinux.org
Tue Feb 11 18:34:43 UTC 2014


    Date: Tuesday, February 11, 2014 @ 19:34:43
  Author: ttoepper
Revision: 105615

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

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

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ---------------------
 community-x86_64/PKGBUILD |   36 ---------------------
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-11 18:34:38 UTC (rev 105614)
+++ community-i686/PKGBUILD	2014-02-11 18:34:43 UTC (rev 105615)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Philipp Robbel <robbel at gmail.com>
-
-pkgname=fswebcam
-pkgver=20110717
-pkgrel=3
-pkgdesc="Tiny and flexible webcam app."
-arch=('i686' 'x86_64')
-url="http://www.firestorm.cx/fswebcam"
-license=('GPL')
-depends=('gd')
-backup=("etc/$pkgname.conf")
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Install configuration file
-  # Commented to avoid problems with many devices, thank you SpepS
-  sed "s_^_#_g" -i example.conf
-  install -Dm644 example.conf "$pkgdir/etc/fswebcam.conf"
-}
-
-# vim:ts=2:sw=2:expandtab

Copied: fswebcam/repos/community-i686/PKGBUILD (from rev 105614, fswebcam/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-11 18:34:43 UTC (rev 105615)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Philipp Robbel <robbel at gmail.com>
+
+pkgname=fswebcam
+pkgver=20140113
+pkgrel=1
+pkgdesc="Tiny and flexible webcam app."
+arch=('i686' 'x86_64')
+url="http://www.firestorm.cx/fswebcam"
+license=('GPL')
+depends=('gd')
+backup=("etc/$pkgname.conf")
+source=("$url/files/$pkgname-$pkgver.tar.xz")
+md5sums=('1bfdb21904e816f100370ec8f4df986b')
+sha1sums=('6c1f3e3c8cf3189f0e2a5d4f8c9534c855c02e0a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Install configuration file
+  # Commented to avoid problems with many devices, thank you SpepS
+  sed "s_^_#_g" -i example.conf
+  install -Dm644 example.conf "$pkgdir/etc/fswebcam.conf"
+}
+
+# vim:ts=2:sw=2:expandtab

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-11 18:34:38 UTC (rev 105614)
+++ community-x86_64/PKGBUILD	2014-02-11 18:34:43 UTC (rev 105615)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Philipp Robbel <robbel at gmail.com>
-
-pkgname=fswebcam
-pkgver=20110717
-pkgrel=3
-pkgdesc="Tiny and flexible webcam app."
-arch=('i686' 'x86_64')
-url="http://www.firestorm.cx/fswebcam"
-license=('GPL')
-depends=('gd')
-backup=("etc/$pkgname.conf")
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-md5sums=('6e09f1f31cf7cd0ac1d4d688a0acbe41')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Install configuration file
-  # Commented to avoid problems with many devices, thank you SpepS
-  sed "s_^_#_g" -i example.conf
-  install -Dm644 example.conf "$pkgdir/etc/fswebcam.conf"
-}
-
-# vim:ts=2:sw=2:expandtab

Copied: fswebcam/repos/community-x86_64/PKGBUILD (from rev 105614, fswebcam/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-11 18:34:43 UTC (rev 105615)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+# Contributor: Philipp Robbel <robbel at gmail.com>
+
+pkgname=fswebcam
+pkgver=20140113
+pkgrel=1
+pkgdesc="Tiny and flexible webcam app."
+arch=('i686' 'x86_64')
+url="http://www.firestorm.cx/fswebcam"
+license=('GPL')
+depends=('gd')
+backup=("etc/$pkgname.conf")
+source=("$url/files/$pkgname-$pkgver.tar.xz")
+md5sums=('1bfdb21904e816f100370ec8f4df986b')
+sha1sums=('6c1f3e3c8cf3189f0e2a5d4f8c9534c855c02e0a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # Install configuration file
+  # Commented to avoid problems with many devices, thank you SpepS
+  sed "s_^_#_g" -i example.conf
+  install -Dm644 example.conf "$pkgdir/etc/fswebcam.conf"
+}
+
+# vim:ts=2:sw=2:expandtab




More information about the arch-commits mailing list