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

Kyle Keen kkeen at archlinux.org
Sat Sep 15 01:50:14 UTC 2018


    Date: Saturday, September 15, 2018 @ 01:50:13
  Author: kkeen
Revision: 381004

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   65 ++++++++++++++++++++++++++++----------------------------
 cleanup.patch |   26 +++++++++++-----------
 2 files changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-15 01:36:41 UTC (rev 381003)
+++ PKGBUILD	2018-09-15 01:50:13 UTC (rev 381004)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Hannes Rist <hrist at phreeknet.org>
-
-pkgname=mg
-pkgver=20171014
-pkgrel=1
-pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
-arch=('x86_64')
-url="http://homepage.boetes.org/software/mg/"
-depends=('ncurses' 'libbsd')
-license=('custom')
-source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz)
-sha256sums=('51519698f3f44acd984d7805e4e315ded50c15aba8222521f88756fd67745341')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  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 381003, mg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-15 01:50:13 UTC (rev 381004)
@@ -0,0 +1,33 @@
+# 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=1
+pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
+arch=('x86_64')
+url="http://homepage.boetes.org/software/mg/"
+depends=('ncurses' 'libbsd')
+license=('custom')
+#source=("http://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"
+  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	2018-09-15 01:36:41 UTC (rev 381003)
+++ cleanup.patch	2018-09-15 01:50:13 UTC (rev 381004)
@@ -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 \

Copied: mg/repos/community-x86_64/cleanup.patch (from rev 381003, mg/trunk/cleanup.patch)
===================================================================
--- cleanup.patch	                        (rev 0)
+++ cleanup.patch	2018-09-15 01:50:13 UTC (rev 381004)
@@ -0,0 +1,13 @@
+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