pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/gajim-plugin-omemo gajim-plugin-omemo: don't rely...
details: https://anonhg.NetBSD.org/pkgsrc/rev/674bdfb39716
branches: trunk
changeset: 312944:674bdfb39716
user: nia <nia%pkgsrc.org@localhost>
date: Thu Sep 20 00:23:12 2018 +0000
description:
gajim-plugin-omemo: don't rely on install continuing after error.
diffstat:
chat/gajim-plugin-omemo/Makefile | 8 +++++---
chat/gajim-plugin-omemo/PLIST | 4 +---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r 6b03443a5acb -r 674bdfb39716 chat/gajim-plugin-omemo/Makefile
--- a/chat/gajim-plugin-omemo/Makefile Wed Sep 19 21:01:29 2018 +0000
+++ b/chat/gajim-plugin-omemo/Makefile Thu Sep 20 00:23:12 2018 +0000
@@ -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/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 -r 6b03443a5acb -r 674bdfb39716 chat/gajim-plugin-omemo/PLIST
--- a/chat/gajim-plugin-omemo/PLIST Wed Sep 19 21:01:29 2018 +0000
+++ b/chat/gajim-plugin-omemo/PLIST Thu Sep 20 00:23:12 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index