Skip to content

Commit

Permalink
Renamed files and updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorMike committed Sep 29, 2019
1 parent 1db77b7 commit 7f93e57
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 25 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ script:
- libtoolize --copy --force
- ./autogen.sh
- make
- make dist
#deploy:
# provider: releases
# api_key: "GITHUB OAUTH TOKEN"
# file: "FILE TO UPLOAD"
# skip_cleanup: true
# on:
# tags: true
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SUBDIRS = src po pixmaps

EXTRA_DIST = \
autogen.sh \
gcolor2.spec.in \
gcolpicker.spec.in \
gcolor2.glade \
gcolor2.gladep

Expand Down
34 changes: 17 additions & 17 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for gcolor2 0.4.
# Generated by GNU Autoconf 2.69 for gcolpicker 0.5.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -585,10 +585,10 @@ MFLAGS=
MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='gcolor2'
PACKAGE_TARNAME='gcolor2'
PACKAGE_VERSION='0.4'
PACKAGE_STRING='gcolor2 0.4'
PACKAGE_NAME='gcolpicker'
PACKAGE_TARNAME='gcolpicker'
PACKAGE_VERSION='0.5'
PACKAGE_STRING='gcolpicker 0.5'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1373,7 +1373,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures gcolor2 0.4 to adapt to many kinds of systems.
\`configure' configures gcolpicker 0.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1421,7 +1421,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/gcolor2]
--docdir=DIR documentation root [DATAROOTDIR/doc/gcolpicker]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
Expand All @@ -1443,7 +1443,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of gcolor2 0.4:";;
short | recursive ) echo "Configuration of gcolpicker 0.5:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1566,7 +1566,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
gcolor2 configure 0.4
gcolpicker configure 0.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1931,7 +1931,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gcolor2 $as_me 0.4, which was
It was created by gcolpicker $as_me 0.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2796,8 +2796,8 @@ fi

# Define the identity of the package.

PACKAGE=gcolor2
VERSION=0.4
PACKAGE=gcolpicker
VERSION=0.5


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -12592,7 +12592,7 @@ fi



GETTEXT_PACKAGE=gcolor2
GETTEXT_PACKAGE=gcolpicker


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -13604,7 +13604,7 @@ fi



ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in pixmaps/Makefile gcolor2.spec"
ac_config_files="$ac_config_files Makefile src/Makefile po/Makefile.in pixmaps/Makefile gcolpicker.spec"


cat >confcache <<\_ACEOF
Expand Down Expand Up @@ -14144,7 +14144,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by gcolor2 $as_me 0.4, which was
This file was extended by gcolpicker $as_me 0.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -14210,7 +14210,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
gcolor2 config.status 0.4
gcolpicker config.status 0.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down Expand Up @@ -14631,7 +14631,7 @@ do
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
"pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;;
"gcolor2.spec") CONFIG_FILES="$CONFIG_FILES gcolor2.spec" ;;
"gcolpicker.spec") CONFIG_FILES="$CONFIG_FILES gcolpicker.spec" ;;
"po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


AC_PREREQ([2.50])
AC_INIT([gcolor2], [0.4])
AC_INIT([gcolpicker], [0.5])
AM_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([gcolor2], [0.4])
AM_INIT_AUTOMAKE([gcolpicker], [0.5])

AM_MAINTAINER_MODE

Expand All @@ -28,7 +28,7 @@ AC_PROG_LIBTOOL
AC_PROG_INTLTOOL([0.27])


GETTEXT_PACKAGE=gcolor2
GETTEXT_PACKAGE=gcolpicker
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])

Expand All @@ -48,7 +48,7 @@ Makefile
src/Makefile
po/Makefile.in
pixmaps/Makefile
gcolor2.spec
gcolpicker.spec
])

AC_OUTPUT
Expand Down
6 changes: 3 additions & 3 deletions gcolor2.spec.in → gcolpicker.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Name: @PACKAGE@
Version: @VERSION@
Release: 1
Epoch: 0
Summary: Gcolor2 is a simple color selector
Summary: Gcolpicker is a simple color selector

Group: Applications/Multimedia
License: GPL
URL: http://gcolor2.sourceforge.net/
URL: https://github.com/DoktorMike/gcolpicker
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: gtk2-devel >= 2.0
Requires: gtk2 > 2.0

%description
Gcolor2 is a GTK2 color selector to provide a quick
GColPicker is a GTK2 color selector to provide a quick
and easy way to find colors for whatever task is at
hand. Colors can be saved and deleted as well.

Expand Down

0 comments on commit 7f93e57

Please sign in to comment.