Merge pull request #6507 from lonwillett/gajim-fix-plugin-installer
gajim: fix plugin installer
This commit is contained in:
commit
d14272bdd8
2 changed files with 24 additions and 2 deletions
22
srcpkgs/gajim/patches/include-root-cert.patch
Normal file
22
srcpkgs/gajim/patches/include-root-cert.patch
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
--- plugins/Makefile.am.orig 2017-02-01 14:16:03.000000000 +0100
|
||||||
|
+++ plugins/Makefile.am 2017-05-22 17:25:16.121616663 +0200
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|
pluginsdirs = ${sort ${dir ${wildcard ${srcdir}/*/ ${srcdir}/*/*/}}}
|
||||||
|
|
||||||
|
-pluginsfiles = $(wildcard ${p}/*.py ${p}/manifest.ini ${p}/*.ui ${p}/*.png)
|
||||||
|
+pluginsfiles = $(wildcard ${p}/*.py ${p}/manifest.ini ${p}/*.pem ${p}/*.ui ${p}/*.png)
|
||||||
|
|
||||||
|
nobase_gajimplugins_DATA = $(foreach p, ${pluginsdirs}, $(pluginsfiles))
|
||||||
|
|
||||||
|
--- plugins/Makefile.in.orig 2017-03-05 22:58:32.000000000 +0100
|
||||||
|
+++ plugins/Makefile.in 2017-05-22 17:40:36.897800490 +0200
|
||||||
|
@@ -316,7 +316,7 @@
|
||||||
|
gajimpluginsdir = $(gajim_pluginsdir)
|
||||||
|
dist_gajimplugins_PYTHON =
|
||||||
|
pluginsdirs = ${sort ${dir ${wildcard ${srcdir}/*/ ${srcdir}/*/*/}}}
|
||||||
|
-pluginsfiles = $(wildcard ${p}/*.py ${p}/manifest.ini ${p}/*.ui ${p}/*.png)
|
||||||
|
+pluginsfiles = $(wildcard ${p}/*.py ${p}/manifest.ini ${p}/*.pem ${p}/*.ui ${p}/*.png)
|
||||||
|
nobase_gajimplugins_DATA = $(foreach p, ${pluginsdirs}, $(pluginsfiles))
|
||||||
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
all: all-am
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gajim'
|
# Template file for 'gajim'
|
||||||
pkgname=gajim
|
pkgname=gajim
|
||||||
version=0.16.7
|
version=0.16.7
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-site-packages PYTHON=python2"
|
configure_args="--enable-site-packages PYTHON=python2"
|
||||||
hostmakedepends="intltool python"
|
hostmakedepends="intltool python"
|
||||||
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp"
|
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp python-pyasn1"
|
||||||
depends="${makedepends/-devel/}"
|
depends="${makedepends/-devel/}"
|
||||||
pycompile_module="gajim"
|
pycompile_module="gajim"
|
||||||
short_desc="Full featured Jabber/XMPP client"
|
short_desc="Full featured Jabber/XMPP client"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue