Update version in meson thanks to new features in heckimp,
This commit is contained in:
parent
1d7cab96bc
commit
2b5c950f1b
|
@ -5101,7 +5101,7 @@ register_image_procs (PikaPDB *pdb)
|
||||||
"pika-image-get-imported-file");
|
"pika-image-get-imported-file");
|
||||||
pika_procedure_set_static_help (procedure,
|
pika_procedure_set_static_help (procedure,
|
||||||
"Returns the imported file for the specified image.",
|
"Returns the imported file for the specified image.",
|
||||||
"This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Pika format, this procedure returns %NULL.",
|
"This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.",
|
||||||
NULL);
|
NULL);
|
||||||
pika_procedure_set_static_attribution (procedure,
|
pika_procedure_set_static_attribution (procedure,
|
||||||
"Eric Grivel <pika@lumenssolutions.com>",
|
"Eric Grivel <pika@lumenssolutions.com>",
|
||||||
|
|
|
@ -47,7 +47,6 @@
|
||||||
#include <libpika/pikafont_pdb.h>
|
#include <libpika/pikafont_pdb.h>
|
||||||
#include <libpika/pikafonts_pdb.h>
|
#include <libpika/pikafonts_pdb.h>
|
||||||
#include <libpika/pikafontselect_pdb.h>
|
#include <libpika/pikafontselect_pdb.h>
|
||||||
#include <libpika/pikapikarc_pdb.h>
|
|
||||||
#include <libpika/pikagradient_pdb.h>
|
#include <libpika/pikagradient_pdb.h>
|
||||||
#include <libpika/pikagradients_pdb.h>
|
#include <libpika/pikagradients_pdb.h>
|
||||||
#include <libpika/pikagradientselect_pdb.h>
|
#include <libpika/pikagradientselect_pdb.h>
|
||||||
|
@ -72,6 +71,7 @@
|
||||||
#include <libpika/pikapattern_pdb.h>
|
#include <libpika/pikapattern_pdb.h>
|
||||||
#include <libpika/pikapatterns_pdb.h>
|
#include <libpika/pikapatterns_pdb.h>
|
||||||
#include <libpika/pikapatternselect_pdb.h>
|
#include <libpika/pikapatternselect_pdb.h>
|
||||||
|
#include <libpika/pikapikarc_pdb.h>
|
||||||
#include <libpika/pikaprogress_pdb.h>
|
#include <libpika/pikaprogress_pdb.h>
|
||||||
#include <libpika/pikaresource_pdb.h>
|
#include <libpika/pikaresource_pdb.h>
|
||||||
#include <libpika/pikaselection_pdb.h>
|
#include <libpika/pikaselection_pdb.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('pika',
|
project('pika',
|
||||||
'c', 'cpp',
|
'c', 'cpp',
|
||||||
version: '2.99.17',
|
version: '0.1.0.GnuImp2.99.70', #heckimp skip
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'cpp_std=gnu++14',
|
'cpp_std=gnu++14',
|
||||||
|
@ -8,7 +8,7 @@ project('pika',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
project_url = 'https://gitlab.gnome.org/GNOME/pika'
|
project_url = 'https://heckin.technology/AlderconeStudio/PIKApp'
|
||||||
project_url_issues = project_url + '/issues/new'
|
project_url_issues = project_url + '/issues/new'
|
||||||
|
|
||||||
conf = configuration_data()
|
conf = configuration_data()
|
||||||
|
|
Loading…
Reference in New Issue