[arch-commits] CVS update of extra/system/userui (PKGBUILD userui-install)
daniel at archlinux.org
daniel at archlinux.org
Wed Aug 22 11:12:22 UTC 2007
Date: Wednesday, August 22, 2007 @ 07:12:22
Author: daniel
Path: /home/cvs-extra/extra/system/userui
Modified: PKGBUILD (1.7 -> 1.8) userui-install (1.2 -> 1.3)
fix hooks
----------------+
PKGBUILD | 7 +++----
userui-install | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
Index: extra/system/userui/PKGBUILD
diff -u extra/system/userui/PKGBUILD:1.7 extra/system/userui/PKGBUILD:1.8
--- extra/system/userui/PKGBUILD:1.7 Tue Aug 21 13:02:54 2007
+++ extra/system/userui/PKGBUILD Wed Aug 22 07:12:22 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.7 2007/08/21 17:02:54 daniel Exp $
+# $Id: PKGBUILD,v 1.8 2007/08/22 11:12:22 daniel Exp $
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=userui
pkgver=0.7.2
-pkgrel=1
+pkgrel=2
pkgdesc="Software suspend userspace user interface"
url="http://www.suspend2.net"
license="GPL"
@@ -13,7 +13,7 @@
source=(http://www.suspend2.net/downloads/all/suspend2-$pkgname-$pkgver.tar.gz \
userui-install userui-hook)
md5sums=('7403ebf48a598ba13d5155b2660a06df'
- 'bef0b3fb1bc12d65137ef4b55b1981b3'
+ 'f8d0f02f08bfe4e07ea9243e8823063d'
'26961130f7458b3ab65cec6d751da83d')
build() {
@@ -28,4 +28,3 @@
make LDFLAGS=-static || return 1
make DESTDIR=$startdir/pkg PREFIX=/usr install
}
-
Index: extra/system/userui/userui-install
diff -u extra/system/userui/userui-install:1.2 extra/system/userui/userui-install:1.3
--- extra/system/userui/userui-install:1.2 Sat Aug 5 02:34:20 2006
+++ extra/system/userui/userui-install Wed Aug 22 07:12:22 2007
@@ -2,9 +2,9 @@
{
if [ -d /etc/splash/suspend2 ]; then
add_full_dir /etc/splash/suspend2
- add_binary /usr/sbin/suspend2ui_fbsplash /sbin/suspend2ui
+ add_binary /usr/sbin/tuxoniceui_fbsplash /sbin/suspend2ui
else
- add_binary /usr/sbin/suspend2ui_text /sbin/suspend2ui
+ add_binary /usr/sbin/tuxoniceui_text /sbin/suspend2ui
fi
SCRIPT="userui"
}
More information about the arch-commits
mailing list