Date: Monday, September 24, 2018 @ 21:49:12 Author: heftig Revision: 335334
3.30.1-1 Modified: gnome-mines/trunk/PKGBUILD Deleted: gnome-mines/trunk/icon-fixes.diff -----------------+ PKGBUILD | 11 ++++------- icon-fixes.diff | 10 ---------- 2 files changed, 4 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-24 21:49:03 UTC (rev 335333) +++ PKGBUILD 2018-09-24 21:49:12 UTC (rev 335334) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-mines -pkgver=3.30.0 +pkgver=3.30.1 pkgrel=1 pkgdesc="Clear hidden mines from a minefield" url="https://wiki.gnome.org/Apps/Mines" @@ -11,11 +11,9 @@ 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') +_commit=f118c9adb2364082352bd36ab065df35e555546d # tags/3.30.1^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.git#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -24,7 +22,6 @@ prepare() { cd $pkgname - patch -Np1 -i ../icon-fixes.diff } build() { Deleted: icon-fixes.diff =================================================================== --- icon-fixes.diff 2018-09-24 21:49:03 UTC (rev 335333) +++ icon-fixes.diff 2018-09-24 21:49:12 UTC (rev 335334) @@ -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
