[arch-commits] Commit in gom/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 22:26:40 UTC 2021
Date: Thursday, December 2, 2021 @ 22:26:40
Author: felixonmars
Revision: 430465
archrelease: copy trunk to staging-x86_64
Added:
gom/repos/staging-x86_64/PKGBUILD
(from rev 430464, gom/trunk/PKGBUILD)
Deleted:
gom/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 22:26:36 UTC (rev 430464)
+++ PKGBUILD 2021-12-02 22:26:40 UTC (rev 430465)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gom
-pkgver=0.4
-pkgrel=4
-pkgdesc="A GObject to SQLite object mapper"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Gom"
-license=(LGPL2.1)
-depends=(glib2 sqlite)
-makedepends=(gtk-doc gobject-introspection gdk-pixbuf2 git meson python-gobject)
-provides=(libgom-1.0.so)
-_commit=26816b74a29b9d2d8dc169ed2f9649a4a159bc7c # tags/0.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gom.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D enable-gtk-doc=true
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gom/repos/staging-x86_64/PKGBUILD (from rev 430464, gom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 22:26:40 UTC (rev 430465)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gom
+pkgver=0.4
+pkgrel=5
+pkgdesc="A GObject to SQLite object mapper"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Gom"
+license=(LGPL2.1)
+depends=(glib2 sqlite)
+makedepends=(gtk-doc gobject-introspection gdk-pixbuf2 git meson python-gobject)
+provides=(libgom-1.0.so)
+_commit=26816b74a29b9d2d8dc169ed2f9649a4a159bc7c # tags/0.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gom.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D enable-gtk-doc=true
+ ninja -C build
+}
+
+check() {
+ 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