[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Nov 14 13:53:43 UTC 2021
Date: Sunday, November 14, 2021 @ 13:53:43
Author: arojas
Revision: 1047446
archrelease: copy trunk to community-any
Added:
drawing/repos/community-any/PKGBUILD
(from rev 1047445, drawing/trunk/PKGBUILD)
Deleted:
drawing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-14 13:53:34 UTC (rev 1047445)
+++ PKGBUILD 2021-11-14 13:53:43 UTC (rev 1047446)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.8.3
-pkgrel=1
-pkgdesc='Drawing application for the GNOME desktop'
-arch=('any')
-url='https://github.com/maoschanz/drawing'
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject')
-makedepends=('appstream-glib' 'meson')
-source=("https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('e0b78746d8ce4411ecd8eb55ff9ac731c914ab5fc4efe5c072ba613157cd34e3')
-
-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 1047445, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-14 13:53:43 UTC (rev 1047446)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=0.8.4
+pkgrel=1
+pkgdesc='Drawing application for the GNOME desktop'
+arch=('any')
+url='https://github.com/maoschanz/drawing'
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('1158e0bdd17b82c5478e5bb352f6ac96e42d12af6c395f83d6e09de2045a95f3')
+
+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