--- emerald-0.2.1.orig/doc/emerald.1 +++ emerald-0.2.1/doc/emerald.1 @@ -27,6 +27,9 @@ .TP 5 .RI $HOME/.emerald/settings.ini Here are the settings stored. +.SH COPYRIGHT + Emerald is free software available under the terms of the General Public + License (GPL) v2 or later. .SH AUTHORS - Quinn Storm (livinglatexkali@gmail.com) .SH "SEE ALSO" --- emerald-0.2.1.orig/doc/emerald-theme-manager.1 +++ emerald-0.2.1/doc/emerald-theme-manager.1 @@ -12,5 +12,8 @@ Here are the settings stored. .SH AUTHORS - Quinn Storm (livinglatexkali@gmail.com) +.SH + Emerald theme manager is free software. Available under the terms of the + General Public License version 2 or later. .SH "SEE ALSO" .BR emerald "(1) --- emerald-0.2.1.orig/NEWS +++ emerald-0.2.1/NEWS @@ -1 +1 @@ -First release of emerald 0.1.0 +Emerald 0.2.1 --- emerald-0.2.1.orig/debian/control +++ emerald-0.2.1/debian/control @@ -0,0 +1,33 @@ +Source: emerald +Section: x11 +Priority: optional +Maintainer: Nicholas Thomas +Build-Depends: debhelper (>= 5), cdbs, beryl-dev, libgtk2.0-dev, + libpango1.0-dev, libwnck-dev, libglitz1-dev, libxml-parser-perl, + libberyldecoration-dev +Standards-Version: 3.7.2 + +Package: emerald +Architecture: any +Depends: beryl-plugins, libberyldecoration0, ${shlibs:Depends} +Conflicts: gcompizthemer, cgwd +Replaces: gcompizthemer, cgwd +Provides: gcompizthemer, cgwd +Recommends: emerald-themes +Description: Decorator for beryl + This package provides a decorator for beryl and a themer application + +Package: libemeraldengine0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Decoration engines for beryl + This package provides some engines for drawing decoration on beryl + +Package: libemeraldengine-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libemeraldengine0 (=${binary:Version}) +Description: Development files for emerald engines + This package contains the headers and development files needed to + build engines for emerald. --- emerald-0.2.1.orig/debian/rules +++ emerald-0.2.1/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp + +DEB_CONFIGURE_EXTRA_FLAGS += \ + --disable-mime-update --- emerald-0.2.1.orig/debian/libemeraldengine0.install +++ emerald-0.2.1/debian/libemeraldengine0.install @@ -0,0 +1,3 @@ +usr/lib/libemeraldengine.so.0.0.0 +usr/lib/libemeraldengine.so.0 +usr/lib/emerald/engines/*.so --- emerald-0.2.1.orig/debian/libemeraldengine-dev.install +++ emerald-0.2.1/debian/libemeraldengine-dev.install @@ -0,0 +1,6 @@ +usr/lib/libemeraldengine.a +usr/lib/libemeraldengine.la +usr/lib/libemeraldengine.so +usr/lib/emerald/engines/*.a +usr/lib/emerald/engines/*.la +usr/include/emerald/*.h --- emerald-0.2.1.orig/debian/emerald.prerm +++ emerald-0.2.1/debian/emerald.prerm @@ -0,0 +1,7 @@ +#!/bin/sh + +update-alternatives --remove x-window-decorator /usr/bin/emerald + +#DEBHELPER# + +exit 0 --- emerald-0.2.1.orig/debian/changelog +++ emerald-0.2.1/debian/changelog @@ -0,0 +1,5 @@ +emerald (0.2.1-0ubuntu1) feisty; urgency=low + + * Initial debianisation for Ubuntu based on ubuntu.beryl-project.org + + -- Nicholas Thomas Sat, 17 Mar 2007 21:20:46 +0000 --- emerald-0.2.1.orig/debian/emerald.postinst +++ emerald-0.2.1/debian/emerald.postinst @@ -0,0 +1,6 @@ +#!/bin/sh + +update-alternatives --install /usr/bin/x-window-decorator x-window-decorator /usr/bin/emerald 30 + +#DEBHELPER# +exit 0 --- emerald-0.2.1.orig/debian/emerald.mime +++ emerald-0.2.1/debian/emerald.mime @@ -0,0 +1,2 @@ + application/x-emerald-theme; nametemplate=%s.emerald + --- emerald-0.2.1.orig/debian/emerald.sharedmimeinfo +++ emerald-0.2.1/debian/emerald.sharedmimeinfo @@ -0,0 +1,7 @@ + + + + Emerald Theme + + + --- emerald-0.2.1.orig/debian/compat +++ emerald-0.2.1/debian/compat @@ -0,0 +1 @@ +5 --- emerald-0.2.1.orig/debian/copyright +++ emerald-0.2.1/debian/copyright @@ -0,0 +1,136 @@ +This package was debianised by Nicholas Thomas on +Sat, 17 Mar 2007 23:53:45 +0000. + +It was downloaded from http://releases.beryl-project.org/ + +Upstream authors: Quinn Storm + David Reveman +Information: All of the theme engines use code from Quinn Storm's legacy engine +and are GPL. Incorporates code from cgwd by David Reveman Copyright Novell 2006 +available under the MIT license. + +Copyright: for all files not listed here + + * Copyright (C) 2006 Quinn Storm + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +Copyright: + + * Legacy theme engine + * + * legacy.c + * + * Copyright (C) 2006 Quinn Storm + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +Copyright: + + * vrunner theme engine + * + * vrunner.c + * + * Copyright (C) 2006 Varun + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +Copyright: + + * oxygen theme engine + * + * oxygen.c + * + * Copyright (C) 2006 Alain + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +Copyright: + + * pixmap theme engine + * + * pixmap.c + * + * Copyright (C) 2006 Varun + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +Copyright: + + * truglass theme engine + * + * truglass.c + * + * Copyright (C) 2006 Alain + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +Copyright: + + * zootreeves theme engine + * + * zootreeves.c + * + * Copyright (C) 2006 Ben Reeves + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + +The Debian packaging is (C) 2006, Quinn Storm and +Shawn Starr and is licensed +under the GPL, see `/usr/share/common-licenses/GPL'. --- emerald-0.2.1.orig/debian/emerald.install +++ emerald-0.2.1/debian/emerald.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/* --- emerald-0.2.1.orig/AUTHORS +++ emerald-0.2.1/AUTHORS @@ -0,0 +1,2 @@ +Quinn Storm +David Reveman