diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-29 01:53:33 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-09-29 01:53:33 +0000 |
commit | 8c3b8c97db1b8fbef02db8b6dc41cd7adc281e7e (patch) | |
tree | efb6283eb7d2ebf224c4191e6d7063a7c96cd895 /packages/obsolete | |
parent | 6148d0d6c1c662ce6c00893028001ed0db64951f (diff) |
xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live.
* After that, to follow new convention, its protocol definition part
(vs implementation library) was renamed to have "proto" suffix.
* That's state of git repo now, and if we patch older xserver release with
XCalibrate support, let's make sure that this is done in a manner compatible
with the git (as obviously, that will be base for new release).
* This means, xserver-kdrive cannot be any longer built with older XCalibrate
from previous CVS repo, and thus, it better be removed to alleviate confusion.
* Move CVS bb to obsolete/ for now.
Diffstat (limited to 'packages/obsolete')
-rw-r--r-- | packages/obsolete/xcalibrateext/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/obsolete/xcalibrateext/.mtn2git_empty b/packages/obsolete/xcalibrateext/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/obsolete/xcalibrateext/.mtn2git_empty diff --git a/packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb b/packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb new file mode 100644 index 0000000000..4e47c1677e --- /dev/null +++ b/packages/obsolete/xcalibrateext/xcalibrateext_cvs.bb @@ -0,0 +1,13 @@ +PV = "0.0+cvs${SRCDATE}" +SECTION = "x11/libs" +LICENSE = "BSD-X" +DESCRIPTION = "XCalibrate extension headers" + +SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt" +S = "${WORKDIR}/XCalibrateExt" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |