diff options
author | David Phillips <write2david@gmail.com> | 2012-02-04 23:43:11 -0600 |
---|---|---|
committer | David Phillips <write2david@gmail.com> | 2012-02-04 23:43:11 -0600 |
commit | 18cc080c71cbf76867f9d23efa74f1ca764c0c8a (patch) | |
tree | 899e1421fad2835c233f818e9b4275f8b487a80c /x11-misc/cairo-dock | |
parent | Mostly fix metadata.xml in cairo-dock* (diff) | |
download | write2David-18cc080c71cbf76867f9d23efa74f1ca764c0c8a.tar.gz write2David-18cc080c71cbf76867f9d23efa74f1ca764c0c8a.tar.bz2 write2David-18cc080c71cbf76867f9d23efa74f1ca764c0c8a.zip |
New dependencies and comments for cairo-dock*
Diffstat (limited to 'x11-misc/cairo-dock')
-rw-r--r-- | x11-misc/cairo-dock/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/cairo-dock/cairo-dock-9999.ebuild | 41 |
2 files changed, 37 insertions, 6 deletions
diff --git a/x11-misc/cairo-dock/Manifest b/x11-misc/cairo-dock/Manifest index 7018028..9b358e0 100644 --- a/x11-misc/cairo-dock/Manifest +++ b/x11-misc/cairo-dock/Manifest @@ -1,3 +1,3 @@ -EBUILD cairo-dock-9999.ebuild 1027 RMD160 c4c0720891db2ff7e75f877c2d2b78111957f5a9 SHA1 fce6c04d78edb33fc1209c1b0f2c0e8b176a2e7e SHA256 3ab89addc4d1400952c29cddb2038727e39e566cbde37e43c21de2f14a25cdd3 +EBUILD cairo-dock-9999.ebuild 1673 RMD160 a11c05e1ac8126b7593c2b5136813c253f536561 SHA1 de4ac47de522370629c38ddffb34e0dbdc54071c SHA256 cab9f61e694a69ac570fb42087d92e2251687caeae06a6acd213d8bf1ac00181 MISC ChangeLog 240 RMD160 55af20059609afd5f2f7c6587a398a8771ad3b97 SHA1 954131dc27940452045dd947d865332f92420cbe SHA256 ffd103359939888e5c0463fda3245d4e54b55fdcc16782e5e83f14fbaaa31efd MISC metadata.xml 276 RMD160 0c0c308f1457fd6b3524628543f0452d1dc39197 SHA1 e296372ecbbb13ad02430b5d323ea54c7fc5f086 SHA256 cc9796aef23ea695fd2cc82f8c763e3463f4ddcc335f716740ef0d568f4ca6e9 diff --git a/x11-misc/cairo-dock/cairo-dock-9999.ebuild b/x11-misc/cairo-dock/cairo-dock-9999.ebuild index 9747679..133f4a1 100644 --- a/x11-misc/cairo-dock/cairo-dock-9999.ebuild +++ b/x11-misc/cairo-dock/cairo-dock-9999.ebuild @@ -6,8 +6,12 @@ EAPI="2" inherit cmake-utils bzr +# Launchpad repository where "cairo-dock" lives: EBZR_REPO_URI="lp:cairo-dock-core" -#EBZR_REPO_URI="lp:cairo-dock-core/2.3" + + +# You can specify a certain revision from the repository here. +# Or comment it out to choose the latest ("live") revision. #EBZR_REVISION="959" @@ -20,6 +24,10 @@ SLOT="0" KEYWORDS="" IUSE="xcomposite" + +# Dependencies are listed here: +# http://glx-dock.org/ww_page.php?p=From%20BZR&lang=en + RDEPEND=" dev-libs/dbus-glib dev-libs/glib:2 @@ -30,6 +38,8 @@ RDEPEND=" x11-libs/gtk+:2 x11-libs/gtkglext x11-libs/libXrender + net-misc/curl + x11-libs/pango xcomposite? ( x11-libs/libXcomposite x11-libs/libXinerama @@ -44,6 +54,21 @@ DEPEND="${RDEPEND} sys-devel/gettext " + +pkg_setup() +{ + ewarn "" + ewarn "" + ewarn "THIS IS A LIVE EBUILD, NOT AN OFFICIAL RELEASE." + ewarn " Thus, it may FAIL to build properly." + ewarn " Please do NOT report bugs to Gentoo's bugzilla." + ewarn " Instead, report all bugs to write2david@gmail.com" + ewarn "" + ewarn "" +} + + + src_prepare() { bzr_src_prepare } @@ -51,8 +76,14 @@ src_prepare() { MAKE_IN_SOURCE_BUILD=true + pkg_postinst() { - ewarn "THIS IS A LIVE EBUILD, SO YOU KNOW THE RISKS !" - ewarn "DO NOT report bugs to Gentoo's bugzilla" - ewarn "Please report all bugs to write2David@gmail.com" -} + ewarn "" + ewarn "" + ewarn "THIS IS A LIVE EBUILD, NOT AN OFFICIAL RELEASE." + ewarn " Thus, it may FAIL to run properly." + ewarn " Please do NOT report bugs to Gentoo's bugzilla." + ewarn " Instead, report all bugs to write2david@gmail.com" + ewarn "" + ewarn "" +}
\ No newline at end of file |