mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.2.2.
This commit is contained in:
parent
a140f27d5a
commit
3069132a04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56249
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= gpaint
|
||||
PORTVERSION= 0.2
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/gpaint/
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gpaint-0.2.tar.gz) = 5daceec3a9b21520b4add16826c787d9
|
||||
MD5 (gpaint-0.2.2.tar.gz) = e4fb131252434cf335ae228ced1563a5
|
||||
|
@ -1,14 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/Makefile.in 2001/12/19 10:37:34 1.1
|
||||
+++ src/Makefile.in 2001/12/19 10:37:53
|
||||
@@ -115,7 +115,7 @@
|
||||
cxxflags_set = @cxxflags_set@
|
||||
l = @l@
|
||||
--- src/Makefile.in 2002/03/17 16:11:28 1.1
|
||||
+++ src/Makefile.in 2002/03/17 16:12:09
|
||||
@@ -119,6 +119,7 @@
|
||||
|
||||
-INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR)
|
||||
+INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR)
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir)/intl \
|
||||
+ $(GDK_PIXBUF_CFLAGS) \
|
||||
$(GNOME_INCLUDEDIR)
|
||||
|
||||
|
||||
bin_PROGRAMS = gpaint
|
||||
|
@ -14,4 +14,4 @@ and turning gpaint into a Bonobo component for simple image editing tasks.
|
||||
|
||||
For bugs or general comments please send mail to Andy Tai, atai@atai.org
|
||||
|
||||
WWW: http://gpaint.sourceforge.net/
|
||||
WWW: http://www.gnu.org/software/gpaint/
|
||||
|
@ -16,6 +16,7 @@ share/gnome/pixmaps/gpaint/dergates.jpg
|
||||
share/gnome/pixmaps/gpaint/dotPenOp.xpm
|
||||
share/gnome/pixmaps/gpaint/dynPenOp.xpm
|
||||
share/gnome/pixmaps/gpaint/eraseOp.xpm
|
||||
share/gnome/pixmaps/gpaint/eraseOp.xpm.new
|
||||
share/gnome/pixmaps/gpaint/fboxOp.xpm
|
||||
share/gnome/pixmaps/gpaint/ffillOp.xpm
|
||||
share/gnome/pixmaps/gpaint/ffreehandOp.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user