[arch-commits] Commit in gom/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 05:13:18
  Author: felixonmars
Revision: 400032

archrelease: copy trunk to staging-x86_64

Added:
  gom/repos/staging-x86_64/
  gom/repos/staging-x86_64/PKGBUILD
(from rev 400031, gom/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: gom/repos/staging-x86_64/PKGBUILD (from rev 400031, gom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-11-10 05:13:18 UTC (rev 400032)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gom
+pkgver=0.4
+pkgrel=2
+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:


[arch-commits] Commit in gom/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 05:40:13
  Author: foutrelis
Revision: 365802

archrelease: copy trunk to staging-x86_64

Added:
  gom/repos/staging-x86_64/
  gom/repos/staging-x86_64/PKGBUILD
(from rev 365801, gom/trunk/PKGBUILD)

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Copied: gom/repos/staging-x86_64/PKGBUILD (from rev 365801, gom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-26 05:40:13 UTC (rev 365802)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gom
+pkgver=0.3.3
+pkgrel=3
+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)
+_commit=dafdf432ac78f500dcd045092d5d5c28f8e35c60  # tags/0.3.3^0
+source=("git+https://git.gnome.org/browse/gom#commit=$_commit;)
+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
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gom/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-07-23 Thread Evangelos Foutras via arch-commits
Date: Monday, July 23, 2018 @ 08:09:09
  Author: foutrelis
Revision: 329402

archrelease: copy trunk to staging-x86_64

Added:
  gom/repos/staging-x86_64/
  gom/repos/staging-x86_64/PKGBUILD
(from rev 329401, gom/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: gom/repos/staging-x86_64/PKGBUILD (from rev 329401, gom/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 08:09:09 UTC (rev 329402)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gom
+pkgver=0.3.3
+pkgrel=2
+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)
+_commit=dafdf432ac78f500dcd045092d5d5c28f8e35c60  # tags/0.3.3^0
+source=("git+https://git.gnome.org/browse/gom#commit=$_commit;)
+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
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et: