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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Mar 21 15:51:02 UTC 2013


    Date: Thursday, March 21, 2013 @ 16:51:02
  Author: spupykin
Revision: 86731

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

Added:
  parole/repos/community-i686/PKGBUILD
    (from rev 86730, parole/trunk/PKGBUILD)
  parole/repos/community-i686/parole.install
    (from rev 86730, parole/trunk/parole.install)
  parole/repos/community-x86_64/PKGBUILD
    (from rev 86730, parole/trunk/PKGBUILD)
  parole/repos/community-x86_64/parole.install
    (from rev 86730, parole/trunk/parole.install)
Deleted:
  parole/repos/community-i686/PKGBUILD
  parole/repos/community-i686/parole.install
  parole/repos/community-x86_64/PKGBUILD
  parole/repos/community-x86_64/parole.install

---------------------------------+
 /PKGBUILD                       |   66 ++++++++++++++++++++++++++++++++++++++
 /parole.install                 |   24 +++++++++++++
 community-i686/PKGBUILD         |   37 ---------------------
 community-i686/parole.install   |   12 ------
 community-x86_64/PKGBUILD       |   37 ---------------------
 community-x86_64/parole.install |   12 ------
 6 files changed, 90 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-21 15:50:42 UTC (rev 86730)
+++ community-i686/PKGBUILD	2013-03-21 15:51:02 UTC (rev 86731)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: TDY <tdy at gmx.com>
-
-pkgname=parole
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A modern media player based on the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/parole/"
-license=('GPL')
-depends=('gstreamer0.10-base>=0.10.11' 'hicolor-icon-theme' 'libnotify>=0.4.1'
-         'libxfce4ui>=4.7.0' 'taglib>=1.4' 'desktop-file-utils')
-makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner>=1.9.1: browser plugin')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-#source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('03eb2df373adaae56959a548553ef72e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-
-  [ -x configure ] || ./autogen.sh
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-taglib --enable-libnotify
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 86730, parole/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-21 15:51:02 UTC (rev 86731)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: TDY <tdy at gmx.com>
+
+pkgname=parole
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A modern media player based on the GStreamer framework"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/parole/"
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1'
+         'libxfce4ui>=4.7.0' 'taglib>=1.4' 'desktop-file-utils')
+makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner>=1.9.1: browser plugin')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('03eb2df373adaae56959a548553ef72e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+    --enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/parole.install
===================================================================
--- community-i686/parole.install	2013-03-21 15:50:42 UTC (rev 86730)
+++ community-i686/parole.install	2013-03-21 15:51:02 UTC (rev 86731)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 86730, parole/trunk/parole.install)
===================================================================
--- community-i686/parole.install	                        (rev 0)
+++ community-i686/parole.install	2013-03-21 15:51:02 UTC (rev 86731)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-21 15:50:42 UTC (rev 86730)
+++ community-x86_64/PKGBUILD	2013-03-21 15:51:02 UTC (rev 86731)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: TDY <tdy at gmx.com>
-
-pkgname=parole
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A modern media player based on the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/parole/"
-license=('GPL')
-depends=('gstreamer0.10-base>=0.10.11' 'hicolor-icon-theme' 'libnotify>=0.4.1'
-         'libxfce4ui>=4.7.0' 'taglib>=1.4' 'desktop-file-utils')
-makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner>=1.9.1: browser plugin')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-#source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('03eb2df373adaae56959a548553ef72e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-
-  [ -x configure ] || ./autogen.sh
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-taglib --enable-libnotify
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: parole/repos/community-x86_64/PKGBUILD (from rev 86730, parole/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-21 15:51:02 UTC (rev 86731)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: TDY <tdy at gmx.com>
+
+pkgname=parole
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A modern media player based on the GStreamer framework"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/parole/"
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1'
+         'libxfce4ui>=4.7.0' 'taglib>=1.4' 'desktop-file-utils')
+makedepends=('pkgconfig>=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner>=1.9.1: browser plugin')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('03eb2df373adaae56959a548553ef72e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+    --enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/parole.install
===================================================================
--- community-x86_64/parole.install	2013-03-21 15:50:42 UTC (rev 86730)
+++ community-x86_64/parole.install	2013-03-21 15:51:02 UTC (rev 86731)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-x86_64/parole.install (from rev 86730, parole/trunk/parole.install)
===================================================================
--- community-x86_64/parole.install	                        (rev 0)
+++ community-x86_64/parole.install	2013-03-21 15:51:02 UTC (rev 86731)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list