WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: shared-mime-info wrong pkgconfig dir  (Read 2023 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
shared-mime-info wrong pkgconfig dir
« on: May 11, 2010, 03:50:00 AM »
shared-mime-info.tcz is putting .pc file to wrong directory

usr/local/share/pkgconfig/shared-mime-info.pc

instead of

usr/local/lib/pkgconfig/shared-mime-info.pc
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: shared-mime-info wrong pkgconfig dir
« Reply #1 on: May 11, 2010, 06:21:24 AM »
sorry but it is not wrong, it is prefix/share/pkgconfig by default

just add it to your PKG_CONFIG_PATH

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: shared-mime-info wrong pkgconfig dir
« Reply #2 on: May 11, 2010, 06:31:15 AM »
sorry but it is not wrong, it is prefix/share/pkgconfig by default

just add it to your PKG_CONFIG_PATH

No, its wrong. If all other extensions are using usr/local/lib/pkgconfig which is the TC standard location why are you asking others to do something differently instead of fixing it?

Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: shared-mime-info wrong pkgconfig dir
« Reply #3 on: May 11, 2010, 06:35:41 AM »
Will fix tonight, /usr/local/share/pkgconfig was not the intended path.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: shared-mime-info wrong pkgconfig dir
« Reply #4 on: May 11, 2010, 08:46:18 AM »
This path was one of those that was added in the default path of the pkg-config extension.  So technically, this thread is a non-issue.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: shared-mime-info wrong pkgconfig dir
« Reply #5 on: May 11, 2010, 10:17:29 AM »
Noted.  I had forgotton the addition of the /usr/local/share/pkgconfig path.