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

Gaëtan Bisson bisson at archlinux.org
Wed May 30 22:55:10 UTC 2018


    Date: Wednesday, May 30, 2018 @ 22:55:10
  Author: bisson
Revision: 333558

archrelease: copy trunk to community-x86_64

Added:
  cromfs/repos/community-x86_64/PKGBUILD
    (from rev 333557, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-x86_64/make-generic.patch
    (from rev 333557, cromfs/trunk/make-generic.patch)
Deleted:
  cromfs/repos/community-x86_64/PKGBUILD
  cromfs/repos/community-x86_64/make-generic.patch

--------------------+
 PKGBUILD           |   70 +++++++++++++++++++++++++--------------------------
 make-generic.patch |   50 ++++++++++++++++++------------------
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 22:54:51 UTC (rev 333557)
+++ PKGBUILD	2018-05-30 22:55:10 UTC (rev 333558)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=cromfs
-pkgver=1.5.10.2
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Compressed read-only filesystem based on FUSE'
-url='http://bisqwit.iki.fi/source/cromfs.html'
-license=('GPL')
-depends=('fuse' 'lzo' 'gcc-libs')
-options=('!makeflags')
-source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
-        'make-generic.patch')
-sha1sums=('11a337f7b8e5e875a72839cfe3506b5e070c409b'
-          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../make-generic.patch
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
-	install -m755 install/progs/* "${pkgdir}"/usr/bin/
-	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
-}

Copied: cromfs/repos/community-x86_64/PKGBUILD (from rev 333557, cromfs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 22:55:10 UTC (rev 333558)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=cromfs
+pkgver=1.5.10.2
+pkgrel=3
+arch=('x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse2' 'lzo' 'gcc-libs')
+options=('!makeflags')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
+        'make-generic.patch')
+sha256sums=('26d513eb14f3c75939e49ad9e212556a9580af3ac82640dffd64d32b6b654def'
+            '92dc71c3830583abf600c20afce6edf3ad933aeb6f60d5417d04e5376654d5fc')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../make-generic.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+	install -m755 install/progs/* "${pkgdir}"/usr/bin/
+	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Deleted: make-generic.patch
===================================================================
--- make-generic.patch	2018-05-30 22:54:51 UTC (rev 333557)
+++ make-generic.patch	2018-05-30 22:55:10 UTC (rev 333558)
@@ -1,25 +0,0 @@
-diff -Naur old/configure new/configure
---- old/configure	2012-04-11 09:33:55.000000000 +0200
-+++ new/configure	2012-04-11 12:05:07.098916602 +0200
-@@ -96,9 +96,9 @@
-   fi
- }
- 
--CFLAGS=""
--CPPFLAGS=""
--LDFLAGS=""
-+CFLAGS="$CFLAGS"
-+CPPFLAGS="$CXXFLAGS"
-+LDFLAGS="$LDFLAGS"
- OPTIM=""
- 
- do_echo -n "Determining compiler version to use... "
-@@ -451,6 +451,8 @@
-   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
- fi
- 
-+OPTIM=""
-+
- do_echo "Updating Makefile.sets ..."
- 
- if [ "$DEBUG" = "1" ]; then

Copied: cromfs/repos/community-x86_64/make-generic.patch (from rev 333557, cromfs/trunk/make-generic.patch)
===================================================================
--- make-generic.patch	                        (rev 0)
+++ make-generic.patch	2018-05-30 22:55:10 UTC (rev 333558)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure	2012-04-11 09:33:55.000000000 +0200
++++ new/configure	2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then



More information about the arch-commits mailing list