diff --git a/meson.build b/meson.build index de76df9..3bdd772 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ if KDE_TRAY appindicator3_0_1_dep = dependency('appindicator3-0.1') endif atk_dep = dependency('atk') -cairo_dep = dependency('cairo') +cairo_gobject_dep = dependency('cairo-gobject') gdk_3_0_dep = dependency('gdk-3.0') gdk_pixbuf_2_0_dep = dependency('gdk-pixbuf-2.0') gio_2_0_dep = dependency('gio-2.0') diff --git a/pamac.avprj b/pamac.avprj index 38785cd..8bd724a 100644 --- a/pamac.avprj +++ b/pamac.avprj @@ -1,7 +1,7 @@ ### AutoVala Project ### autovala_version: 30 project_name: pamac -project_version: 7.2.0 +project_version: 7.2.1 vala_version: 0.48 custom: data/systemd/pamac-system.service /usr/lib/systemd/system @@ -22,7 +22,7 @@ define: KDE_TRAY vapidir: src/vapis vala_binary: src/pamac-clean-cache/pamac-clean-cache -*version: 7.2.0 +*version: 7.2.1 vala_local_package: Pamac vala_vapi: ../vapis/libalpm.vapi vala_package: posix @@ -32,7 +32,7 @@ vala_check_package: json-glib-1.0 *vala_source: clean_cache.vala vala_binary: src/pamac-install/pamac-install -*version: 7.2.0 +*version: 7.2.1 use_gresource: pamac_installer_gresource_xml vala_local_package: Pamac vala_vapi: ../vapis/libalpm.vapi @@ -45,7 +45,7 @@ vala_check_package: json-glib-1.0 *vala_source: progress_dialog.vala vala_binary: src/pamac-manager/pamac-manager -*version: 7.2.0 +*version: 7.2.1 alias: pamac-updater use_gresource: pamac_manager_gresource_xml vala_local_package: Pamac @@ -60,7 +60,7 @@ vala_check_package: json-glib-1.0 *vala_source: manager_window.vala vala_binary: src/pamac-system-daemon/pamac-system-daemon -*version: 7.2.0 +*version: 7.2.1 vala_local_package: Pamac vala_package: posix vala_check_package: gtk+-3.0 @@ -75,7 +75,7 @@ vala_check_package: polkit-gobject-1 *vala_source: system_daemon.vala vala_binary: src/pamac-tray/pamac-tray -*version: 7.2.0 +*version: 7.2.1 vala_local_package: Pamac vala_package: posix vala_check_package: json-glib-1.0 @@ -97,7 +97,7 @@ end *vala_source: tray.vala vala_binary: src/pamac-user-daemon/pamac-user-daemon -*version: 7.2.0 +*version: 7.2.1 vala_local_package: Pamac vala_package: posix vala_check_package: gtk+-3.0 @@ -111,13 +111,13 @@ vala_check_package: libsoup-2.4 vala_library: src/pamac -*version: 7.2.0 +*version: 7.2.1 *namespace: Pamac use_gresource: pamac_transaction_gresource_xml *vala_package: posix vala_check_package: libnotify *vala_check_package: atk -*vala_check_package: cairo +*vala_check_package: cairo-gobject *vala_check_package: gdk-3.0 *vala_check_package: gdk-pixbuf-2.0 *vala_check_package: gio-2.0 diff --git a/po/LINGUAS b/po/LINGUAS index de3d988..bc06766 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1 +1 @@ -ka af ar ast az_AZ be bg bn bs bs_BA ca ca_ES cs cs_CZ cy da de de_CH de_DE el el_GR en_GB eo es es_419 es_AR es_ES es_MX es_SV et eu fa fa_IR fi fo fr gl he hi hi_IN hr hr_HR hu id is is_IS it it_IT ja ko lt ml ms nb nl nl_BE nl_NL nn pl pl_PL pt pt_BR pt_PT ro ru si sk sl sl_SI sr sr@latin sr_RS sr_RS@latin sv tr uk ur_PK uz vi zh zh_CN zh_TW +cs ka af ar ast az_AZ be bg bn bs bs_BA ca ca_ES cs_CZ cy da de de_CH de_DE el el_GR en_GB eo es es_419 es_AR es_ES es_MX es_SV et eu fa fa_IR fi fo fr gl he hi hi_IN hr hr_HR hu id is is_IS it it_IT ja ko lt ml ms nb nl nl_BE nl_NL nn pl pl_PL pt pt_BR pt_PT ro ru si sk sl sl_SI sr sr@latin sr_RS sr_RS@latin sv tr uk ur_PK uz vi zh zh_CN zh_TW diff --git a/po/meson.build b/po/meson.build index a4f9603..e083c7d 100644 --- a/po/meson.build +++ b/po/meson.build @@ -1,2 +1,2 @@ i18n = import('i18n') -i18n.gettext('pamac', languages: ['ka', 'af', 'ar', 'ast', 'az_AZ', 'be', 'bg', 'bn', 'bs', 'bs_BA', 'ca', 'ca_ES', 'cs', 'cs_CZ', 'cy', 'da', 'de', 'de_CH', 'de_DE', 'el', 'el_GR', 'en_GB', 'eo', 'es', 'es_419', 'es_AR', 'es_ES', 'es_MX', 'es_SV', 'et', 'eu', 'fa', 'fa_IR', 'fi', 'fo', 'fr', 'gl', 'he', 'hi', 'hi_IN', 'hr', 'hr_HR', 'hu', 'id', 'is', 'is_IS', 'it', 'it_IT', 'ja', 'ko', 'lt', 'ml', 'ms', 'nb', 'nl', 'nl_BE', 'nl_NL', 'nn', 'pl', 'pl_PL', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'si', 'sk', 'sl', 'sl_SI', 'sr', 'sr@latin', 'sr_RS', 'sr_RS@latin', 'sv', 'tr', 'uk', 'ur_PK', 'uz', 'vi', 'zh', 'zh_CN', 'zh_TW']) +i18n.gettext('pamac', languages: ['cs', 'ka', 'af', 'ar', 'ast', 'az_AZ', 'be', 'bg', 'bn', 'bs', 'bs_BA', 'ca', 'ca_ES', 'cs_CZ', 'cy', 'da', 'de', 'de_CH', 'de_DE', 'el', 'el_GR', 'en_GB', 'eo', 'es', 'es_419', 'es_AR', 'es_ES', 'es_MX', 'es_SV', 'et', 'eu', 'fa', 'fa_IR', 'fi', 'fo', 'fr', 'gl', 'he', 'hi', 'hi_IN', 'hr', 'hr_HR', 'hu', 'id', 'is', 'is_IS', 'it', 'it_IT', 'ja', 'ko', 'lt', 'ml', 'ms', 'nb', 'nl', 'nl_BE', 'nl_NL', 'nn', 'pl', 'pl_PL', 'pt', 'pt_BR', 'pt_PT', 'ro', 'ru', 'si', 'sk', 'sl', 'sl_SI', 'sr', 'sr@latin', 'sr_RS', 'sr_RS@latin', 'sv', 'tr', 'uk', 'ur_PK', 'uz', 'vi', 'zh', 'zh_CN', 'zh_TW']) diff --git a/po/pamac.pot b/po/pamac.pot index 09df156..737c546 100644 --- a/po/pamac.pot +++ b/po/pamac.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Pamac\n" "Report-Msgid-Bugs-To: cromer@cromnix.org\n" -"POT-Creation-Date: 2020-03-29 21:48-0300\n" +"POT-Creation-Date: 2020-04-01 21:04-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/src/Pamac.deps b/src/Pamac.deps index ae640a6..6be918a 100644 --- a/src/Pamac.deps +++ b/src/Pamac.deps @@ -1,7 +1,7 @@ posix libnotify atk -cairo +cairo-gobject gdk-3.0 gdk-pixbuf-2.0 gio-2.0 diff --git a/src/meson.build b/src/meson.build index b41fe8b..472bbf0 100644 --- a/src/meson.build +++ b/src/meson.build @@ -4,7 +4,7 @@ cfg_pamac.set('PKGDATADIR', join_paths(get_option('prefix'),get_option('datadir' cfg_pamac.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac.set('RELEASE_NAME', 'pamac') cfg_pamac.set('PREFIX', get_option('prefix')) -cfg_pamac.set('VERSION', '7.2.0') +cfg_pamac.set('VERSION', '7.2.1') cfg_pamac.set('TESTSRCDIR', meson.source_root()) cfgfile_1 = configure_file( @@ -14,7 +14,7 @@ cfgfile_1 = configure_file( pamac_deps = [libnotify_dep] pamac_deps += [atk_dep] -pamac_deps += [cairo_dep] +pamac_deps += [cairo_gobject_dep] pamac_deps += [gdk_3_0_dep] pamac_deps += [gdk_pixbuf_2_0_dep] pamac_deps += [gio_2_0_dep] @@ -70,7 +70,7 @@ Pamac_library = shared_library('Pamac', pamac_sources, vala_args: pamac_vala_args, c_args: pamac_c_args, link_args: pamac_link_args, - version: '7.2.0', + version: '7.2.1', soversion: '7', install: true, install_dir: [true, true, true, true]) @@ -85,7 +85,7 @@ custom_target('Pamac typelib', command: [g_ir_compiler, '--shared-library=libPam pamac_requires = [] pamac_requires += ['libnotify'] pamac_requires += ['atk'] -pamac_requires += ['cairo'] +pamac_requires += ['cairo-gobject'] pamac_requires += ['gdk-3.0'] pamac_requires += ['gdk-pixbuf-2.0'] pamac_requires += ['gio-2.0'] @@ -100,7 +100,7 @@ pamac_requires += ['vte-2.91'] pamac_requires += ['x11'] pkg_mod = import('pkgconfig') pkg_mod.generate(libraries : Pamac_library, - version : '7.2.0', + version : '7.2.1', name : 'Pamac', filebase : 'Pamac', description : 'Pamac', diff --git a/src/pamac-clean-cache/meson.build b/src/pamac-clean-cache/meson.build index c011e06..4e4a7ec 100644 --- a/src/pamac-clean-cache/meson.build +++ b/src/pamac-clean-cache/meson.build @@ -4,7 +4,7 @@ cfg_pamac_clean_cache.set('PKGDATADIR', join_paths(get_option('prefix'),get_opti cfg_pamac_clean_cache.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac_clean_cache.set('RELEASE_NAME', 'pamac') cfg_pamac_clean_cache.set('PREFIX', get_option('prefix')) -cfg_pamac_clean_cache.set('VERSION', '7.2.0') +cfg_pamac_clean_cache.set('VERSION', '7.2.1') cfg_pamac_clean_cache.set('TESTSRCDIR', meson.source_root()) cfgfile_4 = configure_file( diff --git a/src/pamac-install/meson.build b/src/pamac-install/meson.build index 0f71ca9..ae0fdf2 100644 --- a/src/pamac-install/meson.build +++ b/src/pamac-install/meson.build @@ -4,7 +4,7 @@ cfg_pamac_install.set('PKGDATADIR', join_paths(get_option('prefix'),get_option(' cfg_pamac_install.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac_install.set('RELEASE_NAME', 'pamac') cfg_pamac_install.set('PREFIX', get_option('prefix')) -cfg_pamac_install.set('VERSION', '7.2.0') +cfg_pamac_install.set('VERSION', '7.2.1') cfg_pamac_install.set('TESTSRCDIR', meson.source_root()) cfgfile_5 = configure_file( diff --git a/src/pamac-manager/meson.build b/src/pamac-manager/meson.build index 08fd492..6c393a8 100644 --- a/src/pamac-manager/meson.build +++ b/src/pamac-manager/meson.build @@ -4,7 +4,7 @@ cfg_pamac_manager.set('PKGDATADIR', join_paths(get_option('prefix'),get_option(' cfg_pamac_manager.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac_manager.set('RELEASE_NAME', 'pamac') cfg_pamac_manager.set('PREFIX', get_option('prefix')) -cfg_pamac_manager.set('VERSION', '7.2.0') +cfg_pamac_manager.set('VERSION', '7.2.1') cfg_pamac_manager.set('TESTSRCDIR', meson.source_root()) cfgfile_6 = configure_file( diff --git a/src/pamac-system-daemon/meson.build b/src/pamac-system-daemon/meson.build index 6ac3fe2..0717dc8 100644 --- a/src/pamac-system-daemon/meson.build +++ b/src/pamac-system-daemon/meson.build @@ -4,7 +4,7 @@ cfg_pamac_system_daemon.set('PKGDATADIR', join_paths(get_option('prefix'),get_op cfg_pamac_system_daemon.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac_system_daemon.set('RELEASE_NAME', 'pamac') cfg_pamac_system_daemon.set('PREFIX', get_option('prefix')) -cfg_pamac_system_daemon.set('VERSION', '7.2.0') +cfg_pamac_system_daemon.set('VERSION', '7.2.1') cfg_pamac_system_daemon.set('TESTSRCDIR', meson.source_root()) cfgfile_7 = configure_file( diff --git a/src/pamac-tray/meson.build b/src/pamac-tray/meson.build index e23a279..7b4ca77 100644 --- a/src/pamac-tray/meson.build +++ b/src/pamac-tray/meson.build @@ -4,7 +4,7 @@ cfg_pamac_tray.set('PKGDATADIR', join_paths(get_option('prefix'),get_option('dat cfg_pamac_tray.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac_tray.set('RELEASE_NAME', 'pamac') cfg_pamac_tray.set('PREFIX', get_option('prefix')) -cfg_pamac_tray.set('VERSION', '7.2.0') +cfg_pamac_tray.set('VERSION', '7.2.1') cfg_pamac_tray.set('TESTSRCDIR', meson.source_root()) cfgfile_3 = configure_file( diff --git a/src/pamac-user-daemon/meson.build b/src/pamac-user-daemon/meson.build index a89a1d0..b7f3600 100644 --- a/src/pamac-user-daemon/meson.build +++ b/src/pamac-user-daemon/meson.build @@ -4,7 +4,7 @@ cfg_pamac_user_daemon.set('PKGDATADIR', join_paths(get_option('prefix'),get_opti cfg_pamac_user_daemon.set('GETTEXT_PACKAGE', 'pamac') cfg_pamac_user_daemon.set('RELEASE_NAME', 'pamac') cfg_pamac_user_daemon.set('PREFIX', get_option('prefix')) -cfg_pamac_user_daemon.set('VERSION', '7.2.0') +cfg_pamac_user_daemon.set('VERSION', '7.2.1') cfg_pamac_user_daemon.set('TESTSRCDIR', meson.source_root()) cfgfile_2 = configure_file(