[arch-commits] Commit in (xemacs)

2016-09-20 Thread Jaroslav Lichtblau
Date: Tuesday, September 20, 2016 @ 18:52:07
  Author: jlichtblau
Revision: 190071

xemacs package dropped from [community]
project domains seems to be dead, some more info can be found on
https://en.wikipedia.org/wiki/XEmacs#XEmacs_and_GNU_Emacs

Deleted:
  xemacs/


[arch-commits] Commit in xemacs/repos (14 files)

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

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

Added:
  xemacs/repos/community-i686/PKGBUILD
(from rev 173257, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-i686/xemacs-c11.patch
(from rev 173257, xemacs/trunk/xemacs-c11.patch)
  xemacs/repos/community-i686/xemacs.desktop
(from rev 173257, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-x86_64/PKGBUILD
(from rev 173257, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-x86_64/xemacs-c11.patch
(from rev 173257, xemacs/trunk/xemacs-c11.patch)
  xemacs/repos/community-x86_64/xemacs.desktop
(from rev 173257, xemacs/trunk/xemacs.desktop)
Deleted:
  xemacs/repos/community-i686/PKGBUILD
  xemacs/repos/community-i686/xemacs-c11.patch
  xemacs/repos/community-i686/xemacs.desktop
  xemacs/repos/community-i686/xemacs.install
  xemacs/repos/community-x86_64/PKGBUILD
  xemacs/repos/community-x86_64/xemacs-c11.patch
  xemacs/repos/community-x86_64/xemacs.desktop
  xemacs/repos/community-x86_64/xemacs.install

---+
 /PKGBUILD |  126 
 /xemacs-c11.patch |   66 ++
 /xemacs.desktop   |   66 ++
 community-i686/PKGBUILD   |   64 --
 community-i686/xemacs-c11.patch   |   33 -
 community-i686/xemacs.desktop |   34 -
 community-i686/xemacs.install |   35 --
 community-x86_64/PKGBUILD |   64 --
 community-x86_64/xemacs-c11.patch |   33 -
 community-x86_64/xemacs.desktop   |   34 -
 community-x86_64/xemacs.install   |   35 --
 11 files changed, 258 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-01 11:59:07 UTC (rev 173257)
+++ community-i686/PKGBUILD 2016-05-01 11:59:31 UTC (rev 173258)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: juergen 
-# Contributor: Stéphane Gaudreault 
-
-pkgname=xemacs
-pkgver=21.5.33
-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/;
-license=('GPL')
-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')
-install=$pkgname.install
-source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
-xemacs.desktop
-xemacs-c11.patch)
-sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34'
-'ea948edf003a2fb5a8f922fea20474e1ca79cd6168fc217d07b780e4a331fe85')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i ../xemacs-c11.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --build="${CHOST}" --prefix=/usr --with-dynamic \
-  --without-postgresql --with-athena=xaw \
-  --with-database=gdbm --without-ldap \
-  --enable-menubars=lucid --enable-scrollbars=lucid \
-  --enable-widgets=athena --enable-dialogs=athena \
-  --enable-external-widget \
-  --with-jpeg --with-png --with-tiff \
-  --with-ncurses --with-pop --with-xfs --disable-sound \
-  --infodir=/usr/share/info \
-  --with-mule \
-  --mandir=/usr/share/man/man1
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man1" 
infodir="${pkgdir}/usr/share/info" install gzip-el
-
-  rm "${pkgdir}"/usr/bin/{b2m,ctags,etags}
-  rm "${pkgdir}"/usr/share/man/man1/{ctags.1,etags.1}
-
-  # fix  FS#7927
-  install -d -m755 "${pkgdir}/usr/share/pixmaps"
-  install -D -m644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
"${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm"
-
-  # correct permissions
-  chown -R root:root "${pkgdir}"
-
-  rm 
"${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,texinfo.info-3,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
-}

Copied: xemacs/repos/community-i686/PKGBUILD (from rev 173257, 
xemacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-01 11:59:31 UTC (rev 173258)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: juergen 

[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/repos (10 files)

2015-09-08 Thread Evangelos Foutras
Date: Tuesday, September 8, 2015 @ 13:57:01
  Author: foutrelis
Revision: 139598

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 139597, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs-c11.patch
(from rev 139597, xemacs/trunk/xemacs-c11.patch)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 139597, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 139597, xemacs/trunk/xemacs.install)
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 139597, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs-c11.patch
(from rev 139597, xemacs/trunk/xemacs-c11.patch)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 139597, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 139597, xemacs/trunk/xemacs.install)

---+
 community-staging-i686/PKGBUILD   |   64 
 community-staging-i686/xemacs-c11.patch   |   33 ++
 community-staging-i686/xemacs.desktop |   34 ++
 community-staging-i686/xemacs.install |   35 +++
 community-staging-x86_64/PKGBUILD |   64 
 community-staging-x86_64/xemacs-c11.patch |   33 ++
 community-staging-x86_64/xemacs.desktop   |   34 ++
 community-staging-x86_64/xemacs.install   |   35 +++
 8 files changed, 332 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 139597, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 11:57:01 UTC (rev 139598)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: juergen 
