[arch-commits] Commit in plantri/repos/community-x86_64 (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Tue May 17 18:59:35 UTC 2022


    Date: Tuesday, May 17, 2022 @ 18:59:35
  Author: arojas
Revision: 1207695

archrelease: copy trunk to community-x86_64

Added:
  plantri/repos/community-x86_64/LICENSE
    (from rev 1207694, plantri/trunk/LICENSE)
  plantri/repos/community-x86_64/PKGBUILD
    (from rev 1207694, plantri/trunk/PKGBUILD)
Deleted:
  plantri/repos/community-x86_64/LICENSE
  plantri/repos/community-x86_64/PKGBUILD

----------+
 LICENSE  |    4 +--
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2022-05-17 18:59:23 UTC (rev 1207694)
+++ LICENSE	2022-05-17 18:59:35 UTC (rev 1207695)
@@ -1,2 +0,0 @@
-The programs are written in C and are free for all purposes other than sale for profit. However, they remain subject to our copyright and are not 
-"public domain".

Copied: plantri/repos/community-x86_64/LICENSE (from rev 1207694, plantri/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2022-05-17 18:59:35 UTC (rev 1207695)
@@ -0,0 +1,2 @@
+The programs are written in C and are free for all purposes other than sale for profit. However, they remain subject to our copyright and are not 
+"public domain".

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 18:59:23 UTC (rev 1207694)
+++ PKGBUILD	2022-05-17 18:59:35 UTC (rev 1207695)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plantri
-pkgver=5.2
-pkgrel=1
-pkgdesc='A program for generation of certain types of planar graph'
-arch=(x86_64)
-url='https://cs.anu.edu.au/~bdm/plantri/'
-license=(custom)
-depends=(glibc)
-source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz LICENSE)
-sha256sums=('82bcb29f7aeb25eb9668aa6032ef27e35ea94125dc21d319f3664da06b5b8b12'
-            '83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
-
-prepare() {
-  sed -e '/CFLAGS=/d' -e '/LDFLAGS=/d' -i plantri${pkgver/./}/makefile
-}
-
-build() {
-  cd plantri${pkgver/./}
-  make
-}
-
-package() {
-  cd plantri${pkgver/./}
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp plantri fullgen "$pkgdir"/usr/bin/
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: plantri/repos/community-x86_64/PKGBUILD (from rev 1207694, plantri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-17 18:59:35 UTC (rev 1207695)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plantri
+pkgver=5.3
+pkgrel=1
+pkgdesc='A program for generation of certain types of planar graph'
+arch=(x86_64)
+url='https://cs.anu.edu.au/~bdm/plantri/'
+license=(custom)
+depends=(glibc)
+source=(https://cs.anu.edu.au/~bdm/plantri/plantri${pkgver/./}.tar.gz LICENSE)
+sha256sums=('c8ce0da9cb330486b60293993e668e47f8484c4e3b56f8b252d130bb2b83d3f0'
+            '83a2186806f5f535ebc2ba0381830bc1528f38c8484bf9d7c1977011c25a424a')
+
+prepare() {
+  sed -e '/CFLAGS=/d' -e '/LDFLAGS=/d' -i plantri${pkgver/./}/makefile
+}
+
+build() {
+  cd plantri${pkgver/./}
+  make
+}
+
+package() {
+  cd plantri${pkgver/./}
+
+  mkdir -p "$pkgdir"/usr/bin
+  cp plantri fullgen "$pkgdir"/usr/bin/
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  cp "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list