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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 02:42:43 UTC 2022


    Date: Monday, April 25, 2022 @ 02:42:42
  Author: allan
Revision: 1189832

archrelease: copy trunk to community-x86_64

Added:
  ucblogo/repos/community-x86_64/PKGBUILD
    (from rev 1189831, ucblogo/trunk/PKGBUILD)
  ucblogo/repos/community-x86_64/configure.patch
    (from rev 1189831, ucblogo/trunk/configure.patch)
Deleted:
  ucblogo/repos/community-x86_64/PKGBUILD
  ucblogo/repos/community-x86_64/configure.patch

-----------------+
 PKGBUILD        |   76 +++++++++++++++++++++++++++---------------------------
 configure.patch |   40 ++++++++++++++--------------
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 02:42:16 UTC (rev 1189831)
+++ PKGBUILD	2022-04-25 02:42:42 UTC (rev 1189832)
@@ -1,38 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: chiku <chirantan.mitra at gmail.com>
-
-pkgname=ucblogo
-pkgver=6.2.2
-pkgrel=1
-pkgdesc='Interpreter for the Logo programming language'
-url='https://www.cs.berkeley.edu/~bh/logo.html'
-arch=(x86_64)
-license=(GPL)
-makedepends=(git texinfo texlive-bin texlive-core)
-depends=(libice libsm libx11 ncurses wxgtk3)
-source=(configure.patch
-        "$pkgname::git+https://github.com/jrincayc/ucblogo-code#commit=0ba6ad1629f94a89f98e2bf884c1388c6ee78b6d") # tag: version_6.2.2
-b2sums=('609a8a2304d6867a83a581dfa8065c05c6847c0983a29fce39efdfc18cfecfeca54989937f472c4339b2bc7fa4bce51951083d2d48b33614bf751dc67abd0e61'
-        'SKIP')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../configure.patch
-  autoreconf -i
-}
-
-build() {
-  cd $pkgname
-  ./configure \
-    --enable-docs \
-    --prefix=/usr \
-    --with-wx-config=/usr/bin/wx-config-gtk3
-  make
-}
-
-package() {
-  make -C $pkgname \
-    DESTDIR="$pkgdir" \
-    INFODIR="$pkgdir/usr/share/info" \
-    install
-}

Copied: ucblogo/repos/community-x86_64/PKGBUILD (from rev 1189831, ucblogo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 02:42:42 UTC (rev 1189832)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: chiku <chirantan.mitra at gmail.com>
+
+pkgname=ucblogo
+pkgver=6.2.2
+pkgrel=2
+pkgdesc='Interpreter for the Logo programming language'
+url='https://www.cs.berkeley.edu/~bh/logo.html'
+arch=(x86_64)
+license=(GPL)
+makedepends=(git texinfo texlive-bin texlive-core)
+depends=(libice libsm libx11 ncurses wxgtk3)
+source=(configure.patch
+        "$pkgname::git+https://github.com/jrincayc/ucblogo-code#commit=0ba6ad1629f94a89f98e2bf884c1388c6ee78b6d") # tag: version_6.2.2
+b2sums=('609a8a2304d6867a83a581dfa8065c05c6847c0983a29fce39efdfc18cfecfeca54989937f472c4339b2bc7fa4bce51951083d2d48b33614bf751dc67abd0e61'
+        'SKIP')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../configure.patch
+  autoreconf -i
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --enable-docs \
+    --prefix=/usr \
+    --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  make -C $pkgname \
+    DESTDIR="$pkgdir" \
+    INFODIR="$pkgdir/usr/share/info" \
+    install
+}

Deleted: configure.patch
===================================================================
--- configure.patch	2022-04-25 02:42:16 UTC (rev 1189831)
+++ configure.patch	2022-04-25 02:42:42 UTC (rev 1189832)
@@ -1,20 +0,0 @@
---- a/configure.ac	2021-05-14 16:58:39.897389483 +0200
-+++ b/configure.ac	2021-05-14 16:58:51.890750976 +0200
-@@ -72,17 +72,6 @@
- AC_MSG_RESULT([$enable_docs])
- AM_CONDITIONAL([DOCS], [test x${enable_docs} = xyes])
-
--dnl Enable Compiler Warnings
--AX_CFLAGS_WARN_ALL
--dnl Disable a warning with many false positives; perhaps rethink later
--AX_CHECK_COMPILE_FLAG([-Wno-write-strings],
--[CFLAGS="$CFLAGS -Wno-write-strings"
--CXXFLAGS="$CXXFLAGS -Wno-write-strings"])
--dnl Disable voluminous cloud of rather harmless warnings
--AX_CHECK_COMPILE_FLAG([-Wno-unused-variable],
--[CFLAGS="$CFLAGS -Wno-unused-variable"
--CXXFLAGS="$CXXFLAGS -Wno-unused-variable"])
--
- dnl Checks for libraries.
- AC_SEARCH_LIBS(sqrt,[m])
- AC_SEARCH_LIBS(atan,[m])

Copied: ucblogo/repos/community-x86_64/configure.patch (from rev 1189831, ucblogo/trunk/configure.patch)
===================================================================
--- configure.patch	                        (rev 0)
+++ configure.patch	2022-04-25 02:42:42 UTC (rev 1189832)
@@ -0,0 +1,20 @@
+--- a/configure.ac	2021-05-14 16:58:39.897389483 +0200
++++ b/configure.ac	2021-05-14 16:58:51.890750976 +0200
+@@ -72,17 +72,6 @@
+ AC_MSG_RESULT([$enable_docs])
+ AM_CONDITIONAL([DOCS], [test x${enable_docs} = xyes])
+
+-dnl Enable Compiler Warnings
+-AX_CFLAGS_WARN_ALL
+-dnl Disable a warning with many false positives; perhaps rethink later
+-AX_CHECK_COMPILE_FLAG([-Wno-write-strings],
+-[CFLAGS="$CFLAGS -Wno-write-strings"
+-CXXFLAGS="$CXXFLAGS -Wno-write-strings"])
+-dnl Disable voluminous cloud of rather harmless warnings
+-AX_CHECK_COMPILE_FLAG([-Wno-unused-variable],
+-[CFLAGS="$CFLAGS -Wno-unused-variable"
+-CXXFLAGS="$CXXFLAGS -Wno-unused-variable"])
+-
+ dnl Checks for libraries.
+ AC_SEARCH_LIBS(sqrt,[m])
+ AC_SEARCH_LIBS(atan,[m])



More information about the arch-commits mailing list