Package Details: fontmanager.app 0.1-1

Git Clone URL: https://aur.archlinux.org/fontmanager.app.git (read-only, click to copy)
Package Base: fontmanager.app
Description: Clone of MacOSX Font Book
Upstream URL: https://packages.debian.org/unstable/gnustep/fontmanager.app
Licenses: BSD
Groups: gnustep-apps
Submitter: Beebo
Maintainer: Beebo
Last Packager: Beebo
Votes: 1
Popularity: 0.000000
First Submitted: 2018-08-17 21:47 (UTC)
Last Updated: 2018-08-20 03:27 (UTC)

Latest Comments

micwoj92 commented on 2020-09-16 21:03 (UTC)

Ah, I just saw your comment and no pushes were made to this aur repo, so I assumed that it still doesn't build ;P

Beebo commented on 2020-09-16 13:50 (UTC)

Thanks @micwoj92. The build problems were caused by an outdated GNUStep dependencies that's been updated. It should build now.

micwoj92 commented on 2020-09-16 00:47 (UTC)

Did you try using debian patches?

Beebo commented on 2020-05-30 19:30 (UTC)

I've been having that issue with every other GNUStep app. There's no new upstream release of the app itself so it's a matter of waiting for a new release or a new version of the tooling that actually compiles.

Tio commented on 2020-05-27 02:35 (UTC)

Error:

In file included from /usr/include/Foundation/Foundation.h:41,
                 from ../Headers/AppKit/NSUserInterfaceLayout.h:31,
                 from ../Headers/AppKit/NSView.h:39,
                 from NSWorkspace.m:98:
/usr/include/Foundation/NSAppleEventDescriptor.h:38:1: error: ‘NSAppleEventDescriptor’ redeclared as different kind of symbol
   38 | @end
      | ^
In file included from NSWorkspace.m:94:
../Headers/AppKit/NSWorkspace.h:169:14: error: previous declaration of ‘NSAppleEventDescriptor’
  169 | typedef void NSAppleEventDescriptor;
      |              ^~~~~~~~~~~~~~~~~~~~~~
NSWorkspace.m: In function ‘-[NSWorkspace getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:]’:
NSWorkspace.m:1308:9: warning: variable ‘uid’ set but not used [-Wunused-but-set-variable]
 1308 |   uid_t uid;
      |         ^~~
make[4]: *** [/usr/share/GNUstep/Makefiles/rules.make:515: obj/libgnustep-gui.obj/NSWorkspace.m.o] Error 1
make[3]: *** [/usr/share/GNUstep/Makefiles/Instance/library.make:278: internal-library-all_] Error 2
make[2]: *** [/usr/share/GNUstep/Makefiles/Master/rules.make:297: libgnustep-gui.all.library.variables] Error 2
make[1]: *** [/usr/share/GNUstep/Makefiles/Master/library.make:37: internal-all] Error 2
make: *** [/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...