From 2cd81aedce1f3e0cf3a1c597e2420110a5a7894a Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 27 Nov 2008 16:05:54 +0000 Subject: packages now shipping with slack-required git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1980 370017ae-e619-0410-ac65-c121f96126d4 --- x11/libs/ecore/ecore.SlackBuild | 8 +++++++- x11/libs/esmart/esmart.SlackBuild | 8 +++++++- x11/libs/etk/etk.SlackBuild | 8 +++++++- x11/libs/evas/evas.SlackBuild | 8 +++++++- x11/libs/ewl/ewl.SlackBuild | 8 +++++++- x11/libs/gtkglext/gtkglext.SlackBuild | 8 +++++++- x11/libs/vte/vte.SlackBuild | 8 +++++++- x11/misc/entrance/entrance.SlackBuild | 8 +++++++- x11/misc/xbindkeys/xbindkeys.SlackBuild | 8 +++++++- x11/terms/eterm/Eterm.SlackBuild | 8 +++++++- x11/themes/gnome-themes/gnome-themes.SlackBuild | 8 +++++++- x11/wm/awesome/awesome.SlackBuild | 8 +++++++- x11/wm/enlightenment/enlightenment.SlackBuild | 8 +++++++- 13 files changed, 91 insertions(+), 13 deletions(-) (limited to 'x11') diff --git a/x11/libs/ecore/ecore.SlackBuild b/x11/libs/ecore/ecore.SlackBuild index 78c0e526..cb0a4002 100755 --- a/x11/libs/ecore/ecore.SlackBuild +++ b/x11/libs/ecore/ecore.SlackBuild @@ -150,11 +150,17 @@ ecore: ecore: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/libs/esmart/esmart.SlackBuild b/x11/libs/esmart/esmart.SlackBuild index e3e3e21f..d51540d9 100755 --- a/x11/libs/esmart/esmart.SlackBuild +++ b/x11/libs/esmart/esmart.SlackBuild @@ -150,11 +150,17 @@ esmart: esmart: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/libs/etk/etk.SlackBuild b/x11/libs/etk/etk.SlackBuild index 94832ebe..590913a0 100755 --- a/x11/libs/etk/etk.SlackBuild +++ b/x11/libs/etk/etk.SlackBuild @@ -150,11 +150,17 @@ etk: etk: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/libs/evas/evas.SlackBuild b/x11/libs/evas/evas.SlackBuild index c92123a7..9cdd9909 100755 --- a/x11/libs/evas/evas.SlackBuild +++ b/x11/libs/evas/evas.SlackBuild @@ -150,11 +150,17 @@ evas: evas: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/libs/ewl/ewl.SlackBuild b/x11/libs/ewl/ewl.SlackBuild index 381b64f2..8fe9482a 100755 --- a/x11/libs/ewl/ewl.SlackBuild +++ b/x11/libs/ewl/ewl.SlackBuild @@ -150,11 +150,17 @@ ewl: ewl: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/libs/gtkglext/gtkglext.SlackBuild b/x11/libs/gtkglext/gtkglext.SlackBuild index 1e1bd483..1c7c4385 100644 --- a/x11/libs/gtkglext/gtkglext.SlackBuild +++ b/x11/libs/gtkglext/gtkglext.SlackBuild @@ -143,11 +143,17 @@ gtkglext: gtkglext: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/libs/vte/vte.SlackBuild b/x11/libs/vte/vte.SlackBuild index aa079d84..28a9f30a 100644 --- a/x11/libs/vte/vte.SlackBuild +++ b/x11/libs/vte/vte.SlackBuild @@ -142,11 +142,17 @@ vte: vte: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/misc/entrance/entrance.SlackBuild b/x11/misc/entrance/entrance.SlackBuild index 7e112c27..6b379518 100755 --- a/x11/misc/entrance/entrance.SlackBuild +++ b/x11/misc/entrance/entrance.SlackBuild @@ -150,11 +150,17 @@ entrance: entrance: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/misc/xbindkeys/xbindkeys.SlackBuild b/x11/misc/xbindkeys/xbindkeys.SlackBuild index 80e12f66..17db5aeb 100644 --- a/x11/misc/xbindkeys/xbindkeys.SlackBuild +++ b/x11/misc/xbindkeys/xbindkeys.SlackBuild @@ -143,11 +143,17 @@ xbindkeys: xbindkeys: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/terms/eterm/Eterm.SlackBuild b/x11/terms/eterm/Eterm.SlackBuild index 4b8c4192..2df8ac19 100755 --- a/x11/terms/eterm/Eterm.SlackBuild +++ b/x11/terms/eterm/Eterm.SlackBuild @@ -143,11 +143,17 @@ Eterm: theme support, and pseudo-transparency. Eterm: by avs EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/themes/gnome-themes/gnome-themes.SlackBuild b/x11/themes/gnome-themes/gnome-themes.SlackBuild index 59cdbd23..14c40455 100644 --- a/x11/themes/gnome-themes/gnome-themes.SlackBuild +++ b/x11/themes/gnome-themes/gnome-themes.SlackBuild @@ -143,11 +143,17 @@ gnome-themes: by avs gnome-themes: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/wm/awesome/awesome.SlackBuild b/x11/wm/awesome/awesome.SlackBuild index 0668c8a6..c0b076ae 100644 --- a/x11/wm/awesome/awesome.SlackBuild +++ b/x11/wm/awesome/awesome.SlackBuild @@ -141,11 +141,17 @@ awesome: the environment for the application in use and the task performed. awesome: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi diff --git a/x11/wm/enlightenment/enlightenment.SlackBuild b/x11/wm/enlightenment/enlightenment.SlackBuild index a8f5af44..addb0d31 100755 --- a/x11/wm/enlightenment/enlightenment.SlackBuild +++ b/x11/wm/enlightenment/enlightenment.SlackBuild @@ -150,11 +150,17 @@ enlightenment: enlightenment: EODESC +# Copy slack-required +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +if [ -f "$CWD/slack-required" ]; then + cp $CWD/slack-required $PKG/install +fi + # Build the package cd "$PKG" makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG # Delete source and build directories if requested -if [ "$CLEANUP" == "yes" ]; then +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then rm -rf "$PKG_WORK" "$PKG" fi -- cgit v1.2.3