summaryrefslogtreecommitdiff
path: root/libre/kdenetwork-kopete-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-01 08:59:56 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-01 08:59:56 -0300
commit738986389e7b59aa6225415d208579497058ee96 (patch)
treede83782470aeaefbebaa86b23039fef4b4967b8d /libre/kdenetwork-kopete-libre
parent9dc5667008b8716b3189b0fb325bdd594c35e40d (diff)
kdenetwork-kopete-libre: fix issue on PKGBUILD file
Diffstat (limited to 'libre/kdenetwork-kopete-libre')
-rw-r--r--libre/kdenetwork-kopete-libre/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/kdenetwork-kopete-libre/PKGBUILD b/libre/kdenetwork-kopete-libre/PKGBUILD
index 2fa9f0f11..4f4f0edf9 100644
--- a/libre/kdenetwork-kopete-libre/PKGBUILD
+++ b/libre/kdenetwork-kopete-libre/PKGBUILD
@@ -25,7 +25,9 @@ sha1sums=('3ee86a1a227593e9f37881da3c1db1a3c384b2e4'
prepare() {
cd ${pkgbase}-${pkgver}
patch -p1 -i "${srcdir}"/use-libotr3.patch
- cd ../
+ cd kopete
+ patch -p1 -i "${srcdir}"/giflib5.patch
+ cd ../../
# Based on http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/make-kdenetwork, revision 34.
sed -i 's/Skype protocol" ON/Skype protocol" OFF/g' "${pkgbase}-${pkgver}/kopete/protocols/CMakeLists.txt"
rm -rf "${pkgbase}-${pkgver}/kopete/protocols/skype"