[arch-commits] Commit in (5 files)

Jan Steffens heftig at archlinux.org
Fri Nov 19 13:48:00 UTC 2010


    Date: Friday, November 19, 2010 @ 08:47:59
  Author: heftig
Revision: 99917

Add paprefs

Added:
  paprefs/
  paprefs/repos/
  paprefs/trunk/
  paprefs/trunk/PKGBUILD
  paprefs/trunk/paprefs.desktop

-----------------+
 PKGBUILD        |   32 ++++++++++++++++++++++++++++++++
 paprefs.desktop |   13 +++++++++++++
 2 files changed, 45 insertions(+)

Added: paprefs/trunk/PKGBUILD
===================================================================
--- paprefs/trunk/PKGBUILD	                        (rev 0)
+++ paprefs/trunk/PKGBUILD	2010-11-19 13:47:59 UTC (rev 99917)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=paprefs
+pkgver=0.9.9
+pkgrel=5
+pkgdesc="A simple GTK-based configuration dialog for PulseAudio"
+arch=(i686 x86_64)
+url="http://0pointer.de/lennart/projects/paprefs"
+license=(GPL)
+depends=(gconfmm gnome-icon-theme libglademm 'pulseaudio>=0.9.21' libsigc++)
+makedepends=(intltool)
+source=(http://0pointer.de/lennart/projects/paprefs/$pkgname-$pkgver.tar.gz
+        paprefs.desktop)
+md5sums=('0592ccb28c8f601a8fe3607b64e9f5bc' '20dc978f0bd4a0bf925a4eaf80a2b8f8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-lynx
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/paprefs.desktop" \
+    "$pkgdir/usr/share/applications/paprefs.desktop"
+}


Property changes on: paprefs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: paprefs/trunk/paprefs.desktop
===================================================================
--- paprefs/trunk/paprefs.desktop	                        (rev 0)
+++ paprefs/trunk/paprefs.desktop	2010-11-19 13:47:59 UTC (rev 99917)
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Name=PulseAudio Preferences
+Name[de]=PulseAudio-Einstellungen
+GenericName=Sound Server Preferences
+GenericName[de]=Audio-Dienst-Einstellungen
+Comment=View and modify the configuration of the local sound server
+Comment[de]=Anzeigen und Ändern der Konfiguration des lokalen Audio-Dienstes
+Exec=paprefs
+Icon=preferences-desktop
+StartupNotify=true
+Type=Application
+Categories=Settings;




More information about the arch-commits mailing list