--- elegant-gnome-1.0~ppa1~maverick1.orig/debian/control +++ elegant-gnome-1.0~ppa1~maverick1/debian/control @@ -0,0 +1,24 @@ +Source: elegant-gnome +Section: gnome +Priority: optional +Maintainer: Dmitriy Simbiriatin +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 +Homepage: http://gnome-look.org/content/show.php/Elegant+Gnome+Pack?content=127826 + +Package: elegant-gnome +Architecture: all +Depends: gtk2-engines-murrine (>= 0.91.0), zenity, ttf-droid +Description: This is a project that provides an automatic configuration of your GNOME desktop just in one click, with the backup and restoring support. + Includes the following stuff: + - GUI utility to configure your desktop + - GTK+ theme + - Icon theme + - Cursor theme + - Wallpaper + - Firefox theme + - Google Chrome theme + - Smplayer theme + - Keyboard layout flags + - Pidgin buddy list theme + - Cpu Freq Applet theme --- elegant-gnome-1.0~ppa1~maverick1.orig/debian/rules +++ elegant-gnome-1.0~ppa1~maverick1/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f + +package = elegant-gnome + +build: build-stamp +build-stamp: + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) DESTDIR=`pwd`/debian/$(package) install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- elegant-gnome-1.0~ppa1~maverick1.orig/debian/changelog +++ elegant-gnome-1.0~ppa1~maverick1/debian/changelog @@ -0,0 +1,15 @@ +elegant-gnome (1.0~ppa1~maverick1) maverick; urgency=high + + - Elegant GTK v 4.0: + * Fixed the style for the progressbars + * Fixed the treeview progressbars style + * Updated the tooltips' style + - Updated the metacity themes. Now the buttons got the colors on hover + * Fixed the keyboard layout flag for the Arabic language. + * Fixed the bug with the network-manager icon. + - Backported the new icons from the AwOken icon theme v 1.4.7 + * Added the Slackware logo + - Added menu entry to configure the Cpu Freq Applet theme + - Added About menu entry + + -- Dmitriy Simbiriatin Sun, 7 Nov 2010 2:55:30 +0300 --- elegant-gnome-1.0~ppa1~maverick1.orig/debian/compat +++ elegant-gnome-1.0~ppa1~maverick1/debian/compat @@ -0,0 +1 @@ +7 --- elegant-gnome-1.0~ppa1~maverick1.orig/debian/copyright +++ elegant-gnome-1.0~ppa1~maverick1/debian/copyright @@ -0,0 +1,48 @@ +This work was packaged for Debian by: + + Dmitriy Simbiriatin on Fri, 30 Jul 2010 10:25:37 +0300 + +It was downloaded from: + + http://gnome-look.org/content/show.php/Elegant+Gnome+Pack?content=127826 + +Upstream Author(s): + + Dmitriy Simbiriatin + +Copyright: + + + +License: + + 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 3 of the License, or + (at your option) any later version. + + This package 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2010 Dmitriy Simbiriatin + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following line in. + +and is licensed under the GPL version 3, see above. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here.