[arch-commits] Commit in atril-gtk3/repos (4 files)
Balló György
bgyorgy at archlinux.org
Sun Oct 16 21:49:43 UTC 2016
Date: Sunday, October 16, 2016 @ 21:49:43
Author: bgyorgy
Revision: 192381
archrelease: copy trunk to community-i686, community-x86_64
Added:
atril-gtk3/repos/community-i686/PKGBUILD
(from rev 192380, atril-gtk3/trunk/PKGBUILD)
atril-gtk3/repos/community-x86_64/PKGBUILD
(from rev 192380, atril-gtk3/trunk/PKGBUILD)
Deleted:
atril-gtk3/repos/community-i686/PKGBUILD
atril-gtk3/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 104 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 52 ----------------------
community-x86_64/PKGBUILD | 52 ----------------------
3 files changed, 104 insertions(+), 104 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-16 21:49:37 UTC (rev 192380)
+++ community-i686/PKGBUILD 2016-10-16 21:49:43 UTC (rev 192381)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop-gtk3' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 'webkit2gtk')
-makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja-gtk3: Document Properties extension'
- 'texlive-bin: DVI support')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
-
-prepare() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
-
- # Fix mathjax path
- sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' backend/epub/epub-document.c
-}
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=3.0 \
- --enable-djvu \
- --enable-dvi \
- --enable-epub \
- --enable-t1lib \
- --enable-pixbuf \
- --enable-comics \
- --enable-xps \
- --enable-introspection
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: atril-gtk3/repos/community-i686/PKGBUILD (from rev 192380, atril-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-16 21:49:43 UTC (rev 192381)
@@ -0,0 +1,52 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="MATE document viewer (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 'webkit2gtk')
+makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja-gtk3: Document Properties extension'
+ 'texlive-bin: DVI support')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
+
+prepare() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+ # Fix mathjax path
+ sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' backend/epub/epub-document.c
+}
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=3.0 \
+ --enable-djvu \
+ --enable-dvi \
+ --enable-epub \
+ --enable-t1lib \
+ --enable-pixbuf \
+ --enable-comics \
+ --enable-xps \
+ --enable-introspection
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-16 21:49:37 UTC (rev 192380)
+++ community-x86_64/PKGBUILD 2016-10-16 21:49:43 UTC (rev 192381)
@@ -1,52 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.16
-_pkgbase=atril
-pkgname=(${_pkgbase}-gtk3)
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="MATE document viewer (GTK3 version)"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('mate-desktop-gtk3' 'djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 'webkit2gtk')
-makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja-gtk3: Document Properties extension'
- 'texlive-bin: DVI support')
-groups=('mate-extra-gtk3')
-conflicts=("${_pkgbase}")
-source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
-
-prepare() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
-
- # Fix mathjax path
- sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' backend/epub/epub-document.c
-}
-
-build() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --with-gtk=3.0 \
- --enable-djvu \
- --enable-dvi \
- --enable-epub \
- --enable-t1lib \
- --enable-pixbuf \
- --enable-comics \
- --enable-xps \
- --enable-introspection
-
- #https://bugzilla.gnome.org/show_bug.cgi?id=656231
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgbase}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: atril-gtk3/repos/community-x86_64/PKGBUILD (from rev 192380, atril-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-16 21:49:43 UTC (rev 192381)
@@ -0,0 +1,52 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=atril
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=2
+pkgdesc="MATE document viewer (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 'webkit2gtk')
+makedepends=('caja-gtk3' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja-gtk3: Document Properties extension'
+ 'texlive-bin: DVI support')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('0573c0afdc81f29115409c42e06bd4fecb785302')
+
+prepare() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+
+ # Fix mathjax path
+ sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' backend/epub/epub-document.c
+}
+
+build() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${_pkgbase} \
+ --with-gtk=3.0 \
+ --enable-djvu \
+ --enable-dvi \
+ --enable-epub \
+ --enable-t1lib \
+ --enable-pixbuf \
+ --enable-comics \
+ --enable-xps \
+ --enable-introspection
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${_pkgbase}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list