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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Mar 7 10:58:28 UTC 2013


    Date: Thursday, March 7, 2013 @ 11:58:27
  Author: spupykin
Revision: 85793

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

Added:
  parole/repos/community-i686/PKGBUILD
    (from rev 85792, parole/trunk/PKGBUILD)
  parole/repos/community-i686/parole.install
    (from rev 85792, parole/trunk/parole.install)
  parole/repos/community-x86_64/PKGBUILD
    (from rev 85792, parole/trunk/PKGBUILD)
  parole/repos/community-x86_64/parole.install
    (from rev 85792, 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

---------------------------------+
 community-i686/PKGBUILD         |   74 +++++++++++++++++++-------------------
 community-i686/parole.install   |   24 ++++++------
 community-x86_64/PKGBUILD       |   74 +++++++++++++++++++-------------------
 community-x86_64/parole.install |   24 ++++++------
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-07 10:58:12 UTC (rev 85792)
+++ community-i686/PKGBUILD	2013-03-07 10:58:27 UTC (rev 85793)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: TDY <tdy at gmx.com>
-
-pkgname=parole
-pkgver=0.4.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=('df05ff037c6063c905e5bb40a50b6e0f')
-
-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 85792, parole/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-07 10:58:27 UTC (rev 85793)
@@ -0,0 +1,37 @@
+# $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
+}

Deleted: community-i686/parole.install
===================================================================
--- community-i686/parole.install	2013-03-07 10:58:12 UTC (rev 85792)
+++ community-i686/parole.install	2013-03-07 10:58:27 UTC (rev 85793)
@@ -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 85792, parole/trunk/parole.install)
===================================================================
--- community-i686/parole.install	                        (rev 0)
+++ community-i686/parole.install	2013-03-07 10:58:27 UTC (rev 85793)
@@ -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-07 10:58:12 UTC (rev 85792)
+++ community-x86_64/PKGBUILD	2013-03-07 10:58:27 UTC (rev 85793)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: TDY <tdy at gmx.com>
-
-pkgname=parole
-pkgver=0.4.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=('df05ff037c6063c905e5bb40a50b6e0f')
-
-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 85792, parole/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-07 10:58:27 UTC (rev 85793)
@@ -0,0 +1,37 @@
+# $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
+}

Deleted: community-x86_64/parole.install
===================================================================
--- community-x86_64/parole.install	2013-03-07 10:58:12 UTC (rev 85792)
+++ community-x86_64/parole.install	2013-03-07 10:58:27 UTC (rev 85793)
@@ -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 85792, parole/trunk/parole.install)
===================================================================
--- community-x86_64/parole.install	                        (rev 0)
+++ community-x86_64/parole.install	2013-03-07 10:58:27 UTC (rev 85793)
@@ -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