[arch-commits] Commit in gv/repos (18 files)

Eric Bélanger eric at archlinux.org
Sat Mar 31 01:32:24 UTC 2012


    Date: Friday, March 30, 2012 @ 21:32:23
  Author: eric
Revision: 154831

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

Added:
  gv/repos/extra-i686/PKGBUILD
    (from rev 154830, gv/trunk/PKGBUILD)
  gv/repos/extra-i686/gv.desktop
    (from rev 154830, gv/trunk/gv.desktop)
  gv/repos/extra-i686/gv.install
    (from rev 154830, gv/trunk/gv.install)
  gv/repos/extra-i686/gv.png
    (from rev 154830, gv/trunk/gv.png)
  gv/repos/extra-x86_64/PKGBUILD
    (from rev 154830, gv/trunk/PKGBUILD)
  gv/repos/extra-x86_64/gv.desktop
    (from rev 154830, gv/trunk/gv.desktop)
  gv/repos/extra-x86_64/gv.install
    (from rev 154830, gv/trunk/gv.install)
  gv/repos/extra-x86_64/gv.png
    (from rev 154830, gv/trunk/gv.png)
Deleted:
  gv/repos/extra-i686/PKGBUILD
  gv/repos/extra-i686/buildfix.diff
  gv/repos/extra-i686/gv.desktop
  gv/repos/extra-i686/gv.install
  gv/repos/extra-i686/gv.png
  gv/repos/extra-x86_64/PKGBUILD
  gv/repos/extra-x86_64/buildfix.diff
  gv/repos/extra-x86_64/gv.desktop
  gv/repos/extra-x86_64/gv.install
  gv/repos/extra-x86_64/gv.png

----------------------------+
 extra-i686/PKGBUILD        |   65 ++++++++++++++++++++-----------------------
 extra-i686/buildfix.diff   |   15 ---------
 extra-i686/gv.desktop      |   22 +++++++-------
 extra-i686/gv.install      |   36 +++++++++++------------
 extra-x86_64/PKGBUILD      |   65 ++++++++++++++++++++-----------------------
 extra-x86_64/buildfix.diff |   15 ---------
 extra-x86_64/gv.desktop    |   22 +++++++-------
 extra-x86_64/gv.install    |   36 +++++++++++------------
 8 files changed, 120 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-i686/PKGBUILD	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gv
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="A program to view PostScript and PDF documents"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gv/"
-license=('GPL')
-depends=('xaw3d>=1.6' 'ghostscript' 'desktop-file-utils')
-install=gv.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png
-        buildfix.diff)
-md5sums=('98ae3e9ce338b64ba5ab622389c5960e'
-         'cf04652952f2d0903bc7578b4826f50c'
-         'ab0e3879dbe39e59ad1c923020c28a86'
-         '943baf7a6bb61389a09a4ec71083a900')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # https://trac.macports.org/browser/trunk/dports/print/gv/files/patch-src-Scrollbar.c.diff?rev=89338
-  patch -Np0 -i ${srcdir}/buildfix.diff
-  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
-  install -D -m644 ../gv.png "${pkgdir}/usr/share/pixmaps/gv.png"
-}

Copied: gv/repos/extra-i686/PKGBUILD (from rev 154830, gv/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-03-31 01:32:23 UTC (rev 154831)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gv
+pkgver=3.7.3.90
+pkgrel=1
+pkgdesc="A program to view PostScript and PDF documents"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gv/"
+license=('GPL3')
+depends=('xaw3d>=1.6' 'ghostscript' 'desktop-file-utils')
+install=gv.install
+#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png)
+source=(ftp://alpha.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png)
+md5sums=('3eba9b449ccae2537e7d14ce85ca9e66'
+         'cf04652952f2d0903bc7578b4826f50c'
+         'ab0e3879dbe39e59ad1c923020c28a86')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
+  install -D -m644 ../gv.png "${pkgdir}/usr/share/pixmaps/gv.png"
+}

Deleted: extra-i686/buildfix.diff
===================================================================
--- extra-i686/buildfix.diff	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-i686/buildfix.diff	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,15 +0,0 @@
-This piece of code is from libXaw3d-1.6/src/Scrollbar.c (Line 644)
-
-http://bugs.gentoo.org/399753
-
---- src/Scrollbar.c
-+++ src/Scrollbar.c
-@@ -1006,7 +1006,7 @@
-    TOPLOC = newtop;
-    SHOWNLENGTH = newbot-newtop+1;
- 
--   (*swclass->threeD_class.shadowdraw) (w, event, region, FALSE);
-+   (*swclass->threeD_class.shadowdraw) (w, event, region, sbw->threeD.relief, FALSE);
- 
-    ENDMESSAGE(Redisplay)
- }

Deleted: extra-i686/gv.desktop
===================================================================
--- extra-i686/gv.desktop	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-i686/gv.desktop	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=GV
-MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
-GenericName=Postscript Viewer
-Exec=gv
-Icon=gv
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-i686/gv.desktop (from rev 154830, gv/trunk/gv.desktop)
===================================================================
--- extra-i686/gv.desktop	                        (rev 0)
+++ extra-i686/gv.desktop	2012-03-31 01:32:23 UTC (rev 154831)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GV
+MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
+GenericName=Postscript Viewer
+Exec=gv
+Icon=gv
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: extra-i686/gv.install
===================================================================
--- extra-i686/gv.install	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-i686/gv.install	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=gv.info.gz
-
-post_install() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: gv/repos/extra-i686/gv.install (from rev 154830, gv/trunk/gv.install)
===================================================================
--- extra-i686/gv.install	                        (rev 0)
+++ extra-i686/gv.install	2012-03-31 01:32:23 UTC (rev 154831)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=gv.info.gz
+
+post_install() {
+  update-desktop-database -q
+  [ -x usr/bin/install-info ] || return 0
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database -q
+  [ -x usr/bin/install-info ] || return 0
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: extra-i686/gv.png
===================================================================
(Binary files differ)

Copied: gv/repos/extra-i686/gv.png (from rev 154830, gv/trunk/gv.png)
===================================================================
(Binary files differ)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-x86_64/PKGBUILD	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gv
-pkgver=3.7.3
-pkgrel=1
-pkgdesc="A program to view PostScript and PDF documents"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gv/"
-license=('GPL')
-depends=('xaw3d>=1.6' 'ghostscript' 'desktop-file-utils')
-install=gv.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png
-        buildfix.diff)
-md5sums=('98ae3e9ce338b64ba5ab622389c5960e'
-         'cf04652952f2d0903bc7578b4826f50c'
-         'ab0e3879dbe39e59ad1c923020c28a86'
-         '943baf7a6bb61389a09a4ec71083a900')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # https://trac.macports.org/browser/trunk/dports/print/gv/files/patch-src-Scrollbar.c.diff?rev=89338
-  patch -Np0 -i ${srcdir}/buildfix.diff
-  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
-  install -D -m644 ../gv.png "${pkgdir}/usr/share/pixmaps/gv.png"
-}

Copied: gv/repos/extra-x86_64/PKGBUILD (from rev 154830, gv/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-03-31 01:32:23 UTC (rev 154831)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gv
+pkgver=3.7.3.90
+pkgrel=1
+pkgdesc="A program to view PostScript and PDF documents"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gv/"
+license=('GPL3')
+depends=('xaw3d>=1.6' 'ghostscript' 'desktop-file-utils')
+install=gv.install
+#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png)
+source=(ftp://alpha.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz gv.desktop gv.png)
+md5sums=('3eba9b449ccae2537e7d14ce85ca9e66'
+         'cf04652952f2d0903bc7578b4826f50c'
+         'ab0e3879dbe39e59ad1c923020c28a86')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
+  install -D -m644 ../gv.png "${pkgdir}/usr/share/pixmaps/gv.png"
+}

Deleted: extra-x86_64/buildfix.diff
===================================================================
--- extra-x86_64/buildfix.diff	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-x86_64/buildfix.diff	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,15 +0,0 @@
-This piece of code is from libXaw3d-1.6/src/Scrollbar.c (Line 644)
-
-http://bugs.gentoo.org/399753
-
---- src/Scrollbar.c
-+++ src/Scrollbar.c
-@@ -1006,7 +1006,7 @@
-    TOPLOC = newtop;
-    SHOWNLENGTH = newbot-newtop+1;
- 
--   (*swclass->threeD_class.shadowdraw) (w, event, region, FALSE);
-+   (*swclass->threeD_class.shadowdraw) (w, event, region, sbw->threeD.relief, FALSE);
- 
-    ENDMESSAGE(Redisplay)
- }

Deleted: extra-x86_64/gv.desktop
===================================================================
--- extra-x86_64/gv.desktop	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-x86_64/gv.desktop	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=GV
-MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
-GenericName=Postscript Viewer
-Exec=gv
-Icon=gv
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-x86_64/gv.desktop (from rev 154830, gv/trunk/gv.desktop)
===================================================================
--- extra-x86_64/gv.desktop	                        (rev 0)
+++ extra-x86_64/gv.desktop	2012-03-31 01:32:23 UTC (rev 154831)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GV
+MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
+GenericName=Postscript Viewer
+Exec=gv
+Icon=gv
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: extra-x86_64/gv.install
===================================================================
--- extra-x86_64/gv.install	2012-03-31 01:31:56 UTC (rev 154830)
+++ extra-x86_64/gv.install	2012-03-31 01:32:23 UTC (rev 154831)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=gv.info.gz
-
-post_install() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: gv/repos/extra-x86_64/gv.install (from rev 154830, gv/trunk/gv.install)
===================================================================
--- extra-x86_64/gv.install	                        (rev 0)
+++ extra-x86_64/gv.install	2012-03-31 01:32:23 UTC (rev 154831)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=gv.info.gz
+
+post_install() {
+  update-desktop-database -q
+  [ -x usr/bin/install-info ] || return 0
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database -q
+  [ -x usr/bin/install-info ] || return 0
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: extra-x86_64/gv.png
===================================================================
(Binary files differ)

Copied: gv/repos/extra-x86_64/gv.png (from rev 154830, gv/trunk/gv.png)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list