diff options
-rw-r--r-- | beryl-core/NEWS | 1 | ||||
-rw-r--r-- | beryl-core/debian/changelog | 4 | ||||
-rw-r--r-- | beryl-core/debian/control | 2 | ||||
-rw-r--r-- | beryl-core/doc/Makefile.am | 2 | ||||
-rw-r--r-- | beryl-core/doc/beryl-xgl.1 | 87 | ||||
-rw-r--r-- | beryl-dbus/NEWS | 1 | ||||
-rw-r--r-- | beryl-dbus/README | 9 | ||||
-rw-r--r-- | beryl-dbus/debian/changelog | 10 | ||||
-rw-r--r-- | beryl-dbus/debian/compat | 2 | ||||
-rw-r--r-- | beryl-dbus/debian/control | 2 | ||||
-rw-r--r-- | beryl-manager/ChangeLog | 1 | ||||
-rw-r--r-- | beryl-manager/debian/changelog | 4 | ||||
-rw-r--r-- | beryl-manager/debian/control | 2 | ||||
-rw-r--r-- | beryl-plugins/debian/README | 6 | ||||
-rw-r--r-- | beryl-plugins/debian/changelog | 4 | ||||
-rw-r--r-- | beryl-plugins/debian/control | 2 | ||||
-rw-r--r-- | beryl-settings/debian/changelog | 4 | ||||
-rw-r--r-- | beryl-settings/debian/control | 2 | ||||
-rw-r--r-- | emerald-themes/debian/README | 6 | ||||
-rw-r--r-- | emerald-themes/debian/changelog | 4 | ||||
-rw-r--r-- | emerald-themes/debian/control | 6 | ||||
-rw-r--r-- | emerald/ChangeLog | 1 | ||||
-rw-r--r-- | emerald/debian/README | 6 | ||||
-rw-r--r-- | emerald/debian/README.Debian | 6 | ||||
-rw-r--r-- | emerald/debian/changelog | 4 | ||||
-rw-r--r-- | emerald/debian/control | 7 |
26 files changed, 131 insertions, 54 deletions
diff --git a/beryl-core/NEWS b/beryl-core/NEWS index e69de29..3d98ba3 100644 --- a/beryl-core/NEWS +++ b/beryl-core/NEWS @@ -0,0 +1 @@ +Nothing here yet. diff --git a/beryl-core/debian/changelog b/beryl-core/debian/changelog index f4ca4db..4c0b5ec 100644 --- a/beryl-core/debian/changelog +++ b/beryl-core/debian/changelog @@ -1,8 +1,8 @@ -beryl-core (0.1.1-1) dapper; urgency=low +beryl-core (0.1.1-0ubuntu1) edgy; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:41:01 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200 beryl-core (0.1.0-1) dapper; urgency=low diff --git a/beryl-core/debian/control b/beryl-core/debian/control index 2fa5930..cd673ff 100644 --- a/beryl-core/debian/control +++ b/beryl-core/debian/control @@ -1,7 +1,7 @@ Source: beryl-core Section: x11 Priority: optional -Maintainer: Quinn Storm <livinglatexkali@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0) | debhelper (>= 5), intltool, autotools-dev, pkg-config, libpng12-dev, libxdamage-dev, libxcomposite-dev (>= 0.3), libxfixes-dev, libxrandr-dev, libice-dev, libsm-dev, libgl1-mesa-dev, x11proto-gl-dev (>= 1.4.7), makedepend | xutils-dev, libglib2.0-dev, libxrender-dev, libstartup-notification0-dev, libxinerama-dev Standards-Version: 3.7.2 diff --git a/beryl-core/doc/Makefile.am b/beryl-core/doc/Makefile.am index f3d18bc..9a208f7 100644 --- a/beryl-core/doc/Makefile.am +++ b/beryl-core/doc/Makefile.am @@ -1,2 +1,2 @@ -man_MANS=beryl.1 beryl-start.1 beryl-settings-dump.1 +man_MANS=beryl.1 beryl-xgl.1 beryl-start.1 beryl-settings-dump.1 EXTRA_DIST=$(man_MANS) diff --git a/beryl-core/doc/beryl-xgl.1 b/beryl-core/doc/beryl-xgl.1 new file mode 100644 index 0000000..d22073b --- /dev/null +++ b/beryl-core/doc/beryl-xgl.1 @@ -0,0 +1,87 @@ +.TH beryl 1 2006-08-24 Beryl "Beryl Window Manager" +.SH NAME +beryl - beryl window manager +.SH SYNOPSIS +.B beryl +[--display +.I DISPLAY +] [--bg-image +.I PNG +] [--refresh-rate +.I RATE +] [--fast-filter] [--indirect-rendering] [--strict-binding] [--test-mode] [--replace] [--sm-disable] [--sm-client-id +.I ID +] [--version] [--help] +.I plugins +.SH OPTIONS +.TP 5 +.RI "--display " DISPLAY +selects the X display to start +.I beryl +on +.TP 5 +.RI "--bg-image " PNG +selects the PNG to use for the startup background (not terribly useful) +.TP 5 +.RI "--refresh-rate " RATE +selects the preferred refresh rate (the rate beryl will attempt to render at, it should normally auto-detect your monitor's rate and try for that, but you can use this or a gconf option to choose as well) +.TP 5 +--fast-filter +start beryl in fast texture filtering mode (useful only for slow configurations) +.TP 5 +--indirect-rendering +enable internal options necessary for +.I aiglx +.TP 5 +--strict-binding +enable strict texture binding, also necissary for +.I aiglx +.TP 5 +--test-mode +Currently undocumented. +.TP 5 +--replace +replaces the current window manager (and composition manager, if supported) +.TP 5 +--sm-disable +disables registration with x session manager +.TP 5 +--sm-client-id +usually only used by session-managers +.TP 5 +--version +outputs the current version of +.I beryl +(note that if you see $VERSION, you probably have beryl 0.0.13.37) +.TP 5 +--help +short usage statement about +.I beryl +.TP 5 +.I plugins +a list of plugins, in order, for beryl to load at startup +.SH DESCRIPTION +.I beryl +is a window manager and composition manager based on OpenGL technology. It will run anywhere that GLX_EXT_texture_from_pixmap is supported, which is currently on +.I Xgl +and +.I aiglx +\. Generally, it is invoked with either +.PP +.B beryl --replace dbus settings +.PP +if you are using +.I Xgl +or +.PP +.B beryl --indirect-rendering --strict-binding --replace dbus settings +.PP +if you are using +.I aiglx +\. +.SH AUTHORS +- davidr (davidr@novell.com) +.PP +- Quinn (livinglatexkali@gmail.com) +.SH "SEE ALSO" +.BR emerald "(1) diff --git a/beryl-dbus/NEWS b/beryl-dbus/NEWS index e69de29..3d98ba3 100644 --- a/beryl-dbus/NEWS +++ b/beryl-dbus/NEWS @@ -0,0 +1 @@ +Nothing here yet. diff --git a/beryl-dbus/README b/beryl-dbus/README index e69de29..3052b26 100644 --- a/beryl-dbus/README +++ b/beryl-dbus/README @@ -0,0 +1,9 @@ +This is a dbus package for beryl. Requires beryl-core +package to run and beryl-core development package if you +want to build/hack plugins. + +The installed plugin would be located in /usr/lib/beryl/ + +To activate, deactivate or tweak plugins, run beryl-settings. + +Enjoy! diff --git a/beryl-dbus/debian/changelog b/beryl-dbus/debian/changelog index 3dd164f..e97ce38 100644 --- a/beryl-dbus/debian/changelog +++ b/beryl-dbus/debian/changelog @@ -1,11 +1,11 @@ -beryl-dbus (0.1.1-1) dapper; urgency=low +beryl-dbus (0.1.1-0ubuntu1) edgy; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:42:23 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200 -beryl-dbus (0.1.0 -0ubuntu1) dapper; urgency=low +beryl-dbus (0.1.1-0ubuntu1) edgy; urgency=low - * initial release '0.1.0' of beryl-dbus + * Release version 0.1.0 - -- Evano Manuel <reggaemanu@gmail.com> Tue, 10 Oct 2006 17:47:54 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Tue, 10 Oct 2006 17:47:54 +0200 diff --git a/beryl-dbus/debian/compat b/beryl-dbus/debian/compat index 7ed6ff8..b8626c4 100644 --- a/beryl-dbus/debian/compat +++ b/beryl-dbus/debian/compat @@ -1 +1 @@ -5 +4 diff --git a/beryl-dbus/debian/control b/beryl-dbus/debian/control index b68b1d7..e498118 100644 --- a/beryl-dbus/debian/control +++ b/beryl-dbus/debian/control @@ -1,7 +1,7 @@ Source: beryl-dbus Section: x11 Priority: optional -Maintainer: Evano Manuel <reggaemanu@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0) | debhelper (>= 5), autotools-dev, pkg-config, beryl-dev, libdbus-1-dev Standards-Version: 3.7.2 diff --git a/beryl-manager/ChangeLog b/beryl-manager/ChangeLog index e69de29..15fbfaa 100644 --- a/beryl-manager/ChangeLog +++ b/beryl-manager/ChangeLog @@ -0,0 +1 @@ +see debian/changelog diff --git a/beryl-manager/debian/changelog b/beryl-manager/debian/changelog index f5fdb30..472b730 100644 --- a/beryl-manager/debian/changelog +++ b/beryl-manager/debian/changelog @@ -1,8 +1,8 @@ -beryl-manager (0.1.1-1) dapper; urgency=low +beryl-manager (0.1.1-0ubuntu1) edgy; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:42:43 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200 beryl-manager (0.1.0-1) dapper; urgency=low diff --git a/beryl-manager/debian/control b/beryl-manager/debian/control index 54e536c..e6ed085 100644 --- a/beryl-manager/debian/control +++ b/beryl-manager/debian/control @@ -1,7 +1,7 @@ Source: beryl-manager Section: x11 Priority: optional -Maintainer: Quinn Storm <livinglatexkali@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0) | debhelper (>= 5), autotools-dev, libgtk2.0-dev Standards-Version: 3.7.2 diff --git a/beryl-plugins/debian/README b/beryl-plugins/debian/README deleted file mode 100644 index 97b064f..0000000 --- a/beryl-plugins/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package beryl-plugins ----------------------------- - -Comments regarding the Package - -Quinn Storm <livinglatexkali@gmail.com>, Mon, 21 Aug 2006 23:56:10 -0400 diff --git a/beryl-plugins/debian/changelog b/beryl-plugins/debian/changelog index 691923f..17ab744 100644 --- a/beryl-plugins/debian/changelog +++ b/beryl-plugins/debian/changelog @@ -1,8 +1,8 @@ -beryl-plugins (0.1.1-1) dapper; urgency=low +beryl-plugins (0.1.1-0ubuntu1) edgy; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:41:30 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200200 beryl-plugins (0.1.0-1) dapper; urgency=low diff --git a/beryl-plugins/debian/control b/beryl-plugins/debian/control index 91edb87..3e64797 100644 --- a/beryl-plugins/debian/control +++ b/beryl-plugins/debian/control @@ -1,7 +1,7 @@ Source: beryl-plugins Section: x11 Priority: optional -Maintainer: Quinn Storm <livinglatexkali@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0) | debhelper (>= 5), autotools-dev, pkg-config, beryl-dev, librsvg2-dev, libgl1-mesa-dev, libdbus-1-dev, libxcomposite-dev (>= 0.3), libxdamage-dev, libice-dev, libsm-dev, libstartup-notification0-dev Standards-Version: 3.7.2 diff --git a/beryl-settings/debian/changelog b/beryl-settings/debian/changelog index 611d240..069018c 100644 --- a/beryl-settings/debian/changelog +++ b/beryl-settings/debian/changelog @@ -1,8 +1,8 @@ -beryl-settings (0.1.1-1) dapper; urgency=low +beryl-settings (0.1.1-0ubuntu1) dapper; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:42:11 +0200 + -- Evano Manuel <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200 beryl-settings (0.1.0-1) dapper; urgency=low diff --git a/beryl-settings/debian/control b/beryl-settings/debian/control index 92b715a..200b9a4 100644 --- a/beryl-settings/debian/control +++ b/beryl-settings/debian/control @@ -1,7 +1,7 @@ Source: beryl-settings Section: x11 Priority: optional -Maintainer: Quinn Storm <livinglatexkali@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0) | debhelper (>= 5), autotools-dev, beryl-dev (>= 0.1), libgtk2.0-dev, librsvg2-common Standards-Version: 3.7.2 diff --git a/emerald-themes/debian/README b/emerald-themes/debian/README deleted file mode 100644 index 387be3d..0000000 --- a/emerald-themes/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package emerald-themes ----------------------------- - -Comments regarding the Package - -Quinn Storm <livinglatexkali@gmail.com>, Sat, 8 Jul 2006 01:47:41 -0400 diff --git a/emerald-themes/debian/changelog b/emerald-themes/debian/changelog index f24a3ca..b40d786 100644 --- a/emerald-themes/debian/changelog +++ b/emerald-themes/debian/changelog @@ -1,8 +1,8 @@ -emerald-themes (0.1.1-1) dapper; urgency=low +emerald-themes (0.1.1-0ubuntu1) dapper; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:41:56 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200 emerald-themes (0.1.0-1) dapper; urgency=low diff --git a/emerald-themes/debian/control b/emerald-themes/debian/control index df12742..2919fbe 100644 --- a/emerald-themes/debian/control +++ b/emerald-themes/debian/control @@ -1,12 +1,12 @@ Source: emerald-themes Section: x11 Priority: optional -Maintainer: Quinn Storm <livinglatexkali@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0), autotools-dev -Standards-Version: 0.0.1 +Standards-Version: 3.7.2 Package: emerald-themes -Architecture: all +Architecture: any Replaces: cgwd-themes Depends: emerald (>= 0.1) Description: Package of themes for Emerald diff --git a/emerald/ChangeLog b/emerald/ChangeLog index e69de29..15fbfaa 100644 --- a/emerald/ChangeLog +++ b/emerald/ChangeLog @@ -0,0 +1 @@ +see debian/changelog diff --git a/emerald/debian/README b/emerald/debian/README deleted file mode 100644 index 968bb79..0000000 --- a/emerald/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package emerald ----------------------------- - -Comments regarding the Package - -Quinn Storm <livinglatexkali@gmail.com>, Wed, 19 Jul 2006 00:24:45 -0400 diff --git a/emerald/debian/README.Debian b/emerald/debian/README.Debian deleted file mode 100644 index a7ae145..0000000 --- a/emerald/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -cgwd for Debian ---------------- - -<possible notes regarding this package - if none, delete this file> - - -- Quinn Storm <livinglatexkali@gmail.com>, Wed, 19 Jul 2006 00:24:45 -0400 diff --git a/emerald/debian/changelog b/emerald/debian/changelog index 064d7e0..f8fcf87 100644 --- a/emerald/debian/changelog +++ b/emerald/debian/changelog @@ -1,8 +1,8 @@ -emerald (0.1.1-1) dapper; urgency=low +emerald (0.1.1-0ubuntu1) dapper; urgency=low * Bump to 0.1.1 - -- Guillaume Seguin <ixce@beryl-project.org> Tue, 17 Oct 2006 19:41:43 +0200 + -- Manuel Evano <reggaemanu@beryl-project.org> Fri, 20 Oct 2006 23:16:41 +0200 emerald (0.1.0-1) dapper; urgency=low diff --git a/emerald/debian/control b/emerald/debian/control index 95885f1..05321e6 100644 --- a/emerald/debian/control +++ b/emerald/debian/control @@ -1,11 +1,11 @@ Source: emerald Section: x11 Priority: optional -Maintainer: Quinn Storm <livinglatexkali@gmail.com> +Maintainer: Manuel Evano <reggaemanu@beryl-project.org> Build-Depends: debhelper (>= 4.0.0), autotools-dev, beryl-dev, libgtk2.0-dev, libpango1.0-dev, libcairo2-dev, libwnck-dev, libxcomposite-dev, libxdamage-dev, libneon25-dev, libapr0-dev, libsvn0-dev -Standards-Version: 3.6.2 +Standards-Version: 3.7.2 Package: emerald Architecture: any @@ -14,4 +14,5 @@ Conflicts: gcompizthemer, cgwd Replaces: gcompizthemer, cgwd Provides: gcompizthemer, cgwd Recommends: emerald-themes -Description: emerald +Description: Decoration engines for beryl + This package provides some engines for drawing decoration on beryl |