[arch-commits] Commit in exfat-utils/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Mon Feb 15 20:27:03 UTC 2016


    Date: Monday, February 15, 2016 @ 21:27:02
  Author: anatolik
Revision: 161707

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  exfat-utils/repos/community-testing-i686/PKGBUILD
    (from rev 161706, exfat-utils/trunk/PKGBUILD)
  exfat-utils/repos/community-testing-x86_64/PKGBUILD
    (from rev 161706, exfat-utils/trunk/PKGBUILD)
Deleted:
  exfat-utils/repos/community-testing-i686/PKGBUILD
  exfat-utils/repos/community-testing-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   76 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   36 -----------------
 community-testing-x86_64/PKGBUILD |   36 -----------------
 3 files changed, 76 insertions(+), 72 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2016-02-15 20:26:14 UTC (rev 161706)
+++ community-testing-i686/PKGBUILD	2016-02-15 20:27:02 UTC (rev 161707)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat"
-license=('GPL2')
-depends=('glibc' 'fuse')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
-md5sums=('fd5c1ef6507290f2ff1802043deaab78')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-testing-i686/PKGBUILD (from rev 161706, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-02-15 20:27:02 UTC (rev 161707)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('fd5c1ef6507290f2ff1802043deaab78')
+
+build() {
+  cd exfat-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd exfat-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man pages
+  install -d "${pkgdir}/usr/share/man/man8/"
+  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
+      "${pkgdir}/usr/share/man/man8/"
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2016-02-15 20:26:14 UTC (rev 161706)
+++ community-testing-x86_64/PKGBUILD	2016-02-15 20:27:02 UTC (rev 161707)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Alex <mail.avatar at gmail.com>
-
-pkgname=exfat-utils
-pkgver=1.2.3
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat"
-license=('GPL2')
-depends=('glibc' 'fuse')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
-md5sums=('fd5c1ef6507290f2ff1802043deaab78')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -Dm444 dump/dumpexfat.8 "${pkgdir}/usr/share/man/man8/dumpexfat.8"
-  install -m444 fsck/exfatfsck.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 mkfs/mkexfatfs.8 "${pkgdir}/usr/share/man/man8"
-  install -m444 label/exfatlabel.8 "${pkgdir}/usr/share/man/man8"
-}

Copied: exfat-utils/repos/community-testing-x86_64/PKGBUILD (from rev 161706, exfat-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-02-15 20:27:02 UTC (rev 161707)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Alex <mail.avatar at gmail.com>
+
+pkgname=exfat-utils
+pkgver=1.2.3
+pkgrel=2
+pkgdesc="Utilities for exFAT file system"
+arch=('i686' 'x86_64')
+url="https://github.com/relan/exfat"
+license=('GPL2')
+depends=('glibc' 'fuse')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip")
+md5sums=('fd5c1ef6507290f2ff1802043deaab78')
+
+build() {
+  cd exfat-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr \
+              --sbindir=/usr/bin
+
+  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd exfat-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install man pages
+  install -d "${pkgdir}/usr/share/man/man8/"
+  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
+      "${pkgdir}/usr/share/man/man8/"
+}



More information about the arch-commits mailing list