[arch-commits] Commit in xemacs/trunk (PKGBUILD xemacs.desktop xemacs.install)

2016-05-01 Thread Jaroslav Lichtblau
Date: Sunday, May 1, 2016 @ 13:59:07
  Author: jlichtblau
Revision: 173257

upgpkg: xemacs 21.5.34-1 - new upstream release
- FS#46777 implementation
- pacman hooks part 1 rebuild

Modified:
  xemacs/trunk/PKGBUILD
  xemacs/trunk/xemacs.desktop
Deleted:
  xemacs/trunk/xemacs.install

+
 PKGBUILD   |   21 ++---
 xemacs.desktop |1 -
 xemacs.install |   35 ---
 3 files changed, 10 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 11:21:20 UTC (rev 173256)
+++ PKGBUILD2016-05-01 11:59:07 UTC (rev 173257)
@@ -1,25 +1,24 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: juergen 
 # Contributor: Stéphane Gaudreault 
 
 pkgname=xemacs
-pkgver=21.5.33
-pkgrel=6
+pkgver=21.5.34
+pkgrel=1
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/";
 license=('GPL')
-depends=('libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
+depends=('libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib' 'libxft')
 optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
 'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
-makedepends=('xbitmaps')
-install=$pkgname.install
+makedepends=('xbitmaps' 'patch')
 source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
 xemacs.desktop
 xemacs-c11.patch)
-sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34'
+sha256sums=('33cc54a6a9a45224a64b6c57c8138b5a5f0f1be368951a6d9ec8c0aec5993ee5'
+'1ab2f24fa11b45512ccad2b2ce650dc27083e8ed3f3c9ed316f1c3452c91544d'
 'ea948edf003a2fb5a8f922fea20474e1ca79cd6168fc217d07b780e4a331fe85')
 
 prepare() {
@@ -37,11 +36,11 @@
   --enable-widgets=athena --enable-dialogs=athena \
   --enable-external-widget \
   --with-jpeg --with-png --with-tiff \
-  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --with-ncurses --with-pop --disable-sound \
   --infodir=/usr/share/info \
   --with-mule \
-  --mandir=/usr/share/man/man1
-
+  --mandir=/usr/share/man/man1 \
+  --with-xft=emacs,tabs,menubars,gauges
   make
 }
 

Modified: xemacs.desktop
===
--- xemacs.desktop  2016-05-01 11:21:20 UTC (rev 173256)
+++ xemacs.desktop  2016-05-01 11:59:07 UTC (rev 173257)
@@ -30,5 +30,4 @@
 Type=Application
 Terminal=false
 Categories=Development;TextEditor;
-Encoding=UTF-8
 StartupWMClass=Emacs

Deleted: xemacs.install
===
--- xemacs.install  2016-05-01 11:21:20 UTC (rev 173256)
+++ xemacs.install  2016-05-01 11:59:07 UTC (rev 173257)
@@ -1,35 +0,0 @@
-infodir=usr/share/info
-filelist=(beta.info.gz custom.info.gz 
- emodules.info.gz external-widget.info.gz 
- internals.info-1.gz internals.info-2.gz 
- internals.info-3.gz internals.info-4.gz 
- internals.info-5.gz internals.info.gz 
- lispref.info-1.gz lispref.info-10.gz 
- lispref.info-2.gz lispref.info-3.gz 
- lispref.info-4.gz lispref.info-5.gz 
- lispref.info-6.gz lispref.info-7.gz 
- lispref.info-8.gz lispref.info-9.gz 
- lispref.info.gz new-users-guide.info.gz 
- term.info.gz termcap.info.gz 
- xemacs-faq.info-1.gz xemacs-faq.info-2.gz 
- xemacs-faq.info.gz xemacs.info-1.gz 
- xemacs.info-2.gz xemacs.info-3.gz 
- xemacs.info-4.gz xemacs.info.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-  update-desktop-database -q
-}


