From e96423b261d094f18bd81b1941ba6b07ec1fa4c5 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 26 Aug 2014 21:05:55 -0300 Subject: add parabola suffix on some packages --- libre/gnormalize-libre/PKGBUILD | 62 ------------------------------- libre/gnormalize-libre/gnormalize.desktop | 9 ----- libre/gnormalize-libre/gnormalize.install | 14 ------- 3 files changed, 85 deletions(-) delete mode 100644 libre/gnormalize-libre/PKGBUILD delete mode 100644 libre/gnormalize-libre/gnormalize.desktop delete mode 100644 libre/gnormalize-libre/gnormalize.install (limited to 'libre/gnormalize-libre') diff --git a/libre/gnormalize-libre/PKGBUILD b/libre/gnormalize-libre/PKGBUILD deleted file mode 100644 index 36219be72..000000000 --- a/libre/gnormalize-libre/PKGBUILD +++ /dev/null @@ -1,62 +0,0 @@ -# $Id: PKGBUILD 91575 2013-05-24 12:41:56Z arodseth $ -# Maintainer (Arch): Alexander Rødseth -# Contributor (Arch): Chris Brannon -# Contributor (Arch): Corrado Primier -# Contributor (Arch):JZsolt Varadi (karmaxxl) -# Maintainer: André Silva - -_pkgname=gnormalize -pkgname=gnormalize-libre -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) -conflicts=($_pkgname) -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-libre/gnormalize.desktop b/libre/gnormalize-libre/gnormalize.desktop deleted file mode 100644 index 4d4061308..000000000 --- a/libre/gnormalize-libre/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-libre/gnormalize.install b/libre/gnormalize-libre/gnormalize.install deleted file mode 100644 index ef533df53..000000000 --- a/libre/gnormalize-libre/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: -- cgit v1.2.3-54-g00ecf