freshplayerplugin version bump and add missing dependencies
This commit is contained in:
@@ -10,7 +10,8 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr")
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DWITH_GTK=3")
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
@@ -20,4 +21,4 @@ def install():
|
||||
|
||||
pisitools.dosed("%s/usr/share/freshplayerplugin/freshwrapper.conf.example" % get.installDIR(), "/opt/google/chrome", "/usr/lib/chromium-browser")
|
||||
|
||||
pisitools.dodoc("COPYING", "LICENSE")
|
||||
pisitools.dodoc("COPYING", "LICENSE")
|
||||
|
||||
Reference in New Issue
Block a user