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

2020-12-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 22, 2020 @ 22:17:32
  Author: arojas
Revision: 783078

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-22 22:17:21 UTC (rev 783077)
+++ PKGBUILD2020-12-22 22:17:32 UTC (rev 783078)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=drawing
-pkgver=0.6.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=(https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4a70690539fb402eaa0ece6501eb9f3e9aea7ae61ff54e16e88c3f2dd0e0e008')
-
-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 783077, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-22 22:17:32 UTC (rev 783078)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.6.4
+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=(https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ff92f0d1b681c9f2e79f3dbd777503e2c67de289405ea67d9cbe1a120544172c')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-10-22 Thread Balló György via arch-commits
Date: Thursday, October 22, 2020 @ 21:55:17
  Author: bgyorgy
Revision: 730232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 21:55:14 UTC (rev 730231)
+++ PKGBUILD2020-10-22 21:55:17 UTC (rev 730232)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=drawing
-pkgver=0.4.13
-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=('634930912947e13d4399ddfb056412c8218097b4ff03f542764f858de995f6eb')
-
-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 730231, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 21:55:17 UTC (rev 730232)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.6.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=(https://github.com/maoschanz/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a70690539fb402eaa0ece6501eb9f3e9aea7ae61ff54e16e88c3f2dd0e0e008')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-08 Thread Balló György via arch-commits
Date: Sunday, March 8, 2020 @ 10:25:29
  Author: bgyorgy
Revision: 591630

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 10:25:24 UTC (rev 591629)
+++ PKGBUILD2020-03-08 10:25:29 UTC (rev 591630)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=drawing
-pkgver=0.4.10
-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=('9bf8183e9db20c9b7b0ef60b83e21b3fd241337cb676f42b5874fee2b1d7')
-
-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 591629, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 10:25:29 UTC (rev 591630)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.4.13
+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=('634930912947e13d4399ddfb056412c8218097b4ff03f542764f858de995f6eb')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-01-03 Thread Antonio Rojas via arch-commits
Date: Friday, January 3, 2020 @ 20:31:56
  Author: arojas
Revision: 547729

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-03 20:31:39 UTC (rev 547728)
+++ PKGBUILD2020-01-03 20:31:56 UTC (rev 547729)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-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
-}

Copied: drawing/repos/community-any/PKGBUILD (from rev 547728, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-03 20:31:56 UTC (rev 547729)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.4.10
+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=('9bf8183e9db20c9b7b0ef60b83e21b3fd241337cb676f42b5874fee2b1d7')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-11 Thread Balló György via arch-commits
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
===
--- PKGBUILD2019-10-11 21:00:24 UTC (rev 515193)
+++ PKGBUILD2019-10-11 21:00:27 UTC (rev 515194)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-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)
+++ PKGBUILD2019-10-11 21:00:27 UTC (rev 515194)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+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
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:49:41
  Author: bgyorgy
Revision: 512876

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 22:49:38 UTC (rev 512875)
+++ PKGBUILD2019-10-04 22:49:41 UTC (rev 512876)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=drawing
-pkgver=0.4.4
-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=('9c2a4d4349f2c462a2b6ab7e8a01d6c4059af7652122d51ef3806a24379bb749')
-
-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 512875, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 22:49:41 UTC (rev 512876)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+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
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:25:17
  Author: bgyorgy
Revision: 512836

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:25:14 UTC (rev 512835)
+++ PKGBUILD2019-10-04 16:25:17 UTC (rev 512836)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-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
-}

Copied: drawing/repos/community-any/PKGBUILD (from rev 512835, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:25:17 UTC (rev 512836)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.4.4
+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=('9c2a4d4349f2c462a2b6ab7e8a01d6c4059af7652122d51ef3806a24379bb749')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-08-29 Thread Balló György via arch-commits
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
===
--- PKGBUILD2019-08-29 13:04:07 UTC (rev 504819)
+++ PKGBUILD2019-08-29 13:04:07 UTC (rev 504820)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-
-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)
+++ PKGBUILD2019-08-29 13:04:07 UTC (rev 504820)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+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
+}