Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=10605bbc0fa07cecdc709c43368dd3100dc88322
commit 10605bbc0fa07cecdc709c43368dd3100dc88322 Author: Christian Hamar alias krix <[EMAIL PROTECTED]> Date: Fri Nov 2 11:17:55 2007 +0100 sabayon-2.20.1-1-x86_64 * Version bump * Take m8rship * Updated patches diff --git a/source/gnome-extra/sabayon/FrugalBuild b/source/gnome-extra/sabayon/FrugalBuild index 461bb88..dc424b4 100644 --- a/source/gnome-extra/sabayon/FrugalBuild +++ b/source/gnome-extra/sabayon/FrugalBuild @@ -1,8 +1,9 @@ # Compiling Time: 0.81 SBU -# Maintainer: AlexExtreme <[EMAIL PROTECTED]> +# Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]> +# Contributor: AlexExtreme <[EMAIL PROTECTED]> pkgname=sabayon -pkgver=2.18.1 +pkgver=2.20.1 pkgrel=1 pkgdesc="Sabayon is a user profile system for Gnome" url="http://www.gnome.org/projects/sabayon" @@ -12,9 +13,9 @@ depends=('gnome-desktop' 'xorg-server' 'gnome-python' 'python-ldap' 'pessulus>=2 makedepends=('intltool' 'gnome-doc-utils') Finclude gnome python source=([EMAIL PROTECTED] $pkgname-2.17.90-use-gksu.patch pessulus_integration.patch) -sha1sums=('5454d852a448daaf3a82d88982f25ed008f19c5b' \ - 'a7596bd6dc25c32054d587024d74550f089d0aeb' \ - '0b4e54e016dfab1e48cf3620fb40e9e91059fd14') +sha1sums=('2937960a732c086019c3fdea6a02b901dbca0b7a' \ + '4c9b182d97f3ba7d0ac510ccc6e7f920b86aa20b' \ + '207c0af0b5bc9ef2297db8501ec29134c3b189f2') install=sabayon.install build() { diff --git a/source/gnome-extra/sabayon/pessulus_integration.patch b/source/gnome-extra/sabayon/pessulus_integration.patch index af1d30d..608bfaf 100644 --- a/source/gnome-extra/sabayon/pessulus_integration.patch +++ b/source/gnome-extra/sabayon/pessulus_integration.patch @@ -1,21 +1,21 @@ -diff -urN sabayon-2.12.4.orig/admin-tool/lockdownappliersabayon.py sabayon-2.12.4/admin-tool/lockdownappliersabayon.py ---- sabayon-2.12.4.orig/admin-tool/lockdownappliersabayon.py 2006-12-27 14:14:38.000000000 +0000 -+++ sabayon-2.12.4/admin-tool/lockdownappliersabayon.py 2006-12-27 14:23:21.000000000 +0000 -@@ -20,7 +20,7 @@ - import util - import sessionwindow +diff -Naur sabayon-2.20.1.orig/admin-tool/lockdownappliersabayon.py sabayon-2.20.1/admin-tool/lockdownappliersabayon.py +--- sabayon-2.20.1.orig/admin-tool/lockdownappliersabayon.py 2007-11-02 11:08:21.000000000 +0100 ++++ sabayon-2.20.1/admin-tool/lockdownappliersabayon.py 2007-11-02 11:09:16.000000000 +0100 +@@ -22,7 +22,7 @@ + import debuglog + import errors -from sabayon.lockdown import lockdownapplier +from Pessulus import lockdownapplier def dprint (fmt, *args): - util.debug_print (util.DEBUG_ADMINTOOL, fmt % args) -diff -urN sabayon-2.12.4.orig/admin-tool/sessionwindow.py sabayon-2.12.4/admin-tool/sessionwindow.py ---- sabayon-2.12.4.orig/admin-tool/sessionwindow.py 2006-12-27 14:14:38.000000000 +0000 -+++ sabayon-2.12.4/admin-tool/sessionwindow.py 2006-12-27 14:23:21.000000000 +0000 -@@ -29,7 +29,7 @@ - import saveconfirm - import aboutdialog + debuglog.debug_log (False, debuglog.DEBUG_LOG_DOMAIN_ADMIN_TOOL, fmt % args) +diff -Naur sabayon-2.20.1.orig/admin-tool/sessionwindow.py sabayon-2.20.1/admin-tool/sessionwindow.py +--- sabayon-2.20.1.orig/admin-tool/sessionwindow.py 2007-11-02 11:08:21.000000000 +0100 ++++ sabayon-2.20.1/admin-tool/sessionwindow.py 2007-11-02 11:09:59.000000000 +0100 +@@ -31,7 +31,7 @@ + import debuglog + import errors from lockdownappliersabayon import LockdownApplierSabayon -from sabayon.lockdown import maindialog as lockdowndialog +from Pessulus import maindialog as lockdowndialog diff --git a/source/gnome-extra/sabayon/sabayon-2.17.90-use-gksu.patch b/source/gnome-extra/sabayon/sabayon-2.17.90-use-gksu.patch index 5086754..6c32094 100644 --- a/source/gnome-extra/sabayon/sabayon-2.17.90-use-gksu.patch +++ b/source/gnome-extra/sabayon/sabayon-2.17.90-use-gksu.patch @@ -1,12 +1,24 @@ -diff -urN sabayon-2.17.90.orig/admin-tool/sabayon.desktop.in sabayon-2.17.90/admin-tool/sabayon.desktop.in ---- sabayon-2.17.90.orig/admin-tool/sabayon.desktop.in 2007-02-10 16:12:17.000000000 +0000 -+++ sabayon-2.17.90/admin-tool/sabayon.desktop.in 2007-02-10 16:12:29.000000000 +0000 +diff -Naur sabayon-2.20.1.orig/admin-tool/sabayon.desktop sabayon-2.20.1/admin-tool/sabayon.desktop +--- sabayon-2.20.1.orig/admin-tool/sabayon.desktop 2007-11-02 11:08:21.000000000 +0100 ++++ sabayon-2.20.1/admin-tool/sabayon.desktop 2007-11-02 11:11:02.000000000 +0100 +@@ -119,7 +119,7 @@ + Comment[zh_CN]=ä¸ºç¨æ·å»ºç«å¹¶ç¼è¾é ç½®æä»¶ + Comment[zh_HK]=建ç«è編輯使ç¨è è¨å®çµå + Comment[zh_TW]=建ç«è編輯使ç¨è è¨å®çµå +-Exec=gnomesu sabayon ++Exec=gksu sabayon + Terminal=false + Type=Application + Icon=sabayon +diff -Naur sabayon-2.20.1.orig/admin-tool/sabayon.desktop.in sabayon-2.20.1/admin-tool/sabayon.desktop.in +--- sabayon-2.20.1.orig/admin-tool/sabayon.desktop.in 2007-11-02 11:08:21.000000000 +0100 ++++ sabayon-2.20.1/admin-tool/sabayon.desktop.in 2007-11-02 11:10:56.000000000 +0100 @@ -2,7 +2,7 @@ Encoding=UTF-8 _Name=User Profile Editor _Comment=Establish and Edit Profiles for Users --Exec=sabayon +-Exec=gnomesu sabayon +Exec=gksu sabayon Terminal=false Type=Application - Icon=sabayon.png + Icon=sabayon _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
