forked from cromer/pamac-classic
Fix build with new version of vala
This commit is contained in:
@@ -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.0.1')
|
||||
cfg_pamac_tray.set('VERSION', '7.0.2')
|
||||
cfg_pamac_tray.set('TESTSRCDIR', meson.source_root())
|
||||
|
||||
cfgfile_3 = configure_file(
|
||||
|
@@ -46,7 +46,7 @@ namespace Pamac {
|
||||
GLib.File lockfile;
|
||||
bool updates_available;
|
||||
|
||||
public TrayIcon () {
|
||||
protected TrayIcon () {
|
||||
application_id = "org.pamac.tray";
|
||||
flags = ApplicationFlags.FLAGS_NONE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user