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

Sergej Pupykin spupykin at archlinux.org
Sun Mar 1 10:27:21 UTC 2015


    Date: Sunday, March 1, 2015 @ 11:27:21
  Author: spupykin
Revision: 128463

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

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

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   33 ++++++++++++++++++++++++++++++
 community-staging-i686/parole.install   |   12 ++++++++++
 community-staging-x86_64/PKGBUILD       |   33 ++++++++++++++++++++++++++++++
 community-staging-x86_64/parole.install |   12 ++++++++++
 4 files changed, 90 insertions(+)

Copied: parole/repos/community-staging-i686/PKGBUILD (from rev 128462, parole/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-03-01 10:27:21 UTC (rev 128463)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: TDY <tdy at gmx.com>
+
+pkgname=parole
+pkgver=0.7.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=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1'
+         'libxfce4ui>=4.12.0' 'taglib>=1.4' 'desktop-file-utils' 'gst-plugins-good')
+makedepends=('xfce4-dev-tools')
+optdepends=('gst-libav'
+	    'gst-plugins-bad'
+	    'gst-plugins-base'
+	    'gst-plugins-ugly')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('08d3417806e9a3d2a50036d45c9397fc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./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
+}

Copied: parole/repos/community-staging-i686/parole.install (from rev 128462, parole/trunk/parole.install)
===================================================================
--- community-staging-i686/parole.install	                        (rev 0)
+++ community-staging-i686/parole.install	2015-03-01 10:27:21 UTC (rev 128463)
@@ -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
+}

Copied: parole/repos/community-staging-x86_64/PKGBUILD (from rev 128462, parole/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-03-01 10:27:21 UTC (rev 128463)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: TDY <tdy at gmx.com>
+
+pkgname=parole
+pkgver=0.7.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=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 'libnotify>=0.4.1'
+         'libxfce4ui>=4.12.0' 'taglib>=1.4' 'desktop-file-utils' 'gst-plugins-good')
+makedepends=('xfce4-dev-tools')
+optdepends=('gst-libav'
+	    'gst-plugins-bad'
+	    'gst-plugins-base'
+	    'gst-plugins-ugly')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('08d3417806e9a3d2a50036d45c9397fc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./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
+}

Copied: parole/repos/community-staging-x86_64/parole.install (from rev 128462, parole/trunk/parole.install)
===================================================================
--- community-staging-x86_64/parole.install	                        (rev 0)
+++ community-staging-x86_64/parole.install	2015-03-01 10:27:21 UTC (rev 128463)
@@ -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