summaryrefslogtreecommitdiff
path: root/community/qstardict
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-09-05 13:37:26 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-09-05 13:37:26 +0000
commitf651180e6b1ac9508ec0d1d9b94972de776020a9 (patch)
tree2c1f8d3bf28b5a52b186cfb6a67b6d092ddf21fc /community/qstardict
parent6dee0a203a8290427ca77705bc1cae90381529b2 (diff)
Mon Sep 5 13:37:24 UTC 2011
Diffstat (limited to 'community/qstardict')
-rw-r--r--community/qstardict/ChangeLog8
-rw-r--r--community/qstardict/gcc4.4.patch11
2 files changed, 0 insertions, 19 deletions
diff --git a/community/qstardict/ChangeLog b/community/qstardict/ChangeLog
deleted file mode 100644
index f79486aa2..000000000
--- a/community/qstardict/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-2008-02-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 0.13.1
-
-2008-02-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 0.13.0
-
-2008-10-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Moved to [community]
diff --git a/community/qstardict/gcc4.4.patch b/community/qstardict/gcc4.4.patch
deleted file mode 100644
index 5c285ac2f..000000000
--- a/community/qstardict/gcc4.4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trunk/plugins/stardict/dictziplib.cpp 2009/07/10 15:01:40 446
-+++ trunk/plugins/stardict/dictziplib.cpp 2009/08/06 07:32:12 447
-@@ -305,7 +305,7 @@
-
- #ifdef Q_OS_UNIX
- if (stat(fname.c_str(), &sb) || !S_ISREG(sb.st_mode))
--#elif def Q_OS_WIN32
-+#elif defined(Q_OS_WIN32)
- if (_stat(fname.c_str(), &sb) || !(sb.stMode & _S_IFREG))
- #endif
- {