[arch-commits] Commit in ming/repos/community-x86_64 (PKGBUILD PKGBUILD)

Connor Behan cbehan at archlinux.org
Tue Mar 27 23:02:09 UTC 2018


    Date: Tuesday, March 27, 2018 @ 23:02:07
  Author: cbehan
Revision: 312982

archrelease: copy trunk to community-x86_64

Added:
  ming/repos/community-x86_64/PKGBUILD
    (from rev 312981, ming/trunk/PKGBUILD)
Deleted:
  ming/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 23:01:34 UTC (rev 312981)
+++ PKGBUILD	2018-03-27 23:02:07 UTC (rev 312982)
@@ -1,34 +0,0 @@
-# Maintainer: Connor Behan <connor.behan at gmail.com>
-# Contributor: mar77i <mysatyre at gmail dot com>
-
-pkgname=ming
-pkgver=0.4.7
-pkgrel=1
-pkgdesc="SWF output library"
-arch=('i686' 'x86_64')
-url="http://www.libming.net/"
-license=('GPL' 'LGPL')
-depends=('freetype2' 'libpng' 'flex' 'giflib')
-makedepends=('bison' 'pkg-config' 'python2')
-options=('!emptydirs')
-source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
-md5sums=('dbb71ae5bc131a609fbfe2005bc095cc')
-
-build() {
-  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
-  ./autogen.sh
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
-
-  # Strange that this can fail when we let the Makefile do it
-  pushd src/actioncompiler
-  bison -y -p swf4 -b swf4compiler swf4compiler.y
-  bison -y -p swf5 -b swf5compiler swf5compiler.y
-  popd
-  make
-}
-
-package() {
-  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ming/repos/community-x86_64/PKGBUILD (from rev 312981, ming/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-27 23:02:07 UTC (rev 312982)
@@ -0,0 +1,34 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: mar77i <mysatyre at gmail dot com>
+
+pkgname=ming
+pkgver=0.4.8
+pkgrel=1
+pkgdesc="SWF output library"
+arch=('x86_64')
+url="http://www.libming.net/"
+license=('GPL' 'LGPL')
+depends=('freetype2' 'libpng' 'flex' 'giflib')
+makedepends=('bison' 'pkg-config' 'python2')
+options=('!emptydirs')
+source=(https://github.com/libming/libming/archive/${pkgname}-${pkgver//./_}.tar.gz)
+md5sums=('70c28c1e41d5888aa158e6e15644b742')
+
+build() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  ./autogen.sh
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --enable-python
+
+  # Strange that this can fail when we let the Makefile do it
+  pushd src/actioncompiler
+  bison -y -p swf4 -b swf4compiler swf4compiler.y
+  bison -y -p swf5 -b swf5compiler swf5compiler.y
+  popd
+  make
+}
+
+package() {
+  cd "$srcdir"/libming-${pkgname}-${pkgver//./_}/
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list