summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2011-12-01 09:03:20 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2011-12-01 09:03:20 +0100
commit3a1c137d68b5ca2cba99178d3f542b5650b96dde (patch)
tree36cca50f5f6226c67577b4936ca12acdaf6038e1 /x11-apps/xinit
parentmedia-libs/mesa: don't require USE=classic with i915 driver (diff)
downloadx11-3a1c137d68b5ca2cba99178d3f542b5650b96dde.tar.gz
x11-3a1c137d68b5ca2cba99178d3f542b5650b96dde.tar.bz2
x11-3a1c137d68b5ca2cba99178d3f542b5650b96dde.zip
x11-apps/xinit: import Xsession.desktop from portage
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/Manifest3
-rw-r--r--x11-apps/xinit/files/Xsession.desktop9
-rw-r--r--x11-apps/xinit/xinit-9999.ebuild3
3 files changed, 14 insertions, 1 deletions
diff --git a/x11-apps/xinit/Manifest b/x11-apps/xinit/Manifest
index ee0b5b77..cc5887bc 100644
--- a/x11-apps/xinit/Manifest
+++ b/x11-apps/xinit/Manifest
@@ -1,8 +1,9 @@
AUX 00-xhost 255 RMD160 4009438bd6ffbd718ea0221d6a1b8641c51a101c SHA1 91adb21d02629cd14f5f5fa8a56ec9421e0dc46b SHA256 780a53d697e5cdc8ae7cf24f97e554a9ff7b41d46f205774d7414cecfca3ab97
AUX 0001-Gentoo-customizations.patch 1508 RMD160 8af271ddcaf20e588baaf6e8477e4354fa2ea0f8 SHA1 a538ef116aad391163853aa04586622515dc7c0d SHA256 3b43514ca65c882def485497917c67e64c570fa0c1ef8d758bd949d41e0f9a9c
AUX Xsession 2187 RMD160 ffb290e9a8656b17d7744797456a45df53cafd79 SHA1 8ba8de5114871f8500f428a03f87a42714d0ce14 SHA256 bdf2cceaafb71762bc1c6491f9bd8cc24089dea7ef65b0a030acadf7f4aa4ab3
+AUX Xsession.desktop 244 RMD160 45d43168e40de764607a6a2b612f1093ca26b12c SHA1 b0e95e00994021d9a7bbd7f7566f5da8cc1ccc00 SHA256 23eb4a681673217afae0ab7787a93ab7746ab0e8794eaf2564ea59894c36554c
AUX chooser.sh 1301 RMD160 47ae0768ed54f235443399bdf08632c9f5cd3d10 SHA1 c378244ce59d74c966d564b3b34ac8168e3d0352 SHA256 5808080351f80c56b5ab78946103551a628925a0a3a95417b28002bf6e088212
AUX startDM.sh 923 RMD160 b457ea1bf2cb059a4faf5c98811589412c5026fc SHA1 b462b58ac0d76f0f5b1c8e3562da75d99488b7da SHA256 e7f2d95b3b4b6b5d711f926f8a3b7b0163b4d9e40b40489bcbd1316806e47499
AUX xserverrc 45 RMD160 ba59828df58de185ac8cbe762f746cc4b5b25594 SHA1 297121e4f3bc8abbaade83cd2583d16e8887e15b SHA256 86835010b5350c41035495b7b845db0eecf1e4b7eeaf152b12a881fa502e5387
-EBUILD xinit-9999.ebuild 1583 RMD160 053fe8f27a814f571bdd3fca569c458140c6e54a SHA1 ec3d755e9d2a90d683471c192f1d7c7bf17d41bb SHA256 e6a93537bb3f3e7fa980ec870958985e5d1edba13cb20781c19b3ebbb1e1f39c
+EBUILD xinit-9999.ebuild 1652 RMD160 56a198f3f4cba41d57a18f1647f0754c25109f9d SHA1 28ae9ea4148a8b5369fb7644219fe94eebf69437 SHA256 41bb5ec4478a900603a8d2aa7b90ccb2950f0139fb426db92833779bd9fb862e
MISC metadata.xml 323 RMD160 269a698f418e2fb289704dcf9dd8ee2291c5b266 SHA1 5dc07448925c52d5cc1e2c7cd1d5d9fb4537d04a SHA256 cc0d02e6168e77461049b0a9a0493e11d5ff21b19de24ac2436c536b74055444
diff --git a/x11-apps/xinit/files/Xsession.desktop b/x11-apps/xinit/files/Xsession.desktop
new file mode 100644
index 00000000..4ed3a5cd
--- /dev/null
+++ b/x11-apps/xinit/files/Xsession.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=XSession
+Comment=This session logs you into your custom Xsession
+Exec=/etc/X11/Sessions/Xsession
+TryExec=/etc/X11/Sessions/Xsession
+# no icon yet, only the top three are currently used
+Icon=
+Type=Application
diff --git a/x11-apps/xinit/xinit-9999.ebuild b/x11-apps/xinit/xinit-9999.ebuild
index b1264d47..e2162f32 100644
--- a/x11-apps/xinit/xinit-9999.ebuild
+++ b/x11-apps/xinit/xinit-9999.ebuild
@@ -50,6 +50,9 @@ src_install() {
doexe "${FILESDIR}"/xserverrc
exeinto /etc/X11/xinit/xinitrc.d/
doexe "${FILESDIR}/00-xhost"
+
+ insinto /usr/share/xsessions
+ doins "${FILESDIR}/Xsession.desktop"
}
pkg_postinst() {