summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092017-08-23 19:31:51 +1000
committerfusion8092017-08-23 19:31:51 +1000
commit65b9d888744a965564b3ffd44fe47cf0e5ad744d (patch)
tree12afbae5c1cc434efefedd463e364c5d6abed4e9
parent7cfa26c788806e76b4ad3a2ef08735948fb24220 (diff)
downloadaur-65b9d888744a965564b3ffd44fe47cf0e5ad744d.tar.gz
Adding webkitgtk dep
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfaade669036..469fae9262e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 4 22:05:01 UTC 2016
+# Wed Aug 23 09:31:51 UTC 2017
pkgbase = foobnix
pkgdesc = Music player for Linux
pkgver = 3.1
@@ -15,6 +15,7 @@ pkgbase = foobnix
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-ugly
+ depends = webkitgtk
depends = gst-plugins-base-libs
depends = gst-python2
depends = mutagen
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..9fed1d3877d3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src
+pkg
+*.pkg.tar.xz
+*.gz
diff --git a/PKGBUILD b/PKGBUILD
index 294098a42769..7ae230718ca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,7 @@ url="http://www.foobnix.com/"
license=('GPL3')
source=("https://github.com/foobnix/foobnix/archive/${pkgver}.tar.gz")
md5sums=('0602df86c4027d7ef36b0224c92553ed')
-depends=('desktop-file-utils' 'gettext' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly'
-'gst-plugins-base-libs' 'gst-python2' 'mutagen' 'python2-chardet' 'python2-gobject' 'python2-keybinder2' 'python2-notify'
-'python2-simplejson')
+depends=('desktop-file-utils' 'gettext' 'gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 'webkitgtk' 'gst-plugins-base-libs' 'gst-python2' 'mutagen' 'python2-chardet' 'python2-gobject' 'python2-keybinder2' 'python2-notify' 'python2-simplejson')
install=foobnix.install
build() {