diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2004-11-22 19:11:37 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2004-11-22 19:11:37 +0000 |
commit | 9bdde7d2631b108e5e39a55f6219985b6ec2d07c (patch) | |
tree | 18610980f1cdd58ce1194e94834caeab1c224837 /x11-misc/lineak-xosdplugin/files | |
parent | Added to ~amd64, bug #71428 (Manifest recommit) (diff) | |
download | gentoo-2-9bdde7d2631b108e5e39a55f6219985b6ec2d07c.tar.gz gentoo-2-9bdde7d2631b108e5e39a55f6219985b6ec2d07c.tar.bz2 gentoo-2-9bdde7d2631b108e5e39a55f6219985b6ec2d07c.zip |
Initial import
Diffstat (limited to 'x11-misc/lineak-xosdplugin/files')
-rw-r--r-- | x11-misc/lineak-xosdplugin/files/digest-lineak-xosdplugin-0.8.2 | 1 | ||||
-rw-r--r-- | x11-misc/lineak-xosdplugin/files/do-not-depend-on-kde.patch | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/x11-misc/lineak-xosdplugin/files/digest-lineak-xosdplugin-0.8.2 b/x11-misc/lineak-xosdplugin/files/digest-lineak-xosdplugin-0.8.2 new file mode 100644 index 000000000000..fadb0ab3e9e8 --- /dev/null +++ b/x11-misc/lineak-xosdplugin/files/digest-lineak-xosdplugin-0.8.2 @@ -0,0 +1 @@ +MD5 b8fea5d1e1c0a12b4e932386dd5a7002 lineak_xosdplugin-0.8.2.tar.gz 788222 diff --git a/x11-misc/lineak-xosdplugin/files/do-not-depend-on-kde.patch b/x11-misc/lineak-xosdplugin/files/do-not-depend-on-kde.patch new file mode 100644 index 000000000000..22cbbe2cbfc4 --- /dev/null +++ b/x11-misc/lineak-xosdplugin/files/do-not-depend-on-kde.patch @@ -0,0 +1,44 @@ +This patch is a backport from lineak-cvs that avoids a kde-buildtime-dep + +--- lineak_xosdplugin-0.8.2/configure.in.in 2004-11-02 14:56:20.000000000 +0100 ++++ lineak_xosdplugin/configure.in.in 2004-11-17 04:32:14.000000000 +0100 +@@ -1,7 +1,38 @@ +-#MIN_CONFIG(3) ++AC_INIT(acinclude.m4) dnl a source file from your sub dir ++ ++dnl This is so we can use kde-common ++AC_CONFIG_AUX_DIR(admin) ++ ++dnl This ksh/zsh feature conflicts with `cd blah ; pwd` ++unset CDPATH ++ ++dnl Checking host/target/build systems, for make, install etc. ++AC_CANONICAL_SYSTEM ++dnl Perform program name transformation ++AC_ARG_PROGRAM + + AM_INIT_AUTOMAKE(lineak_xosdplugin,0.8.2) + ++AC_PREFIX_DEFAULT(/usr) ++ ++if test "x$prefix" = "xNONE"; then ++ prefix=$ac_default_prefix ++ ac_configure_args="$ac_configure_args --prefix $prefix" ++fi ++ ++AM_CONFIG_HEADER(config.h) ++AC_CHECK_COMPILERS ++AC_ENABLE_SHARED(yes) ++AC_ENABLE_STATIC(no) ++ ++KDE_PROG_LIBTOOL ++all_libraries="$all_libraries $USER_LDFLAGS" ++all_includes="$all_includes $USER_INCLUDES" ++AC_SUBST(all_includes) ++AC_SUBST(all_libraries) ++ ++AC_SUBST(AUTODIRS) ++ + AC_LINEAK_CHECK_INCLUDES + AC_LINEAK_CHECK_LIBS + AC_LINEAK_FIND_PLUGINDIR |