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

Jan Steffens heftig at archlinux.org
Tue Oct 3 23:39:16 UTC 2017


    Date: Tuesday, October 3, 2017 @ 23:39:15
  Author: heftig
Revision: 306673

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

Added:
  libdazzle/repos/testing-i686/PKGBUILD
    (from rev 306672, libdazzle/trunk/PKGBUILD)
  libdazzle/repos/testing-x86_64/PKGBUILD
    (from rev 306672, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/testing-i686/PKGBUILD
  libdazzle/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   72 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   36 -----------------------
 testing-x86_64/PKGBUILD |   36 -----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-03 23:37:43 UTC (rev 306672)
+++ testing-i686/PKGBUILD	2017-10-03 23:39:15 UTC (rev 306673)
@@ -1,36 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libdazzle
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Feature-filled library for GTK+ and GObject"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=(gtk3)
-makedepends=('git' 'meson' 'vala' 'gobject-introspection' 'gtk-doc')
-_commit=c772276812a7be5d8b4fb262a3ee2569601d1c7a  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit")
-url="https://www.gnome.org/"
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release -Denable_gtk_doc=true ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libdazzle/repos/testing-i686/PKGBUILD (from rev 306672, libdazzle/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-03 23:39:15 UTC (rev 306673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdazzle
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-03 23:37:43 UTC (rev 306672)
+++ testing-x86_64/PKGBUILD	2017-10-03 23:39:15 UTC (rev 306673)
@@ -1,36 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libdazzle
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Feature-filled library for GTK+ and GObject"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=(gtk3)
-makedepends=('git' 'meson' 'vala' 'gobject-introspection' 'gtk-doc')
-_commit=c772276812a7be5d8b4fb262a3ee2569601d1c7a  # tags/3.26.0^0
-source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit")
-url="https://www.gnome.org/"
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release -Denable_gtk_doc=true ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libdazzle/repos/testing-x86_64/PKGBUILD (from rev 306672, libdazzle/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-03 23:39:15 UTC (rev 306673)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdazzle
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname -Denable_gtk_doc=true
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list