[Lunar-commits] <moonbase> flash-plugin-10: Lets try to keep it simple here, okay?
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:39 CET 2009
commit 1d88eeec4cb8774b3abf5cbbb06fe8ace12e485b
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Fri Jul 25 09:56:09 2008 +0200
flash-plugin-10: Lets try to keep it simple here, okay?
---
graphics/enblend/BUILD | 7 +++++++
xfce4/core/xfce4-settings/BUILD | 14 ++++++++++++++
xfce4/core/xfce4-settings/DETAILS | 14 ++++++++++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/graphics/enblend/BUILD b/graphics/enblend/BUILD
new file mode 100644
index 0000000..bc97bf4
--- /dev/null
+++ b/graphics/enblend/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sed -i '/CXXFLAGS/s: -g -O3 : :' src/Makefile.in
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD
new file mode 100644
index 0000000..5e5fa3e
--- /dev/null
+++ b/xfce4/core/xfce4-settings/BUILD
@@ -0,0 +1,14 @@
+(
+
+ [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+
+ # make sure proper PKG_CONFIG_PATH is set
+ export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+
+ ./autogen.sh --build=$BUILD \
+ --prefix=${MODULE_PREFIX} \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS
new file mode 100644
index 0000000..c7c2e3b
--- /dev/null
+++ b/xfce4/core/xfce4-settings/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=xfce4-settings
+ VERSION="svn-`date +%U`"
+ SOURCE=$MODULE.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE
+ MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
+ WEB_SITE=http://www.xfce.org
+ ENTERED=20080705
+ UPDATED=20080705
+ SHORT="Something that does something"
+
+cat << EOF
+Something that does that other thing
+EOF
More information about the Lunar-commits
mailing list