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:
parent
73f3bf2fe1
commit
20153e7901
18
_service
Normal file
18
_service
Normal 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
6
_servicedata
Normal 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>
|
3
gimp-plugin-resynthesizer-2.0.3.20190428.tar.gz
Normal file
3
gimp-plugin-resynthesizer-2.0.3.20190428.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab425351642114353887ddb9052d1b8fb2fa3d4c9e57834eb07387291bc7ac21
|
||||
size 11207073
|
@ -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
|
||||
|
||||
|
@ -2,17 +2,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define githash 77eb3a6fc0
|
||||
|
||||
Name: gimp-plugin-resynthesizer
|
||||
Version: 2.0
|
||||
Version: 2.0.3.20190428
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: Suite of gimp plugins for texture synthesis
|
||||
Url: https://github.com/bootchk/resynthesizer
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
# wget https://github.com/bootchk/resynthesizer/archive/master.tar.gz
|
||||
Source: resynthesizer-%{githash}.tar.gz
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
@ -32,15 +29,9 @@ The package includes:
|
||||
- various plugins (in Python language) that call the resynthesizer engine
|
||||
|
||||
%prep
|
||||
%setup -n resynthesizer-master
|
||||
%autosetup
|
||||
|
||||
%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
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9732af21612ee364ff08839c2fff1e8d78601937bb26f85fc88d64fce3fadfe
|
||||
size 11176633
|
Loading…
Reference in New Issue
Block a user