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

Antonio Rojas arojas at archlinux.org
Fri May 6 18:15:47 UTC 2016


    Date: Friday, May 6, 2016 @ 20:15:47
  Author: arojas
Revision: 267026

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

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

-------------------------+
 /PKGBUILD               |   70 ++++++++++++++++++++++++++++++++++++++++++++++
 /gv.desktop             |   22 ++++++++++++++
 extra-i686/PKGBUILD     |   36 -----------------------
 extra-i686/gv.desktop   |   11 -------
 extra-i686/gv.install   |   18 -----------
 extra-x86_64/PKGBUILD   |   36 -----------------------
 extra-x86_64/gv.desktop |   11 -------
 extra-x86_64/gv.install |   18 -----------
 8 files changed, 92 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-05-06 18:15:09 UTC (rev 267025)
+++ extra-i686/PKGBUILD	2016-05-06 18:15:47 UTC (rev 267026)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gv
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="A program to view PostScript and PDF documents"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gv/"
-license=('GPL3')
-depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
-options=('emptydirs')
-install=gv.install
-source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop)
-sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
-          '7d8b7edd60617b189ba39ca982252b0d59c0755d'
-          'b40ccad8a8d837791598075f543edce9aa1f4352')
-validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
-  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
-}

Copied: gv/repos/extra-i686/PKGBUILD (from rev 267025, gv/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-05-06 18:15:47 UTC (rev 267026)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gv
+pkgver=3.7.4
+pkgrel=3
+pkgdesc="A program to view PostScript and PDF documents"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gv/"
+license=('GPL3')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
+source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+          '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+          'b40ccad8a8d837791598075f543edce9aa1f4352')
+validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
+  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
+}

Deleted: extra-i686/gv.desktop
===================================================================
--- extra-i686/gv.desktop	2016-05-06 18:15:09 UTC (rev 267025)
+++ extra-i686/gv.desktop	2016-05-06 18:15:47 UTC (rev 267026)
@@ -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.xbm
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-i686/gv.desktop (from rev 267025, gv/trunk/gv.desktop)
===================================================================
--- extra-i686/gv.desktop	                        (rev 0)
+++ extra-i686/gv.desktop	2016-05-06 18:15:47 UTC (rev 267026)
@@ -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.xbm
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: extra-i686/gv.install
===================================================================
--- extra-i686/gv.install	2016-05-06 18:15:09 UTC (rev 267025)
+++ extra-i686/gv.install	2016-05-06 18:15:47 UTC (rev 267026)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-05-06 18:15:09 UTC (rev 267025)
+++ extra-x86_64/PKGBUILD	2016-05-06 18:15:47 UTC (rev 267026)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=gv
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="A program to view PostScript and PDF documents"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gv/"
-license=('GPL3')
-depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
-options=('emptydirs')
-install=gv.install
-source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop)
-sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
-          '7d8b7edd60617b189ba39ca982252b0d59c0755d'
-          'b40ccad8a8d837791598075f543edce9aa1f4352')
-validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
-  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
-}

Copied: gv/repos/extra-x86_64/PKGBUILD (from rev 267025, gv/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-05-06 18:15:47 UTC (rev 267026)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gv
+pkgver=3.7.4
+pkgrel=3
+pkgdesc="A program to view PostScript and PDF documents"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gv/"
+license=('GPL3')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
+source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+          '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+          'b40ccad8a8d837791598075f543edce9aa1f4352')
+validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" src/Makefile.{am,in}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
+  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
+}

Deleted: extra-x86_64/gv.desktop
===================================================================
--- extra-x86_64/gv.desktop	2016-05-06 18:15:09 UTC (rev 267025)
+++ extra-x86_64/gv.desktop	2016-05-06 18:15:47 UTC (rev 267026)
@@ -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.xbm
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-x86_64/gv.desktop (from rev 267025, gv/trunk/gv.desktop)
===================================================================
--- extra-x86_64/gv.desktop	                        (rev 0)
+++ extra-x86_64/gv.desktop	2016-05-06 18:15:47 UTC (rev 267026)
@@ -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.xbm
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: extra-x86_64/gv.install
===================================================================
--- extra-x86_64/gv.install	2016-05-06 18:15:09 UTC (rev 267025)
+++ extra-x86_64/gv.install	2016-05-06 18:15:47 UTC (rev 267026)
@@ -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
-}



More information about the arch-commits mailing list