Balló György pushed to branch main at Arch Linux / Packaging / Packages / gom


Commits:
f90f4ec6 by Balló György at 2024-07-19T22:15:57+02:00
Formatting

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,20 +2,35 @@
 # Contributor: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgbase=gom
-pkgname=(gom gom-docs)
+pkgname=(
+  gom
+  gom-docs
+)
 pkgver=0.5.2
 pkgrel=1
 pkgdesc='GObject to SQLite object mapper library'
-arch=('x86_64')
+arch=(x86_64)
 url='https://wiki.gnome.org/Projects/Gom'
-license=('LGPL-2.1-or-later')
-depends=('glib2' 'glibc' 'sqlite')
-makedepends=('gdk-pixbuf2' 'gi-docgen' 'git' 'gobject-introspection' 'meson' 
'python-gobject')
-source=("git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver";)
-b2sums=('b6ce604f70c775ef80705447ae060d9c373158dfdf5ed33e823fd0a95b1fcebc4f59c497f95ec8a2e654c2bf0f6f89397578a1068c957862af8566573ab448b5')
+license=(LGPL-2.1-or-later)
+depends=(
+  glib2
+  glibc
+  sqlite
+)
+makedepends=(
+  gdk-pixbuf2
+  gi-docgen
+  git
+  gobject-introspection
+  meson
+  python-gobject
+)
+source=(git+https://gitlab.gnome.org/GNOME/$pkgname.git#tag=$pkgver)
+b2sums=(b6ce604f70c775ef80705447ae060d9c373158dfdf5ed33e823fd0a95b1fcebc4f59c497f95ec8a2e654c2bf0f6f89397578a1068c957862af8566573ab448b5)
 
 build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
+  arch-meson $pkgname build \
+    -D enable-gtk-doc=true
   meson compile -C build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gom/-/commit/f90f4ec692d370d083f98b37cc9b311164021a75

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gom/-/commit/f90f4ec692d370d083f98b37cc9b311164021a75
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to