diff options
author | pav <pav@FreeBSD.org> | 2005-04-13 05:37:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-13 05:37:49 +0800 |
commit | 7c2f70fc87218da6388d1d9ef3dc03c53cb65cf3 (patch) | |
tree | c60e3d58dccd4602828d3af912b691a165ecfa10 /deskutils/xpad | |
parent | 4c2e0e2e77b9ad20c523672def317fef4ea1965b (diff) | |
download | freebsd-ports-graphics-7c2f70fc87218da6388d1d9ef3dc03c53cb65cf3.tar.gz freebsd-ports-graphics-7c2f70fc87218da6388d1d9ef3dc03c53cb65cf3.tar.zst freebsd-ports-graphics-7c2f70fc87218da6388d1d9ef3dc03c53cb65cf3.zip |
- Update to 2.6
PR: ports/79831
Submitted by: Guillaume Paquet <amyfoub@gmail.com> (maintainer)
Diffstat (limited to 'deskutils/xpad')
-rw-r--r-- | deskutils/xpad/Makefile | 16 | ||||
-rw-r--r-- | deskutils/xpad/distinfo | 4 | ||||
-rw-r--r-- | deskutils/xpad/pkg-descr | 2 | ||||
-rw-r--r-- | deskutils/xpad/pkg-plist | 12 |
4 files changed, 18 insertions, 16 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 2f7057750ff..798c249c058 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -1,23 +1,21 @@ # New ports collection makefile for: xpad # Date created: 6 March 2002 -# Whom: Guillaume Paquet <amyfoub@videotron.ca> +# Whom: Guillaume Paquet <amyfoub@gmail.com> # # $FreeBSD$ # PORTNAME= xpad -PORTVERSION= 1.13.1 -PORTREVISION= 2 +PORTVERSION= 2.6 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= amyfoub@videotron.ca +MAINTAINER= amyfoub@gmail.com COMMENT= A virtual note-pad system for your X11 desktop USE_BZIP2= yes -#USE_X_PREFIX= yes USE_GNOME= gtk20 HAS_CONFIGURE= yes @@ -30,9 +28,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/ - @${MKDIR} ${PREFIX}/share/xpad - ${INSTALL_DATA} ${WRKSRC}/images/xpad.xpm ${PREFIX}/share/xpad/ - ${INSTALL_DATA} ${WRKSRC}/images/xpad2.xpm ${PREFIX}/share/xpad/ - ${INSTALL_DATA} ${WRKSRC}/images/sticky.xpm ${PREFIX}/share/xpad/ + + ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps ${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/images/hicolor/48x48/apps/xpad.png ${PREFIX}/share/icons/hicolor/48x48/apps/ + ${INSTALL_DATA} ${WRKSRC}/images/hicolor/scalable/apps/xpad.svg ${PREFIX}/share/icons/hicolor/scalable/apps/ .include <bsd.port.mk> diff --git a/deskutils/xpad/distinfo b/deskutils/xpad/distinfo index cb3302d4f68..ea7ca9b356c 100644 --- a/deskutils/xpad/distinfo +++ b/deskutils/xpad/distinfo @@ -1,2 +1,2 @@ -MD5 (xpad-1.13.1.tar.bz2) = 526c40adc1ffaa79f29647bb9d5fc404 -SIZE (xpad-1.13.1.tar.bz2) = 241811 +MD5 (xpad-2.6.tar.bz2) = 0d3e50e90d485c2bcf5e861b4a223fc2 +SIZE (xpad-2.6.tar.bz2) = 196578 diff --git a/deskutils/xpad/pkg-descr b/deskutils/xpad/pkg-descr index 31f678b537d..0f0a5ab1524 100644 --- a/deskutils/xpad/pkg-descr +++ b/deskutils/xpad/pkg-descr @@ -17,4 +17,4 @@ release: WWW: http://xpad.sourceforge.net/ - Guillaume -amyfoub@videotron.ca +amyfoub@gmail.com diff --git a/deskutils/xpad/pkg-plist b/deskutils/xpad/pkg-plist index c9e1f38c7a7..d9c093b5250 100644 --- a/deskutils/xpad/pkg-plist +++ b/deskutils/xpad/pkg-plist @@ -1,5 +1,9 @@ bin/xpad -share/xpad/xpad.xpm -share/xpad/xpad2.xpm -share/xpad/sticky.xpm -@dirrm share/xpad +share/icons/hicolor/48x48/apps/xpad.png +share/icons/hicolor/scalable/apps/xpad.svg +@unexec rmdir %D/share/icons/hicolor/scalable/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/scalable 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true +@unexec rmdir %D/share/icons 2>/dev/null || true |