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

Eric Belanger eric at archlinux.org
Sun Jun 15 20:14:03 UTC 2008


    Date: Sunday, June 15, 2008 @ 16:14:02
  Author: eric
Revision: 2921

Merged revisions 2-2920 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/imlib2/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2919 | eric | 2008-06-15 16:03:16 -0400 (Sun, 15 Jun 2008) | 2 lines
  
  upgpkg: imlib2 1.4.1-1
      Upstream security update (close  FS#10638), added license
........

Modified:
  imlib2/repos/extra-i686/	(properties)
  imlib2/repos/extra-i686/PKGBUILD
Deleted:
  imlib2/repos/extra-i686/pkgconfig.patch

-----------------+
 PKGBUILD        |   12 +++++++-----
 pkgconfig.patch |   24 ------------------------
 2 files changed, 7 insertions(+), 29 deletions(-)


Property changes on: imlib2/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /imlib2/trunk:1
   + /imlib2/trunk:1-2920

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-15 20:04:40 UTC (rev 2920)
+++ extra-i686/PKGBUILD	2008-06-15 20:14:02 UTC (rev 2921)
@@ -2,15 +2,16 @@
 # Maintainer: arjan <arjan at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=imlib2
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="Imlib2 is the successor to Imlib. It is NOT a newer version -- Imlib 2 can be installed alongside Imlib 1.x"
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/enlightenment"
+license=('BSD')
 depends=('libtiff' 'libungif' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag')
-source=(http://heanet.dl.sourceforge.net/sourceforge/enlightenment/$pkgname-$pkgver.tar.gz)
-options=('nolibtool')
-md5sums=('69f7ee996c943142332b4c98597b095c')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/enlightenment/$pkgname-$pkgver.tar.gz)
+md5sums=('16a3d885e523303be794282c0ed90841')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -20,7 +21,8 @@
   # Disable AMD64 optimizations due to bug in assembler code
   [ "${CARCH}" = "x86_64" ] && EXTRAOPTS="--disable-amd64"
 
-  ./configure --prefix=/usr --sysconfdir=/etc/imlib2 $EXTRAOPTS
+  ./configure --prefix=/usr --sysconfdir=/etc/imlib2 --x-libraries=/usr/lib $EXTRAOPTS
   make || return 1
   make DESTDIR=$startdir/pkg install
+  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE.txt
 }

Deleted: extra-i686/pkgconfig.patch
===================================================================
--- extra-i686/pkgconfig.patch	2008-06-15 20:04:40 UTC (rev 2920)
+++ extra-i686/pkgconfig.patch	2008-06-15 20:14:02 UTC (rev 2921)
@@ -1,24 +0,0 @@
-diff -urNad imlib2-1.2.0.orig/configure.in imlib2-1.2.0/configure.in
---- imlib2-1.2.0.orig/configure.in	2005-01-05 10:39:08.000000000 +0100
-+++ imlib2-1.2.0/configure.in	2005-03-29 20:03:07.000000000 +0200
-@@ -86,6 +86,9 @@
- packagesrcdir=`cd $srcdir && pwd`
- AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source code directory])
- 
-+# FIXME: fill in requirements for pc.in - but only ft2 has a pc file!
-+requirements="freetype2"
-+
- mmx=no
- AC_ARG_ENABLE(mmx,[  --disable-mmx           attempt compiling using mmx assembly [default=yes]],
- [
-@@ -354,7 +357,9 @@
- fi
- AM_CONDITIONAL(BUILD_BZ2_LOADER, test "$bz2_ok" = yes)
- AC_SUBST(BZ2LIBS)
--  
-+
-+AC_SUBST(requirements)
-+
- AC_OUTPUT([
- Makefile
- src/Makefile





More information about the arch-commits mailing list