[arch-commits] Commit in totem-plparser/repos (4 files)
Jan Steffens
heftig at nymeria.archlinux.org
Mon Sep 23 19:30:18 UTC 2013
Date: Monday, September 23, 2013 @ 21:30:18
Author: heftig
Revision: 194852
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
totem-plparser/repos/gnome-unstable-i686/PKGBUILD
(from rev 194851, totem-plparser/trunk/PKGBUILD)
totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194851, totem-plparser/trunk/PKGBUILD)
Deleted:
totem-plparser/repos/gnome-unstable-i686/PKGBUILD
totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD
--------------------------------+
/PKGBUILD | 58 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-i686/PKGBUILD | 30 --------------------
gnome-unstable-x86_64/PKGBUILD | 30 --------------------
3 files changed, 58 insertions(+), 60 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2013-09-23 19:29:34 UTC (rev 194851)
+++ gnome-unstable-i686/PKGBUILD 2013-09-23 19:30:18 UTC (rev 194852)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=1
-url="http://www.gnome.org"
-pkgdesc="Totem playlist parser library"
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
-
-build() {
- cd totem-pl-parser-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static
- make
-}
-
-package(){
- cd totem-pl-parser-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: totem-plparser/repos/gnome-unstable-i686/PKGBUILD (from rev 194851, totem-plparser/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2013-09-23 19:30:18 UTC (rev 194852)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem-plparser
+pkgver=3.10.0
+pkgrel=2
+url="http://www.gnome.org"
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
+
+build() {
+ cd totem-pl-parser-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+ make
+}
+
+package(){
+ cd totem-pl-parser-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:29:34 UTC (rev 194851)
+++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:30:18 UTC (rev 194852)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=totem-plparser
-pkgver=3.10.0
-pkgrel=1
-url="http://www.gnome.org"
-pkgdesc="Totem playlist parser library"
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
-
-build() {
- cd totem-pl-parser-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static
- make
-}
-
-package(){
- cd totem-pl-parser-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194851, totem-plparser/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2013-09-23 19:30:18 UTC (rev 194852)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=totem-plparser
+pkgver=3.10.0
+pkgrel=2
+url="http://www.gnome.org"
+pkgdesc="Totem playlist parser library"
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi')
+optdepends=('libquvi: video site handling (Youtube etc.)')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('87eac3fdf2b632dfac0edda07906a3e84f1ce4442b8127394414020dafe41aa9')
+
+build() {
+ cd totem-pl-parser-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname --disable-static
+ make
+}
+
+package(){
+ cd totem-pl-parser-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list