[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Mar 8 10:25:29 UTC 2020
Date: Sunday, March 8, 2020 @ 10:25:29
Author: bgyorgy
Revision: 591630
archrelease: copy trunk to community-any
Added:
drawing/repos/community-any/PKGBUILD
(from rev 591629, drawing/trunk/PKGBUILD)
Deleted:
drawing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-08 10:25:24 UTC (rev 591629)
+++ PKGBUILD 2020-03-08 10:25:29 UTC (rev 591630)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.4.10
-pkgrel=1
-pkgdesc="Drawing application for the GNOME desktop"
-url="https://github.com/maoschanz/drawing"
-arch=(any)
-license=(GPL3)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(meson)
-source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9bf8183e9db20c9b7b0ef60b83e21b3fd241337cbcccc676f42b5874fee2b1d7')
-
-build() {
- arch-meson $pkgname-$pkgver build
- ninja -C build
-}
-
-check() {
- meson test -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: drawing/repos/community-any/PKGBUILD (from rev 591629, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-08 10:25:29 UTC (rev 591630)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=0.4.13
+pkgrel=1
+pkgdesc="Drawing application for the GNOME desktop"
+url="https://github.com/maoschanz/drawing"
+arch=(any)
+license=(GPL3)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('634930912947e13d4399ddfb056412c8218097b4ff03f542764f858de995f6eb')
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ ninja -C build
+}
+
+check() {
+ meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list