diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-11 18:01:18 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2007-09-11 18:01:18 +0000 |
commit | 1ca07c1eb578a4922385d4be312df617fb7ae571 (patch) | |
tree | 0f3558a9255c216b4705483b38e031d698e268d3 /gnustep-apps | |
parent | renaissance moved to portage (diff) | |
download | gnustep-1ca07c1eb578a4922385d4be312df617fb7ae571.tar.gz gnustep-1ca07c1eb578a4922385d4be312df617fb7ae571.tar.bz2 gnustep-1ca07c1eb578a4922385d4be312df617fb7ae571.zip |
Updated ebuilds with bundles setting
svn path=/overlay/; revision=343
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/etoile/Manifest | 2 | ||||
-rw-r--r-- | gnustep-apps/etoile/etoile-0.2.ebuild | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/gnustep-apps/etoile/Manifest b/gnustep-apps/etoile/Manifest index afb9dc1..c020e79 100644 --- a/gnustep-apps/etoile/Manifest +++ b/gnustep-apps/etoile/Manifest @@ -1,2 +1,2 @@ DIST etoile-0.2.tar.gz 21373391 RMD160 99aa05909469fc7ffae9118829a5f155050271c5 SHA1 9ecf33b0130687c1946da3eb7568605b5e9dfcbf SHA256 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c -EBUILD etoile-0.2.ebuild 2127 RMD160 25b0c9d2a74653c40b95c733d0e9d2c46f485c7b SHA1 204f56fd22a71adb171267bea0819808eef40489 SHA256 879043457d5a074117ff19269a612e303338bd156f6b59a81d6593b690c7c158 +EBUILD etoile-0.2.ebuild 1589 RMD160 4844c26356cc92214719f88dc04393aeb1d76926 SHA1 c0c151694cbc42323d35a7f51a6671c23eb812ce SHA256 3169a696f559c4b3cb684e1d381a65b6f6218121db883aa96b89ca8f8e71229a diff --git a/gnustep-apps/etoile/etoile-0.2.ebuild b/gnustep-apps/etoile/etoile-0.2.ebuild index ad2a1d4..aa2507c 100644 --- a/gnustep-apps/etoile/etoile-0.2.ebuild +++ b/gnustep-apps/etoile/etoile-0.2.ebuild @@ -62,14 +62,3 @@ src_install() { insinto /usr/share/xsessions doins etoile.desktop } - -pkg_postinst() { - elog "Thanks for trying Etoile ebuilds from the GNUstep overlay" - elog "This is still a work in progress. For now," - elog "to enable all Etoile features, you will need to run (as user):" - elog "# defaults write NSGlobalDomain GSAppKitUserBundles '(" - elog "\"/usr/GNUstep/System/Library/Bundles/Camaelon.themeEngine\"," - elog "\"/usr/GNUstep/System/Library/Bundles/EtoileMenus.bundle\"," - elog "\"/usr/GNUstep/System/Library/Bundles/EtoileBehavior.bundle\")'" - elog "This will probably be changed in the near future" -} |