Date: Mon, 24 Oct 2005 11:55:03 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: amyfoub@gmail.com Subject: ports/87899: [PATCH] deskutils/xpad: update to 2.10 Message-ID: <20051024035503.DBA197EACF@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200510240400.j9O40Q1O087462@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87899 >Category: ports >Synopsis: [PATCH] deskutils/xpad: update to 2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Oct 24 04:00:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Jun 14 14:47:11 CST 2005 >Description: - Update to 2.10 Port maintainer (amyfoub@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- xpad-2.10.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/deskutils/xpad/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 12 Apr 2005 21:37:49 -0000 1.10 +++ Makefile 24 Oct 2005 03:54:30 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xpad -PORTVERSION= 2.6 +PORTVERSION= 2.10 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,22 +15,14 @@ COMMENT= A virtual note-pad system for your X11 desktop USE_BZIP2= yes - -USE_GNOME= gtk20 - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +USE_GNOME= pkgconfig gtk20 gnomehack intltool +USE_X_PREFIX= yes +USE_ICONV= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= xpad.1 -MANCOMPRESSED= no - -do-install: - - ${INSTALL_PROGRAM} ${WRKSRC}/src/xpad ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/xpad.1 ${PREFIX}/man/man1/ - - ${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> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/deskutils/xpad/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 12 Apr 2005 21:37:49 -0000 1.5 +++ distinfo 24 Oct 2005 03:54:30 -0000 @@ -1,2 +1,2 @@ -MD5 (xpad-2.6.tar.bz2) = 0d3e50e90d485c2bcf5e861b4a223fc2 -SIZE (xpad-2.6.tar.bz2) = 196578 +MD5 (xpad-2.10.tar.bz2) = 6ab34dde0d3cbea490fb3f0a6ba13066 +SIZE (xpad-2.10.tar.bz2) = 227540 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/deskutils/xpad/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 12 Apr 2005 21:37:49 -0000 1.3 +++ pkg-plist 24 Oct 2005 03:54:30 -0000 @@ -1,9 +1,21 @@ bin/xpad +share/applications/xpad.desktop 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 +share/pixmaps/xpad.png +share/locale/af/LC_MESSAGES/xpad.mo +share/locale/bg/LC_MESSAGES/xpad.mo +share/locale/es/LC_MESSAGES/xpad.mo +share/locale/fr/LC_MESSAGES/xpad.mo +share/locale/ga/LC_MESSAGES/xpad.mo +share/locale/hu/LC_MESSAGES/xpad.mo +share/locale/it/LC_MESSAGES/xpad.mo +share/locale/ms/LC_MESSAGES/xpad.mo +share/locale/nl/LC_MESSAGES/xpad.mo +share/locale/ro/LC_MESSAGES/xpad.mo +share/locale/ru/LC_MESSAGES/xpad.mo +share/locale/rw/LC_MESSAGES/xpad.mo +share/locale/sk/LC_MESSAGES/xpad.mo +share/locale/sl/LC_MESSAGES/xpad.mo +share/locale/vi/LC_MESSAGES/xpad.mo +share/locale/zh_TW/LC_MESSAGES/xpad.mo --- xpad-2.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051024035503.DBA197EACF>