[arch-commits] Commit in five-or-more/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 15 20:56:32 UTC 2019


    Date: Friday, March 15, 2019 @ 20:56:31
  Author: heftig
Revision: 348363

archrelease: copy trunk to extra-x86_64

Added:
  five-or-more/repos/extra-x86_64/PKGBUILD
    (from rev 348362, five-or-more/trunk/PKGBUILD)
Deleted:
  five-or-more/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 20:55:51 UTC (rev 348362)
+++ PKGBUILD	2019-03-15 20:56:31 UTC (rev 348363)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=five-or-more
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Remove colored balls from the board by forming lines"
-url="https://wiki.gnome.org/Apps/Five%20or%20more"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-_commit=9761887c19a620779c527f5a8408e601743dcaa4  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: five-or-more/repos/extra-x86_64/PKGBUILD (from rev 348362, five-or-more/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-15 20:56:31 UTC (rev 348363)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=five-or-more
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Remove colored balls from the board by forming lines"
+url="https://wiki.gnome.org/Apps/Five%20or%20more"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(gobject-introspection yelp-tools appstream-glib git meson vala)
+groups=(gnome-extra)
+_commit=49cb447c5f62e5274c60731bf11ce078bb5f46bc  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list