[arch-commits] Commit in xfig/repos (12 files)

Antonio Rojas arojas at archlinux.org
Thu Sep 22 21:33:37 UTC 2016


    Date: Thursday, September 22, 2016 @ 21:33:36
  Author: arojas
Revision: 276852

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xfig/repos/testing-i686/
  xfig/repos/testing-i686/LICENSE
    (from rev 276851, xfig/trunk/LICENSE)
  xfig/repos/testing-i686/PKGBUILD
    (from rev 276851, xfig/trunk/PKGBUILD)
  xfig/repos/testing-i686/xfig-3.2.5-color-resources.patch
    (from rev 276851, xfig/trunk/xfig-3.2.5-color-resources.patch)
  xfig/repos/testing-i686/xfig-3.2.5-urwfonts.patch
    (from rev 276851, xfig/trunk/xfig-3.2.5-urwfonts.patch)
  xfig/repos/testing-i686/xfig-aspell.patch
    (from rev 276851, xfig/trunk/xfig-aspell.patch)
  xfig/repos/testing-x86_64/
  xfig/repos/testing-x86_64/LICENSE
    (from rev 276851, xfig/trunk/LICENSE)
  xfig/repos/testing-x86_64/PKGBUILD
    (from rev 276851, xfig/trunk/PKGBUILD)
  xfig/repos/testing-x86_64/xfig-3.2.5-color-resources.patch
    (from rev 276851, xfig/trunk/xfig-3.2.5-color-resources.patch)
  xfig/repos/testing-x86_64/xfig-3.2.5-urwfonts.patch
    (from rev 276851, xfig/trunk/xfig-3.2.5-urwfonts.patch)
  xfig/repos/testing-x86_64/xfig-aspell.patch
    (from rev 276851, xfig/trunk/xfig-aspell.patch)

-------------------------------------------------+
 testing-i686/LICENSE                            |   33 +++++++++
 testing-i686/PKGBUILD                           |   49 +++++++++++++
 testing-i686/xfig-3.2.5-color-resources.patch   |   39 ++++++++++
 testing-i686/xfig-3.2.5-urwfonts.patch          |   79 ++++++++++++++++++++++
 testing-i686/xfig-aspell.patch                  |   11 +++
 testing-x86_64/LICENSE                          |   33 +++++++++
 testing-x86_64/PKGBUILD                         |   49 +++++++++++++
 testing-x86_64/xfig-3.2.5-color-resources.patch |   39 ++++++++++
 testing-x86_64/xfig-3.2.5-urwfonts.patch        |   79 ++++++++++++++++++++++
 testing-x86_64/xfig-aspell.patch                |   11 +++
 10 files changed, 422 insertions(+)

Copied: xfig/repos/testing-i686/LICENSE (from rev 276851, xfig/trunk/LICENSE)
===================================================================
--- testing-i686/LICENSE	                        (rev 0)
+++ testing-i686/LICENSE	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,33 @@
+Excerpt of the README from xfig/transfig - legal notice:
+---------------------------------------------------------------------------
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+***************************************************************************
+NEW COPYRIGHT/PERMISSION NOTICE:
+
+The xfig copyright and permission notice has changed (again) slightly in
+version 3.2.5.  It now states that:
+
+	FIG : Facility for Interactive Generation of figures
+	Copyright (c) 1985-1988 by Supoj Sutanthavibul
+	Parts Copyright (c) 1989-2002 by Brian V. Smith
+	Parts Copyright (c) 1991 by Paul King
+
+	Any party obtaining a copy of these files is granted, free of charge, a
+	full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+	nonexclusive right and license to deal in this software and documentation 
+	files (the "Software"), including without limitation the rights to use, 
+	copy, modify, merge, publish distribute, sublicense and/or sell copies of
+	the Software, and to permit persons who receive copies from any such 
+	party to do so, with the only requirement being that the above copyright 
+	and this permission notice remain intact.
+
+The license for 3.2.4 didn't allow selling xfig unless it was simply included in a
+collection of programs (e.g. a CD) that one was selling.

