[arch-commits] Commit in wimlib/repos (4 files)
Alad Wenter
alad at archlinux.org
Sun Oct 15 21:14:08 UTC 2017
Date: Sunday, October 15, 2017 @ 21:14:07
Author: alad
Revision: 262999
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
wimlib/repos/community-testing-i686/PKGBUILD
(from rev 262998, wimlib/trunk/PKGBUILD)
wimlib/repos/community-testing-x86_64/PKGBUILD
(from rev 262998, wimlib/trunk/PKGBUILD)
Deleted:
wimlib/repos/community-testing-i686/PKGBUILD
wimlib/repos/community-testing-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++
community-testing-i686/PKGBUILD | 36 -----------------
community-testing-x86_64/PKGBUILD | 36 -----------------
3 files changed, 74 insertions(+), 72 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2017-10-15 21:13:52 UTC (rev 262998)
+++ community-testing-i686/PKGBUILD 2017-10-15 21:14:07 UTC (rev 262999)
@@ -1,36 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
-
-pkgname=wimlib
-pkgver=1.11.0
-pkgrel=3
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('i686' 'x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
-checkdepends=('attr')
-optdepends=('cdrkit: for making ISO image of Windows PE'
- 'mtools: for making disk image of Windows PE'
- 'syslinux: for making disk image of Windows PE'
- 'cabextract: for extracting Windows PE from the WAIK')
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
- install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}
Copied: wimlib/repos/community-testing-i686/PKGBUILD (from rev 262998, wimlib/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-10-15 21:14:07 UTC (rev 262999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('i686' 'x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+ 'mtools: for making disk image of Windows PE'
+ 'syslinux: for making disk image of Windows PE'
+ 'cabextract: for extracting Windows PE from the WAIK')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2017-10-15 21:13:52 UTC (rev 262998)
+++ community-testing-x86_64/PKGBUILD 2017-10-15 21:14:07 UTC (rev 262999)
@@ -1,36 +0,0 @@
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
-
-pkgname=wimlib
-pkgver=1.11.0
-pkgrel=3
-pkgdesc='A library and program to extract, create, and modify WIM files'
-arch=('i686' 'x86_64')
-url='https://wimlib.net'
-license=('custom')
-depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
-checkdepends=('attr')
-optdepends=('cdrkit: for making ISO image of Windows PE'
- 'mtools: for making disk image of Windows PE'
- 'syslinux: for making disk image of Windows PE'
- 'cabextract: for extracting Windows PE from the WAIK')
-source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('16d19c3fbbda1c3ac8034b0884f42962e70ec0608ac54defc60f84328ae447a0')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
- make
-}
-
-check() {
- cd "$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
- install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
-}
Copied: wimlib/repos/community-testing-x86_64/PKGBUILD (from rev 262998, wimlib/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-10-15 21:14:07 UTC (rev 262999)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Eric Biggers <ebiggers3 at gmail dot com>
+
+pkgname=wimlib
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='A library and program to extract, create, and modify WIM files'
+arch=('i686' 'x86_64')
+url='https://wimlib.net'
+license=('custom')
+depends=('openssl' 'fuse' 'libxml2' 'ntfs-3g')
+checkdepends=('attr')
+optdepends=('cdrkit: for making ISO image of Windows PE'
+ 'mtools: for making disk image of Windows PE'
+ 'syslinux: for making disk image of Windows PE'
+ 'cabextract: for extracting Windows PE from the WAIK')
+source=("https://wimlib.net/downloads/$pkgname-$pkgver.tar.gz")
+sha256sums=('852cf59d682a91974f715f09fa98cab621b740226adcfea7a42360be0f86464f')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --with-libcrypto --with-fuse --with-ntfs-3g --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 NEWS README -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm644 COPYING* -t "$pkgdir/usr/share/licenses/$pkgname"
+}
More information about the arch-commits
mailing list