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 --- configure.ac | 5 ++--- indicator-install.sh | 5 ----- indicator-restart.sh | 3 --- indicator-uninstall.sh | 3 --- localgen.sh | 5 ----- tools/indicator-install.sh | 5 +++++ tools/indicator-restart.sh | 3 +++ tools/indicator-uninstall.sh | 3 +++ tools/localgen.sh | 5 +++++ 9 files changed, 18 insertions(+), 19 deletions(-) delete mode 100755 indicator-install.sh delete mode 100755 indicator-restart.sh delete mode 100755 indicator-uninstall.sh delete mode 100755 localgen.sh 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 diff --git a/configure.ac b/configure.ac index 93f9570..5ce59e4 100644 --- a/configure.ac +++ b/configure.ac @@ -31,9 +31,8 @@ GTK3_REQUIRED_VERSION=3.0 INDICATOR3_PKG_NAME=indicator3-0.4 -[PKG_CHECK_MODULES(INDICATOR, $INDICATOR3_PKG_NAME >= $INDICATOR_REQUIRED_VERSION - gtk+-3.0 >= GTK3_REQUIRED_VERSION) -] +PKG_CHECK_MODULES(INDICATOR, $INDICATOR3_PKG_NAME >= $INDICATOR_REQUIRED_VERSION + gtk+-3.0 >= GTK3_REQUIRED_VERSION) AC_SUBST(INDICATOR_CFLAGS) AC_SUBST(INDICATOR_LIBS) diff --git a/indicator-install.sh b/indicator-install.sh deleted file mode 100755 index 1a6ccc3..0000000 --- a/indicator-install.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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/indicator-restart.sh b/indicator-restart.sh deleted file mode 100755 index b49abee..0000000 --- a/indicator-restart.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -killall gnome-panel diff --git a/indicator-uninstall.sh b/indicator-uninstall.sh deleted file mode 100755 index 4ef81e1..0000000 --- a/indicator-uninstall.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -rm -v "$(pkg-config --variable=indicatordir indicator3-0.4)/libnotifications.so" diff --git a/localgen.sh b/localgen.sh deleted file mode 100755 index e887d5e..0000000 --- a/localgen.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -PREFIX_NAME="$HOME/Projects/indicators/notifications/build" - -./autogen.sh --prefix="$PREFIX_NAME" --libdir="$PREFIX_NAME" --enable-localinstall --with-gtk="$1" 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