debian/0000755000000000000000000000000012121761057007170 5ustar debian/dirs0000644000000000000000000000002212114613267010047 0ustar usr/bin usr/share debian/watch0000644000000000000000000000007312114613267010222 0ustar version=3 http://sf.net/gsetroot/gsetroot-([\d\.]+).tar.gz debian/rules0000755000000000000000000000306612114613267010256 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed # Because upstream does not support CFLAGS easily, use CPPFLAGS export DEB_CPPFLAGS_MAINT_APPEND = $(shell dpkg-buildflags --get CFLAGS) export DEB_CPPFLAGS_MAINT_APPEND += -Wall -pedantic -fPIC # Due to autoreconf KEEP_FILES = \ INSTALL \ Makefile.am \ Makefile.in \ aclocal.m4 \ config.guess \ config.h.in \ config.sub \ configure \ configure.in \ depcomp \ install-sh \ intl/plural.c \ ltmain.sh \ missing \ mkinstalldirs \ src/Makefile.in override_dh_auto_configure: # Save original files for f in $(KEEP_FILES); do [ -f $$f.orig ] || cp -va $$f $$f.orig ; done autoreconf -vfi dh_auto_configure override_dh_auto_clean: # Don't run: would cause running autoconf again # [ ! -f Makefile ] || $(MAKE) distclean # Instead, clean manually. Skip .git DVCS directory. find -type d \ \( -name .git \) -prune \ -a ! -name .git \ -o -type f \ -name "*.o" \ -o -name "*.Po" \ -o -name "*.gmo" \ -o -name "*~" \ -o -name "stamp*" \ -o -name "POTFILES" \ -o -name "Makefile" \ | xargs --no-run-if-empty rm # Directories rm -rf src/.deps m4/ # Configs rm -f config.log config.h config.status po/Makefile.in # binaries rm -f libtool src/gsetroot override_dh_auto_install: $(MAKE) install DESTDIR=$(CURDIR)/debian/gsetroot # Restore original files for f in $(KEEP_FILES); do [ ! -f $$f.orig ] || mv -v $$f.orig $$f; done override_dh_installchangelogs: dh_installchangelogs ChangeLog %: dh $@ # End of file debian/changelog0000644000000000000000000000660212114613267011047 0ustar gsetroot (1.1-3) unstable; urgency=low * QA upload. - Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" (Closes: #667922). - Use hardened build flags http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags * debian/changelog - Clean up white space. * debian/compat - Update to 9. * debian/control - (Build-Depends): Update to 9. - (Description): Lintian fix description-synopsis-starts-with-article. - (Maintainer): Set to QA group. - (Homepage): Update to Freecode. - (Standards-Version): Update to to 3.9.4. * debian/copyright - Update to format 1.0. * debian/rules - Update to dh(1) format. - (KEEP_FILES): New. Save and restore files autoreconf modified files so that they do not show up in diff. * debian/patches - Restore files from original sources and refresh all patches. - Break changes into individual files for easier management. -- Jari Aalto Sun, 03 Mar 2013 11:23:57 +0200 gsetroot (1.1-2.2) unstable; urgency=low [Jari Aalto] * Non-maintainer upload. * debian/control - (Build-Depends): Change automake1.9 to automake. Add autopoint. Thanks to Ilya Barygin . * debian/patches - (macro-dir): New file to fix libtool version mismatch. Patch thanks to Ilya Barygin . (serious RC bug; Closes: #560568). * debian/rules - (config.status): Replace all automake calls with 'autoreconf -vfi'. Thanks to Ilya Barygin . -- Jari Aalto Tue, 13 Apr 2010 19:08:12 +0300 gsetroot (1.1-2.1) unstable; urgency=low * Non-maintainer upload. * Update ltmain.sh, fix FTBFS. (Closes: #527754) -- Stefano Zacchiroli Sun, 01 Nov 2009 18:01:48 +0100 gsetroot (1.1-2) unstable; urgency=low * Fixed when debian/watch fails to report upstream's version (Closes: #449834) * Updated with Standards-Version 3.7.3 * Added the Homepage field inside the source stanza on debian/control * Added patch to a swedish PO translation (Closes: #349738) * Added the dependency with gettext package for locale translations works. * Added the dependency with dpatch package to apply the locale patch. * Fixed debian/rules file. Removed unnecessary code. * The make install DESTDIR= is called instead to use gsetroot dh_install script. For that also was deleted the debian/gsetroot.install file. * Cleaned the debian/copyright file with minor details. * Fixed the debian/menu file to point to the correct section. -- Anibal Avelar Sun, 10 Feb 2008 18:17:49 +0100 gsetroot (1.1-1) unstable; urgency=low * New maintainer (Closes: #387474) * New upstream version * Fixed a FTBFS bug: aclocal: macro `AM_PROG_MKDIR_P' required but not defined * Set debhelper compatibility to 5. * Added watch file. -- Anibal Avelar (Fixxxer) Sun, 05 Nov 2006 19:21:49 +0100 gsetroot (1.0-2) unstable; urgency=low * QA upload. * Set maintainer to QA Group; Orphaned: #387474 * Fix Override disparity * Remove config.log on clean * Conforms with latest Standards Version 3.7.2 -- Michael Ablassmeier Thu, 28 Sep 2006 09:50:13 +0200 gsetroot (1.0-1) unstable; urgency=low * Initial release (Closes: #311953). -- William Vera Tue, 5 Jul 2005 21:55:03 -0500 debian/menu0000644000000000000000000000017412114613267010062 0ustar ?package(gsetroot):needs="X11" section="Applications/System/Administration"\ title="gsetroot" command="/usr/bin/gsetroot" debian/gsetroot.10000644000000000000000000000061512114613267011123 0ustar .TH gsetroot 1 "July 5, 2005" "" .SH NAME gsetroot \-a C/Gtk-based front-end for Esetroot. .SH SYNOPSIS .B gsetroot .RI .br .SH DESCRIPTION It can be used to choose a wallpaper and configure root window. It works under Window Managers like FluxBox, Enlightenment, WindowMaker, NextSte, BlackBox, IceWM and others. .SH AUTHOR gsetroot written by Lounis Bellabes debian/patches/0000755000000000000000000000000012114613267010620 5ustar debian/patches/01-macro-dir.patch0000644000000000000000000000114612114613267013736 0ustar From: Ilya Barygin Subject: Add macros/options to configure.in and Makefile.am for smooth running of autoreconf. --- Makefile.am | 1 + configure.in | 3 +++ 2 files changed, 4 insertions(+) --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS = intl po src +ACLOCAL_AMFLAGS = -I m4 gsetrootdocdir = ${prefix}/doc/gsetroot gsetrootdoc_DATA = \ README\ --- a/configure.in +++ b/configure.in @@ -7,6 +7,9 @@ AM_INIT_AUTOMAKE(gsetroot, 1.1) AM_CONFIG_HEADER(config.h) +AC_USE_SYSTEM_EXTENSIONS +AC_CONFIG_MACRO_DIR([m4]) + AC_ISC_POSIX CFLAGS="" AC_SUBST(CFLAGS) debian/patches/series0000644000000000000000000000007012114613267012032 0ustar 01-macro-dir.patch 02-gsetroot-pot.patch 05-po-sv.patch debian/patches/02-gsetroot-pot.patch0000644000000000000000000000137312114613267014532 0ustar From: Unknown Subject: Patch to enable locale. --- Makefile.am | 12 +++--------- configure.in | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ dnl Languages which your application supports -ALL_LINGUAS="" +ALL_LINGUAS="sv" AM_GNU_GETTEXT AM_GNU_GETTEXT_VERSION(0.10.40) --- a/Makefile.am +++ b/Makefile.am @@ -4,18 +4,12 @@ ## Please disable it in the Anjuta project configuration SUBDIRS = intl po src - ACLOCAL_AMFLAGS = -I m4 -gsetrootdocdir = ${prefix}/doc/gsetroot + +gsetrootdocdir = ${prefix}/share/doc/gsetroot gsetrootdoc_DATA = \ README\ - COPYING\ - AUTHORS\ - ChangeLog\ - INSTALL\ - NEWS\ - TODO\ - ABOUT-NLS + AUTHORS EXTRA_DIST = $(gsetrootdoc_DATA) debian/patches/05-po-sv.patch0000644000000000000000000001033512114613267013131 0ustar From: Anibal Avelar Subject: Add swedish translation --- a/po/Makevars 1969-12-31 18:00:00.000000000 -0600 +++ b/po/Makevars 2008-02-10 09:35:12.439838485 -0600 @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Anibal Avelar + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = --- a/po/sv.po 1969-12-31 18:00:00.000000000 -0600 +++ b/po/sv.po 2008-02-08 18:38:53.075797057 -0600 @@ -0,0 +1,91 @@ +# Swedish translation of gsetroot. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the gsetroot package. +# Daniel Nylander , 2006. +# +msgid "" +msgstr "" +"Project-Id-Version: gsetroot 1.0-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2005-03-07 21:21+0100\n" +"PO-Revision-Date: 2006-01-24 20:18+0100\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/support.c:90 +#: src/support.c:114 +#, c-format +msgid "Couldn't find pixmap file: %s" +msgstr "Kunde inte hitta bildfil: %s" + +#: src/interface.c:67 +msgid "gsetroot" +msgstr "gsetroot" + +#: src/interface.c:112 +msgid "Open" +msgstr "Öppna" + +#: src/interface.c:133 +msgid "Preview" +msgstr "Granska" + +#: src/interface.c:137 +msgid "File :" +msgstr "Fil :" + +#: src/interface.c:159 +msgid "Apply" +msgstr "Verkställ" + +#: src/interface.c:180 +msgid "Infos" +msgstr "Info" + +#: src/interface.c:184 +msgid "Center" +msgstr "Centrera" + +#: src/interface.c:191 +msgid "Mosaic" +msgstr "Mosaik" + +#: src/interface.c:198 +msgid "Current screen size" +msgstr "Aktuell skärmstorlek" + +#: src/interface.c:222 +msgid "window1" +msgstr "fönster1" + +#: src/callbacks.c:141 +msgid "infos" +msgstr "info" + +#: src/callbacks.c:150 +msgid "gsetroot is a gtk-based front-end for Esetroot " +msgstr "gsetroot är ett gtk-baserat gränssnitt för Esetroot " + +#: src/callbacks.c:155 +msgid "Use it under FluxBox, Enlightenment, WindowMaker," +msgstr "Använd det under Fluxbox, Enlightenment, WindowMaker," + +#: src/callbacks.c:160 +msgid "NextStep, BlackBox, and others WM" +msgstr "NextStep, BlackBox och andra skrivbordsmiljöer" + +#: src/callbacks.c:165 +msgid "------------------------------------" +msgstr "------------------------------------" + +#: src/callbacks.c:170 +msgid "nolius@users.sourceforge.net" +msgstr "nolius@users.sourceforge.net" + +#: src/callbacks.c:175 +msgid "By Lounis Bellabes" +msgstr "Av Lounis Bellabes" + debian/source/0000755000000000000000000000000012114613267010471 5ustar debian/source/format0000644000000000000000000000001412114613267011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212114613267010367 0ustar 9 debian/copyright0000644000000000000000000000450712114613267011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: gsetroot Upstream-Contact: Lounis Bellabes Source: http://sourceforge.net/projects/gsetroot X-Source: http://freecode.com/projects/gsetroot Comment: Dead upstream. See screen shot of program at http://gsetroot.sourceforge.net Files: * Copyright: 2005 Lounis Bellabes License: LGPL-2+ Files: callbacks.* Copyright: 2005 Lounis Bellabes License: GPL-2+ Files: debian/* Copyright: 2010,2013 Jari Aalto 2009 Stefano Zacchiroli 2006,2008 Anibal Avelar 2006 Michael Ablassmeier 2006 William Vera License: GPL-2+ License: GPL-2+ This package 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 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 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 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 Library 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 Library General Public License can be found in "/usr/share/common-licenses/LGPL-2". debian/manpages0000644000000000000000000000002212114613267010701 0ustar debian/gsetroot.1 debian/control0000644000000000000000000000123512114613267010575 0ustar Source: gsetroot Section: x11 Priority: extra Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), automake, autoconf, libtool, autotools-dev, pkg-config, libgtk2.0-dev, gettext (>= 0.15), autopoint Homepage: http://freecode.com/projects/gsetroot Standards-Version: 3.9.4 Package: gsetroot Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, eterm Description: grahical GTK-based front-end for Esetroot It can be used to choose a wallpaper and configure root window. It works under Window Managers like FluxBox, Enlightenment, WindowMaker NextStep, BlackBox, IceWM and others... This software is under the GPL license.