[arch-commits] Commit in atomix/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sat Sep 8 01:07:10 UTC 2018
Date: Saturday, September 8, 2018 @ 01:07:09
Author: heftig
Revision: 333872
archrelease: copy trunk to gnome-unstable-x86_64
Added:
atomix/repos/gnome-unstable-x86_64/
atomix/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 333871, atomix/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: atomix/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333871, atomix/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2018-09-08 01:07:09 UTC (rev 333872)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=atomix
+pkgver=3.30.0.1
+pkgrel=1
+pkgdesc="Build molecules out of single atoms"
+url="https://wiki.gnome.org/Apps/Atomix"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libgnome-games-support)
+makedepends=(meson appstream-glib git)
+_commit=66184fb77b1ca86054e321a177eb24d916026a12 # tags/3.30.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/atomix.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