summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-09-20 00:23:12 +0000
committernia <nia@pkgsrc.org>2018-09-20 00:23:12 +0000
commit83544cf9ee6806c78fa54de50c7583cc5372c7ac (patch)
tree94af39f59b35e52c333e4c285161ffcb98dce37f /chat
parent50309a36d5360d5d114f25818edb76a745ac663a (diff)
downloadpkgsrc-83544cf9ee6806c78fa54de50c7583cc5372c7ac.tar.gz
gajim-plugin-omemo: don't rely on install continuing after error.
Diffstat (limited to 'chat')
-rw-r--r--chat/gajim-plugin-omemo/Makefile8
-rw-r--r--chat/gajim-plugin-omemo/PLIST4
2 files changed, 6 insertions, 6 deletions
diff --git a/chat/gajim-plugin-omemo/Makefile b/chat/gajim-plugin-omemo/Makefile
index 8d4e1407fc2..3467a293323 100644
--- a/chat/gajim-plugin-omemo/Makefile
+++ b/chat/gajim-plugin-omemo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2018/09/19 20:44:36 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/20 00:23:12 nia Exp $
PKGNAME= gajim-plugin-omemo-2.6.1
DISTNAME= omemo_${PKGVERSION_NOREV}
+PKGREVISION= 1
CATEGORIES= chat security python
MASTER_SITES= https://ftp.gajim.org/plugins_releases/
EXTRACT_SUFX= .zip
@@ -26,8 +27,9 @@ INSTALLATION_DIRS+= ${PYSITELIB}/gajim/data/plugins/omemo
INSTALLATION_DIRS+= ${PYSITELIB}/gajim/data/plugins/omemo/omemo
do-install:
- ${INSTALL_DATA} ${WRKSRC}/* \
- ${DESTDIR}${PREFIX}/${PYSITELIB}/gajim/data/plugins/omemo || ${TRUE}
+ ${INSTALL_DATA} ${WRKSRC}/*.py ${WRKSRC}/*.ui \
+ ${WRKSRC}/*.png ${WRKSRC}/*.ini \
+ ${DESTDIR}${PREFIX}/${PYSITELIB}/gajim/data/plugins/omemo
${INSTALL_DATA} ${WRKSRC}/omemo/* \
${DESTDIR}${PREFIX}/${PYSITELIB}/gajim/data/plugins/omemo/omemo
diff --git a/chat/gajim-plugin-omemo/PLIST b/chat/gajim-plugin-omemo/PLIST
index c37ead3e3b3..073aed655b4 100644
--- a/chat/gajim-plugin-omemo/PLIST
+++ b/chat/gajim-plugin-omemo/PLIST
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/09/19 20:44:36 nia Exp $
-${PYSITELIB}/gajim/data/plugins/omemo/CHANGELOG
-${PYSITELIB}/gajim/data/plugins/omemo/COPYING
+@comment $NetBSD: PLIST,v 1.2 2018/09/20 00:23:12 nia Exp $
${PYSITELIB}/gajim/data/plugins/omemo/__init__.py
${PYSITELIB}/gajim/data/plugins/omemo/config_dialog.ui
${PYSITELIB}/gajim/data/plugins/omemo/download_progress_dialog.ui