+# Contributor: Stéphane Gaudreault 
+
+pkgname=xemacs
+pkgver=21.5.33
+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/;
+license=('GPL')
+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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop
+xemacs-c11.patch)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34'
+'ea948edf003a2fb5a8f922fea20474e1ca79cd6168fc217d07b780e4a331fe85')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np0 -i ../xemacs-c11.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --build="${CHOST}" --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --with-database=gdbm --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 prefix="${pkgdir}/usr" mandir="${pkgdir}/usr/share/man/man1" 
infodir="${pkgdir}/usr/share/info" install gzip-el
+
+  rm "${pkgdir}"/usr/bin/{b2m,ctags,etags}
+  rm "${pkgdir}"/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 "${pkgdir}/usr/share/pixmaps"
+  install -D -m644 "${srcdir}/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
"${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm"
+
+  # correct permissions
+  chown -R root:root "${pkgdir}"
+
+  rm 
"${pkgdir}"/usr/share/info/{info.info,texinfo.info-2,texinfo.info-3,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
+}

Copied: xemacs/repos/community-staging-i686/xemacs-c11.patch (from rev 139597, 
xemacs/trunk/xemacs-c11.patch)
===
--- community-staging-i686/xemacs-c11.patch (rev 0)
+++ community-staging-i686/xemacs-c11.patch 2015-09-08 11:57:01 UTC (rev 
139598)
@@ -0,0 +1,33 @@
+--- src/lisp.h.orig2014-06-05 09:02:17.0 -0600
 src/lisp.h 

[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)

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-all-packages/trunk (PKGBUILD)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 18:33:34
  Author: spupykin
Revision: 114471

upgpkg: xemacs-all-packages 20110907-2

upd

Modified:
  xemacs-all-packages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 16:19:04 UTC (rev 114470)
+++ PKGBUILD2014-07-01 16:33:34 UTC (rev 114471)
@@ -4,7 +4,7 @@
 
 pkgname=xemacs-all-packages
 pkgver=20110907
-pkgrel=1
+pkgrel=2
 pkgdesc=xemacs-all-packages bundle from xemacs.org
 arch=(any)
 url=http://xemacs.org/;



[arch-commits] Commit in xemacs-all-packages/repos/community-any (PKGBUILD PKGBUILD)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 18:33:43
  Author: spupykin
Revision: 114472

archrelease: copy trunk to community-any

Added:
  xemacs-all-packages/repos/community-any/PKGBUILD
(from rev 114471, xemacs-all-packages/trunk/PKGBUILD)
Deleted:
  xemacs-all-packages/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-01 16:33:34 UTC (rev 114471)