[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:56:46
  Author: foutrelis
Revision: 139597

ncurses 6.0 rebuild.

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 11:56:40 UTC (rev 139596)
+++ PKGBUILD2015-09-08 11:56:46 UTC (rev 139597)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=5
+pkgrel=6
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/";


[arch-commits] Commit in xemacs/trunk (PKGBUILD xemacs-c11.patch)

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:56:40
  Author: foutrelis
Revision: 139596

Add patch from Fedora to fix build failure with GCC 5

Added:
  xemacs/trunk/xemacs-c11.patch
Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 xemacs-c11.patch |   33 +
 2 files changed, 42 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 10:34:44 UTC (rev 139595)
+++ PKGBUILD2015-09-08 11:56:40 UTC (rev 139596)
@@ -16,10 +16,17 @@
 makedepends=('xbitmaps')
 install=$pkgname.install
 source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
-xemacs.desktop)
+xemacs.desktop
+xemacs-c11.patch)
 sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34'
+'ea948edf003a2fb5a8f922fea20474e1ca79cd6168fc217d07b780e4a331fe85')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i ../xemacs-c11.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: xemacs-c11.patch
===
--- xemacs-c11.patch(rev 0)
+++ xemacs-c11.patch2015-09-08 11:56:40 UTC (rev 139596)
@@ -0,0 +1,33 @@
+--- src/lisp.h.orig2014-06-05 09:02:17.0 -0600
 src/lisp.h 2015-02-09 12:30:00.0 -0700
+@@ -1154,6 +1154,9 @@
+ 
+ /*  alignment definitions --- */
+ 
++#if (defined (__STDC_VERSION__) && __STDC_VERSION__ < 201112L) || \
++(defined (__cplusplus) && __cplusplus < 201103L) || \
++(! defined (__STDC_VERSION__) && ! defined (__cplusplus))
+ /* No type has a greater alignment requirement than max_align_t.
+(except perhaps for types we don't use, like long double) */
+ typedef union
+@@ -1163,6 +1166,7 @@
+   struct { void (*f)(void); } f;
+   struct { double d; } d;
+ } max_align_t;
++#endif
+ 
+ /* ALIGNOF returns the required alignment of a type -- i.e. a value such
+that data of this type must begin at a memory address which is a
+@@ -1170,7 +1174,11 @@
+as the type itself. */
+ 
+ #ifndef ALIGNOF
+-# if defined (__GNUC__) && (__GNUC__ >= 2)
++# if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
++#  define ALIGNOF(type) _Alignof(type)
++# elif defined (__cplusplus) && __cplusplus >= 201103L
++#  define ALIGNOF(type) alignof(type)
++# elif defined (__GNUC__) && (__GNUC__ >= 2)
+ /* gcc has an extension that gives us exactly what we want. */
+ #  define ALIGNOF(type) __alignof__ (type)
+ # elif ! defined (__cplusplus)


