[arch-commits] Commit in evince/repos (6 files)
Jan Steffens
heftig at archlinux.org
Mon May 9 00:57:01 UTC 2016
Date: Monday, May 9, 2016 @ 02:57:00
Author: heftig
Revision: 267250
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
evince/repos/extra-i686/PKGBUILD
(from rev 267249, evince/trunk/PKGBUILD)
evince/repos/extra-x86_64/PKGBUILD
(from rev 267249, evince/trunk/PKGBUILD)
Deleted:
evince/repos/extra-i686/PKGBUILD
evince/repos/extra-i686/evince.install
evince/repos/extra-x86_64/PKGBUILD
evince/repos/extra-x86_64/evince.install
-----------------------------+
/PKGBUILD | 102 ++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 38 ---------------
extra-i686/evince.install | 13 -----
extra-x86_64/PKGBUILD | 38 ---------------
extra-x86_64/evince.install | 13 -----
5 files changed, 102 insertions(+), 102 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-09 00:55:25 UTC (rev 267249)
+++ extra-i686/PKGBUILD 2016-05-09 00:57:00 UTC (rev 267250)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop libarchive)
-makedepends=(itstool libnautilus-extension texlive-bin intltool gobject-introspection docbook-xsl python)
-optdepends=('texlive-bin: DVI support'
- 'gvfs: bookmark support and session saving')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --libexecdir=/usr/lib/evince \
- --disable-static --enable-nautilus \
- --enable-pdf --enable-tiff \
- --enable-djvu --enable-dvi \
- --enable-t1lib --enable-comics \
- --disable-schemas-compile \
- --enable-introspection --disable-browser-plugin
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: evince/repos/extra-i686/PKGBUILD (from rev 267249, evince/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-09 00:57:00 UTC (rev 267250)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc)
+optdepends=('texlive-bin: DVI support'
+ 'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname \
+ --disable-static \
+ --enable-compile-warnings=minimum \
+ --enable-introspection \
+ --enable-nautilus \
+ --enable-pdf \
+ --enable-tiff \
+ --enable-djvu \
+ --enable-dvi \
+ --enable-t1lib \
+ --enable-comics \
+ --enable-gtk-doc \
+ --enable-multimedia \
+ --disable-schemas-compile \
+ --disable-browser-plugin
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-i686/evince.install
===================================================================
--- extra-i686/evince.install 2016-05-09 00:55:25 UTC (rev 267249)
+++ extra-i686/evince.install 2016-05-09 00:57:00 UTC (rev 267250)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-09 00:55:25 UTC (rev 267249)
+++ extra-x86_64/PKGBUILD 2016-05-09 00:57:00 UTC (rev 267250)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=evince
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib libsecret desktop-file-utils dconf gsettings-desktop-schemas gnome-desktop libarchive)
-makedepends=(itstool libnautilus-extension texlive-bin intltool gobject-introspection docbook-xsl python)
-optdepends=('texlive-bin: DVI support'
- 'gvfs: bookmark support and session saving')
-groups=(gnome)
-install=evince.install
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --libexecdir=/usr/lib/evince \
- --disable-static --enable-nautilus \
- --enable-pdf --enable-tiff \
- --enable-djvu --enable-dvi \
- --enable-t1lib --enable-comics \
- --disable-schemas-compile \
- --enable-introspection --disable-browser-plugin
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 267249, evince/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-05-09 00:57:00 UTC (rev 267250)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=evince
+pkgver=3.20.0
+pkgrel=2
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc)
+optdepends=('texlive-bin: DVI support'
+ 'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf8358a453686c2a7f85d245f83fe918c0ce02eb6532339f3e02e31249a5a280')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib/$pkgname \
+ --disable-static \
+ --enable-compile-warnings=minimum \
+ --enable-introspection \
+ --enable-nautilus \
+ --enable-pdf \
+ --enable-tiff \
+ --enable-djvu \
+ --enable-dvi \
+ --enable-t1lib \
+ --enable-comics \
+ --enable-gtk-doc \
+ --enable-multimedia \
+ --disable-schemas-compile \
+ --disable-browser-plugin
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/evince.install
===================================================================
--- extra-x86_64/evince.install 2016-05-09 00:55:25 UTC (rev 267249)
+++ extra-x86_64/evince.install 2016-05-09 00:57:00 UTC (rev 267250)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list