summaryrefslogtreecommitdiff
path: root/twinkle
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2009-06-02 20:08:36 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2009-06-02 20:08:36 +0900
commit8c2fab267e8b615ddc41d1eea6edc86009d72929 (patch)
tree818bfbf1b9e53a5ac0b4af342bc92659261bd533 /twinkle
parentf8b8344a32528b6e4d3d824c6be7bcaae95daa31 (diff)
downloadcontrib-8c2fab267e8b615ddc41d1eea6edc86009d72929.tar.gz
contrib-8c2fab267e8b615ddc41d1eea6edc86009d72929.tar.xz
twinkle: fixed building with new qt3 directory structure
updated version 1.3.2 -> 1.4.2
Diffstat (limited to 'twinkle')
-rw-r--r--twinkle/.footprint1
-rw-r--r--twinkle/.md5sum2
-rw-r--r--twinkle/Pkgfile11
3 files changed, 7 insertions, 7 deletions
diff --git a/twinkle/.footprint b/twinkle/.footprint
index f703e2489..5829ec7ba 100644
--- a/twinkle/.footprint
+++ b/twinkle/.footprint
@@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/share/twinkle/lang/
-rw-r--r-- root/root usr/share/twinkle/lang/twinkle_fr.qm
-rw-r--r-- root/root usr/share/twinkle/lang/twinkle_nl.qm
-rw-r--r-- root/root usr/share/twinkle/lang/twinkle_ru.qm
+-rw-r--r-- root/root usr/share/twinkle/lang/twinkle_sv.qm
-rw-r--r-- root/root usr/share/twinkle/providers.csv
-rw-r--r-- root/root usr/share/twinkle/ringback.wav
-rw-r--r-- root/root usr/share/twinkle/ringtone.wav
diff --git a/twinkle/.md5sum b/twinkle/.md5sum
index 7de89167f..c3047dfd6 100644
--- a/twinkle/.md5sum
+++ b/twinkle/.md5sum
@@ -1,2 +1,2 @@
-8bafa14baeafc47be43c59fefc836c63 twinkle-1.3.2.tar.gz
+d70c8972f296ffd998c7fb698774705b twinkle-1.4.2.tar.gz
3685abfc970a769cd344c5b8f1df9be5 twinkle.desktop
diff --git a/twinkle/Pkgfile b/twinkle/Pkgfile
index f5e83be12..49091ed27 100644
--- a/twinkle/Pkgfile
+++ b/twinkle/Pkgfile
@@ -5,16 +5,15 @@
# Nice to have: kdepim
name=twinkle
-version=1.3.2
-release=2
+version=1.4.2
+release=1
source=(http://www.xs4all.nl/%7Emfnboer/twinkle/download/$name-$version.tar.gz twinkle.desktop)
build () {
cd $name-$version
- QTDIR=/usr
- export QTDIR
- ./configure --prefix=/usr --with-qt-dir=/usr --with-qt-includes=/usr/include/qt
- echo "INCLUDEPATH += /usr/include/qt" >> qtccxxincl.pro
+ export QTDIR=/usr/share/qt3
+ export PATH=/usr/share/qt3/bin:$PATH
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -m 644 -D ../twinkle.desktop $PKG/usr/share/applications/kde/twinkle.desktop

Generated by cgit