[arch-commits] CVS update of extra/system/userui (PKGBUILD)
Thomas Baechler
thomas at archlinux.org
Mon May 21 18:11:10 UTC 2007
Date: Monday, May 21, 2007 @ 14:11:10
Author: thomas
Path: /home/cvs-extra/extra/system/userui
Modified: PKGBUILD (1.4 -> 1.5)
update to new userui version, required for 2.2.10
----------+
PKGBUILD | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
Index: extra/system/userui/PKGBUILD
diff -u extra/system/userui/PKGBUILD:1.4 extra/system/userui/PKGBUILD:1.5
--- extra/system/userui/PKGBUILD:1.4 Thu Feb 15 18:31:13 2007
+++ extra/system/userui/PKGBUILD Mon May 21 14:11:10 2007
@@ -1,24 +1,29 @@
+# $Id: PKGBUILD,v 1.5 2007/05/21 18:11:10 thomas Exp $
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=userui
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Software suspend userspace user interface"
url="http://www.suspend2.net"
license="GPL"
install=userui.install
-depends=('glibc')
+depends=()
+arch=('i686')
makedepends=('libmng' 'libpng' 'libjpeg' 'zlib' 'lcms' 'freetype2')
source=(http://www.suspend2.net/downloads/all/suspend2-$pkgname-$pkgver.tar.gz \
userui-install userui-hook)
+md5sums=('ca6877b889e607c47c33a0ef3098cec4'
+ 'bef0b3fb1bc12d65137ef4b55b1981b3'
+ '26961130f7458b3ab65cec6d751da83d')
build() {
MAKEFLAGS+="-j1"
cd $startdir/src/suspend2-$pkgname-$pkgver
- sed -i "s|-m 755|-D -m755|g" ./Makefile
+ sed 's|^all: fbsplash usplash $(TARGETS)$|all: fbsplash $(TARGETS)|' -i Makefile
+ sed 's|^MODULES = text fbsplash usplash$|MODULES = text fbsplash|' -i Makefile
+ sed 's|-m 755|-D -m755|g' -i ./Makefile
install -D -m644 $startdir/src/userui-install $startdir/pkg/lib/initcpio/install/userui
install -D -m644 $startdir/src/userui-hook $startdir/pkg/lib/initcpio/hooks/userui
make LDFLAGS=-static || return 1
make DESTDIR=$startdir/pkg PREFIX=/usr install
}
-md5sums=('7a41e9195597319825ecee0d1f3aa166' 'bef0b3fb1bc12d65137ef4b55b1981b3'\
- '26961130f7458b3ab65cec6d751da83d')
More information about the arch-commits
mailing list