[arch-commits] Commit in gnome-mines/repos/extra-x86_64 (3 files)

Jan Steffens heftig at archlinux.org
Mon Sep 24 21:59:56 UTC 2018


    Date: Monday, September 24, 2018 @ 21:59:55
  Author: heftig
Revision: 335349

archrelease: copy trunk to extra-x86_64

Added:
  gnome-mines/repos/extra-x86_64/PKGBUILD
    (from rev 335348, gnome-mines/trunk/PKGBUILD)
Deleted:
  gnome-mines/repos/extra-x86_64/PKGBUILD
  gnome-mines/repos/extra-x86_64/icon-fixes.diff

-----------------+
 PKGBUILD        |   79 +++++++++++++++++++++++++-----------------------------
 icon-fixes.diff |   10 ------
 2 files changed, 38 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 21:59:47 UTC (rev 335348)
+++ PKGBUILD	2018-09-24 21:59:55 UTC (rev 335349)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-mines
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Clear hidden mines from a minefield"
-url="https://wiki.gnome.org/Apps/Mines"
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=15ac355d3e0d2639303a5944c1173a7199f8a824  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit"
-        icon-fixes.diff)
-sha256sums=('SKIP'
-            '8f8667d9d6fe5ad9d789c1842653ae0b49b9eaa82b378d6ee7b7e2a8abffae57')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../icon-fixes.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-mines/repos/extra-x86_64/PKGBUILD (from rev 335348, gnome-mines/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-24 21:59:55 UTC (rev 335349)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-mines
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Clear hidden mines from a minefield"
+url="https://wiki.gnome.org/Apps/Mines"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=f118c9adb2364082352bd36ab065df35e555546d  # tags/3.30.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.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
+}

Deleted: icon-fixes.diff
===================================================================
--- icon-fixes.diff	2018-09-24 21:59:47 UTC (rev 335348)
+++ icon-fixes.diff	2018-09-24 21:59:55 UTC (rev 335349)
@@ -1,10 +0,0 @@
-diff --git i/data/meson.build w/data/meson.build
-index 781dc9e..c18c617 100644
---- i/data/meson.build
-+++ w/data/meson.build
-@@ -1,4 +1,4 @@
--foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48' ]
-+foreach size: [ '16x16', '22x22', '24x24', '32x32', '48x48', '256x256' ]
-     install_data (join_paths ('icons', 'hicolor', size, 'gnome-mines.png'),
-                   install_dir: join_paths (datadir, 'icons', 'hicolor', size, 'apps'))
- endforeach



More information about the arch-commits mailing list