[Midnightbsd-cvs] mports [19333] fix fetching of gimp
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 6 12:16:41 EDT 2015
Revision: 19333
http://svnweb.midnightbsd.org/mports/?rev=19333
Author: laffer1
Date: 2015-06-06 12:16:40 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
fix fetching of gimp
Modified Paths:
--------------
trunk/graphics/gimp-app/Makefile
trunk/graphics/gimp-app/distinfo
trunk/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in
trunk/graphics/gimp-app/pkg-plist
Removed Paths:
-------------
trunk/graphics/gimp-app/files/patch-app_base_base-utils.c
Property Changed:
----------------
trunk/graphics/gimp-app/files/patch-configure
trunk/graphics/gimp-app/files/patch-libgimp_gimp.c
trunk/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in
trunk/graphics/gimp-app/pkg-descr
Modified: trunk/graphics/gimp-app/Makefile
===================================================================
--- trunk/graphics/gimp-app/Makefile 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/Makefile 2015-06-06 16:16:40 UTC (rev 19333)
@@ -1,63 +1,60 @@
# $MidnightBSD$
-PORTNAME= gimp-app
-PORTVERSION= 2.8.6
-PORTREVISION?= 0
+PORTNAME?= gimp-app
+PORTVERSION= 2.8.14
+PORTREVISION?= 2
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
-MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
- http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
- http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
- ftp://ftp.is.co.za/mirror/ftp.gimp.org/gimp/%SUBDIR%/ \
- ftp://ftp.cc.uoc.gr/mirrors/gimp/%SUBDIR%/ \
- http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
- ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
-MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
+MASTER_SITES= GIMP/gimp/v${PORTVERSION:R}
DISTNAME= gimp-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= A GNU Image Manipulation Program
-LICENSE= gpl3
+LICENSE= gpl3 lgpl3
+LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- jpeg:${PORTSDIR}/graphics/jpeg \
- tiff:${PORTSDIR}/graphics/tiff \
- lcms:${PORTSDIR}/graphics/lcms \
- gegl-0.2:${PORTSDIR}/graphics/gegl \
- babl-0.1:${PORTSDIR}/x11/babl
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ liblcms2.so:${PORTSDIR}/graphics/lcms2 \
+ libgegl-0.2.so:${PORTSDIR}/graphics/gegl \
+ libbabl-0.1.so:${PORTSDIR}/x11/babl
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
-USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USES+= cpe desktop-file-utils gettext gmake libtool pathfix \
+ pkgconfig tar:bzip2
USE_XORG= xpm xmu xext
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME+= intltool intlhack gtk20 libartlgpl2 ltverhack gnomehier \
- desktopfileutils
-USES= desktop-file-utils gettext pathfix pkgconfig
+USE_GNOME+= intlhack gtk20
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc \
--without-linux-input \
--with-print \
--enable-default-binary \
+ --with-lcms=lcms2 \
--disable-gimp-console \
--disable-python \
--with-desktop-dir=${PREFIX}/share \
--docdir=${PREFIX}/share/doc/gimp \
--enable-default-binary
-CONFIGURE_ENV= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
+CONFIGURE_ENV= GIMP_THREAD_LIBS=-lpthread
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
+CPE_PRODUCT= gimp
+CPE_VENDOR= gnu
+PLIST_SUB+= LIBVER=0.800.14
+
.if !defined(GIMP_SLAVE)
OPTIONS_DEFINE?= AA DBUS LIBEXIF GHOSTSCRIPT GVFS HELPBROWSER JASPER \
LIBMNG LIBRSVG2 POPPLER SIMD WMF
-OPTIONS_DEFAULT= AA DBUS LIBEXIF GVFS HELPBROWSER LIBMNG \
+OPTIONS_DEFAULT= AA DBUS LIBEXIF GVFS HELPBROWSER LIBMNG LIBRSVG2 \
POPPLER WMF
AA_DESC= Ascii-art Plug-in
HELPBROWSER_DESC= Internal help browser
@@ -72,21 +69,16 @@
GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0`
GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0`
-LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app
+LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
.else
-MAN1+= gimp-2.8.1 gimptool-2.0.1
-MAN5+= gimprc-2.8.5
-MLINKS= gimp-2.8.1 gimp.1 \
- gimprc-2.8.5 gimprc.5
-
.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+= --enable-debug
.endif
.if ${PORT_OPTIONS:MAA}
-LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib
+LIB_DEPENDS+= libaa.so:${PORTSDIR}/graphics/aalib
PLIST_SUB+= AA=""
.else
CONFIGURE_ARGS+= --without-aa
@@ -94,7 +86,7 @@
.endif
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+= --with-dbus
.else
CONFIGURE_ARGS+= --without-dbus
@@ -112,12 +104,12 @@
.if ${PORT_OPTIONS:MGVFS}
USE_GNOME+= gvfs
.else
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --without-gvfs
.endif
.if ${PORT_OPTIONS:MHELPBROWSER}
-LIB_DEPENDS+= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2
+LIB_DEPENDS+= libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2
CONFIGURE_ARGS+= --with-webkit
PLIST_SUB+= HELPBROWSER=""
.else
@@ -126,7 +118,7 @@
.endif
.if ${PORT_OPTIONS:MJASPER}
-LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper
+LIB_DEPENDS+= libjasper.so:${PORTSDIR}/graphics/jasper
CONFIGURE_ARGS+= --with-libjasper
PLIST_SUB+= JASPER=""
.else
@@ -135,7 +127,7 @@
.endif
.if ${PORT_OPTIONS:MLIBEXIF}
-LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif
+LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif
PLIST_SUB+= EXIF=""
.else
CONFIGURE_ARGS+= --without-libexif
@@ -143,7 +135,7 @@
.endif
.if ${PORT_OPTIONS:MLIBMNG}
-LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng
+LIB_DEPENDS+= libmng.so:${PORTSDIR}/graphics/libmng
PLIST_SUB+= MNG=""
.else
CONFIGURE_ARGS+= --without-libmng
@@ -160,7 +152,7 @@
.endif
.if ${PORT_OPTIONS:MPOPPLER}
-LIB_DEPENDS+= poppler-glib:${PORTSDIR}/graphics/poppler-glib
+LIB_DEPENDS+= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
PLIST_SUB+= POPPLER=""
.else
CONFIGURE_ARGS+= --without-poppler
@@ -174,7 +166,7 @@
.endif
.if ${PORT_OPTIONS:MWMF}
-LIB_DEPENDS+= wmf:${PORTSDIR}/graphics/libwmf
+LIB_DEPENDS+= libwmf.so:${PORTSDIR}/graphics/libwmf
PLIST_SUB+= WMF=""
.else
CONFIGURE_ARGS+= --without-wmf
@@ -183,6 +175,9 @@
.endif
+LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIBS+=-lexecinfo
+
post-patch:
@${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \
s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \
Modified: trunk/graphics/gimp-app/distinfo
===================================================================
--- trunk/graphics/gimp-app/distinfo 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/distinfo 2015-06-06 16:16:40 UTC (rev 19333)
@@ -1,2 +1,2 @@
-SHA256 (gimp-2.8.6.tar.bz2) = 215865b0ff4534bbced551995ae3093ede1918246ead914984603a5c1a5be845
-SIZE (gimp-2.8.6.tar.bz2) = 20306442
+SHA256 (gimp-2.8.14.tar.bz2) = d82a958641c9c752d68e35f65840925c08e314cea90222ad845892a40e05b22d
+SIZE (gimp-2.8.14.tar.bz2) = 20440077
Deleted: trunk/graphics/gimp-app/files/patch-app_base_base-utils.c
===================================================================
--- trunk/graphics/gimp-app/files/patch-app_base_base-utils.c 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/files/patch-app_base_base-utils.c 2015-06-06 16:16:40 UTC (rev 19333)
@@ -1,20 +0,0 @@
---- app/base/base-utils.c~
-+++ app/base/base-utils.c
-@@ -29,7 +29,7 @@
- #include <process.h>
- #endif
-
--#ifdef G_OS_UNIX
-+#ifdef __GLIBC__
- /* For get_backtrace() */
- #include <stdlib.h>
- #include <string.h>
-@@ -112,7 +112,7 @@ get_physical_memory_size (void)
- char *
- get_backtrace (void)
- {
--#ifdef G_OS_UNIX
-+#ifdef __GLIBC__
- void *functions[MAX_FUNC];
- char **function_names;
- int n_functions;
Index: trunk/graphics/gimp-app/files/patch-configure
===================================================================
--- trunk/graphics/gimp-app/files/patch-configure 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/files/patch-configure 2015-06-06 16:16:40 UTC (rev 19333)
Property changes on: trunk/graphics/gimp-app/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/graphics/gimp-app/files/patch-libgimp_gimp.c
===================================================================
--- trunk/graphics/gimp-app/files/patch-libgimp_gimp.c 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/files/patch-libgimp_gimp.c 2015-06-06 16:16:40 UTC (rev 19333)
Property changes on: trunk/graphics/gimp-app/files/patch-libgimp_gimp.c
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in
===================================================================
--- trunk/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in 2015-06-06 16:16:40 UTC (rev 19333)
@@ -88,7 +88,7 @@
- $(libgimp) \
- $(libgimpcolor) \
- $(libgimpbase) \
-+ %%GIMP_LIBS%% \
++ %%GIMP_UI_LIBS%% \
$(GTK_LIBS) \
$(PYLINK_LIBS) \
$(RT_LIBS) \
@@ -97,7 +97,7 @@
gimpthumb_la_LIBADD = \
- $(libgimpthumb) \
-+ %%GIMP_LIBS%% \
++ %%GIMP_THUMB_LIBS%% \
$(GDK_PIXBUF_LIBS) \
$(PYLINK_LIBS)
Property changes on: trunk/graphics/gimp-app/files/patch-plug-ins_pygimp_Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Index: trunk/graphics/gimp-app/pkg-descr
===================================================================
--- trunk/graphics/gimp-app/pkg-descr 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/pkg-descr 2015-06-06 16:16:40 UTC (rev 19333)
Property changes on: trunk/graphics/gimp-app/pkg-descr
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/graphics/gimp-app/pkg-plist
===================================================================
--- trunk/graphics/gimp-app/pkg-plist 2015-06-06 16:11:42 UTC (rev 19332)
+++ trunk/graphics/gimp-app/pkg-plist 2015-06-06 16:16:40 UTC (rev 19333)
@@ -9,8 +9,8 @@
etc/gimp/2.2/templaterc
etc/gimp/2.2/unitrc
include/gimp-2.0/libgimp/gimp.h
+include/gimp-2.0/libgimp/gimp_pdb.h
include/gimp-2.0/libgimp/gimp_pdb_headers.h
-include/gimp-2.0/libgimp/gimp_pdb.h
include/gimp-2.0/libgimp/gimpaspectpreview.h
include/gimp-2.0/libgimp/gimpbrush_pdb.h
include/gimp-2.0/libgimp/gimpbrushes.h
@@ -108,8 +108,8 @@
include/gimp-2.0/libgimp/gimpuitypes.h
include/gimp-2.0/libgimp/gimpundo_pdb.h
include/gimp-2.0/libgimp/gimpunit_pdb.h
+include/gimp-2.0/libgimp/gimpvectors.h
include/gimp-2.0/libgimp/gimpvectors_pdb.h
-include/gimp-2.0/libgimp/gimpvectors.h
include/gimp-2.0/libgimp/gimpzoompreview.h
include/gimp-2.0/libgimpbase/gimpbase.h
include/gimp-2.0/libgimpbase/gimpbaseenums.h
@@ -224,41 +224,32 @@
include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h
include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h
include/gimp-2.0/libgimpwidgets/gimpzoommodel.h
-lib/libgimp-2.0.a
-lib/libgimp-2.0.la
lib/libgimp-2.0.so
+lib/libgimp-2.0.so.%%LIBVER%%
lib/libgimp-2.0.so.0
-lib/libgimpbase-2.0.a
-lib/libgimpbase-2.0.la
lib/libgimpbase-2.0.so
+lib/libgimpbase-2.0.so.%%LIBVER%%
lib/libgimpbase-2.0.so.0
-lib/libgimpcolor-2.0.a
-lib/libgimpcolor-2.0.la
lib/libgimpcolor-2.0.so
+lib/libgimpcolor-2.0.so.%%LIBVER%%
lib/libgimpcolor-2.0.so.0
-lib/libgimpconfig-2.0.a
-lib/libgimpconfig-2.0.la
lib/libgimpconfig-2.0.so
+lib/libgimpconfig-2.0.so.%%LIBVER%%
lib/libgimpconfig-2.0.so.0
-lib/libgimpmath-2.0.a
-lib/libgimpmath-2.0.la
lib/libgimpmath-2.0.so
+lib/libgimpmath-2.0.so.%%LIBVER%%
lib/libgimpmath-2.0.so.0
-lib/libgimpmodule-2.0.a
-lib/libgimpmodule-2.0.la
lib/libgimpmodule-2.0.so
+lib/libgimpmodule-2.0.so.%%LIBVER%%
lib/libgimpmodule-2.0.so.0
-lib/libgimpthumb-2.0.a
-lib/libgimpthumb-2.0.la
lib/libgimpthumb-2.0.so
+lib/libgimpthumb-2.0.so.%%LIBVER%%
lib/libgimpthumb-2.0.so.0
-lib/libgimpui-2.0.a
-lib/libgimpui-2.0.la
lib/libgimpui-2.0.so
+lib/libgimpui-2.0.so.%%LIBVER%%
lib/libgimpui-2.0.so.0
-lib/libgimpwidgets-2.0.a
-lib/libgimpwidgets-2.0.la
lib/libgimpwidgets-2.0.so
+lib/libgimpwidgets-2.0.so.%%LIBVER%%
lib/libgimpwidgets-2.0.so.0
libdata/pkgconfig/gimp-2.0.pc
libdata/pkgconfig/gimpthumb-2.0.pc
@@ -265,32 +256,14 @@
libdata/pkgconfig/gimpui-2.0.pc
libexec/gimp/2.2/environ/default.env
libexec/gimp/2.2/interpreters/default.interp
-libexec/gimp/2.2/modules/libcolor-selector-cmyk.a
-libexec/gimp/2.2/modules/libcolor-selector-cmyk.la
libexec/gimp/2.2/modules/libcolor-selector-cmyk.so
-libexec/gimp/2.2/modules/libcolor-selector-water.a
-libexec/gimp/2.2/modules/libcolor-selector-water.la
libexec/gimp/2.2/modules/libcolor-selector-water.so
-libexec/gimp/2.2/modules/libcolor-selector-wheel.a
-libexec/gimp/2.2/modules/libcolor-selector-wheel.la
libexec/gimp/2.2/modules/libcolor-selector-wheel.so
-libexec/gimp/2.2/modules/libcontroller-midi.a
-libexec/gimp/2.2/modules/libcontroller-midi.la
libexec/gimp/2.2/modules/libcontroller-midi.so
-libexec/gimp/2.2/modules/libdisplay-filter-color-blind.a
-libexec/gimp/2.2/modules/libdisplay-filter-color-blind.la
libexec/gimp/2.2/modules/libdisplay-filter-color-blind.so
-libexec/gimp/2.2/modules/libdisplay-filter-gamma.a
-libexec/gimp/2.2/modules/libdisplay-filter-gamma.la
libexec/gimp/2.2/modules/libdisplay-filter-gamma.so
-libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.a
-libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.la
libexec/gimp/2.2/modules/libdisplay-filter-high-contrast.so
-libexec/gimp/2.2/modules/libdisplay-filter-lcms.a
-libexec/gimp/2.2/modules/libdisplay-filter-lcms.la
libexec/gimp/2.2/modules/libdisplay-filter-lcms.so
-libexec/gimp/2.2/modules/libdisplay-filter-proof.a
-libexec/gimp/2.2/modules/libdisplay-filter-proof.la
libexec/gimp/2.2/modules/libdisplay-filter-proof.so
libexec/gimp/2.2/plug-ins/alien-map
libexec/gimp/2.2/plug-ins/align-layers
@@ -467,7 +440,13 @@
%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/web-page
libexec/gimp/2.2/plug-ins/whirl-pinch
libexec/gimp/2.2/plug-ins/wind
+man/man1/gimp-2.8.1.gz
+man/man1/gimp.1.gz
+man/man1/gimptool-2.0.1.gz
+man/man5/gimprc-2.8.5.gz
+man/man5/gimprc.5.gz
share/aclocal/gimp-2.0.m4
+share/appdata/gimp.appdata.xml
share/applications/gimp.desktop
share/doc/gimp/libgimp/GimpAspectPreview.html
share/doc/gimp/libgimp/GimpBrushSelectButton.html
@@ -484,6 +463,7 @@
share/doc/gimp/libgimp/home.png
share/doc/gimp/libgimp/index.html
share/doc/gimp/libgimp/index.sgml
+share/doc/gimp/libgimp/left-insensitive.png
share/doc/gimp/libgimp/left.png
share/doc/gimp/libgimp/libgimp-Gimp.html
share/doc/gimp/libgimp/libgimp-GimpItemComboBox.html
@@ -564,12 +544,15 @@
share/doc/gimp/libgimp/libgimp.html
share/doc/gimp/libgimp/libgimpui-hierarchy.html
share/doc/gimp/libgimp/libgimpui.html
+share/doc/gimp/libgimp/right-insensitive.png
share/doc/gimp/libgimp/right.png
share/doc/gimp/libgimp/style.css
+share/doc/gimp/libgimp/up-insensitive.png
share/doc/gimp/libgimp/up.png
share/doc/gimp/libgimpbase/home.png
share/doc/gimp/libgimpbase/index.html
share/doc/gimp/libgimpbase/index.sgml
+share/doc/gimp/libgimpbase/left-insensitive.png
share/doc/gimp/libgimpbase/left.png
share/doc/gimp/libgimpbase/libgimpbase-gimpbaseenums.html
share/doc/gimp/libgimpbase/libgimpbase-gimpbasetypes.html
@@ -595,12 +578,15 @@
share/doc/gimp/libgimpbase/libgimpbase-index.html
share/doc/gimp/libgimpbase/libgimpbase.devhelp2
share/doc/gimp/libgimpbase/libgimpbase.html
+share/doc/gimp/libgimpbase/right-insensitive.png
share/doc/gimp/libgimpbase/right.png
share/doc/gimp/libgimpbase/style.css
+share/doc/gimp/libgimpbase/up-insensitive.png
share/doc/gimp/libgimpbase/up.png
share/doc/gimp/libgimpcolor/home.png
share/doc/gimp/libgimpcolor/index.html
share/doc/gimp/libgimpcolor/index.sgml
+share/doc/gimp/libgimpcolor/left-insensitive.png
share/doc/gimp/libgimpcolor/left.png
share/doc/gimp/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
share/doc/gimp/libgimpcolor/libgimpcolor-GimpBilinear.html
@@ -618,13 +604,16 @@
share/doc/gimp/libgimpcolor/libgimpcolor-index.html
share/doc/gimp/libgimpcolor/libgimpcolor.devhelp2
share/doc/gimp/libgimpcolor/libgimpcolor.html
+share/doc/gimp/libgimpcolor/right-insensitive.png
share/doc/gimp/libgimpcolor/right.png
share/doc/gimp/libgimpcolor/style.css
+share/doc/gimp/libgimpcolor/up-insensitive.png
share/doc/gimp/libgimpcolor/up.png
share/doc/gimp/libgimpconfig/GimpColorConfig.html
share/doc/gimp/libgimpconfig/home.png
share/doc/gimp/libgimpconfig/index.html
share/doc/gimp/libgimpconfig/index.sgml
+share/doc/gimp/libgimpconfig/left-insensitive.png
share/doc/gimp/libgimpconfig/left.png
share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig-deserialize.html
share/doc/gimp/libgimpconfig/libgimpconfig-GimpConfig-params.html
@@ -643,12 +632,15 @@
share/doc/gimp/libgimpconfig/libgimpconfig-index.html
share/doc/gimp/libgimpconfig/libgimpconfig.devhelp2
share/doc/gimp/libgimpconfig/libgimpconfig.html
+share/doc/gimp/libgimpconfig/right-insensitive.png
share/doc/gimp/libgimpconfig/right.png
share/doc/gimp/libgimpconfig/style.css
+share/doc/gimp/libgimpconfig/up-insensitive.png
share/doc/gimp/libgimpconfig/up.png
share/doc/gimp/libgimpmath/home.png
share/doc/gimp/libgimpmath/index.html
share/doc/gimp/libgimpmath/index.sgml
+share/doc/gimp/libgimpmath/left-insensitive.png
share/doc/gimp/libgimpmath/left.png
share/doc/gimp/libgimpmath/libgimpmath-GimpMD5.html
share/doc/gimp/libgimpmath/libgimpmath-GimpMath.html
@@ -661,8 +653,10 @@
share/doc/gimp/libgimpmath/libgimpmath-index.html
share/doc/gimp/libgimpmath/libgimpmath.devhelp2
share/doc/gimp/libgimpmath/libgimpmath.html
+share/doc/gimp/libgimpmath/right-insensitive.png
share/doc/gimp/libgimpmath/right.png
share/doc/gimp/libgimpmath/style.css
+share/doc/gimp/libgimpmath/up-insensitive.png
share/doc/gimp/libgimpmath/up.png
share/doc/gimp/libgimpmodule/GimpModule.html
share/doc/gimp/libgimpmodule/GimpModuleDB.html
@@ -669,6 +663,7 @@
share/doc/gimp/libgimpmodule/home.png
share/doc/gimp/libgimpmodule/index.html
share/doc/gimp/libgimpmodule/index.sgml
+share/doc/gimp/libgimpmodule/left-insensitive.png
share/doc/gimp/libgimpmodule/left.png
share/doc/gimp/libgimpmodule/libgimpmodule-index-deprecated.html
share/doc/gimp/libgimpmodule/libgimpmodule-index-new-in-2-2.html
@@ -678,13 +673,16 @@
share/doc/gimp/libgimpmodule/libgimpmodule-index.html
share/doc/gimp/libgimpmodule/libgimpmodule.devhelp2
share/doc/gimp/libgimpmodule/libgimpmodule.html
+share/doc/gimp/libgimpmodule/right-insensitive.png
share/doc/gimp/libgimpmodule/right.png
share/doc/gimp/libgimpmodule/style.css
+share/doc/gimp/libgimpmodule/up-insensitive.png
share/doc/gimp/libgimpmodule/up.png
share/doc/gimp/libgimpthumb/GimpThumbnail.html
share/doc/gimp/libgimpthumb/home.png
share/doc/gimp/libgimpthumb/index.html
share/doc/gimp/libgimpthumb/index.sgml
+share/doc/gimp/libgimpthumb/left-insensitive.png
share/doc/gimp/libgimpthumb/left.png
share/doc/gimp/libgimpthumb/libgimpthumb-GimpThumb-enums.html
share/doc/gimp/libgimpthumb/libgimpthumb-GimpThumb-error.html
@@ -696,8 +694,10 @@
share/doc/gimp/libgimpthumb/libgimpthumb-index.html
share/doc/gimp/libgimpthumb/libgimpthumb.devhelp2
share/doc/gimp/libgimpthumb/libgimpthumb.html
+share/doc/gimp/libgimpthumb/right-insensitive.png
share/doc/gimp/libgimpthumb/right.png
share/doc/gimp/libgimpthumb/style.css
+share/doc/gimp/libgimpthumb/up-insensitive.png
share/doc/gimp/libgimpthumb/up.png
share/doc/gimp/libgimpwidgets/GimpBrowser.html
share/doc/gimp/libgimpwidgets/GimpButton.html
@@ -771,6 +771,7 @@
share/doc/gimp/libgimpwidgets/home.png
share/doc/gimp/libgimpwidgets/index.html
share/doc/gimp/libgimpwidgets/index.sgml
+share/doc/gimp/libgimpwidgets/left-insensitive.png
share/doc/gimp/libgimpwidgets/left.png
share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpCairoUtils.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html
@@ -797,6 +798,7 @@
share/doc/gimp/libgimpwidgets/libgimpwidgets-utils.html
share/doc/gimp/libgimpwidgets/libgimpwidgets-widgets.html
share/doc/gimp/libgimpwidgets/libgimpwidgets.devhelp2
+share/doc/gimp/libgimpwidgets/right-insensitive.png
share/doc/gimp/libgimpwidgets/right.png
share/doc/gimp/libgimpwidgets/stock-anchor-16.png
share/doc/gimp/libgimpwidgets/stock-cap-butt-16.png
@@ -1125,6 +1127,7 @@
share/doc/gimp/libgimpwidgets/stock-wilber-eek-64.png
share/doc/gimp/libgimpwidgets/stock-zoom-follow-window-12.png
share/doc/gimp/libgimpwidgets/style.css
+share/doc/gimp/libgimpwidgets/up-insensitive.png
share/doc/gimp/libgimpwidgets/up.png
share/gimp/brushes/Basic/1-pixel.vbr
share/gimp/brushes/Basic/Block-01.vbr
@@ -1939,6 +1942,8 @@
share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo
share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/ga/LC_MESSAGES/gimp20.mo
+share/locale/gd/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/gd/LC_MESSAGES/gimp20.mo
share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo
share/locale/gl/LC_MESSAGES/gimp20-python.mo
share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo
@@ -2200,107 +2205,4 @@
share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo
share/locale/zh_TW/LC_MESSAGES/gimp20.mo
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/yi/LC_MESSAGES
- at dirrmtry share/locale/yi
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/tt/LC_MESSAGES
- at dirrmtry share/locale/tt
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/my/LC_MESSAGES
- at dirrmtry share/locale/my
- at dirrmtry share/locale/km/LC_MESSAGES
- at dirrmtry share/locale/km
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/csb/LC_MESSAGES
- at dirrmtry share/locale/csb
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrm share/gimp/ui/plug-ins
- at dirrm share/gimp/ui
- at dirrm share/gimp/tool-presets/Sketch
- at dirrm share/gimp/tool-presets/Selection
- at dirrm share/gimp/tool-presets/Paint
- at dirrm share/gimp/tool-presets/FX
- at dirrm share/gimp/tool-presets
- at dirrm share/gimp/tips
- at dirrm share/gimp/themes/Small
- at dirrm share/gimp/themes/Default/images/preferences
- at dirrm share/gimp/themes/Default/images
- at dirrm share/gimp/themes/Default
- at dirrm share/gimp/themes
- at dirrm share/gimp/tags
- at dirrm share/gimp/scripts/images
- at dirrm share/gimp/scripts
- at dirrm share/gimp/patterns
- at dirrm share/gimp/palettes
- at dirrm share/gimp/menus
- at dirrm share/gimp/images
- at dirrm share/gimp/gradients/gimp-obsolete-files
- at dirrm share/gimp/gradients
- at dirrm share/gimp/gimpressionist/Presets
- at dirrm share/gimp/gimpressionist/Paper
- at dirrm share/gimp/gimpressionist/Brushes
- at dirrm share/gimp/gimpressionist
- at dirrm share/gimp/gflare
- at dirrm share/gimp/gfig
- at dirrm share/gimp/fractalexplorer
- at dirrm share/gimp/fonts
- at dirrm share/gimp/dynamics/FX
- at dirrm share/gimp/dynamics/Basic
- at dirrm share/gimp/dynamics
- at dirrm share/gimp/brushes/gimp-obsolete-files
- at dirrm share/gimp/brushes/Texture
- at dirrm share/gimp/brushes/Splatters
- at dirrm share/gimp/brushes/Sketch
- at dirrm share/gimp/brushes/Media
- at dirrm share/gimp/brushes/Legacy
- at dirrm share/gimp/brushes/Basic
- at dirrm share/gimp/brushes
- at dirrm share/gimp
- at dirrm share/doc/gimp/libgimpwidgets
- at dirrm share/doc/gimp/libgimpthumb
- at dirrm share/doc/gimp/libgimpmodule
- at dirrm share/doc/gimp/libgimpmath
- at dirrm share/doc/gimp/libgimpconfig
- at dirrm share/doc/gimp/libgimpcolor
- at dirrm share/doc/gimp/libgimpbase
- at dirrm share/doc/gimp/libgimp
- at dirrm share/doc/gimp
- at dirrmtry share/applications
- at dirrm libexec/gimp/2.2/plug-ins
- at dirrm libexec/gimp/2.2/modules
- at dirrm libexec/gimp/2.2/interpreters
- at dirrm libexec/gimp/2.2/environ
- at dirrm libexec/gimp/2.2
- at dirrm libexec/gimp
- at dirrm include/gimp-2.0/libgimpwidgets
- at dirrm include/gimp-2.0/libgimpthumb
- at dirrm include/gimp-2.0/libgimpmodule
- at dirrm include/gimp-2.0/libgimpmath
- at dirrm include/gimp-2.0/libgimpconfig
- at dirrm include/gimp-2.0/libgimpcolor
- at dirrm include/gimp-2.0/libgimpbase
- at dirrm include/gimp-2.0/libgimp
- at dirrm include/gimp-2.0
- at dirrm etc/gimp/2.2
- at dirrm etc/gimp
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at exec mkdir -p %D/share/gimp/fonts
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+ at dir share/gimp/fonts
More information about the Midnightbsd-cvs
mailing list