Date: Sunday, March 12, 2023 @ 16:55:24
  Author: jelle
Revision: 1419422

archrelease: copy trunk to community-any

Added:
  sugar-activity-paint/repos/community-any/PKGBUILD
    (from rev 1419421, sugar-activity-paint/trunk/PKGBUILD)
Deleted:
  sugar-activity-paint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 16:55:17 UTC (rev 1419421)
+++ PKGBUILD    2023-03-12 16:55:24 UTC (rev 1419422)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=sugar-activity-paint
-_pkgname=paint-activity
-pkgver=70
-pkgrel=2
-pkgdesc="Sugar activity to create paintings or drawings"
-arch=('any')
-url="https://wiki.sugarlabs.org/go/Activities/Paint";
-license=('GPL')
-groups=('sugar-fructose')
-depends=('sugar-toolkit-gtk3')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('a6fb35d742b58f84c233318cfe4c2eb3b48575f4b50a34790ed10d1a2f8e4304')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  rm -r fill
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
-}

Copied: sugar-activity-paint/repos/community-any/PKGBUILD (from rev 1419421, 
sugar-activity-paint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 16:55:24 UTC (rev 1419422)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=sugar-activity-paint
+_pkgname=paint-activity
+pkgver=70
+pkgrel=3
+pkgdesc="Sugar activity to create paintings or drawings"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Paint";
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/sugarlabs/$_pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('a6fb35d742b58f84c233318cfe4c2eb3b48575f4b50a34790ed10d1a2f8e4304')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  rm -r fill
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}

Reply via email to