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

Jan Steffens heftig at archlinux.org
Sun Apr 7 09:23:42 UTC 2019


    Date: Sunday, April 7, 2019 @ 09:23:41
  Author: heftig
Revision: 350294

archrelease: copy trunk to extra-x86_64

Added:
  libcroco/repos/extra-x86_64/PKGBUILD
    (from rev 350293, libcroco/trunk/PKGBUILD)
Deleted:
  libcroco/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-07 09:23:31 UTC (rev 350293)
+++ PKGBUILD	2019-04-07 09:23:41 UTC (rev 350294)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libcroco
-pkgver=0.6.12+4+g9ad7287
-pkgrel=2
-pkgdesc="A CSS parsing library"
-url="https://gitlab.gnome.org/GNOME/libcroco"
-arch=(x86_64)
-depends=(glib2 libxml2)
-makedepends=(intltool git gtk-doc)
-license=(LGPL)
-_commit=9ad72875e9f08e4c519ef63d44cdbd94aa9504f7  # master
-source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libcroco/repos/extra-x86_64/PKGBUILD (from rev 350293, libcroco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-07 09:23:41 UTC (rev 350294)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libcroco
+pkgver=0.6.13
+pkgrel=1
+pkgdesc="A CSS parsing library"
+url="https://gitlab.gnome.org/GNOME/libcroco"
+arch=(x86_64)
+depends=(glib2 libxml2)
+makedepends=(intltool git gtk-doc)
+license=(LGPL)
+_commit=7e15ca6c2c29a4b78367e6efa6195b331a92b2a7  # tags/0.6.13^0
+source=("git+https://gitlab.gnome.org/GNOME/libcroco.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list