pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/bmpanel2
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 25 11:33:44 UTC 2022
Modified Files:
pkgsrc/wm/bmpanel2: Makefile PLIST
Log Message:
bmpanel2: add missing file to PLIST
Fix man page installation path.
Clean up some pkglint.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/wm/bmpanel2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/wm/bmpanel2/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/bmpanel2/Makefile
diff -u pkgsrc/wm/bmpanel2/Makefile:1.43 pkgsrc/wm/bmpanel2/Makefile:1.44
--- pkgsrc/wm/bmpanel2/Makefile:1.43 Wed Dec 8 16:06:49 2021
+++ pkgsrc/wm/bmpanel2/Makefile Fri Mar 25 11:33:44 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.43 2021/12/08 16:06:49 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/03/25 11:33:44 wiz Exp $
DISTNAME= bmpanel2-2.1pre1
-PKGREVISION= 29
-CATEGORIES= sysutils
+PKGREVISION= 30
+CATEGORIES= wm sysutils
MASTER_SITES= http://bmpanel2.googlecode.com/files/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -16,9 +16,11 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gzip
-PY_PATCHPLIST= yes
-REPLACE_PYTHON= extra/py/bmpanel2.py
+REPLACE_PYTHON= extra/py/bmpanel2.py
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 2.1pre1
+PY_PATCHPLIST= yes
+
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
SUBST_CLASSES+= prefix
SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g"
@@ -26,6 +28,9 @@ SUBST_FILES.prefix= xdg.c
SUBST_STAGE.prefix= post-extract
SUBST_MESSAGE.prefix= Fixing path to themes.
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/share/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../lang/python/application.mk"
Index: pkgsrc/wm/bmpanel2/PLIST
diff -u pkgsrc/wm/bmpanel2/PLIST:1.2 pkgsrc/wm/bmpanel2/PLIST:1.3
--- pkgsrc/wm/bmpanel2/PLIST:1.2 Fri Dec 9 01:23:07 2011
+++ pkgsrc/wm/bmpanel2/PLIST Fri Mar 25 11:33:44 2022
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2011/12/09 01:23:07 dholland Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/03/25 11:33:44 wiz Exp $
bin/bmpanel2
bin/bmpanel2cfg
${PYSITELIB}/bmpanel2.py
${PYSITELIB}/bmpanel2.pyc
+${PYSITELIB}/bmpanel2cfg-1.0-py2.7.egg-info
+man/man1/bmpanel2.1
share/bmpanel2/themes/alduin-glossy/default_icon.png
share/bmpanel2/themes/alduin-glossy/launchbar-arrow.png
share/bmpanel2/themes/alduin-glossy/tb-left-active-hover.png
@@ -329,4 +331,3 @@ share/bmpanel2/themes/xsocam/tb_tile_idl
share/bmpanel2/themes/xsocam/tb_tile_pressed_img.png
share/bmpanel2/themes/xsocam/theme
share/bmpanel2/themes/xsocam/tile_img.png
-share/man/man1/bmpanel2.1.gz
Home |
Main Index |
Thread Index |
Old Index