summaryrefslogtreecommitdiffstats
path: root/opensuse/tdebase/beagle-0.3.diff
diff options
context:
space:
mode:
authorRobert Xu <robxu9@gmail.com>2011-11-10 18:04:39 -0500
committerRobert Xu <robxu9@gmail.com>2011-11-10 18:04:39 -0500
commit21fcfa3348213aa87f0e3aef62ca4720c6d31cb7 (patch)
tree2cfb64c59322628e613ed0895e3c3694d3abe6bd /opensuse/tdebase/beagle-0.3.diff
parent8667643bff14a60d8571c599efd3e48bed3e3b12 (diff)
downloadtde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.tar.gz
tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.zip
initial commit to suse branch: eclipse integration
Diffstat (limited to 'opensuse/tdebase/beagle-0.3.diff')
-rw-r--r--opensuse/tdebase/beagle-0.3.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/opensuse/tdebase/beagle-0.3.diff b/opensuse/tdebase/beagle-0.3.diff
deleted file mode 100644
index 6e65be590..000000000
--- a/opensuse/tdebase/beagle-0.3.diff
+++ /dev/null
@@ -1,21 +0,0 @@
---- kicker/configure.in.in 2008/01/28 11:03:28 1.1
-+++ kicker/configure.in.in 2008/01/28 11:03:45
-@@ -42,14 +42,14 @@
- AC_SUBST(GLIB_LIBADD)
- AC_SUBST(GLIB_LDFLAGS)
-
--dnl Check for libbeagle 0.2.0
-+dnl Check for libbeagle 0.3.0
- # LIBBEAGLE_CFLAGS: cflags for compiling libbeagle dependant sources
- # LIBBEAGLE_LIBADD: libbeagle libraries (-l options)
- # LIBBEAGLE_LDFLAGS: flags containing path to libbeagle libraries (-L options)
-
--LIBBEAGLE_PACKAGES="libbeagle-0.0"
--LIBBEAGLE_VERSION="0.2.4"
--AC_MSG_CHECKING(for libbeagle-0.2.4 (at least $LIBBEAGLE_VERSION))
-+LIBBEAGLE_PACKAGES="libbeagle-1.0"
-+LIBBEAGLE_VERSION="0.3.0"
-+AC_MSG_CHECKING(for libbeagle-0.3.0 (at least $LIBBEAGLE_VERSION))
-
- if $PKG_CONFIG --atleast-pkgconfig-version 0.15 ; then
- if $PKG_CONFIG --atleast-version $LIBBEAGLE_VERSION $LIBBEAGLE_PACKAGES >/dev/null 2>&1 ; then