summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deadbeef-plugin-lyricbar-git/.SRCINFO4
-rw-r--r--deadbeef-plugin-lyricbar-git/PKGBUILD9
2 files changed, 8 insertions, 5 deletions
diff --git a/deadbeef-plugin-lyricbar-git/.SRCINFO b/deadbeef-plugin-lyricbar-git/.SRCINFO
index eb22c72..ae0890e 100644
--- a/deadbeef-plugin-lyricbar-git/.SRCINFO
+++ b/deadbeef-plugin-lyricbar-git/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = deadbeef-plugin-lyricbar-git
pkgdesc = DeaDBeeF lyric bar plugin
- pkgver = r60.ga08374c
+ pkgver = r66.g39b9568
pkgrel = 1
url = https://github.com/C0rn3j/deadbeef-lyricbar
arch = i686
arch = x86_64
license = MIT
makedepends = git
- depends = deadbeef-git
+ depends = deadbeef
depends = libxml++
optdepends = gtkmm3
optdepends = gtkmm
diff --git a/deadbeef-plugin-lyricbar-git/PKGBUILD b/deadbeef-plugin-lyricbar-git/PKGBUILD
index 93c509b..df7ce64 100644
--- a/deadbeef-plugin-lyricbar-git/PKGBUILD
+++ b/deadbeef-plugin-lyricbar-git/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=deadbeef-lyricbar
pkgname=deadbeef-plugin-lyricbar-git
-pkgver=r60.ga08374c
+pkgver=r66.g39b9568
pkgrel=1
pkgdesc="DeaDBeeF lyric bar plugin"
arch=('i686' 'x86_64')
url="https://github.com/C0rn3j/deadbeef-lyricbar"
license=('MIT')
-depends=('deadbeef-git' 'libxml++')
+depends=('deadbeef' 'libxml++')
optdepends=('gtkmm3' 'gtkmm')
makedepends=('git')
source=("${_pkgname}::git+${url}"
@@ -34,8 +34,11 @@ prepare() {
build() {
cd "${_pkgname}"
- make COPTS="${CFLAGS}" CXXOPTS="${CXXFLAGS}"
make COPTS="${CFLAGS}" CXXOPTS="${CXXFLAGS}" gtk2
+ mv ddb_lyricbar_gtk2.so ddb_lyricbar_gtk2.so.save
+ make clean
+ make COPTS="${CFLAGS}" CXXOPTS="${CXXFLAGS}"
+ mv ddb_lyricbar_gtk2.so.save ddb_lyricbar_gtk2.so
}
package() {