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

Eric Bélanger eric at nymeria.archlinux.org
Sun Jul 6 18:44:54 UTC 2014


    Date: Sunday, July 6, 2014 @ 20:44:53
  Author: eric
Revision: 216571

upgpkg: imlib2 1.4.6-3

Fix imlib2-config (close FS#39345)

Modified:
  imlib2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-06 17:10:07 UTC (rev 216570)
+++ PKGBUILD	2014-07-06 18:44:53 UTC (rev 216571)
@@ -5,7 +5,7 @@
 
 pkgname=imlib2
 pkgver=1.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
 url="http://sourceforge.net/projects/enlightenment/"
 arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../imlib2-giflib51.patch
+  sed -i 's/@my_libs@//' imlib2-config.in
 }
 
 build() {




More information about the arch-commits mailing list