pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/editors/zim



On Sat, 16 Feb 2013 08:55:08 +0900, Christoph Badura <bad%netbsd.org@localhost> 
wrote:

Module Name:    pkgsrc
Committed By:   bad
Date:           Fri Feb 15 23:55:08 UTC 2013

Modified Files:
        pkgsrc/editors/zim: Makefile PLIST

Log Message:
Don't depend on py-gobject and py-gtk2 directly, use the py-gtk2 buildlink3.mk.

Please revert the part.

buildlink3.mk should not be used if it is not required.
`required` means the package using header files or pkgconfig files from it.
buildlink add direct dependency, and adding certain ABI dependency on it too.
It seems that `zim' is pure python application, it should not be done
(or if gtk2 or depending packages's ABI is changed, zim also will be rebuilt).

Use python/distutils.mk as it should.
Use shared-mime-info/mimedb.mk as it should and remove file managed by
shared-mime-info from PLIST.

and it is nice to add graphics/hicolor-icon-theme/buildlink3.mk too.

This makes zim not abort when started.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/zim/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/zim/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




--
OBATA Akio / obache%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index