Accepting request 808613 from home:polslinux:branches:graphics

- Update to version 2.0.3.20190428:
  * Adding missing translation on progress bar text.
  * Adding French Translation and updating all po files with new strings.  Tweaked README on how to use translation files on Ubuntu.
  * Add vagga test gimp-plugin-registry and installed resynthesizer.
  * Add vagga scripts for testing build
  * README: replace dead links with archive
  * Issued #47 typo in readme

OBS-URL: https://build.opensuse.org/request/show/808613
OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=6
This commit is contained in:
Marcus Meissner 2020-05-28 06:59:37 +00:00 committed by Git OBS Bridge
parent 73f3bf2fe1
commit 20153e7901
6 changed files with 41 additions and 15 deletions

18
_service Normal file
View File

@ -0,0 +1,18 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/bootchk/resynthesizer.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">gimp-plugin-resynthesizer</param>
<param name="versionformat">%cd</param>
<param name="changesgenerate">enable</param>
<param name="versionprefix">2.0.3</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">gimp-plugin-resynthesizer</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

6
_servicedata Normal file
View File

@ -0,0 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/bootchk/resynthesizer.git</param>
<param name="changesrevision">771785b6d8bf250b56d1409e076e38a7e641b7d2</param>
</service>
</servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab425351642114353887ddb9052d1b8fb2fa3d4c9e57834eb07387291bc7ac21
size 11207073

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 11 09:07:16 UTC 2020 - info@paolostivanin.com
- Update to version 2.0.3.20190428:
* Adding missing translation on progress bar text.
* Adding French Translation and updating all po files with new strings. Tweaked README on how to use translation files on Ubuntu.
* Add vagga test gimp-plugin-registry and installed resynthesizer.
* Add vagga scripts for testing build
* README: replace dead links with archive
* Issued #47 typo in readme
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 2 10:18:54 UTC 2014 - pgajdos@suse.com Thu Jan 2 10:18:54 UTC 2014 - pgajdos@suse.com

View File

@ -2,17 +2,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%define githash 77eb3a6fc0
Name: gimp-plugin-resynthesizer Name: gimp-plugin-resynthesizer
Version: 2.0 Version: 2.0.3.20190428
Release: 0 Release: 0
License: GPL-3.0+ License: GPL-3.0+
Summary: Suite of gimp plugins for texture synthesis Summary: Suite of gimp plugins for texture synthesis
Url: https://github.com/bootchk/resynthesizer Url: https://github.com/bootchk/resynthesizer
Group: Productivity/Graphics/Bitmap Editors Group: Productivity/Graphics/Bitmap Editors
# wget https://github.com/bootchk/resynthesizer/archive/master.tar.gz Source: %{name}-%{version}.tar.gz
Source: resynthesizer-%{githash}.tar.gz
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc BuildRequires: gcc
@ -32,15 +29,9 @@ The package includes:
- various plugins (in Python language) that call the resynthesizer engine - various plugins (in Python language) that call the resynthesizer engine
%prep %prep
%setup -n resynthesizer-master %autosetup
%build %build
sed -i~ '
s@automake-1.7 --version@automake --version@
s@AUTOMAKE=automake-1.7@AUTOMAKE=automake@
s@ACLOCAL=aclocal-1.7@ACLOCAL=aclocal@
' autogen.sh
diff -u autogen.sh~ autogen.sh || :
./autogen.sh ./autogen.sh
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9732af21612ee364ff08839c2fff1e8d78601937bb26f85fc88d64fce3fadfe
size 11176633