summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-09-04 14:25:50 +0100
committerWorMzy Tykashi2017-09-04 14:26:37 +0100
commit4e5f8ba44a86ef467bfa1d98e618bffad970f85c (patch)
tree225af14dcd2923fa0d5d4a6e8528b1f953edd02a
parent284fbefa446e351d0d9a02eb0b9d5721de80763d (diff)
downloadaur-4e5f8ba44a86ef467bfa1d98e618bffad970f85c.tar.gz
Remove install file and make pepper-flash dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
-rw-r--r--freshplayerplugin.install7
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b0a69b5e0a..9e465d45961f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = freshplayerplugin
pkgver = 0.3.7
pkgrel = 1
url = https://github.com/i-rinat/freshplayerplugin
- install = freshplayerplugin.install
arch = i686
arch = x86_64
license = MIT
@@ -29,11 +28,9 @@ pkgbase = freshplayerplugin
depends = openssl
depends = pango
depends = v4l-utils
- optdepends = pepper-flash: for the necessary Pepper plugin
+ depends = pepper-flash
source = https://github.com/i-rinat/freshplayerplugin/archive/v0.3.7.tar.gz
- source = freshplayerplugin.install
sha1sums = e7f9bf791a3d70e386eb98f3e7c6478a891bff29
- sha1sums = 331a3b3877249eaf1c3db917bde1dea6c4d374ab
pkgname = freshplayerplugin
diff --git a/PKGBUILD b/PKGBUILD
index ce509dd6ae84..b85d65924239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,14 +15,11 @@ url='https://github.com/i-rinat/freshplayerplugin'
license=('MIT')
depends=('alsa-lib' 'cairo' 'ffmpeg' 'freetype2' 'glib2' 'icu' 'jack'
'libevent' 'libgl' 'libsoxr' 'libva' 'libvdpau' 'libx11'
- 'libxcursor' 'libxrandr' 'libxrender' 'openssl' 'pango' 'v4l-utils')
+ 'libxcursor' 'libxrandr' 'libxrender' 'openssl' 'pango'
+ 'v4l-utils' 'pepper-flash')
makedepends=('libdrm' 'cmake' 'ragel')
-optdepends=('pepper-flash: for the necessary Pepper plugin')
-install="${pkgname}.install"
-source=("${url}/archive/v${pkgver}.tar.gz"
- "${pkgname}.install")
-sha1sums=('e7f9bf791a3d70e386eb98f3e7c6478a891bff29'
- '331a3b3877249eaf1c3db917bde1dea6c4d374ab')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha1sums=('e7f9bf791a3d70e386eb98f3e7c6478a891bff29')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/freshplayerplugin.install b/freshplayerplugin.install
deleted file mode 100644
index 9d52af027457..000000000000
--- a/freshplayerplugin.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- while read; do printf '%s\n' "$REPLY"; done <<- EOF
- Warning! This package requires the pepper flash plugin
- that is available in one of the packages in the optdepends
- array! It will not work without one of those!
- EOF
-}