[arch-commits] Commit in gnome-font-viewer/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 15 11:25:52 UTC 2019


    Date: Sunday, September 15, 2019 @ 11:25:51
  Author: heftig
Revision: 362836

archrelease: copy trunk to testing-x86_64

Added:
  gnome-font-viewer/repos/testing-x86_64/PKGBUILD
    (from rev 362835, gnome-font-viewer/trunk/PKGBUILD)
Deleted:
  gnome-font-viewer/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 11:25:43 UTC (rev 362835)
+++ PKGBUILD	2019-09-15 11:25:51 UTC (rev 362836)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-font-viewer
-pkgver=3.33.90+19+ga4f864d
-pkgrel=1
-pkgdesc="A font viewer utility for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gnome-desktop)
-makedepends=(git meson)
-groups=(gnome)
-_commit=a4f864df24a1a3a44b67014b68c228bfb0d915c7  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-font-viewer/repos/testing-x86_64/PKGBUILD (from rev 362835, gnome-font-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-15 11:25:51 UTC (rev 362836)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-font-viewer
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(git meson)
+groups=(gnome)
+_commit=f8c6054ea0c0a9586e1a5c0e6460a4c0168c38af  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list