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

Balló György bgyorgy at archlinux.org
Thu Aug 29 13:04:07 UTC 2019


    Date: Thursday, August 29, 2019 @ 13:04:07
  Author: bgyorgy
Revision: 504820

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 13:04:07 UTC (rev 504819)
+++ PKGBUILD	2019-08-29 13:04:07 UTC (rev 504820)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=drawing
-pkgver=0.2
-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=('83873fcda8102f51c9e5ecd17e95086d0e9ac8196bcf9e202d6e30c0c926fa35')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i "s/'datadir'), 'appdata')/'datadir'), 'metainfo')/" data/meson.build
-}
-
-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 504817, drawing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-29 13:04:07 UTC (rev 504820)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=drawing
+pkgver=0.4.3
+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=('1223b99cb187d70ba9b0e7c75ed3db5a32a17a1bdc6f8d0cdbc7e8cbbbdc2ead')
+
+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