[arch-commits] Commit in quodlibet/trunk (ChangeLog PKGBUILD)
Eric Belanger
eric at archlinux.org
Sat Sep 20 07:56:35 UTC 2008
Date: Saturday, September 20, 2008 @ 03:56:35
Author: eric
Revision: 12780
upgpkg: quodlibet 2.0-2
Placed copy of icon in /usr/share/pixmaps to fix desktop entry
Modified:
quodlibet/trunk/ChangeLog
quodlibet/trunk/PKGBUILD
-----------+
ChangeLog | 5 +++++
PKGBUILD | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2008-09-20 06:42:07 UTC (rev 12779)
+++ ChangeLog 2008-09-20 07:56:35 UTC (rev 12780)
@@ -1,5 +1,10 @@
2008-09-20 Eric Belanger <eric at archlinux.org>
+ * quodlibet 2.0-2
+ * Placed copy of icon in /usr/share/pixmaps to fix desktop entry
+
+2008-09-20 Eric Belanger <eric at archlinux.org>
+
* quodlibet 2.0-1
* Upstream update
* Updated url
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-09-20 06:42:07 UTC (rev 12779)
+++ PKGBUILD 2008-09-20 07:56:35 UTC (rev 12780)
@@ -3,7 +3,7 @@
pkgname=quodlibet
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="An audio player written in pygtk"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -20,4 +20,6 @@
cd ${srcdir}/${pkgname}-${pkgver}
./setup.py build || return 1
./setup.py install --prefix=${pkgdir}/usr || return 1
+ install -D -m644 quodlibet/images/exfalso.png ${pkgdir}/usr/share/pixmaps/exfalso.png || return 1
+ install -D -m644 quodlibet/images/quodlibet.png ${pkgdir}/usr/share/pixmaps/quodlibet.png || return 1
}
More information about the arch-commits
mailing list