From a1505166e4370f1fa1d23870c406b53a25aa0802 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 21 Oct 2010 08:27:53 +0200 Subject: updated arch PKGBUILD --- PKGBUILD | 6 ++++-- deadbeef.install | 14 ++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 deadbeef.install diff --git a/PKGBUILD b/PKGBUILD index 9f76007c..9d2a691a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,17 +2,19 @@ pkgname=deadbeef pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="mp3/ogg/flac/ape/sid/mod/nsf/m4a/mpc/shn music player based on GTK2" arch=(i686 x86_64) url="http://deadbeef.sourceforge.net" license=('GPL2') -makedepends=('gtk2', 'libsamplerate', 'libvorbis', 'libmad', 'flac', 'curl', 'alsa-lib', 'wavpack', 'libsndfile', 'libcdio', 'libcddb', 'ffmpeg', "libx11", "faad2", "zlib") +makedepends=('gtk2', 'libsamplerate', 'libvorbis', 'libmad', 'flac', 'curl', 'alsa-lib', 'wavpack', 'libsndfile', 'libcdio', 'libcddb', 'ffmpeg', 'libx11', 'faad2', 'zlib', 'intltool', 'pkgconfig') depends=('gtk2' 'libsamplerate' 'alsa-lib') optdepends=('libvorbis: ogg vorbis playback', 'libmad: mp1/2/3 playback', 'flac: flac playback', 'curl: lastfm scrobbler, shoutcast, icecast, podcast support', 'wavpack: wv playback', 'libsndfile: wav playback', "libcdio: audio cd plugin", "libcddb: audio cd plugin", "ffmpeg: for wma, aa3, oma, ac3, etc", "libmms: required for MMS protocol support", "faad2: required for AAC/MP4 support", "dbus: required for OSD notifications support", "pulseaudio: required for PulseAudio output plugin", "libx11: required for global hotkeys plugin", ) makedepends=('pkgconfig') +install=deadbeef.install source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('204ce66fd864b2e2b6241532cc53a024') +options=('!libtool') build() { cd $srcdir/$pkgname-$pkgver diff --git a/deadbeef.install b/deadbeef.install new file mode 100644 index 00000000..eaf1b9a6 --- /dev/null +++ b/deadbeef.install @@ -0,0 +1,14 @@ +pkgname=deadbeef + +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3 From d25e71fc1ea15d1fd6efcfb10e812076e6460b15 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 21 Oct 2010 19:53:52 +0200 Subject: yet another 0.4.2 PKGBUILD fix --- PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 9d2a691a..f5e46792 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,14 @@ pkgname=deadbeef pkgver=0.4.2 -pkgrel=2 +pkgrel=3 pkgdesc="mp3/ogg/flac/ape/sid/mod/nsf/m4a/mpc/shn music player based on GTK2" arch=(i686 x86_64) url="http://deadbeef.sourceforge.net" license=('GPL2') -makedepends=('gtk2', 'libsamplerate', 'libvorbis', 'libmad', 'flac', 'curl', 'alsa-lib', 'wavpack', 'libsndfile', 'libcdio', 'libcddb', 'ffmpeg', 'libx11', 'faad2', 'zlib', 'intltool', 'pkgconfig') +makedepends=('gtk2' 'libsamplerate' 'libvorbis' 'libmad' 'flac' 'curl' 'alsa-lib' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' 'ffmpeg' 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig') depends=('gtk2' 'libsamplerate' 'alsa-lib') optdepends=('libvorbis: ogg vorbis playback', 'libmad: mp1/2/3 playback', 'flac: flac playback', 'curl: lastfm scrobbler, shoutcast, icecast, podcast support', 'wavpack: wv playback', 'libsndfile: wav playback', "libcdio: audio cd plugin", "libcddb: audio cd plugin", "ffmpeg: for wma, aa3, oma, ac3, etc", "libmms: required for MMS protocol support", "faad2: required for AAC/MP4 support", "dbus: required for OSD notifications support", "pulseaudio: required for PulseAudio output plugin", "libx11: required for global hotkeys plugin", ) -makedepends=('pkgconfig') install=deadbeef.install source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('204ce66fd864b2e2b6241532cc53a024') -- cgit v1.2.3 From 9f3d04898762e18e421fbdd2ef4b67d5581c7803 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 24 Oct 2010 09:19:53 +0200 Subject: translators.txt fix --- translators.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translators.txt b/translators.txt index 78977bc1..c8745820 100644 --- a/translators.txt +++ b/translators.txt @@ -81,6 +81,6 @@ Ukrainian Vietnamese Tran Duy Hung -Chinese (Taiwan, Province of China) +Traditional Chinese (Taiwan) Hong Jen Yee -- cgit v1.2.3