[arch-commits] Commit in libzapojit/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 11 23:38:26 UTC 2019


    Date: Wednesday, September 11, 2019 @ 23:38:26
  Author: heftig
Revision: 362263

archrelease: copy trunk to extra-x86_64

Added:
  libzapojit/repos/extra-x86_64/PKGBUILD
    (from rev 362261, libzapojit/trunk/PKGBUILD)
Deleted:
  libzapojit/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-11 23:38:25 UTC (rev 362262)
+++ PKGBUILD	2019-09-11 23:38:26 UTC (rev 362263)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libzapojit
-pkgver=0.0.3+11+g840627d
-pkgrel=3
-pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
-url="https://wiki.gnome.org/Projects/Zapojit"
-arch=(x86_64)
-license=(GPL)
-depends=(libsoup gnome-online-accounts)
-makedepends=(intltool gobject-introspection gnome-common git gtk-doc)
-_commit=840627d582534dafff7e05c090fb6e1a65ed2199  # master
-source=("git+https://git.gnome.org/browse/libzapojit#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libzapojit/repos/extra-x86_64/PKGBUILD (from rev 362261, libzapojit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-11 23:38:26 UTC (rev 362263)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libzapojit
+pkgver=0.0.3+14+g2dace3f
+pkgrel=1
+pkgdesc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
+url="https://wiki.gnome.org/Projects/Zapojit"
+arch=(x86_64)
+license=(GPL)
+depends=(libsoup gnome-online-accounts)
+makedepends=(intltool gobject-introspection git gtk-doc autoconf-archive)
+_commit=2dace3ffcd9ca60c4adb406cf0e8077cd396f722  # master
+source=("git+https://gitlab.gnome.org/GNOME/libzapojit.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list