Date: Sunday, October 13, 2019 @ 11:59:03 Author: heftig Revision: 364787
archrelease: copy trunk to extra-x86_64 Added: gnome-2048/repos/extra-x86_64/PKGBUILD (from rev 364786, gnome-2048/trunk/PKGBUILD) Deleted: gnome-2048/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-10-13 11:58:09 UTC (rev 364786) +++ PKGBUILD 2019-10-13 11:59:03 UTC (rev 364787) @@ -1,36 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=gnome-2048 -pkgver=3.34.1 -pkgrel=1 -pkgdesc="Obtain the 2048 tile" -url="https://wiki.gnome.org/Apps/2048" -arch=(x86_64) -license=(GPL3) -depends=(clutter-gtk libgee libgnome-games-support) -makedepends=(meson vala yelp-tools appstream-glib git) -_commit=58a343312205ea6e6a2d0b226c6a3772dd7f7daf # tags/3.34.1^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.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 --print-errorlogs -} - -package() { - DESTDIR="$pkgdir" meson install -C build -} Copied: gnome-2048/repos/extra-x86_64/PKGBUILD (from rev 364786, gnome-2048/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-10-13 11:59:03 UTC (rev 364787) @@ -0,0 +1,36 @@ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=gnome-2048 +pkgver=3.34.2 +pkgrel=1 +pkgdesc="Obtain the 2048 tile" +url="https://wiki.gnome.org/Apps/2048" +arch=(x86_64) +license=(GPL3) +depends=(clutter-gtk libgee libgnome-games-support) +makedepends=(meson vala yelp-tools appstream-glib git) +_commit=82ca4bf3ea935be0bd800242349cfdc2b497b7bb # tags/3.34.2^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-2048.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 --print-errorlogs +} + +package() { + DESTDIR="$pkgdir" meson install -C build +}