[arch-commits] Commit in libpeas/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 12 12:07:36 UTC 2020
Date: Thursday, November 12, 2020 @ 12:07:35
Author: felixonmars
Revision: 400514
archrelease: copy trunk to staging-x86_64
Added:
libpeas/repos/staging-x86_64/PKGBUILD
(from rev 400513, libpeas/trunk/PKGBUILD)
Deleted:
libpeas/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 12:07:28 UTC (rev 400513)
+++ PKGBUILD 2020-11-12 12:07:35 UTC (rev 400514)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=libpeas
-pkgver=1.28.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)
-optdepends=('python-gobject: Python loader')
-provides=(libpeas{,-gtk}-1.0.so)
-_commit=04a873b2dd71228eb3cf0fe0510cd0ea8721f43b # tags/libpeas-1.28.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
- meson compile -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libpeas/repos/staging-x86_64/PKGBUILD (from rev 400513, libpeas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 12:07:35 UTC (rev 400514)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libpeas
+pkgver=1.28.0
+pkgrel=3
+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)
+optdepends=('python-gobject: Python loader')
+provides=(libpeas{,-gtk}-1.0.so)
+_commit=04a873b2dd71228eb3cf0fe0510cd0ea8721f43b # tags/libpeas-1.28.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
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list