OSDN Git Service

Ver. 0.2.1 Released
authoryocto <yocto@users.sourceforge.jp>
Sun, 1 May 2011 09:42:59 +0000 (18:42 +0900)
committeryocto <yocto@users.sourceforge.jp>
Sun, 1 May 2011 09:43:44 +0000 (18:43 +0900)
 * Fixed
      The installation directory in the document was corrected
        from [/usr/doc/gpet/] to [/usr/share/doc/gpet/]

AUTHORS
ChangeLog
INSTALL
Makefile.am
configure.ac

diff --git a/AUTHORS b/AUTHORS
index e69de29..48ea6b8 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1,3 @@
+Developers:
+       Yoshihiro Kusuno <yocto@users.sourceforge.jp>
+
index ac75480..5e0b23c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011/04/25  yocto  <yocto@users.sourceforge.jp>
+
+ 0.2.1 Update
+
+ * Fixed
+    The installation directory in the document was corrected
+     from [/usr/doc/gpet/] to [/usr/share/doc/gpet/]
+
+
 2011/04/23  yocto  <yocto@users.sourceforge.jp>
 
  0.2 Released
diff --git a/INSTALL b/INSTALL
index 7d387ae..ff17dce 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,29 +1,39 @@
-gpet(Gui Policy Editor for TOMOYO Linux)
-    Build / Install / Run
+gpet 0.2.1                                                2011-04-25
 
+gpet (Gui Policy Editor for TOMOYO Linux)
+    Build / Install / Run / Uninstall
 
 *** Build ***
 $ sudo apt-get install gcc make libncurses-dev
 
 $ sudo apt-get install intltool libgtk2.0-dev libgconf2-dev
 
-$ tar xjvf gpet-0.2.tar.bz2
+$ tar xjvf gpet-0.2.1.tar.bz2
 
-$ cd gpet-0.2
+$ cd gpet-0.2.1
 $ ./configure --prefix /usr
 
 $ make
 
+
 *** Install ***
 $ sudo make install
 
+
 *** Run ***
-$ sudo echo '/usr/sbin/gpet'|ccs-loadpolicy -m
+$ sudo sh -c 'echo /usr/sbin/gpet >> /etc/ccs/manager.conf'
+$ sudo ccs-loadpolicy -m < /etc/ccs/manager.conf
+
 $ sudo gpet [{policy_dir|remote_ip:remote_port}]
 
+
+ Ubuntu 11.04  disable overlay scrollbars.
+   $ sudo sh -c "LIBOVERLAY_SCROLLBAR=0 gpet"
+
+
 --- Option ---
 Font & color change
-$ cp /usr/doc/gpet/gpetrc.sample ~/.gpetrc
+$ cp /usr/share/doc/gpet/gpetrc.sample ~/.gpetrc
 
 
 *** Instll location ***
@@ -48,3 +58,6 @@ $ cp /usr/doc/gpet/gpetrc.sample ~/.gpetrc
             └── LC_MESSAGES
                 └── gpet.mo
 
+
+*** Uninstall ***
+$ sudo make uninstall
index d4da30e..ef82ca0 100644 (file)
@@ -1,14 +1,17 @@
 ## Process this file with automake to produce Makefile.in
 ## Created by Anjuta
 
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = src po
 
-gpetdocdir = ${prefix}/doc/gpet
+gpetdocdir = ${prefix}/share/doc/gpet
 gpetdoc_DATA = \
        README\
        COPYING\
        AUTHORS\
        ChangeLog\
+       ChangeLog.jp\
        INSTALL\
        NEWS\
        gpetrc.sample
index 9a5882b..96a36ff 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Created by Anjuta application wizard.
 
-AC_INIT(gpet, 0.2)
+AC_INIT(gpet, 0.2.1)
 
 __GPET=gpet
 AC_SUBST(__GPET)