[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2013-12-25 Thread Jaroslav Lichtblau
Date: Wednesday, December 25, 2013 @ 16:00:51
  Author: jlichtblau
Revision: 103001

upgpkg: xemacs 21.5.33-5 - db support dropped from package

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-25 13:58:51 UTC (rev 103000)
+++ PKGBUILD2013-12-25 15:00:51 UTC (rev 103001)
@@ -5,12 +5,12 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=4
+pkgrel=5
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/";
 license=('GPL')
-depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
+depends=('libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
 optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
 'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
 makedepends=('xbitmaps')
@@ -25,7 +25,7 @@
 
   ./configure --build="${CHOST}" --prefix=/usr --with-dynamic \
   --without-postgresql --with-athena=xaw \
-  --enable-database=berkdb --without-ldap \
+  --with-database=gdbm --without-ldap \
   --enable-menubars=lucid --enable-scrollbars=lucid \
   --enable-widgets=athena --enable-dialogs=athena \
   --enable-external-widget \



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2013-12-15 Thread Bartłomiej Piotrowski
Date: Sunday, December 15, 2013 @ 22:52:31
  Author: bpiotrowski
Revision: 102579

upgpkg: xemacs 21.5.33-4

- avoid conflict with core/texinfo (FS#38151)

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 20:37:18 UTC (rev 102578)
+++ PKGBUILD2013-12-15 21:52:31 UTC (rev 102579)
@@ -53,5 +53,5 @@
   # correct permissions
   chown -R root:root "${pkgdir}"
 
-  rm 
"${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
+  rm 
"${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,texinfo.info-3,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
 }



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 21:54:33
  Author: jlichtblau
Revision: 95297

upgpkg: xemacs 21.5.33-4

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-08 19:49:48 UTC (rev 95296)
+++ PKGBUILD2013-08-08 19:54:33 UTC (rev 95297)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=3
+pkgrel=4
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/";



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 21:42:55
  Author: bpiotrowski
Revision: 94802

upgpkg: xemacs 21.5.33-3

- giflib 5.0 rebuild

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 19:33:40 UTC (rev 94801)
+++ PKGBUILD2013-07-30 19:42:55 UTC (rev 94802)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=2
+pkgrel=3
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/";



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 14:32:02
  Author: jelle
Revision: 89441

upgpkg: xemacs 21.5.33-2

libpng 1.6 rebuild

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 12:05:34 UTC (rev 89440)
+++ PKGBUILD2013-04-29 12:32:02 UTC (rev 89441)
@@ -5,7 +5,7 @@
 
 pkgname=xemacs
 pkgver=21.5.33
-pkgrel=1
+pkgrel=2
 pkgdesc="An highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=('i686' 'x86_64')
 url="http://www.xemacs.org/";



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2010-01-18 Thread Pierre Schmitz
Date: Monday, January 18, 2010 @ 09:34:46
  Author: pierre
Revision: 63771

upgpkg: xemacs 21.5.29-2
jpng rebuild

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-18 14:33:15 UTC (rev 63770)
+++ PKGBUILD2010-01-18 14:34:46 UTC (rev 63771)
@@ -3,12 +3,12 @@
 
 pkgname=xemacs
 pkgver=21.5.29
-pkgrel=1
+pkgrel=2
 pkgdesc="highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=(i686 x86_64)
 url="http://www.xemacs.org/";
 license=('GPL')
-depends=('db>=4.8' 'libpng' 'libtiff' 'gpm>=1.20.4' 'bash' 'ncurses>=5.6-7' 
'desktop-file-utils' 'libxaw' 'libjpeg>=7')
+depends=('db>=4.8' 'libpng' 'libtiff' 'gpm>=1.20.4' 'bash' 'ncurses>=5.6-7' 
'desktop-file-utils' 'libxaw' 'libjpeg')
 optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
 'xorg-fonts-100dpi: X bitmap fonts needed for the interface') 
 makedepends=('giflib' 'xbitmaps')



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2009-11-01 Thread Juergen Hoetzel
Date: Sunday, November 1, 2009 @ 12:41:50
  Author: juergen
Revision: 57710

update to 21.5.29

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-01 17:27:24 UTC (rev 57709)
+++ PKGBUILD2009-11-01 17:41:50 UTC (rev 57710)
@@ -2,8 +2,8 @@
 # Maintainer: juergen 
 
 pkgname=xemacs
-pkgver=21.5.28
-pkgrel=10
+pkgver=21.5.29
+pkgrel=1
 pkgdesc="highly customizable open source text editor and application 
development system forked from GNU Emacs"
 arch=(i686 x86_64)
 url="http://www.xemacs.org/";
@@ -14,7 +14,7 @@
 makedepends=('giflib' 'xbitmaps')
 install=xemacs.install
 source=(http://ftp.xemacs.org/pub/xemacs/beta/$pkgname-$pkgver.tar.gz 
xemacs.desktop)
-md5sums=('12e35715c5239c63651a8189973527ab' 'a4d3d5c0aa2c7ce7bec491f809ca3694')
+md5sums=('5364192ae0d3de23d9f4ce197e6493b5' 'a4d3d5c0aa2c7ce7bec491f809ca3694')

 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in xemacs/trunk (PKGBUILD)

2009-11-01 Thread Juergen Hoetzel
Date: Sunday, November 1, 2009 @ 12:27:24
  Author: juergen
Revision: 57709

fix #16053

Modified:
  xemacs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-11-01 16:59:35 UTC (rev 57708)
+++ PKGBUILD2009-11-01 17:27:24 UTC (rev 57709)
@@ -9,7 +9,7 @@
 url="http://www.xemacs.org/";
 license=('GPL')
 depends=('db>=4.8' 'libpng' 'libtiff' 'gpm>=1.20.4' 'bash' 'ncurses>=5.6-7' 
'desktop-file-utils' 'libxaw' 'libjpeg>=7')
-optdepends=('xorg-fonts-75dpi : X bitmap fonts needed for the interface'
+optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the interface'
 'xorg-fonts-100dpi: X bitmap fonts needed for the interface') 
 makedepends=('giflib' 'xbitmaps')
 install=xemacs.install