summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn N. Laliberte <allanonjl@gentoo.org>2005-05-01 00:57:24 +0000
committerJohn N. Laliberte <allanonjl@gentoo.org>2005-05-01 00:57:24 +0000
commite03fa3897a4b12289012d360246d38bba86a8589 (patch)
tree69d74148ba83531f333b5f67724f72de52749f92 /app-admin/gnomesu/files
parent remove popt dependancy as per bug #90967 (diff)
downloadgentoo-2-e03fa3897a4b12289012d360246d38bba86a8589.tar.gz
gentoo-2-e03fa3897a4b12289012d360246d38bba86a8589.tar.bz2
gentoo-2-e03fa3897a4b12289012d360246d38bba86a8589.zip
fixed .desktop file location, validation of .desktop file. Fixes bug #83949.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-admin/gnomesu/files')
-rw-r--r--app-admin/gnomesu/files/digest-gnomesu-0.3.1-r11
-rw-r--r--app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch27
2 files changed, 28 insertions, 0 deletions
diff --git a/app-admin/gnomesu/files/digest-gnomesu-0.3.1-r1 b/app-admin/gnomesu/files/digest-gnomesu-0.3.1-r1
new file mode 100644
index 000000000000..a693e65605e9
--- /dev/null
+++ b/app-admin/gnomesu/files/digest-gnomesu-0.3.1-r1
@@ -0,0 +1 @@
+MD5 8ebcf248b4f8430c96d80379ec2acdd8 gnomesu-0.3.1.tar.gz 222738
diff --git a/app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch b/app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch
new file mode 100644
index 000000000000..e1d2c30c454a
--- /dev/null
+++ b/app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch
@@ -0,0 +1,27 @@
+--- gnomesu-0.3.1.old/xsu.desktop.in 2005-04-30 19:21:26.639044888 -0400
++++ gnomesu-0.3.1/xsu.desktop.in 2005-04-30 19:22:59.617909952 -0400
+@@ -1,9 +1,10 @@
+ [Desktop Entry]
+ Name=Gnome SuperUser
+-Comment=Allows you to run programs as the root user
+-Exec=gsu
++Comment=Run programs as another user
++Exec=gnomesu
+ Terminal=false
+-MultipleArgs=false
++X-MultipleArgs=false
+ Type=Application
+ Categories=Application;System;
+ Icon=gnome-warning.png
++Encoding=UTF-8
+--- gnomesu-0.3.1.old/Makefile.am 2005-04-30 19:21:26.000000000 -0400
++++ gnomesu-0.3.1/Makefile.am 2005-04-30 20:46:44.927946704 -0400
+@@ -15,7 +15,7 @@
+
+ EXTRA_DIST = mkinstalldirs $(xsudoc_DATA)
+
+-gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Applications
++gnomemenudir = $(prefix)/share/applications
+ gnomemenu_DATA = xsu.desktop
+
+ # Copy all the spec files. Of cource, only one is actually used.