[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed May 4 12:07:27 UTC 2022


    Date: Wednesday, May 4, 2022 @ 12:07:27
  Author: arojas
Revision: 1193495

archrelease: copy trunk to community-any

Added:
  drawing/repos/community-any/PKGBUILD
    (from rev 1193494, drawing/trunk/PKGBUILD)
Deleted:
  drawing/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 12:07:17 UTC (rev 1193494)
+++ PKGBUILD	2022-05-04 12:07:27 UTC (rev 1193495)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.8.5
-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=('d9c3ab7005097f22e4940045ff047419e765a3ed3e5e8fa0da50418b82f98fbc')
-
-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 1193494, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 12:07:27 UTC (rev 1193495)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=1.0.1
+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' 'itstool')
+source=("https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f')
+
+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