[arch-commits] Commit in imlib2/trunk (PKGBUILD pkgconfig.patch)

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


    Date: Sunday, June 15, 2008 @ 16:03:16
  Author: eric
Revision: 2919

upgpkg: imlib2 1.4.1-1
    Upstream security update (close  FS#10638), added license

Modified:
  imlib2/trunk/PKGBUILD
Deleted:
  imlib2/trunk/pkgconfig.patch

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-15 19:01:47 UTC (rev 2918)
+++ PKGBUILD	2008-06-15 20:03:16 UTC (rev 2919)
@@ -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: pkgconfig.patch
===================================================================
--- pkgconfig.patch	2008-06-15 19:01:47 UTC (rev 2918)
+++ pkgconfig.patch	2008-06-15 20:03:16 UTC (rev 2919)
@@ -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