summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-04-30 22:41:05 +0200
committerMichael Straube2017-04-30 22:43:37 +0200
commitfeedceb2caa095fb6f10c2114805f0548e5a8d9e (patch)
tree8d438ae2657febcc4294d32a6188a67b1f9a598f
parent82275243ba512de58eaa739e8671a98ecace2c8c (diff)
downloadaur-feedceb2caa095fb6f10c2114805f0548e5a8d9e.tar.gz
Add enable instructions
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--vlc-pause-click-plugin.install10
3 files changed, 14 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6d96920665..5486565226e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = vlc-pause-click-plugin
pkgdesc = This plugin allows you to pause/play a video by clicking on the video image
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nurupo/vlc-pause-click-plugin
+ install = vlc-pause-click-plugin.install
arch = i686
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 181d9dd4b874..7d380e071afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=vlc-pause-click-plugin
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='This plugin allows you to pause/play a video by clicking on the video image'
arch=('i686' 'x86_64')
license=('LGPL')
url='https://github.com/nurupo/vlc-pause-click-plugin'
depends=('vlc')
+install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/nurupo/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('fa0e29aaae8088c0d5d1cec499f997cd3f076bcf5efd48b0f0470027563b10d6')
diff --git a/vlc-pause-click-plugin.install b/vlc-pause-click-plugin.install
new file mode 100644
index 000000000000..5332ead30f67
--- /dev/null
+++ b/vlc-pause-click-plugin.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat << EOF
+
+You have to enable the plugin in VLC's advanced settings.
+
+Interface -> Control Interfaces -> Pause/Play video on mouse click
+Video -> Filters -> Pause/Play video on mouse click
+
+EOF
+}