From d7fc1f1c59d3d5433a6c7d2fccd8db03cdeb704f Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sat, 25 Feb 2012 13:17:16 -0500 Subject: * Move dev tools to the tools/ directory * Missed some extra [] in configure.ac --- tools/indicator-install.sh | 5 +++++ tools/indicator-restart.sh | 3 +++ tools/indicator-uninstall.sh | 3 +++ tools/localgen.sh | 5 +++++ 4 files changed, 16 insertions(+) create mode 100755 tools/indicator-install.sh create mode 100755 tools/indicator-restart.sh create mode 100755 tools/indicator-uninstall.sh create mode 100755 tools/localgen.sh (limited to 'tools') diff --git a/tools/indicator-install.sh b/tools/indicator-install.sh new file mode 100755 index 0000000..1a6ccc3 --- /dev/null +++ b/tools/indicator-install.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +PREFIX_NAME="$HOME/Projects/indicators/notifications/build" + +cp -v "$PREFIX_NAME/indicators/2/libnotifications.so" "$(pkg-config --variable=indicatordir indicator3-0.4)" diff --git a/tools/indicator-restart.sh b/tools/indicator-restart.sh new file mode 100755 index 0000000..b49abee --- /dev/null +++ b/tools/indicator-restart.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +killall gnome-panel diff --git a/tools/indicator-uninstall.sh b/tools/indicator-uninstall.sh new file mode 100755 index 0000000..4ef81e1 --- /dev/null +++ b/tools/indicator-uninstall.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rm -v "$(pkg-config --variable=indicatordir indicator3-0.4)/libnotifications.so" diff --git a/tools/localgen.sh b/tools/localgen.sh new file mode 100755 index 0000000..8e28d38 --- /dev/null +++ b/tools/localgen.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +PREFIX_NAME="$HOME/Projects/indicators/notifications/build" + +./autogen.sh --prefix="$PREFIX_NAME" --libdir="$PREFIX_NAME" --enable-localinstall -- cgit v1.2.3