[arch-commits] Commit in mg/repos/community-x86_64 (PKGBUILD PKGBUILD cleanup.patch)

Kyle Keen kkeen at archlinux.org
Sun Dec 13 01:24:19 UTC 2020


    Date: Sunday, December 13, 2020 @ 01:24:16
  Author: kkeen
Revision: 773777

archrelease: copy trunk to community-x86_64

Added:
  mg/repos/community-x86_64/PKGBUILD
    (from rev 773776, mg/trunk/PKGBUILD)
Deleted:
  mg/repos/community-x86_64/PKGBUILD
  mg/repos/community-x86_64/cleanup.patch

---------------+
 PKGBUILD      |   68 ++++++++++++++++++++++++++++----------------------------
 cleanup.patch |   13 ----------
 2 files changed, 34 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 01:23:58 UTC (rev 773776)
+++ PKGBUILD	2020-12-13 01:24:16 UTC (rev 773777)
@@ -1,34 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Hannes Rist <hrist at phreeknet.org>
-
-pkgname=mg
-pkgver=20180824
-pkgrel=2
-pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
-arch=('x86_64')
-url="https://homepage.boetes.org/software/mg/"
-depends=('ncurses' 'libbsd')
-license=('custom')
-#source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz")
-source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz")
-sha256sums=('a51a6ee77a1601cb3003504609a881ee9da8743efd3ddc0a8cf1371b0f93cb9c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  make prefix=/usr mandir=/usr/share/man
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/bin"
-  make install INSTALL=install prefix=/usr mandir=/usr/share/man DESTDIR="$pkgdir" BINDIR=/usr/bin
-
-  mkdir -p "$pkgdir/usr/share/"
-  install -D -m0644 README "$pkgdir/usr/share/licenses/$pkgname/README"
-
-  mkdir -p "$pkgdir/usr/share/doc"
-  install -D -m0644 tutorial "$pkgdir/usr/share/doc/$pkgname/tutorial"
-}

Copied: mg/repos/community-x86_64/PKGBUILD (from rev 773776, mg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-13 01:24:16 UTC (rev 773777)
@@ -0,0 +1,34 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Hannes Rist <hrist at phreeknet.org>
+
+pkgname=mg
+pkgver=20200723
+pkgrel=1
+pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
+arch=('x86_64')
+url="https://homepage.boetes.org/software/mg/"
+depends=('ncurses' 'libbsd')
+license=('custom')
+#source=("https://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz")
+source=("mg-$pkgver.tgz::https://github.com/hboetes/mg/archive/$pkgver.tar.gz")
+sha256sums=('2ee7cf5e1ea9aee1df296840276a0f940a72f5dfa07c5d2be36cdb13236bd797')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  make prefix=/usr mandir=/usr/share/man
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p "$pkgdir/usr/bin"
+  make install INSTALL=install prefix=/usr mandir=/usr/share/man DESTDIR="$pkgdir" BINDIR=/usr/bin
+
+  mkdir -p "$pkgdir/usr/share/"
+  install -D -m0644 README "$pkgdir/usr/share/licenses/$pkgname/README"
+
+  mkdir -p "$pkgdir/usr/share/doc"
+  install -D -m0644 tutorial "$pkgdir/usr/share/doc/$pkgname/tutorial"
+}

Deleted: cleanup.patch
===================================================================
--- cleanup.patch	2020-12-13 01:23:58 UTC (rev 773776)
+++ cleanup.patch	2020-12-13 01:24:16 UTC (rev 773777)
@@ -1,13 +0,0 @@
-diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
---- mg-20140306/Makefile	2014-02-20 02:30:17.000000000 +0400
-+++ mg-20140306.my/Makefile	2014-03-13 13:12:46.628940661 +0400
-@@ -15,6 +15,9 @@
- #
- CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
- 
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY -D__dead -O2
-+LDADD+=<------>-lcurses -lutil -lclens -lbsd
-+
- SRCS=	autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
- 	echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
- 	line.c macro.c main.c match.c modes.c paragraph.c random.c \



More information about the arch-commits mailing list