Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 16:09:48 +0000 (01:09 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 16:09:48 +0000 (01:09 +0900)
commitda244b3bbc34a86c489eaf8873318582973757c7
tree62db0b884c9cfab655061493a5d15b40c9caa00c
parent27cda5c4335f94edc154e092d9c190e5badb7f70
Git init
38 files changed:
CMakeLists.txt [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/libxdgmime-dev.install.in [new file with mode: 0644]
debian/libxdgmime.install.in [new file with mode: 0644]
debian/libxdgmime.postinst [new file with mode: 0644]
debian/rules [new file with mode: 0755]
packaging/xdgmime.spec [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/perf.h [new file with mode: 0755]
test/xdgmime_test.c [new file with mode: 0755]
xdgmime.pc.in [new file with mode: 0644]
xdgmime/ChangeLog [new file with mode: 0644]
xdgmime/Makefile [new file with mode: 0644]
xdgmime/README [new file with mode: 0644]
xdgmime/src/.cvsignore [new file with mode: 0644]
xdgmime/src/Makefile [new file with mode: 0644]
xdgmime/src/xdgmime.c [new file with mode: 0755]
xdgmime/src/xdgmime.h [new file with mode: 0644]
xdgmime/src/xdgmimealias.c [new file with mode: 0644]
xdgmime/src/xdgmimealias.h [new file with mode: 0644]
xdgmime/src/xdgmimecache.c [new file with mode: 0644]
xdgmime/src/xdgmimecache.h [new file with mode: 0644]
xdgmime/src/xdgmimeglob.c [new file with mode: 0644]
xdgmime/src/xdgmimeglob.h [new file with mode: 0644]
xdgmime/src/xdgmimeglobs2.c [new file with mode: 0755]
xdgmime/src/xdgmimeicon.c [new file with mode: 0644]
xdgmime/src/xdgmimeicon.h [new file with mode: 0644]
xdgmime/src/xdgmimeint.c [new file with mode: 0644]
xdgmime/src/xdgmimeint.h [new file with mode: 0644]
xdgmime/src/xdgmimemagic.c [new file with mode: 0644]
xdgmime/src/xdgmimemagic.h [new file with mode: 0644]
xdgmime/src/xdgmimeparent.c [new file with mode: 0644]
xdgmime/src/xdgmimeparent.h [new file with mode: 0644]