[arch-commits] Commit in libpeas/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Oct 29 20:23:59 UTC 2019
Date: Tuesday, October 29, 2019 @ 20:23:58
Author: heftig
Revision: 366033
archrelease: copy trunk to staging-x86_64
Added:
libpeas/repos/staging-x86_64/PKGBUILD
(from rev 366032, libpeas/trunk/PKGBUILD)
Deleted:
libpeas/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-29 20:23:52 UTC (rev 366032)
+++ PKGBUILD 2019-10-29 20:23:58 UTC (rev 366033)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libpeas
-pkgver=1.24.0
-pkgrel=2
-pkgdesc="A GObject plugins library"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Libpeas"
-license=(GPL2)
-depends=(gtk3 gobject-introspection-runtime)
-makedepends=(gtk-doc python-gobject glade gobject-introspection git meson vala)
-checkdepends=(xorg-server-xvfb)
-optdepends=('python-gobject: Python loader')
-_commit=f9962a516ead8ce20531d1b23e1b656caecd9274 # tags/libpeas-1.24.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#commit=$_commit")
-sha256sums=('SKIP')
-
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^libpeas-//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D vapi=true -D gtk_doc=true
- ninja -C build
-}
-
-check() {
- xvfb-run meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libpeas/repos/staging-x86_64/PKGBUILD (from rev 366032, libpeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-29 20:23:58 UTC (rev 366033)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libpeas
+pkgver=1.24.1
+pkgrel=1
+pkgdesc="A GObject plugins library"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas"
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc python-gobject glade gobject-introspection git meson vala)
+checkdepends=(xorg-server-xvfb)
+optdepends=('python-gobject: Python loader')
+_commit=0c0823b8b7a09e5025241f39a384914949ef315b # tags/libpeas-1.24.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D vapi=true -D gtk_doc=true
+ ninja -C build
+}
+
+check() {
+ xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list