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

Antonio Rojas arojas at archlinux.org
Fri Jul 2 16:54:25 UTC 2021


    Date: Friday, July 2, 2021 @ 16:54:25
  Author: arojas
Revision: 970873

archrelease: copy trunk to community-x86_64

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

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

Deleted: LICENSE
===================================================================
--- LICENSE	2021-07-02 16:54:13 UTC (rev 970872)
+++ LICENSE	2021-07-02 16:54:25 UTC (rev 970873)
@@ -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 970872, plantri/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2021-07-02 16:54:25 UTC (rev 970873)
@@ -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	2021-07-02 16:54:13 UTC (rev 970872)
+++ PKGBUILD	2021-07-02 16:54:25 UTC (rev 970873)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plantri
-pkgver=5.0
-pkgrel=3
-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=('39a2fd2269b1fc6936aa08e45ccbc5c10508b40545a693a8358cdba2e33d42a3'
-            '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 970872, plantri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-02 16:54:25 UTC (rev 970873)
@@ -0,0 +1,32 @@
+# 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
+}




More information about the arch-commits mailing list