diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 06:41:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 06:41:22 -0300 |
commit | fcce4e670cd2d81990b3f50e8a682b44d40a73cc (patch) | |
tree | 2634d6d68316f3f4dd51f378e826da884a919288 /libre/gnormalize-parabola | |
parent | c5822ca785d156da9849d5e25dc79a93d1fac22d (diff) | |
download | abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.tar.gz abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.tar.bz2 abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.zip |
remove parabola suffix and add complex pkgrel on the packages
Diffstat (limited to 'libre/gnormalize-parabola')
-rw-r--r-- | libre/gnormalize-parabola/PKGBUILD | 62 | ||||
-rw-r--r-- | libre/gnormalize-parabola/gnormalize.desktop | 9 | ||||
-rw-r--r-- | libre/gnormalize-parabola/gnormalize.install | 14 |
3 files changed, 0 insertions, 85 deletions
diff --git a/libre/gnormalize-parabola/PKGBUILD b/libre/gnormalize-parabola/PKGBUILD deleted file mode 100644 index edcb448a5..000000000 --- a/libre/gnormalize-parabola/PKGBUILD +++ /dev/null @@ -1,62 +0,0 @@ -# $Id: PKGBUILD 91575 2013-05-24 12:41:56Z arodseth $ -# Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com> -# Contributor (Arch): Chris Brannon <cmbrannon79@gmail.com> -# Contributor (Arch): Corrado Primier <bardo@aur.archlinux.org> -# Contributor (Arch):JZsolt Varadi (karmaxxl) -# Maintainer: André Silva <emulatorman@parabola.nu> - -_pkgname=gnormalize -pkgname=gnormalize-parabola -pkgver=0.63 -pkgrel=5 -pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and player, without nonfree faac and mac recommendation' -arch=('any') -url='http://gnormalize.sourceforge.net/' -license=('GPL') -depends=('perl' 'cddb_get' 'desktop-file-utils' 'gtk2-perl' 'hicolor-icon-theme') -makedepends=('xz' 'gendesk') -optdepends=('flac: FLAC encoding, FLAC playing in conjunction with mplayer' - 'lame: MP3 encoding' - 'mpg321: MP3 playing' - 'mplayer: FLAC/WAV playing' - 'musepack-tools: full Musepack support' - 'perl-mp3-info: MP3 ID3 tags' - 'vorbis-tools: full OGG Vorbis support' - 'cdcd: CD playing' - 'cdparanoia: CD ripping' - 'cdrkit: CD ripping - alternative to cdparanoia' - 'wavegain: sound normalization') -replaces=("${_pkgname}" "${_pkgname}-libre") -conflicts=("${_pkgname}" "${_pkgname}-libre") -provides=(${_pkgname}=${pkgver}) -install=gnormalize.install -source=("http://downloads.sourceforge.net/sourceforge/gnormalize/${_pkgname}-${pkgver}.tar.gz") -sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6') - -prepare() { - cd "$srcdir/$_pkgname-$pkgver" - - gendesk -n --pkgname "$_pkgname" --pkgdesc "$pkgdesc" --mimetypes \ - 'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg' - lzma -qd gnormalize.1.lzma -} - -package() { - cd "$srcdir/$_pkgname-$pkgver" - - install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname" - install -Dm644 "$_pkgname.1" "$pkgdir/usr/share/man/man1/$_pkgname.1" - install -d "$pkgdir/usr/share/$_pkgname/animations" - install -m644 animations/*.gif "$pkgdir/usr/share/$_pkgname/animations/" - install -Dm644 README "$pkgdir/usr/share/doc/$_pkgname/README" - install -Dm644 "icons/$_pkgname.png" \ - "$pkgdir/usr/share/pixmaps/$_pkgname.png" - for i in 16 32 48 ; do - install -Dm644 "icons/gnormalize-$i.png" \ - "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/$_pkgname.png" - done - install -Dm644 "$_pkgname.desktop" \ - "$pkgdir/usr/share/applications/$_pkgname.desktop" -} - -# vim:set ts=2 sw=2 et: diff --git a/libre/gnormalize-parabola/gnormalize.desktop b/libre/gnormalize-parabola/gnormalize.desktop deleted file mode 100644 index 4d4061308..000000000 --- a/libre/gnormalize-parabola/gnormalize.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=gnormalize -Comment=Encoder/Decoder, normalize frontend, etc. -Exec=gnormalize -Icon=gnormalize -MimeType=audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg; -Categories=GTK;AudioVideo;Player; -Terminal=false -Type=Application diff --git a/libre/gnormalize-parabola/gnormalize.install b/libre/gnormalize-parabola/gnormalize.install deleted file mode 100644 index ef533df53..000000000 --- a/libre/gnormalize-parabola/gnormalize.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: |