+++ PKGBUILD2014-07-01 16:33:43 UTC (rev 114472)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=xemacs-all-packages
-pkgver=20110907
-pkgrel=1
-pkgdesc=xemacs-all-packages bundle from xemacs.org
-arch=(any)
-url=http://xemacs.org/;
-license=(GPL)
-depends=('xemacs')
-conflicts=('xemacs-sumo' 'xemacs-base')
-options=('!strip')
-source=(http://ftp.xemacs.org/pub/packages/xemacs-all-packages.tar.bz2)
-md5sums=('951ff1fb348e17bda74844788068e792')
-
-build() {
-  mkdir -p $pkgdir/usr/share/xemacs/xemacs-packages/
-  cp -r $srcdir/xemacs-packages/*  $pkgdir/usr/share/xemacs/xemacs-packages/
-
-  echo (setq load-path (append '( 
$pkgdir/usr/share/xemacs/xemacs-packages/lisp/site-start.el
-  ls -1 $pkgdir/usr/share/xemacs/xemacs-packages/lisp/ | while read a; do
-[ -d $pkgdir/usr/share/xemacs/xemacs-packages/lisp/ ]  \
-  echo '/usr/share/xemacs/xemacs-packages/lisp/'$a'' 
$pkgdir/usr/share/xemacs/xemacs-packages/lisp/site-start.el
-  done
-  echo  ) load-path)) 
$pkgdir/usr/share/xemacs/xemacs-packages/lisp/site-start.el
-}

Copied: xemacs-all-packages/repos/community-any/PKGBUILD (from rev 114471, 
xemacs-all-packages/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-01 16:33:43 UTC (rev 114472)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=xemacs-all-packages
+pkgver=20110907
+pkgrel=2
+pkgdesc=xemacs-all-packages bundle from xemacs.org
+arch=(any)
+url=http://xemacs.org/;
+license=(GPL)
+depends=('xemacs')
+conflicts=('xemacs-sumo' 'xemacs-base')
+options=('!strip')
+source=(http://ftp.xemacs.org/pub/packages/xemacs-all-packages.tar.bz2)
+md5sums=('951ff1fb348e17bda74844788068e792')
+
+package() {
+  mkdir -p $pkgdir/usr/share/xemacs/xemacs-packages/
+  cp -r $srcdir/xemacs-packages/*  $pkgdir/usr/share/xemacs/xemacs-packages/
+
+  echo (setq load-path (append '( 
$pkgdir/usr/share/xemacs/xemacs-packages/lisp/site-start.el
+  ls -1 $pkgdir/usr/share/xemacs/xemacs-packages/lisp/ | while read a; do
+[ -d $pkgdir/usr/share/xemacs/xemacs-packages/lisp/ ]  \
+  echo '/usr/share/xemacs/xemacs-packages/lisp/'$a'' 
$pkgdir/usr/share/xemacs/xemacs-packages/lisp/site-start.el
+  done
+  echo  ) load-path)) 
$pkgdir/usr/share/xemacs/xemacs-packages/lisp/site-start.el
+}



[arch-commits] Commit in xemacs/repos/community-x86_64 (6 files)

2013-12-25 Thread Jaroslav Lichtblau
Date: Wednesday, December 25, 2013 @ 16:01:04
  Author: jlichtblau
Revision: 103002

archrelease: copy trunk to community-x86_64

Added:
  xemacs/repos/community-x86_64/PKGBUILD
(from rev 103001, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-x86_64/xemacs.desktop
(from rev 103001, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-x86_64/xemacs.install
(from rev 103001, xemacs/trunk/xemacs.install)
Deleted:
  xemacs/repos/community-x86_64/PKGBUILD
  xemacs/repos/community-x86_64/xemacs.desktop
  xemacs/repos/community-x86_64/xemacs.install

+
 PKGBUILD   |  114 +++
 xemacs.desktop |   68 
 xemacs.install |   70 -
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-25 15:00:51 UTC (rev 103001)
+++ PKGBUILD2013-12-25 15:01:04 UTC (rev 103002)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: juergen juer...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=xemacs
-pkgver=21.5.33
-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/;
-license=('GPL')
-depends=('db' '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')
-install=$pkgname.install
-source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
-xemacs.desktop)
-sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
-  --without-postgresql --with-athena=xaw \
-  --enable-database=berkdb --without-ldap \
-  --enable-menubars=lucid --enable-scrollbars=lucid \
-  --enable-widgets=athena --enable-dialogs=athena \
-  --enable-external-widget \
-  --with-jpeg --with-png --with-tiff \
-  --with-ncurses --with-pop --with-xfs --disable-sound \
-  --infodir=/usr/share/info \
-  --with-mule \
-  --mandir=/usr/share/man/man1
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
-
-  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
-  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
-
-  # fix  FS#7927
-  install -d -m755 ${pkgdir}/usr/share/pixmaps
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
-
-  # correct permissions
-  chown -R root:root ${pkgdir}
-
-  rm 
${pkgdir}/usr/share/info/{info.info,texinfo.info-2,texinfo.info-3,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
-}

Copied: xemacs/repos/community-x86_64/PKGBUILD (from rev 103001, 
xemacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-25 15:01:04 UTC (rev 103002)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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=('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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --with-database=gdbm --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs 

[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/repos/community-i686 (6 files)

2013-12-25 Thread Jaroslav Lichtblau
Date: Wednesday, December 25, 2013 @ 16:15:36
  Author: jlichtblau
Revision: 103005

archrelease: copy trunk to community-i686

Added:
  xemacs/repos/community-i686/PKGBUILD
(from rev 103004, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-i686/xemacs.desktop
(from rev 103004, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-i686/xemacs.install
(from rev 103004, xemacs/trunk/xemacs.install)
Deleted:
  xemacs/repos/community-i686/PKGBUILD
  xemacs/repos/community-i686/xemacs.desktop
  xemacs/repos/community-i686/xemacs.install

+
 PKGBUILD   |  114 +++
 xemacs.desktop |   68 
 xemacs.install |   70 -
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-25 15:04:23 UTC (rev 103004)
+++ PKGBUILD2013-12-25 15:15:36 UTC (rev 103005)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: juergen juer...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=xemacs
-pkgver=21.5.33
-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/;
-license=('GPL')
-depends=('db' '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')
-install=$pkgname.install
-source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
-xemacs.desktop)
-sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
-  --without-postgresql --with-athena=xaw \
-  --enable-database=berkdb --without-ldap \
-  --enable-menubars=lucid --enable-scrollbars=lucid \
-  --enable-widgets=athena --enable-dialogs=athena \
-  --enable-external-widget \
-  --with-jpeg --with-png --with-tiff \
-  --with-ncurses --with-pop --with-xfs --disable-sound \
-  --infodir=/usr/share/info \
-  --with-mule \
-  --mandir=/usr/share/man/man1
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
-
-  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
-  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
-
-  # fix  FS#7927
-  install -d -m755 ${pkgdir}/usr/share/pixmaps
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
-
-  # correct permissions
-  chown -R root:root ${pkgdir}
-
-  rm 
${pkgdir}/usr/share/info/{info.info,texinfo.info-2,texinfo.info-3,cl.info,texinfo.info-1,texinfo.info,standards.info,widget.info}
-}

Copied: xemacs/repos/community-i686/PKGBUILD (from rev 103004, 
xemacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-25 15:15:36 UTC (rev 103005)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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=('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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --with-database=gdbm --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound 

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

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

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

Added:
  xemacs/repos/community-i686/PKGBUILD
(from rev 102579, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-i686/xemacs.desktop
(from rev 102579, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-i686/xemacs.install
(from rev 102579, xemacs/trunk/xemacs.install)
  xemacs/repos/community-x86_64/PKGBUILD
(from rev 102579, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-x86_64/xemacs.desktop
(from rev 102579, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-x86_64/xemacs.install
(from rev 102579, xemacs/trunk/xemacs.install)
Deleted:
  xemacs/repos/community-i686/PKGBUILD
  xemacs/repos/community-i686/xemacs.desktop
  xemacs/repos/community-i686/xemacs.install
  xemacs/repos/community-x86_64/PKGBUILD
  xemacs/repos/community-x86_64/xemacs.desktop
  xemacs/repos/community-x86_64/xemacs.install

-+
 /PKGBUILD   |  114 ++
 /xemacs.desktop |   68 ++
 /xemacs.install |   70 +++
 community-i686/PKGBUILD |   57 ---
 community-i686/xemacs.desktop   |   34 ---
 community-i686/xemacs.install   |   35 ---
 community-x86_64/PKGBUILD   |   57 ---
 community-x86_64/xemacs.desktop |   34 ---
 community-x86_64/xemacs.install |   35 ---
 9 files changed, 252 insertions(+), 252 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-15 21:52:31 UTC (rev 102579)
+++ community-i686/PKGBUILD 2013-12-15 21:52:44 UTC (rev 102580)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: juergen juer...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=xemacs
-pkgver=21.5.33
-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/;
-license=('GPL')
-depends=('db' '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')
-install=$pkgname.install
-source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
-xemacs.desktop)
-sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
-'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
-  --without-postgresql --with-athena=xaw \
-  --enable-database=berkdb --without-ldap \
-  --enable-menubars=lucid --enable-scrollbars=lucid \
-  --enable-widgets=athena --enable-dialogs=athena \
-  --enable-external-widget \
-  --with-jpeg --with-png --with-tiff \
-  --with-ncurses --with-pop --with-xfs --disable-sound \
-  --infodir=/usr/share/info \
-  --with-mule \
-  --mandir=/usr/share/man/man1
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
-
-  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
-  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
-
-  # fix  FS#7927
-  install -d -m755 ${pkgdir}/usr/share/pixmaps
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
-
-  # 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}
-}

Copied: xemacs/repos/community-i686/PKGBUILD (from rev 102579, 
xemacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-15 21:52:44 UTC (rev 102580)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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/;
+license=('GPL')
+depends=('db' 'libpng' 'libtiff' 'gpm' 'desktop-file-utils' 'libxaw' 'gdbm' 
'giflib')
+optdepends=('xorg-fonts-75dpi: X bitmap fonts needed for the 

[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/repos (4 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 95297, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 95297, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 95297, xemacs/trunk/xemacs.install)

+
 PKGBUILD   |   57 +++
 xemacs.desktop |   34 
 xemacs.install |   35 +
 3 files changed, 126 insertions(+)

Copied: xemacs/repos/community-staging-x86_64/PKGBUILD (from rev 95297, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-08 19:54:43 UTC (rev 95298)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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/;
+license=('GPL')
+depends=('db' '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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --enable-database=berkdb --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
+  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
+  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 ${pkgdir}/usr/share/pixmaps
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
+
+  # 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}
+}

Copied: xemacs/repos/community-staging-x86_64/xemacs.desktop (from rev 95297, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-x86_64/xemacs.desktop (rev 0)
+++ community-staging-x86_64/xemacs.desktop 2013-08-08 19:54:43 UTC (rev 
95298)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor
+Comment=Edit text
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+Exec=xemacs %f
+Icon=/usr/share/pixmaps/xemacs-icon.xpm
+Type=Application
+Terminal=false
+Categories=Development;TextEditor;
+Encoding=UTF-8
+StartupWMClass=Emacs

Copied: xemacs/repos/community-staging-x86_64/xemacs.install (from rev 95297, 
xemacs/trunk/xemacs.install)
===
--- community-staging-x86_64/xemacs.install

[arch-commits] Commit in xemacs/repos (4 files)

2013-08-08 Thread Jaroslav Lichtblau
Date: Thursday, August 8, 2013 @ 22:05:03
  Author: jlichtblau
Revision: 95299

archrelease: copy trunk to community-staging-i686

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 95298, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 95298, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 95298, xemacs/trunk/xemacs.install)

+
 PKGBUILD   |   57 +++
 xemacs.desktop |   34 
 xemacs.install |   35 +
 3 files changed, 126 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 95298, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-08 20:05:03 UTC (rev 95299)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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/;
+license=('GPL')
+depends=('db' '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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --enable-database=berkdb --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
+  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
+  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 ${pkgdir}/usr/share/pixmaps
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
+
+  # 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}
+}

Copied: xemacs/repos/community-staging-i686/xemacs.desktop (from rev 95298, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-i686/xemacs.desktop   (rev 0)
+++ community-staging-i686/xemacs.desktop   2013-08-08 20:05:03 UTC (rev 
95299)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor
+Comment=Edit text
+MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+Exec=xemacs %f
+Icon=/usr/share/pixmaps/xemacs-icon.xpm
+Type=Application
+Terminal=false
+Categories=Development;TextEditor;
+Encoding=UTF-8
+StartupWMClass=Emacs

Copied: xemacs/repos/community-staging-i686/xemacs.install (from rev 95298, 
xemacs/trunk/xemacs.install)
===
--- community-staging-i686/xemacs.install  

[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/repos (8 files)

2013-07-30 Thread Bartłomiej Piotrowski
Date: Tuesday, July 30, 2013 @ 21:43:05
  Author: bpiotrowski
Revision: 94803

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 94802, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 94802, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 94802, xemacs/trunk/xemacs.install)
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 94802, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 94802, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 94802, xemacs/trunk/xemacs.install)

-+
 community-staging-i686/PKGBUILD |   57 ++
 community-staging-i686/xemacs.desktop   |   34 +
 community-staging-i686/xemacs.install   |   35 ++
 community-staging-x86_64/PKGBUILD   |   57 ++
 community-staging-x86_64/xemacs.desktop |   34 +
 community-staging-x86_64/xemacs.install |   35 ++
 6 files changed, 252 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 94802, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-30 19:43:05 UTC (rev 94803)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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/;
+license=('GPL')
+depends=('db' '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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --enable-database=berkdb --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
+  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
+  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 ${pkgdir}/usr/share/pixmaps
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
+
+  # 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}
+}

Copied: xemacs/repos/community-staging-i686/xemacs.desktop (from rev 94802, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-i686/xemacs.desktop   (rev 0)
+++ community-staging-i686/xemacs.desktop   2013-07-30 19:43:05 UTC (rev 
94803)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor

[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/repos (8 files)

2013-04-29 Thread Jelle van der Waa
Date: Monday, April 29, 2013 @ 14:33:15
  Author: jelle
Revision: 89442

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  xemacs/repos/community-staging-i686/
  xemacs/repos/community-staging-i686/PKGBUILD
(from rev 89441, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-i686/xemacs.desktop
(from rev 89441, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-i686/xemacs.install
(from rev 89441, xemacs/trunk/xemacs.install)
  xemacs/repos/community-staging-x86_64/
  xemacs/repos/community-staging-x86_64/PKGBUILD
(from rev 89441, xemacs/trunk/PKGBUILD)
  xemacs/repos/community-staging-x86_64/xemacs.desktop
(from rev 89441, xemacs/trunk/xemacs.desktop)
  xemacs/repos/community-staging-x86_64/xemacs.install
(from rev 89441, xemacs/trunk/xemacs.install)

-+
 community-staging-i686/PKGBUILD |   57 ++
 community-staging-i686/xemacs.desktop   |   34 +
 community-staging-i686/xemacs.install   |   35 ++
 community-staging-x86_64/PKGBUILD   |   57 ++
 community-staging-x86_64/xemacs.desktop |   34 +
 community-staging-x86_64/xemacs.install |   35 ++
 6 files changed, 252 insertions(+)

Copied: xemacs/repos/community-staging-i686/PKGBUILD (from rev 89441, 
xemacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-29 12:33:15 UTC (rev 89442)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: juergen juer...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=xemacs
+pkgver=21.5.33
+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/;
+license=('GPL')
+depends=('db' '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')
+install=$pkgname.install
+source=(http://ftp.xemacs.org/pub/xemacs/beta/${pkgname}-${pkgver}.tar.gz
+xemacs.desktop)
+sha256sums=('448c76aa32cd5c84257027846f01b75a5e4f1e9db3278f95e68ff23d59fb8f94'
+'d6dc802cf07519584aa28f3b5f4ae84d5e18b619ddd7e89a04da2f6783125f34')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
+  --without-postgresql --with-athena=xaw \
+  --enable-database=berkdb --without-ldap \
+  --enable-menubars=lucid --enable-scrollbars=lucid \
+  --enable-widgets=athena --enable-dialogs=athena \
+  --enable-external-widget \
+  --with-jpeg --with-png --with-tiff \
+  --with-ncurses --with-pop --with-xfs --disable-sound \
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
+  rm ${pkgdir}/usr/bin/{b2m,ctags,etags}
+  rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
+
+  # fix  FS#7927
+  install -d -m755 ${pkgdir}/usr/share/pixmaps
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  ln -sf /usr/share/xemacs-${pkgver%.*}-b${pkgver##*.}/etc/xemacs-icon.xpm 
${pkgdir}/usr/share/pixmaps/xemacs-icon.xpm
+
+  # 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}
+}

Copied: xemacs/repos/community-staging-i686/xemacs.desktop (from rev 89441, 
xemacs/trunk/xemacs.desktop)
===
--- community-staging-i686/xemacs.desktop   (rev 0)
+++ community-staging-i686/xemacs.desktop   2013-04-29 12:33:15 UTC (rev 
89442)
@@ -0,0 +1,34 @@
+[Desktop Entry]
+Name=XEmacs Text Editor
+Name[bg]=редактор XEmacs
+Name[ca]=Editor XEmacs
+Name[cs]=Editor XEmacs
+Name[da]=XEmacs tekstredigerer
+Name[de]=XEmacs Texteditor
+Name[eo]=La redaktilo XEmakso
+Name[es]=Emacs para X
+Name[et]=Emacs X'i kasutajaliidesega
+Name[fi]=XEmacs editori
+Name[fr]=Éditeur XEmacs
+Name[hu]=XEmacs szövegszerkesztő
+Name[is]=XEmacs-ritill
+Name[it]=Emacs per X
+Name[ja]=XEmacs テキスト・エディター
+Name[mk]=Софистицираниот XEmacs уредувач
+Name[no]=XEmacs-tekstredigerer
+Name[pt]=Editor XEmacs
+Name[ro]=Editorul XEmacs
+Name[ru]=Редактор XEmacs
+Name[sk]=Editor XEmacs
+Name[sl]=Urejevalnik XEmacs
+Name[uk]=Редактор XEmacs
+GenericName=Text Editor
+Comment=Edit 

[arch-commits] Commit in xemacs/repos (extra-i686)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 13:49:00
  Author: andrea
Revision: 99161

db-remove: xemacs removed by andrea

Deleted:
  xemacs/repos/extra-i686/



[arch-commits] Commit in xemacs-base/repos (extra-i686)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 13:49:04
  Author: andrea
Revision: 99162

db-remove: xemacs-base removed by andrea

Deleted:
  xemacs-base/repos/extra-i686/



[arch-commits] Commit in xemacs-sumo/repos (extra-i686)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 13:49:08
  Author: andrea
Revision: 99163

db-remove: xemacs-sumo removed by andrea

Deleted:
  xemacs-sumo/repos/extra-i686/



[arch-commits] Commit in xemacs/repos (extra-x86_64)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 13:55:07
  Author: andrea
Revision: 99215

db-remove: xemacs removed by andrea

Deleted:
  xemacs/repos/extra-x86_64/



[arch-commits] Commit in xemacs-base/repos (extra-x86_64)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 13:55:14
  Author: andrea
Revision: 99216

db-remove: xemacs-base removed by andrea

Deleted:
  xemacs-base/repos/extra-x86_64/



[arch-commits] Commit in xemacs-sumo/repos (extra-x86_64)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 13:55:21
  Author: andrea
Revision: 99217

db-remove: xemacs-sumo removed by andrea

Deleted:
  xemacs-sumo/repos/extra-x86_64/



[arch-commits] Commit in (xemacs)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 15:02:07
  Author: andrea
Revision: 99288

Moved to [community]

Deleted:
  xemacs/



[arch-commits] Commit in (xemacs-base)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 15:02:13
  Author: andrea
Revision: 99289

Moved to [community]

Deleted:
  xemacs-base/



[arch-commits] Commit in (xemacs-sumo)

2010-11-13 Thread Andrea Scarpino
Date: Saturday, November 13, 2010 @ 15:02:21
  Author: andrea
Revision: 99290

Moved to [community]

Deleted:
  xemacs-sumo/



[arch-commits] Commit in xemacs/repos (extra-i686)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 08:00:54
  Author: allan
Revision: 97982

db-move: xemacs removed by allan for move to [extra] (i686)

Deleted:
  xemacs/repos/extra-i686/



[arch-commits] Commit in xemacs/repos (extra-i686 testing-i686)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 08:00:58
  Author: allan
Revision: 97983

db-move: moved xemacs from [testing] to [extra] (i686)

Added:
  xemacs/repos/extra-i686/
Deleted:
  xemacs/repos/testing-i686/



[arch-commits] Commit in xemacs/repos (extra-x86_64)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 08:00:59
  Author: allan
Revision: 97984

db-move: xemacs removed by allan for move to [extra] (x86_64)

Deleted:
  xemacs/repos/extra-x86_64/



[arch-commits] Commit in xemacs/repos (extra-x86_64 testing-x86_64)

2010-11-02 Thread Allan McRae
Date: Tuesday, November 2, 2010 @ 08:01:03
  Author: allan
Revision: 97985

db-move: moved xemacs from [testing] to [extra] (x86_64)

Added:
  xemacs/repos/extra-x86_64/
Deleted:
  xemacs/repos/testing-x86_64/



[arch-commits] Commit in xemacs/repos (staging-i686 testing-i686)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:12
  Author: allan
Revision: 97408

db-move: moved xemacs from [staging] to [testing] (i686)

Added:
  xemacs/repos/testing-i686/
Deleted:
  xemacs/repos/staging-i686/



[arch-commits] Commit in xemacs/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:21:13
  Author: allan
Revision: 97409

db-move: moved xemacs from [staging] to [testing] (x86_64)

Added:
  xemacs/repos/testing-x86_64/
Deleted:
  xemacs/repos/staging-x86_64/



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

2010-10-19 Thread Stéphane Gaudreault
Date: Tuesday, October 19, 2010 @ 19:18:53
  Author: stephane
Revision: 96361

db-5.1 rebuild
Apply security patches from Gentoo
Fix FS#20977 and FS#21148

Added:
  xemacs/trunk/xemacs-21.5.29-large-images.patch
  xemacs/trunk/xemacs-21.5.29-optimization-bug.patch
  xemacs/trunk/xemacs-21.5.29-vcdiff.patch
Modified:
  xemacs/trunk/PKGBUILD

---+
 PKGBUILD  |   50 
 xemacs-21.5.29-large-images.patch |   96 
 xemacs-21.5.29-optimization-bug.patch |   14 
 xemacs-21.5.29-vcdiff.patch   |   19 ++
 4 files changed, 167 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-19 22:10:37 UTC (rev 96360)
+++ PKGBUILD2010-10-19 23:18:53 UTC (rev 96361)
@@ -1,25 +1,46 @@
 # $Id$
 # Maintainer: juergen juer...@archlinux.org
+# Contributor : Stéphane Gaudreault steph...@archlinux.org
 
 pkgname=xemacs
 pkgver=21.5.29
-pkgrel=2
+pkgrel=3
 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')
+depends=('db' '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') 
+'xorg-fonts-100dpi: X bitmap fonts needed for the interface')
 makedepends=('giflib' 'xbitmaps')
 install=xemacs.install
-source=(http://ftp.xemacs.org/pub/xemacs/beta/$pkgname-$pkgver.tar.gz 
xemacs.desktop)
-md5sums=('5364192ae0d3de23d9f4ce197e6493b5' 'a4d3d5c0aa2c7ce7bec491f809ca3694')
-   
+source=(http://ftp.xemacs.org/pub/xemacs/beta/$pkgname-$pkgver.tar.gz
+xemacs.desktop
+xemacs-21.5.29-large-images.patch
+xemacs-21.5.29-optimization-bug.patch
+xemacs-21.5.29-vcdiff.patch)
+md5sums=('5364192ae0d3de23d9f4ce197e6493b5'
+ 'a4d3d5c0aa2c7ce7bec491f809ca3694'
+ '23ca5a7c50fe7ebebd9fc4525882cdf1'
+ 'eb061b10ea3bbe1026df5326ae1618e3'
+ '4ada657a351b226cdd557f9faaeab075')
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  infodir=/usr/share/info
-  mandir=/usr/share/man/man1
+
+  # Fix security issue in vcdiff script
+  patch -Np0 -i ../xemacs-21.5.29-vcdiff.patch
+
+   # Fix problem caused by improper optimization with GCC=4.1.2 on i686
+   # (and possibly other arches). See
+   # http://tracker.xemacs.org/XEmacs/its/issue354
+  # for the upstream bug report.
+  patch -Np0 -i ../xemacs-21.5.29-optimization-bug.patch
+   
+   # Fix for security bug
+  # See http://bugs.gentoo.org/show_bug.cgi?id=275397
+  patch -Np1 -i ../xemacs-21.5.29-large-images.patch
+
   ./configure --build=${CHOST} --prefix=/usr --with-dynamic \
   --with-x11 --without-postgresql --with-athena=xaw \
   --enable-database=berkdb --without-ldap \
@@ -28,12 +49,17 @@
   --enable-external-widget \
   --with-jpeg --with-png --with-tiff \
   --with-ncurses --with-pop --with-xfs --disable-sound \
-  --infodir=${infodir} \
-  --mandir=${mandir} || return 1
+  --infodir=/usr/share/info \
+  --with-mule \
+  --mandir=/usr/share/man/man1
 
-  make || return 1
-  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}${mandir} 
infodir=${pkgdir}${infodir} install gzip-el || return 1
+  make
+}
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 
infodir=${pkgdir}/usr/share/info install gzip-el
+
   rm ${pkgdir}/usr/bin/{b2m,ctags,etags,rcs-checkin}
   rm ${pkgdir}/usr/share/man/man1/{ctags.1,etags.1}
 

Added: xemacs-21.5.29-large-images.patch
===
--- xemacs-21.5.29-large-images.patch   (rev 0)
+++ xemacs-21.5.29-large-images.patch   2010-10-19 23:18:53 UTC (rev 96361)
@@ -0,0 +1,96 @@
+APPROVE COMMIT 21.5
+
+This patch has been committed.  When trying to open very large image
+files (or image files with header files that claim the image is very
+large), we multiply length times width to get the number of pixels in
+the image (and possibly multiply that number if a pixel occupies more
+than 1 byte).  The multiplication can overflow, resulting in passing
+negative or insufficiently positive size values to malloc.  This patch
+checks whether the multiplication will overflow.  If so, XEmacs
+refuses to attempt to load the image.
+
+(Patch taken from upstream, already applied there)
+
+--- a/src/glyphs-eimage.c  Mon Jun 29 08:20:47 2009 -0600
 b/src/glyphs-eimage.c  Wed Jul 01 15:42:54 2009 -0600
+@@ -409,6 +409,7 @@
+*/
+
+   {
++UINT_64_BIT pixels_sq;
+

[arch-commits] Commit in xemacs/repos (staging-i686)

2010-10-19 Thread Stéphane Gaudreault
Date: Tuesday, October 19, 2010 @ 19:20:29
  Author: stephane
Revision: 96362

archrelease: copy trunk to staging-i686

Added:
  xemacs/repos/staging-i686/



[arch-commits] Commit in xemacs/repos (staging-x86_64)

2010-10-19 Thread Stéphane Gaudreault
Date: Tuesday, October 19, 2010 @ 19:22:07
  Author: stephane
Revision: 96363

archrelease: copy trunk to staging-x86_64

Added:
  xemacs/repos/staging-x86_64/



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

2010-09-02 Thread Paul Mattal
Date: Thursday, September 2, 2010 @ 23:52:34
  Author: paul
Revision: 89662

upgpkg: xemacs-sumo 20100727-1
upstream update to 20100727, path fix to resolve FS#20500

Modified:
  xemacs-sumo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-09-02 21:47:33 UTC (rev 89661)
+++ PKGBUILD2010-09-03 03:52:34 UTC (rev 89662)
@@ -2,7 +2,7 @@
 # Maintainer: juergen juer...@archlinux.org
 
 pkgname=xemacs-sumo
-pkgver=20090217
+pkgver=20100727
 pkgrel=1
 pkgdesc=XEmacs Packages
 arch=(i686 x86_64)
@@ -10,10 +10,10 @@
 license=('GPL')
 depends=('xemacs')
 
source=(http://ftp.xemacs.org/pub/xemacs/packages/$pkgname-${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}.tar.bz2)
-md5sums=('4ccf48e0ef0c37858dd0240f6343402a')
+md5sums=('951ff1fb348e17bda74844788068e792')
 
 build() {
-  install -d $pkgdir/usr/lib/xemacs
-  cp -r xemacs-packages $pkgdir/usr/lib/xemacs/ || return 1
+  install -d $pkgdir/usr/share/xemacs
+  cp -r xemacs-packages $pkgdir/usr/share/xemacs/ || return 1
   chown -R root:root $pkgdir || return 1
 }



[arch-commits] Commit in xemacs-sumo/repos (extra-i686)

2010-09-02 Thread Paul Mattal
Date: Thursday, September 2, 2010 @ 23:53:01
  Author: paul
Revision: 89663

archrelease: remove extra-i686

Deleted:
  xemacs-sumo/repos/extra-i686/



[arch-commits] Commit in xemacs-sumo/repos (extra-i686)

2010-09-02 Thread Paul Mattal
Date: Thursday, September 2, 2010 @ 23:53:08
  Author: paul
Revision: 89664

archrelease: copy trunk to extra-i686

Added:
  xemacs-sumo/repos/extra-i686/



[arch-commits] Commit in xemacs-sumo/repos (extra-x86_64)

2010-09-02 Thread Paul Mattal
Date: Thursday, September 2, 2010 @ 23:53:28
  Author: paul
Revision: 89665

archrelease: remove extra-x86_64

Deleted:
  xemacs-sumo/repos/extra-x86_64/



[arch-commits] Commit in xemacs-sumo/repos (extra-x86_64)

2010-09-02 Thread Paul Mattal
Date: Thursday, September 2, 2010 @ 23:53:35
  Author: paul
Revision: 89666

archrelease: copy trunk to extra-x86_64

Added:
  xemacs-sumo/repos/extra-x86_64/



[arch-commits] Commit in xemacs/repos (extra-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:06:33
  Author: jgc
Revision: 65921

db-move: xemacs removed by jgc for move to extra

Deleted:
  xemacs/repos/extra-i686/



[arch-commits] Commit in xemacs/repos (extra-i686 testing-i686)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:06:34
  Author: jgc
Revision: 65922

db-move: moved xemacs from [testing] to [extra] (i686)

Added:
  xemacs/repos/extra-i686/
Deleted:
  xemacs/repos/testing-i686/



[arch-commits] Commit in xemacs/repos (extra-x86_64 testing-x86_64)

2010-01-30 Thread Jan de Groot
Date: Saturday, January 30, 2010 @ 15:47:41
  Author: jgc
Revision: 66328

db-move: moved xemacs from [testing] to [extra] (x86_64)

Added:
  xemacs/repos/extra-x86_64/
Deleted:
  xemacs/repos/testing-x86_64/



[arch-commits] Commit in xemacs/repos (jpng-x86_64 testing-x86_64)

2010-01-19 Thread Ionut Biru
Date: Tuesday, January 19, 2010 @ 08:10:21
  Author: ibiru
Revision: 64156

db-move: moved xemacs from [jpng] to [testing] (x86_64)

Added:
  xemacs/repos/testing-x86_64/
Deleted:
  xemacs/repos/jpng-x86_64/



[arch-commits] Commit in xemacs/repos (jpng-i686 testing-i686)

2010-01-19 Thread Ionut Biru
Date: Tuesday, January 19, 2010 @ 08:19:55
  Author: ibiru
Revision: 64270

db-move: moved xemacs from [jpng] to [testing] (i686)

Added:
  xemacs/repos/testing-i686/
Deleted:
  xemacs/repos/jpng-i686/



[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/repos (jpng-i686)

2010-01-18 Thread Pierre Schmitz
Date: Monday, January 18, 2010 @ 09:35:00
  Author: pierre
Revision: 63772

archrelease: new repo jpng-i686

Added:
  xemacs/repos/jpng-i686/



[arch-commits] Commit in xemacs/repos (jpng-i686)

2010-01-18 Thread Pierre Schmitz
Date: Monday, January 18, 2010 @ 09:35:13
  Author: pierre
Revision: 63773

Initialized merge tracking via svnmerge with revisions 1-63771 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xemacs/trunk

Modified:
  xemacs/repos/jpng-i686/   (properties)


Property changes on: xemacs/repos/jpng-i686
___
Added: svnmerge-integrated
   + /xemacs/trunk:1-63771



[arch-commits] Commit in xemacs/repos (jpng-x86_64)

2010-01-18 Thread Pierre Schmitz
Date: Monday, January 18, 2010 @ 09:37:32
  Author: pierre
Revision: 63774

archrelease: new repo jpng-x86_64

Added:
  xemacs/repos/jpng-x86_64/



[arch-commits] Commit in xemacs/repos (jpng-x86_64)

2010-01-18 Thread Pierre Schmitz
Date: Monday, January 18, 2010 @ 09:37:45
  Author: pierre
Revision: 63775

Initialized merge tracking via svnmerge with revisions 1-63773 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xemacs/trunk

Modified:
  xemacs/repos/jpng-x86_64/ (properties)


Property changes on: xemacs/repos/jpng-x86_64
___
Added: svnmerge-integrated
   + /xemacs/trunk:1-63773



[arch-commits] Commit in xemacs/repos (extra-x86_64 extra-x86_64/PKGBUILD)

2009-11-01 Thread Juergen Hoetzel
Date: Sunday, November 1, 2009 @ 12:42:31
  Author: juergen
Revision: 57711

Merged revisions 57709-57710 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xemacs/trunk


  r57709 | juergen | 2009-11-01 18:27:24 +0100 (So, 01 Nov 2009) | 1 line
  
  fix #16053

  r57710 | juergen | 2009-11-01 18:41:50 +0100 (So, 01 Nov 2009) | 2 lines
  
  update to 21.5.29


Modified:
  xemacs/repos/extra-x86_64/(properties)
  xemacs/repos/extra-x86_64/PKGBUILD

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


Property changes on: xemacs/repos/extra-x86_64
___
Modified: svnmerge-integrated
   - /xemacs/trunk:1-53243
   + /xemacs/trunk:1-57710

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2009-11-01 17:41:50 UTC (rev 57710)
+++ extra-x86_64/PKGBUILD   2009-11-01 17:42:31 UTC (rev 57711)
@@ -2,19 +2,19 @@
 # Maintainer: juergen juer...@archlinux.org
 
 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/;
 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
 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/repos (extra-i686 extra-i686/PKGBUILD)

2009-11-01 Thread Juergen Hoetzel
Date: Sunday, November 1, 2009 @ 12:58:20
  Author: juergen
Revision: 57712

Merged revisions 57709-57710 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/xemacs/trunk


  r57709 | juergen | 2009-11-01 18:27:24 +0100 (So, 01 Nov 2009) | 1 line
  
  fix #16053

  r57710 | juergen | 2009-11-01 18:41:50 +0100 (So, 01 Nov 2009) | 2 lines
  
  update to 21.5.29


Modified:
  xemacs/repos/extra-i686/  (properties)
  xemacs/repos/extra-i686/PKGBUILD

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


Property changes on: xemacs/repos/extra-i686
___
Modified: svnmerge-integrated
   - /xemacs/trunk:1-53248
   + /xemacs/trunk:1-57711

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-11-01 17:42:31 UTC (rev 57711)
+++ extra-i686/PKGBUILD 2009-11-01 17:58:20 UTC (rev 57712)
@@ -2,19 +2,19 @@
 # Maintainer: juergen juer...@archlinux.org
 
 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/;
 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
 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}