From b7bde5e7f02e4b0f170d0264fa1c279da131f0b6 Mon Sep 17 00:00:00 2001 From: Josef Miegl Date: Wed, 13 Feb 2019 21:17:45 +0100 Subject: [PATCH] fix depends --- .SRCINFO | 2 +- PKGBUILD | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e20e31d..5c1f661 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -9,7 +9,7 @@ pkgbase = butt arch = armv7h license = GPL2 depends = fltk - depends = libpng12 + depends = dbus depends = portaudio depends = libfdk-aac depends = libvorbis diff --git a/PKGBUILD b/PKGBUILD index 2a2c977..2d751e0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,18 +9,18 @@ pkgdesc="Easy to use, multi OS streaming tool" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('GPL2') url="http://butt.sourceforge.net/" -depends=('fltk' 'libpng12' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate') +depends=('fltk' 'dbus' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate') source=(${pkgname}-${pkgver}.tar.gz::"http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('afe9596b1d9ef38d2fde1f3255e5a3a12b206c73c8e6601e37cccb07e67ae33d') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install # Desktop file