[arch-commits] Commit in gnome-alsamixer/trunk (PKGBUILD gnome-alsamixer.desktop)

Eric Bélanger eric at archlinux.org
Sun Aug 21 09:12:58 UTC 2011


    Date: Sunday, August 21, 2011 @ 05:12:58
  Author: eric
Revision: 135997

upgpkg: gnome-alsamixer 0.9.6-4

	Update url, Add desktop file

Added:
  gnome-alsamixer/trunk/gnome-alsamixer.desktop
Modified:
  gnome-alsamixer/trunk/PKGBUILD

-------------------------+
 PKGBUILD                |   31 ++++++++++++++++++++-----------
 gnome-alsamixer.desktop |   11 +++++++++++
 2 files changed, 31 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-21 08:10:46 UTC (rev 135996)
+++ PKGBUILD	2011-08-21 09:12:58 UTC (rev 135997)
@@ -1,24 +1,33 @@
 # $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=gnome-alsamixer
 pkgver=0.9.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Gnome ALSA mixer"
 arch=('i686' 'x86_64')
-url="http://www.paw.za.org"
+url="https://launchpad.net/gnome-alsamixer"
 license=('GPL')
-depends=('libgnomeui>=2.24.1')
+depends=('libgnomeui')
 source=(ftp://ftp.archlinux.org/other/gnome-alsamixer/${pkgname}-${pkgver}.tar.gz
-        gnome-alsamixer-0.9.6-gtk24.patch)
+        gnome-alsamixer-0.9.6-gtk24.patch gnome-alsamixer.desktop)
 md5sums=('387623cfeb079d78325eed2d6bc94251'
-         '82b95a0df43429da5098b4da883f6bd0')
+         '82b95a0df43429da5098b4da883f6bd0'
+         'c7dbc44207bede96e4fafc24a7c7beb3')
+sha1sums=('faece601a4329d2b01b9efe65200021538fc066d'
+          'b4e3b871676025600170ba54f59db4977b853c08'
+          '31639f7932d088ca76a18c79839682be811f23d0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/gnome-alsamixer-0.9.6-gtk24.patch" || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  patch -Np1 -i "${srcdir}/gnome-alsamixer-0.9.6-gtk24.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 "${srcdir}/gnome-alsamixer.desktop" \
+    "${pkgdir}/usr/share/applications/gnome-alsamixer.desktop"
+}

Added: gnome-alsamixer.desktop
===================================================================
--- gnome-alsamixer.desktop	                        (rev 0)
+++ gnome-alsamixer.desktop	2011-08-21 09:12:58 UTC (rev 135997)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Name=GNOME ALSA Mixer
+Comment=ALSA sound mixer for GNOME
+Comment[es]=Mezclador de sonido ALSA para GNOME
+Comment[fr]=Mélangeur de son ALSA pour GNOME
+Exec=gnome-alsamixer
+Icon=/usr/share/pixmaps/gnome-alsamixer/gnome-alsamixer-icon.png
+Terminal=false
+Type=Application
+Categories=Application;AudioVideo;
+StartupNotify=true




More information about the arch-commits mailing list