[arch-commits] Commit in mingw-w64-headers-bootstrap/repos/community-any (2 files)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 24 12:43:41 UTC 2016


    Date: Monday, October 24, 2016 @ 12:43:40
  Author: spupykin
Revision: 193204

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD
    (from rev 193203, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-24 12:43:29 UTC (rev 193203)
+++ PKGBUILD	2016-10-24 12:43:40 UTC (rev 193204)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-_dummystring="/* Dummy header, which gets overriden, if winpthread library gets installed.  */"
-
-pkgname=mingw-w64-headers-bootstrap
-pkgver=4.0.6
-pkgrel=1
-pkgdesc="MinGW-w64 headers for Windows (bootstrap)"
-arch=('any')
-url="http://mingw-w64.sourceforge.net"
-license=('custom')
-groups=('mingw-w64-bootstrap')
-makedepends=('mingw-w64-headers')
-conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
-options=('!strip' '!libtool' '!emptydirs')
-source=()
-md5sums=()
-
-build() {
-  mkdir -p ${srcdir}/dummy/ && cd ${srcdir}/dummy
-  echo "${_dummystring}" > pthread_signal.h
-  echo "${_dummystring}" > pthread_time.h
-  echo "${_dummystring}" > pthread_unistd.h
-}
-
-package() {
-  for _target in ${_targets}; do
-    install -Dm644 ${srcdir}/dummy/pthread_signal.h ${pkgdir}/usr/${_target}/include/pthread_signal.h
-    install -Dm644 ${srcdir}/dummy/pthread_time.h ${pkgdir}/usr/${_target}/include/pthread_time.h
-    install -Dm644 ${srcdir}/dummy/pthread_unistd.h ${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-}

Copied: mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD (from rev 193203, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-10-24 12:43:40 UTC (rev 193204)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+_dummystring="/* Dummy header, which gets overriden, if winpthread library gets installed.  */"
+
+pkgname=mingw-w64-headers-bootstrap
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="MinGW-w64 headers for Windows (bootstrap)"
+arch=('any')
+url="http://mingw-w64.sourceforge.net"
+license=('custom')
+groups=('mingw-w64-bootstrap')
+makedepends=('mingw-w64-headers')
+conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
+options=('!strip' '!libtool' '!emptydirs')
+source=()
+md5sums=()
+
+build() {
+  mkdir -p ${srcdir}/dummy/ && cd ${srcdir}/dummy
+  echo "${_dummystring}" > pthread_signal.h
+  echo "${_dummystring}" > pthread_time.h
+  echo "${_dummystring}" > pthread_unistd.h
+}
+
+package() {
+  for _target in ${_targets}; do
+    install -Dm644 ${srcdir}/dummy/pthread_signal.h ${pkgdir}/usr/${_target}/include/pthread_signal.h
+    install -Dm644 ${srcdir}/dummy/pthread_time.h ${pkgdir}/usr/${_target}/include/pthread_time.h
+    install -Dm644 ${srcdir}/dummy/pthread_unistd.h ${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+}



More information about the arch-commits mailing list