Date: Tuesday, February 7, 2023 @ 18:18:59
Author: heftig
Revision: 468338
archrelease: copy trunk to extra-x86_64
Added:
gnome-contacts/repos/extra-x86_64/PKGBUILD
(from rev 468337, gnome-contacts/trunk/PKGBUILD)
Deleted:
gnome-contacts/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 54 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-07 18:18:49 UTC (rev 468337)
+++ PKGBUILD 2023-02-07 18:18:59 UTC (rev 468338)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=gnome-contacts
-pkgver=43.0
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-url="https://wiki.gnome.org/Apps/Contacts"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk4 folks gnome-online-accounts libgee libadwaita libportal-gtk4
- evolution-data-server)
-makedepends=(vala gobject-introspection git meson appstream-glib)
-groups=(gnome)
-options=(debug)
-_commit=0f6c7d65479c54eee54b681836e1ae3c99a9443c # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gnome-contacts/repos/extra-x86_64/PKGBUILD (from rev 468337,
gnome-contacts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-07 18:18:59 UTC (rev 468338)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=gnome-contacts
+pkgver=43.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts"
+arch=(x86_64)
+license=(GPL2)
+depends=(
+ evolution-data-server
+ folks
+ gnome-online-accounts
+ gtk4
+ libadwaita
+ libgee
+ libportal-gtk4
+)
+makedepends=(
+ appstream-glib
+ git
+ gobject-introspection
+ meson
+ vala
+)
+groups=(gnome)
+_commit=8adf521f7a288dd30b90d9730dff617c74acfcfb # tags/43.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: