Date: Wednesday, December 2, 2020 @ 12:30:39
Author: arodseth
Revision: 769149
archrelease: copy trunk to community-any
Added:
diffuse/repos/community-any/PKGBUILD
(from rev 769148, diffuse/trunk/PKGBUILD)
Deleted:
diffuse/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-02 12:22:26 UTC (rev 769148)
+++ PKGBUILD 2020-12-02 12:30:39 UTC (rev 769149)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Lukas Jirkovsky <[email protected]>
-# Contributor: TDY <[email protected]>
-# Contributor: zhuqin <[email protected]>
-
-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
-}
Copied: diffuse/repos/community-any/PKGBUILD (from rev 769148,
diffuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-02 12:30:39 UTC (rev 769149)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Lukas Jirkovsky <[email protected]>
+# Contributor: TDY <[email protected]>
+# Contributor: zhuqin <[email protected]>
+
+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
+}