[arch-commits] Commit in libcroco/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Mar 29 20:17:45 UTC 2017
Date: Wednesday, March 29, 2017 @ 20:17:44
Author: heftig
Revision: 291821
archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686
Added:
libcroco/repos/gnome-unstable-i686/
libcroco/repos/gnome-unstable-i686/PKGBUILD
(from rev 291820, libcroco/trunk/PKGBUILD)
libcroco/repos/gnome-unstable-x86_64/
libcroco/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 291820, libcroco/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: libcroco/repos/gnome-unstable-i686/PKGBUILD (from rev 291820, libcroco/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-03-29 20:17:44 UTC (rev 291821)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libcroco
+pkgver=0.6.11+13+g86e8e22
+pkgrel=1
+pkgdesc="A CSS parsing library"
+url="https://git.gnome.org/browse/libcroco"
+arch=(x86_64 i686)
+depends=(glib2 libxml2)
+makedepends=(intltool git gtk-doc)
+license=(LGPL)
+_commit=86e8e2284bfe250b3c03108a59c9307564302f3e # master
+source=("git+https://git.gnome.org/browse/libcroco#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/gnome-unstable-x86_64/PKGBUILD (from rev 291820, libcroco/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-03-29 20:17:44 UTC (rev 291821)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libcroco
+pkgver=0.6.11+13+g86e8e22
+pkgrel=1
+pkgdesc="A CSS parsing library"
+url="https://git.gnome.org/browse/libcroco"
+arch=(x86_64 i686)
+depends=(glib2 libxml2)
+makedepends=(intltool git gtk-doc)
+license=(LGPL)
+_commit=86e8e2284bfe250b3c03108a59c9307564302f3e # master
+source=("git+https://git.gnome.org/browse/libcroco#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