[arch-commits] Commit in drawing/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 22:11:05 UTC 2021
Date: Wednesday, December 15, 2021 @ 22:11:04
Author: arojas
Revision: 1073463
archrelease: copy trunk to community-any
Added:
drawing/repos/community-any/PKGBUILD
(from rev 1073462, drawing/trunk/PKGBUILD)
Deleted:
drawing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 22:10:52 UTC (rev 1073462)
+++ PKGBUILD 2021-12-15 22:11:04 UTC (rev 1073463)
@@ -1,26 +0,0 @@
-# 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
-}
Copied: drawing/repos/community-any/PKGBUILD (from rev 1073462, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-15 22:11:04 UTC (rev 1073463)
@@ -0,0 +1,26 @@
+# 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
+}
More information about the arch-commits
mailing list