pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/gajim-plugin-omemo
Module Name: pkgsrc
Committed By: nia
Date: Thu Sep 20 00:23:12 UTC 2018
Modified Files:
pkgsrc/chat/gajim-plugin-omemo: Makefile PLIST
Log Message:
gajim-plugin-omemo: don't rely on install continuing after error.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/gajim-plugin-omemo/Makefile \
pkgsrc/chat/gajim-plugin-omemo/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/gajim-plugin-omemo/Makefile
diff -u pkgsrc/chat/gajim-plugin-omemo/Makefile:1.1 pkgsrc/chat/gajim-plugin-omemo/Makefile:1.2
--- pkgsrc/chat/gajim-plugin-omemo/Makefile:1.1 Wed Sep 19 20:44:36 2018
+++ pkgsrc/chat/gajim-plugin-omemo/Makefile Thu Sep 20 00:23:12 2018
@@ -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/d
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
Index: pkgsrc/chat/gajim-plugin-omemo/PLIST
diff -u pkgsrc/chat/gajim-plugin-omemo/PLIST:1.1 pkgsrc/chat/gajim-plugin-omemo/PLIST:1.2
--- pkgsrc/chat/gajim-plugin-omemo/PLIST:1.1 Wed Sep 19 20:44:36 2018
+++ pkgsrc/chat/gajim-plugin-omemo/PLIST Thu Sep 20 00:23:12 2018
@@ -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