diff options
author | root <root@rshg054.dnsready.net> | 2013-01-30 00:08:41 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-30 00:08:41 -0800 |
commit | c25b7aa323ab71b1a524d15dbbe942dbebd55761 (patch) | |
tree | c7dd8d810c5d08168ee757083d3b6bce150c1915 /community/ripperx | |
parent | cb333f0d5d536b1436262e1b3e45647b22f136b0 (diff) |
Wed Jan 30 00:08:41 PST 2013
Diffstat (limited to 'community/ripperx')
-rw-r--r-- | community/ripperx/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
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 <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> 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 } |