[Midnightbsd-cvs] mports [19985] trunk/deskutils/xpad/pkg-plist: xpad 4.5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 23 11:20:58 EDT 2015


Revision: 19985
          http://svnweb.midnightbsd.org/mports/?rev=19985
Author:   laffer1
Date:     2015-08-23 11:20:57 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
xpad 4.5

Modified Paths:
--------------
    trunk/deskutils/xpad/Makefile
    trunk/deskutils/xpad/distinfo
    trunk/deskutils/xpad/pkg-descr
    trunk/deskutils/xpad/pkg-plist

Removed Paths:
-------------
    trunk/deskutils/xpad/files/

Property Changed:
----------------
    trunk/deskutils/xpad/pkg-descr

Modified: trunk/deskutils/xpad/Makefile
===================================================================
--- trunk/deskutils/xpad/Makefile	2015-08-23 15:18:47 UTC (rev 19984)
+++ trunk/deskutils/xpad/Makefile	2015-08-23 15:20:57 UTC (rev 19985)
@@ -1,49 +1,44 @@
 # $MidnightBSD$
 
 PORTNAME=	xpad
-PORTVERSION=	3.1
-PORTREVISION=	2
+PORTVERSION=	4.5.0
+PORTREVISION=	0
 CATEGORIES=	deskutils
-MASTER_SITES=	http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
+MASTER_SITES=	http://launchpad.net/${PORTNAME}/trunk/4.5/+download/
 
-MAINTAINER=	jgh at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Virtual note-pad system for your X11 desktop
 
 LICENSE=	gpl3
 
-OPTIONS_DEFINE=	NLS
+RUN_DEPENDS=	gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme
 
-CONFLICTS_INSTALL=	xpad-current-[0-9]*
+OPTIONS_DEFINE=	NLS DOCS
+OPTIONS_SUB=	yes
 
-FETCH_ARGS=	"-pRr"
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+CONFLICTS_INSTALL=	xpad3-[0-9]*
 USE_XORG=	x11 sm
-USE_GNOME=	gtk20 gnomehier intltool
-USES=	pkgconfig
+USE_GNOME=	gtk30 intltool gtksourceview3
+USES=	pkgconfig gmake tar:bzip2 autoreconf
 INSTALLS_ICONS=	yes
+CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
+PORTDOCS=	*
 
-MAN1=		xpad.1
+NLS_USES=		gettext
+NLS_CONFIGURE_ENABLE=	nls
 
 .include <bsd.mport.options.mk>
 
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+post-patch:
+	@${REINPLACE_CMD} -e 's|glib/glist.h|glib.h|g' \
+		${WRKSRC}/src/xpad-undo.c
 
-MAN1+=		xpad.1
+post-install:
+	@${MKDIR} ${DOCSDIR}
+.for doc in AUTHORS ChangeLog INSTALL NEWS README TODO THANKS
+	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+.endfor
 
-post-patch-script:
-.if ! ${PORT_OPTIONS:MNLS}
-	@${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \
-		${WRKSRC}/Makefile.in
-.endif
-
 .include <bsd.port.mk>

Modified: trunk/deskutils/xpad/distinfo
===================================================================
--- trunk/deskutils/xpad/distinfo	2015-08-23 15:18:47 UTC (rev 19984)
+++ trunk/deskutils/xpad/distinfo	2015-08-23 15:20:57 UTC (rev 19985)
@@ -1,2 +1,2 @@
-SHA256 (xpad-3.1.tar.bz2) = 5069c2d2edde431c4eca13bdd55de69e68d14cc3e9f047c080d39f91b7e9e879
-SIZE (xpad-3.1.tar.bz2) = 184838
+SHA256 (xpad-4.5.0.tar.bz2) = f870cefc92593febf266bb0f90ceb0feeb4af7eb1033625fca50933701a7b9e8
+SIZE (xpad-4.5.0.tar.bz2) = 1907957

Modified: trunk/deskutils/xpad/pkg-descr
===================================================================
--- trunk/deskutils/xpad/pkg-descr	2015-08-23 15:18:47 UTC (rev 19984)
+++ trunk/deskutils/xpad/pkg-descr	2015-08-23 15:20:57 UTC (rev 19985)
@@ -1,11 +1,11 @@
-xpad is a sticky note application written using GTK+ 2.0 that strives to be
+xpad is a sticky note application written using GTK+ 3.0 that strives to be
 simple, fault-tolerant, and customizable. xpad consists of independent pad
 windows; each is basically a text box in which notes can be written. Despite
-being called xpad, all that is needed to run or compile it is the GTK+ 2.0
-libraries. Here is a list of major features in the current xpad stable
+being called xpad, all that is needed to run or compile it is the GTK+ 3.0
+libraries. Here is a list of major features in the current xpad current
 release:
 
-  * GTK+ 2.0 powered text view.
+  * GTK+ 3.0 powered text view.
   * Fault tolerant. All information is kept on the hard drive, not memory.
   * xpad is very customizable. The color scheme (text, background, and window
     borders) and the font can be changed.
@@ -14,4 +14,4 @@
   * Support for the X session management protocol.
   * Support for the www.freedesktop.org system tray proposal.
 
-WWW: http://xpad.sourceforge.net/
+WWW: https://launchpad.net/xpad


Property changes on: trunk/deskutils/xpad/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/deskutils/xpad/pkg-plist
===================================================================
--- trunk/deskutils/xpad/pkg-plist	2015-08-23 15:18:47 UTC (rev 19984)
+++ trunk/deskutils/xpad/pkg-plist	2015-08-23 15:20:57 UTC (rev 19985)
@@ -1,15 +1,20 @@
 bin/xpad
+man/man1/xpad.1.gz
 share/applications/xpad.desktop
 share/icons/hicolor/scalable/apps/xpad.svg
+%%DATADIR%%/help/xpad-user-help.txt
 %%NLS%%share/locale/af/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/da/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/de/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/en_GB/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/es/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/et/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/ga/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/it/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/xpad.mo
@@ -16,13 +21,13 @@
 %%NLS%%share/locale/ko/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/lv/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/rw/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/th/LC_MESSAGES/xpad.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/xpad.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/xpad.mo
- at dirrmtry share/applications
- at dirrmtry %%NLS%%share/locale/rw/LC_MESSAGES
- at dirrmtry %%NLS%%share/locale/rw



More information about the Midnightbsd-cvs mailing list