[arch-commits] Commit in unrar/repos (3 files)

Giovanni Scafora giovanni at archlinux.org
Fri May 8 20:59:44 UTC 2009


    Date: Friday, May 8, 2009 @ 16:59:44
  Author: giovanni
Revision: 38516

Merged revisions 38514 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/unrar/trunk

........
  r38514 | giovanni | 2009-05-08 13:50:33 -0700 (ven, 08 mag 2009) | 1 line
  
  upgpkg: unrar 3.9.2-1
........

Modified:
  unrar/repos/extra-i686/	(properties)
  unrar/repos/extra-i686/PKGBUILD
Deleted:
  unrar/repos/extra-i686/unrar-3.9.1-makefile.unix.patch

---------------------------------+
 PKGBUILD                        |   11 ++++-------
 unrar-3.9.1-makefile.unix.patch |   19 -------------------
 2 files changed, 4 insertions(+), 26 deletions(-)


Property changes on: unrar/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /unrar/trunk:1-37877
   + /unrar/trunk:1-38515

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-08 20:51:14 UTC (rev 38515)
+++ extra-i686/PKGBUILD	2009-05-08 20:59:44 UTC (rev 38516)
@@ -3,24 +3,21 @@
 # Contributor: dorphell <dorphell at gmx.net>
 
 pkgname=unrar
-pkgver=3.9.1
+pkgver=3.9.2
 pkgrel=1
 pkgdesc="The RAR uncompression program"
 arch=('i686' 'x86_64')
 depends=('gcc-libs')
 url="http://rarlab.com"
 license=('custom')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz
-        unrar-3.9.1-makefile.unix.patch)
-md5sums=('040566287bfe88b5a1148ab5f771bcfb'
-         '0748bffed661f40e323803444f621901')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz)
+md5sums=('a7443772592d567c5395d060a3dcc3e6')
 
 build() {
   cd ${srcdir}/${pkgname}
-  patch -Np1 -i ${srcdir}/unrar-3.9.1-makefile.unix.patch || return 1
   make -f makefile.unix
   install -Dm755 unrar ${pkgdir}/usr/bin/unrar
   # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 

Deleted: extra-i686/unrar-3.9.1-makefile.unix.patch
===================================================================
--- extra-i686/unrar-3.9.1-makefile.unix.patch	2009-05-08 20:51:14 UTC (rev 38515)
+++ extra-i686/unrar-3.9.1-makefile.unix.patch	2009-05-08 20:59:44 UTC (rev 38516)
@@ -1,19 +0,0 @@
---- a/makefile.unix	2009-05-04 10:31:57.000000000 -0700
-+++ b/makefile.unix	2009-05-04 10:31:57.000000000 -0700
-@@ -49,11 +49,11 @@
- #DESTDIR=/usr
- 
- # Solaris using CC
--CXX=CC
--CXXFLAGS=-fast -erroff=wvarhidemem
--DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
--STRIP=strip
--DESTDIR=/usr
-+#CXX=CC
-+#CXXFLAGS=-fast -erroff=wvarhidemem
-+#DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-+#STRIP=strip
-+#DESTDIR=/usr
- 
- # Solaris using GCC (optimized for UltraSPARC 1 CPU)
- #CXX=g++




More information about the arch-commits mailing list