[arch-commits] Commit in atomix/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 15 22:34:47 UTC 2019
Date: Friday, March 15, 2019 @ 22:34:47
Author: heftig
Revision: 348428
archrelease: copy trunk to extra-x86_64
Added:
atomix/repos/extra-x86_64/PKGBUILD
(from rev 348426, atomix/trunk/PKGBUILD)
Deleted:
atomix/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 22:34:44 UTC (rev 348427)
+++ PKGBUILD 2019-03-15 22:34:47 UTC (rev 348428)
@@ -1,36 +0,0 @@
-# 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
-}
Copied: atomix/repos/extra-x86_64/PKGBUILD (from rev 348426, atomix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-15 22:34:47 UTC (rev 348428)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=atomix
+pkgver=3.32.0
+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=93934275e343384eeb54e2e8fa527318fa520f9f # tags/3.32.0^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