Hi Daniel,

I am using unlisted OS : NetBSD 8.1 Release PKGSRC2019Q4 AMD64
Application : Vala-panel-appmenu [ 
https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/releases ]
bamf version : 0.5.4 
Error : https://pastebin.com/9fUUabGF

Patch i applied :
`
SUBST_CLASSES+=                 fix-gtype
SUBST_STAGE.fix-gtype=          pre-configure
SUBST_MESSAGE.fix-gtype=        changing G_ADD_PRIVATE instead 
g_type_class_add_private()
SUBST_FILES.fix-gtype+=         work/*.c
SUBST_SED.fix-gtype+=           -e 
's,"g_type_class_add_private(),"G_ADD_PRIVATE(),g'
`
but G_ADD_PRIVATE(x) takes only one argument and older 
g_type_class_add_private(x,y) took two ones.

Thanks,
Jay

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to bamf in Ubuntu.
https://bugs.launchpad.net/bugs/1862450

Title:
  g_type_class_add_private() deprecated

Status in BAMF:
  Incomplete
Status in bamf package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  Glib had deprecated "g_type_class_add_private()" with
  "G_ADD_PRIVATE()" with taking only one argument.

  Thanks,
  Jay

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1862450/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to