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

Jan Steffens heftig at archlinux.org
Wed Aug 9 08:17:51 UTC 2017


    Date: Wednesday, August 9, 2017 @ 08:17:51
  Author: heftig
Revision: 301795

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

Added:
  libgepub/repos/extra-i686/PKGBUILD
    (from rev 301794, libgepub/trunk/PKGBUILD)
  libgepub/repos/extra-x86_64/PKGBUILD
    (from rev 301794, libgepub/trunk/PKGBUILD)
Deleted:
  libgepub/repos/extra-i686/PKGBUILD
  libgepub/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   88 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   41 ----------------------
 extra-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 88 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-08-09 08:16:43 UTC (rev 301794)
+++ extra-i686/PKGBUILD	2017-08-09 08:17:51 UTC (rev 301795)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgepub
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Simple library to read epub files using glib"
-url="https://git.gnome.org/browse/libgepub"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk libarchive)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=140312fc2fc01c5f116c85b7e87b8b5cb088dd2e  # tags/0.5.1^0
-source=("git+https://git.gnome.org/browse/libgepub#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libgepub/repos/extra-i686/PKGBUILD (from rev 301794, libgepub/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-08-09 08:17:51 UTC (rev 301795)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgepub
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="Simple library to read epub files using glib"
+url="https://git.gnome.org/browse/libgepub"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libarchive)
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=140312fc2fc01c5f116c85b7e87b8b5cb088dd2e  # tags/0.5.1^0
+source=("git+https://git.gnome.org/browse/libgepub#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+
+  # Fixup gir version
+  sed -i "/nsversion:/s/gepub_version/'0.5'/" libgepub/meson.build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-08-09 08:16:43 UTC (rev 301794)
+++ extra-x86_64/PKGBUILD	2017-08-09 08:17:51 UTC (rev 301795)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgepub
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Simple library to read epub files using glib"
-url="https://git.gnome.org/browse/libgepub"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(webkit2gtk libarchive)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=140312fc2fc01c5f116c85b7e87b8b5cb088dd2e  # tags/0.5.1^0
-source=("git+https://git.gnome.org/browse/libgepub#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libgepub/repos/extra-x86_64/PKGBUILD (from rev 301794, libgepub/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-08-09 08:17:51 UTC (rev 301795)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgepub
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="Simple library to read epub files using glib"
+url="https://git.gnome.org/browse/libgepub"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(webkit2gtk libarchive)
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=140312fc2fc01c5f116c85b7e87b8b5cb088dd2e  # tags/0.5.1^0
+source=("git+https://git.gnome.org/browse/libgepub#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+
+  # Fixup gir version
+  sed -i "/nsversion:/s/gepub_version/'0.5'/" libgepub/meson.build
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list