[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Oct 11 21:00:27 UTC 2019
Date: Friday, October 11, 2019 @ 21:00:27
Author: bgyorgy
Revision: 515194
archrelease: copy trunk to community-any
Added:
drawing/repos/community-any/PKGBUILD
(from rev 515193, drawing/trunk/PKGBUILD)
Deleted:
drawing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-11 21:00:24 UTC (rev 515193)
+++ PKGBUILD 2019-10-11 21:00:27 UTC (rev 515194)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.4.5
-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=('b58f80916e9b33f575be70420c656118f9514c704070280ba0d55ac8ea98608d')
-
-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 515193, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-11 21:00:27 UTC (rev 515194)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=0.4.7
+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=('480840a68b0e4a6703872aadbcaf9f9d86ba0ae6a1a96eb975fb03f8213d86e1')
+
+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