diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-12 21:37:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-12 21:37:49 +0000 |
commit | 0259ae785476acb16ea69969fa94c3dcf8882d7c (patch) | |
tree | 98e5b43fe6c56e493bce28ce6b35ae43ea608c2c /deskutils | |
parent | 0037fc684af1d1c1ea528dc15afeb1a68358ed39 (diff) | |
download | ports-0259ae785476acb16ea69969fa94c3dcf8882d7c.tar.gz ports-0259ae785476acb16ea69969fa94c3dcf8882d7c.zip |
Notes
Diffstat (limited to 'deskutils')
-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 2f7057750ff9..798c249c058c 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 cb3302d4f685..ea7ca9b356c3 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 31f678b537db..0f0a5ab15242 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 c9e1f38c7a7e..d9c093b5250c 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 |