summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292016-06-22 11:26:25 +0200
committerSpike292016-06-22 11:26:25 +0200
commit019171f3927ecde6d29c9d047c42e8fae57fd3d9 (patch)
treebf2f8711c499a2b1601710ba59fad253d5c94a36
parent753f13672d430e3007c36519b5558d4a1a1b7649 (diff)
downloadaur-019171f3927ecde6d29c9d047c42e8fae57fd3d9.tar.gz
Make perl-net-dbus a non-optional dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b810460492d6..e0d5a9b46907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 16:44:25 UTC 2016
+# Wed Jun 22 09:25:33 UTC 2016
pkgbase = gmusicbrowser
pkgdesc = A customizable open-source jukebox for large collections
pkgver = 1.1.15
- pkgrel = 5
+ pkgrel = 6
url = http://gmusicbrowser.org
install = gmusicbrowser.install
arch = any
license = GPL3
depends = gtk2-perl
depends = hicolor-icon-theme
+ depends = perl-net-dbus
optdepends = alsa-utils: enables the ALSA backend
optdepends = flac123: flac support for the ALSA backend
optdepends = mpg321: mp3 support for the ALSA backend
@@ -32,7 +33,6 @@ pkgbase = gmusicbrowser
optdepends = perl-gtk2-appindicator: app indicator plugin support
optdepends = perl-gtk2-mozembed: web-based plugins support
optdepends = perl-gtk2-webkit: alternative web-based plugin support
- optdepends = perl-net-dbus: control gmusicbrowser through dbus and gnome hotkeys
optdepends = perl-gtk2-notify: show notifications using libnotify
optdepends = perl-html-parser: support for accented characters in lyrics plugin
conflicts = gmusicbrowser-git
diff --git a/PKGBUILD b/PKGBUILD
index 4ae146f7085a..fba750493bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gmusicbrowser
pkgver=1.1.15
-pkgrel=5
+pkgrel=6
pkgdesc="A customizable open-source jukebox for large collections"
arch=('any')
url="http://gmusicbrowser.org"
license=('GPL3')
-depends=('gtk2-perl' 'hicolor-icon-theme')
+depends=('gtk2-perl' 'hicolor-icon-theme' 'perl-net-dbus')
optdepends=('alsa-utils: enables the ALSA backend'
'flac123: flac support for the ALSA backend'
'mpg321: mp3 support for the ALSA backend'
@@ -32,7 +32,6 @@ optdepends=('alsa-utils: enables the ALSA backend'
'perl-gtk2-appindicator: app indicator plugin support'
'perl-gtk2-mozembed: web-based plugins support'
'perl-gtk2-webkit: alternative web-based plugin support'
- 'perl-net-dbus: control gmusicbrowser through dbus and gnome hotkeys'
'perl-gtk2-notify: show notifications using libnotify'
'perl-html-parser: support for accented characters in lyrics plugin')
conflicts=('gmusicbrowser-git' 'gmusicbrowser-shimmer' 'gmusicbrowser-shimmer-git')