diff options
author | Jacob Berkman <jberkman@src.gnome.org> | 1999-07-10 03:48:16 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 1999-07-10 03:48:16 +0000 |
commit | e9e380da6c16e4d68590ff0aeb365178a5b256a3 (patch) | |
tree | ad4f0dcff3c38fc9af6c830d5af45d2743b39ad6 | |
parent | db32973750aba6e5355aa54148685e174896f0ea (diff) |
step 9: make distcheck happy
-rw-r--r-- | asclock/asclock.h | 4 | ||||
-rw-r--r-- | configure.in | 16 | ||||
-rw-r--r-- | freshapp/fresh_applet.desktop | 7 | ||||
-rw-r--r-- | freshapp/fresh_applet.gnorba | 5 |
4 files changed, 30 insertions, 2 deletions
diff --git a/asclock/asclock.h b/asclock/asclock.h index e34f1cffd..3fe9d26d2 100644 --- a/asclock/asclock.h +++ b/asclock/asclock.h @@ -15,8 +15,8 @@ #include <sys/time.h> #include <sys/stat.h> #ifdef ASCLOCK_GNOME -#include "../../config.h" -#include "applet-widget.h" +#include <config.h> +#include <applet-widget.h> #endif #include "version.h" diff --git a/configure.in b/configure.in index 6ea929ecd..952b05bd0 100644 --- a/configure.in +++ b/configure.in @@ -27,6 +27,21 @@ GNOME_X_CHECKS dnl utility conditional AM_CONDITIONAL(FALSE, test "x" = "y") +dnl possibly have something like this +dnl AM_ARG_ENABLE(old-applets, +dnl[ --enable-old-applets Build old applets], +dnl if test x$withval = xyes; then +dnl enable_old_applets=yes +dnl else +dnl if test "x$withval" = xno; then +dnl enable_old_applets=no +dnl else +dnl enable_old_applets=yes +dnl fi +dnl fi, +dnl enable_old_applets=yes) + + dnl for slashapp etc GNOME_GHTTP_CHECK @@ -172,6 +187,7 @@ batmon/Makefile bussign/Makefile esd-manager/Makefile fvwm-pager/Makefile +gticker/Makefile icewm-pager/Makefile netload/Makefile netwatch/Makefile diff --git a/freshapp/fresh_applet.desktop b/freshapp/fresh_applet.desktop new file mode 100644 index 000000000..21887697d --- /dev/null +++ b/freshapp/fresh_applet.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=FreshApp +Comment=Show recent items from freshmeat.net +Exec=fresh_applet --activate-goad-server=fresh_applet +Icon= +Terminal=0 +Type=Application diff --git a/freshapp/fresh_applet.gnorba b/freshapp/fresh_applet.gnorba new file mode 100644 index 000000000..70cf64f42 --- /dev/null +++ b/freshapp/fresh_applet.gnorba @@ -0,0 +1,5 @@ +[fresh_applet] +type=exe +repo_id=IDL:GNOME/Applet:1.0 +description=freshmeat news +location_info=fresh_applet |