From c25b7aa323ab71b1a524d15dbbe942dbebd55761 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Jan 2013 00:08:41 -0800 Subject: Wed Jan 30 00:08:41 PST 2013 --- community/ripperx/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/ripperx/PKGBUILD') diff --git a/community/ripperx/PKGBUILD b/community/ripperx/PKGBUILD index 2c9b0cfa8..d852ced60 100644 --- a/community/ripperx/PKGBUILD +++ b/community/ripperx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80016 2012-11-15 13:29:30Z spupykin $ +# $Id: PKGBUILD 83323 2013-01-29 14:04:00Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: dorphell pkgname=ripperx pkgver=2.7.3 -pkgrel=3 +pkgrel=4 pkgdesc="GTK program to rip and encode mp3 files" arch=(i686 x86_64) url="http://ripperx.sourceforge.net/" @@ -17,6 +17,7 @@ build() { cd $srcdir/ripperX-$pkgver LDFLAGS=-lm ./configure --prefix=/usr sed -i 's|Icon=.*|Icon=ripperX.xpm|g' ripperX.desktop + echo "Categories=GTK;GNOME;AudioVideo;DiscBurning;" >>ripperX.desktop make } -- cgit v1.2.3-54-g00ecf