summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1a1a01bc431..56a5279d2af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,23 +8,13 @@ pkgdesc="xmradio is a tiny Internet Xia Mi Radio client for Linux, which support
arch=('i686' 'x86_64')
url="https://github.com/timxx/xmradio"
license=('GPL3')
-depends=('dbus' 'vlc')
+depends=('dbus' 'vlc' 'gobject-introspection-runtime' 'curl' 'libxml2' 'gtk3' 'glib2' 'zlib' 'sqlite' 'libnotify' 'dbus-glib' 'libdbusmenu-glib' 'gstreamer' 'libpeas')
makedepends=('cmake'
+ 'gobject-introspection'
'gcc'
'gettext'
'intltool'
- 'pkg-config'
- 'zlib'
- 'sqlite'
- 'libnotify'
- 'glib2'
- 'curl'
- 'libxml2'
- 'gtk3'
- 'dbus-glib'
- 'libdbusmenu-glib'
- 'gstreamer'
- 'libpeas')
+ 'pkg-config')
source=("git+https://github.com/timxx/xmradio.git")
install="${pkgname}.install"