qsvn: made it build for the sake of additional qt4 testing
authorMichael Krelin <hacker@klever.net>
Sun, 10 Jun 2007 23:01:41 +0000 (23:01 +0000)
committerMichael Krelin <hacker@klever.net>
Sun, 10 Jun 2007 23:01:41 +0000 (23:01 +0000)
packages/qsvn/files/.mtn2git_empty [new file with mode: 0644]
packages/qsvn/files/build.patch [new file with mode: 0644]
packages/qsvn/qsvn_0.3.0.bb

diff --git a/packages/qsvn/files/.mtn2git_empty b/packages/qsvn/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/qsvn/files/build.patch b/packages/qsvn/files/build.patch
new file mode 100644 (file)
index 0000000..086f532
--- /dev/null
@@ -0,0 +1,23 @@
+--- qsvn-0.3.0/qsvn.pro        2007-06-11 00:47:22.514013379 +0200
++++ qsvn-0.3.0/qsvn.pro        2007-06-11 00:47:49.206941206 +0200
+@@ -7,9 +7,6 @@
+   UI_DIR = .ui
+   OBJECTS_DIR = .obj
+-  INCLUDEPATH += /usr/include/subversion-1 \
+-                 /usr/include/apr-0
+-
+   LIBS += -lsvn_client-1 \
+           -lsvn_delta-1 \
+           -lsvn_diff-1 \
+@@ -18,8 +15,8 @@
+           -lsvn_repos-1 \
+           -lsvn_subr-1 \
+           -lsvn_wc-1 \
+-          -lapr-0 \
+-          -laprutil-0
++          -lapr-1 \
++          -laprutil-1
+ }
+ win32 {
index 13653ea..575e935 100644 (file)
@@ -7,7 +7,8 @@ SECTION = "network"
 DEPENDS = "apr-util subversion"
 PR = "r0"
 
-SRC_URI = "http://download2.berlios.de/qsvn/qsvn-${PV}-src.tar.gz"
+SRC_URI = "http://download2.berlios.de/qsvn/qsvn-${PV}-src.tar.gz \
+        file://build.patch;patch=1"
 
 inherit qmake qt4x11