summaryrefslogtreecommitdiff
path: root/community/osdlyrics
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/osdlyrics
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/osdlyrics')
-rw-r--r--community/osdlyrics/PKGBUILD31
-rw-r--r--community/osdlyrics/osdlyrics.install15
2 files changed, 0 insertions, 46 deletions
diff --git a/community/osdlyrics/PKGBUILD b/community/osdlyrics/PKGBUILD
deleted file mode 100644
index 10e36f4c7..000000000
--- a/community/osdlyrics/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 81442 2012-12-21 03:27:19Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=osdlyrics
-pkgver=0.4.3
-pkgrel=2
-pkgdesc="A lyric show compatible with various media players"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/osd-lyrics/"
-license=('GPL3')
-depends=('gtk2' 'dbus-glib' 'curl' 'libnotify' 'libmpd' 'xmms2'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=$pkgname.install
-source=("http://osd-lyrics.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=('a14a3fbfe07eb7137074126db63b9aa2')
-
-build()
-{
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package()
-{
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
diff --git a/community/osdlyrics/osdlyrics.install b/community/osdlyrics/osdlyrics.install
deleted file mode 100644
index 54854a1fe..000000000
--- a/community/osdlyrics/osdlyrics.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_upgrade()
-{
- usr/bin/update-desktop-database -q
- usr/bin/gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install()
-{
- post_upgrade
-}
-
-post_remove()
-{
- post_upgrade
-}