[arch-commits] Commit in diffuse/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Wed Dec 2 11:59:21 UTC 2020
Date: Wednesday, December 2, 2020 @ 11:59:21
Author: arodseth
Revision: 769146
archrelease: copy trunk to community-any
Added:
diffuse/repos/community-any/PKGBUILD
(from rev 769145, diffuse/trunk/PKGBUILD)
Deleted:
diffuse/repos/community-any/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 30 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-02 11:59:16 UTC (rev 769145)
+++ PKGBUILD 2020-12-02 11:59:21 UTC (rev 769146)
@@ -1,23 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: zhuqin <zhuqin83 at gmail.com>
-
-pkgname=diffuse
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Graphical tool for merging and comparing text files'
-arch=(any)
-url='https://github.com/MightyCreak/diffuse'
-license=(GPL)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(git)
-source=("git+$url#commit=b5ae53e79e7f7fde18fc3e9856d0bf523f4031db") # tag: v0.5.0
-sha256sums=('SKIP')
-
-package() {
- cd $pkgname
- python install.py --prefix=/usr --destdir="$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:
Copied: diffuse/repos/community-any/PKGBUILD (from rev 769145, diffuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-02 11:59:21 UTC (rev 769146)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: zhuqin <zhuqin83 at gmail.com>
+
+pkgname=diffuse
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Graphical tool for merging and comparing text files'
+arch=(any)
+url='https://github.com/MightyCreak/diffuse'
+license=(GPL)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(git meson ninja)
+source=("git+$url#commit=8eec2c49441e52456f64406a853790dfae804e58") # tag: v0.6.0
+sha256sums=('SKIP')
+
+build() {
+ mkdir -p build
+ arch-meson build $pkgname -D b_ndebug=true
+ ninja -v -C build
+}
+
+check() {
+ ninja -C build test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list