summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <write2david@gmail.com>2012-05-19 00:19:35 -0500
committerDavid Phillips <write2david@gmail.com>2012-05-19 00:19:35 -0500
commit3e72e430c9391aafeddd03be0a9720614e720411 (patch)
treef4ee44191bb22dd5cbbf8b7e667a1602a4996622
parentTrying again (diff)
downloadwrite2David-3e72e430c9391aafeddd03be0a9720614e720411.tar.gz
write2David-3e72e430c9391aafeddd03be0a9720614e720411.tar.bz2
write2David-3e72e430c9391aafeddd03be0a9720614e720411.zip
Again
-rw-r--r--x11-plugins/cairo-dock-plugins/Manifest2
-rw-r--r--x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r1.ebuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/cairo-dock-plugins/Manifest b/x11-plugins/cairo-dock-plugins/Manifest
index 9ec4790..52f94c3 100644
--- a/x11-plugins/cairo-dock-plugins/Manifest
+++ b/x11-plugins/cairo-dock-plugins/Manifest
@@ -1,4 +1,4 @@
-EBUILD cairo-dock-plugins-9999-r1.ebuild 3409 RMD160 0de4277f53846e7be6a6993cfeea0fd1bf77b296 SHA1 9ea48d2891b172573075241f0b4a1bb559d3c5e7 SHA256 677cae37fc4dfd6e9dc16f412858f096f282d31e59140863a1c0a6976b223cba
+EBUILD cairo-dock-plugins-9999-r1.ebuild 3446 RMD160 1315147e046571f2bf3d493aafad6617d9541c4a SHA1 f88ca1fc8a215ee6badbbf812038cc841605ee49 SHA256 1e462f79c0443afe27e5d99b94cfb9e77ff5b66c6f04f4a392e24b174fc10560
EBUILD cairo-dock-plugins-9999.ebuild 2916 RMD160 261557b98a558304fb6a04c62fe124b6f2c9ccca SHA1 652f06bd27049676f0b56508c2907105b13c2f3b SHA256 fa91a8cb095df1a25a4362065ad1aea0367656da1e439c1f0e45da35bdf0b3d4
MISC ChangeLog 240 RMD160 55af20059609afd5f2f7c6587a398a8771ad3b97 SHA1 954131dc27940452045dd947d865332f92420cbe SHA256 ffd103359939888e5c0463fda3245d4e54b55fdcc16782e5e83f14fbaaa31efd
MISC metadata.xml 276 RMD160 0c0c308f1457fd6b3524628543f0452d1dc39197 SHA1 e296372ecbbb13ad02430b5d323ea54c7fc5f086 SHA256 cc9796aef23ea695fd2cc82f8c763e3463f4ddcc335f716740ef0d568f4ca6e9
diff --git a/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r1.ebuild b/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r1.ebuild
index e1f75cb..e3dd30a 100644
--- a/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r1.ebuild
+++ b/x11-plugins/cairo-dock-plugins/cairo-dock-plugins-9999-r1.ebuild
@@ -67,7 +67,7 @@ src_prepare() {
bzr_src_prepare
}
-# ==== The following lines are from someone else's ebuild, with my notes...
+# ==== These lines are from someone else's ebuild, with my notes...
# Can't find out what the following line does (no Gentoo documentation on it?) and it seems to find the makefile and compile fine without it, so commenting it out.
#MAKE_IN_SOURCE_BUILD=true
@@ -77,7 +77,6 @@ src_prepare() {
# But still not needed, so it is still commented out.
#CMAKE_IN_SOURCE_BUILD=true
-# ====== END =====
src_configure() {
@@ -99,6 +98,10 @@ src_compile() {
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-0.1.18.ebuild?hideattic=0&view=markup
PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
+
+ # May also need this?
+ #pkg-config gldi --variable=pluginsdir
+
emake || die
}