Copied: xfig/repos/testing-i686/PKGBUILD (from rev 276851, xfig/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xfig
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="An interactive drawing tool"
+arch=('i686' 'x86_64')
+url="http://mcj.sourceforge.net/"
+license=('custom')
+depends=('libjpeg' 'xaw3d' 'gsfonts')
+optdepends=('fig2dev: to use the frontend to convert fig files')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz
+	xfig-aspell.patch xfig-3.2.5-color-resources.patch
+        xfig-3.2.5-urwfonts.patch LICENSE)
+sha1sums=('10872f47f0da53d7dc5e30507a8520bebf32068a'
+          'a57fcc3c8396d58b19061f9cdd93beea728e38e5'
+          'dd41e0a007bb74b74e1af50b6b04aa6aec61ab22'
+          'a11af0a4edb7991fb81b6a2ff12fd33203a9dc45'
+          '31edf4cfab708820ea3f114d095dfef5aa88e5aa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/xfig-aspell.patch"
+  patch -p1 -i "${srcdir}/xfig-3.2.5-color-resources.patch"
+  patch -p1 -i "${srcdir}/xfig-3.2.5-urwfonts.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make XFIGDOCDIR=/usr/share/doc/xfig LIBDIR=/usr/share \
+    XAPPLOADDIR=/usr/share/X11/app-defaults
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" XFIGDOCDIR=/usr/share/doc/xfig LIBDIR=/usr/share \
+    MANDIR=/usr/share/man/man1 XAPPLOADDIR=/usr/share/X11/app-defaults install
+
+#  find "${pkgdir}/usr/share/xfig/Libraries" -type f -exec chmod 0644 {} \;
+#  find "${pkgdir}/usr/share/xfig/Libraries" -type d -exec chmod 0755 {} \;
+#  find "${pkgdir}/usr/share/doc/xfig" -type f -exec chmod 0644 {} \;
+#  find "${pkgdir}/usr/share/doc/xfig" -type d -exec chmod 0755 {} \;
+
+  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"	
+}

Copied: xfig/repos/testing-i686/xfig-3.2.5-color-resources.patch (from rev 276851, xfig/trunk/xfig-3.2.5-color-resources.patch)
===================================================================
--- testing-i686/xfig-3.2.5-color-resources.patch	                        (rev 0)
+++ testing-i686/xfig-3.2.5-color-resources.patch	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,39 @@
+diff -up xfig.3.2.5/Fig-color.bisque.ad~ xfig.3.2.5/Fig-color.bisque.ad
+--- xfig.3.2.5/app-defaults/Fig-color.bisque	2007-11-16 13:47:45.000000000 +0100
++++ xfig.3.2.5/app-defaults/Fig-color.bisque	2007-11-16 13:47:52.000000000 +0100
+@@ -72,7 +72,7 @@
+ Fig*topruler.background:			gray95
+ Fig*sideruler.background:			gray95
+ Fig*List*background:				gray95
+-Fig*Scrollbar.background:			gray95
++! Fig*Scrollbar.background:			gray95
+ 
+ Fig*cancel.background:	 			navajowhite1
+ Fig*dismiss.background:			navajowhite1
+@@ -104,8 +104,8 @@ Fig*menu_divider.foreground:			red
+ Fig*menu_divider.foreground:			red
+ 
+ !##### Shadows
+-Fig*shadowWidth:				2
+-Fig*Label.shadowWidth:				1
++! Fig*shadowWidth:				2
++! Fig*Label.shadowWidth:			1
+ Fig*horizontal.shadowWidth:			2
+ Fig*Scrollbar.shadowWidth:			2
+ ! no shadows for update indicators
+@@ -136,3 +136,15 @@ Fig*color_box*topShadowPixel:		gray80
+ 
+ Fig*toggle*bottomShadowPixel:			gray80
+ Fig*toggle*topShadowPixel:			gray50
++
++! repare damage done to scrollbar shadows non color resources file
++
++Fig*horizontal.topShadowPixel: gray95
++Fig*horizontal.bottomShadowPixel: gray50
++Fig*horizontal.topShadow: gray95
++Fig*horizontal.bottomShadow: gray50
++
++Fig*Scrollbar.topShadow: gray95
++Fig*Scrollbar.bottomShadow: gray50
++Fig*Scrollbar.topShadowPixel: gray95
++Fig*Scrollbar.bottomShadowPixel: gray50

Copied: xfig/repos/testing-i686/xfig-3.2.5-urwfonts.patch (from rev 276851, xfig/trunk/xfig-3.2.5-urwfonts.patch)
===================================================================
--- testing-i686/xfig-3.2.5-urwfonts.patch	                        (rev 0)
+++ testing-i686/xfig-3.2.5-urwfonts.patch	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,79 @@
+--- xfig.3.2.4/src/u_fonts.c	2002-09-09 13:36:58.000000000 -0400
++++ new-xfig-3.2.4/src/u_fonts.c	2006-10-11 00:29:07.000000000 -0400
+@@ -22,41 +22,41 @@
+ /* X11 font names */
+ 
+ struct _xfstruct x_fontinfo[NUM_FONTS] = {
+-    {"-*-times-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-times-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-times-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-times-bold-i-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-book-r-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-book-o-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-demi-r-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-demi-o-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-light-r-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-light-i-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-demi-r-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-demi-i-normal--", (struct xfont*) NULL},
+-    {"-*-courier-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-courier-medium-o-normal--", (struct xfont*) NULL},
+-    {"-*-courier-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-courier-bold-o-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-o-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-o-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-r-narrow--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-o-narrow--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-r-narrow--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-o-narrow--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-bold-i-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-bold-i-normal--", (struct xfont*) NULL},
+-    {"-*-symbol-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-itc zapf chancery-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-itc zapf dingbats-*-*-*--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-medium-o-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-semibold-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-semibold-o-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-medium-o-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-bold-o-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-medium-r-condensed--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-medium-i-condensed--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-bold-r-condensed--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-bold-i-condensed--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-standard symbols l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw chancery l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-dingbats-medium-r-normal--", (struct xfont*) NULL},
+ };
+ 
+ /* Use the following font names for any font that doesn't exist in the table above.

Copied: xfig/repos/testing-i686/xfig-aspell.patch (from rev 276851, xfig/trunk/xfig-aspell.patch)
===================================================================
--- testing-i686/xfig-aspell.patch	                        (rev 0)
+++ testing-i686/xfig-aspell.patch	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,11 @@
+--- xfig.3.2.4/app-defaults/Fig	2002-12-19 01:05:41.000000000 +0100
++++ xfig.3.2.4/app-defaults/Fig	2003-05-06 11:45:15.000000000 +0200
+@@ -34,7 +34,7 @@
+ ! Spell check program - put your favorite spelling check program here.
+ !		It must write the misspelled words to standard output.
+ 
+-Fig.spellcheckcommand:		spell %f
++Fig.spellcheckcommand:		aspell %f
+ 
+ ! delay before spinner automatically counts when pressed (milliseconds)
+ Fig.spinner_delay:		1000

Copied: xfig/repos/testing-x86_64/LICENSE (from rev 276851, xfig/trunk/LICENSE)
===================================================================
--- testing-x86_64/LICENSE	                        (rev 0)
+++ testing-x86_64/LICENSE	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,33 @@
+Excerpt of the README from xfig/transfig - legal notice:
+---------------------------------------------------------------------------
+
+THE LAWRENCE BERKELEY NATIONAL LABORATORY DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL,
+INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+***************************************************************************
+NEW COPYRIGHT/PERMISSION NOTICE:
+
+The xfig copyright and permission notice has changed (again) slightly in
+version 3.2.5.  It now states that:
+
+	FIG : Facility for Interactive Generation of figures
+	Copyright (c) 1985-1988 by Supoj Sutanthavibul
+	Parts Copyright (c) 1989-2002 by Brian V. Smith
+	Parts Copyright (c) 1991 by Paul King
+
+	Any party obtaining a copy of these files is granted, free of charge, a
+	full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+	nonexclusive right and license to deal in this software and documentation 
+	files (the "Software"), including without limitation the rights to use, 
+	copy, modify, merge, publish distribute, sublicense and/or sell copies of
+	the Software, and to permit persons who receive copies from any such 
+	party to do so, with the only requirement being that the above copyright 
+	and this permission notice remain intact.
+
+The license for 3.2.4 didn't allow selling xfig unless it was simply included in a
+collection of programs (e.g. a CD) that one was selling.

Copied: xfig/repos/testing-x86_64/PKGBUILD (from rev 276851, xfig/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xfig
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="An interactive drawing tool"
+arch=('i686' 'x86_64')
+url="http://mcj.sourceforge.net/"
+license=('custom')
+depends=('libjpeg' 'xaw3d' 'gsfonts')
+optdepends=('fig2dev: to use the frontend to convert fig files')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/mcj/${pkgname}-${pkgver}.tar.xz
+	xfig-aspell.patch xfig-3.2.5-color-resources.patch
+        xfig-3.2.5-urwfonts.patch LICENSE)
+sha1sums=('10872f47f0da53d7dc5e30507a8520bebf32068a'
+          'a57fcc3c8396d58b19061f9cdd93beea728e38e5'
+          'dd41e0a007bb74b74e1af50b6b04aa6aec61ab22'
+          'a11af0a4edb7991fb81b6a2ff12fd33203a9dc45'
+          '31edf4cfab708820ea3f114d095dfef5aa88e5aa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/xfig-aspell.patch"
+  patch -p1 -i "${srcdir}/xfig-3.2.5-color-resources.patch"
+  patch -p1 -i "${srcdir}/xfig-3.2.5-urwfonts.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make XFIGDOCDIR=/usr/share/doc/xfig LIBDIR=/usr/share \
+    XAPPLOADDIR=/usr/share/X11/app-defaults
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" XFIGDOCDIR=/usr/share/doc/xfig LIBDIR=/usr/share \
+    MANDIR=/usr/share/man/man1 XAPPLOADDIR=/usr/share/X11/app-defaults install
+
+#  find "${pkgdir}/usr/share/xfig/Libraries" -type f -exec chmod 0644 {} \;
+#  find "${pkgdir}/usr/share/xfig/Libraries" -type d -exec chmod 0755 {} \;
+#  find "${pkgdir}/usr/share/doc/xfig" -type f -exec chmod 0644 {} \;
+#  find "${pkgdir}/usr/share/doc/xfig" -type d -exec chmod 0755 {} \;
+
+  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"	
+}

Copied: xfig/repos/testing-x86_64/xfig-3.2.5-color-resources.patch (from rev 276851, xfig/trunk/xfig-3.2.5-color-resources.patch)
===================================================================
--- testing-x86_64/xfig-3.2.5-color-resources.patch	                        (rev 0)
+++ testing-x86_64/xfig-3.2.5-color-resources.patch	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,39 @@
+diff -up xfig.3.2.5/Fig-color.bisque.ad~ xfig.3.2.5/Fig-color.bisque.ad
+--- xfig.3.2.5/app-defaults/Fig-color.bisque	2007-11-16 13:47:45.000000000 +0100
++++ xfig.3.2.5/app-defaults/Fig-color.bisque	2007-11-16 13:47:52.000000000 +0100
+@@ -72,7 +72,7 @@
+ Fig*topruler.background:			gray95
+ Fig*sideruler.background:			gray95
+ Fig*List*background:				gray95
+-Fig*Scrollbar.background:			gray95
++! Fig*Scrollbar.background:			gray95
+ 
+ Fig*cancel.background:	 			navajowhite1
+ Fig*dismiss.background:			navajowhite1
+@@ -104,8 +104,8 @@ Fig*menu_divider.foreground:			red
+ Fig*menu_divider.foreground:			red
+ 
+ !##### Shadows
+-Fig*shadowWidth:				2
+-Fig*Label.shadowWidth:				1
++! Fig*shadowWidth:				2
++! Fig*Label.shadowWidth:			1
+ Fig*horizontal.shadowWidth:			2
+ Fig*Scrollbar.shadowWidth:			2
+ ! no shadows for update indicators
+@@ -136,3 +136,15 @@ Fig*color_box*topShadowPixel:		gray80
+ 
+ Fig*toggle*bottomShadowPixel:			gray80
+ Fig*toggle*topShadowPixel:			gray50
++
++! repare damage done to scrollbar shadows non color resources file
++
++Fig*horizontal.topShadowPixel: gray95
++Fig*horizontal.bottomShadowPixel: gray50
++Fig*horizontal.topShadow: gray95
++Fig*horizontal.bottomShadow: gray50
++
++Fig*Scrollbar.topShadow: gray95
++Fig*Scrollbar.bottomShadow: gray50
++Fig*Scrollbar.topShadowPixel: gray95
++Fig*Scrollbar.bottomShadowPixel: gray50

Copied: xfig/repos/testing-x86_64/xfig-3.2.5-urwfonts.patch (from rev 276851, xfig/trunk/xfig-3.2.5-urwfonts.patch)
===================================================================
--- testing-x86_64/xfig-3.2.5-urwfonts.patch	                        (rev 0)
+++ testing-x86_64/xfig-3.2.5-urwfonts.patch	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,79 @@
+--- xfig.3.2.4/src/u_fonts.c	2002-09-09 13:36:58.000000000 -0400
++++ new-xfig-3.2.4/src/u_fonts.c	2006-10-11 00:29:07.000000000 -0400
+@@ -22,41 +22,41 @@
+ /* X11 font names */
+ 
+ struct _xfstruct x_fontinfo[NUM_FONTS] = {
+-    {"-*-times-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-times-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-times-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-times-bold-i-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-book-r-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-book-o-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-demi-r-normal--", (struct xfont*) NULL},
+-    {"-*-avantgarde-demi-o-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-light-r-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-light-i-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-demi-r-normal--", (struct xfont*) NULL},
+-    {"-*-bookman-demi-i-normal--", (struct xfont*) NULL},
+-    {"-*-courier-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-courier-medium-o-normal--", (struct xfont*) NULL},
+-    {"-*-courier-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-courier-bold-o-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-o-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-o-normal--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-r-narrow--", (struct xfont*) NULL},
+-    {"-*-helvetica-medium-o-narrow--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-r-narrow--", (struct xfont*) NULL},
+-    {"-*-helvetica-bold-o-narrow--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-new century schoolbook-bold-i-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-bold-r-normal--", (struct xfont*) NULL},
+-    {"-*-palatino-bold-i-normal--", (struct xfont*) NULL},
+-    {"-*-symbol-medium-r-normal--", (struct xfont*) NULL},
+-    {"-*-itc zapf chancery-medium-i-normal--", (struct xfont*) NULL},
+-    {"-*-itc zapf dingbats-*-*-*--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus roman no9 l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-medium-o-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-semibold-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw gothic l-semibold-o-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw bookman l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-medium-o-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus mono l-bold-o-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-medium-r-condensed--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-medium-i-condensed--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-bold-r-condensed--", (struct xfont*) NULL},
++    {"-urw-nimbus sans l condensed-bold-i-condensed--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-century schoolbook l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-bold-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw palladio l-bold-i-normal--", (struct xfont*) NULL},
++    {"-urw-standard symbols l-medium-r-normal--", (struct xfont*) NULL},
++    {"-urw-urw chancery l-medium-i-normal--", (struct xfont*) NULL},
++    {"-urw-dingbats-medium-r-normal--", (struct xfont*) NULL},
+ };
+ 
+ /* Use the following font names for any font that doesn't exist in the table above.

Copied: xfig/repos/testing-x86_64/xfig-aspell.patch (from rev 276851, xfig/trunk/xfig-aspell.patch)
===================================================================
--- testing-x86_64/xfig-aspell.patch	                        (rev 0)
+++ testing-x86_64/xfig-aspell.patch	2016-09-22 21:33:36 UTC (rev 276852)
@@ -0,0 +1,11 @@
+--- xfig.3.2.4/app-defaults/Fig	2002-12-19 01:05:41.000000000 +0100
++++ xfig.3.2.4/app-defaults/Fig	2003-05-06 11:45:15.000000000 +0200
+@@ -34,7 +34,7 @@
+ ! Spell check program - put your favorite spelling check program here.
+ !		It must write the misspelled words to standard output.
+ 
+-Fig.spellcheckcommand:		spell %f
++Fig.spellcheckcommand:		aspell %f
+ 
+ ! delay before spinner automatically counts when pressed (milliseconds)
+ Fig.spinner_delay:		1000



More information about the arch-commits mailing list